diff --git a/.github/workflows/build-and-push-bskyweb-aws.yaml b/.github/workflows/build-and-push-bskyweb-aws.yaml index 660498fbd3..2c8d09c776 100644 --- a/.github/workflows/build-and-push-bskyweb-aws.yaml +++ b/.github/workflows/build-and-push-bskyweb-aws.yaml @@ -22,13 +22,13 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Setup Docker buildx - uses: docker/setup-buildx-action@v1 + uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0 - name: Log into registry ${{ env.REGISTRY }} - uses: docker/login-action@v2 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 with: registry: ${{ env.REGISTRY }} username: ${{ env.USERNAME}} @@ -36,7 +36,7 @@ jobs: - name: Extract Docker metadata id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0 with: images: | ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} @@ -51,7 +51,7 @@ jobs: - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 with: context: . push: ${{ github.event_name != 'pull_request' }} diff --git a/.github/workflows/build-and-push-bskyweb-ghcr.yaml b/.github/workflows/build-and-push-bskyweb-ghcr.yaml index c7cec477e8..693e9a1d3b 100644 --- a/.github/workflows/build-and-push-bskyweb-ghcr.yaml +++ b/.github/workflows/build-and-push-bskyweb-ghcr.yaml @@ -23,13 +23,13 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Setup Docker buildx - uses: docker/setup-buildx-action@v1 + uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0 - name: Log into registry ${{ env.REGISTRY }} - uses: docker/login-action@v2 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 with: registry: ${{ env.REGISTRY }} username: ${{ env.USERNAME }} @@ -37,7 +37,7 @@ jobs: - name: Extract Docker metadata id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0 with: images: | ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} @@ -46,7 +46,7 @@ jobs: - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 with: context: . push: ${{ github.event_name != 'pull_request' }} diff --git a/.github/workflows/build-and-push-embedr-aws.yaml b/.github/workflows/build-and-push-embedr-aws.yaml index 4eb1c550d9..a4e1bd2c88 100644 --- a/.github/workflows/build-and-push-embedr-aws.yaml +++ b/.github/workflows/build-and-push-embedr-aws.yaml @@ -22,13 +22,13 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Setup Docker buildx - uses: docker/setup-buildx-action@v1 + uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0 - name: Log into registry ${{ env.REGISTRY }} - uses: docker/login-action@v2 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 with: registry: ${{ env.REGISTRY }} username: ${{ env.USERNAME}} @@ -36,7 +36,7 @@ jobs: - name: Extract Docker metadata id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0 with: images: | ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} @@ -45,7 +45,7 @@ jobs: - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 with: context: . push: ${{ github.event_name != 'pull_request' }} diff --git a/.github/workflows/build-and-push-link-aws.yaml b/.github/workflows/build-and-push-link-aws.yaml index f0825fd0c9..31eaa8357f 100644 --- a/.github/workflows/build-and-push-link-aws.yaml +++ b/.github/workflows/build-and-push-link-aws.yaml @@ -22,13 +22,13 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Setup Docker buildx - uses: docker/setup-buildx-action@v1 + uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0 - name: Log into registry ${{ env.REGISTRY }} - uses: docker/login-action@v2 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 with: registry: ${{ env.REGISTRY }} username: ${{ env.USERNAME}} @@ -36,7 +36,7 @@ jobs: - name: Extract Docker metadata id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0 with: images: | ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} @@ -45,7 +45,7 @@ jobs: - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 with: context: . push: true diff --git a/.github/workflows/build-and-push-ogcard-aws.yaml b/.github/workflows/build-and-push-ogcard-aws.yaml index 9bd14879c7..3102b05975 100644 --- a/.github/workflows/build-and-push-ogcard-aws.yaml +++ b/.github/workflows/build-and-push-ogcard-aws.yaml @@ -22,13 +22,13 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Setup Docker buildx - uses: docker/setup-buildx-action@v1 + uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0 - name: Log into registry ${{ env.REGISTRY }} - uses: docker/login-action@v2 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 with: registry: ${{ env.REGISTRY }} username: ${{ env.USERNAME}} @@ -36,7 +36,7 @@ jobs: - name: Extract Docker metadata id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0 with: images: | ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} @@ -45,7 +45,7 @@ jobs: - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 with: context: . push: true diff --git a/.github/workflows/build-submit-android.yml b/.github/workflows/build-submit-android.yml index fe9d5b1c5b..4788adc663 100644 --- a/.github/workflows/build-submit-android.yml +++ b/.github/workflows/build-submit-android.yml @@ -10,6 +10,23 @@ on: options: - testflight-android - production + workflow_call: + inputs: + profile: + type: string + description: Build profile to use + required: true + outputs: + package-version: + description: Version from package.json + value: ${{ jobs.build.outputs.package-version }} + version-code: + description: Android version code + value: ${{ jobs.build.outputs.version-code }} + +# Deploys happen via EAS using EXPO_TOKEN; the GITHUB_TOKEN only checks out code +permissions: + contents: read jobs: build: @@ -19,6 +36,10 @@ jobs: concurrency: group: android-build cancel-in-progress: false + outputs: + package-version: ${{ steps.get-build-info.outputs.PACKAGE_VERSION }} + version-code: ${{ steps.get-build-info.outputs.BSKY_ANDROID_VERSION_CODE }} + apk-artifact-name: build-${{ steps.timestamp.outputs.time }}.apk steps: - name: Check for EXPO_TOKEN run: > @@ -28,32 +49,32 @@ jobs: fi - name: โฌ‡๏ธ Checkout - uses: actions/checkout@v5 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 5 - - uses: pnpm/action-setup@v6 + - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 - name: ๐Ÿ”ง Setup Node - uses: actions/setup-node@v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: package.json cache: pnpm - name: ๐Ÿช› Setup jq - uses: dcarbone/install-jq-action@v2 + uses: dcarbone/install-jq-action@b7ef57d46ece78760b4019dbc4080a1ba2a40b45 # v3.2.0 - name: โš™๏ธ Install dependencies run: pnpm install --frozen-lockfile - name: ๐Ÿ”จ Setup Expo CLI - uses: expo/expo-github-action@v9 + uses: expo/expo-github-action@eab7a230208c952974db8c3245cfd78402c7b385 # 9.0.0 with: eas-version: '19.0.5' packager: 'pnpm --allow-build=dtrace-provider' token: ${{ secrets.EXPO_TOKEN }} - - uses: actions/setup-java@v5 + - uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0 with: distribution: "temurin" java-version: "17" @@ -62,7 +83,8 @@ jobs: run: pnpm intl:build 2>&1 | tee i18n.log - name: Check for i18n compilation errors - run: if grep -q "invalid syntax" "i18n.log"; then echo "\n\nFound compilation errors!\n\n" && exit 1; else echo "\n\nNo compilation errors!\n\n"; fi + run: if grep -q "invalid syntax" "i18n.log"; then echo "\n\nFound compilation + errors!\n\n" && exit 1; else echo "\n\nNo compilation errors!\n\n"; fi # EXPO_PUBLIC_ENV is handled in eas.json - name: Env @@ -92,99 +114,76 @@ jobs: --profile $PROFILE --local --output build.aab --non-interactive - - name: โœ๏ธ Rename Testflight bundle - if: ${{ inputs.profile != 'production' }} - run: mv build.aab build.apk - - - name: โฐ Get a timestamp - id: timestamp - uses: nanzm/get-time-action@master - with: - format: "MM-DD-HH-mm-ss" - - - name: ๐Ÿš€ Upload Production Artifact - id: upload-artifact-production - if: ${{ inputs.profile == 'production' }} - uses: actions/upload-artifact@v7 - with: - retention-days: 30 - compression-level: 6 - name: build-${{ steps.timestamp.outputs.time }}.aab - path: build.aab - - - name: ๐Ÿš€ Upload Testflight Artifact - id: upload-artifact-testflight - if: ${{ inputs.profile != 'production' }} - uses: actions/upload-artifact@v7 - with: - retention-days: 30 - compression-level: 6 - name: build-${{ steps.timestamp.outputs.time }}.apk - path: build.apk - - name: ๐Ÿ“š Get version from package.json id: get-build-info run: bash scripts/setGitHubOutput.sh - - name: ๐Ÿ”” Notify Slack of Production Build + - name: ๐Ÿš€ Submit to Google Play + env: + PROFILE: ${{ inputs.profile || 'testflight-android' }} + run: pnpm eas submit -p android --profile $PROFILE --non-interactive --path build.aab + + - name: ๐Ÿ”” Notify Slack of Play Store Submission if: ${{ inputs.profile == 'production' }} - uses: slackapi/slack-github-action@v3.0.3 + uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3 with: webhook: ${{ secrets.SLACK_CLIENT_ALERT_WEBHOOK }} webhook-type: incoming-webhook payload-templated: true payload: | - {"text": "Android production build for Google Play Store submission is ready!\n```Artifact: ${{ steps.upload-artifact-production.outputs.artifact-url }}\nVersion Number: ${{ steps.get-build-info.outputs.PACKAGE_VERSION }}\nBuild Number: ${{ steps.get-build-info.outputs.BSKY_ANDROID_VERSION_CODE }}```"} + {"text": "Android ${{ inputs.profile || 'testflight-android' }} build submitted to Google Play!\n```Version Number: ${{ steps.get-build-info.outputs.PACKAGE_VERSION }}\nBuild Number: ${{ steps.get-build-info.outputs.BSKY_ANDROID_VERSION_CODE }}```"} - - name: ๐Ÿ”” Notify Slack of Testflight Build - if: ${{ inputs.profile != 'production' }} - uses: slackapi/slack-github-action@v3.0.3 + - name: ๐Ÿ”ง Setup bundletool + uses: amyu/setup-bundletool@cc2e1857284660bd625e43f2c8a45626f034302f # v1.1 with: - webhook: ${{ secrets.SLACK_CLIENT_ALERT_WEBHOOK }} - webhook-type: incoming-webhook - payload-templated: true - payload: | - {"text": "Android build is ready for testing. Download the artifact here: ${{ steps.upload-artifact-testflight.outputs.artifact-url }}"} + bundletool-version: "1.17.2" - - name: ๐Ÿงน Clear Metro cache - if: ${{ inputs.profile == 'production' }} - # https://github.com/expo/eas-cli/issues/2959#issuecomment-2749791326 - run: rm -rf ${TMPDIR:-/tmp}/metro-cache + - name: ๐Ÿ”‘ Decode keystore + run: echo "${{ secrets.ANDROID_KEYSTORE_BASE64 }}" | base64 --decode > + keystore.jks - - name: ๐Ÿ—๏ธ Build Production APK - if: ${{ inputs.profile == 'production' }} - run: > - SENTRY_AUTH_TOKEN=${{ secrets.SENTRY_AUTH_TOKEN }} - SENTRY_RELEASE=${{ steps.env.outputs.EXPO_PUBLIC_RELEASE_VERSION }} - SENTRY_DIST=${{ steps.env.outputs.EXPO_PUBLIC_BUNDLE_IDENTIFIER }} - pnpm use-build-number-with-bump - pnpm eas build -p android - --profile production-apk - --local --output build.apk --non-interactive + - name: ๐Ÿ“ฆ Build signed universal APK + run: | + bundletool build-apks \ + --bundle=build.aab \ + --output=universal.apks \ + --mode=universal \ + --ks=keystore.jks \ + --ks-pass=pass:${{ secrets.ANDROID_KEYSTORE_PASSWORD }} \ + --ks-key-alias=${{ secrets.ANDROID_KEY_ALIAS }} \ + --key-pass=pass:${{ secrets.ANDROID_KEY_PASSWORD }} - - name: ๐Ÿš€ Upload Production APK Artifact - id: upload-artifact-production-apk - if: ${{ inputs.profile == 'production' }} - uses: actions/upload-artifact@v7 + - name: ๐Ÿ“‹ Rename to .zip for extraction + run: mv universal.apks universal.zip + + - name: ๐Ÿ“ฆ Extract universal APK + run: unzip -p universal.zip universal.apk > build.apk + + - name: โฐ Get a timestamp + id: timestamp + run: echo "time=$(date -u +'%m-%d-%H-%M-%S')" >> "$GITHUB_OUTPUT" + + - name: ๐Ÿš€ Upload APK Artifact + id: upload-artifact + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: retention-days: 30 compression-level: 6 name: build-${{ steps.timestamp.outputs.time }}.apk path: build.apk - - name: ๐Ÿ”” Notify Slack of Production APK Build - if: ${{ inputs.profile == 'production' }} - uses: slackapi/slack-github-action@v3.0.3 + - name: ๐Ÿ”” Notify Slack of APK Artifact + uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3 with: webhook: ${{ secrets.SLACK_CLIENT_ALERT_WEBHOOK }} webhook-type: incoming-webhook payload-templated: true payload: | - {"text": "Android production build for GitHub/Obtanium is ready!\n```Artifact: ${{ steps.upload-artifact-production-apk.outputs.artifact-url }}\nVersion Number: ${{ steps.get-build-info.outputs.PACKAGE_VERSION }}\nBuild Number: ${{ steps.get-build-info.outputs.BSKY_ANDROID_VERSION_CODE }}```"} + {"text": "Android ${{ inputs.profile || 'testflight-android' }} APK is ready for testing!\n```Artifact: ${{ steps.upload-artifact.outputs.artifact-url }}\nVersion Number: ${{ steps.get-build-info.outputs.PACKAGE_VERSION }}\nBuild Number: ${{ steps.get-build-info.outputs.BSKY_ANDROID_VERSION_CODE }}```"} - name: โฌ‡๏ธ Restore Cache id: get-base-commit - uses: actions/cache@v5 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 if: ${{ inputs.profile == 'testflight-android' }} with: path: most-recent-testflight-commit.txt @@ -195,3 +194,62 @@ jobs: env: GITHUB_SHA: ${{ github.sha }} run: echo $GITHUB_SHA > most-recent-testflight-commit.txt + + # Releases are cut from tags named after the version (e.g. "1.124.0"), so when a production + # build is dispatched against such a tag we attach the APK to the matching release. This runs + # as a separate job so that `contents: write` is isolated here and the build job stays read-only. + attachToRelease: + name: Attach APK to GitHub Release + runs-on: ubuntu-latest + needs: [build] + if: ${{ inputs.profile == 'production' && github.ref_type == 'tag' && github.repository == 'bluesky-social/social-app' }} + permissions: + contents: write + steps: + # We only attach to a release that already exists โ€” never create one. + - name: ๐Ÿ”Ž Check for matching GitHub Release + id: release-check + env: + GH_TOKEN: ${{ github.token }} + TAG: ${{ github.ref_name }} + run: | + status=$(curl -sS -o /dev/null -w '%{http_code}' \ + -H "Authorization: Bearer $GH_TOKEN" \ + -H "Accept: application/vnd.github+json" \ + "${GITHUB_API_URL}/repos/${GITHUB_REPOSITORY}/releases/tags/${TAG}") + if [ "$status" = "200" ]; then + echo "Found GitHub Release for tag $TAG" + echo "exists=true" >> "$GITHUB_OUTPUT" + else + echo "No GitHub Release found for tag $TAG (HTTP $status); skipping APK attachment." + echo "exists=false" >> "$GITHUB_OUTPUT" + fi + + - name: โฌ‡๏ธ Download APK artifact + if: ${{ steps.release-check.outputs.exists == 'true' }} + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + with: + name: ${{ needs.build.outputs.apk-artifact-name }} + + - name: ๐Ÿท๏ธ Rename APK for release + if: ${{ steps.release-check.outputs.exists == 'true' }} + run: cp build.apk "Bluesky-${{ needs.build.outputs.package-version }}.apk" + + - name: ๐Ÿ“Ž Attach APK to GitHub Release + id: attach + if: ${{ steps.release-check.outputs.exists == 'true' }} + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 + with: + tag_name: ${{ github.ref_name }} + files: Bluesky-${{ needs.build.outputs.package-version }}.apk + fail_on_unmatched_files: true + + - name: ๐Ÿ”” Notify Slack of Release Attachment + if: ${{ steps.release-check.outputs.exists == 'true' }} + uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3 + with: + webhook: ${{ secrets.SLACK_CLIENT_ALERT_WEBHOOK }} + webhook-type: incoming-webhook + payload-templated: true + payload: | + {"text": "Android APK attached to GitHub Release ${{ github.ref_name }}!\n```Asset: Bluesky-${{ needs.build.outputs.package-version }}.apk\nRelease: ${{ steps.attach.outputs.url }}```"} diff --git a/.github/workflows/build-submit-ios.yml b/.github/workflows/build-submit-ios.yml index d2cc7a7abb..30d75598cb 100644 --- a/.github/workflows/build-submit-ios.yml +++ b/.github/workflows/build-submit-ios.yml @@ -10,6 +10,35 @@ on: options: - testflight - production + testFlightGroup: + type: choice + description: TestFlight group to assign the build to after submitting + options: + - none + - QA Team + - Software Mansion + default: none + workflow_call: + inputs: + profile: + type: string + description: Build profile to use + required: true + testFlightGroup: + type: string + description: TestFlight group to assign the build to after submitting ("none" to skip) + default: none + outputs: + package-version: + description: Version from package.json + value: ${{ jobs.build.outputs.package-version }} + build-number: + description: iOS build number + value: ${{ jobs.build.outputs.build-number }} + +# Deploys happen via EAS using EXPO_TOKEN; the GITHUB_TOKEN only checks out code +permissions: + contents: read jobs: build: @@ -19,6 +48,9 @@ jobs: concurrency: group: ios-build cancel-in-progress: false + outputs: + package-version: ${{ steps.get-build-info.outputs.PACKAGE_VERSION }} + build-number: ${{ steps.ipa-build-number.outputs.build-number }} steps: - name: Check for EXPO_TOKEN run: > @@ -28,42 +60,48 @@ jobs: fi - name: โฌ‡๏ธ Checkout - uses: actions/checkout@v5 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 5 - - uses: pnpm/action-setup@v6 + - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 - name: ๐Ÿ”ง Setup Node - uses: actions/setup-node@v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: package.json cache: pnpm - name: ๐Ÿช› Setup jq - uses: dcarbone/install-jq-action@v2 + uses: dcarbone/install-jq-action@b7ef57d46ece78760b4019dbc4080a1ba2a40b45 # v3.2.0 - name: โš™๏ธ Install dependencies run: pnpm install --frozen-lockfile - name: ๐Ÿ”จ Setup Expo CLI - uses: expo/expo-github-action@v9 + uses: expo/expo-github-action@eab7a230208c952974db8c3245cfd78402c7b385 # 9.0.0 with: eas-version: '19.0.5' packager: 'pnpm --allow-build=dtrace-provider' token: ${{ secrets.EXPO_TOKEN }} - - uses: maxim-lobanov/setup-xcode@v1 + - uses: maxim-lobanov/setup-xcode@ed7a3b1fda3918c0306d1b724322adc0b8cc0a90 # v1.7.0 with: xcode-version: "26.4" - - name: โ˜•๏ธ Setup Cocoapods - uses: maxim-lobanov/setup-cocoapods@v1 - with: - version: 1.16.2 + - name: โ˜•๏ธ Assert Cocoapods version + run: | + EXPECTED=1.16.2 + ACTUAL=$(pod --version) + if [ "$ACTUAL" != "$EXPECTED" ]; then + echo "Expected Cocoapods $EXPECTED but runner has $ACTUAL." + echo "The version ships preinstalled with the macOS runner image: https://github.com/actions/runner-images/blob/main/images/macos/macos-26-Readme.md" + echo "If the runner image changed, update EXPECTED here or reinstall the pinned version." + exit 1 + fi - name: ๐Ÿ’พ Cache Pods - uses: actions/cache@v5 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 id: pods-cache with: path: ./ios/Pods @@ -75,7 +113,8 @@ jobs: run: pnpm intl:build 2>&1 | tee i18n.log - name: Check for i18n compilation errors - run: if grep -q "invalid syntax" "i18n.log"; then echo "\n\nFound compilation errors!\n\n" && exit 1; else echo "\n\nNo compilation errors!\n\n"; fi + run: if grep -q "invalid syntax" "i18n.log"; then echo "\n\nFound compilation + errors!\n\n" && exit 1; else echo "\n\nNo compilation errors!\n\n"; fi # EXPO_PUBLIC_ENV is handled in eas.json - name: โœ๏ธ Write environment variables @@ -153,19 +192,76 @@ jobs: id: get-build-info run: bash scripts/setGitHubOutput.sh + # Read the build number straight from the IPA's CFBundleVersion. This is the value + # baked in at build time by use-build-number-with-bump (remote counter + 1) and the + # number that actually lands in App Store Connect. `eas build:version:get` reads the + # remote counter, which a --local build does not advance, so it can be off by one โ€” + # using it here would make distribute_only poll for a nonexistent build. + - name: ๐Ÿ”ข Read build number from IPA + id: ipa-build-number + run: | + plist_dir="$(mktemp -d)" + unzip -o -q "$BUILD_DIR/Bluesky.ipa" 'Payload/*.app/Info.plist' -d "$plist_dir" + plist="$(find "$plist_dir" -name Info.plist -print -quit)" + build_number="$(/usr/libexec/PlistBuddy -c 'Print CFBundleVersion' "$plist")" + rm -rf "$plist_dir" + if [ -z "$build_number" ]; then + echo "ERROR: could not read CFBundleVersion from IPA" + exit 1 + fi + echo "IPA build number: $build_number" + echo "build-number=$build_number" >> "$GITHUB_OUTPUT" + + # eas submit only uploads to App Store Connect; it can't assign a build to a + # TestFlight group. fastlane's distribute_only mode skips the upload and assigns the + # already-submitted build to the group, polling until Apple finishes processing it. + - name: ๐Ÿงช Assign build to TestFlight group + if: ${{ inputs.testFlightGroup != 'none' }} + env: + TESTFLIGHT_GROUP: ${{ inputs.testFlightGroup }} + ASC_KEY_ID: ${{ secrets.ASC_KEY_ID }} + ASC_ISSUER_ID: ${{ secrets.ASC_ISSUER_ID }} + ASC_KEY_P8_BASE64: ${{ secrets.ASC_KEY_P8_BASE64 }} + APP_VERSION: ${{ steps.get-build-info.outputs.PACKAGE_VERSION }} + BUILD_NUMBER: ${{ steps.ipa-build-number.outputs.build-number }} + run: | + # Ensure the API key material is removed even if fastlane exits non-zero + # (the step runs under `bash -e`, which would otherwise abort before cleanup). + trap 'rm -f asc_api_key.json' EXIT + # fastlane's Token.from_json_file expects the .p8 contents inline under "key" + # (PEM with embedded newlines), not a path. jq handles the newline escaping. + key_content="$(echo "$ASC_KEY_P8_BASE64" | base64 --decode)" + jq -n \ + --arg key_id "$ASC_KEY_ID" \ + --arg issuer_id "$ASC_ISSUER_ID" \ + --arg key "$key_content" \ + '{key_id: $key_id, issuer_id: $issuer_id, key: $key, in_house: false}' \ + > asc_api_key.json + # app_platform is required in non-interactive mode: distribute_only otherwise + # calls fetch_app_platform, which prompts for input and crashes without a TTY. + fastlane run upload_to_testflight \ + api_key_path:"$PWD/asc_api_key.json" \ + distribute_only:true \ + app_platform:"ios" \ + app_identifier:"xyz.blueskyweb.app" \ + app_version:"$APP_VERSION" \ + build_number:"$BUILD_NUMBER" \ + groups:"$TESTFLIGHT_GROUP" \ + notify_external_testers:true + - name: ๐Ÿ”” Notify Slack of Production Build if: ${{ inputs.profile == 'production' }} - uses: slackapi/slack-github-action@v3.0.3 + uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3 with: webhook: ${{ secrets.SLACK_CLIENT_ALERT_WEBHOOK }} webhook-type: incoming-webhook payload-templated: true payload: | - {"text": "iOS production build for App Store submission is ready!\n```Artifact: Check TestFlight to know when it is available\nVersion Number: ${{ steps.get-build-info.outputs.PACKAGE_VERSION }}\nBuild Number: ${{ steps.get-build-info.outputs.BSKY_IOS_BUILD_NUMBER }}```"} + {"text": "iOS production build for App Store submission is ready!\n```Artifact: Check TestFlight to know when it is available\nVersion Number: ${{ steps.get-build-info.outputs.PACKAGE_VERSION }}\nBuild Number: ${{ steps.ipa-build-number.outputs.build-number }}```"} - name: โฌ‡๏ธ Restore Cache id: get-base-commit - uses: actions/cache@v5 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 if: ${{ inputs.profile == 'testflight' }} with: path: most-recent-testflight-commit.txt diff --git a/.github/workflows/bundle-deploy-eas-update.yml b/.github/workflows/bundle-deploy-eas-update.yml index 5f1f0a4e28..c12403a18d 100644 --- a/.github/workflows/bundle-deploy-eas-update.yml +++ b/.github/workflows/bundle-deploy-eas-update.yml @@ -18,6 +18,10 @@ on: description: Runtime version (in x.x.x format) that this update is for required: true +# Deploys happen via EAS using EXPO_TOKEN; the GITHUB_TOKEN only checks out code +permissions: + contents: read + jobs: bundleDeploy: if: github.repository == 'bluesky-social/social-app' @@ -48,7 +52,7 @@ jobs: fi - name: โฌ‡๏ธ Checkout - uses: actions/checkout@v5 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 @@ -56,17 +60,17 @@ jobs: if: ${{ github.ref != 'refs/heads/main' }} run: git fetch origin main:main --depth 100 - - uses: pnpm/action-setup@v6 + - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 - name: ๐Ÿ”ง Setup Node - uses: actions/setup-node@v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: package.json cache: pnpm - name: ๐Ÿ“ท Check fingerprint and install dependencies id: fingerprint - uses: bluesky-social/github-actions/fingerprint-native@main + uses: bluesky-social/github-actions/fingerprint-native@ebc6aa6d7466dc1e78b1e832041b7b81f6f95030 # v0.1.0 with: profile: ${{ inputs.channel || 'testflight' }} previous-commit-tag: ${{ inputs.runtimeVersion }} @@ -75,7 +79,8 @@ jobs: run: pnpm intl:build 2>&1 | tee i18n.log - name: Check for i18n compilation errors - run: if grep -q "invalid syntax" "i18n.log"; then echo "\n\nFound compilation errors!\n\n" && exit 1; else echo "\n\nNo compilation errors!\n\n"; fi + run: if grep -q "invalid syntax" "i18n.log"; then echo "\n\nFound compilation + errors!\n\n" && exit 1; else echo "\n\nNo compilation errors!\n\n"; fi - name: Lint check run: pnpm lint @@ -87,7 +92,7 @@ jobs: run: pnpm typecheck - name: ๐Ÿ”จ Setup EAS - uses: expo/expo-github-action@v9 + uses: expo/expo-github-action@eab7a230208c952974db8c3245cfd78402c7b385 # 9.0.0 if: ${{ !steps.fingerprint.outputs.includes-changes }} with: eas-version: '19.0.5' @@ -96,7 +101,7 @@ jobs: - name: ๐Ÿช› Setup jq if: ${{ !steps.fingerprint.outputs.includes-changes }} - uses: dcarbone/install-jq-action@v2 + uses: dcarbone/install-jq-action@b7ef57d46ece78760b4019dbc4080a1ba2a40b45 # v3.2.0 # eas.json not used here, set EXPO_PUBLIC_ENV - name: Env @@ -137,7 +142,7 @@ jobs: - name: โฌ‡๏ธ Restore Cache id: get-base-commit - uses: actions/cache@v5 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 if: ${{ !steps.fingerprint.outputs.includes-changes }} with: path: most-recent-testflight-commit.txt @@ -157,7 +162,9 @@ jobs: needs: [bundleDeploy] # Gotta check if its NOT '[]' because any md5 hash in the outputs is detected as a possible secret and won't be # available here - if: ${{ inputs.channel != 'production' && needs.bundleDeploy.outputs.changes-detected && github.repository == 'bluesky-social/social-app' }} + if: ${{ inputs.channel != 'production' && + needs.bundleDeploy.outputs.changes-detected && github.repository == + 'bluesky-social/social-app' }} steps: - name: Check for EXPO_TOKEN run: > @@ -167,20 +174,20 @@ jobs: fi - name: โฌ‡๏ธ Checkout - uses: actions/checkout@v5 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 5 - - uses: pnpm/action-setup@v6 + - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 - name: ๐Ÿ”ง Setup Node - uses: actions/setup-node@v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: package.json cache: pnpm - name: ๐Ÿ”จ Setup EAS - uses: expo/expo-github-action@v9 + uses: expo/expo-github-action@eab7a230208c952974db8c3245cfd78402c7b385 # 9.0.0 with: eas-version: '19.0.5' packager: 'pnpm --allow-build=dtrace-provider' @@ -189,17 +196,23 @@ jobs: - name: โš™๏ธ Install dependencies run: pnpm install --frozen-lockfile - - uses: maxim-lobanov/setup-xcode@v1 + - uses: maxim-lobanov/setup-xcode@ed7a3b1fda3918c0306d1b724322adc0b8cc0a90 # v1.7.0 with: xcode-version: "26.4" - - name: โ˜•๏ธ Setup Cocoapods - uses: maxim-lobanov/setup-cocoapods@v1 - with: - version: 1.16.2 + - name: โ˜•๏ธ Assert Cocoapods version + run: | + EXPECTED=1.16.2 + ACTUAL=$(pod --version) + if [ "$ACTUAL" != "$EXPECTED" ]; then + echo "Expected Cocoapods $EXPECTED but runner has $ACTUAL." + echo "The version ships preinstalled with the macOS runner image: https://github.com/actions/runner-images/blob/main/images/macos/macos-26-Readme.md" + echo "If the runner image changed, update EXPECTED here or reinstall the pinned version." + exit 1 + fi - name: ๐Ÿ’พ Cache Pods - uses: actions/cache@v5 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 id: pods-cache with: path: ./ios/Pods @@ -282,7 +295,7 @@ jobs: - name: โฌ‡๏ธ Restore Cache id: get-base-commit - uses: actions/cache@v5 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 if: ${{ inputs.channel == 'testflight' }} with: path: most-recent-testflight-commit.txt @@ -303,7 +316,9 @@ jobs: needs: [bundleDeploy] # Gotta check if its NOT '[]' because any md5 hash in the outputs is detected as a possible secret and won't be # available here - if: ${{ inputs.channel != 'production' && needs.bundleDeploy.outputs.changes-detected && github.repository == 'bluesky-social/social-app'}} + if: ${{ inputs.channel != 'production' && + needs.bundleDeploy.outputs.changes-detected && github.repository == + 'bluesky-social/social-app'}} steps: - name: Check for EXPO_TOKEN @@ -314,26 +329,26 @@ jobs: fi - name: โฌ‡๏ธ Checkout - uses: actions/checkout@v5 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 5 - - uses: pnpm/action-setup@v6 + - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 - name: ๐Ÿ”ง Setup Node - uses: actions/setup-node@v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: package.json cache: pnpm - name: ๐Ÿ”จ Setup EAS - uses: expo/expo-github-action@v9 + uses: expo/expo-github-action@eab7a230208c952974db8c3245cfd78402c7b385 # 9.0.0 with: eas-version: '19.0.5' packager: 'pnpm --allow-build=dtrace-provider' token: ${{ secrets.EXPO_TOKEN }} - - uses: actions/setup-java@v5 + - uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0 with: distribution: "temurin" java-version: "17" @@ -368,17 +383,49 @@ jobs: pnpm use-build-number-with-bump pnpm eas build -p android --profile testflight-android - --local --output build.apk --non-interactive + --local --output build.aab --non-interactive + + - name: ๐Ÿ“š Get version from package.json + id: get-build-info + run: bash scripts/setGitHubOutput.sh + + - name: ๐Ÿš€ Submit to Google Play + run: pnpm eas submit -p android --profile testflight-android --non-interactive --path + build.aab + + - name: ๐Ÿ”ง Setup bundletool + uses: amyu/setup-bundletool@cc2e1857284660bd625e43f2c8a45626f034302f # v1.1 + with: + bundletool-version: "1.17.2" + + - name: ๐Ÿ”‘ Decode keystore + run: echo "${{ secrets.ANDROID_KEYSTORE_BASE64 }}" | base64 --decode > + keystore.jks + + - name: ๐Ÿ“ฆ Build signed universal APK + run: | + bundletool build-apks \ + --bundle=build.aab \ + --output=universal.apks \ + --mode=universal \ + --ks=keystore.jks \ + --ks-pass=pass:${{ secrets.ANDROID_KEYSTORE_PASSWORD }} \ + --ks-key-alias=${{ secrets.ANDROID_KEY_ALIAS }} \ + --key-pass=pass:${{ secrets.ANDROID_KEY_PASSWORD }} + + - name: ๐Ÿ“‹ Rename to .zip for extraction + run: mv universal.apks universal.zip + + - name: ๐Ÿ“ฆ Extract universal APK + run: unzip -p universal.zip universal.apk > build.apk - name: โฐ Get a timestamp id: timestamp - uses: nanzm/get-time-action@master - with: - format: "MM-DD-HH-mm-ss" + run: echo "time=$(date -u +'%m-%d-%H-%M-%S')" >> "$GITHUB_OUTPUT" - name: ๐Ÿš€ Upload Artifact id: upload-artifact - uses: actions/upload-artifact@v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: retention-days: 30 compression-level: 0 @@ -386,7 +433,7 @@ jobs: path: build.apk - name: ๐Ÿ”” Notify Slack - uses: slackapi/slack-github-action@v3.0.3 + uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3 with: webhook: ${{ secrets.SLACK_CLIENT_ALERT_WEBHOOK }} webhook-type: incoming-webhook @@ -396,7 +443,7 @@ jobs: - name: โฌ‡๏ธ Restore Cache id: get-base-commit - uses: actions/cache@v5 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 if: ${{ inputs.channel != 'testflight' && inputs.channel != 'production' }} with: path: most-recent-testflight-commit.txt diff --git a/.github/workflows/claude-mention.yml b/.github/workflows/claude-mention.yml index 355a05adfb..5d35d2fa63 100644 --- a/.github/workflows/claude-mention.yml +++ b/.github/workflows/claude-mention.yml @@ -54,18 +54,18 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 1 - name: Configure AWS credentials (OIDC) - uses: aws-actions/configure-aws-credentials@v6 + uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0 with: role-to-assume: ${{ secrets.AWS_BEDROCK_REVIEW_ROLE_ARN }} aws-region: us-east-2 - name: Claude - uses: anthropics/claude-code-action@v1 + uses: anthropics/claude-code-action@9dd8b95a392eb34b6f5fb56cf5a64cb735912d4b # v1.0.150 with: use_bedrock: 'true' additional_permissions: | diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index 9b7cdaa57d..14d11f17e8 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -40,18 +40,18 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 1 - name: Configure AWS credentials (OIDC) - uses: aws-actions/configure-aws-credentials@v6 + uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0 with: role-to-assume: ${{ secrets.AWS_BEDROCK_REVIEW_ROLE_ARN }} aws-region: us-east-2 - name: Claude review - uses: anthropics/claude-code-action@v1 + uses: anthropics/claude-code-action@9dd8b95a392eb34b6f5fb56cf5a64cb735912d4b # v1.0.150 with: use_bedrock: 'true' additional_permissions: | diff --git a/.github/workflows/golang-test-lint.yml b/.github/workflows/golang-test-lint.yml index 2e7388bbd5..d61f0c153d 100644 --- a/.github/workflows/golang-test-lint.yml +++ b/.github/workflows/golang-test-lint.yml @@ -10,14 +10,17 @@ concurrency: group: "${{ github.workflow }}-${{ github.head_ref || github.ref }}" cancel-in-progress: true +permissions: + contents: read + jobs: build-and-test: runs-on: ubuntu-latest steps: - name: Git Checkout - uses: actions/checkout@v5 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Set up Go tooling - uses: actions/setup-go@v6 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version-file: bskyweb/go.mod cache-dependency-path: bskyweb/go.sum @@ -33,9 +36,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Git Checkout - uses: actions/checkout@v5 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Set up Go tooling - uses: actions/setup-go@v6 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version-file: bskyweb/go.mod cache-dependency-path: bskyweb/go.sum diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2fb464a92a..5b40ad541d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -24,7 +24,7 @@ jobs: job: [lint, prettier, typecheck] steps: - name: Check out Git repository - uses: actions/checkout@v5 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Verify Node version pins match package.json run: | set -euo pipefail @@ -50,9 +50,9 @@ jobs: v=$(grep -oE '"node":[[:space:]]*"[0-9]+\.[0-9]+\.[0-9]+"' eas.json | grep -oE '[0-9]+\.[0-9]+\.[0-9]+' | sort -u) check "eas.json" "$v" exit $rc - - uses: pnpm/action-setup@v6 + - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 - name: Install node - uses: actions/setup-node@v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: package.json cache: pnpm @@ -87,10 +87,10 @@ jobs: shard: [1, 2, 3, 4] steps: - name: Check out Git repository - uses: actions/checkout@v5 - - uses: pnpm/action-setup@v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 - name: Install node - uses: actions/setup-node@v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: package.json cache: pnpm diff --git a/.github/workflows/nightly-build.yml b/.github/workflows/nightly-build.yml new file mode 100644 index 0000000000..8e50a4beff --- /dev/null +++ b/.github/workflows/nightly-build.yml @@ -0,0 +1,173 @@ +--- +name: Nightly Build + +on: + schedule: + - cron: "10 2 * * *" # run at 2:10 AM UTC, after the nightly i18n job + workflow_dispatch: + +# Deploys happen via EAS using EXPO_TOKEN; the GITHUB_TOKEN only checks out code +permissions: + contents: read + +jobs: + # Generate the changelog once, shared by both platforms. The range covers commits since + # the previous nightly, whose commit SHA is stored as a "nightly-build-commit" artifact + # (advanced by the record job below, only after both builds succeed). + prepare: + name: Prepare release notes + if: github.repository == 'bluesky-social/social-app' + runs-on: ubuntu-latest + permissions: + contents: read + actions: read + outputs: + notes: ${{ steps.notes.outputs.notes }} + steps: + - name: โฌ‡๏ธ Checkout + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + with: + fetch-depth: 0 + + - name: ๐Ÿ“ Generate release notes + id: notes + env: + GH_TOKEN: ${{ github.token }} + run: | + # Find the most recent non-expired nightly-build-commit artifact and read its SHA + # The artifacts API returns results newest-first, so the most recent marker is on + # page 1 โ€” no --paginate needed (which would run the jq aggregation per page and + # could emit multiple URLs). Take the first non-expired match. + prev="" + url=$(gh api \ + "repos/${GITHUB_REPOSITORY}/actions/artifacts?name=nightly-build-commit&per_page=100" \ + --jq 'first(.artifacts[] | select(.expired == false)) | .archive_download_url' \ + 2>/dev/null || true) + if [ -n "$url" ] && [ "$url" != "null" ]; then + if curl -sSL -H "Authorization: Bearer $GH_TOKEN" -o marker.zip "$url" \ + && unzip -o -q marker.zip; then + prev=$(cat nightly-build-commit.txt 2>/dev/null | tr -d '[:space:]') + fi + rm -f marker.zip nightly-build-commit.txt + fi + + if [ -n "$prev" ] && git cat-file -e "${prev}^{commit}" 2>/dev/null; then + echo "Generating notes since previous nightly: $prev" + range="${prev}..HEAD" + else + echo "No reachable previous nightly commit; falling back to last 30 commits." + range="HEAD~30..HEAD" + fi + notes=$(git log --no-merges --pretty=format:'- %s' "$range" 2>/dev/null | head -n 50) + if [ -z "$notes" ]; then + notes="Nightly build โ€” no new commits since the last nightly." + fi + # Cap the whole changelog to keep the Slack message a reasonable size. + # head -c caps the combined stream; cut -c would only cap each line independently. + notes=$(printf '%s' "$notes" | head -c 3900) + { + echo "notes<> "$GITHUB_OUTPUT" + + ios: + name: Nightly iOS Build + needs: [prepare] + uses: ./.github/workflows/build-submit-ios.yml + with: + profile: testflight + testFlightGroup: "QA Team" + secrets: inherit + + android: + name: Nightly Android Build + needs: [prepare] + # build-submit-android.yml contains an attachToRelease job that requests contents: write. + # That job is skipped for nightly (it needs a production tag build), but GitHub statically + # validates the reusable-workflow permission ceiling, so the caller must grant it here. + permissions: + contents: write + uses: ./.github/workflows/build-submit-android.yml + with: + profile: testflight-android + secrets: inherit + + notify-ios: + name: Notify Slack of iOS nightly + needs: [prepare, ios] + runs-on: ubuntu-latest + steps: + - name: ๐Ÿ“ Build Slack payload + id: payload + env: + NOTES: ${{ needs.prepare.outputs.notes }} + VERSION: ${{ needs.ios.outputs.package-version }} + BUILD_NUMBER: ${{ needs.ios.outputs.build-number }} + run: | + text="*Nightly iOS build available in TestFlight (QA Team)* + Version ${VERSION} (${BUILD_NUMBER}) + + ${NOTES}" + payload=$(jq -n --arg text "$text" '{text: $text}') + { + echo "payload<> "$GITHUB_OUTPUT" + + - name: ๐Ÿ”” Notify Slack + uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3 + with: + webhook: ${{ secrets.NIGHTLY_BUILDS_SLACK_WEBHOOK }} + webhook-type: incoming-webhook + payload: ${{ steps.payload.outputs.payload }} + + notify-android: + name: Notify Slack of Android nightly + needs: [prepare, android] + runs-on: ubuntu-latest + steps: + - name: ๐Ÿ“ Build Slack payload + id: payload + env: + NOTES: ${{ needs.prepare.outputs.notes }} + VERSION: ${{ needs.android.outputs.package-version }} + VERSION_CODE: ${{ needs.android.outputs.version-code }} + run: | + text="*Nightly Android build available (Internal track)* + Version ${VERSION} (${VERSION_CODE}) + + ${NOTES}" + payload=$(jq -n --arg text "$text" '{text: $text}') + { + echo "payload<> "$GITHUB_OUTPUT" + + - name: ๐Ÿ”” Notify Slack + uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3 + with: + webhook: ${{ secrets.NIGHTLY_BUILDS_SLACK_WEBHOOK }} + webhook-type: incoming-webhook + payload: ${{ steps.payload.outputs.payload }} + + # Advance the nightly marker only after both builds succeed, so a failed night's commits + # roll into the next successful nightly's notes rather than being silently dropped. + record: + name: Record nightly commit + needs: [ios, android] + runs-on: ubuntu-latest + steps: + - name: โœ๏ธ Write nightly commit marker + env: + GITHUB_SHA: ${{ github.sha }} + run: echo "$GITHUB_SHA" > nightly-build-commit.txt + + - name: ๐Ÿš€ Upload nightly commit marker + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 + with: + name: nightly-build-commit + path: nightly-build-commit.txt + retention-days: 90 diff --git a/.github/workflows/nightly-update-source-languages.yaml b/.github/workflows/nightly-update-source-languages.yaml index 2a6ec26ac4..e6094476a6 100644 --- a/.github/workflows/nightly-update-source-languages.yaml +++ b/.github/workflows/nightly-update-source-languages.yaml @@ -16,12 +16,12 @@ jobs: steps: - name: Check out Git repository - uses: actions/checkout@v5 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: ssh-key: ${{secrets.GH_ACTION_DEPLOY_KEY}} - - uses: pnpm/action-setup@v6 + - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 - name: Install node - uses: actions/setup-node@v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: package.json cache: pnpm @@ -30,12 +30,12 @@ jobs: - name: Extract language strings run: pnpm intl:extract - name: Create commit - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7.1.0 with: commit_message: Nightly source-language update file_pattern: ./src/locale/locales/en/messages.po - name: Push source lang to Crowdin - uses: crowdin/github-action@v2 + uses: crowdin/github-action@52aa776766211d83d975df51f3b9c53c2f8ba35f # v2.16.3 with: upload_sources: true upload_sources_args: "-b main" diff --git a/.github/workflows/pull-request-comment.yml b/.github/workflows/pull-request-comment.yml index 8ede462392..4f152f96f1 100644 --- a/.github/workflows/pull-request-comment.yml +++ b/.github/workflows/pull-request-comment.yml @@ -5,16 +5,15 @@ on: issue_comment: types: [created] -# Permissiosn to make comments in the pull request -permissions: - pull-requests: write - actions: write - contents: read +# Permissions are granted per-job below; anything unlisted defaults to none +permissions: {} jobs: handle-comment: if: github.event.issue.pull_request runs-on: ubuntu-latest + permissions: + contents: read outputs: should-deploy: ${{ steps.check-org.outputs.result }} @@ -45,10 +44,10 @@ jobs: echo "mentioned=false" >> $GITHUB_OUTPUT fi - - name: Check organization membership + - name: Check commenter has write access if: steps.check-mention.outputs.mentioned == 'true' id: check-org - uses: actions/github-script@v7 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 with: script: | try { @@ -72,13 +71,16 @@ jobs: runs-on: ubuntu-latest needs: [handle-comment] if: needs.handle-comment.outputs.should-deploy == 'true' + permissions: + contents: read + pull-requests: write steps: - name: Get PR HEAD SHA env: ISSUE_NUMBER: ${{ github.event.issue.number }} id: pr-info - uses: actions/github-script@v7 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 with: script: | const pr = await github.rest.pulls.get({ @@ -87,6 +89,16 @@ jobs: pull_number: process.env.ISSUE_NUMBER, }); + // This workflow runs with repo secrets in scope, so never build + // code from a fork: the commenter authorizes the deploy, but a + // fork controls what code would run during it + const expected = `${context.repo.owner}/${context.repo.repo}`; + const head = pr.data.head.repo?.full_name; + if (head !== expected) { + core.setFailed(`OTA deploys are only allowed for branches in ${expected}, not forks (got ${head})`); + return; + } + console.log(`PR HEAD SHA: ${pr.data.head.sha}`); console.log(`PR HEAD REF: ${pr.data.head.ref}`); @@ -94,7 +106,7 @@ jobs: core.setOutput('head-ref', pr.data.head.ref); - name: ๐Ÿ’ฌ Drop a comment - uses: marocchino/sticky-pull-request-comment@v3 + uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4 with: header: pull-request-eas-build-${{ steps.pr-info.outputs.head-sha }} number: ${{ github.event.issue.number }} @@ -113,14 +125,14 @@ jobs: fi - name: โฌ‡๏ธ Checkout - uses: actions/checkout@v5 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: ref: ${{ steps.pr-info.outputs.head-sha }} - - uses: pnpm/action-setup@v6 + - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 - name: ๐Ÿ”ง Setup Node - uses: actions/setup-node@v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: package.json cache: pnpm @@ -141,14 +153,14 @@ jobs: run: pnpm typecheck - name: ๐Ÿ”จ Setup EAS - uses: expo/expo-github-action@v9 + uses: expo/expo-github-action@eab7a230208c952974db8c3245cfd78402c7b385 # 9.0.0 with: eas-version: '19.0.5' packager: 'pnpm --allow-build=dtrace-provider' token: ${{ secrets.EXPO_TOKEN }} - name: ๐Ÿช› Setup jq - uses: dcarbone/install-jq-action@v2 + uses: dcarbone/install-jq-action@b7ef57d46ece78760b4019dbc4080a1ba2a40b45 # v3.2.0 - name: Env id: env @@ -181,7 +193,7 @@ jobs: RUNTIME_VERSION: - name: ๐Ÿ’ฌ Drop a comment - uses: marocchino/sticky-pull-request-comment@v3 + uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4 env: ISSUE_NUMBER: ${{ github.event.issue.number }} with: @@ -198,7 +210,7 @@ jobs: *Generated by [PR labeler](https://github.com/expo/expo/actions/workflows/pr-labeler.yml) ๐Ÿค–* - name: ๐Ÿ’ฌ Drop a comment - uses: marocchino/sticky-pull-request-comment@v3 + uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4 if: failure() with: header: pull-request-eas-build-${{ steps.pr-info.outputs.head-sha }} diff --git a/.github/workflows/pull-request-commit.yml b/.github/workflows/pull-request-commit.yml index 976fa35662..df8a69c188 100644 --- a/.github/workflows/pull-request-commit.yml +++ b/.github/workflows/pull-request-commit.yml @@ -13,25 +13,28 @@ concurrency: group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }} cancel-in-progress: true -permissions: - pull-requests: write - actions: write - contents: read +# Permissions are granted per-job below; anything unlisted defaults to none. +# pull-requests: write is needed by sticky-pull-request-comment to post the +# bundle-size and fingerprint diffs +permissions: {} jobs: webpack-analyzer: runs-on: ubuntu-22.04 if: ${{ github.event.pull_request.head.repo.full_name == github.repository && github.event_name == 'pull_request'}} + permissions: + contents: read + pull-requests: write steps: - name: โฌ‡๏ธ Checkout - uses: actions/checkout@v5 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 - - uses: pnpm/action-setup@v6 + - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 - name: ๐Ÿ”ง Setup Node - uses: actions/setup-node@v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: package.json cache: pnpm @@ -68,7 +71,7 @@ jobs: - name: โฌ‡๏ธ Get base stats from cache id: get-base-stats - uses: actions/cache@v5 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: stats-base.json key: stats-base-${{ steps.base-commit.outputs.base-commit }} @@ -89,14 +92,14 @@ jobs: - name: ๏ผ… Get diff id: get-diff - uses: NejcZdovc/bundle-size-diff@v1 + uses: NejcZdovc/bundle-size-diff@5321de41d2d62a7b0f4d6e60f59d1280a0034160 # v1.1.0 with: base_path: "stats-base.json" pr_path: "../stats-new.json" excluded_assets: "(.+).chunk.js|(.+).js.map|(.+).json|(.+).png|(.+).svg|(.+).webp|(.+).jpg|(.+).ico" - name: ๐Ÿ’ฌ Drop a comment - uses: marocchino/sticky-pull-request-comment@v3 + uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4 with: header: bundle-diff message: | @@ -108,9 +111,12 @@ jobs: fingerprint-native: runs-on: ubuntu-22.04 if: ${{ github.event.pull_request.head.repo.full_name == github.repository && github.event_name == 'pull_request'}} + permissions: + contents: read + pull-requests: write steps: - name: โฌ‡๏ธ Checkout - uses: actions/checkout@v5 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 100 @@ -118,22 +124,22 @@ jobs: run: git fetch origin main:main --depth 100 if: github.event_name == 'pull_request' - - uses: pnpm/action-setup@v6 + - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 - name: ๐Ÿ”ง Setup Node - uses: actions/setup-node@v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: package.json cache: pnpm - name: ๐Ÿ“ท Check fingerprint and install dependencies id: fingerprint - uses: bluesky-social/github-actions/fingerprint-native@main + uses: bluesky-social/github-actions/fingerprint-native@ebc6aa6d7466dc1e78b1e832041b7b81f6f95030 # v0.1.0 with: profile: pull-request - name: ๐Ÿ’ฌ Drop a comment - uses: marocchino/sticky-pull-request-comment@v3 + uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4 if: ${{ steps.fingerprint.outputs.includes-changes }} with: header: fingerprint-diff @@ -151,7 +157,7 @@ jobs: *Generated by [PR labeler](https://github.com/expo/expo/actions/workflows/pr-labeler.yml) ๐Ÿค–* - name: ๐Ÿ’ฌ Delete comment - uses: marocchino/sticky-pull-request-comment@v3 + uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4 if: ${{ !steps.fingerprint.outputs.includes-changes }} with: header: fingerprint-diff diff --git a/.github/workflows/sync-internal.yaml b/.github/workflows/sync-internal.yaml index 03120eaebc..fd7fb89893 100644 --- a/.github/workflows/sync-internal.yaml +++ b/.github/workflows/sync-internal.yaml @@ -4,28 +4,37 @@ on: push: branches: [main] +# The push to the internal repo uses the app token below, not the GITHUB_TOKEN +permissions: + contents: read + jobs: sync: runs-on: ubuntu-latest if: github.repository == 'bluesky-social/social-app' steps: - name: Checkout public repo - uses: actions/checkout@v5 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 + # Don't persist the checkout auth header; the push below authenticates + # with the app token embedded in the remote URL instead + persist-credentials: false - name: Generate GitHub App Token id: app-token - uses: actions/create-github-app-token@v3 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: app-id: ${{ vars.SYNC_INTERNAL_APP_ID }} private-key: ${{ secrets.SYNC_INTERNAL_PK }} repositories: social-app-internal + # Scope the token down from the app's full installation permissions; + # pushing is the only thing this token is used for + permission-contents: write - name: Push to internal repo env: TOKEN: ${{ steps.app-token.outputs.token }} run: | git config user.name "github-actions" git config user.email "test@users.noreply.github.com" - git config --unset-all http.https://github.com/.extraheader git remote add internal https://x-access-token:${TOKEN}@github.com/bluesky-social/social-app-internal.git git push internal main --force diff --git a/.github/workflows/verify-pnpm-lock.yml b/.github/workflows/verify-pnpm-lock.yml index f1b61e95e7..cb68e2b4e7 100644 --- a/.github/workflows/verify-pnpm-lock.yml +++ b/.github/workflows/verify-pnpm-lock.yml @@ -6,13 +6,16 @@ concurrency: group: "${{ github.workflow }}-${{ github.head_ref || github.ref }}" cancel-in-progress: true +permissions: + contents: read + jobs: verify-pnpm-lock: name: No manual pnpm-lock.yaml edits runs-on: ubuntu-latest steps: - name: Check out PR HEAD - uses: actions/checkout@v5 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 @@ -21,10 +24,10 @@ jobs: BASE_REF: ${{ github.base_ref }} run: git fetch origin $BASE_REF --depth=1 - - uses: pnpm/action-setup@v6 + - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 - name: Install node - uses: actions/setup-node@v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: package.json diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml new file mode 100644 index 0000000000..56d06bbd85 --- /dev/null +++ b/.github/workflows/zizmor.yml @@ -0,0 +1,37 @@ +name: Workflow security + +on: + push: + branches: [main] + paths: [".github/**"] + pull_request: + paths: [".github/**"] + +concurrency: + group: "${{ github.workflow }}-${{ github.head_ref || github.ref }}" + cancel-in-progress: true + +# The github.token is only used by zizmor's online audits (read-only API calls) +permissions: + contents: read + +jobs: + zizmor: + name: Audit workflows with zizmor + runs-on: ubuntu-latest + steps: + - name: Check out Git repository + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + with: + persist-credentials: false + + - name: Run zizmor + uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6 + with: + # Annotate the PR directly instead of uploading SARIF to the + # security tab, and fail the check on any finding + advanced-security: false + annotations: true + # Low-confidence findings (e.g. artipacked on workflows that never + # push) are too noisy to gate CI on + min-confidence: medium diff --git a/__e2e__/flows/curate-lists.yml b/__e2e__/flows/curate-lists.yml index 906199e979..cc97b0fd72 100644 --- a/__e2e__/flows/curate-lists.yml +++ b/__e2e__/flows/curate-lists.yml @@ -145,21 +145,21 @@ appId: xyz.blueskyweb.app id: "profileHeaderDropdownBtn" - tapOn: "Add to Lists" - assertVisible: - id: "userAddRemoveListsModal" + id: "userAddRemoveListsDialog" - tapOn: id: "user-bob.test-addBtn" - tapOn: id: "doneBtn" - assertNotVisible: - id: "userAddRemoveListsModal" + id: "userAddRemoveListsDialog" - tapOn: id: "profileHeaderDropdownBtn" - tapOn: "Add to Lists" - assertVisible: - id: "userAddRemoveListsModal" + id: "userAddRemoveListsDialog" - tapOn: id: "user-bob.test-addBtn" - tapOn: id: "doneBtn" - assertNotVisible: - id: "userAddRemoveListsModal" + id: "userAddRemoveListsDialog" diff --git a/assets/icons/arrowCornerDownRight_stroke2_rounded_2_rounded.svg b/assets/icons/arrowCornerDownRight_stroke2_corner2_rounded.svg similarity index 100% rename from assets/icons/arrowCornerDownRight_stroke2_rounded_2_rounded.svg rename to assets/icons/arrowCornerDownRight_stroke2_corner2_rounded.svg diff --git a/assets/icons/arrowCornerDownRight_stroke2_corner3_rounded.svg b/assets/icons/arrowCornerDownRight_stroke2_corner3_rounded.svg new file mode 100644 index 0000000000..ff7edc539e --- /dev/null +++ b/assets/icons/arrowCornerDownRight_stroke2_corner3_rounded.svg @@ -0,0 +1 @@ + diff --git a/bskyweb/cmd/bskyweb/jsonld.go b/bskyweb/cmd/bskyweb/jsonld.go index 4178250493..a5ab849c35 100644 --- a/bskyweb/cmd/bskyweb/jsonld.go +++ b/bskyweb/cmd/bskyweb/jsonld.go @@ -65,6 +65,7 @@ type discussionForumPosting struct { CommentCount *int64 `json:"commentCount,omitempty"` Comment []comment `json:"comment,omitempty"` IsBasedOn string `json:"isBasedOn,omitempty"` + IsPartOf string `json:"isPartOf,omitempty"` SharedContent *sharedContent `json:"sharedContent,omitempty"` } @@ -344,6 +345,43 @@ func extractSharedContentURL(pv *appbsky.FeedDefs_PostView) string { return "" } +// threadRootURI returns the AT-URI of the root post of the thread a reply +// belongs to, or "" if the post is not a reply or the record is malformed. +func threadRootURI(pv *appbsky.FeedDefs_PostView) string { + if pv == nil || pv.Record == nil { + return "" + } + rec, ok := pv.Record.Val.(*appbsky.FeedPost) + if !ok || rec.Reply == nil || rec.Reply.Root == nil { + return "" + } + return rec.Reply.Root.Uri +} + +// findRootPostInParents walks tv's parent chain upward and returns the +// PostView whose URI matches rootURI, or nil if the root is not present. +// The root is absent when the chain is truncated by parentHeight (reply +// deeper than the fetched height) or broken by a blocked/not-found parent. +// Avoids a separate FeedGetPosts call when the thread response already +// contains the root. +func findRootPostInParents(tv *appbsky.FeedDefs_ThreadViewPost, rootURI string) *appbsky.FeedDefs_PostView { + if rootURI == "" { + return nil + } + for node := tv; node != nil; { + if node.Post != nil && node.Post.Uri == rootURI { + return node.Post + } + if node.Parent == nil { + return nil + } + // Only threadViewPost parents continue the chain; a blocked or + // not-found parent breaks it before reaching the root. + node = node.Parent.FeedDefs_ThreadViewPost + } + return nil +} + // buildAuthor constructs a Person. Organization classification for // custom-domain accounts is a future enhancement. func buildAuthor(author *appbsky.ActorDefs_ProfileViewBasic) *personOrOrg { @@ -584,13 +622,21 @@ func buildReplyNode(pv *appbsky.FeedDefs_PostView, hideLabels map[string]bool) c // buildPostJSONLD marshals the WebPage envelope wrapping a // DiscussionForumPosting. canonicalURL is used for both envelope.url and -// (as a fallback) mainEntity.url so they always agree. -func buildPostJSONLD(pv *appbsky.FeedDefs_PostView, replies []*appbsky.FeedDefs_ThreadViewPost_Replies_Elem, canonicalURL string, hideLabels, hideReplyLabels map[string]bool) (string, error) { +// (as a fallback) mainEntity.url so they always agree. isPartOfURL, when +// non-empty, is the handle-form canonical URL of the thread root the handler +// resolved for a reply; pass "" to omit isPartOf (non-reply, or the root could +// not be resolved). We never emit a DID-form isPartOf because it would not +// match the root page's handle-form canonical. +func buildPostJSONLD(pv *appbsky.FeedDefs_PostView, replies []*appbsky.FeedDefs_ThreadViewPost_Replies_Elem, canonicalURL string, isPartOfURL string, hideLabels, hideReplyLabels map[string]bool) (string, error) { if pv == nil || pv.Author == nil { return "", fmt.Errorf("nil post view or author") } node := buildPostNode(pv, replies, hideLabels, hideReplyLabels) + if isPartOfURL != "" { + node.IsPartOf = isPartOfURL + } + // mainEntity.url is empty when the author handle is unusable; fall back // to canonicalURL so it agrees with envelope.url. if node.URL == "" { diff --git a/bskyweb/cmd/bskyweb/jsonld_test.go b/bskyweb/cmd/bskyweb/jsonld_test.go index ee44008030..d3da1a0570 100644 --- a/bskyweb/cmd/bskyweb/jsonld_test.go +++ b/bskyweb/cmd/bskyweb/jsonld_test.go @@ -183,6 +183,19 @@ func withQuotePostBlocked() func(*appbsky.FeedDefs_PostView) { } } +// withReplyRoot marks the post as a reply by setting its record's Reply.Root +// strong-ref to the given thread-root post. +func withReplyRoot(rootDid, rootRkey string) func(*appbsky.FeedDefs_PostView) { + return func(pv *appbsky.FeedDefs_PostView) { + rec, _ := pv.Record.Val.(*appbsky.FeedPost) + uri := "at://" + rootDid + "/app.bsky.feed.post/" + rootRkey + rec.Reply = &appbsky.FeedPost_ReplyRef{ + Root: &comatprototypes.RepoStrongRef{Uri: uri, Cid: "bafy-root"}, + Parent: &comatprototypes.RepoStrongRef{Uri: uri, Cid: "bafy-root"}, + } + } +} + // withSelfLabel adds a self-label that should hide embeds. func withSelfLabel(val string) func(*appbsky.FeedDefs_PostView) { return func(pv *appbsky.FeedDefs_PostView) { @@ -263,7 +276,7 @@ func unmarshalLD(t *testing.T, s string) map[string]any { func TestBuildPostJSONLD_Bare(t *testing.T) { pv := makePostView("alice.bsky.social", "did:plc:alice", "abc123", "hello") canonical := "https://bsky.app/profile/alice.bsky.social/post/abc123" - out, err := buildPostJSONLD(pv, nil, canonical, hideEmbedLabels, hideReplyLabels) + out, err := buildPostJSONLD(pv, nil, canonical, "", hideEmbedLabels, hideReplyLabels) if err != nil { t.Fatal(err) } @@ -333,7 +346,7 @@ func TestBuildPostJSONLD_WithImages(t *testing.T) { thumb1 := "https://cdn.bsky.app/img/feed_thumbnail/plain/did:plc:alice/abc@jpeg" thumb2 := "https://cdn.bsky.app/img/feed_thumbnail/plain/did:plc:alice/def@jpeg" pv := makePostView("alice.bsky.social", "did:plc:alice", "abc123", "look", withImages(thumb1, thumb2)) - out, err := buildPostJSONLD(pv, nil, "https://bsky.app/profile/alice.bsky.social/post/abc123", hideEmbedLabels, hideReplyLabels) + out, err := buildPostJSONLD(pv, nil, "https://bsky.app/profile/alice.bsky.social/post/abc123", "", hideEmbedLabels, hideReplyLabels) if err != nil { t.Fatal(err) } @@ -358,7 +371,7 @@ func TestBuildPostJSONLD_WithGallery(t *testing.T) { thumb2 := "https://cdn.bsky.app/img/feed_thumbnail/plain/did:plc:alice/g2@jpeg" thumb3 := "https://cdn.bsky.app/img/feed_thumbnail/plain/did:plc:alice/g3@jpeg" pv := makePostView("alice.bsky.social", "did:plc:alice", "abc123", "gallery", withGallery(thumb1, thumb2, thumb3)) - out, err := buildPostJSONLD(pv, nil, "https://bsky.app/profile/alice.bsky.social/post/abc123", hideEmbedLabels, hideReplyLabels) + out, err := buildPostJSONLD(pv, nil, "https://bsky.app/profile/alice.bsky.social/post/abc123", "", hideEmbedLabels, hideReplyLabels) if err != nil { t.Fatal(err) } @@ -385,7 +398,7 @@ func TestBuildPostJSONLD_GalleryInRecordWithMedia(t *testing.T) { thumb := "https://cdn.bsky.app/img/feed_thumbnail/plain/did:plc:alice/g@jpeg" pv := makePostView("alice.bsky.social", "did:plc:alice", "abc123", "quote+gallery", withRecordWithMediaGallery("bob.example.com", "did:plc:bob", "xyz", thumb)) - out, err := buildPostJSONLD(pv, nil, "u", hideEmbedLabels, hideReplyLabels) + out, err := buildPostJSONLD(pv, nil, "u", "", hideEmbedLabels, hideReplyLabels) if err != nil { t.Fatal(err) } @@ -438,7 +451,7 @@ func TestExtractPostMedia_GallerySkipsUnknownItems(t *testing.T) { func TestBuildPostJSONLD_WithVideo(t *testing.T) { thumb := "https://cdn.bsky.app/img/video_thumbnail/plain/did:plc:alice/v@jpeg" pv := makePostView("alice.bsky.social", "did:plc:alice", "abc123", "watch", withVideo(thumb)) - out, _ := buildPostJSONLD(pv, nil, "u", hideEmbedLabels, hideReplyLabels) + out, _ := buildPostJSONLD(pv, nil, "u", "", hideEmbedLabels, hideReplyLabels) main := unmarshalLD(t, out)["mainEntity"].(map[string]any) if main["thumbnailUrl"] != thumb { t.Errorf("video thumbnailUrl wrong: %v", main["thumbnailUrl"]) @@ -451,7 +464,7 @@ func TestBuildPostJSONLD_WithVideo(t *testing.T) { func TestBuildPostJSONLD_QuotePost(t *testing.T) { pv := makePostView("alice.bsky.social", "did:plc:alice", "abc123", "quoting!", withQuotePost("bob.example.com", "did:plc:bob", "xyz")) - out, _ := buildPostJSONLD(pv, nil, "u", hideEmbedLabels, hideReplyLabels) + out, _ := buildPostJSONLD(pv, nil, "u", "", hideEmbedLabels, hideReplyLabels) main := unmarshalLD(t, out)["mainEntity"].(map[string]any) if main["isBasedOn"] != "https://bsky.app/profile/bob.example.com/post/xyz" { t.Errorf("isBasedOn wrong: %v", main["isBasedOn"]) @@ -460,16 +473,122 @@ func TestBuildPostJSONLD_QuotePost(t *testing.T) { func TestBuildPostJSONLD_QuoteBlocked(t *testing.T) { pv := makePostView("alice.bsky.social", "did:plc:alice", "abc123", "quoting blocked", withQuotePostBlocked()) - out, _ := buildPostJSONLD(pv, nil, "u", hideEmbedLabels, hideReplyLabels) + out, _ := buildPostJSONLD(pv, nil, "u", "", hideEmbedLabels, hideReplyLabels) main := unmarshalLD(t, out)["mainEntity"].(map[string]any) if _, present := main["isBasedOn"]; present { t.Errorf("blocked quote should not produce isBasedOn") } } +func TestBuildPostJSONLD_IsPartOf(t *testing.T) { + // isPartOf is sourced solely from the handler-resolved URL. When supplied, + // it is emitted on the main post; when empty, no isPartOf is present. + pv := makePostView("alice.bsky.social", "did:plc:alice", "abc123", "a reply") + isPartOf := "https://bsky.app/profile/root.bsky.social/post/rootrkey" + out, _ := buildPostJSONLD(pv, nil, "u", isPartOf, hideEmbedLabels, hideReplyLabels) + main := unmarshalLD(t, out)["mainEntity"].(map[string]any) + if main["isPartOf"] != isPartOf { + t.Errorf("isPartOf = %v, want %v", main["isPartOf"], isPartOf) + } + + out, _ = buildPostJSONLD(pv, nil, "u", "", hideEmbedLabels, hideReplyLabels) + main = unmarshalLD(t, out)["mainEntity"].(map[string]any) + if _, present := main["isPartOf"]; present { + t.Errorf("empty isPartOfURL should omit isPartOf, got %v", main["isPartOf"]) + } +} + +func TestThreadRootURI(t *testing.T) { + // A reply returns its root AT-URI; a non-reply returns "". + reply := makePostView("alice.bsky.social", "did:plc:alice", "abc123", "a reply", + withReplyRoot("did:plc:root", "rootrkey")) + want := "at://did:plc:root/app.bsky.feed.post/rootrkey" + if got := threadRootURI(reply); got != want { + t.Errorf("threadRootURI = %q, want %q", got, want) + } + + post := makePostView("alice.bsky.social", "did:plc:alice", "abc123", "not a reply") + if got := threadRootURI(post); got != "" { + t.Errorf("threadRootURI on non-reply = %q, want empty", got) + } +} + +func TestFindRootPostInParents(t *testing.T) { + rootPost := makePostView("root.bsky.social", "did:plc:root", "rootrkey", "root") + rootURI := rootPost.Uri + + // tvp wraps a PostView, optionally chaining to a parent thread node. + tvp := func(pv *appbsky.FeedDefs_PostView, parent *appbsky.FeedDefs_ThreadViewPost) *appbsky.FeedDefs_ThreadViewPost { + node := &appbsky.FeedDefs_ThreadViewPost{Post: pv} + if parent != nil { + node.Parent = &appbsky.FeedDefs_ThreadViewPost_Parent{FeedDefs_ThreadViewPost: parent} + } + return node + } + + t.Run("direct reply, parent is root", func(t *testing.T) { + leaf := tvp(makePostView("alice.bsky.social", "did:plc:alice", "leaf", "reply"), tvp(rootPost, nil)) + if got := findRootPostInParents(leaf, rootURI); got != rootPost { + t.Errorf("expected root post, got %v", got) + } + }) + + t.Run("multi-level chain", func(t *testing.T) { + mid := tvp(makePostView("bob.bsky.social", "did:plc:bob", "mid", "mid"), tvp(rootPost, nil)) + leaf := tvp(makePostView("alice.bsky.social", "did:plc:alice", "leaf", "reply"), mid) + if got := findRootPostInParents(leaf, rootURI); got != rootPost { + t.Errorf("expected root post in chain, got %v", got) + } + }) + + t.Run("root absent, chain truncated", func(t *testing.T) { + // Topmost parent is not the root (e.g. parentHeight cut off the chain). + topmost := makePostView("bob.bsky.social", "did:plc:bob", "mid", "mid") + leaf := tvp(makePostView("alice.bsky.social", "did:plc:alice", "leaf", "reply"), tvp(topmost, nil)) + if got := findRootPostInParents(leaf, rootURI); got != nil { + t.Errorf("expected nil when root absent, got %v", got) + } + }) + + t.Run("chain broken by blocked parent", func(t *testing.T) { + // A blocked/not-found parent yields a nil FeedDefs_ThreadViewPost, + // breaking the walk before the root. + leaf := &appbsky.FeedDefs_ThreadViewPost{ + Post: makePostView("alice.bsky.social", "did:plc:alice", "leaf", "reply"), + Parent: &appbsky.FeedDefs_ThreadViewPost_Parent{ + FeedDefs_BlockedPost: &appbsky.FeedDefs_BlockedPost{Uri: rootURI}, + }, + } + if got := findRootPostInParents(leaf, rootURI); got != nil { + t.Errorf("expected nil when chain broken by blocked parent, got %v", got) + } + }) + + t.Run("empty rootURI", func(t *testing.T) { + leaf := tvp(makePostView("alice.bsky.social", "did:plc:alice", "leaf", "reply"), tvp(rootPost, nil)) + if got := findRootPostInParents(leaf, ""); got != nil { + t.Errorf("expected nil for empty rootURI, got %v", got) + } + }) +} + +func TestBuildPostJSONLD_ReplyCommentsNoIsPartOf(t *testing.T) { + // Replies surfaced under the main post as comment[] are Comment nodes and + // never carry isPartOf, even when the main post has one. + pv := makePostView("alice.bsky.social", "did:plc:alice", "abc123", "main") + reply := makePostView("bob.bsky.social", "did:plc:bob", "rep1", "a reply") + isPartOf := "https://bsky.app/profile/root.bsky.social/post/rootrkey" + out, _ := buildPostJSONLD(pv, buildReplies(reply), "u", isPartOf, hideEmbedLabels, hideReplyLabels) + main := unmarshalLD(t, out)["mainEntity"].(map[string]any) + c := main["comment"].([]any)[0].(map[string]any) + if _, present := c["isPartOf"]; present { + t.Errorf("comment entries should not carry isPartOf, got %v", c["isPartOf"]) + } +} + func TestBuildPostJSONLD_ExternalEmbed(t *testing.T) { pv := makePostView("alice.bsky.social", "did:plc:alice", "abc123", "check this out", withExternalEmbed("https://www.spiegel.de/article", "Title")) - out, _ := buildPostJSONLD(pv, nil, "u", hideEmbedLabels, hideReplyLabels) + out, _ := buildPostJSONLD(pv, nil, "u", "", hideEmbedLabels, hideReplyLabels) main := unmarshalLD(t, out)["mainEntity"].(map[string]any) sc, ok := main["sharedContent"].(map[string]any) if !ok { @@ -487,7 +606,7 @@ func TestBuildPostJSONLD_HiddenEmbed(t *testing.T) { thumb := "https://cdn.bsky.app/img/x@jpeg" pv := makePostView("alice.bsky.social", "did:plc:alice", "abc123", "nsfw", withImages(thumb), withSelfLabel("porn")) - out, _ := buildPostJSONLD(pv, nil, "u", hideEmbedLabels, hideReplyLabels) + out, _ := buildPostJSONLD(pv, nil, "u", "", hideEmbedLabels, hideReplyLabels) main := unmarshalLD(t, out)["mainEntity"].(map[string]any) if _, present := main["image"]; present { t.Errorf("hidden-embed post should not emit image") @@ -506,7 +625,7 @@ func TestBuildPostJSONLD_HiddenEmbed_Gallery(t *testing.T) { thumb := "https://cdn.bsky.app/img/g@jpeg" pv := makePostView("alice.bsky.social", "did:plc:alice", "abc123", "nsfw", withGallery(thumb), withSelfLabel("porn")) - out, _ := buildPostJSONLD(pv, nil, "u", hideEmbedLabels, hideReplyLabels) + out, _ := buildPostJSONLD(pv, nil, "u", "", hideEmbedLabels, hideReplyLabels) main := unmarshalLD(t, out)["mainEntity"].(map[string]any) if _, present := main["image"]; present { t.Errorf("hidden-embed gallery post should not emit image") @@ -520,7 +639,7 @@ func TestBuildPostJSONLD_TextEscaping(t *testing.T) { // Includes ", \, newline, , and a unicode char. tricky := "hello \"world\" \\ <\\>\n ๐ŸŽ‰" pv := makePostView("alice.bsky.social", "did:plc:alice", "abc123", tricky) - out, err := buildPostJSONLD(pv, nil, "u", hideEmbedLabels, hideReplyLabels) + out, err := buildPostJSONLD(pv, nil, "u", "", hideEmbedLabels, hideReplyLabels) if err != nil { t.Fatal(err) } @@ -556,7 +675,7 @@ func TestBuildPostJSONLD_Comments(t *testing.T) { FeedDefs_BlockedPost: &appbsky.FeedDefs_BlockedPost{Uri: "at://x/y/z"}, }) - out, _ := buildPostJSONLD(pv, replies, "u", hideEmbedLabels, hideReplyLabels) + out, _ := buildPostJSONLD(pv, replies, "u", "", hideEmbedLabels, hideReplyLabels) main := unmarshalLD(t, out)["mainEntity"].(map[string]any) if cc := main["commentCount"].(float64); int64(cc) != 14 { @@ -598,7 +717,7 @@ func TestBuildPostJSONLD_Comments(t *testing.T) { func TestBuildPostJSONLD_HandleInvalidAuthor(t *testing.T) { pv := makePostView("handle.invalid", "did:plc:alice", "abc123", "hello") fallback := "https://bsky.app/profile/did:plc:alice/post/abc123" - out, _ := buildPostJSONLD(pv, nil, fallback, hideEmbedLabels, hideReplyLabels) + out, _ := buildPostJSONLD(pv, nil, fallback, "", hideEmbedLabels, hideReplyLabels) envelope := unmarshalLD(t, out) main := envelope["mainEntity"].(map[string]any) // mainEntity.url falls back to the caller's canonical URL so envelope @@ -647,7 +766,7 @@ func TestBuildPostJSONLD_EnvelopeURLMatchesMainEntity(t *testing.T) { for _, tc := range cases { t.Run(tc.name, func(t *testing.T) { pv := makePostView(tc.handle, tc.did, tc.rkey, "hi") - out, _ := buildPostJSONLD(pv, nil, tc.canonical, hideEmbedLabels, hideReplyLabels) + out, _ := buildPostJSONLD(pv, nil, tc.canonical, "", hideEmbedLabels, hideReplyLabels) env := unmarshalLD(t, out) main := env["mainEntity"].(map[string]any) if env["url"] != tc.canonical { @@ -664,7 +783,7 @@ func TestBuildPostJSONLD_NilAuthor(t *testing.T) { // Defensive: don't panic if Author is nil. pv := makePostView("alice.bsky.social", "did:plc:alice", "abc123", "hi") pv.Author = nil - if _, err := buildPostJSONLD(pv, nil, "u", hideEmbedLabels, hideReplyLabels); err == nil { + if _, err := buildPostJSONLD(pv, nil, "u", "", hideEmbedLabels, hideReplyLabels); err == nil { t.Errorf("expected error for nil-author post, got nil") } } @@ -682,7 +801,7 @@ func TestBuildPostJSONLD_NilAuthorReply(t *testing.T) { {FeedDefs_ThreadViewPost: &appbsky.FeedDefs_ThreadViewPost{Post: goodReply}}, {FeedDefs_ThreadViewPost: &appbsky.FeedDefs_ThreadViewPost{Post: badReply}}, } - out, err := buildPostJSONLD(pv, replies, "u", hideEmbedLabels, hideReplyLabels) + out, err := buildPostJSONLD(pv, replies, "u", "", hideEmbedLabels, hideReplyLabels) if err != nil { t.Fatalf("unexpected error: %v", err) } @@ -703,7 +822,7 @@ func TestBuildPostJSONLD_CommentMedia(t *testing.T) { replies := []*appbsky.FeedDefs_ThreadViewPost_Replies_Elem{ {FeedDefs_ThreadViewPost: &appbsky.FeedDefs_ThreadViewPost{Post: reply}}, } - out, _ := buildPostJSONLD(pv, replies, "u", hideEmbedLabels, hideReplyLabels) + out, _ := buildPostJSONLD(pv, replies, "u", "", hideEmbedLabels, hideReplyLabels) main := unmarshalLD(t, out)["mainEntity"].(map[string]any) c := main["comment"].([]any)[0].(map[string]any) imgs, ok := c["image"].([]any) @@ -910,7 +1029,7 @@ func TestBuildPostJSONLD_HiddenReplyDropped_PostViewLabel(t *testing.T) { good := makePostView("bob.bsky.social", "did:plc:bob", "rep1", "good reply") bad := makePostView("eve.bsky.social", "did:plc:eve", "rep2", "spam reply", withPostLabel("!hide", false)) - out, _ := buildPostJSONLD(pv, buildReplies(good, bad), "u", hideEmbedLabels, hideReplyLabels) + out, _ := buildPostJSONLD(pv, buildReplies(good, bad), "u", "", hideEmbedLabels, hideReplyLabels) ids := commentIdentifiers(t, out) if len(ids) != 1 || ids[0] != good.Uri { t.Errorf("expected only the unlabeled reply to remain, got %v", ids) @@ -923,7 +1042,7 @@ func TestBuildPostJSONLD_HiddenReplyDropped_SelfLabel(t *testing.T) { good := makePostView("bob.bsky.social", "did:plc:bob", "rep1", "good reply") bad := makePostView("eve.bsky.social", "did:plc:eve", "rep2", "spam reply", withSelfLabel("spam")) - out, _ := buildPostJSONLD(pv, buildReplies(good, bad), "u", hideEmbedLabels, hideReplyLabels) + out, _ := buildPostJSONLD(pv, buildReplies(good, bad), "u", "", hideEmbedLabels, hideReplyLabels) ids := commentIdentifiers(t, out) if len(ids) != 1 || ids[0] != good.Uri { t.Errorf("expected self-labeled reply dropped, got %v", ids) @@ -939,7 +1058,7 @@ func TestBuildPostJSONLD_HiddenReplyDropped_EmbedLabel(t *testing.T) { // union behavior. bad := makePostView("eve.bsky.social", "did:plc:eve", "rep2", "concerning reply", withPostLabel("self-harm", false)) - out, _ := buildPostJSONLD(pv, buildReplies(good, bad), "u", hideEmbedLabels, hideReplyLabels) + out, _ := buildPostJSONLD(pv, buildReplies(good, bad), "u", "", hideEmbedLabels, hideReplyLabels) ids := commentIdentifiers(t, out) if len(ids) != 1 || ids[0] != good.Uri { t.Errorf("expected embed-labeled reply dropped, got %v", ids) @@ -951,7 +1070,7 @@ func TestBuildPostJSONLD_NegatedHideLabelKept(t *testing.T) { pv := makePostView("alice.bsky.social", "did:plc:alice", "abc123", "main") reply := makePostView("bob.bsky.social", "did:plc:bob", "rep1", "fine reply", withPostLabel("!hide", true)) - out, _ := buildPostJSONLD(pv, buildReplies(reply), "u", hideEmbedLabels, hideReplyLabels) + out, _ := buildPostJSONLD(pv, buildReplies(reply), "u", "", hideEmbedLabels, hideReplyLabels) ids := commentIdentifiers(t, out) if len(ids) != 1 || ids[0] != reply.Uri { t.Errorf("expected negated-label reply to be kept, got %v", ids) @@ -962,7 +1081,7 @@ func TestBuildPostJSONLD_ReplyAuthorHasIdentifier(t *testing.T) { // Reply author should also carry a DID identifier. pv := makePostView("alice.bsky.social", "did:plc:alice", "abc123", "main") reply := makePostView("bob.bsky.social", "did:plc:bob", "rep1", "hi") - out, _ := buildPostJSONLD(pv, buildReplies(reply), "u", hideEmbedLabels, hideReplyLabels) + out, _ := buildPostJSONLD(pv, buildReplies(reply), "u", "", hideEmbedLabels, hideReplyLabels) main := unmarshalLD(t, out)["mainEntity"].(map[string]any) c := main["comment"].([]any)[0].(map[string]any) auth, ok := c["author"].(map[string]any) @@ -1103,7 +1222,7 @@ func TestBuildPostJSONLD_AuthorReviewedBy(t *testing.T) { }) pv := makePostView("alice.bsky.social", "did:plc:alice", "abc123", "hi", withVerifications(state)) - out, err := buildPostJSONLD(pv, nil, "u", hideEmbedLabels, hideReplyLabels) + out, err := buildPostJSONLD(pv, nil, "u", "", hideEmbedLabels, hideReplyLabels) if err != nil { t.Fatal(err) } @@ -1143,7 +1262,7 @@ func TestBuildPostJSONLD_ReplyAuthorNoReviewedBy(t *testing.T) { pv := makePostView("alice.bsky.social", "did:plc:alice", "abc123", "main") reply := makePostView("bob.bsky.social", "did:plc:bob", "rep1", "hi", withVerifications(state)) - out, _ := buildPostJSONLD(pv, buildReplies(reply), "u", hideEmbedLabels, hideReplyLabels) + out, _ := buildPostJSONLD(pv, buildReplies(reply), "u", "", hideEmbedLabels, hideReplyLabels) main := unmarshalLD(t, out)["mainEntity"].(map[string]any) c := main["comment"].([]any)[0].(map[string]any) auth := c["author"].(map[string]any) @@ -1267,7 +1386,7 @@ func TestBuildPostJSONLD_WithVideoObject(t *testing.T) { hasAspect: true, width: 16, height: 9, })) canonical := "https://bsky.app/profile/alice.bsky.social/post/abc123" - out, err := buildPostJSONLD(pv, nil, canonical, hideEmbedLabels, hideReplyLabels) + out, err := buildPostJSONLD(pv, nil, canonical, "", hideEmbedLabels, hideReplyLabels) if err != nil { t.Fatal(err) } @@ -1315,7 +1434,7 @@ func TestBuildPostJSONLD_VideoNameFallback(t *testing.T) { withVideoFull(videoEmbedOpts{ playlist: "https://video.bsky.app/p.m3u8", })) - out, _ := buildPostJSONLD(pv, nil, "u", hideEmbedLabels, hideReplyLabels) + out, _ := buildPostJSONLD(pv, nil, "u", "", hideEmbedLabels, hideReplyLabels) main := unmarshalLD(t, out)["mainEntity"].(map[string]any) video, ok := main["video"].(map[string]any) if !ok { @@ -1332,7 +1451,7 @@ func TestBuildPostJSONLD_VideoNameFallbackHandleInvalid(t *testing.T) { withVideoFull(videoEmbedOpts{ playlist: "https://video.bsky.app/p.m3u8", })) - out, _ := buildPostJSONLD(pv, nil, "u", hideEmbedLabels, hideReplyLabels) + out, _ := buildPostJSONLD(pv, nil, "u", "", hideEmbedLabels, hideReplyLabels) main := unmarshalLD(t, out)["mainEntity"].(map[string]any) video := main["video"].(map[string]any) if video["name"] != "Video on Bluesky" { @@ -1347,7 +1466,7 @@ func TestBuildPostJSONLD_VideoDescriptionFallback(t *testing.T) { withVideoFull(videoEmbedOpts{ playlist: "https://video.bsky.app/p.m3u8", alt: "scenic clip", })) - out, _ := buildPostJSONLD(pv, nil, "u", hideEmbedLabels, hideReplyLabels) + out, _ := buildPostJSONLD(pv, nil, "u", "", hideEmbedLabels, hideReplyLabels) main := unmarshalLD(t, out)["mainEntity"].(map[string]any) video := main["video"].(map[string]any) if video["description"] != "scenic clip" { @@ -1360,7 +1479,7 @@ func TestBuildPostJSONLD_VideoNoAspectRatio(t *testing.T) { withVideoFull(videoEmbedOpts{ playlist: "https://video.bsky.app/p.m3u8", alt: "alt", })) - out, _ := buildPostJSONLD(pv, nil, "u", hideEmbedLabels, hideReplyLabels) + out, _ := buildPostJSONLD(pv, nil, "u", "", hideEmbedLabels, hideReplyLabels) main := unmarshalLD(t, out)["mainEntity"].(map[string]any) video := main["video"].(map[string]any) if _, present := video["width"]; present { @@ -1377,7 +1496,7 @@ func TestBuildPostJSONLD_VideoMissingPlaylist(t *testing.T) { thumb := "https://cdn.bsky.app/img/video_thumbnail/plain/did:plc:alice/v@jpeg" pv := makePostView("alice.bsky.social", "did:plc:alice", "abc123", "x", withVideo(thumb)) - out, _ := buildPostJSONLD(pv, nil, "u", hideEmbedLabels, hideReplyLabels) + out, _ := buildPostJSONLD(pv, nil, "u", "", hideEmbedLabels, hideReplyLabels) main := unmarshalLD(t, out)["mainEntity"].(map[string]any) if _, present := main["video"]; present { t.Errorf("video without playlist should not produce VideoObject") @@ -1396,7 +1515,7 @@ func TestBuildPostJSONLD_VideoHiddenEmbed(t *testing.T) { alt: "should be dropped", }), withSelfLabel("porn")) - out, _ := buildPostJSONLD(pv, nil, "u", hideEmbedLabels, hideReplyLabels) + out, _ := buildPostJSONLD(pv, nil, "u", "", hideEmbedLabels, hideReplyLabels) main := unmarshalLD(t, out)["mainEntity"].(map[string]any) if _, present := main["video"]; present { t.Errorf("hidden-embed post should not emit video") @@ -1411,7 +1530,7 @@ func TestBuildPostJSONLD_VideoInRecordWithMedia(t *testing.T) { thumbnail: thumb, playlist: playlist, alt: "alt", recordMedia: true, hasAspect: true, width: 4, height: 3, })) - out, _ := buildPostJSONLD(pv, nil, "u", hideEmbedLabels, hideReplyLabels) + out, _ := buildPostJSONLD(pv, nil, "u", "", hideEmbedLabels, hideReplyLabels) main := unmarshalLD(t, out)["mainEntity"].(map[string]any) video, ok := main["video"].(map[string]any) if !ok { @@ -1438,7 +1557,7 @@ func TestBuildPostJSONLD_VideoOnReply(t *testing.T) { withVideoFull(videoEmbedOpts{ thumbnail: thumb, playlist: playlist, alt: "bob's clip", })) - out, _ := buildPostJSONLD(pv, buildReplies(reply), "u", hideEmbedLabels, hideReplyLabels) + out, _ := buildPostJSONLD(pv, buildReplies(reply), "u", "", hideEmbedLabels, hideReplyLabels) main := unmarshalLD(t, out)["mainEntity"].(map[string]any) c := main["comment"].([]any)[0].(map[string]any) video, ok := c["video"].(map[string]any) @@ -1461,7 +1580,7 @@ func TestBuildPostJSONLD_VideoOnReply(t *testing.T) { func TestBuildPostJSONLD_NoVideoNoField(t *testing.T) { pv := makePostView("alice.bsky.social", "did:plc:alice", "abc123", "no embed") - out, _ := buildPostJSONLD(pv, nil, "u", hideEmbedLabels, hideReplyLabels) + out, _ := buildPostJSONLD(pv, nil, "u", "", hideEmbedLabels, hideReplyLabels) main := unmarshalLD(t, out)["mainEntity"].(map[string]any) if _, present := main["video"]; present { t.Errorf("post without video should not include video field") @@ -1505,7 +1624,7 @@ func TestBuildPostJSONLD_VideoHandleInvalidEmbedURL(t *testing.T) { playlist: playlist, alt: "scenic clip", })) canonical := "https://bsky.app/profile/did:plc:alice/post/abc123" - out, _ := buildPostJSONLD(pv, nil, canonical, hideEmbedLabels, hideReplyLabels) + out, _ := buildPostJSONLD(pv, nil, canonical, "", hideEmbedLabels, hideReplyLabels) main := unmarshalLD(t, out)["mainEntity"].(map[string]any) video, ok := main["video"].(map[string]any) if !ok { @@ -1528,7 +1647,7 @@ func TestBuildPostJSONLD_VideoHandleInvalidEmbedURL_Reply(t *testing.T) { withVideoFull(videoEmbedOpts{ playlist: playlist, alt: "bob's clip", })) - out, _ := buildPostJSONLD(pv, buildReplies(reply), "u", hideEmbedLabels, hideReplyLabels) + out, _ := buildPostJSONLD(pv, buildReplies(reply), "u", "", hideEmbedLabels, hideReplyLabels) main := unmarshalLD(t, out)["mainEntity"].(map[string]any) c := main["comment"].([]any)[0].(map[string]any) video, ok := c["video"].(map[string]any) diff --git a/bskyweb/cmd/bskyweb/labels.go b/bskyweb/cmd/bskyweb/labels.go index 4055d4b9c8..2a1c77e3e0 100644 --- a/bskyweb/cmd/bskyweb/labels.go +++ b/bskyweb/cmd/bskyweb/labels.go @@ -20,3 +20,20 @@ func profileRequiresAuth(pv *appbsky.ActorDefs_ProfileViewDetailed) bool { } return false } + +// postAuthorRequiresAuth reports whether the post author self-applied the +// !no-unauthenticated label, read from the author view embedded in a +// getPostThread response. The appview surfaces the account's profile-record +// self-labels on the post author (src == author DID), so this mirrors +// profileRequiresAuth without a separate ActorGetProfile call. +func postAuthorRequiresAuth(pv *appbsky.FeedDefs_PostView) bool { + if pv == nil || pv.Author == nil { + return false + } + for _, label := range pv.Author.Labels { + if label.Src == pv.Author.Did && label.Val == "!no-unauthenticated" { + return true + } + } + return false +} diff --git a/bskyweb/cmd/bskyweb/labels_test.go b/bskyweb/cmd/bskyweb/labels_test.go index d55e31b207..5d385b7ad2 100644 --- a/bskyweb/cmd/bskyweb/labels_test.go +++ b/bskyweb/cmd/bskyweb/labels_test.go @@ -77,3 +77,76 @@ func TestProfileRequiresAuth(t *testing.T) { }) } } + +func TestPostAuthorRequiresAuth(t *testing.T) { + negTrue := true + + authorPV := func(labels []*comatprototypes.LabelDefs_Label) *appbsky.FeedDefs_PostView { + return &appbsky.FeedDefs_PostView{ + Author: &appbsky.ActorDefs_ProfileViewBasic{ + Did: "did:plc:alice", + Handle: "alice.bsky.social", + Labels: labels, + }, + } + } + + tests := []struct { + name string + pv *appbsky.FeedDefs_PostView + want bool + }{ + { + name: "nil post view", + pv: nil, + want: false, + }, + { + name: "nil author", + pv: &appbsky.FeedDefs_PostView{}, + want: false, + }, + { + name: "no labels", + pv: authorPV(nil), + want: false, + }, + { + name: "self-applied !no-unauthenticated", + pv: authorPV([]*comatprototypes.LabelDefs_Label{ + {Src: "did:plc:alice", Val: "!no-unauthenticated"}, + }), + want: true, + }, + { + name: "label from a different src does not gate", + pv: authorPV([]*comatprototypes.LabelDefs_Label{ + {Src: "did:plc:labeler", Val: "!no-unauthenticated"}, + }), + want: false, + }, + { + name: "different label value does not gate", + pv: authorPV([]*comatprototypes.LabelDefs_Label{ + {Src: "did:plc:alice", Val: "spam"}, + }), + want: false, + }, + { + // Negation isn't honored - matches profileRequiresAuth behavior. + name: "negated label still triggers (matches profile behavior)", + pv: authorPV([]*comatprototypes.LabelDefs_Label{ + {Src: "did:plc:alice", Val: "!no-unauthenticated", Neg: &negTrue}, + }), + want: true, + }, + } + + for _, tt := range tests { + t.Run(tt.name, func(t *testing.T) { + if got := postAuthorRequiresAuth(tt.pv); got != tt.want { + t.Errorf("got %v, want %v", got, tt.want) + } + }) + } +} diff --git a/bskyweb/cmd/bskyweb/render_test.go b/bskyweb/cmd/bskyweb/render_test.go index 902476709f..c4ba22090a 100644 --- a/bskyweb/cmd/bskyweb/render_test.go +++ b/bskyweb/cmd/bskyweb/render_test.go @@ -52,7 +52,7 @@ func TestRenderBase_NoindexMeta(t *testing.T) { func TestRenderPost_EmitsJSONLD(t *testing.T) { pv := makePostView("alice.bsky.social", "did:plc:alice", "abc123", "hello") - ld, err := buildPostJSONLD(pv, nil, "https://bsky.app/profile/alice.bsky.social/post/abc123", hideEmbedLabels, hideReplyLabels) + ld, err := buildPostJSONLD(pv, nil, "https://bsky.app/profile/alice.bsky.social/post/abc123", "", hideEmbedLabels, hideReplyLabels) if err != nil { t.Fatal(err) } @@ -81,7 +81,7 @@ func TestRenderPost_OGImageMatchesJSONLD(t *testing.T) { thumb1 := "https://cdn.bsky.app/img/feed_thumbnail/plain/did:plc:alice/abc@jpeg" thumb2 := "https://cdn.bsky.app/img/feed_thumbnail/plain/did:plc:alice/def@jpeg" pv := makePostView("alice.bsky.social", "did:plc:alice", "abc123", "look", withImages(thumb1, thumb2)) - ld, _ := buildPostJSONLD(pv, nil, "https://bsky.app/profile/alice.bsky.social/post/abc123", hideEmbedLabels, hideReplyLabels) + ld, _ := buildPostJSONLD(pv, nil, "https://bsky.app/profile/alice.bsky.social/post/abc123", "", hideEmbedLabels, hideReplyLabels) html := renderTemplate(t, "post.html", pongo2.Context{ "postView": pv, "requestURI": "https://bsky.app/profile/alice.bsky.social/post/abc123", @@ -113,7 +113,7 @@ func TestRenderPost_OGImageMatchesJSONLD_Gallery(t *testing.T) { thumb2 := "https://cdn.bsky.app/img/feed_thumbnail/plain/did:plc:alice/g2@jpeg" pv := makePostView("alice.bsky.social", "did:plc:alice", "abc123", "gallery", withGallery(thumb1, thumb2)) thumbs := extractPostMedia(pv, false) - ld, _ := buildPostJSONLD(pv, nil, "https://bsky.app/profile/alice.bsky.social/post/abc123", hideEmbedLabels, hideReplyLabels) + ld, _ := buildPostJSONLD(pv, nil, "https://bsky.app/profile/alice.bsky.social/post/abc123", "", hideEmbedLabels, hideReplyLabels) html := renderTemplate(t, "post.html", pongo2.Context{ "postView": pv, "requestURI": "https://bsky.app/profile/alice.bsky.social/post/abc123", @@ -142,7 +142,7 @@ func TestRenderPost_OGImageMatchesJSONLD_Gallery(t *testing.T) { func TestRenderPost_FallsBackToCanonicalizeFilter(t *testing.T) { // Without canonicalURL, the template falls back to requestURI|canonicalize_url. pv := makePostView("alice.bsky.social", "did:plc:alice", "abc123", "hi") - ld, _ := buildPostJSONLD(pv, nil, "u", hideEmbedLabels, hideReplyLabels) + ld, _ := buildPostJSONLD(pv, nil, "u", "", hideEmbedLabels, hideReplyLabels) html := renderTemplate(t, "post.html", pongo2.Context{ "postView": pv, "requestURI": "https://bsky.app/profile/alice.bsky.social/post/abc123?utm=foo", @@ -208,7 +208,7 @@ func TestRenderProfile_AuthRequiredEmitsJSONLD(t *testing.T) { // og:url and must emit the same URL. func TestRenderPost_OGUrlMatchesCanonical(t *testing.T) { pv := makePostView("alice.bsky.social", "did:plc:alice", "abc123", "hi") - ld, _ := buildPostJSONLD(pv, nil, "u", hideEmbedLabels, hideReplyLabels) + ld, _ := buildPostJSONLD(pv, nil, "u", "", hideEmbedLabels, hideReplyLabels) canonical := "https://bsky.app/profile/alice.bsky.social/post/abc123" html := renderTemplate(t, "post.html", pongo2.Context{ "postView": pv, @@ -233,7 +233,7 @@ func TestRenderPost_OGUrlMatchesCanonical(t *testing.T) { // video without a thumbnail dropped og:video entirely. func TestRenderPost_VideoWithoutThumbnailEmitsOGVideo(t *testing.T) { pv := makePostView("alice.bsky.social", "did:plc:alice", "abc123", "watch") - ld, _ := buildPostJSONLD(pv, nil, "u", hideEmbedLabels, hideReplyLabels) + ld, _ := buildPostJSONLD(pv, nil, "u", "", hideEmbedLabels, hideReplyLabels) videoURL := "https://video.bsky.app/v.m3u8" html := renderTemplate(t, "post.html", pongo2.Context{ "postView": pv, @@ -286,7 +286,7 @@ func TestRenderProfile_AuthRequiredNoindex(t *testing.T) { // flip of the noindex flag for indexable pages. func TestRenderPost_PublicNoNoindex(t *testing.T) { pv := makePostView("alice.bsky.social", "did:plc:alice", "abc123", "hello") - ld, _ := buildPostJSONLD(pv, nil, "https://bsky.app/profile/alice.bsky.social/post/abc123", hideEmbedLabels, hideReplyLabels) + ld, _ := buildPostJSONLD(pv, nil, "https://bsky.app/profile/alice.bsky.social/post/abc123", "", hideEmbedLabels, hideReplyLabels) html := renderTemplate(t, "post.html", pongo2.Context{ "postView": pv, "requestURI": "https://bsky.app/profile/alice.bsky.social/post/abc123", diff --git a/bskyweb/cmd/bskyweb/server.go b/bskyweb/cmd/bskyweb/server.go index 6f6a5c0804..7373dc5cdc 100644 --- a/bskyweb/cmd/bskyweb/server.go +++ b/bskyweb/cmd/bskyweb/server.go @@ -620,23 +620,39 @@ func (srv *Server) WebPost(c echo.Context) error { identifier := handleOrDID.Normalize().String() - // requires two fetches: first fetch profile (!) - pv, err := appbsky.ActorGetProfile(ctx, srv.xrpcc, identifier) - if err != nil { - log.Warnf("failed to fetch profile for: %s\t%v", identifier, err) - return c.Render(http.StatusOK, "post.html", data) - } - unauthedViewingOkay := !profileRequiresAuth(pv) - req := c.Request() requestURI := fmt.Sprintf("https://%s%s", req.Host, req.URL.Path) + // Fetch the post thread directly. The AT-URI authority accepts either a + // handle or a DID (the appview resolves it), so we skip the separate + // ActorGetProfile call and source identity, the canonical URL, and the + // auth gate from the thread response's author view instead. + // parentHeight=80 (the lexicon default) pulls the reply's ancestor chain + // up to the root in nearly all threads, letting isPartOf resolve from this + // response without a separate FeedGetPosts call. + uri := fmt.Sprintf("at://%s/app.bsky.feed.post/%s", identifier, rkey) + tpv, err := appbsky.FeedGetPostThread(ctx, srv.xrpcc, 1, 80, uri) + if err != nil { + log.Warnf("failed to fetch post: %s\t%v", uri, err) + return c.Render(http.StatusOK, "post.html", data) + } + + threadView := tpv.Thread.FeedDefs_ThreadViewPost + if threadView == nil || threadView.Post == nil || threadView.Post.Author == nil { + return c.Render(http.StatusOK, "post.html", data) + } + postView := threadView.Post + // Always prefer the handle-form URL so JSON-LD `url` and // match. Falls back to requestURI when the // handle is unusable (template strips query/fragment). - canonicalURL := bskyPostURL(pv.Handle, rkey.String()) + canonicalURL := bskyPostURL(postView.Author.Handle, rkey.String()) - if !unauthedViewingOkay { + // Gate before populating any post content into the template so that + // !no-unauthenticated posts never leak text/media. The appview returns the + // post (with the author self-label) to unauthed callers, so we detect the + // label here rather than via a profile fetch. + if postAuthorRequiresAuth(postView) { // Provide minimal OpenGraph data for auth-required posts data["requestURI"] = requestURI if canonicalURL != "" { @@ -645,26 +661,13 @@ func (srv *Server) WebPost(c echo.Context) error { data["requiresAuth"] = true data["noindex"] = true data["nofollow"] = true - data["profileHandle"] = pv.Handle - if pv.DisplayName != nil { - data["profileDisplayName"] = *pv.DisplayName + data["profileHandle"] = postView.Author.Handle + if postView.Author.DisplayName != nil { + data["profileDisplayName"] = *postView.Author.DisplayName } return c.Render(http.StatusOK, "post.html", data) } - // then fetch the post thread (with extra context) - uri := fmt.Sprintf("at://%s/app.bsky.feed.post/%s", pv.Did, rkey) - tpv, err := appbsky.FeedGetPostThread(ctx, srv.xrpcc, 1, 0, uri) - if err != nil { - log.Warnf("failed to fetch post: %s\t%v", uri, err) - return c.Render(http.StatusOK, "post.html", data) - } - - threadView := tpv.Thread.FeedDefs_ThreadViewPost - if threadView == nil || threadView.Post == nil { - return c.Render(http.StatusOK, "post.html", data) - } - postView := threadView.Post data["postView"] = postView data["requestURI"] = requestURI if canonicalURL != "" { @@ -694,7 +697,32 @@ func (srv *Server) WebPost(c echo.Context) error { if jsonldURL == "" { jsonldURL = requestURI } - if jsonld, err := buildPostJSONLD(postView, threadView.Replies, jsonldURL, hideEmbedLabels, hideReplyLabels); err == nil { + + // Best-effort: resolve a reply's thread root to its handle-form canonical + // URL for isPartOf. Prefer the root already present in the thread response + // (parentHeight=80); fall back to a bounded FeedGetPosts only when the + // chain is truncated (very deep thread) or broken by a blocked/not-found + // ancestor. On timeout, error, or an unresolvable root we omit isPartOf + // rather than point at a non-indexable page. + isPartOfURL := "" + if rootURI := threadRootURI(postView); rootURI != "" { + if rootPost := findRootPostInParents(threadView, rootURI); rootPost != nil && rootPost.Author != nil { + isPartOfURL = bskyPostURLFromATURI(rootPost.Author.Handle, rootURI) + } else { + pctx, cancel := context.WithTimeout(ctx, 1*time.Second) + if posts, perr := appbsky.FeedGetPosts(pctx, srv.xrpcc, []string{rootURI}); perr != nil { + log.Warnf("failed to resolve thread root post for isPartOf: %s\t%v", rootURI, perr) + } else if len(posts.Posts) > 0 && posts.Posts[0].Author != nil { + // Handle-form only (no DID fallback): isPartOf must match the + // root page's handle-form canonical, so an unusable handle omits + // isPartOf rather than point at a non-canonical DID-form URL. + isPartOfURL = bskyPostURLFromATURI(posts.Posts[0].Author.Handle, rootURI) + } + cancel() + } + } + + if jsonld, err := buildPostJSONLD(postView, threadView.Replies, jsonldURL, isPartOfURL, hideEmbedLabels, hideReplyLabels); err == nil { data["postJSONLD"] = jsonld } else { log.Warnf("failed to build post JSON-LD for %s: %v", uri, err) diff --git a/docs/testing.md b/docs/testing.md index ae127d3194..b84d966112 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -6,7 +6,7 @@ values. Install dependencies in `/dev-env` ``` -cd dev-env && yarn +cd dev-env && pnpm i ``` ## Using Maestro @@ -27,7 +27,7 @@ adb reverse tcp:3000 tcp:3000 - In one tab, run `pnpm e2e:mock-server` - In a second tab, run `pnpm e2e:build` -- In a third tab, run `pnpm e2e:run` +- In a third tab, run `pnpm e2e:run __e2e__` ## Using Flashlight for Performance Testing 1. Make sure Maestro is installed (optional: only for automated testing) by following the instructions above diff --git a/eas.json b/eas.json index 9490bad5da..83549039cd 100644 --- a/eas.json +++ b/eas.json @@ -47,21 +47,6 @@ "EXPO_PUBLIC_ENV": "production" } }, - "production-apk": { - "extends": "base", - "distribution": "internal", - "ios": { - "autoIncrement": false, - "buildArtifactPaths": ["ios/build/*"] - }, - "android": { - "autoIncrement": false - }, - "channel": "production", - "env": { - "EXPO_PUBLIC_ENV": "production" - } - }, "testflight": { "extends": "base", "ios": { @@ -78,7 +63,6 @@ }, "testflight-android": { "extends": "base", - "distribution": "internal", "ios": { "autoIncrement": true, "buildArtifactPaths": ["ios/build/*"] @@ -96,6 +80,14 @@ "production": { "ios": { "ascAppId": "6444370199" + }, + "android": { + "track": "production" + } + }, + "testflight-android": { + "android": { + "track": "internal" } } } diff --git a/eslint-suppressions.json b/eslint-suppressions.json index a3cbe60000..c3bbd462ca 100644 --- a/eslint-suppressions.json +++ b/eslint-suppressions.json @@ -1836,11 +1836,6 @@ "count": 1 } }, - "src/state/queries/list-memberships.ts": { - "@typescript-eslint/no-floating-promises": { - "count": 2 - } - }, "src/state/queries/list.ts": { "@typescript-eslint/no-floating-promises": { "count": 7 @@ -2163,20 +2158,6 @@ "count": 2 } }, - "src/view/com/lists/ListMembers.tsx": { - "@typescript-eslint/no-explicit-any": { - "count": 3 - }, - "@typescript-eslint/no-floating-promises": { - "count": 1 - }, - "@typescript-eslint/no-misused-promises": { - "count": 2 - }, - "@typescript-eslint/no-unsafe-member-access": { - "count": 2 - } - }, "src/view/com/lists/MyLists.tsx": { "@typescript-eslint/no-explicit-any": { "count": 2 @@ -2208,9 +2189,6 @@ }, "@typescript-eslint/require-await": { "count": 1 - }, - "react-hooks/refs": { - "count": 1 } }, "src/view/com/notifications/NotificationFeed.tsx": { @@ -2471,11 +2449,6 @@ "count": 2 } }, - "src/view/screens/Storybook/Storybook.tsx": { - "@typescript-eslint/no-misused-promises": { - "count": 1 - } - }, "src/view/shell/Drawer.tsx": { "@typescript-eslint/no-floating-promises": { "count": 2 diff --git a/modules/bottom-sheet/src/BottomSheet.web.tsx b/modules/bottom-sheet/src/BottomSheet.web.tsx index 1813d54dda..a7e2d46393 100644 --- a/modules/bottom-sheet/src/BottomSheet.web.tsx +++ b/modules/bottom-sheet/src/BottomSheet.web.tsx @@ -1,4 +1,4 @@ -import {BottomSheetViewProps} from './BottomSheet.types' +import {type BottomSheetViewProps} from './BottomSheet.types' export function BottomSheet(_: BottomSheetViewProps) { throw new Error('BottomSheet is not available on web') diff --git a/modules/expo-background-notification-handler/src/BackgroundNotificationHandlerProvider.tsx b/modules/expo-background-notification-handler/src/BackgroundNotificationHandlerProvider.tsx index 6ecdd1d476..fed40c38bf 100644 --- a/modules/expo-background-notification-handler/src/BackgroundNotificationHandlerProvider.tsx +++ b/modules/expo-background-notification-handler/src/BackgroundNotificationHandlerProvider.tsx @@ -1,6 +1,6 @@ import React from 'react' -import {BackgroundNotificationHandlerPreferences} from './ExpoBackgroundNotificationHandler.types' +import {type BackgroundNotificationHandlerPreferences} from './ExpoBackgroundNotificationHandler.types' import {BackgroundNotificationHandler} from './ExpoBackgroundNotificationHandlerModule' interface BackgroundNotificationPreferencesContext { diff --git a/modules/expo-background-notification-handler/src/ExpoBackgroundNotificationHandlerModule.ts b/modules/expo-background-notification-handler/src/ExpoBackgroundNotificationHandlerModule.ts index d6517893ad..1c18755a26 100644 --- a/modules/expo-background-notification-handler/src/ExpoBackgroundNotificationHandlerModule.ts +++ b/modules/expo-background-notification-handler/src/ExpoBackgroundNotificationHandlerModule.ts @@ -1,6 +1,6 @@ import {requireNativeModule} from 'expo-modules-core' -import {ExpoBackgroundNotificationHandlerModule} from './ExpoBackgroundNotificationHandler.types' +import {type ExpoBackgroundNotificationHandlerModule} from './ExpoBackgroundNotificationHandler.types' export const BackgroundNotificationHandler = requireNativeModule( diff --git a/modules/expo-background-notification-handler/src/ExpoBackgroundNotificationHandlerModule.web.ts b/modules/expo-background-notification-handler/src/ExpoBackgroundNotificationHandlerModule.web.ts index 893548e183..d417e181c1 100644 --- a/modules/expo-background-notification-handler/src/ExpoBackgroundNotificationHandlerModule.web.ts +++ b/modules/expo-background-notification-handler/src/ExpoBackgroundNotificationHandlerModule.web.ts @@ -1,6 +1,6 @@ import { - BackgroundNotificationHandlerPreferences, - ExpoBackgroundNotificationHandlerModule, + type BackgroundNotificationHandlerPreferences, + type ExpoBackgroundNotificationHandlerModule, } from './ExpoBackgroundNotificationHandler.types' // Stub for web diff --git a/modules/expo-bluesky-gif-view/src/GifView.tsx b/modules/expo-bluesky-gif-view/src/GifView.tsx index 87258de17b..0cca26cf5e 100644 --- a/modules/expo-bluesky-gif-view/src/GifView.tsx +++ b/modules/expo-bluesky-gif-view/src/GifView.tsx @@ -2,7 +2,7 @@ import React from 'react' import {requireNativeModule} from 'expo' import {requireNativeViewManager} from 'expo-modules-core' -import {GifViewProps} from './GifView.types' +import {type GifViewProps} from './GifView.types' const NativeModule = requireNativeModule('ExpoBlueskyGifView') const NativeView: React.ComponentType< diff --git a/modules/expo-bluesky-swiss-army/src/PlatformInfo/index.native.ts b/modules/expo-bluesky-swiss-army/src/PlatformInfo/index.native.ts index b515206d9f..09fa3824d5 100644 --- a/modules/expo-bluesky-swiss-army/src/PlatformInfo/index.native.ts +++ b/modules/expo-bluesky-swiss-army/src/PlatformInfo/index.native.ts @@ -1,7 +1,7 @@ import {Platform} from 'react-native' import {requireNativeModule} from 'expo-modules-core' -import {AudioCategory} from './types' +import {type AudioCategory} from './types' const NativeModule = requireNativeModule('ExpoPlatformInfo') diff --git a/modules/expo-bluesky-swiss-army/src/PlatformInfo/index.ts b/modules/expo-bluesky-swiss-army/src/PlatformInfo/index.ts index 81f8c45f4d..3f5ea716d4 100644 --- a/modules/expo-bluesky-swiss-army/src/PlatformInfo/index.ts +++ b/modules/expo-bluesky-swiss-army/src/PlatformInfo/index.ts @@ -1,5 +1,5 @@ import {NotImplementedError} from '../NotImplemented' -import {AudioCategory} from './types' +import {type AudioCategory} from './types' export function getIsReducedMotionEnabled(): boolean { throw new NotImplementedError() diff --git a/modules/expo-bluesky-swiss-army/src/PlatformInfo/index.web.ts b/modules/expo-bluesky-swiss-army/src/PlatformInfo/index.web.ts index 61412753c9..b9576b872e 100644 --- a/modules/expo-bluesky-swiss-army/src/PlatformInfo/index.web.ts +++ b/modules/expo-bluesky-swiss-army/src/PlatformInfo/index.web.ts @@ -1,5 +1,5 @@ import {NotImplementedError} from '../NotImplemented' -import {AudioCategory} from './types' +import {type AudioCategory} from './types' export function getIsReducedMotionEnabled(): boolean { if (typeof window === 'undefined') { diff --git a/modules/expo-bluesky-swiss-army/src/Referrer/index.android.ts b/modules/expo-bluesky-swiss-army/src/Referrer/index.android.ts index 795c6146c9..f1f788500d 100644 --- a/modules/expo-bluesky-swiss-army/src/Referrer/index.android.ts +++ b/modules/expo-bluesky-swiss-army/src/Referrer/index.android.ts @@ -1,6 +1,6 @@ import {requireNativeModule} from 'expo' -import {GooglePlayReferrerInfo, ReferrerInfo} from './types' +import {type GooglePlayReferrerInfo, type ReferrerInfo} from './types' export const NativeModule = requireNativeModule('ExpoBlueskyReferrer') diff --git a/modules/expo-bluesky-swiss-army/src/Referrer/index.ios.ts b/modules/expo-bluesky-swiss-army/src/Referrer/index.ios.ts index e76893d308..1bef0f74e9 100644 --- a/modules/expo-bluesky-swiss-army/src/Referrer/index.ios.ts +++ b/modules/expo-bluesky-swiss-army/src/Referrer/index.ios.ts @@ -1,6 +1,6 @@ import {SharedPrefs} from '../../index' import {NotImplementedError} from '../NotImplemented' -import {GooglePlayReferrerInfo, ReferrerInfo} from './types' +import {type GooglePlayReferrerInfo, type ReferrerInfo} from './types' export function getGooglePlayReferrerInfoAsync(): Promise { throw new NotImplementedError() diff --git a/modules/expo-bluesky-swiss-army/src/Referrer/index.ts b/modules/expo-bluesky-swiss-army/src/Referrer/index.ts index ac594402b8..89ed4f58a3 100644 --- a/modules/expo-bluesky-swiss-army/src/Referrer/index.ts +++ b/modules/expo-bluesky-swiss-army/src/Referrer/index.ts @@ -1,5 +1,5 @@ import {NotImplementedError} from '../NotImplemented' -import {GooglePlayReferrerInfo, ReferrerInfo} from './types' +import {type GooglePlayReferrerInfo, type ReferrerInfo} from './types' export function getGooglePlayReferrerInfoAsync(): Promise { throw new NotImplementedError() diff --git a/modules/expo-bluesky-swiss-army/src/Referrer/index.web.ts b/modules/expo-bluesky-swiss-army/src/Referrer/index.web.ts index cfd42642d9..3f8671ac31 100644 --- a/modules/expo-bluesky-swiss-army/src/Referrer/index.web.ts +++ b/modules/expo-bluesky-swiss-army/src/Referrer/index.web.ts @@ -1,7 +1,7 @@ import {Platform} from 'react-native' import {NotImplementedError} from '../NotImplemented' -import {GooglePlayReferrerInfo, ReferrerInfo} from './types' +import {type GooglePlayReferrerInfo, type ReferrerInfo} from './types' export function getGooglePlayReferrerInfoAsync(): Promise { throw new NotImplementedError() diff --git a/modules/expo-bluesky-swiss-army/src/VisibilityView/index.tsx b/modules/expo-bluesky-swiss-army/src/VisibilityView/index.tsx index 8b4f1928cb..86d7377aff 100644 --- a/modules/expo-bluesky-swiss-army/src/VisibilityView/index.tsx +++ b/modules/expo-bluesky-swiss-army/src/VisibilityView/index.tsx @@ -1,5 +1,5 @@ import {NotImplementedError} from '../NotImplemented' -import {VisibilityViewProps} from './types' +import {type VisibilityViewProps} from './types' export async function updateActiveViewAsync() { throw new NotImplementedError() diff --git a/modules/expo-bluesky-swiss-army/src/VisibilityView/types.ts b/modules/expo-bluesky-swiss-army/src/VisibilityView/types.ts index 312acf2d29..f0852cf120 100644 --- a/modules/expo-bluesky-swiss-army/src/VisibilityView/types.ts +++ b/modules/expo-bluesky-swiss-army/src/VisibilityView/types.ts @@ -1,4 +1,4 @@ -import React from 'react' +import type React from 'react' export interface VisibilityViewProps { children: React.ReactNode onChangeStatus: (isActive: boolean) => void diff --git a/package.json b/package.json index 7499cf8114..ccd213d743 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bsky.app", - "version": "1.125.0", + "version": "1.126.0", "private": true, "engines": { "node": ">=24.15.0" @@ -90,10 +90,11 @@ "generate-webpack-stats-file": "EXPO_PUBLIC_GENERATE_STATS=1 pnpm build-web", "open-analyzer": "EXPO_PUBLIC_OPEN_ANALYZER=1 pnpm build-web", "icons:optimize": "svgo -f ./assets/icons", - "prettier": "prettier --check ." + "prettier": "prettier --check .", + "update-actions": "pnpm dlx actions-up --min-age 7" }, "dependencies": { - "@atproto/api": "0.20.12", + "@atproto/api": "0.20.15", "@atproto/syntax": "0.6.1", "@bitdrift/react-native": "^0.6.8", "@braintree/sanitize-url": "^6.0.2", @@ -108,7 +109,6 @@ "@bsky.app/sift": "^0.3.9", "@bsky.app/tapper": "^0.6.1", "@bsky.app/video": "0.3.6", - "@discord/bottom-sheet": "bluesky-social/react-native-bottom-sheet", "@emoji-mart/data": "^1.2.1", "@emoji-mart/react": "^1.1.1", "@expo/html-elements": "^0.12.5", @@ -204,6 +204,7 @@ "lodash.debounce": "^4.0.8", "lodash.shuffle": "^4.2.0", "lodash.throttle": "^4.1.1", + "mediabunny": "^1.25.3", "multiformats": "^13.4.2", "nanoid": "^5.0.5", "normalize-url": "^8.0.0", @@ -331,7 +332,7 @@ "^await-lock$": "/node_modules/await-lock/build/AwaitLock.js" }, "transformIgnorePatterns": [ - "node_modules/(?!((jest-)?react-native|@react-native(-community)?)|@discord|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|nanoid|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|normalize-url|react-native-svg|@sentry/.*|sentry-expo|bcp-47-match|@atproto/.*|multiformats|uint8arrays|@ipld/.*|cborg|await-lock)" + "node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|nanoid|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|normalize-url|react-native-svg|@sentry/.*|sentry-expo|bcp-47-match|@atproto/.*|multiformats|uint8arrays|@ipld/.*|cborg|await-lock)" ], "modulePathIgnorePatterns": [ "__tests__/.*/__mocks__", diff --git a/patches/@discord__bottom-sheet@4.6.1.patch b/patches/@discord__bottom-sheet@4.6.1.patch deleted file mode 100644 index 133052e5d6..0000000000 --- a/patches/@discord__bottom-sheet@4.6.1.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/src/hooks/useStableCallback.ts b/src/hooks/useStableCallback.ts -index 1c788ab72351c21c5aea178d7b416741aa940e1f..d30f330ab1f082ea0477c19e2fa05b7a0b1a3e0d 100644 ---- a/src/hooks/useStableCallback.ts -+++ b/src/hooks/useStableCallback.ts -@@ -6,7 +6,7 @@ type Callback = (...args: any[]) => any; - * https://gist.github.com/JakeCoxon/c7ebf6e6496f8468226fd36b596e1985 - */ - export const useStableCallback = (callback: Callback) => { -- const callbackRef = useRef(); -+ const callbackRef = useRef(undefined); - const memoCallback = useCallback( - (...args: any) => callbackRef.current && callbackRef.current(...args), - [] diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1efbc5defc..eee11bf2c3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -215,7 +215,6 @@ overrides: react-native-screens: 4.24.0 patchedDependencies: - '@discord/bottom-sheet@4.6.1': 253965341bfbc8e63630dfca511c5d0e0878900e5fe414b2278bd322fc215e2a '@sentry/react-native@6.20.0': 1d48e4d5178f5684eb33262299e7eed283bf9601f79b9ae1af63a7f607d3483a expo-glass-effect@55.0.8: 6c9fa5b104e53b87df4e17b320acb3b94d12ac90c0101190045dd620681efff0 expo-haptics@15.0.8: b33910ba2753c4eccdc885b449e6e33aa90b9cefa75ca8639762a26013141410 @@ -242,8 +241,8 @@ importers: .: dependencies: '@atproto/api': - specifier: 0.20.12 - version: 0.20.12 + specifier: 0.20.15 + version: 0.20.15 '@atproto/syntax': specifier: 0.6.1 version: 0.6.1 @@ -286,9 +285,6 @@ importers: '@bsky.app/video': specifier: 0.3.6 version: 0.3.6(expo@54.0.34(@babel/core@7.29.0)(react-native-webview@13.15.0(react-native@0.81.5(patch_hash=2656ac6deb71b92a4df4af4593d13ace6a5740936432e5e7e8ef32bc3cd05194)(@babel/core@7.29.0)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(patch_hash=2656ac6deb71b92a4df4af4593d13ace6a5740936432e5e7e8ef32bc3cd05194)(@babel/core@7.29.0)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(patch_hash=2656ac6deb71b92a4df4af4593d13ace6a5740936432e5e7e8ef32bc3cd05194)(@babel/core@7.29.0)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0) - '@discord/bottom-sheet': - specifier: bluesky-social/react-native-bottom-sheet - version: https://codeload.github.com/bluesky-social/react-native-bottom-sheet/tar.gz/28a87d1bb55e10fc355fa1455545a30734995908(patch_hash=253965341bfbc8e63630dfca511c5d0e0878900e5fe414b2278bd322fc215e2a)(@shopify/flash-list@2.3.1(@babel/runtime@7.29.2)(react-native@0.81.5(patch_hash=2656ac6deb71b92a4df4af4593d13ace6a5740936432e5e7e8ef32bc3cd05194)(@babel/core@7.29.0)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(@types/react@19.1.17)(react-native-gesture-handler@2.28.0(react-native@0.81.5(patch_hash=2656ac6deb71b92a4df4af4593d13ace6a5740936432e5e7e8ef32bc3cd05194)(@babel/core@7.29.0)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native-reanimated@3.19.1(patch_hash=97a1967f37a4213fbab59e1fd59a1bf859b5efc79af5e1b528a47fe488e6c5d6)(@babel/core@7.29.0)(react-native@0.81.5(patch_hash=2656ac6deb71b92a4df4af4593d13ace6a5740936432e5e7e8ef32bc3cd05194)(@babel/core@7.29.0)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(patch_hash=2656ac6deb71b92a4df4af4593d13ace6a5740936432e5e7e8ef32bc3cd05194)(@babel/core@7.29.0)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0) '@emoji-mart/data': specifier: ^1.2.1 version: 1.2.1 @@ -574,6 +570,9 @@ importers: lodash.throttle: specifier: ^4.1.1 version: 4.1.1 + mediabunny: + specifier: ^1.25.3 + version: 1.49.0 multiformats: specifier: ^13.4.2 version: 13.4.2 @@ -877,8 +876,8 @@ packages: graphql: optional: true - '@atproto/api@0.20.12': - resolution: {integrity: sha512-pNCrl/BSmkjlrVu0W5A9zkOVRIWdWAdajuHX/EyhDZFxu8HExsiQi6j46H5kv85GrNRXS/QtULE+ocSuMtEJfw==} + '@atproto/api@0.20.15': + resolution: {integrity: sha512-b9TuVNY9iWIaRXAeKegNCqRsK9tSpB68DE/j/ytVTxEMK+/m43B0DycJND9tnhRiNIY+i7MhwLqNHPak9YaDJg==} engines: {node: '>=22'} '@atproto/common-web@0.5.0': @@ -1699,23 +1698,6 @@ packages: resolution: {integrity: sha512-JRrHvitc0w+r/h6XXSOq917HxsjRoxPEtyNYSmylKirjiPNrRx84VKtqFlOIWIFCOZI5BoXg6hNpE0Zq7CwVBA==} hasBin: true - '@discord/bottom-sheet@https://codeload.github.com/bluesky-social/react-native-bottom-sheet/tar.gz/28a87d1bb55e10fc355fa1455545a30734995908': - resolution: {gitHosted: true, integrity: sha512-zsoB8sFUx8O9aO0fKAkzoWLMyaX7EBd3ooNYjzsh9vr/c9zg/a3jOAbWzWbvM86QCZIszfbW9GXeJZKZRVk/tg==, tarball: https://codeload.github.com/bluesky-social/react-native-bottom-sheet/tar.gz/28a87d1bb55e10fc355fa1455545a30734995908} - version: 4.6.1 - peerDependencies: - '@shopify/flash-list': '*' - '@types/react': '*' - '@types/react-native': '*' - react: '*' - react-native: '*' - react-native-gesture-handler: '>=1.10.1' - react-native-reanimated: 3.19.1 - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-native': - optional: true - '@discoveryjs/json-ext@0.5.7': resolution: {integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==} engines: {node: '>=10.0.0'} @@ -2107,12 +2089,6 @@ packages: '@formatjs/intl-supportedvaluesof@2.3.7': resolution: {integrity: sha512-ZTXEKijV5H08z19odngZPsXlmGndfukHuVnjd9qyER77XSk/yJwDMiSjoJYY5C5WxFs2UN4s/EMtu75e6Tp3ug==} - '@gorhom/portal@1.0.14': - resolution: {integrity: sha512-MXyL4xvCjmgaORr/rtryDNFy3kU4qUbKlwtQqqsygd0xX3mhKjOLn6mQK8wfu0RkoE0pBE0nAasRoHua+/QZ7A==} - peerDependencies: - react: '*' - react-native: '*' - '@growthbook/growthbook-react@1.6.5': resolution: {integrity: sha512-afi/RUbwazVNKv2acn6wDQz4BJNRAEpwIuHfggQup2/aE5PLAxy3+95gjjRMgCcPR0Pf3sFmhYGvOmxLD0ZRbQ==} engines: {node: '>=10'} @@ -3367,13 +3343,6 @@ packages: peerDependencies: webpack: '>=4.40.0' - '@shopify/flash-list@2.3.1': - resolution: {integrity: sha512-7oktg2NQR7KAODjFoDaWe8/OBzyYbdTE3zQTrUBMxjIbxHTHN7UXRX1hX3DHk8KvtkgQdRfZOV8Gjj2l4fGrXw==} - peerDependencies: - '@babel/runtime': '*' - react: '*' - react-native: '*' - '@sinclair/typebox@0.27.10': resolution: {integrity: sha512-MTBk/3jGLNB2tVxv6uLlFh1iu64iYOQ2PbdOSK3NW8JZsmlaOh2q6sdtKowBhfw8QFLmYNzTW4/oK4uATIi6ZA==} @@ -3528,6 +3497,12 @@ packages: '@types/connect@3.4.38': resolution: {integrity: sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==} + '@types/dom-mediacapture-transform@0.1.11': + resolution: {integrity: sha512-Y2p+nGf1bF2XMttBnsVPHUWzRRZzqUoJAKmiP10b5umnO6DDrWI0BrGDJy1pOHoOULVmGSfFNkQrAlC5dcj6nQ==} + + '@types/dom-webcodecs@0.1.13': + resolution: {integrity: sha512-O5hkiFIcjjszPIYyUSyvScyvrBoV3NOEEZx/pMlsu44TKzWNkLVBBxnxJz42in5n3QIolYOcBYFCPZZ0h8SkwQ==} + '@types/eslint-scope@3.7.7': resolution: {integrity: sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==} @@ -6883,6 +6858,9 @@ packages: resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} engines: {node: '>= 0.6'} + mediabunny@1.49.0: + resolution: {integrity: sha512-hDMtS/q22GFjyB3Yum+a6NHhDtVnye6hgaYTjx3DPUfnckRjzxFmXmCc3UQXdvo7d6PUCl7KM6Y9MRWzlvnAJQ==} + memfs@3.5.3: resolution: {integrity: sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==} engines: {node: '>= 4.0.0'} @@ -9494,7 +9472,7 @@ snapshots: '@0no-co/graphql.web@1.2.0': {} - '@atproto/api@0.20.12': + '@atproto/api@0.20.15': dependencies: '@atproto/common-web': 0.5.0 '@atproto/lexicon': 0.7.1 @@ -10521,18 +10499,6 @@ snapshots: transitivePeerDependencies: - encoding - ? '@discord/bottom-sheet@https://codeload.github.com/bluesky-social/react-native-bottom-sheet/tar.gz/28a87d1bb55e10fc355fa1455545a30734995908(patch_hash=253965341bfbc8e63630dfca511c5d0e0878900e5fe414b2278bd322fc215e2a)(@shopify/flash-list@2.3.1(@babel/runtime@7.29.2)(react-native@0.81.5(patch_hash=2656ac6deb71b92a4df4af4593d13ace6a5740936432e5e7e8ef32bc3cd05194)(@babel/core@7.29.0)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(@types/react@19.1.17)(react-native-gesture-handler@2.28.0(react-native@0.81.5(patch_hash=2656ac6deb71b92a4df4af4593d13ace6a5740936432e5e7e8ef32bc3cd05194)(@babel/core@7.29.0)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native-reanimated@3.19.1(patch_hash=97a1967f37a4213fbab59e1fd59a1bf859b5efc79af5e1b528a47fe488e6c5d6)(@babel/core@7.29.0)(react-native@0.81.5(patch_hash=2656ac6deb71b92a4df4af4593d13ace6a5740936432e5e7e8ef32bc3cd05194)(@babel/core@7.29.0)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(patch_hash=2656ac6deb71b92a4df4af4593d13ace6a5740936432e5e7e8ef32bc3cd05194)(@babel/core@7.29.0)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)' - : dependencies: - '@gorhom/portal': 1.0.14(react-native@0.81.5(patch_hash=2656ac6deb71b92a4df4af4593d13ace6a5740936432e5e7e8ef32bc3cd05194)(@babel/core@7.29.0)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0) - '@shopify/flash-list': 2.3.1(@babel/runtime@7.29.2)(react-native@0.81.5(patch_hash=2656ac6deb71b92a4df4af4593d13ace6a5740936432e5e7e8ef32bc3cd05194)(@babel/core@7.29.0)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0) - invariant: 2.2.4 - react: 19.1.0 - react-native: 0.81.5(patch_hash=2656ac6deb71b92a4df4af4593d13ace6a5740936432e5e7e8ef32bc3cd05194)(@babel/core@7.29.0)(@types/react@19.1.17)(react@19.1.0) - react-native-gesture-handler: 2.28.0(react-native@0.81.5(patch_hash=2656ac6deb71b92a4df4af4593d13ace6a5740936432e5e7e8ef32bc3cd05194)(@babel/core@7.29.0)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0) - react-native-reanimated: 3.19.1(patch_hash=97a1967f37a4213fbab59e1fd59a1bf859b5efc79af5e1b528a47fe488e6c5d6)(@babel/core@7.29.0)(react-native@0.81.5(patch_hash=2656ac6deb71b92a4df4af4593d13ace6a5740936432e5e7e8ef32bc3cd05194)(@babel/core@7.29.0)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0) - optionalDependencies: - '@types/react': 19.1.17 - '@discoveryjs/json-ext@0.5.7': {} '@egjs/hammerjs@2.0.17': @@ -11103,12 +11069,6 @@ snapshots: dependencies: '@formatjs/fast-memoize': 3.1.5 - '@gorhom/portal@1.0.14(react-native@0.81.5(patch_hash=2656ac6deb71b92a4df4af4593d13ace6a5740936432e5e7e8ef32bc3cd05194)(@babel/core@7.29.0)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)': - dependencies: - nanoid: 3.3.12 - react: 19.1.0 - react-native: 0.81.5(patch_hash=2656ac6deb71b92a4df4af4593d13ace6a5740936432e5e7e8ef32bc3cd05194)(@babel/core@7.29.0)(@types/react@19.1.17)(react@19.1.0) - '@growthbook/growthbook-react@1.6.5(react@19.1.0)': dependencies: '@growthbook/growthbook': 1.6.5 @@ -12616,12 +12576,6 @@ snapshots: - encoding - supports-color - '@shopify/flash-list@2.3.1(@babel/runtime@7.29.2)(react-native@0.81.5(patch_hash=2656ac6deb71b92a4df4af4593d13ace6a5740936432e5e7e8ef32bc3cd05194)(@babel/core@7.29.0)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)': - dependencies: - '@babel/runtime': 7.29.2 - react: 19.1.0 - react-native: 0.81.5(patch_hash=2656ac6deb71b92a4df4af4593d13ace6a5740936432e5e7e8ef32bc3cd05194)(@babel/core@7.29.0)(@types/react@19.1.17)(react@19.1.0) - '@sinclair/typebox@0.27.10': {} '@sinclair/typebox@0.34.49': {} @@ -12806,6 +12760,12 @@ snapshots: dependencies: '@types/node': 24.12.4 + '@types/dom-mediacapture-transform@0.1.11': + dependencies: + '@types/dom-webcodecs': 0.1.13 + + '@types/dom-webcodecs@0.1.13': {} + '@types/eslint-scope@3.7.7': dependencies: '@types/eslint': 9.6.1 @@ -16722,6 +16682,11 @@ snapshots: media-typer@0.3.0: {} + mediabunny@1.49.0: + dependencies: + '@types/dom-mediacapture-transform': 0.1.11 + '@types/dom-webcodecs': 0.1.13 + memfs@3.5.3: dependencies: fs-monkey: 1.1.0 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index e9fd14022d..182228486d 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -19,7 +19,6 @@ allowBuilds: 'esbuild': true 'unrs-resolver': true patchedDependencies: - '@discord/bottom-sheet@4.6.1': patches/@discord__bottom-sheet@4.6.1.patch '@sentry/react-native@6.20.0': patches/@sentry__react-native@6.20.0.patch 'expo-glass-effect@55.0.8': patches/expo-glass-effect@55.0.8.patch 'expo-haptics@15.0.8': patches/expo-haptics@15.0.8.patch diff --git a/src/App.native.tsx b/src/App.native.tsx index 22dd39f9d7..d41f28bdb5 100644 --- a/src/App.native.tsx +++ b/src/App.native.tsx @@ -31,7 +31,6 @@ import {listenSessionDropped} from '#/state/events' import {GlobalGestureEventsProvider} from '#/state/global-gesture-events' import {Provider as HomeBadgeProvider} from '#/state/home-badge' import {MessagesProvider} from '#/state/messages' -import {Provider as ModalStateProvider} from '#/state/modals' import {init as initPersistedState} from '#/state/persisted' import {Provider as PrefsStateProvider} from '#/state/preferences' import {Provider as LabelDefsProvider} from '#/state/preferences/label-defs' @@ -241,22 +240,20 @@ function App() { - - - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/src/App.web.tsx b/src/App.web.tsx index 6faf6f2218..e962728859 100644 --- a/src/App.web.tsx +++ b/src/App.web.tsx @@ -24,7 +24,6 @@ import {Provider as EmailVerificationProvider} from '#/state/email-verification' import {listenSessionDropped} from '#/state/events' import {Provider as HomeBadgeProvider} from '#/state/home-badge' import {MessagesProvider} from '#/state/messages' -import {Provider as ModalStateProvider} from '#/state/modals' import {init as initPersistedState} from '#/state/persisted' import {Provider as PrefsStateProvider} from '#/state/preferences' import {Provider as LabelDefsProvider} from '#/state/preferences/label-defs' @@ -220,17 +219,15 @@ function App() { - - - - - - - - - - - + + + + + + + + + diff --git a/src/ageAssurance/components/NoAccessScreen.tsx b/src/ageAssurance/components/NoAccessScreen.tsx index ac88e59f7a..44870dcffd 100644 --- a/src/ageAssurance/components/NoAccessScreen.tsx +++ b/src/ageAssurance/components/NoAccessScreen.tsx @@ -399,7 +399,7 @@ function AccessSection() { locationControl.open() })}> Tap here to update your location with GPS. - {' '} + diff --git a/src/analytics/features/types.ts b/src/analytics/features/types.ts index bca196c706..1526fb426a 100644 --- a/src/analytics/features/types.ts +++ b/src/analytics/features/types.ts @@ -10,7 +10,6 @@ export enum Features { ImportContactsSettingsDisable = 'import_contacts:settings:disable', LiveNowBetaDisable = 'live_now_beta:disable', GroupChatsDisable = 'group_chats:disable', - DmsNewMessageComposerEnable = 'dms:new_message_composer:enable', ComposerLanguageDetectionEnable = 'composer:language_detection:enable', PostGalleryEmbedEnable = 'post_gallery_embed:enable', NotificationsExpandedProfileCardEnable = 'notifications:expanded_profile_card:enable', diff --git a/src/analytics/metrics/types.ts b/src/analytics/metrics/types.ts index 6934fc0b71..a9d7f7bb17 100644 --- a/src/analytics/metrics/types.ts +++ b/src/analytics/metrics/types.ts @@ -5,6 +5,7 @@ import {type Platform} from 'react-native' import {type NotificationReason} from '#/lib/hooks/useNotificationHandler' +import {type NotificationType} from '#/state/queries/notifications/types' import {type FeedDescriptor} from '#/state/queries/post-feed' import {type LiveEventFeedMetricContext} from '#/features/liveEvents/types' @@ -53,6 +54,10 @@ export type Events = { context: 'StartOnboarding' | 'AfterOnboarding' | 'Login' | 'Home' status: 'granted' | 'denied' | 'undetermined' } + 'notifications:bundleExpand': { + notificationType: NotificationType + authorCount: number + } 'state:background': { secondsActive: number } @@ -464,6 +469,7 @@ export type Events = { | 'OnboardingSuggestedAccounts' | 'FindContacts' | 'GroupChat' + | 'NotificationExpandedProfileCard' } 'profile:followers:view': { contextProfileDid: string @@ -570,6 +576,7 @@ export type Events = { | 'OnboardingSuggestedAccounts' | 'FindContacts' | 'GroupChat' + | 'NotificationExpandedProfileCard' } 'chat:create': { logContext: @@ -586,6 +593,14 @@ export type Events = { | 'SendViaChatDialog' | 'ConvoSettings' } + // Message replies + 'chat:message:reply:send': { + convoId: string + isGroup: boolean + } + 'chat:message:reply:tap': { + convoId: string + } // Group chat adoption 'groupchat:create': { diff --git a/src/components/Composer/index.tsx b/src/components/Composer/index.tsx index b7a67f3033..d93c7bb91a 100644 --- a/src/components/Composer/index.tsx +++ b/src/components/Composer/index.tsx @@ -332,10 +332,10 @@ export function Composer({ contentPaddingStyle, a.z_20, { - color: 'transparent', background: 'transparent', }, web({ + color: 'transparent', caretColor: textStyle.color ?? 'black', overscrollBehavior: 'none', scrollbarWidth: 'thin', @@ -346,6 +346,7 @@ export function Composer({ {...tapper.inputProps} {...sift.targetProps} ref={mergeRefs([ref, tapper.inputProps.ref, sift.targetProps.ref])} + rawValue={tapper.state.text} onBlur={e => { rest.onBlur?.(e) setActiveFacet(null) diff --git a/src/components/ContextMenu/index.tsx b/src/components/ContextMenu/index.tsx index 51bf83309f..258e2898e4 100644 --- a/src/components/ContextMenu/index.tsx +++ b/src/components/ContextMenu/index.tsx @@ -241,6 +241,7 @@ export function Trigger({ contentLabel, style, onTap, + swipeGesture, }: TriggerProps) { const context = useContextMenuContext() const playHaptic = useHaptics() @@ -364,12 +365,20 @@ export function Trigger({ }, [open, hoverablesSV, onTouchUpMenuItem, hoveredItemSV, translationSV]) // Order matters here: doubleTapGesture must come before tapGesture. - const composedGestures = Gesture.Exclusive( + const tapAndHoldGestures = Gesture.Exclusive( doubleTapGesture, tapGesture, pressAndHoldGesture, ) + // An optional swipe gesture (e.g. swipe-to-reply) races against the tap/hold + // group: whichever activates first wins and cancels the rest, so they're + // mutually exclusive. Race (not Exclusive) avoids a held-but-not-yet-moved + // swipe Pan blocking the long-press from firing. + const composedGestures = swipeGesture + ? Gesture.Race(swipeGesture, tapAndHoldGestures) + : tapAndHoldGestures + const measurement = context.measurement || pendingMeasurement?.measurement return ( @@ -850,10 +859,11 @@ export function Item({ !unstyled && [ a.flex_row, a.align_center, - a.px_2xl, + a.px_lg, + a.gap_sm, a.rounded_md, t.atoms.bg_contrast_25, - {gap: 6, minHeight: 44, paddingVertical: 10}, + {minHeight: 44, paddingVertical: 10}, (focused || pressed || context.hoveredMenuItem === id) && !rest.disabled && t.atoms.bg_contrast_50, @@ -882,8 +892,7 @@ export function ItemText({children, style}: ItemTextProps) { style={[ a.flex_1, a.text_md, - a.font_semi_bold, - t.atoms.text_contrast_high, + a.font_medium, style, destructive && {color: t.palette.negative_500}, disabled && t.atoms.text_contrast_low, @@ -898,13 +907,13 @@ export function ItemIcon({icon: Comp}: ItemIconProps) { const {disabled, destructive} = useContextMenuItemContext() return ( ) diff --git a/src/components/ContextMenu/types.ts b/src/components/ContextMenu/types.ts index 111c972f5a..6fb97b6816 100644 --- a/src/components/ContextMenu/types.ts +++ b/src/components/ContextMenu/types.ts @@ -4,6 +4,7 @@ import { type StyleProp, type ViewStyle, } from 'react-native' +import {type GestureType} from 'react-native-gesture-handler' import {type SharedValue} from 'react-native-reanimated' import type * as Dialog from '#/components/Dialog' @@ -94,6 +95,14 @@ export type TriggerProps = { * @platform ios, android */ onTap?: () => void + /** + * An optional gesture (e.g. swipe-to-reply) composed into the same + * arbitration group as the tap and press-and-hold gestures via `Gesture.Race`, + * making it mutually exclusive with them - only one can win a given touch. + * + * @platform ios, android + */ + swipeGesture?: GestureType } export type TriggerChildProps = | { diff --git a/src/components/Link.tsx b/src/components/Link.tsx index 258ba58ca4..0818b2a26f 100644 --- a/src/components/Link.tsx +++ b/src/components/Link.tsx @@ -26,7 +26,6 @@ import { isExternalUrl, linkRequiresWarning, } from '#/lib/strings/url-helpers' -import {useModalControls} from '#/state/modals' import {useInAppBrowser} from '#/state/preferences/in-app-browser' import {atoms as a, flatten, type TextStyleProp, useTheme, web} from '#/alf' import {Button, type ButtonProps} from '#/components/Button' @@ -140,7 +139,6 @@ export function useLink({ } const isExternal = isExternalUrl(href) - const {closeModal} = useModalControls() const {linkWarningDialogControl} = useGlobalDialogsControlContext() const openLink = useOpenLink() const groupChatJoinIntent = useGroupChatJoinIntent() @@ -188,8 +186,6 @@ export function useLink({ ) { void openLink(href) } else { - closeModal() // close any active modals - const [screen, params] = router.matchPath(href) as [ screen: keyof AllNavigatorParams, params?: RouteParams, @@ -242,7 +238,6 @@ export function useLink({ isExternal, href, openLink, - closeModal, action, navigation, overridePresentation, diff --git a/src/components/Post/Embed/GalleryFallbackEmbed.tsx b/src/components/Post/Embed/GalleryFallbackEmbed.tsx deleted file mode 100644 index 38d7e4d013..0000000000 --- a/src/components/Post/Embed/GalleryFallbackEmbed.tsx +++ /dev/null @@ -1,99 +0,0 @@ -import {Linking, View} from 'react-native' -import {plural} from '@lingui/core/macro' -import {Trans, useLingui} from '@lingui/react/macro' - -import {BSKY_DOWNLOAD_URL} from '#/lib/constants' -import {atoms as a, useTheme} from '#/alf' -import {Button, ButtonText} from '#/components/Button' -import {Sparkle_Stroke2_Corner0_Rounded as Sparkle} from '#/components/icons/Sparkle' -import {Text} from '#/components/Typography' -import {IS_NATIVE} from '#/env' - -/** - * OTA-able fallback that ships to native builds which don't yet know how to - * render the new gallery embed (>4 images, Photos v2). Final copy and visual - * treatment pending design from Darrin/Danielle/Alex. - * - * Native-only per APP-2308 - web builds receive the new gallery support in - * the same release that adds it. - */ -export function GalleryFallbackEmbed({count}: {count?: number}) { - const t = useTheme() - const {t: l} = useLingui() - - const bodyStyle = [ - a.text_sm, - a.text_center, - a.leading_snug, - t.atoms.text_contrast_high, - ] - - return ( - - - - Something new is here - - {count ? ( - - - {plural(count, { - one: 'This post has # photo.', - other: 'This post has # photos.', - })} - - {IS_NATIVE ? ( - - {plural(count, { - one: 'Update your app to see it.', - other: 'Update your app to see them all.', - })} - - ) : ( - - {plural(count, { - one: 'Refresh the page to see it.', - other: 'Refresh the page to see them all.', - })} - - )} - - ) : IS_NATIVE ? ( - - Update your app to see it. - - ) : ( - - Refresh the page to see it. - - )} - {IS_NATIVE && ( - - )} - - ) -} diff --git a/src/components/Post/Embed/ImageEmbed.tsx b/src/components/Post/Embed/ImageEmbed.tsx index 9d47302063..ecc0c09d13 100644 --- a/src/components/Post/Embed/ImageEmbed.tsx +++ b/src/components/Post/Embed/ImageEmbed.tsx @@ -142,7 +142,6 @@ export function ImageEmbed({ onPress(0, [containerRef], [dims]) } onPressIn={() => onPressIn(0)} - hideBadge={rest.isWithinQuote} /> diff --git a/src/components/Post/Embed/index.tsx b/src/components/Post/Embed/index.tsx index 69d92983ed..fc65bea551 100644 --- a/src/components/Post/Embed/index.tsx +++ b/src/components/Post/Embed/index.tsx @@ -40,11 +40,7 @@ import {ModeratedFeedEmbed} from './FeedEmbed' import {ImageEmbed} from './ImageEmbed' import {ModeratedListEmbed} from './ListEmbed' import {PostPlaceholder as PostPlaceholderText} from './PostPlaceholder' -import { - type CommonProps, - type EmbedProps, - type PostEmbedViewContext, -} from './types' +import {type CommonProps, type EmbedProps, PostEmbedViewContext} from './types' import {VideoEmbed} from './VideoEmbed' export {PostEmbedViewContext} from './types' @@ -356,7 +352,7 @@ export function QuoteEmbed({ return ( { @@ -69,13 +67,13 @@ function DialogInner({ ) }, - [onChange, memberships, list, moderationOpts], + [onChange, listMembers, list, moderationOpts], ) return ( @@ -86,16 +84,30 @@ function DialogInner({ ) } +/** + * Returns undefined for pending, false for not a member, and string for a member (the URI of the membership record) + */ +function getMembership( + listMembers: AppBskyGraphDefs.ListItemView[] | undefined, + actorDid: string, +): string | false | undefined { + if (!listMembers) { + return undefined + } + const member = listMembers.find(item => item.subject.did === actorDid) + return member ? member.uri : false +} + function UserResult({ profile, list, - memberships, + listMembers, onChange, moderationOpts, }: { profile: bsky.profile.AnyProfileView list: AppBskyGraphDefs.ListView - memberships: ListMembersip[] | undefined + listMembers: AppBskyGraphDefs.ListItemView[] | undefined onChange?: ( type: 'add' | 'remove', profile: bsky.profile.AnyProfileView, @@ -104,8 +116,8 @@ function UserResult({ }) { const {_} = useLingui() const membership = useMemo( - () => getMembership(memberships, list.uri, profile.did), - [memberships, list.uri, profile.did], + () => getMembership(listMembers, profile.did), + [listMembers, profile.did], ) const {mutate: listMembershipAdd, isPending: isAddingPending} = useListMembershipAddMutation({ diff --git a/src/components/dialogs/lists/UserAddRemoveListsDialog.tsx b/src/components/dialogs/lists/UserAddRemoveListsDialog.tsx new file mode 100644 index 0000000000..de8f453d5a --- /dev/null +++ b/src/components/dialogs/lists/UserAddRemoveListsDialog.tsx @@ -0,0 +1,331 @@ +import {View} from 'react-native' +import {Trans, useLingui} from '@lingui/react/macro' +import {useQueryClient} from '@tanstack/react-query' + +import {createSanitizedDisplayName} from '#/lib/moderation/create-sanitized-display-name' +import {sanitizeDisplayName} from '#/lib/strings/display-names' +import {isNetworkError} from '#/lib/strings/errors' +import {sanitizeHandle} from '#/lib/strings/handles' +import {logger} from '#/logger' +import { + useListMembershipAddMutation, + useListMembershipRemoveMutation, +} from '#/state/queries/list-memberships' +import { + type ListWithMembership, + removeListMembershipOptimistically, + updateListMembershipOptimistically, + useListsWithMembershipQuery, +} from '#/state/queries/lists-with-membership' +import {useSession} from '#/state/session' +import {UserAvatar} from '#/view/com/util/UserAvatar' +import {atoms as a, platform, useBreakpoints, useTheme, web} from '#/alf' +import {Button, ButtonIcon, ButtonText} from '#/components/Button' +import * as Dialog from '#/components/Dialog' +import {BulletList_Stroke2_Corner0_Rounded as ListIcon} from '#/components/icons/BulletList' +import {TimesLarge_Stroke2_Corner0_Rounded as XIcon} from '#/components/icons/Times' +import {Loader} from '#/components/Loader' +import * as Toast from '#/components/Toast' +import {Text} from '#/components/Typography' +import type * as bsky from '#/types/bsky' + +export type UserAddRemoveListsDialogProps = { + control: Dialog.DialogControlProps + profile: bsky.profile.AnyProfileView | undefined + onAdd?: (listUri: string) => void + onRemove?: (listUri: string) => void +} + +export function UserAddRemoveListsDialog({ + control, + profile, + onAdd, + onRemove, +}: UserAddRemoveListsDialogProps) { + return ( + + + + + ) +} + +function Empty() { + const t = useTheme() + + return ( + + + + + You have no lists. + + + + ) +} + +function ListsContent({ + profile, + onAdd, + onRemove, +}: { + profile: bsky.profile.AnyProfileView | undefined + onAdd?: (listUri: string) => void + onRemove?: (listUri: string) => void +}) { + const t = useTheme() + const control = Dialog.useDialogContext() + const {t: l} = useLingui() + const {gtMobile} = useBreakpoints() + + const { + data, + isError, + isLoading, + hasNextPage, + isFetchingNextPage, + fetchNextPage, + } = useListsWithMembershipQuery({actor: profile?.did}) + + const listItems = data?.pages.flatMap(page => page.listsWithMembership) || [] + + const onEndReached = async () => { + if (isFetchingNextPage || !hasNextPage || isError) return + try { + await fetchNextPage() + } catch (err) { + // Error handling is optional since this is just pagination + } + } + + const renderItem = ({item}: {item: ListWithMembership}) => + profile ? ( + + ) : null + + const onClose = () => { + control.close() + } + + const listHeader = ( + + + {profile ? ( + + Update {createSanitizedDisplayName(profile, true)} in Lists + + ) : ( + Update in Lists + )} + + + + ) + + return ( + ( + + + + ) + : renderItem + } + keyExtractor={ + isLoading + ? () => 'lists_dialog_loader' + : (item: ListWithMembership) => item.list.uri + } + onEndReached={() => void onEndReached()} + onEndReachedThreshold={0.1} + stickyHeaderIndices={web([0])} + ListHeaderComponent={listHeader} + ListFooterComponent={ + isFetchingNextPage ? ( + + + + ) : null + } + ListEmptyComponent={!isLoading && data ? : null} + webInnerContentContainerStyle={[a.py_0]} + style={platform({ + web: [a.px_2xl, a.pb_md], + native: [a.px_2xl, a.pt_lg], + })} + /> + ) +} + +function ListItem({ + listWithMembership, + profile, + onAdd, + onRemove, +}: { + listWithMembership: ListWithMembership + profile: bsky.profile.AnyProfileView + onAdd?: (listUri: string) => void + onRemove?: (listUri: string) => void +}) { + const {t: l} = useLingui() + const t = useTheme() + const queryClient = useQueryClient() + const {currentAccount} = useSession() + + const list = listWithMembership.list + const listItem = listWithMembership.listItem + const isMember = !!listItem + + const {mutate: addMembership, isPending: isPendingAdd} = + useListMembershipAddMutation({ + subject: profile, + onSuccess: data => { + Toast.show(l`Added to list`) + onAdd?.(list.uri) + updateListMembershipOptimistically({ + queryClient, + actor: profile.did, + listUri: list.uri, + membershipUri: data.uri, + subject: { + did: profile.did, + handle: profile.handle, + displayName: profile.displayName, + }, + }) + }, + onError: err => { + if (!isNetworkError(err)) { + logger.error('Failed to add to list', {safeMessage: err}) + } + Toast.show(l`Failed to add to list`, {type: 'error'}) + }, + }) + + const {mutate: removeMembership, isPending: isPendingRemove} = + useListMembershipRemoveMutation({ + onSuccess: () => { + Toast.show(l`Removed from list`) + onRemove?.(list.uri) + removeListMembershipOptimistically({ + queryClient, + actor: profile.did, + listUri: list.uri, + }) + }, + onError: err => { + if (!isNetworkError(err)) { + logger.error('Failed to remove from list', {safeMessage: err}) + } + Toast.show(l`Failed to remove from list`, {type: 'error'}) + }, + }) + + const isPending = isPendingAdd || isPendingRemove + + const handleToggleMembership = () => { + if (isPending) return + + if (!isMember) { + addMembership({ + listUri: list.uri, + actorDid: profile.did, + }) + } else { + if (!listItem?.uri) { + logger.error('Cannot remove: missing membership URI') + return + } + removeMembership({ + listUri: list.uri, + actorDid: profile.did, + membershipUri: listItem.uri, + }) + } + } + + return ( + + + + + {sanitizeDisplayName(list.name)} + + + {list.purpose === 'app.bsky.graph.defs#curatelist' && + (list.creator.did === currentAccount?.did ? ( + User list by you + ) : ( + + User list by {sanitizeHandle(list.creator.handle, '@')} + + ))} + {list.purpose === 'app.bsky.graph.defs#modlist' && + (list.creator.did === currentAccount?.did ? ( + Moderation list by you + ) : ( + + Moderation list by {sanitizeHandle(list.creator.handle, '@')} + + ))} + + + + + ) +} diff --git a/src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx b/src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx index 0535b3478f..4cdf4a2ccf 100644 --- a/src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx +++ b/src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx @@ -168,7 +168,7 @@ export function GroupChatsAnnouncement() { a.font_medium, {color: t.palette.primary_500}, ]}> - New + New - {trigger => - // will always be true, since this file is platform split - trigger.IS_NATIVE && ( - - trigger.control.open('full')}> - {children} - - - ) - } - + setReply(message)}> + {swipeGesture => ( + + {trigger => + // will always be true, since this file is platform split + trigger.IS_NATIVE && ( + trigger.control.open('full')}> + {children} + + ) + } + + )} + ) } diff --git a/src/components/dms/ActionsWrapper.web.tsx b/src/components/dms/ActionsWrapper.web.tsx index 75f816c07d..8d67051535 100644 --- a/src/components/dms/ActionsWrapper.web.tsx +++ b/src/components/dms/ActionsWrapper.web.tsx @@ -15,7 +15,11 @@ import {EmojiSmile_Stroke2_Corner0_Rounded as EmojiSmileIcon} from '#/components import * as Toast from '#/components/Toast' import type * as bsky from '#/types/bsky' import {EmojiReactionPicker} from './EmojiReactionPicker' -import {canReact, hasReachedReactionLimit} from './util' +import { + canReact, + hasReachedReactionLimit, + MESSAGE_BUBBLE_MAX_WIDTH, +} from './util' export function ActionsWrapper({ message, @@ -163,7 +167,10 @@ export function ActionsWrapper({ + style={[ + {maxWidth: MESSAGE_BUBBLE_MAX_WIDTH}, + isFromSelf ? a.align_end : a.align_start, + ]}> {children} diff --git a/src/components/dms/MessageContextMenu.tsx b/src/components/dms/MessageContextMenu.tsx index ddfa5118c0..e16a617ca5 100644 --- a/src/components/dms/MessageContextMenu.tsx +++ b/src/components/dms/MessageContextMenu.tsx @@ -1,5 +1,6 @@ import {memo, useCallback} from 'react' import {Platform} from 'react-native' +import {type GestureType} from 'react-native-gesture-handler' import * as Clipboard from 'expo-clipboard' import { type ChatBskyConvoDefs, @@ -20,6 +21,8 @@ import {atoms as a} from '#/alf' import * as ContextMenu from '#/components/ContextMenu' import {type TriggerProps} from '#/components/ContextMenu/types' import {useMessageDialogs} from '#/components/dms/MessageOverlays' +import {useMessageReplies} from '#/components/dms/MessageReplies' +import {ArrowCornerDownRight_Stroke2_Corner2_Rounded as ReplyIcon} from '#/components/icons/ArrowCornerDownRight' import {Clipboard_Stroke2_Corner2_Rounded as ClipboardIcon} from '#/components/icons/Clipboard' import {Flag_Stroke2_Corner0_Rounded as FlagIcon} from '#/components/icons/Flag' import {Language_Stroke2_Corner2_Rounded as LanguageIcon} from '#/components/icons/Language' @@ -36,17 +39,24 @@ export let MessageContextMenu = ({ senderProfile, moderationOpts, children, + swipeGesture, }: { message: ChatBskyConvoDefs.MessageView senderProfile?: bsky.profile.AnyProfileView moderationOpts: ModerationOpts | undefined children: TriggerProps['children'] + /** + * Native only. A swipe gesture (swipe-to-reply) composed into the trigger's + * gesture group so it's mutually exclusive with the tap and long-press. + */ + swipeGesture?: GestureType }): React.ReactNode => { const {t: l, i18n} = useLingui() const ax = useAnalytics() const {currentAccount} = useSession() const convo = useConvoActive() const {openDeleteMessage, openReportMessage} = useMessageDialogs() + const {setReply} = useMessageReplies() const langPrefs = useLanguagePrefs() const translate = useGoogleTranslate() @@ -141,7 +151,8 @@ export let MessageContextMenu = ({ label={l`Message options`} contentLabel={l`Message from @${ sender?.handle ?? 'unknown' // should always be defined - }: ${message.text}`}> + }: ${message.text}`} + swipeGesture={swipeGesture}> {children} @@ -151,6 +162,13 @@ export let MessageContextMenu = ({ timeStyle: 'short', })}`} style={[isFromSelf && isGroupChatEnabled ? null : a.ml_sm]}> + setReply(message)}> + + {l`Reply`} + {message.text.length > 0 && ( <> )} openDeleteMessage(message)}> @@ -181,7 +198,6 @@ export let MessageContextMenu = ({ {!isFromSelf && ( openReportMessage(message, senderProfile)}> diff --git a/src/components/dms/MessageItem.tsx b/src/components/dms/MessageItem.tsx index 192e8f9e7b..e8ba7003f2 100644 --- a/src/components/dms/MessageItem.tsx +++ b/src/components/dms/MessageItem.tsx @@ -10,10 +10,13 @@ import { import Animated, { FadeIn, FadeOut, + interpolateColor, LayoutAnimationConfig, LinearTransition, useAnimatedStyle, useSharedValue, + withDelay, + withSequence, withTiming, ZoomIn, ZoomOut, @@ -41,11 +44,13 @@ import {useProfileBlockMutationQueue} from '#/state/queries/profile' import {unstableCacheProfileView} from '#/state/queries/unstable-profile-cache' import {useSession} from '#/state/session' import {PreviewableUserAvatar} from '#/view/com/util/UserAvatar' -import {atoms as a, native, platform, useTheme} from '#/alf' +import {atoms as a, native, platform, useTheme, utils} from '#/alf' import {isOnlyEmoji} from '#/alf/typography' import {Button} from '#/components/Button' import {ActionsWrapper} from '#/components/dms/ActionsWrapper' import {useMessageDialogs} from '#/components/dms/MessageOverlays' +import {useMessageReplies} from '#/components/dms/MessageReplies' +import {ArrowCornerDownRight_Stroke2_Corner3_Rounded as ArrowCornerDownRightIcon} from '#/components/icons/ArrowCornerDownRight' import {InlineLinkText} from '#/components/Link' import * as ProfileCard from '#/components/ProfileCard' import * as Prompt from '#/components/Prompt' @@ -58,33 +63,54 @@ import {groupReactions} from './ReactionsDialog' import { CLUSTERED_MESSAGE_THRESHOLD_MS, filterBlockedReactions, + MESSAGE_BUBBLE_MAX_WIDTH, MESSAGE_GAP_THRESHOLD_MS, } from './util' const AVATAR_SIZE = 28 const CLUSTERED_MESSAGE_GAP = 2 -const BORDER_RADIUS = 18 +const BORDER_RADIUS = 20 const SQUARED_BORDER_RADIUS = 4 const DISPLAY_NAME_INSET = 20 +function messageIsReply( + message: + | ChatBskyConvoDefs.MessageView + | ChatBskyConvoDefs.DeletedMessageView + | null, +): boolean { + return ( + ChatBskyConvoDefs.isMessageView(message) && + (ChatBskyConvoDefs.isMessageView(message.replyTo) || + ChatBskyConvoDefs.isDeletedMessageView(message.replyTo)) + ) +} + function isWithinClusterBoundary({ isPending, + message, adjacentMessage, isFromSameSender, - currentSentAt, direction, }: { isPending: boolean + message: ChatBskyConvoDefs.MessageView adjacentMessage: | ChatBskyConvoDefs.MessageView | ChatBskyConvoDefs.DeletedMessageView | null isFromSameSender: boolean - currentSentAt: string direction: 'prev' | 'next' }): boolean { + // A reply always starts its own cluster, breaking grouping with the message + // above it. Looking back, that's a boundary if this message is a reply; + // looking forward, it's a boundary if the next message is a reply. + if (messageIsReply(direction === 'prev' ? message : adjacentMessage)) { + return true + } if (!isFromSameSender) return true if (ChatBskyConvoDefs.isMessageView(adjacentMessage)) { + const currentSentAt = message.sentAt const thisDate = new Date(currentSentAt) const adjDate = new Date(adjacentMessage.sentAt) const diff = @@ -128,6 +154,16 @@ let MessageItem = ({ const profile = useMaybeProfileShadow(relatedProfiles.get(message.sender.did)) const {openReactions} = useMessageDialogs() + const {scrollToMessage, highlightedMessage} = useMessageReplies() + + // `replyTo` comes back hydrated as the referenced message (or a deleted- + // message tombstone). Narrow away the open-union fallback so we only render + // shapes we understand. + const replyTo = + ChatBskyConvoDefs.isMessageView(message.replyTo) || + ChatBskyConvoDefs.isDeletedMessageView(message.replyTo) + ? message.replyTo + : undefined const isPending = item.type === 'pending-message' @@ -150,17 +186,17 @@ let MessageItem = ({ const isFirstInCluster = isWithinClusterBoundary({ isPending, + message, adjacentMessage: prevMessage, isFromSameSender: isPrevFromSameSender, - currentSentAt: message.sentAt, direction: 'prev', }) const isLastInCluster = isWithinClusterBoundary({ isPending, + message, adjacentMessage: nextMessage, isFromSameSender: isNextFromSameSender, - currentSentAt: message.sentAt, direction: 'next', }) @@ -198,6 +234,15 @@ let MessageItem = ({ const pendingColor = t.palette.primary_300 + const bubbleColor = isFromSelf + ? isPending + ? pendingColor + : t.palette.primary_500 + : t.palette.contrast_50 + const highlightColor = isFromSelf + ? t.palette.primary_300 + : t.palette.primary_100 + const rt = new RichTextAPI({text: message.text, facets: message.facets}) const hasEmbed = @@ -226,6 +271,30 @@ let MessageItem = ({ topRadiusSV.set(withTiming(targetTopRadius, {duration: 300})) }, [targetTopRadius, topRadiusSV]) + // Flash the message background when it's been scrolled to (e.g. by tapping a + // reply that quotes it), so it's easy to spot. Keyed on the highlight `key` + // so re-tapping the same message re-triggers the flash. + const highlightSV = useSharedValue(0) + const isHighlighted = highlightedMessage?.id === message.id + const highlightKey = isHighlighted ? highlightedMessage.key : null + useEffect(() => { + if (highlightKey === null) return + highlightSV.set( + withSequence( + withTiming(1, {duration: 150}), + withDelay(400, withTiming(0, {duration: 450})), + ), + ) + }, [highlightKey, highlightSV]) + + const highlightStyle = useAnimatedStyle(() => ({ + backgroundColor: interpolateColor( + highlightSV.get(), + [0, 1], + [bubbleColor, highlightColor], + ), + })) + const borderRadiusStyle = useAnimatedStyle(() => isFromSelf ? { @@ -391,7 +460,16 @@ let MessageItem = ({ a.flex_grow, !isFromSelf && isGroupChat && {paddingLeft: AVATAR_SIZE}, ]}> - {displayName && showDisplayName ? ( + {replyTo ? ( + scrollToMessage(replyTo.id)} + /> + ) : displayName && showDisplayName ? ( )} {ChatBskyEmbedJoinLink.isView(message.embed) && ( @@ -433,6 +512,7 @@ let MessageItem = ({ squaredBottomCorner || hasEmbedAndText } squaredTopCorner={squaredTopCorner} + highlightSV={highlightSV} /> )} {rt.text.length > 0 && ( @@ -444,20 +524,25 @@ let MessageItem = ({ a.rounded_xl, a.py_sm, a.px_md, + a.max_w_full, { marginTop: hasEmbedAndText ? CLUSTERED_MESSAGE_GAP : 0, - backgroundColor: isFromSelf - ? isPending - ? pendingColor - : t.palette.primary_500 - : t.palette.contrast_50, }, isFromSelf ? a.self_end : a.self_start, borderRadiusStyle, + highlightStyle, ], ]}> + {replyTo && !isOnlyEmoji(message.text) ? ( + scrollToMessage(replyTo.id)} + /> + ) : null} + ) +} + +/** + * The nested quote of the original message, rendered at the top of a reply + * bubble. Tapping it scrolls to the original (if loaded). + */ +function ReplyQuote({ + replyTo, + isFromSelf, + relatedProfiles, + onPress, +}: { + replyTo: ChatBskyConvoDefs.MessageView | ChatBskyConvoDefs.DeletedMessageView + isFromSelf: boolean + relatedProfiles: Map + onPress: () => void +}) { + const t = useTheme() + const {t: l} = useLingui() + + const senderProfile = useMaybeProfileShadow( + relatedProfiles.get(replyTo.sender.did), + ) + // Hide the quoted content if we block, or are blocked by, the original + // sender - mirroring how the message bubble itself is hidden. + const isBlocked = senderProfile ? isBlockedOrBlocking(senderProfile) : false + const senderName = + senderProfile && !isBlocked + ? createSanitizedDisplayName(senderProfile) + : null + + const tintColor = isFromSelf ? t.palette.white : t.atoms.text.color + const subtleColor = isFromSelf + ? t.palette.white + : t.atoms.text_contrast_high.color + const borderColor = isFromSelf + ? utils.alpha(t.palette.white, 0.5) + : t.atoms.border_contrast_high.borderColor + + let text: string + let subtle = false + if (isBlocked) { + text = l`Blocked message hidden` + subtle = true + } else if (ChatBskyConvoDefs.isMessageView(replyTo)) { + text = replyTo.text + if (!text.trim()) { + subtle = true + if (ChatBskyEmbedJoinLink.isView(replyTo.embed)) { + text = l`(chat invite link)` + } else if (AppBskyEmbedRecord.isView(replyTo.embed)) { + text = l`(contains embedded content)` + } else { + text = l`No text` + } + } + } else { + text = l`Deleted message` + subtle = true + } + + return ( + + ) +} diff --git a/src/components/dms/MessageItemEmbed.tsx b/src/components/dms/MessageItemEmbed.tsx index 7f7abf16c0..5014a9ff11 100644 --- a/src/components/dms/MessageItemEmbed.tsx +++ b/src/components/dms/MessageItemEmbed.tsx @@ -1,5 +1,10 @@ import {memo} from 'react' import {useWindowDimensions, View} from 'react-native' +import Animated, { + interpolateColor, + type SharedValue, + useAnimatedStyle, +} from 'react-native-reanimated' import {type $Typed, type AppBskyEmbedRecord} from '@atproto/api' import {atoms as a, native, useTheme, web} from '#/alf' @@ -15,20 +20,53 @@ let MessageItemEmbed = ({ isGroupChat, squaredTopCorner, squaredBottomCorner, + highlightSV, }: { embed: $Typed isFromSelf: boolean isGroupChat: boolean squaredTopCorner: boolean squaredBottomCorner: boolean + highlightSV: SharedValue }): React.ReactNode => { const t = useTheme() const screen = useWindowDimensions() + const restingColor = isFromSelf ? t.palette.primary_50 : t.palette.contrast_50 + const highlightColor = isFromSelf + ? t.palette.primary_300 + : t.palette.primary_100 + const highlightStyle = useAnimatedStyle(() => ({ + backgroundColor: interpolateColor( + highlightSV.get(), + [0, 1], + [restingColor, highlightColor], + ), + })) + + const radiiStyle = isFromSelf + ? { + borderBottomRightRadius: squaredBottomCorner + ? SQUARED_BORDER_RADIUS + : BORDER_RADIUS, + borderTopRightRadius: squaredTopCorner + ? SQUARED_BORDER_RADIUS + : BORDER_RADIUS, + } + : { + borderBottomLeftRadius: squaredBottomCorner + ? SQUARED_BORDER_RADIUS + : BORDER_RADIUS, + borderTopLeftRadius: squaredTopCorner + ? SQUARED_BORDER_RADIUS + : BORDER_RADIUS, + } + return ( - + - + ) diff --git a/src/components/dms/MessageItemInviteEmbed.tsx b/src/components/dms/MessageItemInviteEmbed.tsx index 92dddea35d..5d6acd93d1 100644 --- a/src/components/dms/MessageItemInviteEmbed.tsx +++ b/src/components/dms/MessageItemInviteEmbed.tsx @@ -1,5 +1,10 @@ import {memo} from 'react' import {useWindowDimensions, View} from 'react-native' +import Animated, { + interpolateColor, + type SharedValue, + useAnimatedStyle, +} from 'react-native-reanimated' import {type $Typed, type ChatBskyEmbedJoinLink} from '@atproto/api' import {useConvoActive} from '#/state/messages/convo' @@ -17,17 +22,31 @@ let MessageItemInviteEmbed = ({ isGroupChat, squaredTopCorner, squaredBottomCorner, + highlightSV, }: { embed: $Typed isFromSelf: boolean isGroupChat: boolean squaredTopCorner: boolean squaredBottomCorner: boolean + highlightSV: SharedValue }): React.ReactNode => { const t = useTheme() const screen = useWindowDimensions() const convo = useConvoActive() + const restingColor = isFromSelf ? t.palette.primary_50 : t.palette.contrast_50 + const highlightColor = isFromSelf + ? t.palette.primary_300 + : t.palette.primary_100 + const highlightStyle = useAnimatedStyle(() => ({ + backgroundColor: interpolateColor( + highlightSV.get(), + [0, 1], + [restingColor, highlightColor], + ), + })) + const code = isKnownJoinLinkPreview(embed.joinLinkPreview) ? embed.joinLinkPreview.code : undefined @@ -37,6 +56,7 @@ let MessageItemInviteEmbed = ({ - - + ) diff --git a/src/components/dms/MessageReplies.tsx b/src/components/dms/MessageReplies.tsx new file mode 100644 index 0000000000..5093d8d157 --- /dev/null +++ b/src/components/dms/MessageReplies.tsx @@ -0,0 +1,124 @@ +import { + createContext, + useCallback, + useContext, + useEffect, + useMemo, + useRef, + useState, +} from 'react' +import {type ChatBskyConvoDefs} from '@atproto/api' + +/** + * How long a message stays highlighted after scrolling to it, before the flash + * fades out. + */ +export const MESSAGE_HIGHLIGHT_DURATION_MS = 1500 + +type HighlightedMessage = { + id: string + /** + * Bumped on every highlight so that re-tapping the same reply re-triggers the + * flash even while the previous highlight is still active. + */ + key: number +} + +type MessageRepliesContextType = { + /** + * The message currently staged for reply in the composer, or null. + */ + replyTo: ChatBskyConvoDefs.MessageView | null + setReply: (message: ChatBskyConvoDefs.MessageView) => void + clearReply: () => void + /** + * Scroll the list to a message, if it's currently loaded, and flash it. No-op + * otherwise. + */ + scrollToMessage: (messageId: string) => void + /** + * The message to flash, or null. Consumers compare against their own id. + */ + highlightedMessage: HighlightedMessage | null +} + +const Context = createContext(null) + +export function useMessageReplies() { + const ctx = useContext(Context) + if (!ctx) { + throw new Error( + 'useMessageReplies must be used within a MessageRepliesProvider', + ) + } + return ctx +} + +export function MessageRepliesProvider({ + children, + scrollToMessage: scrollToMessageRaw, +}: { + children: React.ReactNode + /** + * Performs the actual scroll. Returns true if the message was found and + * scrolled to, false if it isn't currently loaded (so we know whether to + * flash it). + */ + scrollToMessage: (messageId: string) => boolean +}) { + const [replyTo, setReplyTo] = useState( + null, + ) + const [highlightedMessage, setHighlightedMessage] = + useState(null) + const highlightKey = useRef(0) + const clearHighlightTimeout = useRef | null>( + null, + ) + + const setReply = useCallback((message: ChatBskyConvoDefs.MessageView) => { + setReplyTo(message) + }, []) + + const clearReply = useCallback(() => { + setReplyTo(null) + }, []) + + const scrollToMessage = useCallback( + (messageId: string) => { + const didScroll = scrollToMessageRaw(messageId) + if (!didScroll) return + + highlightKey.current += 1 + setHighlightedMessage({id: messageId, key: highlightKey.current}) + if (clearHighlightTimeout.current) { + clearTimeout(clearHighlightTimeout.current) + } + clearHighlightTimeout.current = setTimeout(() => { + setHighlightedMessage(null) + }, MESSAGE_HIGHLIGHT_DURATION_MS) + }, + [scrollToMessageRaw], + ) + + useEffect(() => { + return () => { + if (clearHighlightTimeout.current) { + clearTimeout(clearHighlightTimeout.current) + } + } + }, []) + + const ctx = useMemo( + () => ({ + replyTo, + setReply, + clearReply, + scrollToMessage, + highlightedMessage, + }), + [replyTo, setReply, clearReply, scrollToMessage, highlightedMessage], + ) + + return {children} +} diff --git a/src/components/dms/SwipeToReply.tsx b/src/components/dms/SwipeToReply.tsx new file mode 100644 index 0000000000..3ae0347374 --- /dev/null +++ b/src/components/dms/SwipeToReply.tsx @@ -0,0 +1,196 @@ +import {useMemo} from 'react' +import {View} from 'react-native' +import {Gesture, type GestureType} from 'react-native-gesture-handler' +import Animated, { + clamp, + interpolate, + runOnJS, + useAnimatedStyle, + useReducedMotion, + useSharedValue, + withSequence, + withTiming, +} from 'react-native-reanimated' + +import {useHaptics} from '#/lib/haptics' +import {atoms as a, tokens, useTheme} from '#/alf' +import {ArrowCornerDownRight_Stroke2_Corner3_Rounded as ReplyIcon} from '#/components/icons/ArrowCornerDownRight' +import {MESSAGE_BUBBLE_MAX_WIDTH} from './util' + +// Distance the bubble must travel before releasing fires a reply. +const ACTIVATION_THRESHOLD = 56 +// Past the activation point the bubble keeps moving but with exponentially +// increasing resistance, asymptotically approaching this much extra travel. +const MAX_OVERSHOOT = 32 +const ICON_DIAMETER = 32 +// Absurdly high value so the gesture doesn't arm on the vertical axis and +// hijack list scrolling. reanimated/RNGH don't offer clean per-axis disabling. +const EFFECTIVELY_DISABLED_OFFSET = 200 + +// 1:1 up to `threshold`, then exponentially diminishing travel: the marginal +// movement decays the further you pull, easing toward a soft cap of +// `threshold + MAX_OVERSHOOT` rather than hitting a hard wall. +function applyResistance(value: number) { + 'worklet' + const abs = Math.abs(value) + if (abs <= ACTIVATION_THRESHOLD) return value + const sign = value < 0 ? -1 : 1 + const excess = abs - ACTIVATION_THRESHOLD + return ( + sign * + (ACTIVATION_THRESHOLD + + MAX_OVERSHOOT * (1 - Math.exp(-excess / MAX_OVERSHOOT))) + ) +} + +/** + * Swipe a message bubble inward to reply, Signal/WhatsApp style. Self messages + * (right-aligned) swipe left; others' messages (left-aligned) swipe right. A + * reply icon sits stationary in the gutter on the bubble's resting edge and is + * revealed (fade + scale) as the bubble slides away from it. Crossing the + * activation threshold fires a haptic; releasing past it triggers `onReply`. + * + * The pan gesture is built here but handed to `children` via a render prop so + * the consumer can compose it into the message's context-menu gestures with + * `Gesture.Exclusive`. Sharing one arbitration group is what makes the swipe + * and the long-press mutually exclusive - only one can ever win the touch. + */ +export function SwipeToReply({ + isFromSelf, + onReply, + enabled = true, + children, +}: { + isFromSelf: boolean + onReply: () => void + enabled?: boolean + children: (swipeGesture: GestureType) => React.ReactNode +}) { + const t = useTheme() + const playHaptic = useHaptics() + const isReducedMotion = useReducedMotion() + + const transX = useSharedValue(0) + const hit = useSharedValue(false) + const iconScale = useSharedValue(1) + + const swipeGesture = useMemo(() => { + const runPop = () => { + 'worklet' + if (isReducedMotion) return + iconScale.set(() => + withSequence( + withTiming(1.2, {duration: 175}), + withTiming(1, {duration: 100}), + ), + ) + } + + return ( + Gesture.Pan() + .enabled(enabled) + // Arm only on the inward axis; the outward direction is effectively + // disabled so the bubble can't be dragged off its own edge. + .activeOffsetX( + isFromSelf + ? [-10, EFFECTIVELY_DISABLED_OFFSET] + : [-EFFECTIVELY_DISABLED_OFFSET, 10], + ) + .activeOffsetY([ + -EFFECTIVELY_DISABLED_OFFSET, + EFFECTIVELY_DISABLED_OFFSET, + ]) + .onChange(e => { + 'worklet' + const dir = isFromSelf + ? Math.min(e.translationX, 0) + : Math.max(e.translationX, 0) + transX.set(applyResistance(dir)) + + const pastThreshold = Math.abs(transX.get()) >= ACTIVATION_THRESHOLD + if (pastThreshold && !hit.get()) { + hit.set(true) + runPop() + runOnJS(playHaptic)('Medium') + } else if (!pastThreshold && hit.get()) { + hit.set(false) + } + }) + .onEnd(() => { + 'worklet' + // Only a clean end (finger lifted past threshold) triggers the reply. + if (hit.get()) { + runOnJS(onReply)() + } + }) + .onFinalize(() => { + 'worklet' + // Runs on both end and cancellation, so the bubble always animates + // home even if the gesture is interrupted mid-swipe. + transX.set(withTiming(0, {duration: 200})) + hit.set(false) + }) + ) + }, [ + isFromSelf, + enabled, + onReply, + playHaptic, + isReducedMotion, + transX, + hit, + iconScale, + ]) + + const contentStyle = useAnimatedStyle(() => ({ + transform: [{translateX: transX.get()}], + })) + + const iconStyle = useAnimatedStyle(() => { + const progress = clamp(Math.abs(transX.get()) / ACTIVATION_THRESHOLD, 0, 1) + return { + opacity: progress, + transform: [ + {scale: iconScale.get() * interpolate(progress, [0, 1], [0.5, 1])}, + ], + } + }) + + return ( + + + + + + + {/* Sized + aligned to the bubble so the consumer's GestureDetector (the + context menu's, which composes `swipeGesture`) covers only the bubble, + leaving the gutter free for the back/scroll gestures. */} + + {children(swipeGesture)} + + + ) +} diff --git a/src/components/dms/util.ts b/src/components/dms/util.ts index d37c93430c..ce0d30a8fd 100644 --- a/src/components/dms/util.ts +++ b/src/components/dms/util.ts @@ -11,12 +11,18 @@ import {isBlockedOrBlocking} from '#/lib/moderation/blocked-and-muted' import {logger} from '#/logger' import {type Shadow} from '#/state/cache/profile-shadow' import {type ConvoState, ConvoStatus} from '#/state/messages/convo/types' +import {platform} from '#/alf' import {type ReportSubject} from '#/components/moderation/ReportDialog/types' import * as bsky from '#/types/bsky' export const MESSAGE_GAP_THRESHOLD_MS = 60 * 60 * 1000 export const CLUSTERED_MESSAGE_THRESHOLD_MS = 5 * 60 * 1000 +export const MESSAGE_BUBBLE_MAX_WIDTH = platform({ + web: '80%' as const, + default: '85%' as const, +}) + export function canBeMessaged(profile: bsky.profile.AnyProfileView) { switch (profile.associated?.chat?.allowIncoming) { case 'none': diff --git a/src/components/forms/AutosizedTextarea.tsx b/src/components/forms/AutosizedTextarea.tsx index 402075ea27..d81265f4da 100644 --- a/src/components/forms/AutosizedTextarea.tsx +++ b/src/components/forms/AutosizedTextarea.tsx @@ -1,4 +1,4 @@ -import {useMemo, useRef, useState} from 'react' +import {useEffect, useMemo, useRef, useState} from 'react' import { TextInput, type TextInputContentSizeChangeEvent, @@ -16,6 +16,17 @@ export type AutosizedTextareaProps = Omit & { minRows?: number maxRows?: number onUpdateHeight?: (height: number) => void + /** + * In some cases, like on native, we may not pass in an actual `value` prop. + * This prop allows Android to know if the field was cleared and thereby + * reset its height. This is a small hack required because we need to + * explicitly set the `{height: nativeHeight}` on Android. + * + * If you notice height calcuation issues after clearing the field on + * Android, check if this value is being populated and cleared properly in + * the parent component. + */ + rawValue?: string } export function AutosizedTextarea({ @@ -24,6 +35,7 @@ export function AutosizedTextarea({ minRows = 1, maxRows, onUpdateHeight, + rawValue, onChangeText: onChangeTextOuter, onContentSizeChange: onContentSizeChangeOuter, @@ -124,6 +136,22 @@ export function AutosizedTextarea({ onContentSizeChangeOuter?.(e) } + /* + * Manual height clearing required for Android because we're forced to set + * `{height: nativeHeight}` on Android, and even though `onContentSizeChange` + * fires, the height matches the existing height and we aren't able to reset. + */ + const prevRawValue = useRef(rawValue || '') + useEffect(() => { + if (!IS_ANDROID) return // everything else is fine + if (rawValue === undefined) return // uncontrolled + if (prevRawValue.current?.length && rawValue === '') { + setNativeHeight(minInputHeight) + onUpdateHeight?.(minInputHeight) + } + prevRawValue.current = rawValue + }, [rawValue, minInputHeight]) + return ( , fetchedDims: Dimensions | null, @@ -146,7 +144,7 @@ export function AutoSizedImage({ /> - {(hasAlt || isCropped) && !hideBadge ? ( + {hasAlt || isCropped ? ( {isCropped && ( diff --git a/src/components/images/Gallery/index.tsx b/src/components/images/Gallery/index.tsx index 5b0d97bc17..a9d483398c 100644 --- a/src/components/images/Gallery/index.tsx +++ b/src/components/images/Gallery/index.tsx @@ -115,7 +115,6 @@ export function Gallery({ const bps = useBreakpoints() const window = useWindowDimensions() const isWithinChat = viewContext === PostEmbedViewContext.ChatMessage - const hideBadges = isWithinQuote const contentHeight = useMemo(() => { if (isWithinChat) { return 120 @@ -250,7 +249,6 @@ export function Gallery({ onPress?.(index, [containerRef], [dims]) } onPressIn={() => onPressIn?.(index)} - hideBadge={isWithinQuote} /> ))} @@ -300,7 +298,6 @@ export function Gallery({ : undefined return ( void itemRef: (node: View | null) => void - hideBadges?: boolean largeAltBadge?: boolean onContainerRef: (index: number, ref: AnimatedRef) => void onThumbDims: (index: number, dims: Dimensions) => void @@ -499,7 +494,7 @@ function GalleryImage({ useAppleWebpCodec /> - {!hideBadges && imageCount > 1 ? ( + {imageCount > 1 ? ( ) : null} - {(hasAlt || isCropped) && !hideBadges ? ( + {hasAlt || isCropped ? ( {isCropped && ( void @@ -42,8 +42,6 @@ export function GalleryItem({ onPress, onPressIn, onLongPress, - viewContext, - isWithinQuote, insetBorderStyle, containerRefs, thumbDimsRef, @@ -53,9 +51,6 @@ export function GalleryItem({ const largeAltBadge = useLargeAltBadgeEnabled() const image = images[index] const hasAlt = !!image.alt - const hideBadges = - isWithinQuote ?? - viewContext === PostEmbedViewContext.FeedEmbedRecordWithMedia const aspect = image.aspectRatio && image.aspectRatio.height > 0 @@ -114,26 +109,24 @@ export function GalleryItem({ - {hasAlt && !hideBadges ? ( + {hasAlt ? ( diff --git a/src/components/moderation/BlockDialog.tsx b/src/components/moderation/BlockDialog.tsx index 540f1603f0..dcca625163 100644 --- a/src/components/moderation/BlockDialog.tsx +++ b/src/components/moderation/BlockDialog.tsx @@ -362,14 +362,14 @@ function MutualGroupChat({ diff --git a/src/features/inviteFriends/InviteFriendsDialogInner.tsx b/src/features/inviteFriends/InviteFriendsDialogInner.tsx index 16377c49f3..0c5673251e 100644 --- a/src/features/inviteFriends/InviteFriendsDialogInner.tsx +++ b/src/features/inviteFriends/InviteFriendsDialogInner.tsx @@ -1,4 +1,4 @@ -import {Suspense, useRef, useState} from 'react' +import {Suspense, useRef} from 'react' import {Pressable, View} from 'react-native' import type ViewShot from 'react-native-view-shot' import {setStringAsync} from 'expo-clipboard' @@ -25,6 +25,7 @@ import {IS_NATIVE} from '#/env' import {ActionButtons} from './components/ActionButtons' import {ThemedQrCard} from './components/ThemedQrCard' import {ThemePicker} from './components/ThemePicker' +import {useInviteThemeKey} from './hooks/useInviteThemeKey' import {getInviteTheme, type InviteThemeKey} from './themes' import {getInviteDisplayUrl, getInviteShareUrl} from './urls' @@ -39,7 +40,7 @@ export function InviteFriendsDialogInner({ const navigation = useNavigation() const {currentAccount} = useSession() const profileQuery = useProfileQuery({did: currentAccount?.did}) - const [themeKey, setThemeKey] = useState('day') + const [themeKey, setThemeKey] = useInviteThemeKey() const captureRef = useRef(null) const theme = getInviteTheme(themeKey) diff --git a/src/features/inviteFriends/hooks/useInviteThemeKey.ts b/src/features/inviteFriends/hooks/useInviteThemeKey.ts new file mode 100644 index 0000000000..53dff2ec8f --- /dev/null +++ b/src/features/inviteFriends/hooks/useInviteThemeKey.ts @@ -0,0 +1,14 @@ +import {device, useStorage} from '#/storage' +import {INVITE_THEMES, type InviteThemeKey} from '../themes' + +/** + * Persisted color theme for the Invite Friends QR card (APP-2409). Falls back + * to 'day' when nothing is stored or the stored key is no longer a valid + * theme. + */ +export function useInviteThemeKey() { + const [stored, setThemeKey] = useStorage(device, ['inviteFriendsThemeKey']) + const themeKey: InviteThemeKey = + stored && stored in INVITE_THEMES ? stored : 'day' + return [themeKey, setThemeKey] as const +} diff --git a/src/lib/media/video/compress.web.ts b/src/lib/media/video/compress.web.ts index 83fdfde533..96e0fc43f0 100644 --- a/src/lib/media/video/compress.web.ts +++ b/src/lib/media/video/compress.web.ts @@ -1,56 +1,323 @@ import {type ImagePickerAsset} from 'expo-image-picker' +import { + ALL_FORMATS, + type AudioCodec, + BlobSource, + BufferTarget, + canEncodeAudio, + canEncodeVideo, + Conversion, + Input, + Mp4OutputFormat, + Output, + type VideoCodec, + WebMOutputFormat, +} from 'mediabunny' import {VIDEO_MAX_SIZE} from '#/lib/constants' import {VideoTooLargeError} from '#/lib/media/video/errors' +import {logger} from '#/logger' +import {hasWebCodecs} from '#/view/com/composer/videos/metadata' +import { + COMPRESSION_MAX_DIMENSION, + COMPRESSION_MIN_SIZE_BYTES, + COMPRESSION_TARGET_BITRATE, +} from './constants' import {type CompressedVideo} from './types' -// doesn't actually compress, converts to ArrayBuffer +// Codecs to try in order of preference +// avc (H.264) is most compatible, vp9/vp8 are fallbacks for WebM +const VIDEO_CODECS: VideoCodec[] = ['avc', 'hevc', 'vp9', 'vp8'] + export async function compressVideo( asset: ImagePickerAsset, - _opts?: { + opts?: { signal?: AbortSignal onProgress?: (progress: number) => void }, ): Promise { - const {mimeType, base64} = parseDataUrl(asset.uri) - const blob = base64ToBlob(base64, mimeType) - const uri = URL.createObjectURL(blob) + const {onProgress, signal} = opts || {} + logger.debug('compress: starting', { + uri: asset.uri.slice(0, 50), + hasWebCodecs: hasWebCodecs(), + }) + + const response = await fetch(asset.uri) + const blob = await response.blob() + + const isGif = blob.type === 'image/gif' + + logger.debug('compress: fetched blob', { + size: blob.size, + mimeType: blob.type, + isGif, + minSizeForCompression: COMPRESSION_MIN_SIZE_BYTES, + }) + + // Try MediaBunny compression if WebCodecs is available and file is large enough + // Skip GIFs - MediaBunny doesn't support them + if (hasWebCodecs() && blob.size >= COMPRESSION_MIN_SIZE_BYTES && !isGif) { + try { + return await doCompression(blob, asset.uri, {onProgress, signal}) + } catch (e) { + logger.warn('compress: MediaBunny compression failed, using original', { + safeMessage: e, + }) + } + } else { + logger.debug('compress: skipping compression', { + hasWebCodecs: hasWebCodecs(), + blobSize: blob.size, + minSize: COMPRESSION_MIN_SIZE_BYTES, + }) + } + + // No compression path - just return the blob as-is if (blob.size > VIDEO_MAX_SIZE) { throw new VideoTooLargeError() } return { + uri: asset.uri, size: blob.size, - uri, bytes: await blob.arrayBuffer(), + mimeType: blob.type || 'video/mp4', + } +} + +async function findEncodableVideoCodec( + width: number, + height: number, +): Promise<{codec: VideoCodec; useWebM: boolean} | null> { + for (const codec of VIDEO_CODECS) { + const canEncode = await canEncodeVideo(codec, { + width, + height, + bitrate: COMPRESSION_TARGET_BITRATE, + }) + logger.debug('compress: checking video codec', { + codec, + canEncode, + width, + height, + }) + if (canEncode) { + // vp8/vp9 need WebM container, others use MP4 + const useWebM = codec === 'vp8' || codec === 'vp9' + return {codec, useWebM} + } + } + return null +} + +// Audio codecs to try - aac for MP4, opus for WebM +const AUDIO_CODECS_MP4: AudioCodec[] = ['aac'] +const AUDIO_CODECS_WEBM: AudioCodec[] = ['opus', 'vorbis'] + +async function findEncodableAudioCodec( + audioTrack: Awaited>, + useWebM: boolean, +): Promise<{codec: AudioCodec} | null> { + if (!audioTrack) { + return null + } + + // First check if we can decode the source audio + const canDecodeSource = await audioTrack.canDecode() + logger.debug('compress: checking audio source', { + sourceCodec: audioTrack.codec, + canDecode: canDecodeSource, + channels: audioTrack.numberOfChannels, + sampleRate: audioTrack.sampleRate, + }) + + if (!canDecodeSource) { + return null + } + + const codecsToTry = useWebM ? AUDIO_CODECS_WEBM : AUDIO_CODECS_MP4 + + for (const codec of codecsToTry) { + const canEncode = await canEncodeAudio(codec, { + numberOfChannels: audioTrack.numberOfChannels, + sampleRate: audioTrack.sampleRate, + }) + logger.debug('compress: checking audio encode codec', { + codec, + canEncode, + }) + if (canEncode) { + return {codec} + } + } + + return null +} + +async function doCompression( + blob: Blob, + originalUri: string, + opts: { + onProgress?: (progress: number) => void + signal?: AbortSignal + }, +): Promise { + const {onProgress, signal} = opts + + const input = new Input({ + source: new BlobSource(blob), + formats: ALL_FORMATS, + }) + + // Get video track to determine dimensions for codec check + const videoTrack = await input.getPrimaryVideoTrack() + if (!videoTrack) { + input.dispose() + throw new Error('No video track found') + } + + // Get audio track to check if we can encode it + const audioTrack = await input.getPrimaryAudioTrack() + + const {width, height} = calculateDimensions( + videoTrack.displayWidth, + videoTrack.displayHeight, + COMPRESSION_MAX_DIMENSION, + ) + + logger.debug('compress: video dimensions', { + original: { + width: videoTrack.displayWidth, + height: videoTrack.displayHeight, + }, + target: {width, height}, + audioCodec: audioTrack?.codec, + }) + + // Find a video codec we can encode with + const codecInfo = await findEncodableVideoCodec(width, height) + if (!codecInfo) { + input.dispose() + throw new Error('No supported video codec available') + } + + // Check if we can encode the audio + const audioCodecInfo = await findEncodableAudioCodec( + audioTrack, + codecInfo.useWebM, + ) + + logger.debug('compress: using codecs', { + video: codecInfo.codec, + audio: audioCodecInfo?.codec ?? 'none', + useWebM: codecInfo.useWebM, + }) + + const target = new BufferTarget() + const output = new Output({ + format: codecInfo.useWebM ? new WebMOutputFormat() : new Mp4OutputFormat(), + target, + }) + + // If we have audio but can't encode it, bail out and use the original + if (audioTrack && !audioCodecInfo) { + input.dispose() + throw new Error( + `Cannot encode audio codec: ${audioTrack.codec ?? 'unknown'}`, + ) + } + + const conversion = await Conversion.init({ + input, + output, + video: { + codec: codecInfo.codec, + bitrate: COMPRESSION_TARGET_BITRATE, + width, + height, + fit: 'contain', + }, + audio: audioCodecInfo ? {codec: audioCodecInfo.codec} : undefined, + }) + + if (onProgress) { + conversion.onProgress = onProgress + } + + if (signal) { + signal.addEventListener( + 'abort', + () => { + logger.debug('compress: cancelled') + void conversion.cancel() + }, + {once: true}, + ) + } + + logger.debug('compress: starting conversion') + const startTime = performance.now() + + try { + await conversion.execute() + } finally { + input.dispose() + } + + const elapsed = performance.now() - startTime + const bytes = target.buffer + + if (!bytes) { + // mediabunny's BufferTarget reports a null buffer after a successful + // execute(). Should not happen in normal use; recoverable here because + // the outer compressVideo() catches and falls back to the original blob, + // but worth flagging in Sentry so we can chase the root cause. + const err = new Error('Compression produced empty output') + logger.error(err, {}) + throw err + } + + const mimeType = codecInfo.useWebM ? 'video/webm' : 'video/mp4' + + const savedBytes = blob.size - bytes.byteLength + const savedPercent = ((savedBytes / blob.size) * 100).toFixed(1) + + logger.debug('compress: completed', { + from: blob.type, + to: mimeType, + originalSize: blob.size, + compressedSize: bytes.byteLength, + savedBytes, + savedPercent: `${savedPercent}%`, + elapsedMs: Math.round(elapsed), + }) + + if (bytes.byteLength > VIDEO_MAX_SIZE) { + throw new VideoTooLargeError() + } + + return { + uri: originalUri, + size: bytes.byteLength, + bytes, mimeType, } } -function parseDataUrl(dataUrl: string) { - const [mimeType, base64] = dataUrl.slice('data:'.length).split(';base64,') - if (!mimeType || !base64) { - throw new Error('Invalid data URL') - } - return {mimeType, base64} -} - -function base64ToBlob(base64: string, mimeType: string) { - const byteCharacters = atob(base64) - const byteArrays = [] - - for (let offset = 0; offset < byteCharacters.length; offset += 512) { - const slice = byteCharacters.slice(offset, offset + 512) - const byteNumbers = new Array(slice.length) - - for (let i = 0; i < slice.length; i++) { - byteNumbers[i] = slice.charCodeAt(i) - } - - const byteArray = new Uint8Array(byteNumbers) - byteArrays.push(byteArray) +function calculateDimensions( + width: number, + height: number, + maxDimension: number, +): {width: number; height: number} { + const maxSide = Math.max(width, height) + if (maxSide <= maxDimension) { + return {width, height} } - return new Blob(byteArrays, {type: mimeType}) + const scale = maxDimension / maxSide + return { + width: Math.round(width * scale), + height: Math.round(height * scale), + } } diff --git a/src/lib/media/video/constants.ts b/src/lib/media/video/constants.ts new file mode 100644 index 0000000000..a328c64d68 --- /dev/null +++ b/src/lib/media/video/constants.ts @@ -0,0 +1,8 @@ +// Shared compression knobs. Mirrored between native (compress.ts) and web +// (compress.web.ts) so both platforms produce videos with the same target. + +export const COMPRESSION_TARGET_BITRATE = 3_000_000 // 3 Mbps +export const COMPRESSION_MAX_DIMENSION = 1920 +// Web skips compression entirely for files under this size; native applies its +// own threshold logic inside expo-bluesky-video-compress's probe step. +export const COMPRESSION_MIN_SIZE_BYTES = 25_000_000 diff --git a/src/locale/locales/an/messages.po b/src/locale/locales/an/messages.po index 355a985252..ffcdf0a743 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-10 21:06\n" +"PO-Revision-Date: 2026-06-17 12:23\n" "Last-Translator: \n" "Language-Team: Aragonese\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:867 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" msgstr "" -#: src/components/dms/getMessageInfo.ts:73 +#: 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)" @@ -75,7 +79,7 @@ msgstr "S'ha meso {0, plural, one {# etiqueta} other {# etiquetas}} en este cont msgid "{0, plural, one {# like} other {# likes}}" msgstr "{0, plural, one {# me-fa-goyo} other {# me-fa-goyos}}" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "" @@ -97,7 +101,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:269 +#: src/components/dms/MessageItem.tsx:350 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "" @@ -118,15 +122,15 @@ msgstr "{0, plural, one {# segundo} other {# segundos}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: 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}}" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:703 msgid "{0} is blocking you" msgstr "" @@ -273,7 +277,7 @@ msgstr "{0} de 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:345 msgid "{0} reacted {1}" msgstr "" @@ -326,24 +330,22 @@ msgstr "avatar de {0}" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:143 +#: src/screens/Messages/JoinRequest.tsx:139 msgctxt "group-chat-member-count" msgid "{0}/{1}" msgstr "" #. The number of members in a group chat, in the format '{members}/{total} members'. -#. placeholder {0}: preview.memberCount -#. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 -msgid "{0}/{1} {2, plural, one {member} other {members}}" -msgstr "" - -#. The number of active group chat members out of the total number allowed. +#. The number of members in a group chat, in the format '{members}/{total} members'. #. placeholder {0}: joinLinkPreview.memberCount +#. placeholder {0}: preview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:329 -msgid "{0}/{1} members" +#. placeholder {1}: preview.memberLimit +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 +msgid "{0}/{1} {2, plural, one {member} other {members}}" msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. @@ -389,7 +391,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -397,33 +399,11 @@ msgstr "" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "{count, plural, one {# elemento no leyiu} other {# elementos no leyius}}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "" - #. 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 "" -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "" - #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" msgstr "" @@ -441,155 +421,155 @@ msgstr "{estimatedTimeHrs, plural, one {hora} other {horas}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minuto} other {minutos}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: 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" -#: 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 "A {firstAuthorLink} y a <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} mas} other {{formattedAuthorsCount} mas}} les ha feito goyo la tuya canal personalizada" -#: 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 "A {firstAuthorLink} y a <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} mas} other {{formattedAuthorsCount} mas}} les ha feito goyo la tuya publicaciรณn" -#: 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 "{firstAuthorLink} y <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} mas} other {{formattedAuthorsCount} mas}} ha republicau la tuya publicaciรณn" -#: 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 "{firstAuthorLink} y <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} mas} other {{formattedAuthorsCount} mas}} s'han rechistrau con o tuyo paquet d'inicio" -#: 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 "{firstAuthorLink} t'ha seguiu" -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} t'ha seguiu tamiรฉn" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "A {firstAuthorLink} le ha feito goyo la tuya canal personalizada" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "A {firstAuthorLink} le ha feito goyo la tuya publicaciรณn" -#: 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 "{firstAuthorLink} ha republicau la tuya publicaciรณn" -#: 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 "{firstAuthorLink} s'ha rechistrau con o tuyo paquet d'inicio" -#: 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 "{firstAuthorName} y {additionalAuthorsCount, plural, one {{formattedAuthorsCount} mas} other {{formattedAuthorsCount} mas}} t'han seguiu" -#: 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 "A {firstAuthorName} y a {additionalAuthorsCount, plural, one {{formattedAuthorsCount} mas} other {{formattedAuthorsCount} mas}} les ha feito goyo la tuya canal personalizada" -#: src/view/com/notifications/NotificationFeedItem.tsx:291 +#: src/view/com/notifications/NotificationFeedItem.tsx:297 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "A {firstAuthorName} y a {additionalAuthorsCount, plural, one {{formattedAuthorsCount} mas} other {{formattedAuthorsCount} mas}} les ha feito goyo la tuya publicaciรณn" -#: src/view/com/notifications/NotificationFeedItem.tsx: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 "{firstAuthorName} y {additionalAuthorsCount, plural, one {{formattedAuthorsCount} mas} other {{formattedAuthorsCount} mas}} han republicau la tuya publicaciรณn" -#: 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 "{firstAuthorName} y {additionalAuthorsCount, plural, one {{formattedAuthorsCount} mas} other {{formattedAuthorsCount} mas}} s'han rechistrau con o tuyo paquet d'inicio" -#: src/view/com/notifications/NotificationFeedItem.tsx: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 "{firstAuthorName} t'ha seguiu" -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} tamiรฉn t'ha seguiu" -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" msgstr "A {firstAuthorName} le ha feito goyo la tuya canal personalizada" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" msgstr "A {firstAuthorName} le ha feito goyo la tuya publicaciรณn" -#: 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 "{firstAuthorName} ha republicau la tuya publicaciรณn" -#: 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 "{firstAuthorName} s'ha rechistau con o tuyo paquet d'inicio" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "" @@ -659,12 +639,12 @@ msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "" @@ -697,6 +677,18 @@ msgstr "" msgid "{rank}." msgstr "{rank}." +#: src/components/dms/MessageItem.tsx:813 +msgid "{replierDisplayName} replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:809 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:807 +msgid "{replierDisplayName} replied to you" +msgstr "" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "" @@ -873,8 +875,8 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 #: src/screens/Messages/JoinRequests.tsx:192 #: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." @@ -955,7 +957,7 @@ msgstr "" msgid "Accepted conversations" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:113 +#: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -980,12 +982,12 @@ msgstr "Cuenta" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "Cuenta blocada" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "Cuenta seguida" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "Cuenta silenciada" @@ -1028,18 +1030,18 @@ msgstr "Cuenta sacada de l'acceso rรกpido" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "Cuenta desblocada" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "Has deixau de seguir a esta cuenta" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "Cuenta no silenciada" @@ -1054,12 +1056,13 @@ msgstr "" msgid "Activity from others" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "Anyadir" @@ -1112,11 +1115,11 @@ msgstr "Anyadir texto alternativo (opcional)" msgid "Add another account" msgstr "Anyadir una atra cuenta" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1518 msgid "Add another post" msgstr "Anyadir una atra publicaciรณn" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2181 msgid "Add another post to thread" msgstr "" @@ -1182,7 +1185,7 @@ msgstr "Anyadir parolas silenciadas y etiquetas" msgid "Add people" msgstr "Anyadir chent" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "" @@ -1214,8 +1217,8 @@ msgstr "Anyade lo siguient rechistro DNS a lo tuyo dominio:" msgid "Add this feed to your feeds" msgstr "Anyade esta canal a las tuyas canals" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "Anyadir a listas" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "" @@ -1246,8 +1249,8 @@ msgstr "" msgid "Added by invite link" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "Anyadiu a lista" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "Toz" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "" @@ -1521,7 +1524,7 @@ msgid "An error occurred while loading your lists :/" msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:81 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:103 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "I ha habiu una error en alzar lo codigo QR!" @@ -1589,8 +1592,8 @@ msgstr "I ha habiu un problema mientres intentaba ubrir lo chat." #: 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 "I ha habiu un problema. Intenta de nuevo." @@ -1643,7 +1646,7 @@ msgstr "" msgid "Anyone can interact" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:340 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" msgstr "" @@ -1796,8 +1799,8 @@ msgstr "Yes seguro que quiers eliminar este paquet d'inicio?" msgid "Are you sure you want to discard your changes?" msgstr "De seguro que quiers descartar los tuyos cambios?" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "" @@ -1814,11 +1817,11 @@ msgid "Are you sure you want to remove this from your feeds?" msgstr "Yes seguro que deseyas sacar esto d'as tuyas canals?" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 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:1654 msgid "Are you sure you'd like to discard this post?" msgstr "Seguro que quiers eliminar esta publicaciรณn?" @@ -1958,10 +1961,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2009,8 +2012,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "Blocar cuenta" @@ -2088,6 +2091,10 @@ 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." @@ -2260,7 +2267,7 @@ msgstr "" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:181 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2274,13 +2281,13 @@ msgstr "" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:363 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "Per <0>{0}" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" msgstr "" @@ -2348,10 +2355,10 @@ msgstr "" #: src/screens/Deactivated.tsx:150 #: src/screens/Messages/components/InviteLinkDialog.tsx:500 #: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,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:1732 +#: src/view/com/composer/Composer.tsx:1742 #: 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 @@ -2380,6 +2387,10 @@ msgstr "Cancelar citaciรณn" msgid "Cancel reactivation and sign out" msgstr "Cancelar la reactivaciรณn y zarrar la sesiรณn" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "Cancelar busqueda" @@ -2481,7 +2492,7 @@ msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,7 +2509,7 @@ msgid "Chat ended" msgstr "" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:256 +#: src/components/intents/GroupChatJoinDialog.tsx:269 #: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" msgstr "" @@ -2520,12 +2531,12 @@ msgctxt "toast" msgid "Chat muted" msgstr "Chat silenciau" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." msgstr "" -#: src/components/moderation/BlockDialog.tsx:292 +#: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2544,10 +2555,10 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "Achustes de chat" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Chat no silenciau" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "" @@ -2731,7 +2742,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:533 +#: src/components/dms/MessageItem.tsx:622 msgid "Click to retry failed message" msgstr "Fe clic pa reintentar mensache fallido" @@ -2745,6 +2756,7 @@ msgstr "Fe clic pa reintentar mensache fallido" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "Fe clic pa reintentar mensache fallido" #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:233 -#: src/components/intents/GroupChatJoinDialog.tsx:268 +#: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2804,10 +2816,6 @@ msgstr "Zarrar l'alerta" msgid "Close banner" msgstr "" -#: src/view/com/util/BottomSheetCustomBackdrop.tsx:36 -msgid "Close bottom drawer" -msgstr "Zarrar lo calaixo inferior" - #. Accessibility label for the button that dismisses the GIF picker error dialog. #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:223 #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:229 @@ -2822,7 +2830,7 @@ msgstr "Zarrar lo calaixo inferior" msgid "Close dialog" msgstr "Zarrar finestra" -#: src/view/shell/index.web.tsx:129 +#: src/view/shell/index.web.tsx:127 msgid "Close drawer menu" msgstr "Zarra lo menรบ lateral" @@ -2850,10 +2858,10 @@ msgstr "" msgid "Close the incoming requests banner" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:226 -#: src/components/intents/GroupChatJoinDialog.tsx:227 -#: src/components/intents/GroupChatJoinDialog.tsx:263 -#: src/components/intents/GroupChatJoinDialog.tsx:264 +#: 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 msgid "Close this dialog" msgstr "Zarrar este dialogo" @@ -2866,15 +2874,15 @@ msgstr "" msgid "Closes password update alert" msgstr "Zarra l'alerta d'actualizaciรณn de clau" -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1740 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 "Comprimir la lista d'usuarios" -#: src/view/com/notifications/NotificationFeedItem.tsx:953 +#: src/view/com/notifications/NotificationFeedItem.tsx:959 msgid "Collapses list of users for a given notification" msgstr "Comprimir la lista d'usuarios pa una notificaciรณn en particular" @@ -2920,7 +2928,7 @@ msgid "Compose new post" msgstr "Redactar una nueva publicaciรณn" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1618 +#: src/view/com/composer/Composer.tsx:1616 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -2928,11 +2936,11 @@ msgstr "" msgid "Compose reply" msgstr "Redactar la respuesta" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2578 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing video..." msgstr "Comprimindo video..." @@ -3100,7 +3108,7 @@ msgstr "Contina con o siguient paso" msgid "Conversation" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "Conversa eliminada" @@ -3127,7 +3135,7 @@ msgid "Copied build version to clipboard" msgstr "Versiรณn de compilaciรณn copiada a lo portafuellas" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3154,12 @@ msgstr "Copiau!" msgid "Copies build version to clipboard" msgstr "Copia la versiรณn de construcciรณn a lo portafuellas" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:198 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:265 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "Copiar" @@ -3159,8 +3167,8 @@ msgstr "Copiar" msgid "Copy App Password" msgstr "Copiar clau d'aplicaciรณn" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "Copiar at:// URI" @@ -3175,8 +3183,8 @@ msgid "Copy code" msgstr "Copiar codigo" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "Copiar DID" @@ -3184,7 +3192,7 @@ msgstr "Copiar DID" msgid "Copy host" msgstr "Copiar host" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:254 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" msgstr "" @@ -3210,8 +3218,8 @@ msgstr "Copia lo vinclo a la lista" msgid "Copy link to post" msgstr "Copiar lo vinclo a la publicaciรณn" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "" @@ -3219,8 +3227,8 @@ msgstr "" msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "Copiar texto d'o mensache" @@ -3249,7 +3257,7 @@ msgstr "Copiar valor de rechistro TXT" msgid "Copyright Policy" msgstr "Politica de dreitos d'autor" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" msgstr "" @@ -3261,11 +3269,11 @@ msgstr "" msgid "Could not connect to feed service" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:120 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" msgstr "" @@ -3294,7 +3302,7 @@ msgstr "" msgid "Could not leave chat" msgstr "No s'ha puesto salir d'este chat " -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." msgstr "" @@ -3308,7 +3316,7 @@ msgstr "No s'ha puesto cargar esta canal" msgid "Could not load list" msgstr "No s'ha puesto cargar esta lista" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:169 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" msgstr "" @@ -3320,7 +3328,7 @@ msgstr "No s'ha puesto silenciar lo chat" msgid "Could not process your video" msgstr "No s'ha puesto procesar lo tuyo video" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." msgstr "" @@ -3329,7 +3337,7 @@ msgstr "" msgid "Could not save changes: {0}" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" msgstr "" @@ -3394,12 +3402,12 @@ msgstr "Crea un paquet d'inicio pa yo" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:314 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3457,13 @@ msgstr "" msgid "Create moderation list" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:308 +#: 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 "Crear una cuenta nueva" -#: src/screens/Messages/ConversationSettings/index.tsx:553 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "" @@ -3479,7 +3487,7 @@ msgstr "" #. placeholder {0}: i18n.date(createdAt, { dateStyle: 'long', timeStyle: 'short', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) #: src/screens/Messages/components/InviteLinkDialog.tsx:355 -#: src/screens/Messages/ConversationSettings/index.tsx:505 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "Creau {0}" @@ -3624,7 +3632,7 @@ msgstr "" msgid "Delete conversation" msgstr "Borrar conversa" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "Borrar pa yo" @@ -3637,7 +3645,7 @@ msgstr "" msgid "Delete message" msgstr "Borrar mensache" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "Borrar mensache pa yo" @@ -3647,7 +3655,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:1630 +#: src/view/com/composer/Composer.tsx:1628 msgid "Delete post" msgstr "Borrar una publicaciรณn" @@ -3689,6 +3697,10 @@ 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 @@ -3794,9 +3806,9 @@ msgstr "Desactivau" #: 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:1411 +#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1661 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3819,14 @@ msgstr "Descartar" msgid "Discard changes?" msgstr "Descartar cambios?" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1409 #: 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:1428 -#: src/view/com/composer/Composer.tsx:1655 +#: src/view/com/composer/Composer.tsx:1426 +#: src/view/com/composer/Composer.tsx:1653 msgid "Discard post?" msgstr "Descartar la publicaciรณn?" @@ -3852,7 +3864,7 @@ msgstr "Descartar" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2499 msgid "Dismiss error" msgstr "Descartar error" @@ -3949,8 +3961,8 @@ msgstr "" #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:146 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3975,7 @@ msgstr "" msgid "Done" msgstr "Listo" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "Listo" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:520 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4087,8 +4093,8 @@ msgstr "" msgid "Edit" msgstr "Editar" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "Editar" @@ -4102,8 +4108,8 @@ msgstr "Editar avatar" msgid "Edit Feeds" msgstr "Editar canals" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "" @@ -4141,8 +4147,8 @@ msgstr "" msgid "Edit list details" msgstr "Editar los detalles d'a lista" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "" @@ -4155,7 +4161,7 @@ msgstr "" msgid "Edit My Feeds" msgstr "Editar las mรญas noticias" -#: src/screens/Messages/ConversationSettings/index.tsx:540 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "" @@ -4184,8 +4190,8 @@ msgstr "Editar lo perfil" msgid "Edit starter pack" msgstr "Editar paquet d'inicio" -#: src/screens/Messages/ConversationSettings/index.tsx:486 -#: src/screens/Messages/ConversationSettings/index.tsx:539 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "" @@ -4402,7 +4408,7 @@ msgstr "Cambia a pantalla completa" msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2598 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Error" @@ -4481,7 +4487,7 @@ msgstr "Salir de pantalla completa" msgid "Expand alt text" msgstr "Expandir lo texto alt" -#: src/view/com/notifications/NotificationFeedItem.tsx:606 +#: src/view/com/notifications/NotificationFeedItem.tsx:612 msgid "Expand list of users" msgstr "Expandir lista d'usuarios" @@ -4596,8 +4602,8 @@ msgstr "" msgid "Failed to accept join request" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "" @@ -4606,6 +4612,10 @@ msgstr "" msgid "Failed to add members" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "" @@ -4615,7 +4625,7 @@ msgid "Failed to change handle. Please try again." msgstr "No s'ha puesto cambiar l'identificador. Torna-lo a intentar." #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:129 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "" @@ -4664,7 +4674,7 @@ msgstr "" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:374 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "" @@ -4692,7 +4702,7 @@ msgstr "" msgid "Failed to ignore join request" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:137 +#: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4700,14 +4710,14 @@ msgstr "" msgid "Failed to launch SMS app" msgstr "" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:401 +#: 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 "" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "" @@ -4753,15 +4763,20 @@ msgstr "Error en cargar las canals sucheridas" msgid "Failed to load suggested follows" msgstr "Error en cargar las sucherencias de seguimiento" -#: src/screens/Messages/ConversationSettings/index.tsx:426 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +msgid "Failed to mark all chats as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 +#: src/view/shell/bottom-bar/BottomBar.tsx:450 msgid "Failed to mark all requests as read" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:390 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "" @@ -4783,12 +4798,16 @@ msgstr "" msgid "Failed to remove data. {0}" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:111 +#: 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 "" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "" @@ -4802,7 +4821,7 @@ msgstr "" msgid "Failed to remove verification" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:180 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." msgstr "" @@ -4811,7 +4830,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:648 +#: src/view/com/composer/Composer.tsx:646 msgid "Failed to save draft" msgstr "" @@ -4854,7 +4873,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "Error en cambiar lo estau de silencio d'o filo, per favor intenta de nuevo" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:435 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "" @@ -5116,16 +5135,16 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 "Seguir" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "Seguir {0}" @@ -5149,8 +5168,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "Sigue 7 cuentas" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "Seguir cuenta" @@ -5173,9 +5192,9 @@ msgstr "" #. 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:423 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "Seguir tamiรฉn" @@ -5211,7 +5230,7 @@ msgstr "Seguiu per <0>{0} y <1>{1}" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "Seguiu per <0>{0}, <1>{1}, y {2, plural, one {# other} other {# others}}" -#: src/components/intents/GroupChatJoinDialog.tsx:339 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" msgstr "" @@ -5231,10 +5250,10 @@ msgstr "Seguidors que conoixes" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 "Seguindo" @@ -5249,7 +5268,7 @@ msgstr "Seguindo" #. 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 "Seguindo {0}" @@ -5467,7 +5486,7 @@ msgstr "" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2603 msgid "GIF uploaded" msgstr "" @@ -5526,8 +5545,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "Ir ta l'inicio" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "" @@ -5538,8 +5557,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "" @@ -5547,7 +5566,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 "" @@ -5622,9 +5641,9 @@ msgstr "" msgid "Grooming or predatory behavior" msgstr "" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:321 -#: src/screens/Messages/JoinRequest.tsx:129 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" msgstr "" @@ -5632,17 +5651,17 @@ msgstr "" msgid "Group chat invite link dialog" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:417 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:382 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "" @@ -5653,12 +5672,12 @@ msgid "Group chat settings" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:385 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "" @@ -5682,12 +5701,12 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "" @@ -5829,7 +5848,7 @@ msgstr "Lista amagada" msgid "Hide" msgstr "Amagar" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "Amagar" @@ -5904,7 +5923,7 @@ msgstr "Quiers amagar las tendencias?" msgid "Hide trending videos?" msgstr "Quiers amagar los videos en tendencias?" -#: src/view/com/notifications/NotificationFeedItem.tsx:951 +#: src/view/com/notifications/NotificationFeedItem.tsx:957 msgid "Hide user list" msgstr "Amagar lista d'usuarios" @@ -5960,7 +5979,7 @@ msgstr "Aguarte! Somos dando acceso a videos gradualment, y encara yes en a list #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6210,7 +6229,7 @@ msgstr "" msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "" @@ -6268,7 +6287,7 @@ msgstr "" msgid "Invalid 2FA confirmation code." msgstr "Codigo de confirmaciรณn 2FA no ye valido." -#: src/components/intents/GroupChatJoinDialog.tsx:147 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." msgstr "" @@ -6290,7 +6309,7 @@ msgstr "" msgid "Invalid report subject" msgstr "Obchecto de reporte invalido" -#: src/components/intents/GroupChatJoinDialog.tsx:187 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." msgstr "" @@ -6315,15 +6334,15 @@ 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:140 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:155 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6336,17 +6355,17 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:335 #: src/screens/Messages/components/InviteLinkDialog.tsx:514 #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 -#: src/screens/Messages/ConversationSettings/index.tsx:556 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:213 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" msgstr "" @@ -6410,7 +6429,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:2520 +#: src/view/com/composer/Composer.tsx:2518 msgid "Job ID: {0}" msgstr "ID de fayena: {0}" @@ -6420,7 +6439,7 @@ msgid "Jobs" msgstr "Fayenas" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:282 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" msgstr "" @@ -6431,12 +6450,12 @@ msgstr "" msgid "Join Bluesky" msgstr "Une-te a Bluesky" -#: src/components/intents/GroupChatJoinDialog.tsx:71 -#: src/components/intents/GroupChatJoinDialog.tsx:448 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:176 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." msgstr "" @@ -6450,8 +6469,8 @@ msgstr "Une-te a la conversa" msgid "Journalism" msgstr "Periodismo" -#: src/view/com/composer/Composer.tsx:1461 -#: src/view/com/composer/Composer.tsx:1471 +#: src/view/com/composer/Composer.tsx:1459 +#: src/view/com/composer/Composer.tsx:1469 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6609,7 +6628,7 @@ msgid "Learn more." msgstr "Aprender-ne mas." #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:590 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "Deixar" @@ -6623,8 +6642,8 @@ msgstr "Deixar" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "Deixar chat" @@ -6644,12 +6663,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "Deixar conversa" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:589 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "" @@ -6658,11 +6677,11 @@ msgstr "" msgid "Leaving Bluesky" msgstr "Salir de Bluesky" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: src/screens/Messages/ConversationSettings/prompts.tsx:153 msgid "Leaving this chat will lock it permanently and you wonโ€™t be able to rejoin." msgstr "" -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." msgstr "" @@ -6935,9 +6954,9 @@ msgstr "Cargar notificacions nuevas" msgid "Load new posts" msgstr "Cargar publicacions nuevas" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "" @@ -6954,23 +6973,23 @@ msgstr "" msgid "Loading..." msgstr "Cargando..." -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:568 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "" @@ -7051,6 +7070,16 @@ msgstr "Chestiona las tuyas parolas y etiquetas silenciadas" msgid "Mark all as read" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:459 +#: src/view/shell/bottom-bar/BottomBar.tsx:463 +msgid "Mark all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:467 +#: src/view/shell/bottom-bar/BottomBar.tsx:471 +msgid "Mark all requests as read" +msgstr "" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7089,14 @@ msgstr "Marcar como leyiu" msgid "Marked all as read" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,7 +7120,7 @@ msgstr "" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Fichers multipedia que pueden estar perturbadors u no adecuaus pa ciertas audiencias." -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." msgstr "" @@ -7092,7 +7129,7 @@ msgstr "" msgid "Members" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "" @@ -7111,13 +7148,13 @@ msgstr "Mencions" msgid "Menu" msgstr "Menรบ" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 +#: 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" @@ -7132,7 +7169,7 @@ msgstr "Mensache {0}" msgid "Message {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "Mensache eliminau" @@ -7141,13 +7178,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Mensache eliminau" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:616 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "" @@ -7156,21 +7193,21 @@ msgstr "" msgid "Message from server: {0}" msgstr "Mensache d'o servidor: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "Campo de dentrada de mensache" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "" @@ -7178,11 +7215,11 @@ msgstr "" msgid "Messages" msgstr "Mensaches" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:715 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:621 +#: src/components/dms/MessageItem.tsx:710 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7219,8 +7256,8 @@ msgstr "Detalles de moderaciรณn" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "Lista de moderaciรณn per {0}" @@ -7228,7 +7265,7 @@ msgstr "Lista de moderaciรณn per {0}" msgid "Moderation list by <0/>" msgstr "Lista de moderaciรณn per <0/>" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "Lista de moderaciรณn per tu" @@ -7281,8 +7318,8 @@ msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "Mas opcions" @@ -7302,7 +7339,7 @@ msgstr "Cintas" msgid "Music" msgstr "Mosica" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "Silenciar" @@ -7320,8 +7357,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "Cuenta muda" @@ -7347,7 +7384,7 @@ msgstr "Silenciar la lista" msgid "Mute these accounts?" msgstr "Silenciar estas cuentas?" -#: src/screens/Messages/ConversationSettings/index.tsx:530 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "" @@ -7389,7 +7426,7 @@ msgstr "Silenciar parolas y etiquetas" msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "" @@ -7480,7 +7517,7 @@ 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:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "Nuevo" @@ -7490,21 +7527,21 @@ msgctxt "action" msgid "New" msgstr "Nuevo" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: 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:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "Nuevo chat" @@ -7592,11 +7629,11 @@ msgctxt "action" msgid "New post" msgstr "Nueva publicaciรณn" -#: 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 "" @@ -7718,7 +7755,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 "Ya no sigues a {0}" @@ -7726,7 +7763,7 @@ msgstr "Ya no sigues a {0}" msgid "No media yet" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "No i hai mensaches encara" @@ -7763,7 +7800,7 @@ msgstr "" msgid "No one but the author can quote this post." msgstr "Dengรบn, fueras de l'autor, puede citar esta publicaciรณn." -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "" @@ -7831,6 +7868,11 @@ 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" @@ -7895,7 +7937,7 @@ msgstr "No trobau" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "Nota sobre compartir" @@ -7931,7 +7973,7 @@ msgstr "Sons de notificaciรณn" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8017,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:633 +#: src/components/dms/MessageItem.tsx:722 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8008,11 +8050,11 @@ 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:862 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:861 +#: src/view/com/composer/Composer.tsx:859 msgid "One or more images is missing alt text." msgstr "Falta lo texto alternativo en una u cuantas imรกchens." @@ -8024,11 +8066,11 @@ msgstr "" 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:657 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:869 msgid "One or more videos is missing alt text." msgstr "Falta lo texto alternativo d'uno u mas videos." @@ -8041,7 +8083,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:234 +#: src/view/com/composer/Composer.tsx:233 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8053,7 +8095,7 @@ msgstr "" msgid "Only admins can ignore join requests." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:145 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." msgstr "" @@ -8068,12 +8110,12 @@ msgid "Only image files are supported" msgstr "Nomรกs s'admite fichers d'imachen" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:222 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:292 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" msgstr "" @@ -8107,7 +8149,7 @@ msgid "Open camera" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:437 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" msgstr "" @@ -8115,8 +8157,8 @@ msgstr "" msgid "Open chat member options for {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "Ubrir opcions de conversaciรณn" @@ -8128,9 +8170,9 @@ msgstr "" msgid "Open drawer menu" msgstr "Ubrir lo menรบ lateral" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2158 msgid "Open emoji picker" msgstr "Ubrir selector d'emoji" @@ -8151,7 +8193,7 @@ msgstr "" msgid "Open Germ DM" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" msgstr "" @@ -8166,11 +8208,11 @@ msgid "Open in Google Translate" msgstr "" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "Ubrir vinclo a {niceUrl}" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "Ubrir opcions de mensache" @@ -8221,7 +8263,7 @@ msgstr "Ubrir pachina d'historico" msgid "Open system log" msgstr "Ubrir rechistro d'o sistema" -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" msgstr "" @@ -8275,13 +8317,13 @@ msgstr "" msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" -#: src/screens/Messages/JoinRequest.tsx:309 +#: 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 "Ubre lo fluxo pa crear una nueva cuenta de Bluesky" -#: src/screens/Messages/JoinRequest.tsx:295 +#: 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" @@ -8341,7 +8383,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 "Ubre este perfil" @@ -8513,6 +8555,16 @@ msgstr "Personas seguindo a @{0}" msgid "People I follow" msgstr "" +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "" @@ -8813,7 +8865,7 @@ msgstr "Politica" msgid "Porn" msgstr "Pornografรญa" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post" msgstr "Publicar" @@ -8833,12 +8885,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Post All" msgstr "Publicar-lo tot" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1468 msgid "Post anyway" msgstr "" @@ -9015,11 +9067,11 @@ msgstr "Politica de privacidat" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2592 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing video..." msgstr "Procesando video..." @@ -9031,7 +9083,7 @@ msgstr "Procesando..." msgid "profile" msgstr "perfil" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9117,22 @@ 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:1792 +#: src/view/com/composer/Composer.tsx:1790 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:1785 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:1774 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:1779 msgid "Publish reply" msgstr "" @@ -9109,7 +9161,7 @@ msgid "QR code has been downloaded!" msgstr "Lo codigo QR ha estau descargau!" #: src/components/StarterPack/QrCodeDialog.tsx:122 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "Codigo QR alzau en o tuyo carret de fotos!" @@ -9172,8 +9224,8 @@ msgstr "" msgid "React with {emoji}" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "" @@ -9268,10 +9320,6 @@ msgstr "Recomendacions" msgid "Reconnect" msgstr "Reconnectar" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "" - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" @@ -9291,12 +9339,14 @@ msgstr "" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "Recargar conversacions" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9355,9 @@ msgstr "Recargar conversacions" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "Eliminar" @@ -9326,7 +9375,7 @@ msgstr "Eliminar a {displayName} d'o paquet inicial" msgid "Remove {displayName} from this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" msgstr "" @@ -9443,14 +9492,14 @@ msgstr "Sacar esta canal d'as tuyas canals alzadas" msgid "Remove unavailable moderation services" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "" @@ -9466,8 +9515,8 @@ msgstr "Eliminau per autor" msgid "Removed by you" msgstr "Eliminau per tu" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "Eliminau d'a lista" @@ -9535,6 +9584,14 @@ msgctxt "description" msgid "Replied to you" msgstr "" +#: src/components/dms/MessageItem.tsx:883 +msgid "Replied-to message from {senderName}, tap to scroll to it" +msgstr "" + +#: src/components/dms/MessageItem.tsx:884 +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 @@ -9552,7 +9609,12 @@ msgstr "Respuestas deshabilitadas" msgid "Replies to this post are disabled." msgstr "Las respuestas en esta publicaciรณn son deshabilitadas." -#: src/view/com/composer/Composer.tsx:1804 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "Responder" + +#: src/view/com/composer/Composer.tsx:1802 msgctxt "action" msgid "Reply" msgstr "Responder" @@ -9590,14 +9652,14 @@ msgstr "Visibilidat d'a respuesta actualizada" msgid "Reply was successfully hidden" msgstr "La respuesta s'ha amagau correctament" -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:582 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "Denunciar" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "Denunciar cuenta" @@ -9623,7 +9685,7 @@ msgstr "Denunciar canal" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "Denunciar mensache" @@ -9657,7 +9719,7 @@ msgstr "" msgid "Report this feed" msgstr "Denunciar esta canal" -#: src/screens/Messages/ConversationSettings/index.tsx:581 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "" @@ -9737,7 +9799,7 @@ msgstr "Republicacions d'esta publicaciรณn" msgid "Reposts of your reposts" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:447 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" msgstr "" @@ -9755,7 +9817,7 @@ msgid "Request ignored." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:281 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" msgstr "" @@ -9764,7 +9826,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "" @@ -9791,9 +9853,9 @@ msgstr "Requeriu pa este furnidor" msgid "Required in your region" msgstr "Requeriu en a tuya rechiรณn" -#: src/components/intents/GroupChatJoinDialog.tsx:296 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:310 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:115 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:117 msgid "Rescind request" msgstr "" @@ -9872,7 +9934,7 @@ 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:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 #: src/screens/Messages/JoinRequests.tsx:361 @@ -9928,7 +9990,7 @@ msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10015,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:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Alzar cambios" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1421 #: 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:1449 #: 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:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10022,13 +10084,13 @@ msgid "Saved to your feeds" msgstr "Alzau en as tuyas canals" #: 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 "Di ola!" -#: src/screens/Messages/ChatList.tsx:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "" @@ -10058,6 +10120,10 @@ msgstr "" msgid "Scroll right" msgstr "" +#: src/components/dms/MessageItem.tsx:774 +msgid "Scroll to the message this is replying to" +msgstr "" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "Desplazar enta alto" @@ -10067,7 +10133,7 @@ msgstr "Desplazar enta alto" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Buscar" @@ -10148,8 +10214,8 @@ msgstr "" msgid "Search my posts" msgstr "Mirar en as mรญas publicacions" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "Mirar en publicacions" @@ -10425,8 +10491,8 @@ msgstr "" msgid "Send feedback" msgstr "Ninviar comentarios" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "Ninviar mensache" @@ -10460,7 +10526,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:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "" @@ -10565,7 +10631,7 @@ msgstr "Actividat sexual u desnudez erotica." msgid "Sexually Suggestive" msgstr "Sexualment suchestivo" -#: 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 @@ -10577,7 +10643,7 @@ msgstr "Sexualment suchestivo" msgid "Share" msgstr "Compartir" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "Compartir de totas trazas" @@ -10641,8 +10707,8 @@ msgstr "Comparte este paquet d'inicio y aduya a las personas a unir-se a la tuya #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "" @@ -10796,15 +10862,15 @@ msgstr "Amuestra lo conteniu" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:294 -#: src/screens/Messages/JoinRequest.tsx:300 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,7 +10896,7 @@ msgstr "" msgid "Sign in or create your account to join the conversation!" msgstr "Inicia sesiรณn u crea una cuenta pa unir-te a la conversaciรณn!" -#: src/screens/Messages/JoinRequest.tsx:220 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." msgstr "" @@ -10842,7 +10908,7 @@ msgstr "Entrar con una cuenta que no ye en a lista" msgid "Sign in to Bluesky or create a new account" msgstr "Inicia sesiรณn en Bluesky u crea una nueva cuenta" -#: src/screens/Messages/JoinRequest.tsx:219 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." msgstr "" @@ -10900,7 +10966,7 @@ msgstr "Blincar" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1466 msgid "Skip empty posts?" msgstr "" @@ -10971,12 +11037,12 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:347 msgid "Someone reacted {0}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "" @@ -10996,10 +11062,6 @@ msgstr "" msgid "Someone was removed from the group" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "" - #: 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 "Bella cosa no yera bien en os datos que yes mirando de denunciar. Contacta con o soporte." @@ -11043,8 +11105,8 @@ msgstr "Bella cosa va mal? Fe-nos-lo saber." 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 "La tuya sesiรณn ha caducau. Torna a iniciar sesiรณn." @@ -11214,13 +11276,13 @@ msgid "Subscribe" msgstr "Subscribir-se" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "" @@ -11255,7 +11317,7 @@ msgstr "" msgid "Success!" msgstr "Exito!" -#: src/components/intents/GroupChatJoinDialog.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" msgstr "" @@ -11355,7 +11417,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:572 +#: src/components/dms/MessageItem.tsx:661 msgid "Tap for details" msgstr "" @@ -11390,7 +11452,7 @@ msgid "Tap to dismiss" msgstr "Toca pa descartar" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:453 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" msgstr "" @@ -11398,34 +11460,34 @@ msgstr "" msgid "Tap to open this group chat" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:452 +#: src/components/intents/GroupChatJoinDialog.tsx:468 msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:537 +#: src/components/dms/MessageItem.tsx:626 msgid "Tap to retry" msgstr "" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:373 msgid "Tap to view reactions" msgstr "" @@ -11528,7 +11590,7 @@ msgstr "Ixo ye tot!" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "La cuenta podrรก interactuar con tu dimpuรฉs de desblocar-la." @@ -11594,7 +11656,7 @@ msgstr "Los achustes siguients serรกn usaus por defecto cuan se creyen nuevas pu msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:155 +#: src/components/intents/GroupChatJoinDialog.tsx:165 #: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." msgstr "" @@ -11621,7 +11683,7 @@ msgstr "Pareix que lo servidor ye experimentando problemas. Torna-lo a intentar msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "Lo paquet d'inicio que intentas veyer ye invalido. Puez eliminar este paquet d'inicio en o suyo puesto." -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "" @@ -11665,8 +11727,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "" #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:182 +#: 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 "" @@ -11693,7 +11755,7 @@ msgstr "I ha habiu un problema en obtener las notificacions. Toca aquรญ pa inten msgid "There was an issue fetching posts. Tap here to try again." msgstr "I ha habiu un problema en obtener las publicacions. Toca aquรญ pa intentar de nuevo." -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "I ha habiu un problema en obtener la lista. Toca aquรญ pa intentar de nuevo." @@ -11733,12 +11795,12 @@ msgstr "I ha habiu un problema en actualizar las tuyas canals, compreba la tuya #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "I ha habiu un problema {0}" @@ -11778,7 +11840,7 @@ msgstr "Estes achustes nomรกs afectan a la canal \"Seguindo\"" msgid "They own this chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." msgstr "" @@ -11828,22 +11890,22 @@ msgstr "" 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 "" -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:287 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:430 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" msgstr "" @@ -11881,7 +11943,7 @@ msgstr "Este conteniu no ye disponible perque un d'os usuarios involucraus ha bl msgid "This content is not viewable without a Bluesky account." msgstr "Este conteniu no se puede veyer sin una cuenta de Bluesky." -#: src/components/intents/GroupChatJoinDialog.tsx:141 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." msgstr "" @@ -11931,7 +11993,7 @@ msgstr "Esta canal ye vueda." msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "Esta canal ya no ye en linia. Somos amostrando <0>Descubrir en cuenta." -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" msgstr "" @@ -11947,11 +12009,11 @@ msgstr "" msgid "This information is private and not shared with other users." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:151 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:223 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" msgstr "" @@ -11997,17 +12059,17 @@ msgstr "Esta lista โ€“ creada per tu โ€“ contiene posibles violacions d'as direc msgid "This list is empty." msgstr "Esta lista ye vueda." -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:688 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:658 +#: src/components/dms/MessageItem.tsx:684 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12045,11 +12107,11 @@ 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:1043 +#: src/view/com/composer/Composer.tsx:1041 msgid "This post's author has disabled quote posts." msgstr "L'autor d'esta publicaciรณn ha deshabilitau las citas de publicacions." -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "Este perfil nomรกs ye visible pa usuarios rechistraus. No serรก visible pa personas no rechistradas." @@ -12242,8 +12304,8 @@ msgstr "" msgid "Topic" msgstr "Tema" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,7 +12375,7 @@ msgctxt "action" msgid "Try again" msgstr "Tornar a intentar" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." msgstr "" @@ -12335,7 +12397,7 @@ msgstr "Televisiรณn" msgid "Two-factor authentication (2FA)" msgstr "Autorizaciรณn con dos factors (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "Escribe lo tuyo mensache aquรญ" @@ -12401,7 +12463,7 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:726 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12409,14 +12471,14 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:211 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "Desblocar" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "Desblocar" @@ -12427,8 +12489,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "Desblocar cuenta" @@ -12437,7 +12499,7 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "Desblocar cuenta?" @@ -12474,12 +12536,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Desfer la republicaciรณn ({0, plural, one {# republicaciรณn} other {# republicaciones}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "Deixar de seguir a {0}" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "Deixar de seguir esta cuenta" @@ -12521,11 +12583,11 @@ msgstr "Ya no me fa goyo" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Ya no me fa goyo ({0, plural, one {# me-fa-goyo} other {# me-fa-goyos}})" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:567 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "" @@ -12548,8 +12610,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "Deixar de silenciar cuenta" @@ -12562,7 +12624,7 @@ msgstr "Deixar de silenciar conversaciรณn" msgid "Unmute list" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:529 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "" @@ -12641,7 +12703,7 @@ msgstr "Dau de baixa d'a lista" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1557 +#: src/view/com/composer/Composer.tsx:1555 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -12654,12 +12716,9 @@ msgstr "" msgid "Update" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "Actualizar <0>{displayName} en Listas" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" msgstr "" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 @@ -12669,6 +12728,10 @@ msgstr "" msgid "Update email" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 #: src/screens/Messages/components/InviteLinkDialog.tsx:303 @@ -12680,14 +12743,6 @@ msgstr "" msgid "Update to {domain}" msgstr "Actualizar a {domain}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "" - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "" @@ -12736,7 +12791,7 @@ msgstr "Puyar dende los tuyos fichers" msgid "Upload from Library" msgstr "Puyar dende la biblioteca" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2585 msgid "Uploading GIF..." msgstr "" @@ -12750,7 +12805,7 @@ msgstr "Cargando imรกchens..." msgid "Uploading link thumbnail..." msgstr "Cargando thumbnail d'o vinclo..." -#: src/view/com/composer/Composer.tsx:2589 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading video..." msgstr "Cargando video..." @@ -12826,7 +12881,7 @@ msgid "User Blocks You" msgstr "Usuario te bloca" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "Lista d'usuarios per {0}" @@ -12835,7 +12890,7 @@ msgstr "Lista d'usuarios per {0}" msgid "User List by {0}" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "Lista d'usuarios per tu" @@ -12875,16 +12930,6 @@ msgstr "usuarios seguius per <0>@{0}" msgid "users following <0>@{0}" msgstr "usuarios que siguen a <0>@{0}" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "Valor:" @@ -12912,8 +12957,8 @@ msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "" @@ -13039,7 +13084,7 @@ msgstr "Video no trobau." msgid "Video settings" msgstr "Configuraciรณn d'o video" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2605 msgid "Video uploaded" msgstr "Video cargau" @@ -13056,14 +13101,14 @@ msgstr "Videos" msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1150 +#: src/view/com/composer/Composer.tsx:1148 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "" @@ -13078,7 +13123,7 @@ msgstr "Veyer l'avatar de {0}" #: 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 "Veyer lo perfil de {0}" @@ -13092,7 +13137,7 @@ msgstr "" msgid "View {displayName}โ€™s profile" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "" @@ -13145,7 +13190,7 @@ msgstr "Veyer mas" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1143 msgid "View post" msgstr "" @@ -13162,10 +13207,10 @@ msgstr "Veyer perfil" msgid "View profile banner" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "" @@ -13173,7 +13218,7 @@ msgstr "" msgid "View the avatar" msgstr "Veyer l'avatar" -#: src/screens/Messages/ConversationSettings/index.tsx:554 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "" @@ -13441,7 +13486,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:1039 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." @@ -13492,7 +13537,7 @@ msgid "What do you want to call your starter pack?" msgstr "Cรณmo quiers clamar a lo tuyo paquet d'inicio?" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1519 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Quรฉ fas?" @@ -13519,7 +13564,7 @@ msgid "Who can verify?" msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "Vai!" @@ -13578,7 +13623,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:1437 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13587,12 +13632,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1617 +#: src/view/com/composer/Composer.tsx:1615 msgid "Write post" msgstr "Redacta una publicaciรณn" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1517 msgid "Write your reply" msgstr "Redacta una respuesta" @@ -13658,7 +13703,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:610 +#: src/components/dms/MessageItem.tsx:699 msgid "You are blocking {0}" msgstr "" @@ -13764,11 +13809,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:221 +#: src/view/com/composer/Composer.tsx:220 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:1442 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13803,8 +13848,8 @@ msgstr "" 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:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:115 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13839,7 +13884,7 @@ msgstr "No tiens garra canal alzada." msgid "You got here first" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:166 +#: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and canโ€™t join it using this link." msgstr "" @@ -13884,6 +13929,7 @@ msgstr "Has silenciau esta cuenta." msgid "You have muted this user" msgstr "Has silenciau esta cuenta" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "No tiens garra lista." @@ -13912,7 +13958,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:1434 +#: src/view/com/composer/Composer.tsx:1432 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -13970,7 +14016,7 @@ msgstr "" msgid "You may only add up to 3 feeds" msgstr "Nomรกs puez anyadir dica 3 canals" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." msgstr "" @@ -13983,7 +14029,7 @@ msgid "You must be following at least seven other people to generate a starter p msgstr "Has de seguir a lo menos a siet personas mas pa chenerar un paquet d'inicio." #: src/components/StarterPack/QrCodeDialog.tsx:69 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:89 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" @@ -14009,12 +14055,12 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:259 +#: src/components/dms/MessageItem.tsx:340 msgid "You reacted {0}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "" @@ -14023,8 +14069,20 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" +#: src/components/dms/MessageItem.tsx:804 +msgid "You replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:802 +msgid "You replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:800 +msgid "You replied to yourself" +msgstr "" + #. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 msgid "You requested to join" msgstr "" @@ -14050,12 +14108,12 @@ msgstr "Agora recibirรกs notificacions d'este filo" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "Ninviamos un codigo de reinicio a lo tuyo correu. Escribe ixe codigo aquรญ y dimpuรฉs escribe la tuya nueva clau." -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "" #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "" @@ -14127,7 +14185,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:646 +#: src/view/com/composer/Composer.tsx:644 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14199,11 +14257,11 @@ msgstr "Los tuyos chats son estau deshabilitaus" 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 "" @@ -14295,11 +14353,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:1141 +#: src/view/com/composer/Composer.tsx:1139 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1136 msgid "Your posts were sent" msgstr "" @@ -14320,7 +14378,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:1140 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your reply was sent" msgstr "" @@ -14333,7 +14391,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:1469 +#: src/view/com/composer/Composer.tsx:1467 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 707665fb9e..7c68a46bfb 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-10 21:06\n" +"PO-Revision-Date: 2026-06-17 12:23\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,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:876 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" msgstr "" -#: src/components/dms/getMessageInfo.ts:73 +#: src/components/dms/getMessageInfo.ts:105 +#: src/components/dms/MessageItem.tsx:878 +#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "" @@ -75,7 +79,7 @@ msgstr "" msgid "{0, plural, one {# like} other {# likes}}" msgstr "" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "" @@ -97,7 +101,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:269 +#: src/components/dms/MessageItem.tsx:335 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "" @@ -118,15 +122,15 @@ msgstr "" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "" @@ -199,13 +203,13 @@ msgid "{0} <0>in <1>text & tags" msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:41 +#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:44 msgid "{0} added to chat" msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:43 +#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:46 msgid "{0} and {1} added to chat" msgstr "" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:712 msgid "{0} is blocking you" msgstr "" @@ -273,7 +277,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:330 msgid "{0} reacted {1}" msgstr "" @@ -299,7 +303,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:46 +#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 msgid "{0}, {1} and {memberCount, plural, one {# other} other {# others}} added to chat" msgstr "" @@ -326,24 +330,22 @@ msgstr "" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:136 +#: src/screens/Messages/JoinRequest.tsx:139 msgctxt "group-chat-member-count" msgid "{0}/{1}" msgstr "" #. The number of members in a group chat, in the format '{members}/{total} members'. -#. placeholder {0}: preview.memberCount -#. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 -msgid "{0}/{1} {2, plural, one {member} other {members}}" -msgstr "" - -#. The number of active group chat members out of the total number allowed. +#. The number of members in a group chat, in the format '{members}/{total} members'. #. placeholder {0}: joinLinkPreview.memberCount +#. placeholder {0}: preview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:307 -msgid "{0}/{1} members" +#. placeholder {1}: preview.memberLimit +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 +msgid "{0}/{1} {2, plural, one {member} other {members}}" msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. @@ -377,7 +379,7 @@ msgstr "" msgid "{0}s" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:427 +#: src/screens/Messages/JoinRequests.tsx:433 msgid "{count, plural, =0 {No requests to join} one {# request to join} other {# requests to join}}" msgstr "" @@ -389,7 +391,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -397,33 +399,11 @@ msgstr "" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "" - #. Displayed when there are more requests to join a group chat than have been loaded -#: src/screens/Messages/JoinRequests.tsx:421 +#: src/screens/Messages/JoinRequests.tsx:427 msgid "{count, plural, other {#+ requests to join}}" msgstr "" -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "" - #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" msgstr "" @@ -659,12 +639,12 @@ msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "" @@ -697,6 +677,18 @@ msgstr "" msgid "{rank}." msgstr "" +#: src/components/dms/MessageItem.tsx:822 +msgid "{replierDisplayName} replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:818 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:816 +msgid "{replierDisplayName} replied to you" +msgstr "" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "" @@ -873,10 +875,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 -#: src/screens/Messages/JoinRequests.tsx:187 -#: src/screens/Messages/JoinRequests.tsx:219 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 +#: src/screens/Messages/JoinRequests.tsx:192 +#: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." msgstr "" @@ -928,7 +930,7 @@ msgid "Accept" msgstr "" #. Accept a request to join a chat -#: src/screens/Messages/JoinRequests.tsx:458 +#: src/screens/Messages/JoinRequests.tsx:464 msgctxt "button" msgid "Accept" msgstr "" @@ -937,7 +939,7 @@ msgstr "" msgid "Accept chat request" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:452 +#: src/screens/Messages/JoinRequests.tsx:458 msgid "Accept join request" msgstr "" @@ -955,7 +957,7 @@ msgstr "" msgid "Accepted conversations" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:101 +#: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -979,13 +981,13 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:119 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "" @@ -1025,21 +1027,21 @@ msgstr "" msgid "Account removed from quick access" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:106 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "" @@ -1054,12 +1056,13 @@ msgstr "" msgid "Activity from others" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "" @@ -1112,11 +1115,11 @@ msgstr "" msgid "Add another account" msgstr "" -#: src/view/com/composer/Composer.tsx:1505 +#: src/view/com/composer/Composer.tsx:1520 msgid "Add another post" msgstr "" -#: src/view/com/composer/Composer.tsx:2168 +#: src/view/com/composer/Composer.tsx:2183 msgid "Add another post to thread" msgstr "" @@ -1151,9 +1154,9 @@ msgstr "" msgid "Add media to post" msgstr "" -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:69 -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:103 -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:122 +#: 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 "" @@ -1175,14 +1178,14 @@ msgstr "" msgid "Add muted words and tags" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:130 -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:169 +#: 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 "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "" @@ -1214,8 +1217,8 @@ msgstr "" msgid "Add this feed to your feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "" @@ -1246,8 +1249,8 @@ msgstr "" msgid "Added by invite link" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "" @@ -1269,7 +1272,7 @@ msgid "Additional details (limit 300 characters)" msgstr "" #: src/screens/Messages/ConversationSettings/Member.tsx:94 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:152 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:155 msgid "Admin" msgstr "" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "" @@ -1520,8 +1523,8 @@ msgstr "" msgid "An error occurred while loading your lists :/" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:78 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/components/StarterPack/QrCodeDialog.tsx:81 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "" @@ -1565,7 +1568,7 @@ msgstr "" msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:190 +#: 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 "" @@ -1643,17 +1646,17 @@ msgstr "" msgid "Anyone can interact" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:318 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:145 -#: src/screens/Messages/components/InviteLinkDialog.tsx:146 +#: src/screens/Messages/components/InviteLinkDialog.tsx:153 +#: src/screens/Messages/components/InviteLinkDialog.tsx:154 msgid "Anyone can join instantly" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:150 -#: src/screens/Messages/components/InviteLinkDialog.tsx:151 +#: src/screens/Messages/components/InviteLinkDialog.tsx:158 +#: src/screens/Messages/components/InviteLinkDialog.tsx:159 msgid "Anyone can request to join" msgstr "" @@ -1663,7 +1666,7 @@ msgstr "" msgid "Anyone who follows me" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:458 +#: 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 "" @@ -1796,8 +1799,8 @@ msgstr "" msgid "Are you sure you want to discard your changes?" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "" @@ -1814,11 +1817,11 @@ msgid "Are you sure you want to remove this from your feeds?" msgstr "" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1641 +#: src/view/com/composer/Composer.tsx:1656 msgid "Are you sure you'd like to discard this post?" msgstr "" @@ -1899,8 +1902,8 @@ msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:178 #: src/screens/Messages/components/ChatDisabled.tsx:164 #: src/screens/Messages/components/ChatDisabled.tsx:166 -#: src/screens/Messages/components/InviteLinkDialog.tsx:268 -#: src/screens/Messages/components/InviteLinkDialog.tsx:296 +#: src/screens/Messages/components/InviteLinkDialog.tsx:276 +#: src/screens/Messages/components/InviteLinkDialog.tsx:304 #: src/screens/Messages/Inbox.tsx:240 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 @@ -1958,12 +1961,12 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:96 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." msgstr "" @@ -1994,12 +1997,12 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:186 #: src/components/moderation/BlockDialog.tsx:192 #: src/components/moderation/BlockDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:224 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 msgid "Block" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:213 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:216 msgid "Block {displayName}" msgstr "" @@ -2009,8 +2012,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "" @@ -2088,6 +2091,10 @@ 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 "" @@ -2260,7 +2267,7 @@ msgstr "" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:174 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2274,13 +2281,13 @@ msgstr "" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:341 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" msgstr "" @@ -2346,12 +2353,12 @@ msgstr "" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/lib/media/picker.tsx:38 #: src/screens/Deactivated.tsx:150 -#: src/screens/Messages/components/InviteLinkDialog.tsx:480 -#: src/screens/Messages/components/InviteLinkDialog.tsx:484 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/components/InviteLinkDialog.tsx:500 +#: src/screens/Messages/components/InviteLinkDialog.tsx:504 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,8 @@ msgstr "" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1719 -#: src/view/com/composer/Composer.tsx:1729 +#: src/view/com/composer/Composer.tsx:1734 +#: src/view/com/composer/Composer.tsx:1744 #: 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 @@ -2380,6 +2387,10 @@ msgstr "" msgid "Cancel reactivation and sign out" msgstr "" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "" @@ -2481,7 +2492,7 @@ msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,8 +2509,8 @@ msgid "Chat ended" msgstr "" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:234 -#: src/screens/Messages/JoinRequest.tsx:90 +#: src/components/intents/GroupChatJoinDialog.tsx:269 +#: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" msgstr "" @@ -2520,12 +2531,12 @@ msgctxt "toast" msgid "Chat muted" msgstr "" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." msgstr "" -#: src/components/moderation/BlockDialog.tsx:292 +#: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2544,10 +2555,10 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "" @@ -2630,7 +2641,7 @@ msgstr "" msgid "Choose this color as your avatar" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:235 +#: src/screens/Messages/components/InviteLinkDialog.tsx:243 msgid "Choose who can join this group chat and how." msgstr "" @@ -2684,7 +2695,7 @@ msgstr "" msgid "click here" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:126 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:129 msgid "Click here to add people to this group chat" msgstr "" @@ -2692,7 +2703,7 @@ msgstr "" msgid "Click here to contact our support team" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:140 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:143 msgid "Click here to create or manage an invite link for this group chat" msgstr "" @@ -2722,7 +2733,7 @@ msgstr "" msgid "Click here to update your email" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:141 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:144 msgid "Click here to view the invite link for this group chat" msgstr "" @@ -2731,7 +2742,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:533 +#: src/components/dms/MessageItem.tsx:631 msgid "Click to retry failed message" msgstr "" @@ -2745,6 +2756,7 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "" #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:211 #: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2782,8 +2794,8 @@ msgstr "" #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:217 #: src/features/liveNow/components/EditLiveDialog.tsx:223 -#: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/components/InviteLinkDialog.tsx:509 +#: src/screens/Messages/components/InviteLinkDialog.tsx:524 +#: src/screens/Messages/components/InviteLinkDialog.tsx:529 #: src/screens/Settings/components/ChangePasswordDialog.tsx:288 #: src/screens/Settings/components/ChangePasswordDialog.tsx:293 #: src/view/com/feeds/MissingFeed.tsx:211 @@ -2850,10 +2862,10 @@ msgstr "" msgid "Close the incoming requests banner" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:204 -#: src/components/intents/GroupChatJoinDialog.tsx:205 -#: src/components/intents/GroupChatJoinDialog.tsx:241 -#: src/components/intents/GroupChatJoinDialog.tsx:242 +#: 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 msgid "Close this dialog" msgstr "" @@ -2866,7 +2878,7 @@ msgstr "" msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:1727 +#: src/view/com/composer/Composer.tsx:1742 msgid "Closes post composer and discards post draft" msgstr "" @@ -2920,7 +2932,7 @@ msgid "Compose new post" msgstr "" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1603 +#: src/view/com/composer/Composer.tsx:1618 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -2928,11 +2940,11 @@ msgstr "" msgid "Compose reply" msgstr "" -#: src/view/com/composer/Composer.tsx:2565 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2567 +#: src/view/com/composer/Composer.tsx:2582 msgid "Compressing video..." msgstr "" @@ -3100,7 +3112,7 @@ msgstr "" msgid "Conversation" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "" @@ -3117,8 +3129,8 @@ msgid "Conversation left" msgstr "" #: src/components/dms/LeaveConvoPrompt.tsx:40 -#: src/screens/Messages/JoinRequests.tsx:191 -#: src/screens/Messages/JoinRequests.tsx:223 +#: src/screens/Messages/JoinRequests.tsx:196 +#: src/screens/Messages/JoinRequests.tsx:229 msgid "Conversation not found." msgstr "" @@ -3127,7 +3139,7 @@ msgid "Copied build version to clipboard" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3158,12 @@ msgstr "" msgid "Copies build version to clipboard" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:252 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:195 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:262 +#: src/components/StarterPack/QrCodeDialog.tsx:198 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "" @@ -3159,8 +3171,8 @@ msgstr "" msgid "Copy App Password" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "" @@ -3175,8 +3187,8 @@ msgid "Copy code" msgstr "" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "" @@ -3184,7 +3196,7 @@ msgstr "" msgid "Copy host" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:251 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" msgstr "" @@ -3210,8 +3222,8 @@ msgstr "" msgid "Copy link to post" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "" @@ -3219,8 +3231,8 @@ msgstr "" msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "" @@ -3234,7 +3246,7 @@ msgstr "" msgid "Copy post text" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:181 +#: src/components/StarterPack/QrCodeDialog.tsx:184 msgid "Copy QR code" msgstr "" @@ -3249,7 +3261,7 @@ msgstr "" msgid "Copyright Policy" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" msgstr "" @@ -3261,11 +3273,11 @@ msgstr "" msgid "Could not connect to feed service" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:117 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" msgstr "" @@ -3294,7 +3306,7 @@ msgstr "" msgid "Could not leave chat" msgstr "" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." msgstr "" @@ -3308,7 +3320,7 @@ msgstr "" msgid "Could not load list" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:166 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" msgstr "" @@ -3320,7 +3332,7 @@ msgstr "" msgid "Could not process your video" msgstr "" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." msgstr "" @@ -3329,7 +3341,7 @@ msgstr "" msgid "Could not save changes: {0}" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" msgstr "" @@ -3373,7 +3385,7 @@ msgstr "" msgid "Create a list from this starter pack" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:166 +#: src/components/StarterPack/QrCodeDialog.tsx:169 msgid "Create a QR code for a starter pack" msgstr "" @@ -3394,12 +3406,12 @@ msgstr "" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:307 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3461,13 @@ msgstr "" msgid "Create moderation list" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:301 +#: 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 "" -#: src/screens/Messages/ConversationSettings/index.tsx:547 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "" @@ -3478,8 +3490,8 @@ msgstr "" #. 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', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) -#: src/screens/Messages/components/InviteLinkDialog.tsx:341 -#: src/screens/Messages/ConversationSettings/index.tsx:499 +#: src/screens/Messages/components/InviteLinkDialog.tsx:355 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "" @@ -3624,7 +3636,7 @@ msgstr "" msgid "Delete conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "" @@ -3637,7 +3649,7 @@ msgstr "" msgid "Delete message" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "" @@ -3647,7 +3659,7 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1630 msgid "Delete post" msgstr "" @@ -3689,6 +3701,10 @@ 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 @@ -3741,8 +3757,8 @@ msgstr "" msgid "Dim" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:373 -#: src/screens/Messages/components/InviteLinkDialog.tsx:378 +#: src/screens/Messages/components/InviteLinkDialog.tsx:385 +#: src/screens/Messages/components/InviteLinkDialog.tsx:390 msgid "Disable" msgstr "" @@ -3768,8 +3784,8 @@ msgstr "" msgid "Disable haptic feedback" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:468 -#: src/screens/Messages/components/InviteLinkDialog.tsx:474 +#: src/screens/Messages/components/InviteLinkDialog.tsx:488 +#: src/screens/Messages/components/InviteLinkDialog.tsx:494 msgid "Disable link" msgstr "" @@ -3781,7 +3797,7 @@ msgstr "" msgid "Disable replies entirely" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:455 +#: src/screens/Messages/components/InviteLinkDialog.tsx:475 msgid "Disable this invite link?" msgstr "" @@ -3794,9 +3810,9 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1398 -#: src/view/com/composer/Composer.tsx:1442 -#: src/view/com/composer/Composer.tsx:1648 +#: 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/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3823,14 @@ msgstr "" msgid "Discard changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1396 +#: src/view/com/composer/Composer.tsx:1411 #: 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:1413 -#: src/view/com/composer/Composer.tsx:1640 +#: src/view/com/composer/Composer.tsx:1428 +#: src/view/com/composer/Composer.tsx:1655 msgid "Discard post?" msgstr "" @@ -3852,7 +3868,7 @@ msgstr "" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2486 +#: src/view/com/composer/Composer.tsx:2501 msgid "Dismiss error" msgstr "" @@ -3949,8 +3965,8 @@ msgstr "" #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:143 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:149 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3979,7 @@ msgstr "" msgid "Done" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:525 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4087,8 +4097,8 @@ msgstr "" msgid "Edit" msgstr "" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "" @@ -4102,8 +4112,8 @@ msgstr "" msgid "Edit Feeds" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "" @@ -4123,16 +4133,16 @@ msgstr "" msgid "Edit interests" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:293 +#: src/screens/Messages/JoinRequests.tsx:299 msgid "Edit invite link" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:299 +#: src/screens/Messages/JoinRequests.tsx:305 msgctxt "button" msgid "Edit invite link" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:355 +#: src/screens/Messages/components/InviteLinkDialog.tsx:369 msgid "Edit link settings" msgstr "" @@ -4141,8 +4151,8 @@ msgstr "" msgid "Edit list details" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "" @@ -4155,7 +4165,7 @@ msgstr "" msgid "Edit My Feeds" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:534 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "" @@ -4184,8 +4194,8 @@ msgstr "" msgid "Edit starter pack" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:480 -#: src/screens/Messages/ConversationSettings/index.tsx:533 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "" @@ -4402,7 +4412,7 @@ msgstr "" msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2600 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "" @@ -4592,20 +4602,24 @@ msgctxt "toast" msgid "Failed to accept chat" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:185 +#: src/screens/Messages/JoinRequests.tsx:190 msgid "Failed to accept join request" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:88 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:42 -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:60 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:45 +#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:63 msgid "Failed to add members" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "" @@ -4615,7 +4629,7 @@ msgid "Failed to change handle. Please try again." msgstr "" #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "" @@ -4628,7 +4642,7 @@ msgstr "" msgid "Failed to create conversation" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:101 +#: src/screens/Messages/components/InviteLinkDialog.tsx:106 msgid "Failed to create invite link" msgstr "" @@ -4655,7 +4669,7 @@ msgstr "" msgid "Failed to delete starter pack" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:124 +#: src/screens/Messages/components/InviteLinkDialog.tsx:132 msgid "Failed to disable invite link" msgstr "" @@ -4664,15 +4678,15 @@ msgstr "" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:114 +#: src/screens/Messages/components/InviteLinkDialog.tsx:119 msgid "Failed to edit invite link" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:134 +#: src/screens/Messages/components/InviteLinkDialog.tsx:142 msgid "Failed to enable invite link" msgstr "" @@ -4688,11 +4702,11 @@ msgstr "" msgid "Failed to hide suggestion, please check your internet connection" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:217 +#: src/screens/Messages/JoinRequests.tsx:223 msgid "Failed to ignore join request" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:124 +#: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4700,14 +4714,14 @@ msgstr "" msgid "Failed to launch SMS app" msgstr "" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:396 +#: 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 "" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "" @@ -4753,15 +4767,20 @@ msgstr "" msgid "Failed to load suggested follows" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +msgid "Failed to mark all chats as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 +#: src/view/shell/bottom-bar/BottomBar.tsx:450 msgid "Failed to mark all requests as read" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:383 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "" @@ -4783,18 +4802,22 @@ msgstr "" msgid "Failed to remove data. {0}" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:111 +#: 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 "" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "" #: src/screens/Messages/ConversationSettings/Member.tsx:56 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:73 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:76 msgid "Failed to remove group chat member" msgstr "" @@ -4802,7 +4825,7 @@ msgstr "" msgid "Failed to remove verification" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:158 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." msgstr "" @@ -4854,7 +4877,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:429 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "" @@ -5116,7 +5139,7 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 @@ -5125,7 +5148,7 @@ msgstr "" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "" @@ -5149,8 +5172,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "" @@ -5173,7 +5196,7 @@ msgstr "" #. 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:423 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 #: src/view/com/notifications/NotificationFeedItem.tsx:868 #: src/view/com/notifications/NotificationFeedItem.tsx:875 msgid "Follow back" @@ -5211,7 +5234,7 @@ msgstr "" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:317 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" msgstr "" @@ -5231,7 +5254,7 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 @@ -5359,17 +5382,17 @@ msgstr "" msgid "Generate a starter pack" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:231 -#: src/screens/Messages/components/InviteLinkDialog.tsx:269 -#: src/screens/Messages/components/InviteLinkDialog.tsx:297 +#: 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 "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:426 +#: src/screens/Messages/components/InviteLinkDialog.tsx:446 msgid "Generate new invite link" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:431 +#: src/screens/Messages/components/InviteLinkDialog.tsx:451 msgid "Generate new link" msgstr "" @@ -5457,8 +5480,8 @@ msgstr "" #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:71 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:81 -#: src/screens/Messages/components/InviteLinkDialog.tsx:211 -#: src/screens/Messages/components/InviteLinkDialog.tsx:218 +#: src/screens/Messages/components/InviteLinkDialog.tsx:219 +#: src/screens/Messages/components/InviteLinkDialog.tsx:226 msgid "Get started" msgstr "" @@ -5467,7 +5490,7 @@ msgstr "" msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2590 +#: src/view/com/composer/Composer.tsx:2605 msgid "GIF uploaded" msgstr "" @@ -5526,8 +5549,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "" @@ -5538,8 +5561,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "" @@ -5573,7 +5596,7 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:262 #: src/screens/Messages/components/MessagesListInfoPanel.tsx:98 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:191 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:194 #: src/view/shell/desktop/LeftNav.tsx:336 #: src/view/shell/desktop/LeftNav.tsx:342 msgid "Go to profile" @@ -5622,43 +5645,43 @@ msgstr "" msgid "Grooming or predatory behavior" msgstr "" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:299 -#: src/screens/Messages/JoinRequest.tsx:122 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:536 +#: src/screens/Messages/components/InviteLinkDialog.tsx:556 msgid "Group chat invite link dialog" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:412 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:376 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:364 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "" #: src/Navigation.tsx:496 -#: src/screens/Messages/ConversationSettings/index.tsx:111 +#: src/screens/Messages/ConversationSettings/index.tsx:113 msgid "Group chat settings" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:414 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:378 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "" @@ -5672,7 +5695,7 @@ msgid "Group chats are only available to users 18 and over." msgstr "" #. placeholder {0}: convo.details.memberLimit -#: src/screens/Messages/components/InviteLinkDialog.tsx:197 +#: src/screens/Messages/components/InviteLinkDialog.tsx:205 msgid "Group chats can only have a maximum of {0, plural, other {# people}}." msgstr "" @@ -5682,12 +5705,12 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "" @@ -5960,7 +5983,7 @@ msgstr "" #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6210,7 +6233,7 @@ msgstr "" msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "" @@ -6268,7 +6291,7 @@ msgstr "" msgid "Invalid 2FA confirmation code." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:134 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." msgstr "" @@ -6290,7 +6313,7 @@ msgstr "" msgid "Invalid report subject" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:165 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." msgstr "" @@ -6315,15 +6338,15 @@ msgstr "" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:137 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6331,22 +6354,22 @@ msgstr "" msgid "Invite friends <0/>" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:185 -#: src/screens/Messages/components/InviteLinkDialog.tsx:321 -#: src/screens/Messages/components/InviteLinkDialog.tsx:327 -#: src/screens/Messages/components/InviteLinkDialog.tsx:494 -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:146 -#: src/screens/Messages/ConversationSettings/index.tsx:550 +#: src/screens/Messages/components/InviteLinkDialog.tsx:193 +#: src/screens/Messages/components/InviteLinkDialog.tsx:329 +#: src/screens/Messages/components/InviteLinkDialog.tsx:335 +#: src/screens/Messages/components/InviteLinkDialog.tsx:514 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:210 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:123 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" msgstr "" @@ -6355,7 +6378,7 @@ msgid "Invite link created" msgstr "" #: src/components/dms/getSystemMessageInfo.ts:138 -#: src/screens/Messages/components/InviteLinkDialog.tsx:321 +#: src/screens/Messages/components/InviteLinkDialog.tsx:329 msgid "Invite link disabled" msgstr "" @@ -6380,7 +6403,7 @@ msgstr "" msgid "Invite your friends to follow your favorite feeds and people" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:152 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:155 msgid "Invited" msgstr "" @@ -6410,7 +6433,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:2505 +#: src/view/com/composer/Composer.tsx:2520 msgid "Job ID: {0}" msgstr "" @@ -6420,7 +6443,7 @@ msgid "Jobs" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:260 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" msgstr "" @@ -6431,12 +6454,12 @@ msgstr "" msgid "Join Bluesky" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:68 -#: src/components/intents/GroupChatJoinDialog.tsx:426 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:154 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." msgstr "" @@ -6450,8 +6473,8 @@ msgstr "" msgid "Journalism" msgstr "" -#: src/view/com/composer/Composer.tsx:1446 -#: src/view/com/composer/Composer.tsx:1456 +#: src/view/com/composer/Composer.tsx:1461 +#: src/view/com/composer/Composer.tsx:1471 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6609,7 +6632,7 @@ msgid "Learn more." msgstr "" #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:585 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "" @@ -6623,8 +6646,8 @@ msgstr "" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "" @@ -6644,12 +6667,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:584 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "" @@ -6658,11 +6681,11 @@ msgstr "" msgid "Leaving Bluesky" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: src/screens/Messages/ConversationSettings/prompts.tsx:153 msgid "Leaving this chat will lock it permanently and you wonโ€™t be able to rejoin." msgstr "" -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." msgstr "" @@ -6935,9 +6958,9 @@ msgstr "" msgid "Load new posts" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "" @@ -6954,23 +6977,23 @@ msgstr "" msgid "Loading..." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:564 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:562 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:564 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "" @@ -7051,6 +7074,16 @@ msgstr "" msgid "Mark all as read" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:459 +#: src/view/shell/bottom-bar/BottomBar.tsx:463 +msgid "Mark all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:467 +#: src/view/shell/bottom-bar/BottomBar.tsx:471 +msgid "Mark all requests as read" +msgstr "" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7093,14 @@ msgstr "" msgid "Marked all as read" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,7 +7124,7 @@ msgstr "" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "" -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." msgstr "" @@ -7092,7 +7133,7 @@ msgstr "" msgid "Members" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "" @@ -7111,14 +7152,14 @@ msgstr "" msgid "Menu" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:200 +#: 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 "" @@ -7128,11 +7169,11 @@ msgstr "" msgid "Message {0}" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:196 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:199 msgid "Message {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "" @@ -7141,13 +7182,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:625 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "" @@ -7156,21 +7197,21 @@ msgstr "" msgid "Message from server: {0}" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "" @@ -7178,11 +7219,11 @@ msgstr "" msgid "Messages" msgstr "" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:724 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:621 +#: src/components/dms/MessageItem.tsx:719 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7219,8 +7260,8 @@ msgstr "" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "" @@ -7228,7 +7269,7 @@ msgstr "" msgid "Moderation list by <0/>" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "" @@ -7281,8 +7322,8 @@ msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "" @@ -7302,7 +7343,7 @@ msgstr "" msgid "Music" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:526 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "" @@ -7320,8 +7361,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "" @@ -7347,7 +7388,7 @@ msgstr "" msgid "Mute these accounts?" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:524 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "" @@ -7389,7 +7430,7 @@ msgstr "" msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:526 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "" @@ -7480,7 +7521,7 @@ msgstr "" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "" @@ -7500,28 +7541,28 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:58 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:61 msgid "New chat with {0}" msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:62 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:65 msgid "New chat with {0} and {1}" msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:70 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:73 msgid "New chat with {0}, {1}, and {memberCount, plural, one {{memberCount} more} other {{memberCount} more}}." msgstr "" @@ -7726,7 +7767,7 @@ msgstr "" msgid "No media yet" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "" @@ -7763,7 +7804,7 @@ msgstr "" msgid "No one but the author can quote this post." msgstr "" -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "" @@ -7831,6 +7872,11 @@ 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" @@ -7895,7 +7941,7 @@ msgstr "" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "" @@ -7931,7 +7977,7 @@ msgstr "" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8021,7 @@ msgstr "" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:731 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8045,15 +8091,15 @@ msgstr "" msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:195 +#: src/screens/Messages/JoinRequests.tsx:200 msgid "Only admins can accept join requests." msgstr "" -#: src/screens/Messages/JoinRequests.tsx:227 +#: src/screens/Messages/JoinRequests.tsx:233 msgid "Only admins can ignore join requests." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:132 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." msgstr "" @@ -8068,12 +8114,12 @@ msgid "Only image files are supported" msgstr "" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:215 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:270 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" msgstr "" @@ -8107,16 +8153,16 @@ msgid "Open camera" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:415 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:139 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:142 msgid "Open chat member options for {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "" @@ -8128,9 +8174,9 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2145 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2160 msgid "Open emoji picker" msgstr "" @@ -8151,7 +8197,7 @@ msgstr "" msgid "Open Germ DM" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:408 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" msgstr "" @@ -8166,11 +8212,11 @@ msgid "Open in Google Translate" msgstr "" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "" @@ -8221,7 +8267,7 @@ msgstr "" msgid "Open system log" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:409 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" msgstr "" @@ -8275,13 +8321,13 @@ msgstr "" msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" -#: src/screens/Messages/JoinRequest.tsx:302 +#: 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 "" -#: src/screens/Messages/JoinRequest.tsx:288 +#: 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" @@ -8490,11 +8536,11 @@ msgstr "" msgid "People" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:156 +#: src/screens/Messages/components/InviteLinkDialog.tsx:164 msgid "People {ownerName} follows can join instantly" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:161 +#: src/screens/Messages/components/InviteLinkDialog.tsx:169 msgid "People {ownerName} follows can request to join" msgstr "" @@ -8513,11 +8559,21 @@ msgstr "" msgid "People I follow" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:155 +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "" + +#: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:160 +#: src/screens/Messages/components/InviteLinkDialog.tsx:168 msgid "People I follow can request to join" msgstr "" @@ -8813,7 +8869,7 @@ msgstr "" msgid "Porn" msgstr "" -#: src/view/com/composer/Composer.tsx:1793 +#: src/view/com/composer/Composer.tsx:1808 msgctxt "action" msgid "Post" msgstr "" @@ -8833,12 +8889,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1791 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post All" msgstr "" -#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1470 msgid "Post anyway" msgstr "" @@ -8898,8 +8954,8 @@ msgstr "" msgid "Post language selection" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:383 #: src/screens/Messages/components/InviteLinkDialog.tsx:395 +#: src/screens/Messages/components/InviteLinkDialog.tsx:411 msgid "Post link" msgstr "" @@ -8957,7 +9013,7 @@ msgstr "" #: src/components/Error.tsx:56 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 -#: src/screens/Messages/JoinRequests.tsx:349 +#: src/screens/Messages/JoinRequests.tsx:355 #: src/screens/Signup/BackNextButtons.tsx:48 msgid "Press to retry" msgstr "" @@ -9015,11 +9071,11 @@ msgstr "" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2579 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2581 +#: src/view/com/composer/Composer.tsx:2596 msgid "Processing video..." msgstr "" @@ -9031,7 +9087,7 @@ msgstr "" msgid "profile" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9121,22 @@ 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:1777 +#: src/view/com/composer/Composer.tsx:1792 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1772 +#: src/view/com/composer/Composer.tsx:1787 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1761 +#: src/view/com/composer/Composer.tsx:1776 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1766 +#: src/view/com/composer/Composer.tsx:1781 msgid "Publish reply" msgstr "" @@ -9100,16 +9156,16 @@ msgstr "" msgid "Push, people you follow" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:140 +#: src/components/StarterPack/QrCodeDialog.tsx:143 msgid "QR code copied to your clipboard!" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:118 +#: src/components/StarterPack/QrCodeDialog.tsx:121 msgid "QR code has been downloaded!" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:119 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:97 +#: src/components/StarterPack/QrCodeDialog.tsx:122 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "" @@ -9160,11 +9216,11 @@ msgstr "" msgid "Re-attach quote" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:413 +#: src/screens/Messages/components/InviteLinkDialog.tsx:433 msgid "Re-enable invite link" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:420 +#: src/screens/Messages/components/InviteLinkDialog.tsx:440 msgid "Re-enable link" msgstr "" @@ -9172,8 +9228,8 @@ msgstr "" msgid "React with {emoji}" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "" @@ -9268,17 +9324,13 @@ msgstr "" msgid "Reconnect" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "" - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" msgstr "" #. Reject a request to join a chat -#: src/screens/Messages/JoinRequests.tsx:483 +#: src/screens/Messages/JoinRequests.tsx:489 msgctxt "button" msgid "Reject" msgstr "" @@ -9287,16 +9339,18 @@ msgstr "" msgid "Reject chat request" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:477 +#: src/screens/Messages/JoinRequests.tsx:483 msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9359,9 @@ msgstr "" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "" @@ -9322,11 +9375,11 @@ msgid "Remove {displayName} from starter pack" msgstr "" #: src/screens/Messages/ConversationSettings/Member.tsx:157 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:231 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:234 msgid "Remove {displayName} from this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" msgstr "" @@ -9378,7 +9431,7 @@ msgstr "" msgid "Remove feed?" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:235 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "" @@ -9443,14 +9496,14 @@ msgstr "" msgid "Remove unavailable moderation services" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "" @@ -9466,8 +9519,8 @@ msgstr "" msgid "Removed by you" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "" @@ -9535,6 +9588,14 @@ msgctxt "description" msgid "Replied to you" msgstr "" +#: src/components/dms/MessageItem.tsx:892 +msgid "Replied-to message from {senderName}, tap to scroll to it" +msgstr "" + +#: src/components/dms/MessageItem.tsx:893 +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 @@ -9552,7 +9613,12 @@ msgstr "" msgid "Replies to this post are disabled." msgstr "" -#: src/view/com/composer/Composer.tsx:1789 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Reply" msgstr "" @@ -9590,14 +9656,14 @@ msgstr "" msgid "Reply was successfully hidden" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:577 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "" @@ -9623,7 +9689,7 @@ msgstr "" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "" @@ -9657,7 +9723,7 @@ msgstr "" msgid "Report this feed" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:576 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "" @@ -9737,11 +9803,11 @@ msgstr "" msgid "Reposts of your reposts" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:425 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:177 +#: src/screens/Messages/JoinRequests.tsx:182 msgid "Request approved." msgstr "" @@ -9750,12 +9816,12 @@ msgstr "" msgid "Request code" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:209 +#: src/screens/Messages/JoinRequests.tsx:215 msgid "Request ignored." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:259 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" msgstr "" @@ -9764,13 +9830,13 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "" #: src/Navigation.tsx:501 -#: src/screens/Messages/JoinRequests.tsx:58 -#: src/screens/Messages/JoinRequests.tsx:419 +#: src/screens/Messages/JoinRequests.tsx:59 +#: src/screens/Messages/JoinRequests.tsx:425 msgid "Requests to join" msgstr "" @@ -9791,9 +9857,9 @@ msgstr "" msgid "Required in your region" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:274 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:310 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:115 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:117 msgid "Rescind request" msgstr "" @@ -9872,10 +9938,10 @@ msgstr "" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 -#: src/screens/Messages/JoinRequests.tsx:355 +#: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:92 @@ -9925,10 +9991,10 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:324 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:668 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:673 -#: src/components/StarterPack/QrCodeDialog.tsx:207 +#: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10019,22 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1436 +#: src/view/com/composer/Composer.tsx:1451 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "" -#: src/view/com/composer/Composer.tsx:1408 +#: src/view/com/composer/Composer.tsx:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1436 +#: src/view/com/composer/Composer.tsx:1451 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1410 +#: src/view/com/composer/Composer.tsx:1425 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -9985,7 +10051,7 @@ msgstr "" msgid "Save new handle" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:199 +#: src/components/StarterPack/QrCodeDialog.tsx:202 msgid "Save QR code" msgstr "" @@ -10027,8 +10093,8 @@ msgstr "" msgid "Say hello!" msgstr "" -#: src/screens/Messages/ChatList.tsx:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "" @@ -10058,6 +10124,10 @@ msgstr "" msgid "Scroll right" msgstr "" +#: src/components/dms/MessageItem.tsx:783 +msgid "Scroll to the message this is replying to" +msgstr "" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "" @@ -10067,7 +10137,7 @@ msgstr "" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "" @@ -10148,8 +10218,8 @@ msgstr "" msgid "Search my posts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "" @@ -10425,8 +10495,8 @@ msgstr "" msgid "Send feedback" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "" @@ -10460,7 +10530,7 @@ msgid "Send via direct message" msgstr "" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "" @@ -10568,16 +10638,16 @@ msgstr "" #: src/components/Link.tsx:433 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:74 -#: src/components/StarterPack/QrCodeDialog.tsx:195 +#: src/components/StarterPack/QrCodeDialog.tsx:198 #: src/screens/Hashtag.tsx:130 -#: src/screens/Messages/components/InviteLinkDialog.tsx:399 -#: src/screens/Messages/components/InviteLinkDialog.tsx:406 +#: src/screens/Messages/components/InviteLinkDialog.tsx:415 +#: src/screens/Messages/components/InviteLinkDialog.tsx:426 #: src/screens/StarterPack/StarterPackScreen.tsx:447 #: src/screens/Topic.tsx:90 msgid "Share" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "" @@ -10641,8 +10711,8 @@ msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "" @@ -10796,15 +10866,15 @@ msgstr "" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:287 -#: src/screens/Messages/JoinRequest.tsx:293 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,7 +10900,7 @@ msgstr "" msgid "Sign in or create your account to join the conversation!" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:213 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." msgstr "" @@ -10842,7 +10912,7 @@ msgstr "" msgid "Sign in to Bluesky or create a new account" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:212 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." msgstr "" @@ -10900,7 +10970,7 @@ msgstr "" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1453 +#: src/view/com/composer/Composer.tsx:1468 msgid "Skip empty posts?" msgstr "" @@ -10971,12 +11041,12 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:332 msgid "Someone reacted {0}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "" @@ -10996,17 +11066,13 @@ msgstr "" msgid "Someone was removed from the group" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "" - #: 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 "" #: src/screens/Messages/Conversation.tsx:133 -#: src/screens/Messages/ConversationSettings/index.tsx:132 -#: src/screens/Messages/JoinRequests.tsx:87 +#: src/screens/Messages/ConversationSettings/index.tsx:137 +#: src/screens/Messages/JoinRequests.tsx:88 msgid "Something went wrong" msgstr "" @@ -11214,13 +11280,13 @@ msgid "Subscribe" msgstr "" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "" @@ -11255,7 +11321,7 @@ msgstr "" msgid "Success!" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:108 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" msgstr "" @@ -11355,7 +11421,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:572 +#: src/components/dms/MessageItem.tsx:670 msgid "Tap for details" msgstr "" @@ -11390,7 +11456,7 @@ msgid "Tap to dismiss" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" msgstr "" @@ -11398,34 +11464,34 @@ msgstr "" msgid "Tap to open this group chat" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:468 msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:537 +#: src/components/dms/MessageItem.tsx:635 msgid "Tap to retry" msgstr "" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:358 msgid "Tap to view reactions" msgstr "" @@ -11528,7 +11594,7 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "" @@ -11594,8 +11660,8 @@ msgstr "" msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:142 -#: src/screens/Messages/JoinRequests.tsx:200 +#: src/components/intents/GroupChatJoinDialog.tsx:165 +#: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." msgstr "" @@ -11621,7 +11687,7 @@ msgstr "" msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "" -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "" @@ -11651,7 +11717,7 @@ msgstr "" 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 "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:499 +#: src/screens/Messages/components/InviteLinkDialog.tsx:519 msgid "There is no invite link for this group chat." msgstr "" @@ -11665,8 +11731,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "" #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:126 -#: src/components/intents/GroupChatJoinDialog.tsx:160 +#: 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 "" @@ -11693,7 +11759,7 @@ msgstr "" msgid "There was an issue fetching posts. Tap here to try again." msgstr "" -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "" @@ -11725,20 +11791,20 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:455 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:475 #: src/screens/Messages/ConversationSettings/Member.tsx:71 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:111 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:124 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "" @@ -11778,7 +11844,7 @@ msgstr "" msgid "They own this chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." msgstr "" @@ -11828,22 +11894,22 @@ msgstr "" 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 "" -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:265 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:424 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" msgstr "" @@ -11881,7 +11947,7 @@ msgstr "" msgid "This content is not viewable without a Bluesky account." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:128 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." msgstr "" @@ -11931,7 +11997,7 @@ msgstr "" msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "" -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" msgstr "" @@ -11947,11 +12013,11 @@ msgstr "" msgid "This information is private and not shared with other users." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:138 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:201 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" msgstr "" @@ -11997,17 +12063,17 @@ msgstr "" msgid "This list is empty." msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:668 +#: src/components/dms/MessageItem.tsx:697 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:667 +#: src/components/dms/MessageItem.tsx:693 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12049,7 +12115,7 @@ msgstr "" msgid "This post's author has disabled quote posts." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "" @@ -12057,8 +12123,8 @@ msgstr "" msgid "This reply will be sorted into a hidden section at the bottom of your thread and will mute notifications for subsequent replies - both for yourself and others." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:151 -#: src/screens/Messages/JoinRequests.tsx:110 +#: src/screens/Messages/ConversationSettings/index.tsx:156 +#: src/screens/Messages/JoinRequests.tsx:111 msgid "This screen is only available for group conversations." msgstr "" @@ -12242,8 +12308,8 @@ msgstr "" msgid "Topic" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,7 +12379,7 @@ msgctxt "action" msgid "Try again" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:167 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." msgstr "" @@ -12335,7 +12401,7 @@ msgstr "" msgid "Two-factor authentication (2FA)" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "" @@ -12369,7 +12435,7 @@ msgstr "" msgid "Unable to delete" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:345 +#: src/screens/Messages/JoinRequests.tsx:351 msgid "Unable to fetch join requests." msgstr "" @@ -12401,34 +12467,34 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:735 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 #: src/components/moderation/BlockDialog.tsx:190 #: src/components/moderation/BlockDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:224 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:212 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:215 msgid "Unblock {displayName}" msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "" @@ -12437,7 +12503,7 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "" @@ -12474,12 +12540,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "" @@ -12521,11 +12587,11 @@ msgstr "" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:561 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "" @@ -12548,8 +12614,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "" @@ -12562,7 +12628,7 @@ msgstr "" msgid "Unmute list" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:523 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "" @@ -12641,7 +12707,7 @@ msgstr "" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1542 +#: src/view/com/composer/Composer.tsx:1557 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -12654,12 +12720,9 @@ msgstr "" msgid "Update" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" msgstr "" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 @@ -12669,9 +12732,13 @@ msgstr "" msgid "Update email" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:231 -#: src/screens/Messages/components/InviteLinkDialog.tsx:267 -#: src/screens/Messages/components/InviteLinkDialog.tsx:295 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "" + +#: 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 "" @@ -12680,14 +12747,6 @@ msgstr "" msgid "Update to {domain}" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "" - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "" @@ -12736,7 +12795,7 @@ msgstr "" msgid "Upload from Library" msgstr "" -#: src/view/com/composer/Composer.tsx:2572 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading GIF..." msgstr "" @@ -12750,7 +12809,7 @@ msgstr "" msgid "Uploading link thumbnail..." msgstr "" -#: src/view/com/composer/Composer.tsx:2574 +#: src/view/com/composer/Composer.tsx:2589 msgid "Uploading video..." msgstr "" @@ -12826,7 +12885,7 @@ msgid "User Blocks You" msgstr "" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "" @@ -12835,7 +12894,7 @@ msgstr "" msgid "User List by {0}" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "" @@ -12875,16 +12934,6 @@ msgstr "" msgid "users following <0>@{0}" msgstr "" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "" @@ -12912,8 +12961,8 @@ msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "" @@ -13039,7 +13088,7 @@ msgstr "" msgid "Video settings" msgstr "" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2607 msgid "Video uploaded" msgstr "" @@ -13056,14 +13105,14 @@ msgstr "" msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1150 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "" @@ -13088,11 +13137,11 @@ msgid "View {0}โ€™s profile" msgstr "" #: src/components/dms/MessagesListHeader.tsx:111 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:185 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:188 msgid "View {displayName}โ€™s profile" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "" @@ -13145,7 +13194,7 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1131 +#: src/view/com/composer/Composer.tsx:1145 msgid "View post" msgstr "" @@ -13162,10 +13211,10 @@ msgstr "" msgid "View profile banner" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "" @@ -13173,7 +13222,7 @@ msgstr "" msgid "View the avatar" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:548 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "" @@ -13292,11 +13341,11 @@ msgstr "" msgid "We couldn't load this conversation" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:88 +#: src/screens/Messages/JoinRequests.tsx:89 msgid "We couldnโ€™t load this conversationโ€™s join requests" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:133 +#: src/screens/Messages/ConversationSettings/index.tsx:138 msgid "We couldnโ€™t load this conversationโ€™s settings" msgstr "" @@ -13492,7 +13541,7 @@ msgid "What do you want to call your starter pack?" msgstr "" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1506 +#: src/view/com/composer/Composer.tsx:1521 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "" @@ -13505,7 +13554,7 @@ msgstr "" msgid "Who can interact with this post?" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:239 +#: src/screens/Messages/components/InviteLinkDialog.tsx:247 msgid "Who can join this group chat and how" msgstr "" @@ -13519,7 +13568,7 @@ msgid "Who can verify?" msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "" @@ -13578,7 +13627,7 @@ msgstr "" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1424 +#: src/view/com/composer/Composer.tsx:1439 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13587,12 +13636,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1602 +#: src/view/com/composer/Composer.tsx:1617 msgid "Write post" msgstr "" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1504 +#: src/view/com/composer/Composer.tsx:1519 msgid "Write your reply" msgstr "" @@ -13605,8 +13654,8 @@ msgstr "" msgid "Wrong DID returned from server. Received: {0}" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:150 -#: src/screens/Messages/JoinRequests.tsx:109 +#: src/screens/Messages/ConversationSettings/index.tsx:155 +#: src/screens/Messages/JoinRequests.tsx:110 msgid "Wrong kind of conversation" msgstr "" @@ -13658,7 +13707,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:610 +#: src/components/dms/MessageItem.tsx:708 msgid "You are blocking {0}" msgstr "" @@ -13768,7 +13817,7 @@ msgstr "" msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1429 +#: src/view/com/composer/Composer.tsx:1444 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13803,8 +13852,8 @@ msgstr "" msgid "You can update this later from your settings." msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:115 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13839,7 +13888,7 @@ msgstr "" msgid "You got here first" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:144 +#: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and canโ€™t join it using this link." msgstr "" @@ -13884,6 +13933,7 @@ msgstr "" msgid "You have muted this user" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "" @@ -13912,7 +13962,7 @@ msgstr "" msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "" -#: src/view/com/composer/Composer.tsx:1419 +#: src/view/com/composer/Composer.tsx:1434 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -13970,7 +14020,7 @@ msgstr "" msgid "You may only add up to 3 feeds" msgstr "" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." msgstr "" @@ -13982,8 +14032,8 @@ msgstr "" msgid "You must be following at least seven other people to generate a starter pack." msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:68 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: 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 "" @@ -14009,12 +14059,12 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:259 +#: src/components/dms/MessageItem.tsx:325 msgid "You reacted {0}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "" @@ -14023,8 +14073,20 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" +#: src/components/dms/MessageItem.tsx:813 +msgid "You replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:811 +msgid "You replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:809 +msgid "You replied to yourself" +msgstr "" + #. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 msgid "You requested to join" msgstr "" @@ -14050,12 +14112,12 @@ msgstr "" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "" #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "" @@ -14283,7 +14345,7 @@ msgstr "" msgid "Your muted words" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:203 +#: 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 "" @@ -14295,11 +14357,11 @@ msgstr "" msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1127 +#: src/view/com/composer/Composer.tsx:1141 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1124 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your posts were sent" msgstr "" @@ -14320,7 +14382,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:1126 +#: src/view/com/composer/Composer.tsx:1140 msgid "Your reply was sent" msgstr "" @@ -14333,7 +14395,7 @@ msgstr "" msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1454 +#: src/view/com/composer/Composer.tsx:1469 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 3f2275176a..9b80070db0 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-10 21:06\n" +"PO-Revision-Date: 2026-06-17 12:23\n" "Last-Translator: \n" "Language-Team: Asturian\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:867 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" msgstr "" -#: src/components/dms/getMessageInfo.ts:73 +#: 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)" @@ -75,7 +79,7 @@ msgstr "{0, plural, one {Aplicรณse # etiqueta} other {Aplicรกronse # etiquetes}} msgid "{0, plural, one {# like} other {# likes}}" msgstr "{0, plural, one {# prรฉstame} other {# prรฉstames}}" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "" @@ -97,7 +101,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:269 +#: src/components/dms/MessageItem.tsx:350 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "" @@ -118,15 +122,15 @@ msgstr "{0, plural, one {# segundu} other {# segundos}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:703 msgid "{0} is blocking you" msgstr "" @@ -273,7 +277,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:345 msgid "{0} reacted {1}" msgstr "" @@ -326,24 +330,22 @@ msgstr "Avatar de: {0}" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:143 +#: src/screens/Messages/JoinRequest.tsx:139 msgctxt "group-chat-member-count" msgid "{0}/{1}" msgstr "" #. The number of members in a group chat, in the format '{members}/{total} members'. -#. placeholder {0}: preview.memberCount -#. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 -msgid "{0}/{1} {2, plural, one {member} other {members}}" -msgstr "" - -#. The number of active group chat members out of the total number allowed. +#. The number of members in a group chat, in the format '{members}/{total} members'. #. placeholder {0}: joinLinkPreview.memberCount +#. placeholder {0}: preview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:329 -msgid "{0}/{1} members" +#. placeholder {1}: preview.memberLimit +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 +msgid "{0}/{1} {2, plural, one {member} other {members}}" msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. @@ -389,7 +391,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -397,33 +399,11 @@ msgstr "" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "" - #. 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 "" -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "" - #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" msgstr "" @@ -441,155 +421,155 @@ msgstr "{estimatedTimeHrs, plural, one {hora} other {hores}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minutu} other {minutos}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: 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" -#: 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 "{firstAuthorLink} y <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} mรกs} other {{formattedAuthorsCount} mรกs}} prestรณ-yos la publicaciรณn" -#: 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 "{firstAuthorLink} y <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} mรกs} other {{formattedAuthorsCount} mรกs}} republicaron la publicaciรณn" -#: 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 "{firstAuthorLink} y <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} mรกs} other {{formattedAuthorsCount} mรกs}} rexistrรณse col to paquete d'iniciaciรณn" -#: 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 "{firstAuthorLink} siguiรณte" -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} siguiรณte tamiรฉn" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "A {firstAuthorLink} prestรณ-y el to feed personalizรกu" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "A {firstAuthorLink} prestรณ-y la publicaciรณn" -#: 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 "{firstAuthorLink} republicรณ la publicaciรณn" -#: 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 "{firstAuthorLink} rexistrรณse col to paquete d'iniciaciรณn" -#: 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 "{firstAuthorName} y {additionalAuthorsCount, plural, one {{formattedAuthorsCount} mรกs} other {{formattedAuthorsCount} mรกs}} siguiรฉronte" -#: 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 "A {firstAuthorName} y {additionalAuthorsCount, plural, one {{formattedAuthorsCount} mรกs} other {{formattedAuthorsCount} mรกs}} prestรณ-yos la publicaciรณn" -#: 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 "{firstAuthorName} y {additionalAuthorsCount, plural, one {{formattedAuthorsCount} mรกs} other {{formattedAuthorsCount} mรกs}} republicaron la publicaciรณn" -#: 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 "{firstAuthorName} siguiรณte" -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} siguiรณte tamiรฉn" -#: 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 "A {firstAuthorName} prestรณ-y la publicaciรณn" -#: 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 "{firstAuthorName} republicรณ la publicaciรณn" -#: 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 "{firstAuthorName} rexistrรณse col to paquete d'iniciaciรณn" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "" @@ -659,12 +639,12 @@ msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "" @@ -697,6 +677,18 @@ msgstr "" msgid "{rank}." msgstr "" +#: src/components/dms/MessageItem.tsx:813 +msgid "{replierDisplayName} replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:809 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:807 +msgid "{replierDisplayName} replied to you" +msgstr "" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "" @@ -873,8 +875,8 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 #: src/screens/Messages/JoinRequests.tsx:192 #: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." @@ -955,7 +957,7 @@ msgstr "" msgid "Accepted conversations" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:113 +#: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -980,12 +982,12 @@ msgstr "Cuenta" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "" @@ -1028,18 +1030,18 @@ msgstr "Quitรณse la cuenta del accesu rรกpidu" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "" @@ -1054,12 +1056,13 @@ msgstr "" msgid "Activity from others" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "Amestar" @@ -1112,11 +1115,11 @@ msgstr "" msgid "Add another account" msgstr "Amestar otra cuenta" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1518 msgid "Add another post" msgstr "Amestar otra publicaciรณn" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2181 msgid "Add another post to thread" msgstr "" @@ -1182,7 +1185,7 @@ msgstr "" msgid "Add people" msgstr "Amestar persones" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "" @@ -1214,8 +1217,8 @@ msgstr "Amiesta'l rexistru DNS siguiente al to dominiu:" msgid "Add this feed to your feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "Amestar a llistes" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "" @@ -1246,8 +1249,8 @@ msgstr "" msgid "Added by invite link" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "Amestรณse a la llista" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "Too" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "" @@ -1521,7 +1524,7 @@ msgid "An error occurred while loading your lists :/" msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:81 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:103 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "ยกProdรบxose un error mentanto se guardaba'l cรณdigu QR!" @@ -1589,8 +1592,8 @@ msgstr "Prodรบxose un error al tentar d'abrir la charra" #: 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 "Prodรบxose un problema. Volvi tentalo." @@ -1643,7 +1646,7 @@ msgstr "" msgid "Anyone can interact" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:340 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" msgstr "" @@ -1796,8 +1799,8 @@ msgstr "ยฟDe xuru que quies desaniciar esti elementu del paquete d'iniciaciรณn?" msgid "Are you sure you want to discard your changes?" msgstr "ยฟDe xuru que quies escartar los cambeos?" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "" @@ -1814,11 +1817,11 @@ msgid "Are you sure you want to remove this from your feeds?" msgstr "ยฟDe xuru que quies quitar esti elementu de los tos feeds?" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 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:1654 msgid "Are you sure you'd like to discard this post?" msgstr "ยฟDe xuru que quies escartar esta publicaciรณn?" @@ -1958,10 +1961,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2009,8 +2012,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "Bloquiar la cuenta" @@ -2088,6 +2091,10 @@ 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." @@ -2260,7 +2267,7 @@ msgstr "" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:181 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2274,13 +2281,13 @@ msgstr "" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:363 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" msgstr "" @@ -2348,10 +2355,10 @@ msgstr "" #: src/screens/Deactivated.tsx:150 #: src/screens/Messages/components/InviteLinkDialog.tsx:500 #: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,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:1732 +#: src/view/com/composer/Composer.tsx:1742 #: 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 @@ -2380,6 +2387,10 @@ msgstr "Anular la cita" msgid "Cancel reactivation and sign out" msgstr "" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "" @@ -2481,7 +2492,7 @@ msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,7 +2509,7 @@ msgid "Chat ended" msgstr "" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:256 +#: src/components/intents/GroupChatJoinDialog.tsx:269 #: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" msgstr "" @@ -2520,12 +2531,12 @@ msgctxt "toast" msgid "Chat muted" msgstr "Silenciรณse la charra" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." msgstr "" -#: src/components/moderation/BlockDialog.tsx:292 +#: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2544,10 +2555,10 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "Configuraciรณn de la charra" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "La charra dexรณ de tar silenciada" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "" @@ -2731,7 +2742,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:533 +#: src/components/dms/MessageItem.tsx:622 msgid "Click to retry failed message" msgstr "Calca pa volver unviar el mensaxe que fallรณ" @@ -2745,6 +2756,7 @@ msgstr "Calca pa volver unviar el mensaxe que fallรณ" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "Calca pa volver unviar el mensaxe que fallรณ" #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:233 -#: src/components/intents/GroupChatJoinDialog.tsx:268 +#: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2804,10 +2816,6 @@ msgstr "Zarrar l'alerta" msgid "Close banner" msgstr "" -#: src/view/com/util/BottomSheetCustomBackdrop.tsx:36 -msgid "Close bottom drawer" -msgstr "Zarrar el caxรณn baxeru" - #. Accessibility label for the button that dismisses the GIF picker error dialog. #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:223 #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:229 @@ -2822,7 +2830,7 @@ msgstr "Zarrar el caxรณn baxeru" msgid "Close dialog" msgstr "Zarrar el diรกlogu" -#: src/view/shell/index.web.tsx:129 +#: src/view/shell/index.web.tsx:127 msgid "Close drawer menu" msgstr "" @@ -2850,10 +2858,10 @@ msgstr "" msgid "Close the incoming requests banner" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:226 -#: src/components/intents/GroupChatJoinDialog.tsx:227 -#: src/components/intents/GroupChatJoinDialog.tsx:263 -#: src/components/intents/GroupChatJoinDialog.tsx:264 +#: 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 msgid "Close this dialog" msgstr "Zarrar esti diรกlogu" @@ -2866,15 +2874,15 @@ msgstr "" msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1740 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 "Contrayer la llista d'usuarios" -#: src/view/com/notifications/NotificationFeedItem.tsx:953 +#: src/view/com/notifications/NotificationFeedItem.tsx:959 msgid "Collapses list of users for a given notification" msgstr "Contrรกi la llista d'usuarios d'una notificaciรณn apurrida" @@ -2920,7 +2928,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:1616 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -2928,11 +2936,11 @@ msgstr "" msgid "Compose reply" msgstr "" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2578 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing video..." msgstr "Comprimiendo'l videuโ€ฆ" @@ -3100,7 +3108,7 @@ msgstr "Dir al pasu siguiente" msgid "Conversation" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "Desaniciรณse la conversaciรณn" @@ -3127,7 +3135,7 @@ msgid "Copied build version to clipboard" msgstr "La versiรณn de la compilaciรณn copiรณse nel cartafueyu" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3154,12 @@ msgstr "ยกCopiรณse!" msgid "Copies build version to clipboard" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:198 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:265 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "Copiar" @@ -3159,8 +3167,8 @@ msgstr "Copiar" msgid "Copy App Password" msgstr "Copiar la contraseรฑa d'aplicaciรณn" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "" @@ -3175,8 +3183,8 @@ msgid "Copy code" msgstr "Copiar el cรณdigu" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "Copiar el DID" @@ -3184,7 +3192,7 @@ msgstr "Copiar el DID" msgid "Copy host" msgstr "Copiar l'agospiador" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:254 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" msgstr "" @@ -3210,8 +3218,8 @@ msgstr "Copiar l'enllaz de la llista" msgid "Copy link to post" msgstr "Copiar l'enllaz de la publicaciรณn" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "" @@ -3219,8 +3227,8 @@ msgstr "" msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "Copiar el testu del mensaxe" @@ -3249,7 +3257,7 @@ msgstr "Copiar el valor de rexistru TXT" msgid "Copyright Policy" msgstr "Polรญtica de derechos d'autor" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" msgstr "" @@ -3261,11 +3269,11 @@ msgstr "" msgid "Could not connect to feed service" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:120 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" msgstr "" @@ -3294,7 +3302,7 @@ msgstr "" msgid "Could not leave chat" msgstr "Nun se pudo colar de la charra" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." msgstr "" @@ -3308,7 +3316,7 @@ msgstr "Nun se pudo cargar el feed" msgid "Could not load list" msgstr "Nun se pudo cargar la llista" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:169 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" msgstr "" @@ -3320,7 +3328,7 @@ msgstr "Nun se pudo silenciar la charra" msgid "Could not process your video" msgstr "Nun se pudo procesar el videu" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." msgstr "" @@ -3329,7 +3337,7 @@ msgstr "" msgid "Could not save changes: {0}" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" msgstr "" @@ -3394,12 +3402,12 @@ msgstr "" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:314 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3457,13 @@ msgstr "" msgid "Create moderation list" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:308 +#: 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 "" -#: src/screens/Messages/ConversationSettings/index.tsx:553 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "" @@ -3479,7 +3487,7 @@ msgstr "" #. placeholder {0}: i18n.date(createdAt, { dateStyle: 'long', timeStyle: 'short', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) #: src/screens/Messages/components/InviteLinkDialog.tsx:355 -#: src/screens/Messages/ConversationSettings/index.tsx:505 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "Data de creaciรณn: {0}" @@ -3624,7 +3632,7 @@ msgstr "" msgid "Delete conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "Desaniciar pa min" @@ -3637,7 +3645,7 @@ msgstr "" msgid "Delete message" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "" @@ -3647,7 +3655,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:1628 msgid "Delete post" msgstr "Desaniciar la publicaciรณn" @@ -3689,6 +3697,10 @@ 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 @@ -3794,9 +3806,9 @@ msgstr "Desactivรณse" #: 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:1411 +#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1661 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3819,14 @@ msgstr "Escartar" msgid "Discard changes?" msgstr "ยฟQuies escartar los cambeos?" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1409 #: 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:1428 -#: src/view/com/composer/Composer.tsx:1655 +#: src/view/com/composer/Composer.tsx:1426 +#: src/view/com/composer/Composer.tsx:1653 msgid "Discard post?" msgstr "ยฟQuies escartar la publicaciรณn?" @@ -3852,7 +3864,7 @@ msgstr "" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2499 msgid "Dismiss error" msgstr "Escartar l'error" @@ -3949,8 +3961,8 @@ msgstr "" #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:146 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3975,7 @@ msgstr "" msgid "Done" msgstr "Fecho" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "Fecho" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:520 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4087,8 +4093,8 @@ msgstr "" msgid "Edit" msgstr "Editar" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "Editar" @@ -4102,8 +4108,8 @@ msgstr "Editar l'avatar" msgid "Edit Feeds" msgstr "Editar los feeds" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "" @@ -4141,8 +4147,8 @@ msgstr "" msgid "Edit list details" msgstr "Editar los detalles de la llista" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "" @@ -4155,7 +4161,7 @@ msgstr "" msgid "Edit My Feeds" msgstr "Ediciรณn de los mios feeds" -#: src/screens/Messages/ConversationSettings/index.tsx:540 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "" @@ -4184,8 +4190,8 @@ msgstr "Editar el perfil" msgid "Edit starter pack" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:486 -#: src/screens/Messages/ConversationSettings/index.tsx:539 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "" @@ -4402,7 +4408,7 @@ msgstr "" msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2598 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Error" @@ -4481,7 +4487,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 "" @@ -4596,8 +4602,8 @@ msgstr "" msgid "Failed to accept join request" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "" @@ -4606,6 +4612,10 @@ msgstr "" msgid "Failed to add members" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "" @@ -4615,7 +4625,7 @@ msgid "Failed to change handle. Please try again." msgstr "El cambรฉu del identificador fallรณ. Volvi tentalo." #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:129 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "" @@ -4664,7 +4674,7 @@ msgstr "" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:374 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "" @@ -4692,7 +4702,7 @@ msgstr "" msgid "Failed to ignore join request" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:137 +#: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4700,14 +4710,14 @@ msgstr "" msgid "Failed to launch SMS app" msgstr "" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:401 +#: 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 "" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "" @@ -4753,15 +4763,20 @@ msgstr "La carga de los feeds suxerรญos fallรณ" msgid "Failed to load suggested follows" msgstr "La carga de los perfiles suxerรญos fallรณ" -#: src/screens/Messages/ConversationSettings/index.tsx:426 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +msgid "Failed to mark all chats as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 +#: src/view/shell/bottom-bar/BottomBar.tsx:450 msgid "Failed to mark all requests as read" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:390 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "" @@ -4783,12 +4798,16 @@ msgstr "" msgid "Failed to remove data. {0}" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:111 +#: 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 "" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "" @@ -4802,7 +4821,7 @@ msgstr "" msgid "Failed to remove verification" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:180 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." msgstr "" @@ -4811,7 +4830,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:648 +#: src/view/com/composer/Composer.tsx:646 msgid "Failed to save draft" msgstr "" @@ -4854,7 +4873,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:435 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "" @@ -5116,16 +5135,16 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 "Siguir" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "" @@ -5149,8 +5168,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "" @@ -5173,9 +5192,9 @@ msgstr "" #. 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:423 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "Siguir tamiรฉn" @@ -5211,7 +5230,7 @@ msgstr "" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:339 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" msgstr "" @@ -5231,10 +5250,10 @@ msgstr "Siguidores que conoces" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 "Siguiendo" @@ -5249,7 +5268,7 @@ msgstr "Siguiendo" #. 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 "" @@ -5467,7 +5486,7 @@ msgstr "" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2603 msgid "GIF uploaded" msgstr "" @@ -5526,8 +5545,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "" @@ -5538,8 +5557,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "" @@ -5547,7 +5566,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 "" @@ -5622,9 +5641,9 @@ msgstr "" msgid "Grooming or predatory behavior" msgstr "" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:321 -#: src/screens/Messages/JoinRequest.tsx:129 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" msgstr "" @@ -5632,17 +5651,17 @@ msgstr "" msgid "Group chat invite link dialog" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:417 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:382 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "" @@ -5653,12 +5672,12 @@ msgid "Group chat settings" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:385 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "" @@ -5682,12 +5701,12 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "" @@ -5829,7 +5848,7 @@ msgstr "" msgid "Hide" msgstr "Esconder" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "Esconder" @@ -5904,7 +5923,7 @@ msgstr "ยฟQuies esconder los temes en tendencia?" msgid "Hide trending videos?" msgstr "ยฟQuies esconder los vรญdeos en tendencia?" -#: src/view/com/notifications/NotificationFeedItem.tsx:951 +#: src/view/com/notifications/NotificationFeedItem.tsx:957 msgid "Hide user list" msgstr "Esconder la llista d'usuarios" @@ -5960,7 +5979,7 @@ msgstr "" #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6210,7 +6229,7 @@ msgstr "" msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "" @@ -6268,7 +6287,7 @@ msgstr "" msgid "Invalid 2FA confirmation code." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:147 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." msgstr "" @@ -6290,7 +6309,7 @@ msgstr "" msgid "Invalid report subject" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:187 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." msgstr "" @@ -6315,15 +6334,15 @@ 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:140 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:155 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6336,17 +6355,17 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:335 #: src/screens/Messages/components/InviteLinkDialog.tsx:514 #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 -#: src/screens/Messages/ConversationSettings/index.tsx:556 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:213 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" msgstr "" @@ -6410,7 +6429,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:2520 +#: src/view/com/composer/Composer.tsx:2518 msgid "Job ID: {0}" msgstr "ID de trabayu: {0}" @@ -6420,7 +6439,7 @@ msgid "Jobs" msgstr "Trabayu" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:282 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" msgstr "" @@ -6431,12 +6450,12 @@ msgstr "" msgid "Join Bluesky" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:71 -#: src/components/intents/GroupChatJoinDialog.tsx:448 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:176 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." msgstr "" @@ -6450,8 +6469,8 @@ msgstr "Xรบnite a la conversaciรณn" msgid "Journalism" msgstr "Periodismu" -#: src/view/com/composer/Composer.tsx:1461 -#: src/view/com/composer/Composer.tsx:1471 +#: src/view/com/composer/Composer.tsx:1459 +#: src/view/com/composer/Composer.tsx:1469 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6609,7 +6628,7 @@ msgid "Learn more." msgstr "Saber mรกs." #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:590 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "Colar" @@ -6623,8 +6642,8 @@ msgstr "Colar" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "" @@ -6644,12 +6663,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "Colar de la conversaciรณn" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:589 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "" @@ -6658,11 +6677,11 @@ msgstr "" msgid "Leaving Bluesky" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: src/screens/Messages/ConversationSettings/prompts.tsx:153 msgid "Leaving this chat will lock it permanently and you wonโ€™t be able to rejoin." msgstr "" -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." msgstr "" @@ -6935,9 +6954,9 @@ msgstr "Cargar los avisos nuevos" msgid "Load new posts" msgstr "Cargar les publicaciones nueves" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "" @@ -6954,23 +6973,23 @@ msgstr "" msgid "Loading..." msgstr "Cargandoโ€ฆ" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:568 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "" @@ -7051,6 +7070,16 @@ msgstr "" msgid "Mark all as read" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:459 +#: src/view/shell/bottom-bar/BottomBar.tsx:463 +msgid "Mark all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:467 +#: src/view/shell/bottom-bar/BottomBar.tsx:471 +msgid "Mark all requests as read" +msgstr "" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7089,14 @@ msgstr "Marcar como lleรญu" msgid "Marked all as read" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,7 +7120,7 @@ msgstr "" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Elementos multimedia que puen molestar o nun ser afayadizos pa dalgunos pรบblicos." -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." msgstr "" @@ -7092,7 +7129,7 @@ msgstr "" msgid "Members" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "" @@ -7111,13 +7148,13 @@ msgstr "Menciones" msgid "Menu" msgstr "Menรบ" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 +#: 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" @@ -7132,7 +7169,7 @@ msgstr "" msgid "Message {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "Desaniciรณse'l mensaxe" @@ -7141,13 +7178,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Desaniciรณse'l mensaxe" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:616 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "" @@ -7156,21 +7193,21 @@ msgstr "" msgid "Message from server: {0}" msgstr "Mensaxe del sirvidor: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "" @@ -7178,11 +7215,11 @@ msgstr "" msgid "Messages" msgstr "Mensaxes" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:715 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:621 +#: src/components/dms/MessageItem.tsx:710 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7219,8 +7256,8 @@ msgstr "" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "" @@ -7228,7 +7265,7 @@ msgstr "" msgid "Moderation list by <0/>" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "" @@ -7281,8 +7318,8 @@ msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "Mรกs opciones" @@ -7302,7 +7339,7 @@ msgstr "Filmes" msgid "Music" msgstr "Mรบsica" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "Desactivar el volume" @@ -7320,8 +7357,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "" @@ -7347,7 +7384,7 @@ msgstr "" msgid "Mute these accounts?" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:530 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "" @@ -7389,7 +7426,7 @@ msgstr "Silenciar pallabres y etiquetes" msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "" @@ -7480,7 +7517,7 @@ msgstr "Crear un identificador" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "Nueva" @@ -7490,21 +7527,21 @@ msgctxt "action" msgid "New" msgstr "Nueva" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: 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:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "Charra nueva" @@ -7592,11 +7629,11 @@ msgctxt "action" msgid "New post" msgstr "Publicaciรณn nueva" -#: 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 "" @@ -7718,7 +7755,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 "Yรก nun sigues a {0}" @@ -7726,7 +7763,7 @@ msgstr "Yรก nun sigues a {0}" msgid "No media yet" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "Nun hai nengรบn mensaxe" @@ -7763,7 +7800,7 @@ msgstr "" msgid "No one but the author can quote this post." msgstr "Naide mรกs que l'autor pue citar esta publicaciรณn." -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "" @@ -7831,6 +7868,11 @@ 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" @@ -7895,7 +7937,7 @@ msgstr "Nun s'atopรณ" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "Nota sobre compartir" @@ -7931,7 +7973,7 @@ msgstr "Sonรญos d'avisu" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8017,7 @@ msgstr "" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:722 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8008,11 +8050,11 @@ 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:862 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:861 +#: src/view/com/composer/Composer.tsx:859 msgid "One or more images is missing alt text." msgstr "A una o mรกs imรกxenes fรกlta-yos el testu alternativu." @@ -8024,11 +8066,11 @@ msgstr "" 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:657 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:869 msgid "One or more videos is missing alt text." msgstr "A unu o mรกs vรญdeos fรกlta-yos el testu alternativu." @@ -8041,7 +8083,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:233 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8053,7 +8095,7 @@ msgstr "" msgid "Only admins can ignore join requests." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:145 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." msgstr "" @@ -8068,12 +8110,12 @@ msgid "Only image files are supported" msgstr "" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:222 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:292 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" msgstr "" @@ -8107,7 +8149,7 @@ msgid "Open camera" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:437 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" msgstr "" @@ -8115,8 +8157,8 @@ msgstr "" msgid "Open chat member options for {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "" @@ -8128,9 +8170,9 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2158 msgid "Open emoji picker" msgstr "Abrir el selector de fustaxes" @@ -8151,7 +8193,7 @@ msgstr "" msgid "Open Germ DM" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" msgstr "" @@ -8166,11 +8208,11 @@ msgid "Open in Google Translate" msgstr "" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "" @@ -8221,7 +8263,7 @@ msgstr "" msgid "Open system log" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" msgstr "" @@ -8275,13 +8317,13 @@ msgstr "" msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" -#: src/screens/Messages/JoinRequest.tsx:309 +#: 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 "" -#: src/screens/Messages/JoinRequest.tsx:295 +#: 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" @@ -8341,7 +8383,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 "Abre esti perfil" @@ -8513,6 +8555,16 @@ msgstr "Persones que siguen a @{0}" msgid "People I follow" msgstr "" +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "" @@ -8813,7 +8865,7 @@ msgstr "Polรญtica" msgid "Porn" msgstr "Pornu" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post" msgstr "Publicar" @@ -8833,12 +8885,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Post All" msgstr "Publicar too" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1468 msgid "Post anyway" msgstr "" @@ -9015,11 +9067,11 @@ msgstr "Polรญtica de privacidรก" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2592 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing video..." msgstr "Procesando'l videuโ€ฆ" @@ -9031,7 +9083,7 @@ msgstr "Procesandoโ€ฆ" msgid "profile" msgstr "perfil" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9117,22 @@ 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:1790 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:1785 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:1774 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:1779 msgid "Publish reply" msgstr "" @@ -9109,7 +9161,7 @@ msgid "QR code has been downloaded!" msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:122 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "ยกEl cรณdigu QR guardรณse nel carrete!" @@ -9172,8 +9224,8 @@ msgstr "" msgid "React with {emoji}" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "" @@ -9268,10 +9320,6 @@ msgstr "" msgid "Reconnect" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "" - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" @@ -9291,12 +9339,14 @@ msgstr "" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "Volver cargar les conversaciones" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9355,9 @@ msgstr "Volver cargar les conversaciones" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "Quitar" @@ -9326,7 +9375,7 @@ msgstr "" msgid "Remove {displayName} from this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" msgstr "" @@ -9443,14 +9492,14 @@ msgstr "" msgid "Remove unavailable moderation services" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "" @@ -9466,8 +9515,8 @@ msgstr "" msgid "Removed by you" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "Quitรณse de la llista" @@ -9535,6 +9584,14 @@ msgctxt "description" msgid "Replied to you" msgstr "" +#: src/components/dms/MessageItem.tsx:883 +msgid "Replied-to message from {senderName}, tap to scroll to it" +msgstr "" + +#: src/components/dms/MessageItem.tsx:884 +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 @@ -9552,7 +9609,12 @@ msgstr "" msgid "Replies to this post are disabled." msgstr "" -#: src/view/com/composer/Composer.tsx:1804 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "Responder" + +#: src/view/com/composer/Composer.tsx:1802 msgctxt "action" msgid "Reply" msgstr "Responder" @@ -9590,14 +9652,14 @@ msgstr "Anovรณse la visibilidรก de les rempuestes" msgid "Reply was successfully hidden" msgstr "La rempuesta escondiรณse correutamente" -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:582 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "" @@ -9623,7 +9685,7 @@ msgstr "Informar del feed" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "" @@ -9657,7 +9719,7 @@ msgstr "" msgid "Report this feed" msgstr "Informe d'esti feed" -#: src/screens/Messages/ConversationSettings/index.tsx:581 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "" @@ -9737,7 +9799,7 @@ msgstr "Republicaciones d'esta publicaciรณn" msgid "Reposts of your reposts" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:447 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" msgstr "" @@ -9755,7 +9817,7 @@ msgid "Request ignored." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:281 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" msgstr "" @@ -9764,7 +9826,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "" @@ -9791,9 +9853,9 @@ msgstr "" msgid "Required in your region" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:296 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:310 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:115 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:117 msgid "Rescind request" msgstr "" @@ -9872,7 +9934,7 @@ 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:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 #: src/screens/Messages/JoinRequests.tsx:361 @@ -9928,7 +9990,7 @@ msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10015,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:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Guardar los cambeos" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1421 #: 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:1449 #: 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:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10022,13 +10084,13 @@ msgid "Saved to your feeds" msgstr "Guardรณse nos tos feeds" #: 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 "ยกSaluda!" -#: src/screens/Messages/ChatList.tsx:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "" @@ -10058,6 +10120,10 @@ msgstr "" msgid "Scroll right" msgstr "" +#: src/components/dms/MessageItem.tsx:774 +msgid "Scroll to the message this is replying to" +msgstr "" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "" @@ -10067,7 +10133,7 @@ msgstr "" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Buscar" @@ -10148,8 +10214,8 @@ msgstr "" msgid "Search my posts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "" @@ -10425,8 +10491,8 @@ msgstr "" msgid "Send feedback" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "" @@ -10460,7 +10526,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:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "" @@ -10565,7 +10631,7 @@ msgstr "Actividรก sexual o desnudos erรณticos." 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 @@ -10577,7 +10643,7 @@ msgstr "" msgid "Share" msgstr "Compartir" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "Compartir de toes toes" @@ -10641,8 +10707,8 @@ msgstr "Comparti esti paquete d'iniciaciรณn y ayuda a la xente a xunise a la to #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "" @@ -10796,15 +10862,15 @@ msgstr "" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:294 -#: src/screens/Messages/JoinRequest.tsx:300 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,7 +10896,7 @@ msgstr "" msgid "Sign in or create your account to join the conversation!" msgstr "ยกAnicia la sesiรณn o crea una cuenta pa xunite a la conversaciรณn!" -#: src/screens/Messages/JoinRequest.tsx:220 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." msgstr "" @@ -10842,7 +10908,7 @@ msgstr "" msgid "Sign in to Bluesky or create a new account" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:219 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." msgstr "" @@ -10900,7 +10966,7 @@ msgstr "Saltar" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1466 msgid "Skip empty posts?" msgstr "" @@ -10971,12 +11037,12 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:347 msgid "Someone reacted {0}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "" @@ -10996,10 +11062,6 @@ msgstr "" msgid "Someone was removed from the group" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "" - #: 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 "" @@ -11043,8 +11105,8 @@ msgstr "ยฟHai daquรฉ mal? Comรฉntanoslo." 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 "La sesiรณn caducรณ. Volvi aniciala." @@ -11214,13 +11276,13 @@ msgid "Subscribe" msgstr "" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "" @@ -11255,7 +11317,7 @@ msgstr "" msgid "Success!" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" msgstr "" @@ -11355,7 +11417,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:572 +#: src/components/dms/MessageItem.tsx:661 msgid "Tap for details" msgstr "" @@ -11390,7 +11452,7 @@ msgid "Tap to dismiss" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:453 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" msgstr "" @@ -11398,34 +11460,34 @@ msgstr "" msgid "Tap to open this group chat" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:452 +#: src/components/intents/GroupChatJoinDialog.tsx:468 msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:537 +#: src/components/dms/MessageItem.tsx:626 msgid "Tap to retry" msgstr "" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:373 msgid "Tap to view reactions" msgstr "" @@ -11528,7 +11590,7 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "La cuenta va ser a interactuar contigo dempuรฉs de desbloquiala." @@ -11594,7 +11656,7 @@ msgstr "Va predeterminase la configuraciรณn siguiente pa cuando crees publicacio msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:155 +#: src/components/intents/GroupChatJoinDialog.tsx:165 #: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." msgstr "" @@ -11621,7 +11683,7 @@ msgstr "El sirvidor paez que sufre problemes. Volvi tentalo nun momentu." msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "" -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "" @@ -11665,8 +11727,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "" #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:182 +#: 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 "" @@ -11693,7 +11755,7 @@ msgstr "Hebo un problema al catar los avisos. Toca equรญ pa volver tentalo." msgid "There was an issue fetching posts. Tap here to try again." msgstr "Hebo un problema al catar les publicaciones. Toca equรญ pa volver tentalo." -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "Hebo un problema al catar la llista. Toca equรญ pa volver tentalo." @@ -11733,12 +11795,12 @@ msgstr "Hebo un error al anovar los feeds. Comprueba la conexรณn a internet y vo #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "ยกHebo un problema! {0}" @@ -11778,7 +11840,7 @@ msgstr "Esta configuraciรณn namรกs s'aplica al feed ยซSiguiendoยป." msgid "They own this chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." msgstr "" @@ -11828,22 +11890,22 @@ msgstr "" 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 "" -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:287 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:430 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" msgstr "" @@ -11881,7 +11943,7 @@ msgstr "" msgid "This content is not viewable without a Bluesky account." msgstr "Esti contenรญu nun se pue ver ensin una cuenta de Bluesky." -#: src/components/intents/GroupChatJoinDialog.tsx:141 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." msgstr "" @@ -11931,7 +11993,7 @@ msgstr "Esti feed ta baleru." msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "" -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" msgstr "" @@ -11947,11 +12009,11 @@ msgstr "" msgid "This information is private and not shared with other users." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:151 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:223 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" msgstr "" @@ -11997,17 +12059,17 @@ msgstr "" msgid "This list is empty." msgstr "Esta llista ta balera." -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:688 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:658 +#: src/components/dms/MessageItem.tsx:684 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12045,11 +12107,11 @@ 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:1043 +#: src/view/com/composer/Composer.tsx:1041 msgid "This post's author has disabled quote posts." msgstr "L'autor d'esta publicaciรณn desactivรณ les cites." -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "" @@ -12242,8 +12304,8 @@ msgstr "" msgid "Topic" msgstr "Tema" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,7 +12375,7 @@ msgctxt "action" msgid "Try again" msgstr "Retentar" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." msgstr "" @@ -12335,7 +12397,7 @@ msgstr "TV" msgid "Two-factor authentication (2FA)" msgstr "Autenticaciรณn en dos pasos (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "Escribi'l to mensaxe equรญ" @@ -12401,7 +12463,7 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:726 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12409,14 +12471,14 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:211 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "" @@ -12427,8 +12489,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "Desbloquiar la cuenta" @@ -12437,7 +12499,7 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "ยฟQuies desbloquiar la cuenta?" @@ -12474,12 +12536,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "" @@ -12521,11 +12583,11 @@ msgstr "" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:567 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "" @@ -12548,8 +12610,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "" @@ -12562,7 +12624,7 @@ msgstr "Dexar de silenciar la conversaciรณn" msgid "Unmute list" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:529 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "" @@ -12641,7 +12703,7 @@ msgstr "Diรฉstite de baxa d'esta llista" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1557 +#: src/view/com/composer/Composer.tsx:1555 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -12654,12 +12716,9 @@ msgstr "" msgid "Update" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" msgstr "" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 @@ -12669,6 +12728,10 @@ msgstr "" msgid "Update email" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 #: src/screens/Messages/components/InviteLinkDialog.tsx:303 @@ -12680,14 +12743,6 @@ msgstr "" msgid "Update to {domain}" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "" - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "" @@ -12736,7 +12791,7 @@ msgstr "Xubir dende Ficheros" msgid "Upload from Library" msgstr "Xubir dende Biblioteca" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2585 msgid "Uploading GIF..." msgstr "" @@ -12750,7 +12805,7 @@ msgstr "Xubiendo les imรกxenesโ€ฆ" msgid "Uploading link thumbnail..." msgstr "Xubiendo la miniatura del enllazโ€ฆ" -#: src/view/com/composer/Composer.tsx:2589 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading video..." msgstr "Xubiendo'l videuโ€ฆ" @@ -12826,7 +12881,7 @@ msgid "User Blocks You" msgstr "" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "" @@ -12835,7 +12890,7 @@ msgstr "" msgid "User List by {0}" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "" @@ -12875,16 +12930,6 @@ msgstr "usuarios siguรญos por <0>@{0}" msgid "users following <0>@{0}" msgstr "" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "Valor:" @@ -12912,8 +12957,8 @@ msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "" @@ -13039,7 +13084,7 @@ msgstr "Nun s'atopรณ'l videu." msgid "Video settings" msgstr "" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2605 msgid "Video uploaded" msgstr "Xubiรณse'l videu" @@ -13056,14 +13101,14 @@ msgstr "Vรญdeos" msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1150 +#: src/view/com/composer/Composer.tsx:1148 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "" @@ -13078,7 +13123,7 @@ msgstr "Ver l'avatar de {0}" #: 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 "Ver el perfil de {0}" @@ -13092,7 +13137,7 @@ msgstr "" msgid "View {displayName}โ€™s profile" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "" @@ -13145,7 +13190,7 @@ msgstr "Ver mรกs" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1143 msgid "View post" msgstr "" @@ -13162,10 +13207,10 @@ msgstr "Ver el perfil" msgid "View profile banner" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "" @@ -13173,7 +13218,7 @@ msgstr "" msgid "View the avatar" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:554 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "" @@ -13441,7 +13486,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:1039 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Desaniciรณse la publicaciรณn a la que tas respondiendo." @@ -13492,7 +13537,7 @@ msgid "What do you want to call your starter pack?" msgstr "ยฟCรณmo quies llamar al paquete d'iniciaciรณn?" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1519 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "ยฟQue pasรณ?" @@ -13519,7 +13564,7 @@ msgid "Who can verify?" msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "ยกMeca!" @@ -13578,7 +13623,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:1437 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13587,12 +13632,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1617 +#: src/view/com/composer/Composer.tsx:1615 msgid "Write post" msgstr "" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1517 msgid "Write your reply" msgstr "Escribir una rempuesta" @@ -13658,7 +13703,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:610 +#: src/components/dms/MessageItem.tsx:699 msgid "You are blocking {0}" msgstr "" @@ -13764,11 +13809,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:221 +#: src/view/com/composer/Composer.tsx:220 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:1442 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13803,8 +13848,8 @@ msgstr "" msgid "You can update this later from your settings." msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:115 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13839,7 +13884,7 @@ msgstr "Nun tienes nengรบn feed guardรกu." msgid "You got here first" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:166 +#: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and canโ€™t join it using this link." msgstr "" @@ -13884,6 +13929,7 @@ msgstr "Silenciesti esta cuenta." msgid "You have muted this user" msgstr "Silenciesti esti usuariu" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "Nun tienes nenguna llista." @@ -13912,7 +13958,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:1434 +#: src/view/com/composer/Composer.tsx:1432 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -13970,7 +14016,7 @@ msgstr "" msgid "You may only add up to 3 feeds" msgstr "Namรกs pues amestar hasta 3 feeds" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." msgstr "" @@ -13983,7 +14029,7 @@ msgid "You must be following at least seven other people to generate a starter p msgstr "Tienes de siguir a, polo menos, siete persones mรกs pa xenerar un paquete d'iniciaciรณn." #: src/components/StarterPack/QrCodeDialog.tsx:69 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:89 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" @@ -14009,12 +14055,12 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:259 +#: src/components/dms/MessageItem.tsx:340 msgid "You reacted {0}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "" @@ -14023,8 +14069,20 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" +#: src/components/dms/MessageItem.tsx:804 +msgid "You replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:802 +msgid "You replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:800 +msgid "You replied to yourself" +msgstr "" + #. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 msgid "You requested to join" msgstr "" @@ -14050,12 +14108,12 @@ msgstr "Agora vas recibir avisos d'esti filu" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "Vas recibir un mensaxe per corrรฉu electrรณnicu con un cรณdigu. Introduzlu equรญ y escribi la contraseรฑa nueva." -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "" #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "" @@ -14127,7 +14185,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:646 +#: src/view/com/composer/Composer.tsx:644 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14199,11 +14257,11 @@ msgstr "Desactivรกronse les charres" 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 "" @@ -14295,11 +14353,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:1139 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1136 msgid "Your posts were sent" msgstr "" @@ -14320,7 +14378,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:1140 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your reply was sent" msgstr "" @@ -14333,7 +14391,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:1467 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 d99871bfe9..ee3d0b3a23 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-10 21:06\n" +"PO-Revision-Date: 2026-06-17 12:23\n" "Last-Translator: \n" "Language-Team: Azerbaijani\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:876 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" msgstr "" -#: src/components/dms/getMessageInfo.ts:73 +#: src/components/dms/getMessageInfo.ts:105 +#: src/components/dms/MessageItem.tsx:878 +#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "" @@ -75,7 +79,7 @@ msgstr "" msgid "{0, plural, one {# like} other {# likes}}" msgstr "" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "" @@ -97,7 +101,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:269 +#: src/components/dms/MessageItem.tsx:335 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "" @@ -118,15 +122,15 @@ msgstr "" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "" @@ -199,13 +203,13 @@ msgid "{0} <0>in <1>text & tags" msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:41 +#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:44 msgid "{0} added to chat" msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:43 +#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:46 msgid "{0} and {1} added to chat" msgstr "" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:712 msgid "{0} is blocking you" msgstr "" @@ -273,7 +277,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:330 msgid "{0} reacted {1}" msgstr "" @@ -299,7 +303,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:46 +#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 msgid "{0}, {1} and {memberCount, plural, one {# other} other {# others}} added to chat" msgstr "" @@ -326,24 +330,22 @@ msgstr "" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:136 +#: src/screens/Messages/JoinRequest.tsx:139 msgctxt "group-chat-member-count" msgid "{0}/{1}" msgstr "" #. The number of members in a group chat, in the format '{members}/{total} members'. -#. placeholder {0}: preview.memberCount -#. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 -msgid "{0}/{1} {2, plural, one {member} other {members}}" -msgstr "" - -#. The number of active group chat members out of the total number allowed. +#. The number of members in a group chat, in the format '{members}/{total} members'. #. placeholder {0}: joinLinkPreview.memberCount +#. placeholder {0}: preview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:307 -msgid "{0}/{1} members" +#. placeholder {1}: preview.memberLimit +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 +msgid "{0}/{1} {2, plural, one {member} other {members}}" msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. @@ -377,7 +379,7 @@ msgstr "" msgid "{0}s" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:427 +#: src/screens/Messages/JoinRequests.tsx:433 msgid "{count, plural, =0 {No requests to join} one {# request to join} other {# requests to join}}" msgstr "" @@ -389,7 +391,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -397,33 +399,11 @@ msgstr "" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "" - #. Displayed when there are more requests to join a group chat than have been loaded -#: src/screens/Messages/JoinRequests.tsx:421 +#: src/screens/Messages/JoinRequests.tsx:427 msgid "{count, plural, other {#+ requests to join}}" msgstr "" -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "" - #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" msgstr "" @@ -659,12 +639,12 @@ msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "" @@ -697,6 +677,18 @@ msgstr "" msgid "{rank}." msgstr "" +#: src/components/dms/MessageItem.tsx:822 +msgid "{replierDisplayName} replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:818 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:816 +msgid "{replierDisplayName} replied to you" +msgstr "" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "" @@ -873,10 +875,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 -#: src/screens/Messages/JoinRequests.tsx:187 -#: src/screens/Messages/JoinRequests.tsx:219 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 +#: src/screens/Messages/JoinRequests.tsx:192 +#: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." msgstr "" @@ -928,7 +930,7 @@ msgid "Accept" msgstr "" #. Accept a request to join a chat -#: src/screens/Messages/JoinRequests.tsx:458 +#: src/screens/Messages/JoinRequests.tsx:464 msgctxt "button" msgid "Accept" msgstr "" @@ -937,7 +939,7 @@ msgstr "" msgid "Accept chat request" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:452 +#: src/screens/Messages/JoinRequests.tsx:458 msgid "Accept join request" msgstr "" @@ -955,7 +957,7 @@ msgstr "" msgid "Accepted conversations" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:101 +#: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -979,13 +981,13 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:119 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "" @@ -1025,21 +1027,21 @@ msgstr "" msgid "Account removed from quick access" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:106 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "" @@ -1054,12 +1056,13 @@ msgstr "" msgid "Activity from others" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "" @@ -1112,11 +1115,11 @@ msgstr "" msgid "Add another account" msgstr "" -#: src/view/com/composer/Composer.tsx:1505 +#: src/view/com/composer/Composer.tsx:1520 msgid "Add another post" msgstr "" -#: src/view/com/composer/Composer.tsx:2168 +#: src/view/com/composer/Composer.tsx:2183 msgid "Add another post to thread" msgstr "" @@ -1151,9 +1154,9 @@ msgstr "" msgid "Add media to post" msgstr "" -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:69 -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:103 -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:122 +#: 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 "" @@ -1175,14 +1178,14 @@ msgstr "" msgid "Add muted words and tags" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:130 -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:169 +#: 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 "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "" @@ -1214,8 +1217,8 @@ msgstr "" msgid "Add this feed to your feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "" @@ -1246,8 +1249,8 @@ msgstr "" msgid "Added by invite link" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "" @@ -1269,7 +1272,7 @@ msgid "Additional details (limit 300 characters)" msgstr "" #: src/screens/Messages/ConversationSettings/Member.tsx:94 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:152 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:155 msgid "Admin" msgstr "" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "" @@ -1520,8 +1523,8 @@ msgstr "" msgid "An error occurred while loading your lists :/" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:78 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/components/StarterPack/QrCodeDialog.tsx:81 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "" @@ -1565,7 +1568,7 @@ msgstr "" msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:190 +#: 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 "" @@ -1643,17 +1646,17 @@ msgstr "" msgid "Anyone can interact" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:318 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:145 -#: src/screens/Messages/components/InviteLinkDialog.tsx:146 +#: src/screens/Messages/components/InviteLinkDialog.tsx:153 +#: src/screens/Messages/components/InviteLinkDialog.tsx:154 msgid "Anyone can join instantly" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:150 -#: src/screens/Messages/components/InviteLinkDialog.tsx:151 +#: src/screens/Messages/components/InviteLinkDialog.tsx:158 +#: src/screens/Messages/components/InviteLinkDialog.tsx:159 msgid "Anyone can request to join" msgstr "" @@ -1663,7 +1666,7 @@ msgstr "" msgid "Anyone who follows me" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:458 +#: 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 "" @@ -1796,8 +1799,8 @@ msgstr "" msgid "Are you sure you want to discard your changes?" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "" @@ -1814,11 +1817,11 @@ msgid "Are you sure you want to remove this from your feeds?" msgstr "" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1641 +#: src/view/com/composer/Composer.tsx:1656 msgid "Are you sure you'd like to discard this post?" msgstr "" @@ -1899,8 +1902,8 @@ msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:178 #: src/screens/Messages/components/ChatDisabled.tsx:164 #: src/screens/Messages/components/ChatDisabled.tsx:166 -#: src/screens/Messages/components/InviteLinkDialog.tsx:268 -#: src/screens/Messages/components/InviteLinkDialog.tsx:296 +#: src/screens/Messages/components/InviteLinkDialog.tsx:276 +#: src/screens/Messages/components/InviteLinkDialog.tsx:304 #: src/screens/Messages/Inbox.tsx:240 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 @@ -1958,12 +1961,12 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:96 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." msgstr "" @@ -1994,12 +1997,12 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:186 #: src/components/moderation/BlockDialog.tsx:192 #: src/components/moderation/BlockDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:224 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 msgid "Block" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:213 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:216 msgid "Block {displayName}" msgstr "" @@ -2009,8 +2012,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "" @@ -2088,6 +2091,10 @@ 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 "" @@ -2260,7 +2267,7 @@ msgstr "" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:174 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2274,13 +2281,13 @@ msgstr "" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:341 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" msgstr "" @@ -2346,12 +2353,12 @@ msgstr "" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/lib/media/picker.tsx:38 #: src/screens/Deactivated.tsx:150 -#: src/screens/Messages/components/InviteLinkDialog.tsx:480 -#: src/screens/Messages/components/InviteLinkDialog.tsx:484 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/components/InviteLinkDialog.tsx:500 +#: src/screens/Messages/components/InviteLinkDialog.tsx:504 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,8 @@ msgstr "" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1719 -#: src/view/com/composer/Composer.tsx:1729 +#: src/view/com/composer/Composer.tsx:1734 +#: src/view/com/composer/Composer.tsx:1744 #: 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 @@ -2380,6 +2387,10 @@ msgstr "" msgid "Cancel reactivation and sign out" msgstr "" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "" @@ -2481,7 +2492,7 @@ msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,8 +2509,8 @@ msgid "Chat ended" msgstr "" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:234 -#: src/screens/Messages/JoinRequest.tsx:90 +#: src/components/intents/GroupChatJoinDialog.tsx:269 +#: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" msgstr "" @@ -2520,12 +2531,12 @@ msgctxt "toast" msgid "Chat muted" msgstr "" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." msgstr "" -#: src/components/moderation/BlockDialog.tsx:292 +#: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2544,10 +2555,10 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "" @@ -2630,7 +2641,7 @@ msgstr "" msgid "Choose this color as your avatar" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:235 +#: src/screens/Messages/components/InviteLinkDialog.tsx:243 msgid "Choose who can join this group chat and how." msgstr "" @@ -2684,7 +2695,7 @@ msgstr "" msgid "click here" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:126 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:129 msgid "Click here to add people to this group chat" msgstr "" @@ -2692,7 +2703,7 @@ msgstr "" msgid "Click here to contact our support team" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:140 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:143 msgid "Click here to create or manage an invite link for this group chat" msgstr "" @@ -2722,7 +2733,7 @@ msgstr "" msgid "Click here to update your email" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:141 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:144 msgid "Click here to view the invite link for this group chat" msgstr "" @@ -2731,7 +2742,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:533 +#: src/components/dms/MessageItem.tsx:631 msgid "Click to retry failed message" msgstr "" @@ -2745,6 +2756,7 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "" #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:211 #: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2782,8 +2794,8 @@ msgstr "" #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:217 #: src/features/liveNow/components/EditLiveDialog.tsx:223 -#: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/components/InviteLinkDialog.tsx:509 +#: src/screens/Messages/components/InviteLinkDialog.tsx:524 +#: src/screens/Messages/components/InviteLinkDialog.tsx:529 #: src/screens/Settings/components/ChangePasswordDialog.tsx:288 #: src/screens/Settings/components/ChangePasswordDialog.tsx:293 #: src/view/com/feeds/MissingFeed.tsx:211 @@ -2850,10 +2862,10 @@ msgstr "" msgid "Close the incoming requests banner" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:204 -#: src/components/intents/GroupChatJoinDialog.tsx:205 -#: src/components/intents/GroupChatJoinDialog.tsx:241 -#: src/components/intents/GroupChatJoinDialog.tsx:242 +#: 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 msgid "Close this dialog" msgstr "" @@ -2866,7 +2878,7 @@ msgstr "" msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:1727 +#: src/view/com/composer/Composer.tsx:1742 msgid "Closes post composer and discards post draft" msgstr "" @@ -2920,7 +2932,7 @@ msgid "Compose new post" msgstr "" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1603 +#: src/view/com/composer/Composer.tsx:1618 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -2928,11 +2940,11 @@ msgstr "" msgid "Compose reply" msgstr "" -#: src/view/com/composer/Composer.tsx:2565 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2567 +#: src/view/com/composer/Composer.tsx:2582 msgid "Compressing video..." msgstr "" @@ -3100,7 +3112,7 @@ msgstr "" msgid "Conversation" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "" @@ -3117,8 +3129,8 @@ msgid "Conversation left" msgstr "" #: src/components/dms/LeaveConvoPrompt.tsx:40 -#: src/screens/Messages/JoinRequests.tsx:191 -#: src/screens/Messages/JoinRequests.tsx:223 +#: src/screens/Messages/JoinRequests.tsx:196 +#: src/screens/Messages/JoinRequests.tsx:229 msgid "Conversation not found." msgstr "" @@ -3127,7 +3139,7 @@ msgid "Copied build version to clipboard" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3158,12 @@ msgstr "" msgid "Copies build version to clipboard" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:252 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:195 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:262 +#: src/components/StarterPack/QrCodeDialog.tsx:198 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "" @@ -3159,8 +3171,8 @@ msgstr "" msgid "Copy App Password" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "" @@ -3175,8 +3187,8 @@ msgid "Copy code" msgstr "" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "" @@ -3184,7 +3196,7 @@ msgstr "" msgid "Copy host" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:251 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" msgstr "" @@ -3210,8 +3222,8 @@ msgstr "" msgid "Copy link to post" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "" @@ -3219,8 +3231,8 @@ msgstr "" msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "" @@ -3234,7 +3246,7 @@ msgstr "" msgid "Copy post text" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:181 +#: src/components/StarterPack/QrCodeDialog.tsx:184 msgid "Copy QR code" msgstr "" @@ -3249,7 +3261,7 @@ msgstr "" msgid "Copyright Policy" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" msgstr "" @@ -3261,11 +3273,11 @@ msgstr "" msgid "Could not connect to feed service" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:117 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" msgstr "" @@ -3294,7 +3306,7 @@ msgstr "" msgid "Could not leave chat" msgstr "" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." msgstr "" @@ -3308,7 +3320,7 @@ msgstr "" msgid "Could not load list" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:166 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" msgstr "" @@ -3320,7 +3332,7 @@ msgstr "" msgid "Could not process your video" msgstr "" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." msgstr "" @@ -3329,7 +3341,7 @@ msgstr "" msgid "Could not save changes: {0}" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" msgstr "" @@ -3373,7 +3385,7 @@ msgstr "" msgid "Create a list from this starter pack" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:166 +#: src/components/StarterPack/QrCodeDialog.tsx:169 msgid "Create a QR code for a starter pack" msgstr "" @@ -3394,12 +3406,12 @@ msgstr "" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:307 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3461,13 @@ msgstr "" msgid "Create moderation list" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:301 +#: 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 "" -#: src/screens/Messages/ConversationSettings/index.tsx:547 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "" @@ -3478,8 +3490,8 @@ msgstr "" #. 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', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) -#: src/screens/Messages/components/InviteLinkDialog.tsx:341 -#: src/screens/Messages/ConversationSettings/index.tsx:499 +#: src/screens/Messages/components/InviteLinkDialog.tsx:355 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "" @@ -3624,7 +3636,7 @@ msgstr "" msgid "Delete conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "" @@ -3637,7 +3649,7 @@ msgstr "" msgid "Delete message" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "" @@ -3647,7 +3659,7 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1630 msgid "Delete post" msgstr "" @@ -3689,6 +3701,10 @@ 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 @@ -3741,8 +3757,8 @@ msgstr "" msgid "Dim" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:373 -#: src/screens/Messages/components/InviteLinkDialog.tsx:378 +#: src/screens/Messages/components/InviteLinkDialog.tsx:385 +#: src/screens/Messages/components/InviteLinkDialog.tsx:390 msgid "Disable" msgstr "" @@ -3768,8 +3784,8 @@ msgstr "" msgid "Disable haptic feedback" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:468 -#: src/screens/Messages/components/InviteLinkDialog.tsx:474 +#: src/screens/Messages/components/InviteLinkDialog.tsx:488 +#: src/screens/Messages/components/InviteLinkDialog.tsx:494 msgid "Disable link" msgstr "" @@ -3781,7 +3797,7 @@ msgstr "" msgid "Disable replies entirely" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:455 +#: src/screens/Messages/components/InviteLinkDialog.tsx:475 msgid "Disable this invite link?" msgstr "" @@ -3794,9 +3810,9 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1398 -#: src/view/com/composer/Composer.tsx:1442 -#: src/view/com/composer/Composer.tsx:1648 +#: 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/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3823,14 @@ msgstr "" msgid "Discard changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1396 +#: src/view/com/composer/Composer.tsx:1411 #: 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:1413 -#: src/view/com/composer/Composer.tsx:1640 +#: src/view/com/composer/Composer.tsx:1428 +#: src/view/com/composer/Composer.tsx:1655 msgid "Discard post?" msgstr "" @@ -3852,7 +3868,7 @@ msgstr "" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2486 +#: src/view/com/composer/Composer.tsx:2501 msgid "Dismiss error" msgstr "" @@ -3949,8 +3965,8 @@ msgstr "" #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:143 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:149 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3979,7 @@ msgstr "" msgid "Done" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:525 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4087,8 +4097,8 @@ msgstr "" msgid "Edit" msgstr "" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "" @@ -4102,8 +4112,8 @@ msgstr "" msgid "Edit Feeds" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "" @@ -4123,16 +4133,16 @@ msgstr "" msgid "Edit interests" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:293 +#: src/screens/Messages/JoinRequests.tsx:299 msgid "Edit invite link" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:299 +#: src/screens/Messages/JoinRequests.tsx:305 msgctxt "button" msgid "Edit invite link" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:355 +#: src/screens/Messages/components/InviteLinkDialog.tsx:369 msgid "Edit link settings" msgstr "" @@ -4141,8 +4151,8 @@ msgstr "" msgid "Edit list details" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "" @@ -4155,7 +4165,7 @@ msgstr "" msgid "Edit My Feeds" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:534 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "" @@ -4184,8 +4194,8 @@ msgstr "" msgid "Edit starter pack" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:480 -#: src/screens/Messages/ConversationSettings/index.tsx:533 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "" @@ -4402,7 +4412,7 @@ msgstr "" msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2600 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "" @@ -4592,20 +4602,24 @@ msgctxt "toast" msgid "Failed to accept chat" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:185 +#: src/screens/Messages/JoinRequests.tsx:190 msgid "Failed to accept join request" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:88 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:42 -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:60 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:45 +#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:63 msgid "Failed to add members" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "" @@ -4615,7 +4629,7 @@ msgid "Failed to change handle. Please try again." msgstr "" #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "" @@ -4628,7 +4642,7 @@ msgstr "" msgid "Failed to create conversation" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:101 +#: src/screens/Messages/components/InviteLinkDialog.tsx:106 msgid "Failed to create invite link" msgstr "" @@ -4655,7 +4669,7 @@ msgstr "" msgid "Failed to delete starter pack" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:124 +#: src/screens/Messages/components/InviteLinkDialog.tsx:132 msgid "Failed to disable invite link" msgstr "" @@ -4664,15 +4678,15 @@ msgstr "" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:114 +#: src/screens/Messages/components/InviteLinkDialog.tsx:119 msgid "Failed to edit invite link" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:134 +#: src/screens/Messages/components/InviteLinkDialog.tsx:142 msgid "Failed to enable invite link" msgstr "" @@ -4688,11 +4702,11 @@ msgstr "" msgid "Failed to hide suggestion, please check your internet connection" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:217 +#: src/screens/Messages/JoinRequests.tsx:223 msgid "Failed to ignore join request" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:124 +#: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4700,14 +4714,14 @@ msgstr "" msgid "Failed to launch SMS app" msgstr "" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:396 +#: 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 "" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "" @@ -4753,15 +4767,20 @@ msgstr "" msgid "Failed to load suggested follows" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +msgid "Failed to mark all chats as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 +#: src/view/shell/bottom-bar/BottomBar.tsx:450 msgid "Failed to mark all requests as read" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:383 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "" @@ -4783,18 +4802,22 @@ msgstr "" msgid "Failed to remove data. {0}" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:111 +#: 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 "" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "" #: src/screens/Messages/ConversationSettings/Member.tsx:56 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:73 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:76 msgid "Failed to remove group chat member" msgstr "" @@ -4802,7 +4825,7 @@ msgstr "" msgid "Failed to remove verification" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:158 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." msgstr "" @@ -4854,7 +4877,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:429 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "" @@ -5116,7 +5139,7 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 @@ -5125,7 +5148,7 @@ msgstr "" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "" @@ -5149,8 +5172,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "" @@ -5173,7 +5196,7 @@ msgstr "" #. 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:423 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 #: src/view/com/notifications/NotificationFeedItem.tsx:868 #: src/view/com/notifications/NotificationFeedItem.tsx:875 msgid "Follow back" @@ -5211,7 +5234,7 @@ msgstr "" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:317 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" msgstr "" @@ -5231,7 +5254,7 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 @@ -5359,17 +5382,17 @@ msgstr "" msgid "Generate a starter pack" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:231 -#: src/screens/Messages/components/InviteLinkDialog.tsx:269 -#: src/screens/Messages/components/InviteLinkDialog.tsx:297 +#: 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 "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:426 +#: src/screens/Messages/components/InviteLinkDialog.tsx:446 msgid "Generate new invite link" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:431 +#: src/screens/Messages/components/InviteLinkDialog.tsx:451 msgid "Generate new link" msgstr "" @@ -5457,8 +5480,8 @@ msgstr "" #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:71 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:81 -#: src/screens/Messages/components/InviteLinkDialog.tsx:211 -#: src/screens/Messages/components/InviteLinkDialog.tsx:218 +#: src/screens/Messages/components/InviteLinkDialog.tsx:219 +#: src/screens/Messages/components/InviteLinkDialog.tsx:226 msgid "Get started" msgstr "" @@ -5467,7 +5490,7 @@ msgstr "" msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2590 +#: src/view/com/composer/Composer.tsx:2605 msgid "GIF uploaded" msgstr "" @@ -5526,8 +5549,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "" @@ -5538,8 +5561,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "" @@ -5573,7 +5596,7 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:262 #: src/screens/Messages/components/MessagesListInfoPanel.tsx:98 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:191 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:194 #: src/view/shell/desktop/LeftNav.tsx:336 #: src/view/shell/desktop/LeftNav.tsx:342 msgid "Go to profile" @@ -5622,43 +5645,43 @@ msgstr "" msgid "Grooming or predatory behavior" msgstr "" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:299 -#: src/screens/Messages/JoinRequest.tsx:122 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:536 +#: src/screens/Messages/components/InviteLinkDialog.tsx:556 msgid "Group chat invite link dialog" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:412 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:376 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:364 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "" #: src/Navigation.tsx:496 -#: src/screens/Messages/ConversationSettings/index.tsx:111 +#: src/screens/Messages/ConversationSettings/index.tsx:113 msgid "Group chat settings" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:414 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:378 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "" @@ -5672,7 +5695,7 @@ msgid "Group chats are only available to users 18 and over." msgstr "" #. placeholder {0}: convo.details.memberLimit -#: src/screens/Messages/components/InviteLinkDialog.tsx:197 +#: src/screens/Messages/components/InviteLinkDialog.tsx:205 msgid "Group chats can only have a maximum of {0, plural, other {# people}}." msgstr "" @@ -5682,12 +5705,12 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "" @@ -5960,7 +5983,7 @@ msgstr "" #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6210,7 +6233,7 @@ msgstr "" msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "" @@ -6268,7 +6291,7 @@ msgstr "" msgid "Invalid 2FA confirmation code." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:134 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." msgstr "" @@ -6290,7 +6313,7 @@ msgstr "" msgid "Invalid report subject" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:165 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." msgstr "" @@ -6315,15 +6338,15 @@ msgstr "" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:137 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6331,22 +6354,22 @@ msgstr "" msgid "Invite friends <0/>" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:185 -#: src/screens/Messages/components/InviteLinkDialog.tsx:321 -#: src/screens/Messages/components/InviteLinkDialog.tsx:327 -#: src/screens/Messages/components/InviteLinkDialog.tsx:494 -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:146 -#: src/screens/Messages/ConversationSettings/index.tsx:550 +#: src/screens/Messages/components/InviteLinkDialog.tsx:193 +#: src/screens/Messages/components/InviteLinkDialog.tsx:329 +#: src/screens/Messages/components/InviteLinkDialog.tsx:335 +#: src/screens/Messages/components/InviteLinkDialog.tsx:514 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:210 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:123 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" msgstr "" @@ -6355,7 +6378,7 @@ msgid "Invite link created" msgstr "" #: src/components/dms/getSystemMessageInfo.ts:138 -#: src/screens/Messages/components/InviteLinkDialog.tsx:321 +#: src/screens/Messages/components/InviteLinkDialog.tsx:329 msgid "Invite link disabled" msgstr "" @@ -6380,7 +6403,7 @@ msgstr "" msgid "Invite your friends to follow your favorite feeds and people" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:152 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:155 msgid "Invited" msgstr "" @@ -6410,7 +6433,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:2505 +#: src/view/com/composer/Composer.tsx:2520 msgid "Job ID: {0}" msgstr "" @@ -6420,7 +6443,7 @@ msgid "Jobs" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:260 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" msgstr "" @@ -6431,12 +6454,12 @@ msgstr "" msgid "Join Bluesky" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:68 -#: src/components/intents/GroupChatJoinDialog.tsx:426 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:154 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." msgstr "" @@ -6450,8 +6473,8 @@ msgstr "" msgid "Journalism" msgstr "" -#: src/view/com/composer/Composer.tsx:1446 -#: src/view/com/composer/Composer.tsx:1456 +#: src/view/com/composer/Composer.tsx:1461 +#: src/view/com/composer/Composer.tsx:1471 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6609,7 +6632,7 @@ msgid "Learn more." msgstr "" #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:585 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "" @@ -6623,8 +6646,8 @@ msgstr "" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "" @@ -6644,12 +6667,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:584 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "" @@ -6658,11 +6681,11 @@ msgstr "" msgid "Leaving Bluesky" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: src/screens/Messages/ConversationSettings/prompts.tsx:153 msgid "Leaving this chat will lock it permanently and you wonโ€™t be able to rejoin." msgstr "" -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." msgstr "" @@ -6935,9 +6958,9 @@ msgstr "" msgid "Load new posts" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "" @@ -6954,23 +6977,23 @@ msgstr "" msgid "Loading..." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:564 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:562 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:564 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "" @@ -7051,6 +7074,16 @@ msgstr "" msgid "Mark all as read" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:459 +#: src/view/shell/bottom-bar/BottomBar.tsx:463 +msgid "Mark all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:467 +#: src/view/shell/bottom-bar/BottomBar.tsx:471 +msgid "Mark all requests as read" +msgstr "" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7093,14 @@ msgstr "" msgid "Marked all as read" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,7 +7124,7 @@ msgstr "" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "" -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." msgstr "" @@ -7092,7 +7133,7 @@ msgstr "" msgid "Members" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "" @@ -7111,14 +7152,14 @@ msgstr "" msgid "Menu" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:200 +#: 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 "" @@ -7128,11 +7169,11 @@ msgstr "" msgid "Message {0}" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:196 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:199 msgid "Message {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "" @@ -7141,13 +7182,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:625 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "" @@ -7156,21 +7197,21 @@ msgstr "" msgid "Message from server: {0}" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "" @@ -7178,11 +7219,11 @@ msgstr "" msgid "Messages" msgstr "" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:724 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:621 +#: src/components/dms/MessageItem.tsx:719 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7219,8 +7260,8 @@ msgstr "" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "" @@ -7228,7 +7269,7 @@ msgstr "" msgid "Moderation list by <0/>" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "" @@ -7281,8 +7322,8 @@ msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "" @@ -7302,7 +7343,7 @@ msgstr "" msgid "Music" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:526 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "" @@ -7320,8 +7361,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "" @@ -7347,7 +7388,7 @@ msgstr "" msgid "Mute these accounts?" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:524 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "" @@ -7389,7 +7430,7 @@ msgstr "" msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:526 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "" @@ -7480,7 +7521,7 @@ msgstr "" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "" @@ -7500,28 +7541,28 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:58 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:61 msgid "New chat with {0}" msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:62 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:65 msgid "New chat with {0} and {1}" msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:70 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:73 msgid "New chat with {0}, {1}, and {memberCount, plural, one {{memberCount} more} other {{memberCount} more}}." msgstr "" @@ -7726,7 +7767,7 @@ msgstr "" msgid "No media yet" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "" @@ -7763,7 +7804,7 @@ msgstr "" msgid "No one but the author can quote this post." msgstr "" -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "" @@ -7831,6 +7872,11 @@ 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" @@ -7895,7 +7941,7 @@ msgstr "" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "" @@ -7931,7 +7977,7 @@ msgstr "" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8021,7 @@ msgstr "" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:731 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8045,15 +8091,15 @@ msgstr "" msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:195 +#: src/screens/Messages/JoinRequests.tsx:200 msgid "Only admins can accept join requests." msgstr "" -#: src/screens/Messages/JoinRequests.tsx:227 +#: src/screens/Messages/JoinRequests.tsx:233 msgid "Only admins can ignore join requests." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:132 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." msgstr "" @@ -8068,12 +8114,12 @@ msgid "Only image files are supported" msgstr "" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:215 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:270 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" msgstr "" @@ -8107,16 +8153,16 @@ msgid "Open camera" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:415 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:139 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:142 msgid "Open chat member options for {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "" @@ -8128,9 +8174,9 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2145 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2160 msgid "Open emoji picker" msgstr "" @@ -8151,7 +8197,7 @@ msgstr "" msgid "Open Germ DM" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:408 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" msgstr "" @@ -8166,11 +8212,11 @@ msgid "Open in Google Translate" msgstr "" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "" @@ -8221,7 +8267,7 @@ msgstr "" msgid "Open system log" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:409 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" msgstr "" @@ -8275,13 +8321,13 @@ msgstr "" msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" -#: src/screens/Messages/JoinRequest.tsx:302 +#: 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 "" -#: src/screens/Messages/JoinRequest.tsx:288 +#: 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" @@ -8490,11 +8536,11 @@ msgstr "" msgid "People" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:156 +#: src/screens/Messages/components/InviteLinkDialog.tsx:164 msgid "People {ownerName} follows can join instantly" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:161 +#: src/screens/Messages/components/InviteLinkDialog.tsx:169 msgid "People {ownerName} follows can request to join" msgstr "" @@ -8513,11 +8559,21 @@ msgstr "" msgid "People I follow" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:155 +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "" + +#: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:160 +#: src/screens/Messages/components/InviteLinkDialog.tsx:168 msgid "People I follow can request to join" msgstr "" @@ -8813,7 +8869,7 @@ msgstr "" msgid "Porn" msgstr "" -#: src/view/com/composer/Composer.tsx:1793 +#: src/view/com/composer/Composer.tsx:1808 msgctxt "action" msgid "Post" msgstr "" @@ -8833,12 +8889,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1791 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post All" msgstr "" -#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1470 msgid "Post anyway" msgstr "" @@ -8898,8 +8954,8 @@ msgstr "" msgid "Post language selection" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:383 #: src/screens/Messages/components/InviteLinkDialog.tsx:395 +#: src/screens/Messages/components/InviteLinkDialog.tsx:411 msgid "Post link" msgstr "" @@ -8957,7 +9013,7 @@ msgstr "" #: src/components/Error.tsx:56 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 -#: src/screens/Messages/JoinRequests.tsx:349 +#: src/screens/Messages/JoinRequests.tsx:355 #: src/screens/Signup/BackNextButtons.tsx:48 msgid "Press to retry" msgstr "" @@ -9015,11 +9071,11 @@ msgstr "" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2579 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2581 +#: src/view/com/composer/Composer.tsx:2596 msgid "Processing video..." msgstr "" @@ -9031,7 +9087,7 @@ msgstr "" msgid "profile" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9121,22 @@ 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:1777 +#: src/view/com/composer/Composer.tsx:1792 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1772 +#: src/view/com/composer/Composer.tsx:1787 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1761 +#: src/view/com/composer/Composer.tsx:1776 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1766 +#: src/view/com/composer/Composer.tsx:1781 msgid "Publish reply" msgstr "" @@ -9100,16 +9156,16 @@ msgstr "" msgid "Push, people you follow" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:140 +#: src/components/StarterPack/QrCodeDialog.tsx:143 msgid "QR code copied to your clipboard!" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:118 +#: src/components/StarterPack/QrCodeDialog.tsx:121 msgid "QR code has been downloaded!" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:119 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:97 +#: src/components/StarterPack/QrCodeDialog.tsx:122 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "" @@ -9160,11 +9216,11 @@ msgstr "" msgid "Re-attach quote" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:413 +#: src/screens/Messages/components/InviteLinkDialog.tsx:433 msgid "Re-enable invite link" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:420 +#: src/screens/Messages/components/InviteLinkDialog.tsx:440 msgid "Re-enable link" msgstr "" @@ -9172,8 +9228,8 @@ msgstr "" msgid "React with {emoji}" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "" @@ -9268,17 +9324,13 @@ msgstr "" msgid "Reconnect" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "" - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" msgstr "" #. Reject a request to join a chat -#: src/screens/Messages/JoinRequests.tsx:483 +#: src/screens/Messages/JoinRequests.tsx:489 msgctxt "button" msgid "Reject" msgstr "" @@ -9287,16 +9339,18 @@ msgstr "" msgid "Reject chat request" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:477 +#: src/screens/Messages/JoinRequests.tsx:483 msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9359,9 @@ msgstr "" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "" @@ -9322,11 +9375,11 @@ msgid "Remove {displayName} from starter pack" msgstr "" #: src/screens/Messages/ConversationSettings/Member.tsx:157 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:231 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:234 msgid "Remove {displayName} from this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" msgstr "" @@ -9378,7 +9431,7 @@ msgstr "" msgid "Remove feed?" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:235 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "" @@ -9443,14 +9496,14 @@ msgstr "" msgid "Remove unavailable moderation services" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "" @@ -9466,8 +9519,8 @@ msgstr "" msgid "Removed by you" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "" @@ -9535,6 +9588,14 @@ msgctxt "description" msgid "Replied to you" msgstr "" +#: src/components/dms/MessageItem.tsx:892 +msgid "Replied-to message from {senderName}, tap to scroll to it" +msgstr "" + +#: src/components/dms/MessageItem.tsx:893 +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 @@ -9552,7 +9613,12 @@ msgstr "" msgid "Replies to this post are disabled." msgstr "" -#: src/view/com/composer/Composer.tsx:1789 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Reply" msgstr "" @@ -9590,14 +9656,14 @@ msgstr "" msgid "Reply was successfully hidden" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:577 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "" @@ -9623,7 +9689,7 @@ msgstr "" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "" @@ -9657,7 +9723,7 @@ msgstr "" msgid "Report this feed" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:576 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "" @@ -9737,11 +9803,11 @@ msgstr "" msgid "Reposts of your reposts" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:425 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:177 +#: src/screens/Messages/JoinRequests.tsx:182 msgid "Request approved." msgstr "" @@ -9750,12 +9816,12 @@ msgstr "" msgid "Request code" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:209 +#: src/screens/Messages/JoinRequests.tsx:215 msgid "Request ignored." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:259 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" msgstr "" @@ -9764,13 +9830,13 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "" #: src/Navigation.tsx:501 -#: src/screens/Messages/JoinRequests.tsx:58 -#: src/screens/Messages/JoinRequests.tsx:419 +#: src/screens/Messages/JoinRequests.tsx:59 +#: src/screens/Messages/JoinRequests.tsx:425 msgid "Requests to join" msgstr "" @@ -9791,9 +9857,9 @@ msgstr "" msgid "Required in your region" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:274 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:310 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:115 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:117 msgid "Rescind request" msgstr "" @@ -9872,10 +9938,10 @@ msgstr "" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 -#: src/screens/Messages/JoinRequests.tsx:355 +#: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:92 @@ -9925,10 +9991,10 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:324 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:668 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:673 -#: src/components/StarterPack/QrCodeDialog.tsx:207 +#: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10019,22 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1436 +#: src/view/com/composer/Composer.tsx:1451 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "" -#: src/view/com/composer/Composer.tsx:1408 +#: src/view/com/composer/Composer.tsx:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1436 +#: src/view/com/composer/Composer.tsx:1451 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1410 +#: src/view/com/composer/Composer.tsx:1425 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -9985,7 +10051,7 @@ msgstr "" msgid "Save new handle" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:199 +#: src/components/StarterPack/QrCodeDialog.tsx:202 msgid "Save QR code" msgstr "" @@ -10027,8 +10093,8 @@ msgstr "" msgid "Say hello!" msgstr "" -#: src/screens/Messages/ChatList.tsx:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "" @@ -10058,6 +10124,10 @@ msgstr "" msgid "Scroll right" msgstr "" +#: src/components/dms/MessageItem.tsx:783 +msgid "Scroll to the message this is replying to" +msgstr "" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "" @@ -10067,7 +10137,7 @@ msgstr "" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "" @@ -10148,8 +10218,8 @@ msgstr "" msgid "Search my posts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "" @@ -10425,8 +10495,8 @@ msgstr "" msgid "Send feedback" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "" @@ -10460,7 +10530,7 @@ msgid "Send via direct message" msgstr "" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "" @@ -10568,16 +10638,16 @@ msgstr "" #: src/components/Link.tsx:433 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:74 -#: src/components/StarterPack/QrCodeDialog.tsx:195 +#: src/components/StarterPack/QrCodeDialog.tsx:198 #: src/screens/Hashtag.tsx:130 -#: src/screens/Messages/components/InviteLinkDialog.tsx:399 -#: src/screens/Messages/components/InviteLinkDialog.tsx:406 +#: src/screens/Messages/components/InviteLinkDialog.tsx:415 +#: src/screens/Messages/components/InviteLinkDialog.tsx:426 #: src/screens/StarterPack/StarterPackScreen.tsx:447 #: src/screens/Topic.tsx:90 msgid "Share" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "" @@ -10641,8 +10711,8 @@ msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "" @@ -10796,15 +10866,15 @@ msgstr "" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:287 -#: src/screens/Messages/JoinRequest.tsx:293 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,7 +10900,7 @@ msgstr "" msgid "Sign in or create your account to join the conversation!" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:213 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." msgstr "" @@ -10842,7 +10912,7 @@ msgstr "" msgid "Sign in to Bluesky or create a new account" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:212 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." msgstr "" @@ -10900,7 +10970,7 @@ msgstr "" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1453 +#: src/view/com/composer/Composer.tsx:1468 msgid "Skip empty posts?" msgstr "" @@ -10971,12 +11041,12 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:332 msgid "Someone reacted {0}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "" @@ -10996,17 +11066,13 @@ msgstr "" msgid "Someone was removed from the group" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "" - #: 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 "" #: src/screens/Messages/Conversation.tsx:133 -#: src/screens/Messages/ConversationSettings/index.tsx:132 -#: src/screens/Messages/JoinRequests.tsx:87 +#: src/screens/Messages/ConversationSettings/index.tsx:137 +#: src/screens/Messages/JoinRequests.tsx:88 msgid "Something went wrong" msgstr "" @@ -11214,13 +11280,13 @@ msgid "Subscribe" msgstr "" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "" @@ -11255,7 +11321,7 @@ msgstr "" msgid "Success!" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:108 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" msgstr "" @@ -11355,7 +11421,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:572 +#: src/components/dms/MessageItem.tsx:670 msgid "Tap for details" msgstr "" @@ -11390,7 +11456,7 @@ msgid "Tap to dismiss" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" msgstr "" @@ -11398,34 +11464,34 @@ msgstr "" msgid "Tap to open this group chat" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:468 msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:537 +#: src/components/dms/MessageItem.tsx:635 msgid "Tap to retry" msgstr "" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:358 msgid "Tap to view reactions" msgstr "" @@ -11528,7 +11594,7 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "" @@ -11594,8 +11660,8 @@ msgstr "" msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:142 -#: src/screens/Messages/JoinRequests.tsx:200 +#: src/components/intents/GroupChatJoinDialog.tsx:165 +#: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." msgstr "" @@ -11621,7 +11687,7 @@ msgstr "" msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "" -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "" @@ -11651,7 +11717,7 @@ msgstr "" 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 "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:499 +#: src/screens/Messages/components/InviteLinkDialog.tsx:519 msgid "There is no invite link for this group chat." msgstr "" @@ -11665,8 +11731,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "" #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:126 -#: src/components/intents/GroupChatJoinDialog.tsx:160 +#: 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 "" @@ -11693,7 +11759,7 @@ msgstr "" msgid "There was an issue fetching posts. Tap here to try again." msgstr "" -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "" @@ -11725,20 +11791,20 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:455 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:475 #: src/screens/Messages/ConversationSettings/Member.tsx:71 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:111 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:124 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "" @@ -11778,7 +11844,7 @@ msgstr "" msgid "They own this chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." msgstr "" @@ -11828,22 +11894,22 @@ msgstr "" 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 "" -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:265 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:424 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" msgstr "" @@ -11881,7 +11947,7 @@ msgstr "" msgid "This content is not viewable without a Bluesky account." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:128 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." msgstr "" @@ -11931,7 +11997,7 @@ msgstr "" msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "" -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" msgstr "" @@ -11947,11 +12013,11 @@ msgstr "" msgid "This information is private and not shared with other users." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:138 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:201 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" msgstr "" @@ -11997,17 +12063,17 @@ msgstr "" msgid "This list is empty." msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:668 +#: src/components/dms/MessageItem.tsx:697 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:667 +#: src/components/dms/MessageItem.tsx:693 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12049,7 +12115,7 @@ msgstr "" msgid "This post's author has disabled quote posts." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "" @@ -12057,8 +12123,8 @@ msgstr "" msgid "This reply will be sorted into a hidden section at the bottom of your thread and will mute notifications for subsequent replies - both for yourself and others." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:151 -#: src/screens/Messages/JoinRequests.tsx:110 +#: src/screens/Messages/ConversationSettings/index.tsx:156 +#: src/screens/Messages/JoinRequests.tsx:111 msgid "This screen is only available for group conversations." msgstr "" @@ -12242,8 +12308,8 @@ msgstr "" msgid "Topic" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,7 +12379,7 @@ msgctxt "action" msgid "Try again" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:167 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." msgstr "" @@ -12335,7 +12401,7 @@ msgstr "" msgid "Two-factor authentication (2FA)" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "" @@ -12369,7 +12435,7 @@ msgstr "" msgid "Unable to delete" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:345 +#: src/screens/Messages/JoinRequests.tsx:351 msgid "Unable to fetch join requests." msgstr "" @@ -12401,34 +12467,34 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:735 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 #: src/components/moderation/BlockDialog.tsx:190 #: src/components/moderation/BlockDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:224 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:212 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:215 msgid "Unblock {displayName}" msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "" @@ -12437,7 +12503,7 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "" @@ -12474,12 +12540,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "" @@ -12521,11 +12587,11 @@ msgstr "" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:561 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "" @@ -12548,8 +12614,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "" @@ -12562,7 +12628,7 @@ msgstr "" msgid "Unmute list" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:523 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "" @@ -12641,7 +12707,7 @@ msgstr "" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1542 +#: src/view/com/composer/Composer.tsx:1557 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -12654,12 +12720,9 @@ msgstr "" msgid "Update" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" msgstr "" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 @@ -12669,9 +12732,13 @@ msgstr "" msgid "Update email" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:231 -#: src/screens/Messages/components/InviteLinkDialog.tsx:267 -#: src/screens/Messages/components/InviteLinkDialog.tsx:295 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "" + +#: 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 "" @@ -12680,14 +12747,6 @@ msgstr "" msgid "Update to {domain}" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "" - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "" @@ -12736,7 +12795,7 @@ msgstr "" msgid "Upload from Library" msgstr "" -#: src/view/com/composer/Composer.tsx:2572 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading GIF..." msgstr "" @@ -12750,7 +12809,7 @@ msgstr "" msgid "Uploading link thumbnail..." msgstr "" -#: src/view/com/composer/Composer.tsx:2574 +#: src/view/com/composer/Composer.tsx:2589 msgid "Uploading video..." msgstr "" @@ -12826,7 +12885,7 @@ msgid "User Blocks You" msgstr "" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "" @@ -12835,7 +12894,7 @@ msgstr "" msgid "User List by {0}" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "" @@ -12875,16 +12934,6 @@ msgstr "" msgid "users following <0>@{0}" msgstr "" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "" @@ -12912,8 +12961,8 @@ msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "" @@ -13039,7 +13088,7 @@ msgstr "" msgid "Video settings" msgstr "" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2607 msgid "Video uploaded" msgstr "" @@ -13056,14 +13105,14 @@ msgstr "" msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1150 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "" @@ -13088,11 +13137,11 @@ msgid "View {0}โ€™s profile" msgstr "" #: src/components/dms/MessagesListHeader.tsx:111 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:185 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:188 msgid "View {displayName}โ€™s profile" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "" @@ -13145,7 +13194,7 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1131 +#: src/view/com/composer/Composer.tsx:1145 msgid "View post" msgstr "" @@ -13162,10 +13211,10 @@ msgstr "" msgid "View profile banner" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "" @@ -13173,7 +13222,7 @@ msgstr "" msgid "View the avatar" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:548 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "" @@ -13292,11 +13341,11 @@ msgstr "" msgid "We couldn't load this conversation" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:88 +#: src/screens/Messages/JoinRequests.tsx:89 msgid "We couldnโ€™t load this conversationโ€™s join requests" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:133 +#: src/screens/Messages/ConversationSettings/index.tsx:138 msgid "We couldnโ€™t load this conversationโ€™s settings" msgstr "" @@ -13492,7 +13541,7 @@ msgid "What do you want to call your starter pack?" msgstr "" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1506 +#: src/view/com/composer/Composer.tsx:1521 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "" @@ -13505,7 +13554,7 @@ msgstr "" msgid "Who can interact with this post?" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:239 +#: src/screens/Messages/components/InviteLinkDialog.tsx:247 msgid "Who can join this group chat and how" msgstr "" @@ -13519,7 +13568,7 @@ msgid "Who can verify?" msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "" @@ -13578,7 +13627,7 @@ msgstr "" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1424 +#: src/view/com/composer/Composer.tsx:1439 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13587,12 +13636,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1602 +#: src/view/com/composer/Composer.tsx:1617 msgid "Write post" msgstr "" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1504 +#: src/view/com/composer/Composer.tsx:1519 msgid "Write your reply" msgstr "" @@ -13605,8 +13654,8 @@ msgstr "" msgid "Wrong DID returned from server. Received: {0}" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:150 -#: src/screens/Messages/JoinRequests.tsx:109 +#: src/screens/Messages/ConversationSettings/index.tsx:155 +#: src/screens/Messages/JoinRequests.tsx:110 msgid "Wrong kind of conversation" msgstr "" @@ -13658,7 +13707,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:610 +#: src/components/dms/MessageItem.tsx:708 msgid "You are blocking {0}" msgstr "" @@ -13768,7 +13817,7 @@ msgstr "" msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1429 +#: src/view/com/composer/Composer.tsx:1444 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13803,8 +13852,8 @@ msgstr "" msgid "You can update this later from your settings." msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:115 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13839,7 +13888,7 @@ msgstr "" msgid "You got here first" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:144 +#: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and canโ€™t join it using this link." msgstr "" @@ -13884,6 +13933,7 @@ msgstr "" msgid "You have muted this user" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "" @@ -13912,7 +13962,7 @@ msgstr "" msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "" -#: src/view/com/composer/Composer.tsx:1419 +#: src/view/com/composer/Composer.tsx:1434 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -13970,7 +14020,7 @@ msgstr "" msgid "You may only add up to 3 feeds" msgstr "" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." msgstr "" @@ -13982,8 +14032,8 @@ msgstr "" msgid "You must be following at least seven other people to generate a starter pack." msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:68 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: 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 "" @@ -14009,12 +14059,12 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:259 +#: src/components/dms/MessageItem.tsx:325 msgid "You reacted {0}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "" @@ -14023,8 +14073,20 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" +#: src/components/dms/MessageItem.tsx:813 +msgid "You replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:811 +msgid "You replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:809 +msgid "You replied to yourself" +msgstr "" + #. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 msgid "You requested to join" msgstr "" @@ -14050,12 +14112,12 @@ msgstr "" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "" #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "" @@ -14283,7 +14345,7 @@ msgstr "" msgid "Your muted words" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:203 +#: 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 "" @@ -14295,11 +14357,11 @@ msgstr "" msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1127 +#: src/view/com/composer/Composer.tsx:1141 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1124 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your posts were sent" msgstr "" @@ -14320,7 +14382,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:1126 +#: src/view/com/composer/Composer.tsx:1140 msgid "Your reply was sent" msgstr "" @@ -14333,7 +14395,7 @@ msgstr "" msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1454 +#: src/view/com/composer/Composer.tsx:1469 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 f7b0f7ad7a..cf8c10cb4a 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-10 21:06\n" +"PO-Revision-Date: 2026-06-17 12:23\n" "Last-Translator: \n" "Language-Team: Bengali\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:876 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" msgstr "" -#: src/components/dms/getMessageInfo.ts:73 +#: src/components/dms/getMessageInfo.ts:105 +#: src/components/dms/MessageItem.tsx:878 +#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "" @@ -75,7 +79,7 @@ msgstr "" msgid "{0, plural, one {# like} other {# likes}}" msgstr "" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "" @@ -97,7 +101,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:269 +#: src/components/dms/MessageItem.tsx:335 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "" @@ -118,15 +122,15 @@ msgstr "" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "" @@ -199,13 +203,13 @@ msgid "{0} <0>in <1>text & tags" msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:41 +#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:44 msgid "{0} added to chat" msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:43 +#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:46 msgid "{0} and {1} added to chat" msgstr "" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:712 msgid "{0} is blocking you" msgstr "" @@ -273,7 +277,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:330 msgid "{0} reacted {1}" msgstr "" @@ -299,7 +303,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:46 +#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 msgid "{0}, {1} and {memberCount, plural, one {# other} other {# others}} added to chat" msgstr "" @@ -326,24 +330,22 @@ msgstr "" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:136 +#: src/screens/Messages/JoinRequest.tsx:139 msgctxt "group-chat-member-count" msgid "{0}/{1}" msgstr "" #. The number of members in a group chat, in the format '{members}/{total} members'. -#. placeholder {0}: preview.memberCount -#. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 -msgid "{0}/{1} {2, plural, one {member} other {members}}" -msgstr "" - -#. The number of active group chat members out of the total number allowed. +#. The number of members in a group chat, in the format '{members}/{total} members'. #. placeholder {0}: joinLinkPreview.memberCount +#. placeholder {0}: preview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:307 -msgid "{0}/{1} members" +#. placeholder {1}: preview.memberLimit +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 +msgid "{0}/{1} {2, plural, one {member} other {members}}" msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. @@ -377,7 +379,7 @@ msgstr "" msgid "{0}s" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:427 +#: src/screens/Messages/JoinRequests.tsx:433 msgid "{count, plural, =0 {No requests to join} one {# request to join} other {# requests to join}}" msgstr "" @@ -389,7 +391,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -397,33 +399,11 @@ msgstr "" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "" - #. Displayed when there are more requests to join a group chat than have been loaded -#: src/screens/Messages/JoinRequests.tsx:421 +#: src/screens/Messages/JoinRequests.tsx:427 msgid "{count, plural, other {#+ requests to join}}" msgstr "" -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "" - #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" msgstr "" @@ -659,12 +639,12 @@ msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "" @@ -697,6 +677,18 @@ msgstr "" msgid "{rank}." msgstr "" +#: src/components/dms/MessageItem.tsx:822 +msgid "{replierDisplayName} replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:818 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:816 +msgid "{replierDisplayName} replied to you" +msgstr "" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "" @@ -873,10 +875,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 -#: src/screens/Messages/JoinRequests.tsx:187 -#: src/screens/Messages/JoinRequests.tsx:219 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 +#: src/screens/Messages/JoinRequests.tsx:192 +#: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." msgstr "" @@ -928,7 +930,7 @@ msgid "Accept" msgstr "" #. Accept a request to join a chat -#: src/screens/Messages/JoinRequests.tsx:458 +#: src/screens/Messages/JoinRequests.tsx:464 msgctxt "button" msgid "Accept" msgstr "" @@ -937,7 +939,7 @@ msgstr "" msgid "Accept chat request" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:452 +#: src/screens/Messages/JoinRequests.tsx:458 msgid "Accept join request" msgstr "" @@ -955,7 +957,7 @@ msgstr "" msgid "Accepted conversations" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:101 +#: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -979,13 +981,13 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:119 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "" @@ -1025,21 +1027,21 @@ msgstr "" msgid "Account removed from quick access" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:106 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "" @@ -1054,12 +1056,13 @@ msgstr "" msgid "Activity from others" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "" @@ -1112,11 +1115,11 @@ msgstr "" msgid "Add another account" msgstr "" -#: src/view/com/composer/Composer.tsx:1505 +#: src/view/com/composer/Composer.tsx:1520 msgid "Add another post" msgstr "" -#: src/view/com/composer/Composer.tsx:2168 +#: src/view/com/composer/Composer.tsx:2183 msgid "Add another post to thread" msgstr "" @@ -1151,9 +1154,9 @@ msgstr "" msgid "Add media to post" msgstr "" -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:69 -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:103 -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:122 +#: 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 "" @@ -1175,14 +1178,14 @@ msgstr "" msgid "Add muted words and tags" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:130 -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:169 +#: 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 "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "" @@ -1214,8 +1217,8 @@ msgstr "" msgid "Add this feed to your feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "" @@ -1246,8 +1249,8 @@ msgstr "" msgid "Added by invite link" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "" @@ -1269,7 +1272,7 @@ msgid "Additional details (limit 300 characters)" msgstr "" #: src/screens/Messages/ConversationSettings/Member.tsx:94 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:152 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:155 msgid "Admin" msgstr "" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "" @@ -1520,8 +1523,8 @@ msgstr "" msgid "An error occurred while loading your lists :/" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:78 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/components/StarterPack/QrCodeDialog.tsx:81 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "" @@ -1565,7 +1568,7 @@ msgstr "" msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:190 +#: 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 "" @@ -1643,17 +1646,17 @@ msgstr "" msgid "Anyone can interact" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:318 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:145 -#: src/screens/Messages/components/InviteLinkDialog.tsx:146 +#: src/screens/Messages/components/InviteLinkDialog.tsx:153 +#: src/screens/Messages/components/InviteLinkDialog.tsx:154 msgid "Anyone can join instantly" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:150 -#: src/screens/Messages/components/InviteLinkDialog.tsx:151 +#: src/screens/Messages/components/InviteLinkDialog.tsx:158 +#: src/screens/Messages/components/InviteLinkDialog.tsx:159 msgid "Anyone can request to join" msgstr "" @@ -1663,7 +1666,7 @@ msgstr "" msgid "Anyone who follows me" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:458 +#: 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 "" @@ -1796,8 +1799,8 @@ msgstr "" msgid "Are you sure you want to discard your changes?" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "" @@ -1814,11 +1817,11 @@ msgid "Are you sure you want to remove this from your feeds?" msgstr "" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1641 +#: src/view/com/composer/Composer.tsx:1656 msgid "Are you sure you'd like to discard this post?" msgstr "" @@ -1899,8 +1902,8 @@ msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:178 #: src/screens/Messages/components/ChatDisabled.tsx:164 #: src/screens/Messages/components/ChatDisabled.tsx:166 -#: src/screens/Messages/components/InviteLinkDialog.tsx:268 -#: src/screens/Messages/components/InviteLinkDialog.tsx:296 +#: src/screens/Messages/components/InviteLinkDialog.tsx:276 +#: src/screens/Messages/components/InviteLinkDialog.tsx:304 #: src/screens/Messages/Inbox.tsx:240 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 @@ -1958,12 +1961,12 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:96 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." msgstr "" @@ -1994,12 +1997,12 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:186 #: src/components/moderation/BlockDialog.tsx:192 #: src/components/moderation/BlockDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:224 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 msgid "Block" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:213 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:216 msgid "Block {displayName}" msgstr "" @@ -2009,8 +2012,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "" @@ -2088,6 +2091,10 @@ 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 "" @@ -2260,7 +2267,7 @@ msgstr "" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:174 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2274,13 +2281,13 @@ msgstr "" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:341 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" msgstr "" @@ -2346,12 +2353,12 @@ msgstr "" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/lib/media/picker.tsx:38 #: src/screens/Deactivated.tsx:150 -#: src/screens/Messages/components/InviteLinkDialog.tsx:480 -#: src/screens/Messages/components/InviteLinkDialog.tsx:484 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/components/InviteLinkDialog.tsx:500 +#: src/screens/Messages/components/InviteLinkDialog.tsx:504 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,8 @@ msgstr "" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1719 -#: src/view/com/composer/Composer.tsx:1729 +#: src/view/com/composer/Composer.tsx:1734 +#: src/view/com/composer/Composer.tsx:1744 #: 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 @@ -2380,6 +2387,10 @@ msgstr "" msgid "Cancel reactivation and sign out" msgstr "" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "" @@ -2481,7 +2492,7 @@ msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,8 +2509,8 @@ msgid "Chat ended" msgstr "" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:234 -#: src/screens/Messages/JoinRequest.tsx:90 +#: src/components/intents/GroupChatJoinDialog.tsx:269 +#: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" msgstr "" @@ -2520,12 +2531,12 @@ msgctxt "toast" msgid "Chat muted" msgstr "" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." msgstr "" -#: src/components/moderation/BlockDialog.tsx:292 +#: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2544,10 +2555,10 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "" @@ -2630,7 +2641,7 @@ msgstr "" msgid "Choose this color as your avatar" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:235 +#: src/screens/Messages/components/InviteLinkDialog.tsx:243 msgid "Choose who can join this group chat and how." msgstr "" @@ -2684,7 +2695,7 @@ msgstr "" msgid "click here" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:126 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:129 msgid "Click here to add people to this group chat" msgstr "" @@ -2692,7 +2703,7 @@ msgstr "" msgid "Click here to contact our support team" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:140 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:143 msgid "Click here to create or manage an invite link for this group chat" msgstr "" @@ -2722,7 +2733,7 @@ msgstr "" msgid "Click here to update your email" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:141 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:144 msgid "Click here to view the invite link for this group chat" msgstr "" @@ -2731,7 +2742,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:533 +#: src/components/dms/MessageItem.tsx:631 msgid "Click to retry failed message" msgstr "" @@ -2745,6 +2756,7 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "" #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:211 #: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2782,8 +2794,8 @@ msgstr "" #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:217 #: src/features/liveNow/components/EditLiveDialog.tsx:223 -#: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/components/InviteLinkDialog.tsx:509 +#: src/screens/Messages/components/InviteLinkDialog.tsx:524 +#: src/screens/Messages/components/InviteLinkDialog.tsx:529 #: src/screens/Settings/components/ChangePasswordDialog.tsx:288 #: src/screens/Settings/components/ChangePasswordDialog.tsx:293 #: src/view/com/feeds/MissingFeed.tsx:211 @@ -2850,10 +2862,10 @@ msgstr "" msgid "Close the incoming requests banner" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:204 -#: src/components/intents/GroupChatJoinDialog.tsx:205 -#: src/components/intents/GroupChatJoinDialog.tsx:241 -#: src/components/intents/GroupChatJoinDialog.tsx:242 +#: 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 msgid "Close this dialog" msgstr "" @@ -2866,7 +2878,7 @@ msgstr "" msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:1727 +#: src/view/com/composer/Composer.tsx:1742 msgid "Closes post composer and discards post draft" msgstr "" @@ -2920,7 +2932,7 @@ msgid "Compose new post" msgstr "" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1603 +#: src/view/com/composer/Composer.tsx:1618 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -2928,11 +2940,11 @@ msgstr "" msgid "Compose reply" msgstr "" -#: src/view/com/composer/Composer.tsx:2565 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2567 +#: src/view/com/composer/Composer.tsx:2582 msgid "Compressing video..." msgstr "" @@ -3100,7 +3112,7 @@ msgstr "" msgid "Conversation" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "" @@ -3117,8 +3129,8 @@ msgid "Conversation left" msgstr "" #: src/components/dms/LeaveConvoPrompt.tsx:40 -#: src/screens/Messages/JoinRequests.tsx:191 -#: src/screens/Messages/JoinRequests.tsx:223 +#: src/screens/Messages/JoinRequests.tsx:196 +#: src/screens/Messages/JoinRequests.tsx:229 msgid "Conversation not found." msgstr "" @@ -3127,7 +3139,7 @@ msgid "Copied build version to clipboard" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3158,12 @@ msgstr "" msgid "Copies build version to clipboard" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:252 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:195 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:262 +#: src/components/StarterPack/QrCodeDialog.tsx:198 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "" @@ -3159,8 +3171,8 @@ msgstr "" msgid "Copy App Password" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "" @@ -3175,8 +3187,8 @@ msgid "Copy code" msgstr "" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "" @@ -3184,7 +3196,7 @@ msgstr "" msgid "Copy host" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:251 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" msgstr "" @@ -3210,8 +3222,8 @@ msgstr "" msgid "Copy link to post" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "" @@ -3219,8 +3231,8 @@ msgstr "" msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "" @@ -3234,7 +3246,7 @@ msgstr "" msgid "Copy post text" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:181 +#: src/components/StarterPack/QrCodeDialog.tsx:184 msgid "Copy QR code" msgstr "" @@ -3249,7 +3261,7 @@ msgstr "" msgid "Copyright Policy" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" msgstr "" @@ -3261,11 +3273,11 @@ msgstr "" msgid "Could not connect to feed service" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:117 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" msgstr "" @@ -3294,7 +3306,7 @@ msgstr "" msgid "Could not leave chat" msgstr "" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." msgstr "" @@ -3308,7 +3320,7 @@ msgstr "" msgid "Could not load list" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:166 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" msgstr "" @@ -3320,7 +3332,7 @@ msgstr "" msgid "Could not process your video" msgstr "" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." msgstr "" @@ -3329,7 +3341,7 @@ msgstr "" msgid "Could not save changes: {0}" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" msgstr "" @@ -3373,7 +3385,7 @@ msgstr "" msgid "Create a list from this starter pack" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:166 +#: src/components/StarterPack/QrCodeDialog.tsx:169 msgid "Create a QR code for a starter pack" msgstr "" @@ -3394,12 +3406,12 @@ msgstr "" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:307 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3461,13 @@ msgstr "" msgid "Create moderation list" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:301 +#: 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 "" -#: src/screens/Messages/ConversationSettings/index.tsx:547 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "" @@ -3478,8 +3490,8 @@ msgstr "" #. 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', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) -#: src/screens/Messages/components/InviteLinkDialog.tsx:341 -#: src/screens/Messages/ConversationSettings/index.tsx:499 +#: src/screens/Messages/components/InviteLinkDialog.tsx:355 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "" @@ -3624,7 +3636,7 @@ msgstr "" msgid "Delete conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "" @@ -3637,7 +3649,7 @@ msgstr "" msgid "Delete message" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "" @@ -3647,7 +3659,7 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1630 msgid "Delete post" msgstr "" @@ -3689,6 +3701,10 @@ 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 @@ -3741,8 +3757,8 @@ msgstr "" msgid "Dim" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:373 -#: src/screens/Messages/components/InviteLinkDialog.tsx:378 +#: src/screens/Messages/components/InviteLinkDialog.tsx:385 +#: src/screens/Messages/components/InviteLinkDialog.tsx:390 msgid "Disable" msgstr "" @@ -3768,8 +3784,8 @@ msgstr "" msgid "Disable haptic feedback" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:468 -#: src/screens/Messages/components/InviteLinkDialog.tsx:474 +#: src/screens/Messages/components/InviteLinkDialog.tsx:488 +#: src/screens/Messages/components/InviteLinkDialog.tsx:494 msgid "Disable link" msgstr "" @@ -3781,7 +3797,7 @@ msgstr "" msgid "Disable replies entirely" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:455 +#: src/screens/Messages/components/InviteLinkDialog.tsx:475 msgid "Disable this invite link?" msgstr "" @@ -3794,9 +3810,9 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1398 -#: src/view/com/composer/Composer.tsx:1442 -#: src/view/com/composer/Composer.tsx:1648 +#: 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/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3823,14 @@ msgstr "" msgid "Discard changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1396 +#: src/view/com/composer/Composer.tsx:1411 #: 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:1413 -#: src/view/com/composer/Composer.tsx:1640 +#: src/view/com/composer/Composer.tsx:1428 +#: src/view/com/composer/Composer.tsx:1655 msgid "Discard post?" msgstr "" @@ -3852,7 +3868,7 @@ msgstr "" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2486 +#: src/view/com/composer/Composer.tsx:2501 msgid "Dismiss error" msgstr "" @@ -3949,8 +3965,8 @@ msgstr "" #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:143 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:149 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3979,7 @@ msgstr "" msgid "Done" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:525 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4087,8 +4097,8 @@ msgstr "" msgid "Edit" msgstr "" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "" @@ -4102,8 +4112,8 @@ msgstr "" msgid "Edit Feeds" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "" @@ -4123,16 +4133,16 @@ msgstr "" msgid "Edit interests" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:293 +#: src/screens/Messages/JoinRequests.tsx:299 msgid "Edit invite link" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:299 +#: src/screens/Messages/JoinRequests.tsx:305 msgctxt "button" msgid "Edit invite link" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:355 +#: src/screens/Messages/components/InviteLinkDialog.tsx:369 msgid "Edit link settings" msgstr "" @@ -4141,8 +4151,8 @@ msgstr "" msgid "Edit list details" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "" @@ -4155,7 +4165,7 @@ msgstr "" msgid "Edit My Feeds" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:534 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "" @@ -4184,8 +4194,8 @@ msgstr "" msgid "Edit starter pack" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:480 -#: src/screens/Messages/ConversationSettings/index.tsx:533 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "" @@ -4402,7 +4412,7 @@ msgstr "" msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2600 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "" @@ -4592,20 +4602,24 @@ msgctxt "toast" msgid "Failed to accept chat" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:185 +#: src/screens/Messages/JoinRequests.tsx:190 msgid "Failed to accept join request" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:88 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:42 -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:60 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:45 +#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:63 msgid "Failed to add members" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "" @@ -4615,7 +4629,7 @@ msgid "Failed to change handle. Please try again." msgstr "" #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "" @@ -4628,7 +4642,7 @@ msgstr "" msgid "Failed to create conversation" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:101 +#: src/screens/Messages/components/InviteLinkDialog.tsx:106 msgid "Failed to create invite link" msgstr "" @@ -4655,7 +4669,7 @@ msgstr "" msgid "Failed to delete starter pack" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:124 +#: src/screens/Messages/components/InviteLinkDialog.tsx:132 msgid "Failed to disable invite link" msgstr "" @@ -4664,15 +4678,15 @@ msgstr "" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:114 +#: src/screens/Messages/components/InviteLinkDialog.tsx:119 msgid "Failed to edit invite link" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:134 +#: src/screens/Messages/components/InviteLinkDialog.tsx:142 msgid "Failed to enable invite link" msgstr "" @@ -4688,11 +4702,11 @@ msgstr "" msgid "Failed to hide suggestion, please check your internet connection" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:217 +#: src/screens/Messages/JoinRequests.tsx:223 msgid "Failed to ignore join request" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:124 +#: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4700,14 +4714,14 @@ msgstr "" msgid "Failed to launch SMS app" msgstr "" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:396 +#: 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 "" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "" @@ -4753,15 +4767,20 @@ msgstr "" msgid "Failed to load suggested follows" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +msgid "Failed to mark all chats as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 +#: src/view/shell/bottom-bar/BottomBar.tsx:450 msgid "Failed to mark all requests as read" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:383 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "" @@ -4783,18 +4802,22 @@ msgstr "" msgid "Failed to remove data. {0}" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:111 +#: 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 "" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "" #: src/screens/Messages/ConversationSettings/Member.tsx:56 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:73 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:76 msgid "Failed to remove group chat member" msgstr "" @@ -4802,7 +4825,7 @@ msgstr "" msgid "Failed to remove verification" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:158 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." msgstr "" @@ -4854,7 +4877,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:429 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "" @@ -5116,7 +5139,7 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 @@ -5125,7 +5148,7 @@ msgstr "" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "" @@ -5149,8 +5172,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "" @@ -5173,7 +5196,7 @@ msgstr "" #. 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:423 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 #: src/view/com/notifications/NotificationFeedItem.tsx:868 #: src/view/com/notifications/NotificationFeedItem.tsx:875 msgid "Follow back" @@ -5211,7 +5234,7 @@ msgstr "" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:317 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" msgstr "" @@ -5231,7 +5254,7 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 @@ -5359,17 +5382,17 @@ msgstr "" msgid "Generate a starter pack" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:231 -#: src/screens/Messages/components/InviteLinkDialog.tsx:269 -#: src/screens/Messages/components/InviteLinkDialog.tsx:297 +#: 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 "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:426 +#: src/screens/Messages/components/InviteLinkDialog.tsx:446 msgid "Generate new invite link" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:431 +#: src/screens/Messages/components/InviteLinkDialog.tsx:451 msgid "Generate new link" msgstr "" @@ -5457,8 +5480,8 @@ msgstr "" #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:71 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:81 -#: src/screens/Messages/components/InviteLinkDialog.tsx:211 -#: src/screens/Messages/components/InviteLinkDialog.tsx:218 +#: src/screens/Messages/components/InviteLinkDialog.tsx:219 +#: src/screens/Messages/components/InviteLinkDialog.tsx:226 msgid "Get started" msgstr "" @@ -5467,7 +5490,7 @@ msgstr "" msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2590 +#: src/view/com/composer/Composer.tsx:2605 msgid "GIF uploaded" msgstr "" @@ -5526,8 +5549,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "" @@ -5538,8 +5561,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "" @@ -5573,7 +5596,7 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:262 #: src/screens/Messages/components/MessagesListInfoPanel.tsx:98 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:191 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:194 #: src/view/shell/desktop/LeftNav.tsx:336 #: src/view/shell/desktop/LeftNav.tsx:342 msgid "Go to profile" @@ -5622,43 +5645,43 @@ msgstr "" msgid "Grooming or predatory behavior" msgstr "" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:299 -#: src/screens/Messages/JoinRequest.tsx:122 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:536 +#: src/screens/Messages/components/InviteLinkDialog.tsx:556 msgid "Group chat invite link dialog" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:412 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:376 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:364 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "" #: src/Navigation.tsx:496 -#: src/screens/Messages/ConversationSettings/index.tsx:111 +#: src/screens/Messages/ConversationSettings/index.tsx:113 msgid "Group chat settings" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:414 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:378 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "" @@ -5672,7 +5695,7 @@ msgid "Group chats are only available to users 18 and over." msgstr "" #. placeholder {0}: convo.details.memberLimit -#: src/screens/Messages/components/InviteLinkDialog.tsx:197 +#: src/screens/Messages/components/InviteLinkDialog.tsx:205 msgid "Group chats can only have a maximum of {0, plural, other {# people}}." msgstr "" @@ -5682,12 +5705,12 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "" @@ -5960,7 +5983,7 @@ msgstr "" #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6210,7 +6233,7 @@ msgstr "" msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "" @@ -6268,7 +6291,7 @@ msgstr "" msgid "Invalid 2FA confirmation code." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:134 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." msgstr "" @@ -6290,7 +6313,7 @@ msgstr "" msgid "Invalid report subject" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:165 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." msgstr "" @@ -6315,15 +6338,15 @@ msgstr "" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:137 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6331,22 +6354,22 @@ msgstr "" msgid "Invite friends <0/>" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:185 -#: src/screens/Messages/components/InviteLinkDialog.tsx:321 -#: src/screens/Messages/components/InviteLinkDialog.tsx:327 -#: src/screens/Messages/components/InviteLinkDialog.tsx:494 -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:146 -#: src/screens/Messages/ConversationSettings/index.tsx:550 +#: src/screens/Messages/components/InviteLinkDialog.tsx:193 +#: src/screens/Messages/components/InviteLinkDialog.tsx:329 +#: src/screens/Messages/components/InviteLinkDialog.tsx:335 +#: src/screens/Messages/components/InviteLinkDialog.tsx:514 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:210 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:123 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" msgstr "" @@ -6355,7 +6378,7 @@ msgid "Invite link created" msgstr "" #: src/components/dms/getSystemMessageInfo.ts:138 -#: src/screens/Messages/components/InviteLinkDialog.tsx:321 +#: src/screens/Messages/components/InviteLinkDialog.tsx:329 msgid "Invite link disabled" msgstr "" @@ -6380,7 +6403,7 @@ msgstr "" msgid "Invite your friends to follow your favorite feeds and people" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:152 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:155 msgid "Invited" msgstr "" @@ -6410,7 +6433,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:2505 +#: src/view/com/composer/Composer.tsx:2520 msgid "Job ID: {0}" msgstr "" @@ -6420,7 +6443,7 @@ msgid "Jobs" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:260 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" msgstr "" @@ -6431,12 +6454,12 @@ msgstr "" msgid "Join Bluesky" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:68 -#: src/components/intents/GroupChatJoinDialog.tsx:426 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:154 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." msgstr "" @@ -6450,8 +6473,8 @@ msgstr "" msgid "Journalism" msgstr "" -#: src/view/com/composer/Composer.tsx:1446 -#: src/view/com/composer/Composer.tsx:1456 +#: src/view/com/composer/Composer.tsx:1461 +#: src/view/com/composer/Composer.tsx:1471 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6609,7 +6632,7 @@ msgid "Learn more." msgstr "" #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:585 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "" @@ -6623,8 +6646,8 @@ msgstr "" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "" @@ -6644,12 +6667,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:584 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "" @@ -6658,11 +6681,11 @@ msgstr "" msgid "Leaving Bluesky" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: src/screens/Messages/ConversationSettings/prompts.tsx:153 msgid "Leaving this chat will lock it permanently and you wonโ€™t be able to rejoin." msgstr "" -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." msgstr "" @@ -6935,9 +6958,9 @@ msgstr "" msgid "Load new posts" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "" @@ -6954,23 +6977,23 @@ msgstr "" msgid "Loading..." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:564 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:562 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:564 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "" @@ -7051,6 +7074,16 @@ msgstr "" msgid "Mark all as read" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:459 +#: src/view/shell/bottom-bar/BottomBar.tsx:463 +msgid "Mark all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:467 +#: src/view/shell/bottom-bar/BottomBar.tsx:471 +msgid "Mark all requests as read" +msgstr "" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7093,14 @@ msgstr "" msgid "Marked all as read" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,7 +7124,7 @@ msgstr "" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "" -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." msgstr "" @@ -7092,7 +7133,7 @@ msgstr "" msgid "Members" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "" @@ -7111,14 +7152,14 @@ msgstr "" msgid "Menu" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:200 +#: 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 "" @@ -7128,11 +7169,11 @@ msgstr "" msgid "Message {0}" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:196 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:199 msgid "Message {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "" @@ -7141,13 +7182,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:625 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "" @@ -7156,21 +7197,21 @@ msgstr "" msgid "Message from server: {0}" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "" @@ -7178,11 +7219,11 @@ msgstr "" msgid "Messages" msgstr "" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:724 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:621 +#: src/components/dms/MessageItem.tsx:719 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7219,8 +7260,8 @@ msgstr "" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "" @@ -7228,7 +7269,7 @@ msgstr "" msgid "Moderation list by <0/>" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "" @@ -7281,8 +7322,8 @@ msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "" @@ -7302,7 +7343,7 @@ msgstr "" msgid "Music" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:526 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "" @@ -7320,8 +7361,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "" @@ -7347,7 +7388,7 @@ msgstr "" msgid "Mute these accounts?" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:524 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "" @@ -7389,7 +7430,7 @@ msgstr "" msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:526 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "" @@ -7480,7 +7521,7 @@ msgstr "" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "" @@ -7500,28 +7541,28 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:58 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:61 msgid "New chat with {0}" msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:62 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:65 msgid "New chat with {0} and {1}" msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:70 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:73 msgid "New chat with {0}, {1}, and {memberCount, plural, one {{memberCount} more} other {{memberCount} more}}." msgstr "" @@ -7726,7 +7767,7 @@ msgstr "" msgid "No media yet" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "" @@ -7763,7 +7804,7 @@ msgstr "" msgid "No one but the author can quote this post." msgstr "" -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "" @@ -7831,6 +7872,11 @@ 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" @@ -7895,7 +7941,7 @@ msgstr "" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "" @@ -7931,7 +7977,7 @@ msgstr "" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8021,7 @@ msgstr "" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:731 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8045,15 +8091,15 @@ msgstr "" msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:195 +#: src/screens/Messages/JoinRequests.tsx:200 msgid "Only admins can accept join requests." msgstr "" -#: src/screens/Messages/JoinRequests.tsx:227 +#: src/screens/Messages/JoinRequests.tsx:233 msgid "Only admins can ignore join requests." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:132 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." msgstr "" @@ -8068,12 +8114,12 @@ msgid "Only image files are supported" msgstr "" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:215 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:270 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" msgstr "" @@ -8107,16 +8153,16 @@ msgid "Open camera" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:415 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:139 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:142 msgid "Open chat member options for {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "" @@ -8128,9 +8174,9 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2145 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2160 msgid "Open emoji picker" msgstr "" @@ -8151,7 +8197,7 @@ msgstr "" msgid "Open Germ DM" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:408 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" msgstr "" @@ -8166,11 +8212,11 @@ msgid "Open in Google Translate" msgstr "" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "" @@ -8221,7 +8267,7 @@ msgstr "" msgid "Open system log" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:409 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" msgstr "" @@ -8275,13 +8321,13 @@ msgstr "" msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" -#: src/screens/Messages/JoinRequest.tsx:302 +#: 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 "" -#: src/screens/Messages/JoinRequest.tsx:288 +#: 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" @@ -8490,11 +8536,11 @@ msgstr "" msgid "People" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:156 +#: src/screens/Messages/components/InviteLinkDialog.tsx:164 msgid "People {ownerName} follows can join instantly" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:161 +#: src/screens/Messages/components/InviteLinkDialog.tsx:169 msgid "People {ownerName} follows can request to join" msgstr "" @@ -8513,11 +8559,21 @@ msgstr "" msgid "People I follow" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:155 +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "" + +#: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:160 +#: src/screens/Messages/components/InviteLinkDialog.tsx:168 msgid "People I follow can request to join" msgstr "" @@ -8813,7 +8869,7 @@ msgstr "" msgid "Porn" msgstr "" -#: src/view/com/composer/Composer.tsx:1793 +#: src/view/com/composer/Composer.tsx:1808 msgctxt "action" msgid "Post" msgstr "" @@ -8833,12 +8889,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1791 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post All" msgstr "" -#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1470 msgid "Post anyway" msgstr "" @@ -8898,8 +8954,8 @@ msgstr "" msgid "Post language selection" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:383 #: src/screens/Messages/components/InviteLinkDialog.tsx:395 +#: src/screens/Messages/components/InviteLinkDialog.tsx:411 msgid "Post link" msgstr "" @@ -8957,7 +9013,7 @@ msgstr "" #: src/components/Error.tsx:56 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 -#: src/screens/Messages/JoinRequests.tsx:349 +#: src/screens/Messages/JoinRequests.tsx:355 #: src/screens/Signup/BackNextButtons.tsx:48 msgid "Press to retry" msgstr "" @@ -9015,11 +9071,11 @@ msgstr "" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2579 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2581 +#: src/view/com/composer/Composer.tsx:2596 msgid "Processing video..." msgstr "" @@ -9031,7 +9087,7 @@ msgstr "" msgid "profile" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9121,22 @@ 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:1777 +#: src/view/com/composer/Composer.tsx:1792 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1772 +#: src/view/com/composer/Composer.tsx:1787 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1761 +#: src/view/com/composer/Composer.tsx:1776 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1766 +#: src/view/com/composer/Composer.tsx:1781 msgid "Publish reply" msgstr "" @@ -9100,16 +9156,16 @@ msgstr "" msgid "Push, people you follow" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:140 +#: src/components/StarterPack/QrCodeDialog.tsx:143 msgid "QR code copied to your clipboard!" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:118 +#: src/components/StarterPack/QrCodeDialog.tsx:121 msgid "QR code has been downloaded!" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:119 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:97 +#: src/components/StarterPack/QrCodeDialog.tsx:122 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "" @@ -9160,11 +9216,11 @@ msgstr "" msgid "Re-attach quote" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:413 +#: src/screens/Messages/components/InviteLinkDialog.tsx:433 msgid "Re-enable invite link" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:420 +#: src/screens/Messages/components/InviteLinkDialog.tsx:440 msgid "Re-enable link" msgstr "" @@ -9172,8 +9228,8 @@ msgstr "" msgid "React with {emoji}" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "" @@ -9268,17 +9324,13 @@ msgstr "" msgid "Reconnect" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "" - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" msgstr "" #. Reject a request to join a chat -#: src/screens/Messages/JoinRequests.tsx:483 +#: src/screens/Messages/JoinRequests.tsx:489 msgctxt "button" msgid "Reject" msgstr "" @@ -9287,16 +9339,18 @@ msgstr "" msgid "Reject chat request" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:477 +#: src/screens/Messages/JoinRequests.tsx:483 msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9359,9 @@ msgstr "" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "" @@ -9322,11 +9375,11 @@ msgid "Remove {displayName} from starter pack" msgstr "" #: src/screens/Messages/ConversationSettings/Member.tsx:157 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:231 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:234 msgid "Remove {displayName} from this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" msgstr "" @@ -9378,7 +9431,7 @@ msgstr "" msgid "Remove feed?" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:235 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "" @@ -9443,14 +9496,14 @@ msgstr "" msgid "Remove unavailable moderation services" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "" @@ -9466,8 +9519,8 @@ msgstr "" msgid "Removed by you" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "" @@ -9535,6 +9588,14 @@ msgctxt "description" msgid "Replied to you" msgstr "" +#: src/components/dms/MessageItem.tsx:892 +msgid "Replied-to message from {senderName}, tap to scroll to it" +msgstr "" + +#: src/components/dms/MessageItem.tsx:893 +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 @@ -9552,7 +9613,12 @@ msgstr "" msgid "Replies to this post are disabled." msgstr "" -#: src/view/com/composer/Composer.tsx:1789 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Reply" msgstr "" @@ -9590,14 +9656,14 @@ msgstr "" msgid "Reply was successfully hidden" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:577 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "" @@ -9623,7 +9689,7 @@ msgstr "" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "" @@ -9657,7 +9723,7 @@ msgstr "" msgid "Report this feed" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:576 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "" @@ -9737,11 +9803,11 @@ msgstr "" msgid "Reposts of your reposts" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:425 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:177 +#: src/screens/Messages/JoinRequests.tsx:182 msgid "Request approved." msgstr "" @@ -9750,12 +9816,12 @@ msgstr "" msgid "Request code" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:209 +#: src/screens/Messages/JoinRequests.tsx:215 msgid "Request ignored." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:259 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" msgstr "" @@ -9764,13 +9830,13 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "" #: src/Navigation.tsx:501 -#: src/screens/Messages/JoinRequests.tsx:58 -#: src/screens/Messages/JoinRequests.tsx:419 +#: src/screens/Messages/JoinRequests.tsx:59 +#: src/screens/Messages/JoinRequests.tsx:425 msgid "Requests to join" msgstr "" @@ -9791,9 +9857,9 @@ msgstr "" msgid "Required in your region" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:274 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:310 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:115 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:117 msgid "Rescind request" msgstr "" @@ -9872,10 +9938,10 @@ msgstr "" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 -#: src/screens/Messages/JoinRequests.tsx:355 +#: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:92 @@ -9925,10 +9991,10 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:324 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:668 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:673 -#: src/components/StarterPack/QrCodeDialog.tsx:207 +#: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10019,22 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1436 +#: src/view/com/composer/Composer.tsx:1451 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "" -#: src/view/com/composer/Composer.tsx:1408 +#: src/view/com/composer/Composer.tsx:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1436 +#: src/view/com/composer/Composer.tsx:1451 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1410 +#: src/view/com/composer/Composer.tsx:1425 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -9985,7 +10051,7 @@ msgstr "" msgid "Save new handle" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:199 +#: src/components/StarterPack/QrCodeDialog.tsx:202 msgid "Save QR code" msgstr "" @@ -10027,8 +10093,8 @@ msgstr "" msgid "Say hello!" msgstr "" -#: src/screens/Messages/ChatList.tsx:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "" @@ -10058,6 +10124,10 @@ msgstr "" msgid "Scroll right" msgstr "" +#: src/components/dms/MessageItem.tsx:783 +msgid "Scroll to the message this is replying to" +msgstr "" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "" @@ -10067,7 +10137,7 @@ msgstr "" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "" @@ -10148,8 +10218,8 @@ msgstr "" msgid "Search my posts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "" @@ -10425,8 +10495,8 @@ msgstr "" msgid "Send feedback" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "" @@ -10460,7 +10530,7 @@ msgid "Send via direct message" msgstr "" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "" @@ -10568,16 +10638,16 @@ msgstr "" #: src/components/Link.tsx:433 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:74 -#: src/components/StarterPack/QrCodeDialog.tsx:195 +#: src/components/StarterPack/QrCodeDialog.tsx:198 #: src/screens/Hashtag.tsx:130 -#: src/screens/Messages/components/InviteLinkDialog.tsx:399 -#: src/screens/Messages/components/InviteLinkDialog.tsx:406 +#: src/screens/Messages/components/InviteLinkDialog.tsx:415 +#: src/screens/Messages/components/InviteLinkDialog.tsx:426 #: src/screens/StarterPack/StarterPackScreen.tsx:447 #: src/screens/Topic.tsx:90 msgid "Share" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "" @@ -10641,8 +10711,8 @@ msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "" @@ -10796,15 +10866,15 @@ msgstr "" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:287 -#: src/screens/Messages/JoinRequest.tsx:293 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,7 +10900,7 @@ msgstr "" msgid "Sign in or create your account to join the conversation!" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:213 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." msgstr "" @@ -10842,7 +10912,7 @@ msgstr "" msgid "Sign in to Bluesky or create a new account" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:212 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." msgstr "" @@ -10900,7 +10970,7 @@ msgstr "" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1453 +#: src/view/com/composer/Composer.tsx:1468 msgid "Skip empty posts?" msgstr "" @@ -10971,12 +11041,12 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:332 msgid "Someone reacted {0}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "" @@ -10996,17 +11066,13 @@ msgstr "" msgid "Someone was removed from the group" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "" - #: 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 "" #: src/screens/Messages/Conversation.tsx:133 -#: src/screens/Messages/ConversationSettings/index.tsx:132 -#: src/screens/Messages/JoinRequests.tsx:87 +#: src/screens/Messages/ConversationSettings/index.tsx:137 +#: src/screens/Messages/JoinRequests.tsx:88 msgid "Something went wrong" msgstr "" @@ -11214,13 +11280,13 @@ msgid "Subscribe" msgstr "" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "" @@ -11255,7 +11321,7 @@ msgstr "" msgid "Success!" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:108 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" msgstr "" @@ -11355,7 +11421,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:572 +#: src/components/dms/MessageItem.tsx:670 msgid "Tap for details" msgstr "" @@ -11390,7 +11456,7 @@ msgid "Tap to dismiss" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" msgstr "" @@ -11398,34 +11464,34 @@ msgstr "" msgid "Tap to open this group chat" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:468 msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:537 +#: src/components/dms/MessageItem.tsx:635 msgid "Tap to retry" msgstr "" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:358 msgid "Tap to view reactions" msgstr "" @@ -11528,7 +11594,7 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "" @@ -11594,8 +11660,8 @@ msgstr "" msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:142 -#: src/screens/Messages/JoinRequests.tsx:200 +#: src/components/intents/GroupChatJoinDialog.tsx:165 +#: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." msgstr "" @@ -11621,7 +11687,7 @@ msgstr "" msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "" -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "" @@ -11651,7 +11717,7 @@ msgstr "" 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 "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:499 +#: src/screens/Messages/components/InviteLinkDialog.tsx:519 msgid "There is no invite link for this group chat." msgstr "" @@ -11665,8 +11731,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "" #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:126 -#: src/components/intents/GroupChatJoinDialog.tsx:160 +#: 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 "" @@ -11693,7 +11759,7 @@ msgstr "" msgid "There was an issue fetching posts. Tap here to try again." msgstr "" -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "" @@ -11725,20 +11791,20 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:455 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:475 #: src/screens/Messages/ConversationSettings/Member.tsx:71 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:111 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:124 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "" @@ -11778,7 +11844,7 @@ msgstr "" msgid "They own this chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." msgstr "" @@ -11828,22 +11894,22 @@ msgstr "" 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 "" -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:265 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:424 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" msgstr "" @@ -11881,7 +11947,7 @@ msgstr "" msgid "This content is not viewable without a Bluesky account." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:128 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." msgstr "" @@ -11931,7 +11997,7 @@ msgstr "" msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "" -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" msgstr "" @@ -11947,11 +12013,11 @@ msgstr "" msgid "This information is private and not shared with other users." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:138 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:201 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" msgstr "" @@ -11997,17 +12063,17 @@ msgstr "" msgid "This list is empty." msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:668 +#: src/components/dms/MessageItem.tsx:697 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:667 +#: src/components/dms/MessageItem.tsx:693 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12049,7 +12115,7 @@ msgstr "" msgid "This post's author has disabled quote posts." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "" @@ -12057,8 +12123,8 @@ msgstr "" msgid "This reply will be sorted into a hidden section at the bottom of your thread and will mute notifications for subsequent replies - both for yourself and others." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:151 -#: src/screens/Messages/JoinRequests.tsx:110 +#: src/screens/Messages/ConversationSettings/index.tsx:156 +#: src/screens/Messages/JoinRequests.tsx:111 msgid "This screen is only available for group conversations." msgstr "" @@ -12242,8 +12308,8 @@ msgstr "" msgid "Topic" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,7 +12379,7 @@ msgctxt "action" msgid "Try again" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:167 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." msgstr "" @@ -12335,7 +12401,7 @@ msgstr "" msgid "Two-factor authentication (2FA)" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "" @@ -12369,7 +12435,7 @@ msgstr "" msgid "Unable to delete" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:345 +#: src/screens/Messages/JoinRequests.tsx:351 msgid "Unable to fetch join requests." msgstr "" @@ -12401,34 +12467,34 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:735 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 #: src/components/moderation/BlockDialog.tsx:190 #: src/components/moderation/BlockDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:224 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:212 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:215 msgid "Unblock {displayName}" msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "" @@ -12437,7 +12503,7 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "" @@ -12474,12 +12540,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "" @@ -12521,11 +12587,11 @@ msgstr "" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:561 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "" @@ -12548,8 +12614,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "" @@ -12562,7 +12628,7 @@ msgstr "" msgid "Unmute list" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:523 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "" @@ -12641,7 +12707,7 @@ msgstr "" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1542 +#: src/view/com/composer/Composer.tsx:1557 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -12654,12 +12720,9 @@ msgstr "" msgid "Update" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" msgstr "" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 @@ -12669,9 +12732,13 @@ msgstr "" msgid "Update email" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:231 -#: src/screens/Messages/components/InviteLinkDialog.tsx:267 -#: src/screens/Messages/components/InviteLinkDialog.tsx:295 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "" + +#: 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 "" @@ -12680,14 +12747,6 @@ msgstr "" msgid "Update to {domain}" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "" - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "" @@ -12736,7 +12795,7 @@ msgstr "" msgid "Upload from Library" msgstr "" -#: src/view/com/composer/Composer.tsx:2572 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading GIF..." msgstr "" @@ -12750,7 +12809,7 @@ msgstr "" msgid "Uploading link thumbnail..." msgstr "" -#: src/view/com/composer/Composer.tsx:2574 +#: src/view/com/composer/Composer.tsx:2589 msgid "Uploading video..." msgstr "" @@ -12826,7 +12885,7 @@ msgid "User Blocks You" msgstr "" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "" @@ -12835,7 +12894,7 @@ msgstr "" msgid "User List by {0}" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "" @@ -12875,16 +12934,6 @@ msgstr "" msgid "users following <0>@{0}" msgstr "" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "" @@ -12912,8 +12961,8 @@ msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "" @@ -13039,7 +13088,7 @@ msgstr "" msgid "Video settings" msgstr "" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2607 msgid "Video uploaded" msgstr "" @@ -13056,14 +13105,14 @@ msgstr "" msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1150 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "" @@ -13088,11 +13137,11 @@ msgid "View {0}โ€™s profile" msgstr "" #: src/components/dms/MessagesListHeader.tsx:111 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:185 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:188 msgid "View {displayName}โ€™s profile" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "" @@ -13145,7 +13194,7 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1131 +#: src/view/com/composer/Composer.tsx:1145 msgid "View post" msgstr "" @@ -13162,10 +13211,10 @@ msgstr "" msgid "View profile banner" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "" @@ -13173,7 +13222,7 @@ msgstr "" msgid "View the avatar" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:548 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "" @@ -13292,11 +13341,11 @@ msgstr "" msgid "We couldn't load this conversation" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:88 +#: src/screens/Messages/JoinRequests.tsx:89 msgid "We couldnโ€™t load this conversationโ€™s join requests" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:133 +#: src/screens/Messages/ConversationSettings/index.tsx:138 msgid "We couldnโ€™t load this conversationโ€™s settings" msgstr "" @@ -13492,7 +13541,7 @@ msgid "What do you want to call your starter pack?" msgstr "" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1506 +#: src/view/com/composer/Composer.tsx:1521 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "" @@ -13505,7 +13554,7 @@ msgstr "" msgid "Who can interact with this post?" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:239 +#: src/screens/Messages/components/InviteLinkDialog.tsx:247 msgid "Who can join this group chat and how" msgstr "" @@ -13519,7 +13568,7 @@ msgid "Who can verify?" msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "" @@ -13578,7 +13627,7 @@ msgstr "" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1424 +#: src/view/com/composer/Composer.tsx:1439 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13587,12 +13636,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1602 +#: src/view/com/composer/Composer.tsx:1617 msgid "Write post" msgstr "" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1504 +#: src/view/com/composer/Composer.tsx:1519 msgid "Write your reply" msgstr "" @@ -13605,8 +13654,8 @@ msgstr "" msgid "Wrong DID returned from server. Received: {0}" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:150 -#: src/screens/Messages/JoinRequests.tsx:109 +#: src/screens/Messages/ConversationSettings/index.tsx:155 +#: src/screens/Messages/JoinRequests.tsx:110 msgid "Wrong kind of conversation" msgstr "" @@ -13658,7 +13707,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:610 +#: src/components/dms/MessageItem.tsx:708 msgid "You are blocking {0}" msgstr "" @@ -13768,7 +13817,7 @@ msgstr "" msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1429 +#: src/view/com/composer/Composer.tsx:1444 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13803,8 +13852,8 @@ msgstr "" msgid "You can update this later from your settings." msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:115 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13839,7 +13888,7 @@ msgstr "" msgid "You got here first" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:144 +#: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and canโ€™t join it using this link." msgstr "" @@ -13884,6 +13933,7 @@ msgstr "" msgid "You have muted this user" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "" @@ -13912,7 +13962,7 @@ msgstr "" msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "" -#: src/view/com/composer/Composer.tsx:1419 +#: src/view/com/composer/Composer.tsx:1434 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -13970,7 +14020,7 @@ msgstr "" msgid "You may only add up to 3 feeds" msgstr "" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." msgstr "" @@ -13982,8 +14032,8 @@ msgstr "" msgid "You must be following at least seven other people to generate a starter pack." msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:68 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: 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 "" @@ -14009,12 +14059,12 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:259 +#: src/components/dms/MessageItem.tsx:325 msgid "You reacted {0}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "" @@ -14023,8 +14073,20 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" +#: src/components/dms/MessageItem.tsx:813 +msgid "You replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:811 +msgid "You replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:809 +msgid "You replied to yourself" +msgstr "" + #. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 msgid "You requested to join" msgstr "" @@ -14050,12 +14112,12 @@ msgstr "" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "" #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "" @@ -14283,7 +14345,7 @@ msgstr "" msgid "Your muted words" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:203 +#: 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 "" @@ -14295,11 +14357,11 @@ msgstr "" msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1127 +#: src/view/com/composer/Composer.tsx:1141 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1124 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your posts were sent" msgstr "" @@ -14320,7 +14382,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:1126 +#: src/view/com/composer/Composer.tsx:1140 msgid "Your reply was sent" msgstr "" @@ -14333,7 +14395,7 @@ msgstr "" msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1454 +#: src/view/com/composer/Composer.tsx:1469 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 81669d4234..3a6528cfeb 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-10 21:06\n" +"PO-Revision-Date: 2026-06-17 12:23\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,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:876 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" msgstr "" -#: src/components/dms/getMessageInfo.ts:73 +#: src/components/dms/getMessageInfo.ts:105 +#: src/components/dms/MessageItem.tsx:878 +#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "" @@ -75,7 +79,7 @@ msgstr "" msgid "{0, plural, one {# like} other {# likes}}" msgstr "" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "" @@ -97,7 +101,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:269 +#: src/components/dms/MessageItem.tsx:335 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "" @@ -118,15 +122,15 @@ msgstr "" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "" @@ -199,13 +203,13 @@ msgid "{0} <0>in <1>text & tags" msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:41 +#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:44 msgid "{0} added to chat" msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:43 +#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:46 msgid "{0} and {1} added to chat" msgstr "" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:712 msgid "{0} is blocking you" msgstr "" @@ -273,7 +277,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:330 msgid "{0} reacted {1}" msgstr "" @@ -299,7 +303,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:46 +#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 msgid "{0}, {1} and {memberCount, plural, one {# other} other {# others}} added to chat" msgstr "" @@ -326,24 +330,22 @@ msgstr "" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:136 +#: src/screens/Messages/JoinRequest.tsx:139 msgctxt "group-chat-member-count" msgid "{0}/{1}" msgstr "" #. The number of members in a group chat, in the format '{members}/{total} members'. -#. placeholder {0}: preview.memberCount -#. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 -msgid "{0}/{1} {2, plural, one {member} other {members}}" -msgstr "" - -#. The number of active group chat members out of the total number allowed. +#. The number of members in a group chat, in the format '{members}/{total} members'. #. placeholder {0}: joinLinkPreview.memberCount +#. placeholder {0}: preview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:307 -msgid "{0}/{1} members" +#. placeholder {1}: preview.memberLimit +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 +msgid "{0}/{1} {2, plural, one {member} other {members}}" msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. @@ -377,7 +379,7 @@ msgstr "" msgid "{0}s" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:427 +#: src/screens/Messages/JoinRequests.tsx:433 msgid "{count, plural, =0 {No requests to join} one {# request to join} other {# requests to join}}" msgstr "" @@ -389,7 +391,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -397,33 +399,11 @@ msgstr "" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "" - #. Displayed when there are more requests to join a group chat than have been loaded -#: src/screens/Messages/JoinRequests.tsx:421 +#: src/screens/Messages/JoinRequests.tsx:427 msgid "{count, plural, other {#+ requests to join}}" msgstr "" -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "" - #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" msgstr "" @@ -659,12 +639,12 @@ msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "" @@ -697,6 +677,18 @@ msgstr "" msgid "{rank}." msgstr "" +#: src/components/dms/MessageItem.tsx:822 +msgid "{replierDisplayName} replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:818 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:816 +msgid "{replierDisplayName} replied to you" +msgstr "" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "" @@ -873,10 +875,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 -#: src/screens/Messages/JoinRequests.tsx:187 -#: src/screens/Messages/JoinRequests.tsx:219 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 +#: src/screens/Messages/JoinRequests.tsx:192 +#: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." msgstr "" @@ -928,7 +930,7 @@ msgid "Accept" msgstr "" #. Accept a request to join a chat -#: src/screens/Messages/JoinRequests.tsx:458 +#: src/screens/Messages/JoinRequests.tsx:464 msgctxt "button" msgid "Accept" msgstr "" @@ -937,7 +939,7 @@ msgstr "" msgid "Accept chat request" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:452 +#: src/screens/Messages/JoinRequests.tsx:458 msgid "Accept join request" msgstr "" @@ -955,7 +957,7 @@ msgstr "" msgid "Accepted conversations" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:101 +#: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -979,13 +981,13 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:119 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "" @@ -1025,21 +1027,21 @@ msgstr "" msgid "Account removed from quick access" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:106 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "" @@ -1054,12 +1056,13 @@ msgstr "" msgid "Activity from others" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "" @@ -1112,11 +1115,11 @@ msgstr "" msgid "Add another account" msgstr "" -#: src/view/com/composer/Composer.tsx:1505 +#: src/view/com/composer/Composer.tsx:1520 msgid "Add another post" msgstr "" -#: src/view/com/composer/Composer.tsx:2168 +#: src/view/com/composer/Composer.tsx:2183 msgid "Add another post to thread" msgstr "" @@ -1151,9 +1154,9 @@ msgstr "" msgid "Add media to post" msgstr "" -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:69 -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:103 -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:122 +#: 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 "" @@ -1175,14 +1178,14 @@ msgstr "" msgid "Add muted words and tags" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:130 -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:169 +#: 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 "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "" @@ -1214,8 +1217,8 @@ msgstr "" msgid "Add this feed to your feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "" @@ -1246,8 +1249,8 @@ msgstr "" msgid "Added by invite link" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "" @@ -1269,7 +1272,7 @@ msgid "Additional details (limit 300 characters)" msgstr "" #: src/screens/Messages/ConversationSettings/Member.tsx:94 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:152 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:155 msgid "Admin" msgstr "" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "" @@ -1520,8 +1523,8 @@ msgstr "" msgid "An error occurred while loading your lists :/" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:78 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/components/StarterPack/QrCodeDialog.tsx:81 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "" @@ -1565,7 +1568,7 @@ msgstr "" msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:190 +#: 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 "" @@ -1643,17 +1646,17 @@ msgstr "" msgid "Anyone can interact" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:318 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:145 -#: src/screens/Messages/components/InviteLinkDialog.tsx:146 +#: src/screens/Messages/components/InviteLinkDialog.tsx:153 +#: src/screens/Messages/components/InviteLinkDialog.tsx:154 msgid "Anyone can join instantly" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:150 -#: src/screens/Messages/components/InviteLinkDialog.tsx:151 +#: src/screens/Messages/components/InviteLinkDialog.tsx:158 +#: src/screens/Messages/components/InviteLinkDialog.tsx:159 msgid "Anyone can request to join" msgstr "" @@ -1663,7 +1666,7 @@ msgstr "" msgid "Anyone who follows me" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:458 +#: 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 "" @@ -1796,8 +1799,8 @@ msgstr "" msgid "Are you sure you want to discard your changes?" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "" @@ -1814,11 +1817,11 @@ msgid "Are you sure you want to remove this from your feeds?" msgstr "" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1641 +#: src/view/com/composer/Composer.tsx:1656 msgid "Are you sure you'd like to discard this post?" msgstr "" @@ -1899,8 +1902,8 @@ msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:178 #: src/screens/Messages/components/ChatDisabled.tsx:164 #: src/screens/Messages/components/ChatDisabled.tsx:166 -#: src/screens/Messages/components/InviteLinkDialog.tsx:268 -#: src/screens/Messages/components/InviteLinkDialog.tsx:296 +#: src/screens/Messages/components/InviteLinkDialog.tsx:276 +#: src/screens/Messages/components/InviteLinkDialog.tsx:304 #: src/screens/Messages/Inbox.tsx:240 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 @@ -1958,12 +1961,12 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:96 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." msgstr "" @@ -1994,12 +1997,12 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:186 #: src/components/moderation/BlockDialog.tsx:192 #: src/components/moderation/BlockDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:224 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 msgid "Block" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:213 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:216 msgid "Block {displayName}" msgstr "" @@ -2009,8 +2012,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "" @@ -2088,6 +2091,10 @@ 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 "" @@ -2260,7 +2267,7 @@ msgstr "" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:174 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2274,13 +2281,13 @@ msgstr "" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:341 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" msgstr "" @@ -2346,12 +2353,12 @@ msgstr "" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/lib/media/picker.tsx:38 #: src/screens/Deactivated.tsx:150 -#: src/screens/Messages/components/InviteLinkDialog.tsx:480 -#: src/screens/Messages/components/InviteLinkDialog.tsx:484 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/components/InviteLinkDialog.tsx:500 +#: src/screens/Messages/components/InviteLinkDialog.tsx:504 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,8 @@ msgstr "" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1719 -#: src/view/com/composer/Composer.tsx:1729 +#: src/view/com/composer/Composer.tsx:1734 +#: src/view/com/composer/Composer.tsx:1744 #: 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 @@ -2380,6 +2387,10 @@ msgstr "" msgid "Cancel reactivation and sign out" msgstr "" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "" @@ -2481,7 +2492,7 @@ msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,8 +2509,8 @@ msgid "Chat ended" msgstr "" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:234 -#: src/screens/Messages/JoinRequest.tsx:90 +#: src/components/intents/GroupChatJoinDialog.tsx:269 +#: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" msgstr "" @@ -2520,12 +2531,12 @@ msgctxt "toast" msgid "Chat muted" msgstr "" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." msgstr "" -#: src/components/moderation/BlockDialog.tsx:292 +#: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2544,10 +2555,10 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "" @@ -2630,7 +2641,7 @@ msgstr "" msgid "Choose this color as your avatar" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:235 +#: src/screens/Messages/components/InviteLinkDialog.tsx:243 msgid "Choose who can join this group chat and how." msgstr "" @@ -2684,7 +2695,7 @@ msgstr "" msgid "click here" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:126 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:129 msgid "Click here to add people to this group chat" msgstr "" @@ -2692,7 +2703,7 @@ msgstr "" msgid "Click here to contact our support team" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:140 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:143 msgid "Click here to create or manage an invite link for this group chat" msgstr "" @@ -2722,7 +2733,7 @@ msgstr "" msgid "Click here to update your email" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:141 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:144 msgid "Click here to view the invite link for this group chat" msgstr "" @@ -2731,7 +2742,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:533 +#: src/components/dms/MessageItem.tsx:631 msgid "Click to retry failed message" msgstr "" @@ -2745,6 +2756,7 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "" #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:211 #: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2782,8 +2794,8 @@ msgstr "" #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:217 #: src/features/liveNow/components/EditLiveDialog.tsx:223 -#: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/components/InviteLinkDialog.tsx:509 +#: src/screens/Messages/components/InviteLinkDialog.tsx:524 +#: src/screens/Messages/components/InviteLinkDialog.tsx:529 #: src/screens/Settings/components/ChangePasswordDialog.tsx:288 #: src/screens/Settings/components/ChangePasswordDialog.tsx:293 #: src/view/com/feeds/MissingFeed.tsx:211 @@ -2850,10 +2862,10 @@ msgstr "" msgid "Close the incoming requests banner" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:204 -#: src/components/intents/GroupChatJoinDialog.tsx:205 -#: src/components/intents/GroupChatJoinDialog.tsx:241 -#: src/components/intents/GroupChatJoinDialog.tsx:242 +#: 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 msgid "Close this dialog" msgstr "" @@ -2866,7 +2878,7 @@ msgstr "" msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:1727 +#: src/view/com/composer/Composer.tsx:1742 msgid "Closes post composer and discards post draft" msgstr "" @@ -2920,7 +2932,7 @@ msgid "Compose new post" msgstr "" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1603 +#: src/view/com/composer/Composer.tsx:1618 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -2928,11 +2940,11 @@ msgstr "" msgid "Compose reply" msgstr "" -#: src/view/com/composer/Composer.tsx:2565 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2567 +#: src/view/com/composer/Composer.tsx:2582 msgid "Compressing video..." msgstr "" @@ -3100,7 +3112,7 @@ msgstr "" msgid "Conversation" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "" @@ -3117,8 +3129,8 @@ msgid "Conversation left" msgstr "" #: src/components/dms/LeaveConvoPrompt.tsx:40 -#: src/screens/Messages/JoinRequests.tsx:191 -#: src/screens/Messages/JoinRequests.tsx:223 +#: src/screens/Messages/JoinRequests.tsx:196 +#: src/screens/Messages/JoinRequests.tsx:229 msgid "Conversation not found." msgstr "" @@ -3127,7 +3139,7 @@ msgid "Copied build version to clipboard" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3158,12 @@ msgstr "" msgid "Copies build version to clipboard" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:252 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:195 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:262 +#: src/components/StarterPack/QrCodeDialog.tsx:198 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "" @@ -3159,8 +3171,8 @@ msgstr "" msgid "Copy App Password" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "" @@ -3175,8 +3187,8 @@ msgid "Copy code" msgstr "" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "" @@ -3184,7 +3196,7 @@ msgstr "" msgid "Copy host" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:251 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" msgstr "" @@ -3210,8 +3222,8 @@ msgstr "" msgid "Copy link to post" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "" @@ -3219,8 +3231,8 @@ msgstr "" msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "" @@ -3234,7 +3246,7 @@ msgstr "" msgid "Copy post text" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:181 +#: src/components/StarterPack/QrCodeDialog.tsx:184 msgid "Copy QR code" msgstr "" @@ -3249,7 +3261,7 @@ msgstr "" msgid "Copyright Policy" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" msgstr "" @@ -3261,11 +3273,11 @@ msgstr "" msgid "Could not connect to feed service" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:117 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" msgstr "" @@ -3294,7 +3306,7 @@ msgstr "" msgid "Could not leave chat" msgstr "" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." msgstr "" @@ -3308,7 +3320,7 @@ msgstr "" msgid "Could not load list" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:166 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" msgstr "" @@ -3320,7 +3332,7 @@ msgstr "" msgid "Could not process your video" msgstr "" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." msgstr "" @@ -3329,7 +3341,7 @@ msgstr "" msgid "Could not save changes: {0}" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" msgstr "" @@ -3373,7 +3385,7 @@ msgstr "" msgid "Create a list from this starter pack" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:166 +#: src/components/StarterPack/QrCodeDialog.tsx:169 msgid "Create a QR code for a starter pack" msgstr "" @@ -3394,12 +3406,12 @@ msgstr "" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:307 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3461,13 @@ msgstr "" msgid "Create moderation list" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:301 +#: 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 "" -#: src/screens/Messages/ConversationSettings/index.tsx:547 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "" @@ -3478,8 +3490,8 @@ msgstr "" #. 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', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) -#: src/screens/Messages/components/InviteLinkDialog.tsx:341 -#: src/screens/Messages/ConversationSettings/index.tsx:499 +#: src/screens/Messages/components/InviteLinkDialog.tsx:355 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "" @@ -3624,7 +3636,7 @@ msgstr "" msgid "Delete conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "" @@ -3637,7 +3649,7 @@ msgstr "" msgid "Delete message" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "" @@ -3647,7 +3659,7 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1630 msgid "Delete post" msgstr "" @@ -3689,6 +3701,10 @@ 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 @@ -3741,8 +3757,8 @@ msgstr "" msgid "Dim" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:373 -#: src/screens/Messages/components/InviteLinkDialog.tsx:378 +#: src/screens/Messages/components/InviteLinkDialog.tsx:385 +#: src/screens/Messages/components/InviteLinkDialog.tsx:390 msgid "Disable" msgstr "" @@ -3768,8 +3784,8 @@ msgstr "" msgid "Disable haptic feedback" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:468 -#: src/screens/Messages/components/InviteLinkDialog.tsx:474 +#: src/screens/Messages/components/InviteLinkDialog.tsx:488 +#: src/screens/Messages/components/InviteLinkDialog.tsx:494 msgid "Disable link" msgstr "" @@ -3781,7 +3797,7 @@ msgstr "" msgid "Disable replies entirely" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:455 +#: src/screens/Messages/components/InviteLinkDialog.tsx:475 msgid "Disable this invite link?" msgstr "" @@ -3794,9 +3810,9 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1398 -#: src/view/com/composer/Composer.tsx:1442 -#: src/view/com/composer/Composer.tsx:1648 +#: 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/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3823,14 @@ msgstr "" msgid "Discard changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1396 +#: src/view/com/composer/Composer.tsx:1411 #: 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:1413 -#: src/view/com/composer/Composer.tsx:1640 +#: src/view/com/composer/Composer.tsx:1428 +#: src/view/com/composer/Composer.tsx:1655 msgid "Discard post?" msgstr "" @@ -3852,7 +3868,7 @@ msgstr "" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2486 +#: src/view/com/composer/Composer.tsx:2501 msgid "Dismiss error" msgstr "" @@ -3949,8 +3965,8 @@ msgstr "" #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:143 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:149 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3979,7 @@ msgstr "" msgid "Done" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:525 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4087,8 +4097,8 @@ msgstr "" msgid "Edit" msgstr "" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "" @@ -4102,8 +4112,8 @@ msgstr "" msgid "Edit Feeds" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "" @@ -4123,16 +4133,16 @@ msgstr "" msgid "Edit interests" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:293 +#: src/screens/Messages/JoinRequests.tsx:299 msgid "Edit invite link" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:299 +#: src/screens/Messages/JoinRequests.tsx:305 msgctxt "button" msgid "Edit invite link" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:355 +#: src/screens/Messages/components/InviteLinkDialog.tsx:369 msgid "Edit link settings" msgstr "" @@ -4141,8 +4151,8 @@ msgstr "" msgid "Edit list details" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "" @@ -4155,7 +4165,7 @@ msgstr "" msgid "Edit My Feeds" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:534 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "" @@ -4184,8 +4194,8 @@ msgstr "" msgid "Edit starter pack" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:480 -#: src/screens/Messages/ConversationSettings/index.tsx:533 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "" @@ -4402,7 +4412,7 @@ msgstr "" msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2600 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "" @@ -4592,20 +4602,24 @@ msgctxt "toast" msgid "Failed to accept chat" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:185 +#: src/screens/Messages/JoinRequests.tsx:190 msgid "Failed to accept join request" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:88 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:42 -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:60 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:45 +#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:63 msgid "Failed to add members" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "" @@ -4615,7 +4629,7 @@ msgid "Failed to change handle. Please try again." msgstr "" #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "" @@ -4628,7 +4642,7 @@ msgstr "" msgid "Failed to create conversation" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:101 +#: src/screens/Messages/components/InviteLinkDialog.tsx:106 msgid "Failed to create invite link" msgstr "" @@ -4655,7 +4669,7 @@ msgstr "" msgid "Failed to delete starter pack" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:124 +#: src/screens/Messages/components/InviteLinkDialog.tsx:132 msgid "Failed to disable invite link" msgstr "" @@ -4664,15 +4678,15 @@ msgstr "" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:114 +#: src/screens/Messages/components/InviteLinkDialog.tsx:119 msgid "Failed to edit invite link" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:134 +#: src/screens/Messages/components/InviteLinkDialog.tsx:142 msgid "Failed to enable invite link" msgstr "" @@ -4688,11 +4702,11 @@ msgstr "" msgid "Failed to hide suggestion, please check your internet connection" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:217 +#: src/screens/Messages/JoinRequests.tsx:223 msgid "Failed to ignore join request" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:124 +#: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4700,14 +4714,14 @@ msgstr "" msgid "Failed to launch SMS app" msgstr "" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:396 +#: 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 "" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "" @@ -4753,15 +4767,20 @@ msgstr "" msgid "Failed to load suggested follows" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +msgid "Failed to mark all chats as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 +#: src/view/shell/bottom-bar/BottomBar.tsx:450 msgid "Failed to mark all requests as read" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:383 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "" @@ -4783,18 +4802,22 @@ msgstr "" msgid "Failed to remove data. {0}" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:111 +#: 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 "" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "" #: src/screens/Messages/ConversationSettings/Member.tsx:56 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:73 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:76 msgid "Failed to remove group chat member" msgstr "" @@ -4802,7 +4825,7 @@ msgstr "" msgid "Failed to remove verification" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:158 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." msgstr "" @@ -4854,7 +4877,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:429 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "" @@ -5116,7 +5139,7 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 @@ -5125,7 +5148,7 @@ msgstr "" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "" @@ -5149,8 +5172,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "" @@ -5173,7 +5196,7 @@ msgstr "" #. 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:423 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 #: src/view/com/notifications/NotificationFeedItem.tsx:868 #: src/view/com/notifications/NotificationFeedItem.tsx:875 msgid "Follow back" @@ -5211,7 +5234,7 @@ msgstr "" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:317 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" msgstr "" @@ -5231,7 +5254,7 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 @@ -5359,17 +5382,17 @@ msgstr "" msgid "Generate a starter pack" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:231 -#: src/screens/Messages/components/InviteLinkDialog.tsx:269 -#: src/screens/Messages/components/InviteLinkDialog.tsx:297 +#: 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 "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:426 +#: src/screens/Messages/components/InviteLinkDialog.tsx:446 msgid "Generate new invite link" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:431 +#: src/screens/Messages/components/InviteLinkDialog.tsx:451 msgid "Generate new link" msgstr "" @@ -5457,8 +5480,8 @@ msgstr "" #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:71 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:81 -#: src/screens/Messages/components/InviteLinkDialog.tsx:211 -#: src/screens/Messages/components/InviteLinkDialog.tsx:218 +#: src/screens/Messages/components/InviteLinkDialog.tsx:219 +#: src/screens/Messages/components/InviteLinkDialog.tsx:226 msgid "Get started" msgstr "" @@ -5467,7 +5490,7 @@ msgstr "" msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2590 +#: src/view/com/composer/Composer.tsx:2605 msgid "GIF uploaded" msgstr "" @@ -5526,8 +5549,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "" @@ -5538,8 +5561,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "" @@ -5573,7 +5596,7 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:262 #: src/screens/Messages/components/MessagesListInfoPanel.tsx:98 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:191 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:194 #: src/view/shell/desktop/LeftNav.tsx:336 #: src/view/shell/desktop/LeftNav.tsx:342 msgid "Go to profile" @@ -5622,43 +5645,43 @@ msgstr "" msgid "Grooming or predatory behavior" msgstr "" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:299 -#: src/screens/Messages/JoinRequest.tsx:122 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:536 +#: src/screens/Messages/components/InviteLinkDialog.tsx:556 msgid "Group chat invite link dialog" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:412 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:376 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:364 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "" #: src/Navigation.tsx:496 -#: src/screens/Messages/ConversationSettings/index.tsx:111 +#: src/screens/Messages/ConversationSettings/index.tsx:113 msgid "Group chat settings" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:414 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:378 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "" @@ -5672,7 +5695,7 @@ msgid "Group chats are only available to users 18 and over." msgstr "" #. placeholder {0}: convo.details.memberLimit -#: src/screens/Messages/components/InviteLinkDialog.tsx:197 +#: src/screens/Messages/components/InviteLinkDialog.tsx:205 msgid "Group chats can only have a maximum of {0, plural, other {# people}}." msgstr "" @@ -5682,12 +5705,12 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "" @@ -5960,7 +5983,7 @@ msgstr "" #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6210,7 +6233,7 @@ msgstr "" msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "" @@ -6268,7 +6291,7 @@ msgstr "" msgid "Invalid 2FA confirmation code." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:134 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." msgstr "" @@ -6290,7 +6313,7 @@ msgstr "" msgid "Invalid report subject" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:165 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." msgstr "" @@ -6315,15 +6338,15 @@ msgstr "" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:137 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6331,22 +6354,22 @@ msgstr "" msgid "Invite friends <0/>" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:185 -#: src/screens/Messages/components/InviteLinkDialog.tsx:321 -#: src/screens/Messages/components/InviteLinkDialog.tsx:327 -#: src/screens/Messages/components/InviteLinkDialog.tsx:494 -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:146 -#: src/screens/Messages/ConversationSettings/index.tsx:550 +#: src/screens/Messages/components/InviteLinkDialog.tsx:193 +#: src/screens/Messages/components/InviteLinkDialog.tsx:329 +#: src/screens/Messages/components/InviteLinkDialog.tsx:335 +#: src/screens/Messages/components/InviteLinkDialog.tsx:514 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:210 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:123 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" msgstr "" @@ -6355,7 +6378,7 @@ msgid "Invite link created" msgstr "" #: src/components/dms/getSystemMessageInfo.ts:138 -#: src/screens/Messages/components/InviteLinkDialog.tsx:321 +#: src/screens/Messages/components/InviteLinkDialog.tsx:329 msgid "Invite link disabled" msgstr "" @@ -6380,7 +6403,7 @@ msgstr "" msgid "Invite your friends to follow your favorite feeds and people" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:152 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:155 msgid "Invited" msgstr "" @@ -6410,7 +6433,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:2505 +#: src/view/com/composer/Composer.tsx:2520 msgid "Job ID: {0}" msgstr "" @@ -6420,7 +6443,7 @@ msgid "Jobs" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:260 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" msgstr "" @@ -6431,12 +6454,12 @@ msgstr "" msgid "Join Bluesky" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:68 -#: src/components/intents/GroupChatJoinDialog.tsx:426 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:154 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." msgstr "" @@ -6450,8 +6473,8 @@ msgstr "" msgid "Journalism" msgstr "" -#: src/view/com/composer/Composer.tsx:1446 -#: src/view/com/composer/Composer.tsx:1456 +#: src/view/com/composer/Composer.tsx:1461 +#: src/view/com/composer/Composer.tsx:1471 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6609,7 +6632,7 @@ msgid "Learn more." msgstr "" #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:585 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "" @@ -6623,8 +6646,8 @@ msgstr "" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "" @@ -6644,12 +6667,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:584 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "" @@ -6658,11 +6681,11 @@ msgstr "" msgid "Leaving Bluesky" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: src/screens/Messages/ConversationSettings/prompts.tsx:153 msgid "Leaving this chat will lock it permanently and you wonโ€™t be able to rejoin." msgstr "" -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." msgstr "" @@ -6935,9 +6958,9 @@ msgstr "" msgid "Load new posts" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "" @@ -6954,23 +6977,23 @@ msgstr "" msgid "Loading..." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:564 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:562 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:564 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "" @@ -7051,6 +7074,16 @@ msgstr "" msgid "Mark all as read" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:459 +#: src/view/shell/bottom-bar/BottomBar.tsx:463 +msgid "Mark all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:467 +#: src/view/shell/bottom-bar/BottomBar.tsx:471 +msgid "Mark all requests as read" +msgstr "" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7093,14 @@ msgstr "" msgid "Marked all as read" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,7 +7124,7 @@ msgstr "" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "" -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." msgstr "" @@ -7092,7 +7133,7 @@ msgstr "" msgid "Members" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "" @@ -7111,14 +7152,14 @@ msgstr "" msgid "Menu" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:200 +#: 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 "" @@ -7128,11 +7169,11 @@ msgstr "" msgid "Message {0}" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:196 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:199 msgid "Message {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "" @@ -7141,13 +7182,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:625 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "" @@ -7156,21 +7197,21 @@ msgstr "" msgid "Message from server: {0}" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "" @@ -7178,11 +7219,11 @@ msgstr "" msgid "Messages" msgstr "" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:724 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:621 +#: src/components/dms/MessageItem.tsx:719 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7219,8 +7260,8 @@ msgstr "" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "" @@ -7228,7 +7269,7 @@ msgstr "" msgid "Moderation list by <0/>" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "" @@ -7281,8 +7322,8 @@ msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "" @@ -7302,7 +7343,7 @@ msgstr "" msgid "Music" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:526 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "" @@ -7320,8 +7361,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "" @@ -7347,7 +7388,7 @@ msgstr "" msgid "Mute these accounts?" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:524 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "" @@ -7389,7 +7430,7 @@ msgstr "" msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:526 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "" @@ -7480,7 +7521,7 @@ msgstr "" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "" @@ -7500,28 +7541,28 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:58 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:61 msgid "New chat with {0}" msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:62 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:65 msgid "New chat with {0} and {1}" msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:70 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:73 msgid "New chat with {0}, {1}, and {memberCount, plural, one {{memberCount} more} other {{memberCount} more}}." msgstr "" @@ -7726,7 +7767,7 @@ msgstr "" msgid "No media yet" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "" @@ -7763,7 +7804,7 @@ msgstr "" msgid "No one but the author can quote this post." msgstr "" -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "" @@ -7831,6 +7872,11 @@ 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" @@ -7895,7 +7941,7 @@ msgstr "" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "" @@ -7931,7 +7977,7 @@ msgstr "" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8021,7 @@ msgstr "" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:731 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8045,15 +8091,15 @@ msgstr "" msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:195 +#: src/screens/Messages/JoinRequests.tsx:200 msgid "Only admins can accept join requests." msgstr "" -#: src/screens/Messages/JoinRequests.tsx:227 +#: src/screens/Messages/JoinRequests.tsx:233 msgid "Only admins can ignore join requests." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:132 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." msgstr "" @@ -8068,12 +8114,12 @@ msgid "Only image files are supported" msgstr "" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:215 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:270 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" msgstr "" @@ -8107,16 +8153,16 @@ msgid "Open camera" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:415 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:139 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:142 msgid "Open chat member options for {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "" @@ -8128,9 +8174,9 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2145 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2160 msgid "Open emoji picker" msgstr "" @@ -8151,7 +8197,7 @@ msgstr "" msgid "Open Germ DM" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:408 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" msgstr "" @@ -8166,11 +8212,11 @@ msgid "Open in Google Translate" msgstr "" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "" @@ -8221,7 +8267,7 @@ msgstr "" msgid "Open system log" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:409 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" msgstr "" @@ -8275,13 +8321,13 @@ msgstr "" msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" -#: src/screens/Messages/JoinRequest.tsx:302 +#: 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 "" -#: src/screens/Messages/JoinRequest.tsx:288 +#: 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" @@ -8490,11 +8536,11 @@ msgstr "" msgid "People" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:156 +#: src/screens/Messages/components/InviteLinkDialog.tsx:164 msgid "People {ownerName} follows can join instantly" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:161 +#: src/screens/Messages/components/InviteLinkDialog.tsx:169 msgid "People {ownerName} follows can request to join" msgstr "" @@ -8513,11 +8559,21 @@ msgstr "" msgid "People I follow" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:155 +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "" + +#: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:160 +#: src/screens/Messages/components/InviteLinkDialog.tsx:168 msgid "People I follow can request to join" msgstr "" @@ -8813,7 +8869,7 @@ msgstr "" msgid "Porn" msgstr "" -#: src/view/com/composer/Composer.tsx:1793 +#: src/view/com/composer/Composer.tsx:1808 msgctxt "action" msgid "Post" msgstr "" @@ -8833,12 +8889,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1791 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post All" msgstr "" -#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1470 msgid "Post anyway" msgstr "" @@ -8898,8 +8954,8 @@ msgstr "" msgid "Post language selection" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:383 #: src/screens/Messages/components/InviteLinkDialog.tsx:395 +#: src/screens/Messages/components/InviteLinkDialog.tsx:411 msgid "Post link" msgstr "" @@ -8957,7 +9013,7 @@ msgstr "" #: src/components/Error.tsx:56 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 -#: src/screens/Messages/JoinRequests.tsx:349 +#: src/screens/Messages/JoinRequests.tsx:355 #: src/screens/Signup/BackNextButtons.tsx:48 msgid "Press to retry" msgstr "" @@ -9015,11 +9071,11 @@ msgstr "" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2579 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2581 +#: src/view/com/composer/Composer.tsx:2596 msgid "Processing video..." msgstr "" @@ -9031,7 +9087,7 @@ msgstr "" msgid "profile" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9121,22 @@ 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:1777 +#: src/view/com/composer/Composer.tsx:1792 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1772 +#: src/view/com/composer/Composer.tsx:1787 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1761 +#: src/view/com/composer/Composer.tsx:1776 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1766 +#: src/view/com/composer/Composer.tsx:1781 msgid "Publish reply" msgstr "" @@ -9100,16 +9156,16 @@ msgstr "" msgid "Push, people you follow" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:140 +#: src/components/StarterPack/QrCodeDialog.tsx:143 msgid "QR code copied to your clipboard!" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:118 +#: src/components/StarterPack/QrCodeDialog.tsx:121 msgid "QR code has been downloaded!" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:119 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:97 +#: src/components/StarterPack/QrCodeDialog.tsx:122 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "" @@ -9160,11 +9216,11 @@ msgstr "" msgid "Re-attach quote" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:413 +#: src/screens/Messages/components/InviteLinkDialog.tsx:433 msgid "Re-enable invite link" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:420 +#: src/screens/Messages/components/InviteLinkDialog.tsx:440 msgid "Re-enable link" msgstr "" @@ -9172,8 +9228,8 @@ msgstr "" msgid "React with {emoji}" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "" @@ -9268,17 +9324,13 @@ msgstr "" msgid "Reconnect" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "" - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" msgstr "" #. Reject a request to join a chat -#: src/screens/Messages/JoinRequests.tsx:483 +#: src/screens/Messages/JoinRequests.tsx:489 msgctxt "button" msgid "Reject" msgstr "" @@ -9287,16 +9339,18 @@ msgstr "" msgid "Reject chat request" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:477 +#: src/screens/Messages/JoinRequests.tsx:483 msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9359,9 @@ msgstr "" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "" @@ -9322,11 +9375,11 @@ msgid "Remove {displayName} from starter pack" msgstr "" #: src/screens/Messages/ConversationSettings/Member.tsx:157 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:231 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:234 msgid "Remove {displayName} from this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" msgstr "" @@ -9378,7 +9431,7 @@ msgstr "" msgid "Remove feed?" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:235 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "" @@ -9443,14 +9496,14 @@ msgstr "" msgid "Remove unavailable moderation services" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "" @@ -9466,8 +9519,8 @@ msgstr "" msgid "Removed by you" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "" @@ -9535,6 +9588,14 @@ msgctxt "description" msgid "Replied to you" msgstr "" +#: src/components/dms/MessageItem.tsx:892 +msgid "Replied-to message from {senderName}, tap to scroll to it" +msgstr "" + +#: src/components/dms/MessageItem.tsx:893 +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 @@ -9552,7 +9613,12 @@ msgstr "" msgid "Replies to this post are disabled." msgstr "" -#: src/view/com/composer/Composer.tsx:1789 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Reply" msgstr "" @@ -9590,14 +9656,14 @@ msgstr "" msgid "Reply was successfully hidden" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:577 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "" @@ -9623,7 +9689,7 @@ msgstr "" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "" @@ -9657,7 +9723,7 @@ msgstr "" msgid "Report this feed" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:576 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "" @@ -9737,11 +9803,11 @@ msgstr "" msgid "Reposts of your reposts" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:425 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:177 +#: src/screens/Messages/JoinRequests.tsx:182 msgid "Request approved." msgstr "" @@ -9750,12 +9816,12 @@ msgstr "" msgid "Request code" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:209 +#: src/screens/Messages/JoinRequests.tsx:215 msgid "Request ignored." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:259 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" msgstr "" @@ -9764,13 +9830,13 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "" #: src/Navigation.tsx:501 -#: src/screens/Messages/JoinRequests.tsx:58 -#: src/screens/Messages/JoinRequests.tsx:419 +#: src/screens/Messages/JoinRequests.tsx:59 +#: src/screens/Messages/JoinRequests.tsx:425 msgid "Requests to join" msgstr "" @@ -9791,9 +9857,9 @@ msgstr "" msgid "Required in your region" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:274 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:310 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:115 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:117 msgid "Rescind request" msgstr "" @@ -9872,10 +9938,10 @@ msgstr "" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 -#: src/screens/Messages/JoinRequests.tsx:355 +#: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:92 @@ -9925,10 +9991,10 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:324 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:668 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:673 -#: src/components/StarterPack/QrCodeDialog.tsx:207 +#: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10019,22 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1436 +#: src/view/com/composer/Composer.tsx:1451 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "" -#: src/view/com/composer/Composer.tsx:1408 +#: src/view/com/composer/Composer.tsx:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1436 +#: src/view/com/composer/Composer.tsx:1451 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1410 +#: src/view/com/composer/Composer.tsx:1425 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -9985,7 +10051,7 @@ msgstr "" msgid "Save new handle" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:199 +#: src/components/StarterPack/QrCodeDialog.tsx:202 msgid "Save QR code" msgstr "" @@ -10027,8 +10093,8 @@ msgstr "" msgid "Say hello!" msgstr "" -#: src/screens/Messages/ChatList.tsx:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "" @@ -10058,6 +10124,10 @@ msgstr "" msgid "Scroll right" msgstr "" +#: src/components/dms/MessageItem.tsx:783 +msgid "Scroll to the message this is replying to" +msgstr "" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "" @@ -10067,7 +10137,7 @@ msgstr "" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "" @@ -10148,8 +10218,8 @@ msgstr "" msgid "Search my posts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "" @@ -10425,8 +10495,8 @@ msgstr "" msgid "Send feedback" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "" @@ -10460,7 +10530,7 @@ msgid "Send via direct message" msgstr "" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "" @@ -10568,16 +10638,16 @@ msgstr "" #: src/components/Link.tsx:433 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:74 -#: src/components/StarterPack/QrCodeDialog.tsx:195 +#: src/components/StarterPack/QrCodeDialog.tsx:198 #: src/screens/Hashtag.tsx:130 -#: src/screens/Messages/components/InviteLinkDialog.tsx:399 -#: src/screens/Messages/components/InviteLinkDialog.tsx:406 +#: src/screens/Messages/components/InviteLinkDialog.tsx:415 +#: src/screens/Messages/components/InviteLinkDialog.tsx:426 #: src/screens/StarterPack/StarterPackScreen.tsx:447 #: src/screens/Topic.tsx:90 msgid "Share" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "" @@ -10641,8 +10711,8 @@ msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "" @@ -10796,15 +10866,15 @@ msgstr "" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:287 -#: src/screens/Messages/JoinRequest.tsx:293 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,7 +10900,7 @@ msgstr "" msgid "Sign in or create your account to join the conversation!" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:213 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." msgstr "" @@ -10842,7 +10912,7 @@ msgstr "" msgid "Sign in to Bluesky or create a new account" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:212 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." msgstr "" @@ -10900,7 +10970,7 @@ msgstr "" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1453 +#: src/view/com/composer/Composer.tsx:1468 msgid "Skip empty posts?" msgstr "" @@ -10971,12 +11041,12 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:332 msgid "Someone reacted {0}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "" @@ -10996,17 +11066,13 @@ msgstr "" msgid "Someone was removed from the group" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "" - #: 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 "" #: src/screens/Messages/Conversation.tsx:133 -#: src/screens/Messages/ConversationSettings/index.tsx:132 -#: src/screens/Messages/JoinRequests.tsx:87 +#: src/screens/Messages/ConversationSettings/index.tsx:137 +#: src/screens/Messages/JoinRequests.tsx:88 msgid "Something went wrong" msgstr "" @@ -11214,13 +11280,13 @@ msgid "Subscribe" msgstr "" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "" @@ -11255,7 +11321,7 @@ msgstr "" msgid "Success!" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:108 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" msgstr "" @@ -11355,7 +11421,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:572 +#: src/components/dms/MessageItem.tsx:670 msgid "Tap for details" msgstr "" @@ -11390,7 +11456,7 @@ msgid "Tap to dismiss" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" msgstr "" @@ -11398,34 +11464,34 @@ msgstr "" msgid "Tap to open this group chat" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:468 msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:537 +#: src/components/dms/MessageItem.tsx:635 msgid "Tap to retry" msgstr "" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:358 msgid "Tap to view reactions" msgstr "" @@ -11528,7 +11594,7 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "" @@ -11594,8 +11660,8 @@ msgstr "" msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:142 -#: src/screens/Messages/JoinRequests.tsx:200 +#: src/components/intents/GroupChatJoinDialog.tsx:165 +#: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." msgstr "" @@ -11621,7 +11687,7 @@ msgstr "" msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "" -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "" @@ -11651,7 +11717,7 @@ msgstr "" 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 "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:499 +#: src/screens/Messages/components/InviteLinkDialog.tsx:519 msgid "There is no invite link for this group chat." msgstr "" @@ -11665,8 +11731,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "" #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:126 -#: src/components/intents/GroupChatJoinDialog.tsx:160 +#: 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 "" @@ -11693,7 +11759,7 @@ msgstr "" msgid "There was an issue fetching posts. Tap here to try again." msgstr "" -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "" @@ -11725,20 +11791,20 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:455 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:475 #: src/screens/Messages/ConversationSettings/Member.tsx:71 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:111 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:124 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "" @@ -11778,7 +11844,7 @@ msgstr "" msgid "They own this chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." msgstr "" @@ -11828,22 +11894,22 @@ msgstr "" 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 "" -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:265 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:424 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" msgstr "" @@ -11881,7 +11947,7 @@ msgstr "" msgid "This content is not viewable without a Bluesky account." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:128 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." msgstr "" @@ -11931,7 +11997,7 @@ msgstr "" msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "" -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" msgstr "" @@ -11947,11 +12013,11 @@ msgstr "" msgid "This information is private and not shared with other users." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:138 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:201 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" msgstr "" @@ -11997,17 +12063,17 @@ msgstr "" msgid "This list is empty." msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:668 +#: src/components/dms/MessageItem.tsx:697 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:667 +#: src/components/dms/MessageItem.tsx:693 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12049,7 +12115,7 @@ msgstr "" msgid "This post's author has disabled quote posts." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "" @@ -12057,8 +12123,8 @@ msgstr "" msgid "This reply will be sorted into a hidden section at the bottom of your thread and will mute notifications for subsequent replies - both for yourself and others." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:151 -#: src/screens/Messages/JoinRequests.tsx:110 +#: src/screens/Messages/ConversationSettings/index.tsx:156 +#: src/screens/Messages/JoinRequests.tsx:111 msgid "This screen is only available for group conversations." msgstr "" @@ -12242,8 +12308,8 @@ msgstr "" msgid "Topic" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,7 +12379,7 @@ msgctxt "action" msgid "Try again" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:167 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." msgstr "" @@ -12335,7 +12401,7 @@ msgstr "" msgid "Two-factor authentication (2FA)" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "" @@ -12369,7 +12435,7 @@ msgstr "" msgid "Unable to delete" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:345 +#: src/screens/Messages/JoinRequests.tsx:351 msgid "Unable to fetch join requests." msgstr "" @@ -12401,34 +12467,34 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:735 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 #: src/components/moderation/BlockDialog.tsx:190 #: src/components/moderation/BlockDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:224 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:212 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:215 msgid "Unblock {displayName}" msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "" @@ -12437,7 +12503,7 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "" @@ -12474,12 +12540,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "" @@ -12521,11 +12587,11 @@ msgstr "" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:561 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "" @@ -12548,8 +12614,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "" @@ -12562,7 +12628,7 @@ msgstr "" msgid "Unmute list" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:523 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "" @@ -12641,7 +12707,7 @@ msgstr "" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1542 +#: src/view/com/composer/Composer.tsx:1557 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -12654,12 +12720,9 @@ msgstr "" msgid "Update" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" msgstr "" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 @@ -12669,9 +12732,13 @@ msgstr "" msgid "Update email" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:231 -#: src/screens/Messages/components/InviteLinkDialog.tsx:267 -#: src/screens/Messages/components/InviteLinkDialog.tsx:295 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "" + +#: 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 "" @@ -12680,14 +12747,6 @@ msgstr "" msgid "Update to {domain}" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "" - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "" @@ -12736,7 +12795,7 @@ msgstr "" msgid "Upload from Library" msgstr "" -#: src/view/com/composer/Composer.tsx:2572 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading GIF..." msgstr "" @@ -12750,7 +12809,7 @@ msgstr "" msgid "Uploading link thumbnail..." msgstr "" -#: src/view/com/composer/Composer.tsx:2574 +#: src/view/com/composer/Composer.tsx:2589 msgid "Uploading video..." msgstr "" @@ -12826,7 +12885,7 @@ msgid "User Blocks You" msgstr "" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "" @@ -12835,7 +12894,7 @@ msgstr "" msgid "User List by {0}" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "" @@ -12875,16 +12934,6 @@ msgstr "" msgid "users following <0>@{0}" msgstr "" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "" @@ -12912,8 +12961,8 @@ msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "" @@ -13039,7 +13088,7 @@ msgstr "" msgid "Video settings" msgstr "" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2607 msgid "Video uploaded" msgstr "" @@ -13056,14 +13105,14 @@ msgstr "" msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1150 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "" @@ -13088,11 +13137,11 @@ msgid "View {0}โ€™s profile" msgstr "" #: src/components/dms/MessagesListHeader.tsx:111 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:185 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:188 msgid "View {displayName}โ€™s profile" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "" @@ -13145,7 +13194,7 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1131 +#: src/view/com/composer/Composer.tsx:1145 msgid "View post" msgstr "" @@ -13162,10 +13211,10 @@ msgstr "" msgid "View profile banner" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "" @@ -13173,7 +13222,7 @@ msgstr "" msgid "View the avatar" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:548 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "" @@ -13292,11 +13341,11 @@ msgstr "" msgid "We couldn't load this conversation" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:88 +#: src/screens/Messages/JoinRequests.tsx:89 msgid "We couldnโ€™t load this conversationโ€™s join requests" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:133 +#: src/screens/Messages/ConversationSettings/index.tsx:138 msgid "We couldnโ€™t load this conversationโ€™s settings" msgstr "" @@ -13492,7 +13541,7 @@ msgid "What do you want to call your starter pack?" msgstr "" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1506 +#: src/view/com/composer/Composer.tsx:1521 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "" @@ -13505,7 +13554,7 @@ msgstr "" msgid "Who can interact with this post?" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:239 +#: src/screens/Messages/components/InviteLinkDialog.tsx:247 msgid "Who can join this group chat and how" msgstr "" @@ -13519,7 +13568,7 @@ msgid "Who can verify?" msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "" @@ -13578,7 +13627,7 @@ msgstr "" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1424 +#: src/view/com/composer/Composer.tsx:1439 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13587,12 +13636,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1602 +#: src/view/com/composer/Composer.tsx:1617 msgid "Write post" msgstr "" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1504 +#: src/view/com/composer/Composer.tsx:1519 msgid "Write your reply" msgstr "" @@ -13605,8 +13654,8 @@ msgstr "" msgid "Wrong DID returned from server. Received: {0}" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:150 -#: src/screens/Messages/JoinRequests.tsx:109 +#: src/screens/Messages/ConversationSettings/index.tsx:155 +#: src/screens/Messages/JoinRequests.tsx:110 msgid "Wrong kind of conversation" msgstr "" @@ -13658,7 +13707,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:610 +#: src/components/dms/MessageItem.tsx:708 msgid "You are blocking {0}" msgstr "" @@ -13768,7 +13817,7 @@ msgstr "" msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1429 +#: src/view/com/composer/Composer.tsx:1444 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13803,8 +13852,8 @@ msgstr "" msgid "You can update this later from your settings." msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:115 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13839,7 +13888,7 @@ msgstr "" msgid "You got here first" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:144 +#: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and canโ€™t join it using this link." msgstr "" @@ -13884,6 +13933,7 @@ msgstr "" msgid "You have muted this user" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "" @@ -13912,7 +13962,7 @@ msgstr "" msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "" -#: src/view/com/composer/Composer.tsx:1419 +#: src/view/com/composer/Composer.tsx:1434 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -13970,7 +14020,7 @@ msgstr "" msgid "You may only add up to 3 feeds" msgstr "" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." msgstr "" @@ -13982,8 +14032,8 @@ msgstr "" msgid "You must be following at least seven other people to generate a starter pack." msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:68 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: 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 "" @@ -14009,12 +14059,12 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:259 +#: src/components/dms/MessageItem.tsx:325 msgid "You reacted {0}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "" @@ -14023,8 +14073,20 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" +#: src/components/dms/MessageItem.tsx:813 +msgid "You replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:811 +msgid "You replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:809 +msgid "You replied to yourself" +msgstr "" + #. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 msgid "You requested to join" msgstr "" @@ -14050,12 +14112,12 @@ msgstr "" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "" #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "" @@ -14283,7 +14345,7 @@ msgstr "" msgid "Your muted words" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:203 +#: 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 "" @@ -14295,11 +14357,11 @@ msgstr "" msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1127 +#: src/view/com/composer/Composer.tsx:1141 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1124 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your posts were sent" msgstr "" @@ -14320,7 +14382,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:1126 +#: src/view/com/composer/Composer.tsx:1140 msgid "Your reply was sent" msgstr "" @@ -14333,7 +14395,7 @@ msgstr "" msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1454 +#: src/view/com/composer/Composer.tsx:1469 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 8c79ebf2b8..50e55a335e 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-10 21:06\n" +"PO-Revision-Date: 2026-06-17 12:23\n" "Last-Translator: \n" "Language-Team: Catalan\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "\"{interestsDisplayName}\" categoria (activa)A" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:867 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" -msgstr "" +msgstr "(enllaรง d'invitaciรณ al xat)" -#: src/components/dms/getMessageInfo.ts:73 +#: 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)" @@ -75,7 +79,7 @@ msgstr "{0, plural, one {# etiqueta s'ha} other {# etiquetes s'han}} aplicat a a msgid "{0, plural, one {# like} other {# likes}}" msgstr "{0, plural, one {# m'agrada} other {# m'agrades}}" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "{0, plural, one {# membre} other {# membres}}" @@ -93,11 +97,11 @@ msgstr "{0, plural, one {# mes} other {# mesos}}" #. 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 {# nova solยทlicitud} other {# noves solยทlicituds}}" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:269 +#: src/components/dms/MessageItem.tsx:350 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "{0, plural, one {# persona ha} other {# persones han}} reaccionatโ€“ {1}" @@ -118,17 +122,17 @@ msgstr "{0, plural, one {# segon} other {# segons}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: 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}}" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" -msgstr "" +msgstr "{0, plural, one {# minut} other {# minuts}}" #. How many months have passed, displayed in a narrow form #. placeholder {0}: diff.value @@ -215,9 +219,9 @@ msgid "{0} following" msgstr "{0} seguint" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:703 msgid "{0} is blocking you" -msgstr "" +msgstr "{0} t'ha bloquejat" #. placeholder {0}: sanitizeHandle(profile.handle) #: src/features/liveNow/components/LiveStatusDialog.tsx:84 @@ -273,7 +277,7 @@ msgstr "{0} de 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:345 msgid "{0} reacted {1}" msgstr "{0} ha reaccionat amb {1}" @@ -326,32 +330,30 @@ msgstr "Avatar de {0}" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:143 +#: 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'. -#. placeholder {0}: preview.memberCount -#. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 -msgid "{0}/{1} {2, plural, one {member} other {members}}" -msgstr "" - -#. The number of active group chat members out of the total number allowed. +#. The number of members in a group chat, in the format '{members}/{total} members'. #. placeholder {0}: joinLinkPreview.memberCount +#. placeholder {0}: preview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:329 -msgid "{0}/{1} members" -msgstr "" +#. placeholder {1}: preview.memberLimit +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 +msgid "{0}/{1} {2, plural, one {member} other {members}}" +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 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" -msgstr "" +msgstr "{0}/{imageCount}" #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value @@ -379,7 +381,7 @@ 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 {No hi ha solยทlicituds per a unir-se} one {# solยทlicitud per a unir-se} other {# solยทlicituds per a unir-se}}" #: src/components/dms/SystemMessageGroup.tsx:38 msgid "{count, plural, one {# chat update} other {# chat updates}}" @@ -387,9 +389,9 @@ msgstr "{count, plural, one {# actualitzaciรณ de xat} other {# actualitzacions d #: src/screens/Messages/components/RequestStatus.tsx:74 msgid "{count, plural, one {# new join request} other {# new join requests}}" -msgstr "" +msgstr "{count, plural, one {# nova solยทlicitud} other {# noves solยทlicituds}}" -#: src/screens/Messages/components/InboxRequests.tsx:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "{count, plural, one {# solยทlicitud} other {# solยทlicituds}}" @@ -397,32 +399,10 @@ msgstr "{count, plural, one {# solยทlicitud} other {# solยทlicituds}}" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "{count, plural, one {# element sense llegir} other {# elements sense llegir}}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "" - #. 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 "" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "{count}+" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "{count}+ solยทlicituds" +msgstr "{count, plural, other {#+ solยทliucituds per a unir-se}}" #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" @@ -441,155 +421,155 @@ msgstr "{estimatedTimeHrs, plural, one {hora} other {hores}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minut} other {minuts}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: 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" -#: 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 "{firstAuthorLink} i <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}} els ha agradat el teu canal personalitzat" -#: 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 "{firstAuthorLink} i <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}} els ha agradat la teva publicaciรณ" -#: 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 "{firstAuthorLink} i <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}} els ha agradat la teva republicaciรณ" -#: 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 "{firstAuthorLink} i <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}} han tret la seva verificaciรณ del teu compte" -#: 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 "{firstAuthorLink} i <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}} han republicat la teva publicaciรณ" -#: 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 "{firstAuthorLink} i <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}} han republicat la teva republicaciรณ" -#: 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 "{firstAuthorLink} i <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}} s'han registrat amb el teu starter pack" -#: 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 "{firstAuthorLink} i <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}} t'han verificat" -#: src/view/com/notifications/NotificationFeedItem.tsx:367 +#: src/view/com/notifications/NotificationFeedItem.tsx:373 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} t'ha seguit" -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} t'ha seguit de tornada" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} li ha agradat el teu canal personalitzat" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} li ha agradat la teva publicaciรณ" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:512 msgid "{firstAuthorLink} liked your repost" msgstr "{firstAuthorLink} li ha agradat la teva republicaciรณ" -#: src/view/com/notifications/NotificationFeedItem.tsx:479 +#: src/view/com/notifications/NotificationFeedItem.tsx:485 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} ha tret la seva verificaciรณ del teu compte" -#: src/view/com/notifications/NotificationFeedItem.tsx:334 +#: src/view/com/notifications/NotificationFeedItem.tsx:340 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} ha republicat la teva publicaciรณ" -#: src/view/com/notifications/NotificationFeedItem.tsx:530 +#: src/view/com/notifications/NotificationFeedItem.tsx:536 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink} ha republicat la teva republicaciรณ" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:431 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} s'ha registrat amb el teu starter pack" -#: src/view/com/notifications/NotificationFeedItem.tsx:454 +#: src/view/com/notifications/NotificationFeedItem.tsx:460 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} t'ha verificat" -#: 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 "{firstAuthorName} i {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}} t'han seguit" -#: 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 "{firstAuthorName} i {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}} els ha agradat el teu canal personalitzat" -#: 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 "{firstAuthorName} i {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}} els ha agradat la teva publicaciรณ" -#: 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 "{firstAuthorName} i {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}} els ha agradat la teva republicaciรณ" -#: 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 "{firstAuthorName} i {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}} han tret la seva verificaciรณ del teu compte" -#: 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 "{firstAuthorName} i {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}} han republicat la teva publicaciรณ" -#: 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 "{firstAuthorName} i {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}} han republicat la teva republicaciรณ" -#: 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 "{firstAuthorName} i {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}} s'han registrat amb el teu starter pack" -#: 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 "{firstAuthorName} i{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}} t'han verificat" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:359 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} t'ha seguit" -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} t'ha seguit de tornada" -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} li ha agradat el teu canal personalitzat" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} li ha agradat la teva publicaciรณ" -#: src/view/com/notifications/NotificationFeedItem.tsx:492 +#: src/view/com/notifications/NotificationFeedItem.tsx:498 msgid "{firstAuthorName} liked your repost" msgstr "{firstAuthorName} li ha agradat la teva republicaciรณ" -#: src/view/com/notifications/NotificationFeedItem.tsx:465 +#: src/view/com/notifications/NotificationFeedItem.tsx:471 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} ha tret la seva verificaciรณ del teu compte" -#: src/view/com/notifications/NotificationFeedItem.tsx:320 +#: src/view/com/notifications/NotificationFeedItem.tsx:326 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} ha republicat la teva publicaciรณ" -#: src/view/com/notifications/NotificationFeedItem.tsx:516 +#: src/view/com/notifications/NotificationFeedItem.tsx:522 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName} ha republicat la teva republicaciรณ" -#: src/view/com/notifications/NotificationFeedItem.tsx:411 +#: src/view/com/notifications/NotificationFeedItem.tsx:417 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} s'ha registrat amb el teu starter pack" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} t'ha verificat" @@ -621,12 +601,12 @@ msgstr "{hours, plural, one {# hora} other {# hores}}" #. 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}+ noves solยทlicituds per a unir-se" #: 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}+ noves solยทlicituds per a unir-se" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack #: src/components/StarterPack/StarterPackCard.tsx:102 @@ -652,19 +632,19 @@ msgstr "{MAX_HIDDEN_REPLIES, plural, other {Pots amagar un mร xim de # respostes #. 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 "{minutes, plural, one {# minut} other {# minuts}}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "{name} ha reaccionat {0} a {target}" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "{name}: {message}" @@ -697,6 +677,18 @@ msgstr "{profileName} es va unir a Bluesky, utilitzant un Starter Pack, fa {time msgid "{rank}." msgstr "{rank}." +#: src/components/dms/MessageItem.tsx:813 +msgid "{replierDisplayName} replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:809 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:807 +msgid "{replierDisplayName} replied to you" +msgstr "" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -729,7 +721,7 @@ msgstr "Verificacions de {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 @@ -813,7 +805,7 @@ msgstr "<0>{0} membres" #. 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> t'ha afegit" #: src/screens/Hashtag.tsx:226 #: src/screens/Search/SearchResults.tsx:315 @@ -822,7 +814,7 @@ msgstr "<0>Inicia la sessiรณ<1> o <2>crea un compte<3> <4>per ce #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:276 msgid "<0>Tap here to update your location with GPS." -msgstr "" +msgstr "<0>Toca aquรญ per actualitzar la teva ubicaciรณ amb el GPS." #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #: src/screens/StarterPack/Wizard/index.tsx:494 @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "Una colยทlecciรณ de canals populars que pots trobar a Bluesky, com ara News, Booksky, Game Dev, Blacksky i Fountain Pens" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "un missatge" @@ -873,8 +875,8 @@ msgstr "S'ha produรฏt un error de xarxa. Si us plau, comprova la connexiรณ a Int #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 #: src/screens/Messages/JoinRequests.tsx:192 #: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." @@ -909,7 +911,7 @@ msgstr "Una captura de pantalla del compositor de publicacions amb un botรณ nou #: src/components/dms/dialogs/NewChatDialog.tsx:109 msgid "A selected recipient is not followed by the sender." -msgstr "" +msgstr "El remitent no segueix algun dels destinataris seleccionats." #: src/Navigation.tsx:465 #: src/screens/Settings/AboutSettings.tsx:78 @@ -939,7 +941,7 @@ msgstr "Accepta la solยทlicitud de xat" #: src/screens/Messages/JoinRequests.tsx:458 msgid "Accept join request" -msgstr "" +msgstr "Accepta la solยทlicitud per a unir-te" #. Accept a chat request #: src/screens/Messages/components/IncomingRequestListItem.tsx:51 @@ -953,11 +955,11 @@ 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 "" +msgstr "Converses acceptades" -#: src/components/intents/GroupChatJoinDialog.tsx:113 +#: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." -msgstr "" +msgstr "Accรฉs solยทlicitat! El propietari del grup revisarร  la teva solยทlicitud." #: src/screens/Settings/AccessibilitySettings.tsx:45 #: src/screens/Settings/Settings.tsx:233 @@ -980,12 +982,12 @@ msgstr "Compte" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "Compte bloquejat" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "Compte seguit" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "S'ha desactivat el compte" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "Compte silenciat" @@ -1028,18 +1030,18 @@ msgstr "Compte eliminat de l'accรฉs rร pid" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "Compte desbloquejat" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "Compte no seguit" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "Compte no silenciat" @@ -1054,12 +1056,13 @@ msgstr "Els comptes amb una marca de verificaciรณ blava<0><1/>poden verifica msgid "Activity from others" msgstr "Activitat d'altres persones" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "Afegeix" @@ -1112,11 +1115,11 @@ msgstr "Afegeix text alternatiu (opcional)" msgid "Add another account" msgstr "Afegeix un altre compte" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1518 msgid "Add another post" msgstr "Afegeix una altra publicaciรณ" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2181 msgid "Add another post to thread" msgstr "Afegeix una altra publicaciรณ al fil" @@ -1182,13 +1185,13 @@ msgstr "Afegeix les paraules i etiquetes silenciades" msgid "Add people" msgstr "Afegeix gent" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "Afegeix gent a la llista" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:191 msgid "Add people with a link" -msgstr "" +msgstr "Afegeix gent amb un enllaรง" #: src/components/dms/EmojiPopup.android.tsx:56 msgid "Add Reaction" @@ -1214,8 +1217,8 @@ msgstr "Afegeix el segรผent registre DNS al teu domini:" msgid "Add this feed to your feeds" msgstr "Afegeix aquest canal als teus canals" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "Afegeix a les llistes" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "Desa la publicaciรณ" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "Afegeix als starter packs" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "Afegeix usuaris a la llista" @@ -1246,8 +1249,8 @@ msgstr "Afegit per {0}" msgid "Added by invite link" msgstr "Afegit mitjanรงant enllaรง d'invitaciรณ" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "Afegit a la llista" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "josepmaria@exemple.cat" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "Totes" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "Totes {0}" @@ -1521,7 +1524,7 @@ msgid "An error occurred while loading your lists :/" msgstr "S'ha produรฏt un error en carregar les teves llistes :/" #: src/components/StarterPack/QrCodeDialog.tsx:81 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:103 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "S'ha produรฏt un error en desar el codi QR!" @@ -1558,7 +1561,7 @@ msgstr "Una ilยทlustraciรณ de diverses publicacions de Bluesky juntament amb ico #: 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 "Una ilยทlustraciรณ de l'aplicaciรณ de Bluesky amb un aviรณ de paper que en surt volant, que representa convidar amistats" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 #: src/components/verification/VerifierDialog.tsx:88 @@ -1567,7 +1570,7 @@ msgstr "Una ilยทlustraciรณ que mostra que Bluesky selecciona verificadors de con #: 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 "Un enllaรง d'invitaciรณ permet que les persones s'uneixin a aquest xat de grup sense ser afegides directament. Tu controles qui pot unir-se i si necessiten la teva aprovaciรณ. Pots desactivar l'enllaรง en qualsevol moment." #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" @@ -1575,11 +1578,11 @@ msgstr "Un problema que no estร  inclรฒs en aquestes opcions" #: src/components/dms/dialogs/NewChatDialog.tsx:92 msgid "An issue occurred creating the group chat, please try again." -msgstr "" +msgstr "S'ha produรฏt un problema en crear el xat de grup. Torna-ho a provar." #: src/components/dms/dialogs/NewChatDialog.tsx:54 msgid "An issue occurred starting the chat, please try again." -msgstr "" +msgstr "S'ha produรฏt un problema en iniciar el xat, torna-ho a provar." #: src/components/dms/dialogs/ShareViaChatDialog.tsx:50 msgid "An issue occurred while trying to open the chat" @@ -1589,8 +1592,8 @@ msgstr "Hi ha hagut un problema en provar d'obrir el xat" #: 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 "Hi ha hagut un problema, prova-ho de nou." @@ -1643,9 +1646,9 @@ msgstr "Qualsevol" msgid "Anyone can interact" msgstr "Qualsevol pot interactuar" -#: src/components/intents/GroupChatJoinDialog.tsx:340 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" -msgstr "" +msgstr "Qualsevol es pot unir" #: src/screens/Messages/components/InviteLinkDialog.tsx:153 #: src/screens/Messages/components/InviteLinkDialog.tsx:154 @@ -1796,8 +1799,8 @@ msgstr "Estร s segur que vols eliminar aquest starter pack?" msgid "Are you sure you want to discard your changes?" msgstr "Estร s segur que vols descartar els canvis?" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "Segur que vols sortir de {groupName}?" @@ -1807,18 +1810,18 @@ msgstr "Segur que vols abandonar la conversa?" #: 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 "Estร s segur que vols abandonar aquesta conversa? Els missatges s'esborraran per a tu, perรฒ no per als altres participants." #: src/components/FeedCard.tsx:374 msgid "Are you sure you want to remove this from your feeds?" msgstr "Segur que vols eliminar-ho dels teus canals?" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 msgid "Are you sure you want to rescind your request to join {0}?" -msgstr "" +msgstr "Segur que vols retirar la teva solยทlicitud per a unir-te a {0}?" -#: src/view/com/composer/Composer.tsx:1656 +#: src/view/com/composer/Composer.tsx:1654 msgid "Are you sure you'd like to discard this post?" msgstr "Estร s segur que vols descartar aquesta publicaciรณ?" @@ -1958,10 +1961,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:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2009,8 +2012,8 @@ msgstr "Bloqueja {displayName}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "Bloqueja el compte" @@ -2025,13 +2028,13 @@ msgstr "Bloqueja comptes" #: src/components/dms/AfterReportDialog.tsx:148 msgid "Block and delete" -msgstr "" +msgstr "Bloqueja i elimina" #. After-report action for a conversation #: src/components/dms/AfterReportConversationDialog.tsx:167 msgctxt "button" msgid "Block and leave" -msgstr "" +msgstr "Bloqueja i marxa" #: src/screens/ProfileList/components/SubscribeMenu.tsx:119 msgid "Block list" @@ -2065,7 +2068,7 @@ msgstr "Bloqueja l'usuari i/o elimina aquesta conversa" #: src/components/dms/AfterReportConversationDialog.tsx:217 msgid "Block user and/or leave this conversation" -msgstr "" +msgstr "Bloqueja l'usuari i/o abandona aquesta conversa" #: src/components/Post/Embed/index.tsx:216 msgid "Blocked" @@ -2088,6 +2091,10 @@ 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." @@ -2148,7 +2155,7 @@ msgstr "Bluesky รฉs mรฉs divertit amb amics. Vols convidar-ne alguns? <0/>" #: src/features/inviteFriends/InviteScannerScreen.tsx:105 msgid "Bluesky needs camera access to scan QR codes from other profiles." -msgstr "" +msgstr "Bluesky necessita accรฉs a la cร mera per escanejar codis QR d'altres perfils." #: src/screens/Takendown.tsx:213 msgid "Bluesky Social Terms of Service" @@ -2196,7 +2203,7 @@ msgstr "Incompliment de les normes del lloc" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:200 msgid "Bring up to 50 friends together in one chat." -msgstr "" +msgstr "Reuneix fins a 50 amics en un mateix xat." #: src/view/com/feeds/ProfileFeedgens.tsx:167 #: src/view/com/feeds/ProfileFeedgens.tsx:168 @@ -2260,7 +2267,7 @@ msgstr "Botรณ per tornar a la cronologia d'inici" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:181 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2269,20 +2276,20 @@ msgstr "Per {0}" #. placeholder {0}: authorProfile.handle #: src/components/Post/Embed/StandardSiteEmbed/StandardSiteMetaRow.tsx:77 msgid "by @{0}" -msgstr "" +msgstr "per @{0}" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:363 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "Per <0>{0}" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" -msgstr "" +msgstr "Per <0>{ownerDisplayName}" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:182 msgid "By clicking \"Continue\" you acknowledge that you understand and agree to these updates." @@ -2314,7 +2321,7 @@ msgstr "Cร mera" #: src/features/inviteFriends/InviteScannerScreen.tsx:96 msgid "Camera access needed" -msgstr "" +msgstr "Cal accรฉs a la cร mera" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:213 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:133 @@ -2348,10 +2355,10 @@ msgstr "" #: src/screens/Deactivated.tsx:150 #: src/screens/Messages/components/InviteLinkDialog.tsx:500 #: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,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:1732 +#: src/view/com/composer/Composer.tsx:1742 #: 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 @@ -2380,6 +2387,10 @@ msgstr "Cancelยทla la citaciรณ de la publicaciรณ" msgid "Cancel reactivation and sign out" msgstr "Cancelยทla la reactivaciรณ i surt" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "Cancelยทla la cerca" @@ -2481,7 +2492,7 @@ msgstr "Els canvis a l'Starter Pack no es reflectiran a la llista desprรฉs de la #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,10 +2509,10 @@ msgid "Chat ended" msgstr "El xat ha finalitzat" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:256 +#: src/components/intents/GroupChatJoinDialog.tsx:269 #: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" -msgstr "" +msgstr "L'enllaรง d'invitaciรณ al xat ja no estร  disponible" #: src/components/dms/getSystemMessageInfo.ts:104 msgid "Chat locked" @@ -2520,18 +2531,18 @@ msgctxt "toast" msgid "Chat muted" msgstr "Xat silenciat" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." -msgstr "" +msgstr "No s'ha trobat el xat." -#: src/components/moderation/BlockDialog.tsx:292 +#: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." -msgstr "" +msgstr "Els propietaris del xat no poden abandonar un xat grupal." #: src/components/dms/dialogs/NewChatDialog.tsx:73 msgid "Chat recipient is not followed by the sender." -msgstr "" +msgstr "El remitent no segueix el destinatari del xat." #: src/Navigation.tsx:511 msgid "Chat request inbox" @@ -2544,10 +2555,10 @@ msgstr "Solยทlicituds de xat" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "Configuraciรณ del xat" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Xat no silenciat" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "Xats" @@ -2731,7 +2742,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:533 +#: src/components/dms/MessageItem.tsx:622 msgid "Click to retry failed message" msgstr "Clica aquรญ per provar d'enviar el missatge de nou" @@ -2745,6 +2756,7 @@ msgstr "Clica aquรญ per provar d'enviar el missatge de nou" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "Clica aquรญ per provar d'enviar el missatge de nou" #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:233 -#: src/components/intents/GroupChatJoinDialog.tsx:268 +#: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2802,11 +2814,7 @@ msgstr "Tanca l'advertรจncia" #: src/screens/Messages/components/RequestStatus.tsx:82 msgid "Close banner" -msgstr "" - -#: src/view/com/util/BottomSheetCustomBackdrop.tsx:36 -msgid "Close bottom drawer" -msgstr "Tanca el calaix inferior" +msgstr "Tanca el bร ner" #. Accessibility label for the button that dismisses the GIF picker error dialog. #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:223 @@ -2822,7 +2830,7 @@ msgstr "Tanca el calaix inferior" msgid "Close dialog" msgstr "Tanca el diร leg" -#: src/view/shell/index.web.tsx:129 +#: src/view/shell/index.web.tsx:127 msgid "Close drawer menu" msgstr "Tanca el menรบ lateral" @@ -2844,16 +2852,16 @@ msgstr "Tanca el menรบ" #: src/features/inviteFriends/InviteScannerScreen.tsx:167 msgid "Close scanner" -msgstr "" +msgstr "Tanca l'escร ner" #: src/screens/Messages/components/RequestStatus.tsx:83 msgid "Close the incoming requests banner" -msgstr "" +msgstr "Tanca el bร ner de solยทlicituds entrants" -#: src/components/intents/GroupChatJoinDialog.tsx:226 -#: src/components/intents/GroupChatJoinDialog.tsx:227 -#: src/components/intents/GroupChatJoinDialog.tsx:263 -#: src/components/intents/GroupChatJoinDialog.tsx:264 +#: 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 msgid "Close this dialog" msgstr "Tanca aquest diร leg" @@ -2866,21 +2874,21 @@ 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:1742 +#: src/view/com/composer/Composer.tsx:1740 msgid "Closes post composer and discards post draft" msgstr "Tanca l'editor de la publicaciรณ i descarta l'esborrany" -#: src/view/com/notifications/NotificationFeedItem.tsx:605 +#: src/view/com/notifications/NotificationFeedItem.tsx:611 msgid "Collapse list of users" msgstr "Plega la llista d'usuaris" -#: src/view/com/notifications/NotificationFeedItem.tsx:953 +#: src/view/com/notifications/NotificationFeedItem.tsx:959 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 msgid "Color" -msgstr "" +msgstr "Color" #: src/components/dialogs/Embed.tsx:150 #: src/screens/Settings/AppearanceSettings.tsx:81 @@ -2920,7 +2928,7 @@ msgid "Compose new post" msgstr "Crea una nova publicaciรณ" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1618 +#: src/view/com/composer/Composer.tsx:1616 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" @@ -2928,11 +2936,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:2580 +#: src/view/com/composer/Composer.tsx:2578 msgid "Compressing GIF..." msgstr "Comprimint el GIF..." -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing video..." msgstr "Comprimint el vรญdeo..." @@ -3100,7 +3108,7 @@ msgstr "Continua" msgid "Conversation" msgstr "Conversa" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "Conversa esborrada" @@ -3114,20 +3122,20 @@ msgstr "Conversa esborrada" #: src/components/dms/AfterReportConversationDialog.tsx:179 msgctxt "toast" msgid "Conversation left" -msgstr "" +msgstr "Has abandonat la conversa" #: src/components/dms/LeaveConvoPrompt.tsx:40 #: src/screens/Messages/JoinRequests.tsx:196 #: src/screens/Messages/JoinRequests.tsx:229 msgid "Conversation not found." -msgstr "" +msgstr "No s'ha trobat la conversa." #: src/screens/Settings/AboutSettings.tsx:162 msgid "Copied build version to clipboard" msgstr "Nรบmero de versiรณ copiat en memรฒria" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3154,12 @@ msgstr "Copiat" msgid "Copies build version to clipboard" msgstr "Copia la versiรณ de construcciรณ al porta-retalls" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" -msgstr "" +msgstr "Copia l'URL canรฒnic del perfil al porta-retalls" #: src/components/StarterPack/QrCodeDialog.tsx:198 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:265 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "Copia" @@ -3159,8 +3167,8 @@ msgstr "Copia" msgid "Copy App Password" msgstr "Copia la contrasenya d'aplicaciรณ" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "Copia at:// URI" @@ -3175,8 +3183,8 @@ msgid "Copy code" msgstr "Copia el codi" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "Copia DID" @@ -3184,9 +3192,9 @@ msgstr "Copia DID" msgid "Copy host" msgstr "Copia l'amfitriรณ" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:254 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" -msgstr "" +msgstr "Copia l'enllaรง d'invitaciรณ" #: src/components/dms/ChatInvite/Root.tsx:91 #: src/components/StarterPack/ShareDialog.tsx:115 @@ -3210,8 +3218,8 @@ msgstr "Copia l'enllaรง a la llista" msgid "Copy link to post" msgstr "Copia l'enllaรง a la publicaciรณ" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "Copia l'enllaรง al perfil" @@ -3219,8 +3227,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:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "Copia el text del missatge" @@ -3249,9 +3257,9 @@ msgstr "Copia el valor del registre TXT" msgid "Copyright Policy" msgstr "Polรญtica de drets d'autor" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" -msgstr "" +msgstr "No s'ha pogut capturar el codi QR" #: src/view/com/feeds/MissingFeed.tsx:42 msgid "Could not connect to custom feed" @@ -3261,13 +3269,13 @@ msgstr "No s'ha pogut connectar al canal personalitzat" msgid "Could not connect to feed service" msgstr "No s'ha pogut connectar al servei de canals" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:120 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" -msgstr "" +msgstr "No s'ha pogut copiar โ€“ torna-ho a provar" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" -msgstr "" +msgstr "No s'ha pogut baixar; torna-ho a provar" #: src/screens/Messages/components/MessageInputEmbed.tsx:200 msgid "Could not fetch post" @@ -3294,9 +3302,9 @@ msgstr "No s'han pogut seguir totes les coincidรจncies. {0}" msgid "Could not leave chat" msgstr "No s'ha pogut abandonar el xat" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." -msgstr "" +msgstr "No s'ha pogut abandonar el xat." #: src/screens/Profile/ProfileFeed/index.tsx:73 msgid "Could not load feed" @@ -3308,9 +3316,9 @@ msgstr "No s'ha pogut carregar el canal" msgid "Could not load list" msgstr "No s'ha pogut carregar la llista" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:169 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" -msgstr "" +msgstr "No s'ha pogut carregar el perfil" #: src/components/dms/ConvoMenu.tsx:212 msgid "Could not mute chat" @@ -3320,18 +3328,18 @@ msgstr "No s'ha pogut silenciar el xat" msgid "Could not process your video" msgstr "No s'ha pogut processar el teu vรญdeo" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." -msgstr "" +msgstr "No s'ha pogut eliminar el membre." #. placeholder {0}: cleanError(error) #: src/components/activity-notifications/SubscribeProfileDialog.tsx:295 msgid "Could not save changes: {0}" msgstr "No s'han pogut desar els canvis: {0}" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" -msgstr "" +msgstr "No s'ha pogut copiar โ€“ torna-ho a provar" #: src/state/queries/notifications/settings.ts:49 msgid "Could not update notification settings" @@ -3394,12 +3402,12 @@ msgstr "Crea un starter pack per a mi" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:314 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3457,13 @@ msgstr "Crea una llista a partir de l'starter pack" msgid "Create moderation list" msgstr "Crea una llista de moderaciรณ" -#: src/screens/Messages/JoinRequest.tsx:308 +#: 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 "Crea un nou compte" -#: src/screens/Messages/ConversationSettings/index.tsx:553 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "Crea o modifica un enllaรง d'invitaciรณ per a aquest xat de grup" @@ -3479,7 +3487,7 @@ msgstr "Crea una llista d'usuaris" #. placeholder {0}: i18n.date(createdAt, { dateStyle: 'long', timeStyle: 'short', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) #: src/screens/Messages/components/InviteLinkDialog.tsx:355 -#: src/screens/Messages/ConversationSettings/index.tsx:505 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "Creat {0}" @@ -3494,7 +3502,7 @@ msgstr "Cultura" #: src/components/moderation/BlockDialog.tsx:378 msgid "Current chat" -msgstr "" +msgstr "Xat actual" #: src/components/dialogs/ServerInput.tsx:152 #: src/components/dialogs/ServerInput.tsx:154 @@ -3539,11 +3547,11 @@ msgstr "Data de naixement" #: src/features/inviteFriends/components/ThemePicker.tsx:28 msgid "Dawn" -msgstr "" +msgstr "Alba" #: src/features/inviteFriends/components/ThemePicker.tsx:29 msgid "Day" -msgstr "" +msgstr "Dia" #: src/screens/Settings/AccountSettings.tsx:179 #: src/screens/Settings/AccountSettings.tsx:184 @@ -3624,7 +3632,7 @@ msgstr "Suprimeix contactes" msgid "Delete conversation" msgstr "Elimina la conversa" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "Elimina-ho per mi" @@ -3637,7 +3645,7 @@ msgstr "Elimina la llista" msgid "Delete message" msgstr "Elimina el missatge" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "Elimina el missatge per mi" @@ -3647,7 +3655,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:1630 +#: src/view/com/composer/Composer.tsx:1628 msgid "Delete post" msgstr "Elimina la publicaciรณ" @@ -3689,6 +3697,10 @@ 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 @@ -3794,9 +3806,9 @@ msgstr "Desactivat" #: 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:1411 +#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1661 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3819,14 @@ msgstr "Descarta" msgid "Discard changes?" msgstr "Vols descartar els canvis?" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1409 #: 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:1428 -#: src/view/com/composer/Composer.tsx:1655 +#: src/view/com/composer/Composer.tsx:1426 +#: src/view/com/composer/Composer.tsx:1653 msgid "Discard post?" msgstr "Vols descartar la publicaciรณ?" @@ -3852,7 +3864,7 @@ msgstr "Descarta" msgid "Dismiss banner" msgstr "Ignora el bร ner" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2499 msgid "Dismiss error" msgstr "Descarta l'error" @@ -3879,7 +3891,7 @@ msgstr "Descarta aquest suggeriment" #: src/features/inviteFriends/InviteScannerScreen.tsx:168 msgid "Dismisses the QR scanner" -msgstr "" +msgstr "Tanca l'escร ner de QR" #: src/screens/Settings/AccessibilitySettings.tsx:70 #: src/screens/Settings/AccessibilitySettings.tsx:75 @@ -3949,8 +3961,8 @@ msgstr "No pateixis! Tots els missatges i la configuraciรณ existents es desen i #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:146 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3975,7 @@ msgstr "No pateixis! Tots els missatges i la configuraciรณ existents es desen i msgid "Done" msgstr "Fet" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "Fet" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:520 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รณ" @@ -3983,7 +3989,7 @@ msgstr "Fes dos tocs per a fer m'agrada" #: src/features/inviteFriends/components/ActionButtons.tsx:36 msgid "Download" -msgstr "" +msgstr "Descarrega" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:329 msgid "Download Bluesky" @@ -4005,16 +4011,16 @@ msgstr "Descarrega la imatge" #: src/features/inviteFriends/components/ActionButtons.tsx:31 msgid "Download invite QR code" -msgstr "" +msgstr "Descarrega el codi QR de la invitaciรณ" #: src/screens/Settings/components/ExportCarDialog.tsx:118 msgid "Download profile data" -msgstr "" +msgstr "Descarrega les dades del perfil" #: src/screens/Settings/components/ExportCarDialog.tsx:123 msgctxt "button" msgid "Download profile data" -msgstr "" +msgstr "Descarrega les dades del perfil" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 msgid "Doxxing" @@ -4041,7 +4047,7 @@ msgstr "Durada:" #: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Dusk" -msgstr "" +msgstr "Capvespre" #: src/screens/Settings/components/ChangeHandleDialog.tsx:237 msgid "e.g. alice" @@ -4087,8 +4093,8 @@ msgstr "Trastorns alimentaris" msgid "Edit" msgstr "Edita" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "Edita" @@ -4102,8 +4108,8 @@ msgstr "Edita l'avatar" msgid "Edit Feeds" msgstr "Edita els canals" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "Edita el nom del grup" @@ -4125,12 +4131,12 @@ msgstr "Edita els interessos" #: src/screens/Messages/JoinRequests.tsx:299 msgid "Edit invite link" -msgstr "" +msgstr "Edita l'enllaรง d'invitaciรณ" #: src/screens/Messages/JoinRequests.tsx:305 msgctxt "button" msgid "Edit invite link" -msgstr "" +msgstr "Edita l'enllaรง d'invitaciรณ" #: src/screens/Messages/components/InviteLinkDialog.tsx:369 msgid "Edit link settings" @@ -4141,8 +4147,8 @@ msgstr "Edita la configuraciรณ de l'enllaรง" msgid "Edit list details" msgstr "Edita els detalls de la llista" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "Edita l'estat en directe" @@ -4155,7 +4161,7 @@ msgstr "Edita la llista de moderaciรณ" msgid "Edit My Feeds" msgstr "Edita els meus canals" -#: src/screens/Messages/ConversationSettings/index.tsx:540 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "Edita el nom" @@ -4184,8 +4190,8 @@ msgstr "Edita el perfil" msgid "Edit starter pack" msgstr "Edita l'starter pack" -#: src/screens/Messages/ConversationSettings/index.tsx:486 -#: src/screens/Messages/ConversationSettings/index.tsx:539 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "Edita el nom d'aquest xat de grup" @@ -4402,7 +4408,7 @@ msgstr "Canvia a pantalla completa" msgid "Entertainment" msgstr "Entreteniment" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2598 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Error" @@ -4481,7 +4487,7 @@ msgstr "Surt de la pantalla completa" msgid "Expand alt text" msgstr "Expandeix el text alternatiu" -#: src/view/com/notifications/NotificationFeedItem.tsx:606 +#: src/view/com/notifications/NotificationFeedItem.tsx:612 msgid "Expand list of users" msgstr "Expandeix la llista d'usuaris" @@ -4594,10 +4600,10 @@ msgstr "No s'ha pogut acceptar el xat" #: src/screens/Messages/JoinRequests.tsx:190 msgid "Failed to accept join request" -msgstr "" +msgstr "No s'ha pogut acceptar la solยทlicitud per a unir-se" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "No s'ha pogut afegir la reacciรณ d'emoji" @@ -4606,6 +4612,10 @@ msgstr "No s'ha pogut afegir la reacciรณ d'emoji" msgid "Failed to add members" msgstr "No s'han pogut afegir membres" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "No s'ha pogut afegir a l'starter pack" @@ -4615,7 +4625,7 @@ msgid "Failed to change handle. Please try again." msgstr "No s'ha pogut canviar l'identificador. Torna-ho a provar." #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:129 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "No s'ha pogut copiar l'enllaรง" @@ -4664,7 +4674,7 @@ msgstr "No s'ha pogut desactivar l'enllaรง d'invitaciรณ" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "No s'ha pogut desconnectar Germ DM. Error: {0}" -#: src/screens/Messages/ConversationSettings/index.tsx:374 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "No s'ha pogut editar el nom del xat de grup" @@ -4690,24 +4700,24 @@ 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 "" +msgstr "No s'ha pogut ignorar la solยทlicitud d'uniรณ" -#: src/components/intents/GroupChatJoinDialog.tsx:137 +#: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." -msgstr "" +msgstr "No s'ha pogut unir al xat de grup. Torna-ho a provar." #: src/components/contacts/screens/ViewMatches.tsx:582 msgid "Failed to launch SMS app" msgstr "No s'ha pogut iniciar l'aplicaciรณ d'SMS" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:401 +#: 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 "No s'ha pogut abandonar el xat de grup" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "No s'han pogut carregar les converses" @@ -4753,15 +4763,20 @@ msgstr "No s'han pogut carregar els canals suggerits" msgid "Failed to load suggested follows" msgstr "No s'han pogut carregar els comptes suggerits" -#: src/screens/Messages/ConversationSettings/index.tsx:426 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "No s'ha pogut bloquejar el xat de grup" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +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 msgid "Failed to mark all requests as read" msgstr "No s'han pogut marcar totes les solยทlicituds com a llegides" -#: src/screens/Messages/ConversationSettings/index.tsx:390 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "No s'ha pogut silenciar el xat de grup" @@ -4783,12 +4798,16 @@ msgstr "No s'han pogut eliminar les dades a causa d'un error de xarxa. Comprova msgid "Failed to remove data. {0}" msgstr "No s'han pogut eliminar les dades. {0}" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:111 +#: 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 "" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "No s'ha pogut eliminar de l'starter pack" @@ -4802,16 +4821,16 @@ msgstr "No s'ha pogut eliminar el membre del xat de grup" msgid "Failed to remove verification" msgstr "No s'ha pogut eliminar la verificaciรณ" -#: src/components/intents/GroupChatJoinDialog.tsx:180 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." -msgstr "" +msgstr "No s'ha pogut retirar la teva solยทlicitud. Torna-ho a provar." #: src/components/dialogs/DeviceLocationRequestDialog.tsx:81 msgid "Failed to resolve location. Please try again." msgstr "La ubicaciรณ ha fallat. Torna-ho a provar." -#: src/view/com/composer/Composer.tsx:648 +#: src/view/com/composer/Composer.tsx:646 msgid "Failed to save draft" msgstr "Error en desar l'esborrany" @@ -4854,7 +4873,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "No s'ha pogut desactivar el silenci del fil; torneu-ho a provar" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:435 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "No s'ha pogut desbloquejar el xat de grup" @@ -5038,7 +5057,7 @@ msgstr "Troba comptes per a seguir" #: src/screens/Settings/Settings.tsx:216 #: src/screens/Settings/Settings.tsx:219 msgid "Find and invite friends" -msgstr "" +msgstr "Cerca i convida amics" #: src/Navigation.tsx:436 #: src/Navigation.tsx:569 @@ -5060,7 +5079,7 @@ msgstr "Troba gent per seguir" #: src/screens/Settings/FindContactsSettings.tsx:130 msgid "Find people you know" -msgstr "" +msgstr "Troba gent que coneguis" #: src/screens/Search/Shell.tsx:537 msgid "Find posts, users, and feeds on Bluesky" @@ -5116,16 +5135,16 @@ msgstr "Centra el camp de cerca" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 "Segueix" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "Segueix {0}" @@ -5149,8 +5168,8 @@ msgstr "Segueix a 10 persones per comenรงar" msgid "Follow 7 accounts" msgstr "Segueix 7 comptes" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "Segueix el compte" @@ -5173,9 +5192,9 @@ msgstr "Segueix tots els comptes" #. 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:423 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "Segueix" @@ -5211,9 +5230,9 @@ msgstr "Seguit per <0>{0} i <1>{1}" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "Seguit per <0>{0}, <1>{1}, i {2, plural, one {# altre} other {# altres}}" -#: src/components/intents/GroupChatJoinDialog.tsx:339 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" -msgstr "" +msgstr "Els seguidors es poden unir" #. placeholder {0}: route.params.name #: src/Navigation.tsx:245 @@ -5231,10 +5250,10 @@ msgstr "Seguidors que coneixes" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 "Seguint" @@ -5249,7 +5268,7 @@ msgstr "Seguint" #. 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 "Seguint {0}" @@ -5336,7 +5355,7 @@ msgstr "Oblidada?" #. 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 "Quatre bombolles de missatge que representen un xat de grup. Primer missatge: ยซHas vist la novetat? Bluesky ja tรฉ xats de grup!ยป Segon missatge: ยซostres, no fotisยป Tercer missatge: ยซUau, 50 persones en un sol xat!ยป Quart missatge: ยซTambรฉ pots enviar enllaรงos d'invitaciรณi!ยป" #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:12 msgid "Free your feed" @@ -5397,7 +5416,7 @@ msgstr "Aconsegueix ajuda" #: src/screens/Settings/NotificationSettings/index.tsx:343 msgid "Get notifications for starter pack joins, verification, and other activity." -msgstr "" +msgstr "Rep notificacions sobre adhesions a starter packs, verificacions i altres activitats." #: src/screens/Settings/NotificationSettings/index.tsx:269 msgid "Get notifications when people follow you." @@ -5409,7 +5428,7 @@ msgstr "Rep notificacions quan a la gent li agradin les teves publicacions." #: src/screens/Settings/NotificationSettings/index.tsx:324 msgid "Get notifications when people like your reposts." -msgstr "" +msgstr "Rep notificacions quan a la gent li agradin les teves republicacions." #: src/screens/Settings/NotificationSettings/index.tsx:285 msgid "Get notifications when people mention you." @@ -5429,11 +5448,11 @@ msgstr "Rep notificacions quan la gent republiqui les teves publicacions." #: src/screens/Settings/NotificationSettings/index.tsx:333 msgid "Get notifications when people repost your reposts." -msgstr "" +msgstr "Rep notificacions quan la gent republiqui les teves republicacions." #: src/screens/Settings/NotificationSettings/index.tsx:311 msgid "Get notifications when there's activity on posts you're subscribed to." -msgstr "" +msgstr "Rep notificacions quan hi hagi activitat als apunts als quals estร s subscrit." #: src/components/activity-notifications/SubscribeProfileButton.tsx:94 msgid "Get notified about new posts" @@ -5467,7 +5486,7 @@ msgstr "Comenรงa" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2603 msgid "GIF uploaded" msgstr "S'ha penjat el GIF" @@ -5526,8 +5545,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "Ves a l'inici" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "Emet en directe" @@ -5538,8 +5557,8 @@ msgstr "Emet en directe" msgid "Go Live" msgstr "Emet en directe" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "Emet en directe (deshabilitat)" @@ -5547,7 +5566,7 @@ msgstr "Emet en directe (deshabilitat)" msgid "Go live for" msgstr "Emet en directe durant" -#: src/view/com/notifications/NotificationFeedItem.tsx:250 +#: src/view/com/notifications/NotificationFeedItem.tsx:256 msgid "Go to {firstAuthorName}'s profile" msgstr "Vรฉs al perfil de {firstAuthorName}" @@ -5589,7 +5608,7 @@ msgstr "Ves al perfil de l'usuari" #: src/screens/Messages/components/MessagesListInfoPanel.tsx:92 msgid "Go to userโ€™s profile" -msgstr "" +msgstr "Ves al perfil de l'usuari" #: src/features/liveNow/components/GoLiveDisabledDialog.tsx:105 msgid "Going live is currently disabled for your account" @@ -5605,7 +5624,7 @@ msgstr "Ho he entรจs" #: src/features/inviteFriends/InviteScannerScreen.tsx:108 #: src/features/inviteFriends/InviteScannerScreen.tsx:113 msgid "Grant access" -msgstr "" +msgstr "Concedeix l'accรฉs" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 @@ -5622,27 +5641,27 @@ msgstr "Contingut grร ficament violent" msgid "Grooming or predatory behavior" msgstr "Comportament depredador o de manipulaciรณ grooming" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:321 -#: src/screens/Messages/JoinRequest.tsx:129 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" -msgstr "" +msgstr "Xat grupal" #: src/screens/Messages/components/InviteLinkDialog.tsx:556 msgid "Group chat invite link dialog" msgstr "Diร leg d'enllaรง d'invitaciรณ al xat de grup" -#: src/screens/Messages/ConversationSettings/index.tsx:417 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "Xat de grup bloquejat" -#: src/screens/Messages/ConversationSettings/index.tsx:382 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "Xat de grup silenciat" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "S'ha actualitzar el nom del grup de xat" @@ -5653,28 +5672,28 @@ msgid "Group chat settings" msgstr "Parร metres del xat de grup" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "Xat de grup desbloquejat" -#: src/screens/Messages/ConversationSettings/index.tsx:385 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "Xat de grup no silenciat" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:181 msgid "Group Chats" -msgstr "" +msgstr "Xats grupals" #: src/screens/Messages/Settings.tsx:199 msgid "Group chats are only available to users 18 and over." -msgstr "" +msgstr "Els xats grupals nomรฉs estan disponibles per a usuaris de 18 anys o mรฉs." #. 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 "Els xats de grup nomรฉs poden tenir un mร xim de {0, plural, one {# persona} other {# persones}}." #: src/components/dialogs/SearchablePeopleList.tsx:565 msgid "Group is locked" @@ -5682,14 +5701,14 @@ msgstr "El grup estร  bloquejat" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "Nom del grup" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "El nom del grup รฉs massa llarg. {MAX_GROUP_NAME_GRAPHEME_LENGTH, plural, one {} other {El nombre mร xim de carร cters รฉs #.}}" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 msgid "Hacking or system attacks" @@ -5763,7 +5782,7 @@ msgstr "Tens un codi?<0>Clica aquรญ." #: 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 "Hem encertat la teva ubicaciรณ? <0>Toca aquรญ per actualitzar la teva ubicaciรณ amb el GPS." #: src/screens/Signup/index.tsx:231 msgid "Having trouble?" @@ -5829,7 +5848,7 @@ msgstr "Llista amagada" msgid "Hide" msgstr "Amaga" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "Amaga" @@ -5904,7 +5923,7 @@ msgstr "Vols amagar els temes del moment?" msgid "Hide trending videos?" msgstr "Vols amagar els vรญdeos populars?" -#: src/view/com/notifications/NotificationFeedItem.tsx:951 +#: src/view/com/notifications/NotificationFeedItem.tsx:957 msgid "Hide user list" msgstr "Amaga la llista d'usuaris" @@ -5920,7 +5939,7 @@ msgstr "Amaga el contingut" #: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 msgid "Hides the invite friends promo banner" -msgstr "" +msgstr "Amaga el bร ner promocional per convidar amics" #: 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." @@ -5960,7 +5979,7 @@ msgstr "Espera! A poc a poc estem donant accรฉs al vรญdeo i encara estร s a la c #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6166,7 +6185,7 @@ msgstr "Importa contactes" #: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 msgid "Import contacts or invite your friends" -msgstr "" +msgstr "Importa contactes o convida els teus amics" #: src/components/contacts/FindContactsBannerNUX.tsx:33 #: src/components/contacts/FindContactsBannerNUX.tsx:72 @@ -6192,25 +6211,25 @@ msgstr "Notificacions integrades a l'aplicaciรณ" #: src/screens/Settings/NotificationSettings/index.tsx:370 msgid "In-app, everyone" -msgstr "" +msgstr "A l'aplicaciรณ, tothom" #: src/screens/Settings/NotificationSettings/index.tsx:378 msgid "In-app, people you follow" -msgstr "" +msgstr "A l'aplicaciรณ, gent a qui segueixes" #: src/screens/Settings/NotificationSettings/index.tsx:385 msgid "In-app, push" -msgstr "" +msgstr "A l'aplicaciรณ, push" #: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "In-app, push, everyone" -msgstr "" +msgstr "A l'aplicaciรณ, push, tothom" #: src/screens/Settings/NotificationSettings/index.tsx:376 msgid "In-app, push, people you follow" -msgstr "" +msgstr "A l'aplicaciรณ, push, gent a qui segueixes" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "Safata d'entrada buida" @@ -6257,7 +6276,7 @@ msgstr "Com pots trobar amics a travรฉs dels contactes" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:99 msgid "Introducing group chats" -msgstr "" +msgstr "Presentem els xats de grup" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:38 msgid "Introducing saved posts AKA bookmarks" @@ -6268,9 +6287,9 @@ msgstr "Presentem les publicacions desades, mรฉs conegudes com a marcadors" msgid "Invalid 2FA confirmation code." msgstr "El codi de confirmaciรณ 2FA no รฉs vร lid." -#: src/components/intents/GroupChatJoinDialog.tsx:147 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." -msgstr "" +msgstr "El codi del xat grupal no รฉs vร lid." #: src/screens/Settings/components/ChangeHandleDialog.tsx:615 msgid "Invalid handle. Please try a different one." @@ -6290,10 +6309,10 @@ msgstr "Nรบmero de telรจfon no vร lid" msgid "Invalid report subject" msgstr "El tema de l'informe no รฉs vร lid" -#: src/components/intents/GroupChatJoinDialog.tsx:187 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." -msgstr "" +msgstr "Solยทlicitud de retirada no vร lida." #: src/components/intents/VerifyEmailIntentDialog.tsx:86 msgid "Invalid Verification Code" @@ -6315,15 +6334,15 @@ 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:140 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" -msgstr "" +msgstr "Convida amics" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:155 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "Convida amics" @@ -6336,19 +6355,19 @@ msgstr "Convida amics <0/>" #: src/screens/Messages/components/InviteLinkDialog.tsx:335 #: src/screens/Messages/components/InviteLinkDialog.tsx:514 #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 -#: src/screens/Messages/ConversationSettings/index.tsx:556 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "Enllaรง d'invitaciรณ" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:213 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "Enllaรง d'invitaciรณ" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" -msgstr "" +msgstr "S'ha copiat l'enllaรง d'invitaciรณ" #: src/components/dms/getSystemMessageInfo.ts:120 msgid "Invite link created" @@ -6374,7 +6393,7 @@ msgstr "Convida a gent a aquest starter pack!" #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:91 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:144 msgid "Invite your friends" -msgstr "" +msgstr "Convida els teus amics" #: src/screens/StarterPack/Wizard/StepDetails.tsx:37 msgid "Invite your friends to follow your favorite feeds and people" @@ -6390,7 +6409,7 @@ 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 "" +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." @@ -6410,7 +6429,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:2520 +#: src/view/com/composer/Composer.tsx:2518 msgid "Job ID: {0}" msgstr "Identificador de la tasca: {0}" @@ -6420,9 +6439,9 @@ msgid "Jobs" msgstr "Tasques" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:282 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" -msgstr "" +msgstr "Uneix-te" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:215 @@ -6431,15 +6450,15 @@ msgstr "" msgid "Join Bluesky" msgstr "Uneix-te a Bluesky" -#: src/components/intents/GroupChatJoinDialog.tsx:71 -#: src/components/intents/GroupChatJoinDialog.tsx:448 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" -msgstr "" +msgstr "Uneix-te al xat de grup" -#: src/components/intents/GroupChatJoinDialog.tsx:176 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." -msgstr "" +msgstr "Solยทlicitud per unir-se cancelยทlada." #: src/components/StarterPack/QrCode.tsx:72 #: src/view/shell/NavSignupCard.tsx:41 @@ -6450,8 +6469,8 @@ msgstr "Uneix-te a la conversa" msgid "Journalism" msgstr "Periodisme" -#: src/view/com/composer/Composer.tsx:1461 -#: src/view/com/composer/Composer.tsx:1471 +#: src/view/com/composer/Composer.tsx:1459 +#: src/view/com/composer/Composer.tsx:1469 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "Continua editant" @@ -6463,7 +6482,7 @@ msgstr "Mantingueu-me informat/da" #: src/components/moderation/BlockDialog.tsx:365 #: src/components/moderation/BlockDialog.tsx:372 msgid "Kick member" -msgstr "" +msgstr "Expulsa el membre" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" @@ -6609,7 +6628,7 @@ msgid "Learn more." msgstr "Mรฉs informaciรณ." #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:590 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "Surt" @@ -6623,8 +6642,8 @@ msgstr "Surt" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "Surt del xat" @@ -6644,12 +6663,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "Surt de la conversa" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "Abandona el xat de grup" -#: src/screens/Messages/ConversationSettings/index.tsx:589 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "Abandona aquest grup de xat" @@ -6658,13 +6677,13 @@ msgstr "Abandona aquest grup de xat" msgid "Leaving Bluesky" msgstr "Sortint de Bluesky" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: 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 "Si surts d'aquesta conversa, es bloquejarร  permanentment i no t'hi podrร s tornar a unir." -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." -msgstr "" +msgstr "Has abandonat el xat de grup." #: src/screens/SignupQueued.tsx:158 msgid "left to go." @@ -6935,12 +6954,12 @@ msgstr "Carrega noves notificacions" msgid "Load new posts" msgstr "Carrega noves publicacions" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" -msgstr "" +msgstr "S'estร  carregant el xatโ€ฆ" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:575 msgid "Loading lists..." @@ -6954,23 +6973,23 @@ msgstr "Carregant la configuraciรณ d'interaccions de la publicaciรณ..." msgid "Loading..." msgstr "Carregantโ€ฆ" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "Tanca" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "Tanca el xat de grup" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "Vols tancar el grup de xat?" -#: src/screens/Messages/ConversationSettings/index.tsx:568 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "Tanca aquest xat de grup" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "Tancat" @@ -7051,6 +7070,16 @@ msgstr "Gestiona les teves etiquetes i paraules silenciades" 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 +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 +msgid "Mark all requests as read" +msgstr "Marca totes les solยทlicituds com a llegides" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7089,14 @@ msgstr "Marca com a llegit" msgid "Marked all as read" msgstr "S'ha marcat tot com a llegit" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "S'han marcat tots els xats com a llegits" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "S'han marcat totes les solยทlicituds com a llegides" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,16 +7120,16 @@ msgstr "Imatge desada en un altre dispositiu" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Continguts que poden ser inquietants o inadequats per a alguns pรบblics." -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." -msgstr "" +msgstr "Membre eliminat del xat de grup." #. The heading above the list of chat members. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:34 msgid "Members" msgstr "Membres" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "Els membres encara poden llegir l'historial del xat, perรฒ no poden enviar missatges nous." @@ -7111,13 +7148,13 @@ msgstr "Mencions" msgid "Menu" msgstr "Menรบ" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "Missatge" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 +#: 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" @@ -7132,7 +7169,7 @@ msgstr "Missatge {0}" msgid "Message {displayName}" msgstr "Missatge {displayName}" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "Missatge esborrat" @@ -7141,13 +7178,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Missatge esborrat" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:616 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:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "Missatge de @ {0}: {1}" @@ -7156,21 +7193,21 @@ msgstr "Missatge de @ {0}: {1}" msgid "Message from server: {0}" msgstr "Missatge del servidor: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "Camp d'entrada del missatge" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 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:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "Opcions del missatge" @@ -7178,13 +7215,13 @@ msgstr "Opcions del missatge" msgid "Messages" msgstr "Missatges" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:715 msgid "Messages from this person are hidden while they are blocking you." -msgstr "" +msgstr "Els missatges d'aquesta persona estan ocults mentre t'estigui bloquejant." -#: src/components/dms/MessageItem.tsx:621 +#: src/components/dms/MessageItem.tsx:710 msgid "Messages from this person are hidden while you are blocking them." -msgstr "" +msgstr "Els missatges d'aquesta persona s'oculten mentre la tinguis bloquejada." #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" @@ -7219,8 +7256,8 @@ msgstr "Detalls de la moderaciรณ" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "Llista de moderaciรณ per {0}" @@ -7228,7 +7265,7 @@ msgstr "Llista de moderaciรณ per {0}" msgid "Moderation list by <0/>" msgstr "Llista de moderaciรณ per <0/>" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "Llista de moderaciรณ teva" @@ -7281,8 +7318,8 @@ msgstr "Mรฉs idiomes..." #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "Mรฉs opcions" @@ -7302,7 +7339,7 @@ msgstr "Pelยทlรญcules" msgid "Music" msgstr "Mรบsica" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "Silencia" @@ -7320,8 +7357,8 @@ msgstr "Silencia {0}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "Silencia el compte" @@ -7347,7 +7384,7 @@ msgstr "Silencia la llista" msgid "Mute these accounts?" msgstr "Vols silenciar aquests comptes?" -#: src/screens/Messages/ConversationSettings/index.tsx:530 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "Silencia aquest xat de grup" @@ -7387,9 +7424,9 @@ msgstr "Silencia paraules i etiquetes" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:207 msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." -msgstr "" +msgstr "Silencia, marxa o expulsa persones en qualsevol moment. ร‰s el teu xat." -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "Silenciat" @@ -7421,7 +7458,7 @@ msgstr "Silenciar รฉs privat. Els comptes silenciats poden interactuar amb tu, p #: src/components/moderation/BlockDialog.tsx:174 msgid "Mutual group chats" -msgstr "" +msgstr "Xats de grup mutus" #: src/components/dialogs/BirthDateSettings.tsx:54 #: src/components/dialogs/BirthDateSettings.tsx:58 @@ -7480,7 +7517,7 @@ 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:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "Nou" @@ -7490,21 +7527,21 @@ msgctxt "action" msgid "New" msgstr "Nova" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: 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}" -#: 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 "Nou {postsCount, plural, one {publicaciรณ} other{publicacions}} de {firstAuthorName}" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "Xat nou" @@ -7592,11 +7629,11 @@ msgctxt "action" msgid "New post" msgstr "Nova publicaciรณ" -#: 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 "Noves publicacions de {firstAuthorLink} i <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}} " -#: 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 "Noves publicacions de {firstAuthorName} i{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}}" @@ -7646,7 +7683,7 @@ msgstr "Segรผent imatge" #: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Night" -msgstr "" +msgstr "Nit" #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:32 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." @@ -7718,7 +7755,7 @@ msgstr "No hi ha llistes" #. 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 "Ja no segueixes a {0}" @@ -7726,7 +7763,7 @@ msgstr "Ja no segueixes a {0}" msgid "No media yet" msgstr "Encara no hi ha imatges" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "Encara no tens cap missatge" @@ -7763,7 +7800,7 @@ msgstr "Ningรบ" msgid "No one but the author can quote this post." msgstr "Ningรบ mรฉs que l'autor pot citar aquesta publicaciรณ." -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "Ningรบ pot enviar missatges" @@ -7831,6 +7868,11 @@ 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" @@ -7875,7 +7917,7 @@ msgstr "Nuesa no sexual" #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" -msgstr "" +msgstr "No disponible en aquesta plataforma" #: src/screens/FindContactsFlowScreen.tsx:62 #: src/screens/Settings/FindContactsSettings.tsx:106 @@ -7895,7 +7937,7 @@ msgstr "No s'ha trobat" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "No estร s a punt per publicar? Guarda les teves millors idees a Esborranys fins que sigui el moment adequat." -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "Nota sobre compartir" @@ -7931,7 +7973,7 @@ msgstr "Sons de les notificacions" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8017,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:633 +#: src/components/dms/MessageItem.tsx:722 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8002,17 +8044,17 @@ msgstr "Restableix la incorporaciรณ" #: src/components/dms/dialogs/NewChatDialog.tsx:117 msgid "One of the selected recipients does not allow group chats." -msgstr "" +msgstr "Un dels destinataris seleccionats no permet xats grupals." #: src/components/dms/dialogs/NewChatDialog.tsx:100 msgid "One of the selected recipients has blocked you and cannot be messaged." -msgstr "" +msgstr "Un dels destinataris seleccionats t'ha bloquejat i no se li pot enviar cap missatge." -#: src/view/com/composer/Composer.tsx:864 +#: src/view/com/composer/Composer.tsx:862 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:861 +#: src/view/com/composer/Composer.tsx:859 msgid "One or more images is missing alt text." msgstr "Falta el text alternatiu a una o mรฉs imatges." @@ -8022,13 +8064,13 @@ msgstr "Un o mรฉs dels fitxers seleccionats no sรณn compatibles." #: src/view/com/composer/SelectMediaButton.tsx:440 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB}ย MB." -msgstr "" +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:659 +#: src/view/com/composer/Composer.tsx:657 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:871 +#: src/view/com/composer/Composer.tsx:869 msgid "One or more videos is missing alt text." msgstr "Falta el text alternatiu a un o mรฉs videos." @@ -8041,21 +8083,21 @@ 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:234 +#: src/view/com/composer/Composer.tsx:233 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" -msgstr "" +msgstr "Nomรฉs s'han afegit {0} de {1} {2, plural, one {imatge} other {imatges}}; el lรญmit รฉs {MAX_GALLERY_IMAGES}" #: src/screens/Messages/JoinRequests.tsx:200 msgid "Only admins can accept join requests." -msgstr "" +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 "" +msgstr "Nomรฉs els administradors poden ignorar les solยทlicituds d'uniรณ." -#: src/components/intents/GroupChatJoinDialog.tsx:145 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." -msgstr "" +msgstr "Nomรฉs els seguidors poden unir-se a aquest xat grupal." #: src/screens/Settings/ActivityPrivacySettings.tsx:121 #: src/screens/Settings/ActivityPrivacySettings.tsx:126 @@ -8068,14 +8110,14 @@ msgid "Only image files are supported" msgstr "Nomรฉs s'admeten fitxers d'imatge" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:222 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." -msgstr "" +msgstr "Nomรฉs s'hi pot unir gent a qui {0} segueix." #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:292 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" -msgstr "" +msgstr "Nomรฉs les persones que segueix el propietari del xat poden unir-s'hi" #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" @@ -8087,7 +8129,7 @@ msgstr "Ostres, alguna cosa ha anat malament!" #: src/features/inviteFriends/InviteScannerScreen.tsx:218 msgid "Oops, this profile doesn't exist. Try scanning another one." -msgstr "" +msgstr "Vaja, aquest perfil no existeix. Prova d'escanejar-ne un altre." #: src/components/Lists.tsx:184 #: src/components/StarterPack/ProfileStarterPacks.tsx:363 @@ -8107,16 +8149,16 @@ msgid "Open camera" msgstr "Obre la cร mera" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:437 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" -msgstr "" +msgstr "Obre el xat" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:142 msgid "Open chat member options for {displayName}" msgstr "Obre les opcions dels membres del xat per a {displayName}" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "Obre les opcions de les converses" @@ -8128,9 +8170,9 @@ msgstr "Obre l'esborrany" msgid "Open drawer menu" msgstr "Obre el menรบ del calaix" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2158 msgid "Open emoji picker" msgstr "Obre el selector d'emojis" @@ -8151,9 +8193,9 @@ msgstr "Obre la llista completa d'emojis" msgid "Open Germ DM" msgstr "Obre Germ DM" -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" -msgstr "" +msgstr "Obre el xat de grup" #: src/components/dms/MessagesListHeader.tsx:167 #: src/components/dms/MessagesListHeader.tsx:203 @@ -8163,14 +8205,14 @@ msgstr "Parร metres del xat de grup" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" -msgstr "" +msgstr "Obre al Traductor de Google" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "Obre l'enllaรง a {niceUrl}" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "Obre les opcions dels missatges" @@ -8197,7 +8239,7 @@ msgstr "Obre el perfil" #: src/features/inviteFriends/components/ActionButtons.tsx:39 msgid "Open QR code scanner" -msgstr "" +msgstr "Obre l'escร ner de codis QR" #: src/components/BotAccountAlert.tsx:62 #: src/components/BotAccountAlert.tsx:71 @@ -8221,9 +8263,9 @@ msgstr "Obre la pร gina d'historial" msgid "Open system log" msgstr "Obre el registre del sistema" -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" -msgstr "" +msgstr "Obre aquest xat de grup" #. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 @@ -8240,7 +8282,7 @@ msgstr "Obre un quadre de diร leg per triar qui pot interactuar amb aquesta publ #: src/features/inviteFriends/components/ThemePicker.tsx:38 msgid "Opens a list of color themes for the QR card" -msgstr "" +msgstr "Obre una llista de temes de color per a la targeta QR" #: src/screens/Log.tsx:74 msgid "Opens additional details for a debug entry" @@ -8273,15 +8315,15 @@ 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 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." -msgstr "" +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." -#: src/screens/Messages/JoinRequest.tsx:309 +#: 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 "Obre el procรฉs per a crear un nou compte de Bluesky" -#: src/screens/Messages/JoinRequest.tsx:295 +#: 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" @@ -8322,7 +8364,7 @@ msgstr "Obre el perfil" #: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 msgid "Opens the find and invite friends settings" -msgstr "" +msgstr "Obre la configuraciรณ per cercar i convidar amics" #. Accessibility hint announced after the GIF picker button label, describing what activating it will do. #: src/view/com/composer/photos/SelectGifBtn.tsx:45 @@ -8331,7 +8373,7 @@ msgstr "Obre el diร leg de selector de GIF" #: src/view/shell/Drawer.tsx:123 msgid "Opens the invite friends sheet to share your profile" -msgstr "" +msgstr "Obre el full de convidar amistats per compartir el teu perfil" #: src/view/com/feeds/ComposerPrompt.tsx:148 msgid "Opens the post composer" @@ -8341,7 +8383,7 @@ msgstr "Obre el compositor de publicacions" msgid "Opens this draft in the composer" msgstr "Obre aquest esborrany a l'editor" -#: 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 "Obre aquest perfil" @@ -8433,7 +8475,7 @@ msgstr "Propietari" #: src/components/dms/LeaveConvoPrompt.tsx:44 msgid "Owner must lock the group before leaving." -msgstr "" +msgstr "El propietari ha de bloquejar el grup abans de sortir-ne." #: src/components/Lists.tsx:204 #: src/components/Lists.tsx:219 @@ -8513,6 +8555,16 @@ msgstr "Persones seguint a @{0}" msgid "People I follow" msgstr "Gent que segueixo" +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "Gent que segueixo" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "Gent que segueixo" + #: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "Les persones que segueixo es poden unir al moment" @@ -8560,7 +8612,7 @@ msgstr "Fotografia" #: src/features/inviteFriends/components/ThemePicker.tsx:37 msgid "Pick a color theme" -msgstr "" +msgstr "Tria un tema de color" #: src/view/com/composer/labels/LabelsBtn.tsx:165 msgid "Pictures meant for adults." @@ -8786,7 +8838,7 @@ msgstr "Inicia sessiรณ com a @{0}" #: src/features/inviteFriends/InviteScannerScreen.web.tsx:40 msgid "Please use the Bluesky mobile app to scan a QR code." -msgstr "" +msgstr "Utilitza l'aplicaciรณ mรฒbil de Bluesky per escanejar un codi QR." #: src/screens/Settings/FindContactsSettings.tsx:107 msgid "Please use the native app to import your contacts." @@ -8813,7 +8865,7 @@ msgstr "Polรญtica" msgid "Porn" msgstr "Pornografia" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post" msgstr "Publica" @@ -8833,12 +8885,12 @@ msgstr "Publica una foto" msgid "Post a video" msgstr "Publica un vรญdeo" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Post All" msgstr "Publica-ho tot" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1468 msgid "Post anyway" msgstr "Publica de totes maneres" @@ -8891,7 +8943,7 @@ msgstr "Configuraciรณ de les interaccions de la publicaciรณ" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:193 msgid "Post it to Bluesky or share anywhere." -msgstr "" +msgstr "Publica-ho a Bluesky o comparteix-ho on vulguis." #. Accessibility label for button that opens dialog to choose post language settings #: src/view/com/composer/select-language/PostLanguageSelect.tsx:195 @@ -9015,11 +9067,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:2594 +#: src/view/com/composer/Composer.tsx:2592 msgid "Processing GIF..." msgstr "Processant el GIF..." -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing video..." msgstr "Processant el vรญdeo..." @@ -9031,7 +9083,7 @@ msgstr "Processantโ€ฆ" msgid "profile" msgstr "perfil" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9117,22 @@ 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:1792 +#: src/view/com/composer/Composer.tsx:1790 msgid "Publish post" msgstr "Publica la publicaciรณ" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1787 +#: src/view/com/composer/Composer.tsx:1785 msgid "Publish posts" msgstr "Publica les publicacions" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1776 +#: src/view/com/composer/Composer.tsx:1774 msgid "Publish replies" msgstr "Publica les respostes" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1781 +#: src/view/com/composer/Composer.tsx:1779 msgid "Publish reply" msgstr "Publica la resposta" @@ -9094,11 +9146,11 @@ msgstr "Notificacions push" #: src/screens/Settings/NotificationSettings/index.tsx:372 msgid "Push, everyone" -msgstr "" +msgstr "Push, tothom" #: src/screens/Settings/NotificationSettings/index.tsx:380 msgid "Push, people you follow" -msgstr "" +msgstr "Push, gent a qui segueixes" #: src/components/StarterPack/QrCodeDialog.tsx:143 msgid "QR code copied to your clipboard!" @@ -9109,7 +9161,7 @@ msgid "QR code has been downloaded!" msgstr "Codi QR descarregat!" #: src/components/StarterPack/QrCodeDialog.tsx:122 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "Codi QR desat a la teva galeria" @@ -9172,8 +9224,8 @@ msgstr "Torna a activar l'enllaรง" msgid "React with {emoji}" msgstr "Reacciona amb {emoji}" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "Reaccions" @@ -9268,10 +9320,6 @@ msgstr "Recomanats" msgid "Reconnect" msgstr "Torna a connectar" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "" - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" @@ -9289,14 +9337,16 @@ msgstr "Rebutja la solยทlicitud de xat" #: src/screens/Messages/JoinRequests.tsx:483 msgid "Reject join request" -msgstr "" +msgstr "Rebutja la solยทlicitud per a unir-te" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "Carrega les converses de nou" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9355,9 @@ msgstr "Carrega les converses de nou" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "Elimina" @@ -9326,9 +9375,9 @@ msgstr "Elimina a {displayName} de l'starter pack" msgid "Remove {displayName} from this group chat" msgstr "Elimina a {displayName} d'aquest xat de grup" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" -msgstr "" +msgstr "Vols eliminar {displayName}?" #: src/screens/Search/components/SearchHistory.tsx:105 msgid "Remove {historyItem}" @@ -9443,14 +9492,14 @@ msgstr "Elimina aquest canal dels meus canals" msgid "Remove unavailable moderation services" msgstr "Elimina els serveis de moderaciรณ no disponibles" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "Elimina l'usuari de la llista" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "Elimina la verificaciรณ" @@ -9466,8 +9515,8 @@ msgstr "Eliminat per l'autor" msgid "Removed by you" msgstr "Tu l'has eliminat" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "Elimina de la llista" @@ -9535,6 +9584,14 @@ msgctxt "description" msgid "Replied to you" msgstr "T'ha respost" +#: src/components/dms/MessageItem.tsx:883 +msgid "Replied-to message from {senderName}, tap to scroll to it" +msgstr "" + +#: src/components/dms/MessageItem.tsx:884 +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 @@ -9552,7 +9609,12 @@ msgstr "Respostes deshabilitades" msgid "Replies to this post are disabled." msgstr "Les respostes a aquesta publicaciรณ estan deshabilitades." -#: src/view/com/composer/Composer.tsx:1804 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "Respon" + +#: src/view/com/composer/Composer.tsx:1802 msgctxt "action" msgid "Reply" msgstr "Respon" @@ -9590,14 +9652,14 @@ 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:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:582 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "Informa" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "Informa del compte" @@ -9623,7 +9685,7 @@ msgstr "Informa del canal" msgid "Report list" msgstr "Denuncia la llista" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "Informa del missatge" @@ -9657,7 +9719,7 @@ msgstr "Informa sobre aquesta conversa" msgid "Report this feed" msgstr "Informa d'aquest canal" -#: src/screens/Messages/ConversationSettings/index.tsx:581 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "Informa d'aquest xat de grup" @@ -9737,13 +9799,13 @@ msgstr "Republicacions d'aquesta publicaciรณ" msgid "Reposts of your reposts" msgstr "Republicacions de les teves republicacions" -#: src/components/intents/GroupChatJoinDialog.tsx:447 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" -msgstr "" +msgstr "Solยทlicita accรฉs al xat de grup" #: src/screens/Messages/JoinRequests.tsx:182 msgid "Request approved." -msgstr "" +msgstr "Solยทlicitud aprovada." #: src/screens/Settings/components/ChangePasswordDialog.tsx:226 #: src/screens/Settings/components/ChangePasswordDialog.tsx:232 @@ -9752,19 +9814,19 @@ msgstr "Demana un codi" #: src/screens/Messages/JoinRequests.tsx:215 msgid "Request ignored." -msgstr "" +msgstr "Solยทlicitud ignorada." #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:281 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" -msgstr "" +msgstr "Solยทlicita unir-te" #: src/components/dms/ChatInvite/Root.tsx:131 msgid "Requested" -msgstr "" +msgstr "Solยทlicitat" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "Solยทlicituds" @@ -9772,7 +9834,7 @@ msgstr "Solยทlicituds" #: src/screens/Messages/JoinRequests.tsx:59 #: src/screens/Messages/JoinRequests.tsx:425 msgid "Requests to join" -msgstr "" +msgstr "Solยทlicituds per unir-se" #: src/screens/Settings/AccessibilitySettings.tsx:59 #: src/screens/Settings/AccessibilitySettings.tsx:64 @@ -9791,15 +9853,15 @@ msgstr "Requerit per aquest proveรฏdor" msgid "Required in your region" msgstr "Obligatori a la teva regiรณ" -#: src/components/intents/GroupChatJoinDialog.tsx:296 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: 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 "Retira la solยทlicitud" #: src/screens/Messages/components/OutgoingRequestListItem.tsx:50 msgid "Rescind request to join group chat" -msgstr "" +msgstr "Retira la solยทlicitud per unir-te al xat de grup" #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:39 msgid "Resend" @@ -9872,7 +9934,7 @@ 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:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 #: src/screens/Messages/JoinRequests.tsx:361 @@ -9928,7 +9990,7 @@ msgstr "GIFs tristos" #: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10015,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:1451 +#: src/view/com/composer/Composer.tsx:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Desa els canvis" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1421 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "Vols desar els canvis?" -#: src/view/com/composer/Composer.tsx:1451 +#: src/view/com/composer/Composer.tsx:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "Desa l'esborrany" -#: src/view/com/composer/Composer.tsx:1425 +#: src/view/com/composer/Composer.tsx:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "Vols desar l'esborrany?" @@ -10022,13 +10084,13 @@ msgid "Saved to your feeds" msgstr "S'ha desat als teus canals." #: 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 "Digues hola!" -#: src/screens/Messages/ChatList.tsx:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "Saluda a algรบ" @@ -10038,13 +10100,13 @@ msgstr "Estafa" #: src/features/inviteFriends/components/ActionButtons.tsx:44 msgid "Scan" -msgstr "" +msgstr "Escaneja" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 #: src/Navigation.tsx:316 msgid "Scan QR code" -msgstr "" +msgstr "Escaneja el codi QR" #: src/lib/interests.ts:71 msgid "Science" @@ -10058,6 +10120,10 @@ msgstr "Desplaรงa't a l'esquerra" msgid "Scroll right" msgstr "Desplaรงa't a la dreta" +#: src/components/dms/MessageItem.tsx:774 +msgid "Scroll to the message this is replying to" +msgstr "" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "Desplaรงa't cap a dalt" @@ -10067,7 +10133,7 @@ msgstr "Desplaรงa't cap a dalt" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Cerca" @@ -10148,8 +10214,8 @@ msgstr "Idiomes de cerca" msgid "Search my posts" msgstr "Cerca a les meves publicacions" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "Cerca publicacions" @@ -10425,8 +10491,8 @@ msgstr "Envia informe d'error" msgid "Send feedback" msgstr "Envia comentari" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "Envia el missatge" @@ -10460,7 +10526,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:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "Enviat a {0}" @@ -10565,7 +10631,7 @@ msgstr "Activitat sexual o nu erรฒtic." msgid "Sexually Suggestive" msgstr "Suggerent sexualment" -#: 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 @@ -10577,7 +10643,7 @@ msgstr "Suggerent sexualment" msgid "Share" msgstr "Comparteix" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "Comparteix de totes maneres" @@ -10594,7 +10660,7 @@ msgstr "Comparteix la imatge" #: src/features/inviteFriends/components/ActionButtons.tsx:23 msgid "Share invite link" -msgstr "" +msgstr "Comparteix l'enllaรง d'invitaciรณ" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 @@ -10611,7 +10677,7 @@ msgstr "Diร leg de comparticiรณ de l'enllaรง" #: src/screens/Settings/FindContactsSettings.tsx:172 #: src/screens/Settings/FindContactsSettings.tsx:181 msgid "Share my profile" -msgstr "" +msgstr "Comparteix el meu perfil" #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:167 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:170 @@ -10641,8 +10707,8 @@ msgstr "Comparteix aquest starter pack i ajuda la gent de la teva comunitat a un #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "Comparteix a travรฉs de..." @@ -10796,15 +10862,15 @@ msgstr "Mostra el contingut" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:294 -#: src/screens/Messages/JoinRequest.tsx:300 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,9 +10896,9 @@ msgstr "Inicia sessiรณ o crea un compte" msgid "Sign in or create your account to join the conversation!" msgstr "Inicia sessiรณ o crea el teu compte per a unir-te a la conversa" -#: src/screens/Messages/JoinRequest.tsx:220 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." -msgstr "" +msgstr "Inicia la sessiรณ per acceptar la invitaciรณ." #: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" @@ -10842,9 +10908,9 @@ msgstr "Inicia sessiรณ a un compte que no estร  llistat" msgid "Sign in to Bluesky or create a new account" msgstr "Inicia sessiรณ o crea el teu compte" -#: src/screens/Messages/JoinRequest.tsx:219 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." -msgstr "" +msgstr "Inicia la sessiรณ per solยทlicitar l'accรฉs a aquest xat de grup." #: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 @@ -10900,7 +10966,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:1468 +#: src/view/com/composer/Composer.tsx:1466 msgid "Skip empty posts?" msgstr "Vols ometre les publicacions buides?" @@ -10971,12 +11037,12 @@ msgid "Someone left the group" msgstr "Algรบ ha deixat el grup" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:347 msgid "Someone reacted {0}" msgstr "Algรบ ha reaccionat amb {0}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "Algรบ ha reaccionat amb {0} a {target}" @@ -10996,10 +11062,6 @@ msgstr "Algรบ ha estat eliminat" msgid "Someone was removed from the group" msgstr "Algรบ ha estat eliminat del grup" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "" - #: 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 "Hi ha alguna cosa que no va bรฉ amb les dades que intenteu informar. Contacteu amb suport." @@ -11043,8 +11105,8 @@ msgstr "Alguna cosa no va a l'hora? Fes-nos-ho saber." msgid "Sorry, we're unable to load account suggestions at this time." msgstr "Ho sentim, ara mateix no podem carregar els suggeriments de comptes." -#: 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 "La teva sessiรณ ha caducat. Torna a iniciar-la." @@ -11085,7 +11147,7 @@ msgstr "Enceta una conversa i apareixerร  aquรญ." #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:130 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:135 msgid "Start a group chat" -msgstr "" +msgstr "Inicia un xat de grup" #: src/components/dms/dialogs/NewChatDialog.tsx:191 msgid "Start a new chat" @@ -11214,15 +11276,15 @@ msgid "Subscribe" msgstr "Subscriure's" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" -msgstr "" +msgstr "Subscriu-te a {0}" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" -msgstr "" +msgstr "Subscriu-te a {publicationTitle} a {0}" #. placeholder {0}: labelerInfo.creator.handle #: src/screens/Profile/Sections/Labels.tsx:231 @@ -11255,9 +11317,9 @@ msgstr "Verificat" msgid "Success!" msgstr "Verificat" -#: src/components/intents/GroupChatJoinDialog.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" -msgstr "" +msgstr "Us heu unit al xat grupal correctament!" #: src/components/verification/VerificationCreatePrompt.tsx:37 msgid "Successfully verified" @@ -11305,11 +11367,11 @@ msgstr "Encara no s'ha activat la compatibilitat amb aquesta funciรณ al teu paรญ #: src/components/dms/dialogs/NewChatDialog.tsx:98 msgid "Suspended accounts cannot participate in a group chat." -msgstr "" +msgstr "Els comptes suspesos no poden participar en un xat de grup." #: src/components/dms/dialogs/NewChatDialog.tsx:60 msgid "Suspended accounts cannot participate in chat." -msgstr "" +msgstr "Els comptes suspesos no poden participar al xat." #: src/components/dialogs/SwitchAccount.tsx:47 #: src/components/dialogs/SwitchAccount.tsx:50 @@ -11349,15 +11411,15 @@ msgstr "Nomรฉs etiquetes" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:184 msgid "Take the conversation private." -msgstr "" +msgstr "Fes la conversa privada." #: 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 "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:572 +#: src/components/dms/MessageItem.tsx:661 msgid "Tap for details" -msgstr "" +msgstr "Toca per a mรฉs detalls" #: src/view/com/feeds/MissingFeed.tsx:90 msgid "Tap for information" @@ -11369,7 +11431,7 @@ msgstr "Toca per obtenir mรฉs informaciรณ" #: src/screens/Signup/StepInfo/index.tsx:323 msgid "Tap here to update your location with GPS." -msgstr "" +msgstr "Toca aquรญ per actualitzar la teva ubicaciรณ amb el 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" @@ -11383,49 +11445,49 @@ msgstr "Toca per a tancar el menรบ contextual" #: src/components/dms/ChatInvite/Root.tsx:92 msgid "Tap to copy this invite link" -msgstr "" +msgstr "Toca per copiar aquest enllaรง d'invitaciรณ" #: src/components/ProgressGuide/Toast.tsx:163 msgid "Tap to dismiss" msgstr "Toca per a ignorar" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:453 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" -msgstr "" +msgstr "Toca per unir-te a aquest xat de grup immediatament" #: src/components/dms/ChatInvite/Root.tsx:105 msgid "Tap to open this group chat" -msgstr "" +msgstr "Toca per obrir aquest xat de grup" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "Toca per eliminar" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "Toca per eliminar la teva reacciรณ {0}" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:452 +#: src/components/intents/GroupChatJoinDialog.tsx:468 msgid "Tap to request access to join this group chat" -msgstr "" +msgstr "Toca per solยทlicitar l'accรฉs a aquest xat de grup" -#: src/components/dms/MessageItem.tsx:537 +#: src/components/dms/MessageItem.tsx:626 msgid "Tap to retry" msgstr "Toca per tornar-ho a provar" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "Toca per mostrar {0} reaccions" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "Toca per mostrar totes les reaccions" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:373 msgid "Tap to view reactions" msgstr "Toca per veure les reaccions" @@ -11528,7 +11590,7 @@ msgstr "Aixรฒ รฉs tot!" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "El compte podrร  interactuar amb tu desprรฉs del desbloqueig." @@ -11594,10 +11656,10 @@ msgstr "La configuraciรณ serร  la que s'aplicarร  per defecte quan facis noves p msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "La legislaciรณ de la teva regiรณ exigeix que verifiquis que ets adult per accedir a certes funcionalitats. Toca per obtenir mรฉs informaciรณ." -#: src/components/intents/GroupChatJoinDialog.tsx:155 +#: src/components/intents/GroupChatJoinDialog.tsx:165 #: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." -msgstr "" +msgstr "S'ha assolit el lรญmit de membres." #: 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}?" @@ -11610,7 +11672,7 @@ 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 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB}ย MB. Please try again with a smaller file." -msgstr "" +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." #: src/lib/hooks/useCleanError.ts:41 #: src/lib/strings/errors.ts:19 @@ -11621,7 +11683,7 @@ msgstr "Sembla que el servidor estร  experimentant problemes. Torneu-ho a provar msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "L'starter pack que estร s provant de veure no รฉs vร lid. En lloc d'aixรฒ, podeu suprimir-lo." -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "El tema del menรบ contextual" @@ -11665,8 +11727,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "No s'han pogut carregar els GIFs. Comprova la teva connexiรณ i torna-ho a provar." #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:182 +#: 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 "Hi ha hagut un problema amb la connexiรณ a Internet. Torna-ho a intentar" @@ -11693,7 +11755,7 @@ msgstr "Hi ha hagut un problema en obtenir les notificacions. Toca aquรญ per a t msgid "There was an issue fetching posts. Tap here to try again." msgstr "Hi ha hagut un problema en obtenir les notificacions. Toca aquรญ per a tornar-ho a provar." -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "Hi ha hagut un problema en obtenir la llista. Toca aquรญ per a tornar-ho a provar." @@ -11733,12 +11795,12 @@ msgstr "S'ha produรฏt un problema actualitzant els teus canals. Comprova la teva #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "Hi ha hagut un problema! {0}" @@ -11776,11 +11838,11 @@ msgstr "Aquests parร metres nomรฉs s'apliquen al canal Seguint." #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" -msgstr "" +msgstr "Aquest xat รฉs seu" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." -msgstr "" +msgstr "No s'hi podran tornar a unir tret que els hi tornis a convidar." #: src/components/moderation/ScreenHider.tsx:118 msgid "This {screenDescription} has been flagged:" @@ -11828,24 +11890,24 @@ msgstr "Aquest autor ha triat que les seves publicacions nomรฉs siguin visibles 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 "Aquest botรณ permet que altres persones obrin l'aplicaciรณ Germ DM per enviar-te un missatge. Pots gestionar-ne la visibilitat des de l'aplicaciรณ Germ DM o pots desconnectar completament el teu compte de Bluesky de Germ DM fent clic al botรณ segรผent." -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "Aquest xat s'ha acabat" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:287 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" -msgstr "" +msgstr "Aquest xat รฉs ple" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "Aquest xat estร  bloquejat" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:430 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" -msgstr "" +msgstr "Aquest xat estร  bloquejat per una acciรณ de moderaciรณ" #: src/screens/Messages/components/MessageListError.tsx:17 msgid "This chat was disconnected" @@ -11881,9 +11943,9 @@ msgstr "Aquest contingut no estร  disponible per culpa que un dels usuaris invol msgid "This content is not viewable without a Bluesky account." msgstr "Aquest contingut no es pot veure sense un compte de Bluesky." -#: src/components/intents/GroupChatJoinDialog.tsx:141 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." -msgstr "" +msgstr "Aquesta conversa estร  bloquejada." #: src/screens/Messages/components/ChatListItem.tsx:156 msgid "This conversation is with a deleted or a deactivated account. Press for options" @@ -11931,9 +11993,9 @@ msgstr "Aquest canal รฉs buit." msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "Aquest canal ja no estร  en lรญnia. En el seu lloc et mostrem <0>Discover." -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" -msgstr "" +msgstr "Aquest grup estร  bloquejat per una acciรณ de moderaciรณ sobre el propietari" #: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "This handle is reserved. Please try a different one." @@ -11947,13 +12009,13 @@ msgstr "No s'ha pogut utilitzar aquesta imatge. Prova un format diferent com ara msgid "This information is private and not shared with other users." msgstr "Aquesta informaciรณ รฉs privada i no es comparteix amb altres usuaris." -#: src/components/intents/GroupChatJoinDialog.tsx:151 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." -msgstr "" +msgstr "Aquest enllaรง d'invitaciรณ s'ha desactivat." -#: src/components/intents/GroupChatJoinDialog.tsx:223 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" -msgstr "" +msgstr "Aquest enllaรง de convit no รฉs vร lid" #: src/view/screens/Debug.tsx:327 msgid "This is an empty state" @@ -11997,19 +12059,19 @@ msgstr "Aquesta llista - creada per tu - contรฉ possibles infraccions de les dir msgid "This list is empty." msgstr "Aquesta llista estร  buida." -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" -msgstr "" +msgstr "Aquest missatge estร  ocult" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:688 msgid "This message is hidden because this user is blocking you." -msgstr "" +msgstr "Aquest missatge estร  ocult perquรจ aquest usuari t'estร  bloquejant." -#: src/components/dms/MessageItem.tsx:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:658 +#: src/components/dms/MessageItem.tsx:684 msgid "This message is hidden because you are blocking this user." -msgstr "" +msgstr "Aquest missatge estร  ocult perquรจ heu blocat aquest usuari." #: src/screens/Profile/ErrorState.tsx:41 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." @@ -12021,7 +12083,7 @@ msgstr "Aquesta moderaciรณ s'ha aplicat al compte d'usuari i apareixerร  en tote #: src/components/dms/MessagesListBlockedFooter.tsx:84 msgid "This person is blocking you" -msgstr "" +msgstr "Aquesta persona t'ha bloquejat" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) @@ -12045,11 +12107,11 @@ 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:1043 +#: src/view/com/composer/Composer.tsx:1041 msgid "This post's author has disabled quote posts." msgstr "L'autor d'aquesta publicaciรณ ha deshabilitat les citacions." -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "Aquest perfil nomรฉs รฉs visible per als usuaris que han iniciat sessiรณ. No serร  visible per a les persones que no hagin iniciat sessiรณ." @@ -12088,7 +12150,7 @@ msgstr "Aquest usuari no tรฉ cap seguidor." #: src/components/dms/dialogs/NewChatDialog.tsx:64 msgid "This user has blocked you and cannot be messaged." -msgstr "" +msgstr "Aquest usuari t'ha bloquejat i no se li pot enviar missatges." #: src/components/moderation/ModerationDetailsDialog.tsx:83 #: src/lib/moderation/useModerationCauseDescription.ts:76 @@ -12097,7 +12159,7 @@ msgstr "Aquest usuari t'ha bloquejat. No pots veure les seves publicacions." #: src/components/dms/dialogs/NewChatDialog.tsx:68 msgid "This user has disabled chat and cannot be messaged." -msgstr "" +msgstr "Aquest usuari ha desactivat el xat i no se li poden enviar missatges." #: src/lib/moderation/useGlobalLabelStrings.ts:30 msgid "This user has requested that their content only be shown to signed-in users." @@ -12123,7 +12185,7 @@ msgstr "Aquest usuari no segueix a ningรบ." #: 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 "Aquest vรญdeo no es pot reproduir al teu dispositiu. ร‰s possible que al teu navegador o sistema li faltin els cรฒdecs de vรญdeo necessaris (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." @@ -12242,8 +12304,8 @@ msgstr "Primer les respostes principals" msgid "Topic" msgstr "Tema" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,9 +12375,9 @@ msgctxt "action" msgid "Try again" msgstr "Torna-ho a provar" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." -msgstr "" +msgstr "Torna-ho a provar d'aquรญ a un moment." #: src/components/Post/Translated/index.tsx:229 #: src/components/Post/Translated/index.tsx:242 @@ -12325,7 +12387,7 @@ msgstr "Prova el traductor de Google" #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:165 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:171 msgid "Try it" -msgstr "" +msgstr "Prova-ho" #: src/lib/interests.ts:74 msgid "TV" @@ -12335,7 +12397,7 @@ msgstr "Televisiรณ" msgid "Two-factor authentication (2FA)" msgstr "Autenticaciรณ de dos factors (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "Escriu aquรญ el teu missatge" @@ -12371,15 +12433,15 @@ msgstr "No s'ha pogut eliminar" #: src/screens/Messages/JoinRequests.tsx:351 msgid "Unable to fetch join requests." -msgstr "" +msgstr "No s'han pogut obtenir les solยทlicituds d'uniรณ." #: src/components/dms/dialogs/NewChatDialog.tsx:113 msgid "Unable to find a selected recipient." -msgstr "" +msgstr "No s'ha pogut trobar un destinatari seleccionat." #: src/components/dms/dialogs/NewChatDialog.tsx:77 msgid "Unable to find the selected recipient." -msgstr "" +msgstr "No s'ha pogut trobar el destinatari seleccionat." #: src/lib/strings/errors.ts:43 msgid "Unable to resolve handle" @@ -12401,7 +12463,7 @@ msgstr "No disponible" msgid "Unavailable feed information" msgstr "Informaciรณ del canal no disponible" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:726 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12409,14 +12471,14 @@ msgstr "Informaciรณ del canal no disponible" #: src/components/moderation/BlockDialog.tsx:211 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "Desbloqueja" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "Desbloqueja" @@ -12427,17 +12489,17 @@ msgstr "Desbloqueja {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "Desbloqueja el compte" #: src/components/moderation/BlockDialog.tsx:146 msgid "Unblock account?" -msgstr "" +msgstr "Vols desbloquejar el compte?" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "Vols desbloquejar el compte?" @@ -12474,12 +12536,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Desfรฉs republicacions ({0, plural, one {# republicaciรณ} other {# republicacions}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "Deixa de seguir a {0}" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "Deixa de seguir el compte" @@ -12521,11 +12583,11 @@ msgstr "Desfรฉs el m'agrada" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Desfรฉs els m'agrades ({0, plural, one {# m'agrada} other {# m'agrades}})" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "Desbloqueja el xat" -#: src/screens/Messages/ConversationSettings/index.tsx:567 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "Obre aquest xat de grup" @@ -12548,8 +12610,8 @@ msgstr "Deixa de silenciar {0}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "Deixa de silenciar el compte" @@ -12562,7 +12624,7 @@ msgstr "Deixa de silenciar la conversa" msgid "Unmute list" msgstr "Deixa de silenciar la llista" -#: src/screens/Messages/ConversationSettings/index.tsx:529 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "Deixa de silenciar aquest xat de grup" @@ -12641,25 +12703,22 @@ 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:1557 +#: src/view/com/composer/Composer.tsx:1555 msgid "Unsupported video type: {mimeType}" msgstr "Tipus de vรญdeo no compatible: {mimeType}" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" -msgstr "" +msgstr "Fins a 50 persones" #: src/screens/Settings/components/OTAInfo.tsx:61 #: src/screens/Settings/components/OTAInfo.tsx:77 msgid "Update" msgstr "Actualitza" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "Actualitza <0>{displayName} a les Llistes" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" msgstr "" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 @@ -12669,6 +12728,10 @@ msgstr "" msgid "Update email" msgstr "Actualitza el correu" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 #: src/screens/Messages/components/InviteLinkDialog.tsx:303 @@ -12680,14 +12743,6 @@ msgstr "Actualitza l'enllaรง d'invitaciรณ" msgid "Update to {domain}" msgstr "Actualitza a {domain}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "" - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "Actualitza el teu correu" @@ -12697,7 +12752,7 @@ msgstr "Actualitza el teu correu" #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 msgid "Update your location" -msgstr "" +msgstr "Actualitza la teva ubicaciรณ" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:356 msgctxt "toast" @@ -12736,7 +12791,7 @@ msgstr "Puja dels Fitxers" msgid "Upload from Library" msgstr "Puja de la biblioteca" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2585 msgid "Uploading GIF..." msgstr "S'estร  penjant el GIF..." @@ -12750,7 +12805,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:2589 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading video..." msgstr "S'estร  penjant el vรญdeo..." @@ -12826,7 +12881,7 @@ msgid "User Blocks You" msgstr "L'usuari t'ha bloquejat" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "Llista d'usuaris per {0}" @@ -12835,7 +12890,7 @@ msgstr "Llista d'usuaris per {0}" msgid "User List by {0}" msgstr "Llista d'usuaris per {0}" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "Llista d'usuaris feta per tu" @@ -12875,16 +12930,6 @@ msgstr "usuaris seguits per <0>@{0}" msgid "users following <0>@{0}" msgstr "usuaris seguint <0>@{0}" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "Els usuaris als quals segueixo" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "Els usuaris als quals segueixo" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "Valor:" @@ -12912,8 +12957,8 @@ msgstr "Verificat per:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "Verifica el compte" @@ -13039,7 +13084,7 @@ msgstr "No s'ha trobat el vรญdeo." msgid "Video settings" msgstr "Configuraciรณ de vรญdeo" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2605 msgid "Video uploaded" msgstr "Vรญdeo penjat" @@ -13056,16 +13101,16 @@ msgstr "Vรญdeos" 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:1150 +#: src/view/com/composer/Composer.tsx:1148 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Veure" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" -msgstr "" +msgstr "Mostra {0}" #. placeholder {0}: profile.handle #: src/screens/Profile/Header/Shell.tsx:257 @@ -13078,7 +13123,7 @@ msgstr "Veure l'avatar de {0}" #: 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 "Veure el perfil de {0}" @@ -13092,9 +13137,9 @@ msgstr "Mostra el perfil de {0}" msgid "View {displayName}โ€™s profile" msgstr "Mostra el perfil de {displayName}" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" -msgstr "" +msgstr "Mostra {publicationTitle}" #: src/components/ProfileHoverCard/index.web.tsx:479 msgid "View blocked user's profile" @@ -13124,11 +13169,11 @@ msgstr "Veure les solยทlicituds de xat de grup entrants" #: src/screens/Messages/components/RequestStatus.tsx:54 msgid "View incoming requests" -msgstr "" +msgstr "Mostra les solยทlicituds entrants" #: src/screens/Messages/components/RequestStatus.tsx:55 msgid "View incoming requests to join this group chat" -msgstr "" +msgstr "Mostra les solยทlicituds entrants per unir-se a aquest xat de grup" #: src/components/moderation/LabelsOnMe.tsx:56 msgid "View information about these labels" @@ -13145,7 +13190,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:1145 +#: src/view/com/composer/Composer.tsx:1143 msgid "View post" msgstr "Veure la publicaciรณ" @@ -13162,18 +13207,18 @@ msgstr "Veure el perfil" msgid "View profile banner" msgstr "Mostra el bร ner del perfil" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "Mostra la publicaciรณ" #: src/view/com/profile/ProfileSubpageHeader.tsx:108 msgid "View the avatar" msgstr "Veure l'avatar" -#: src/screens/Messages/ConversationSettings/index.tsx:554 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "Mostra l'enllaรง d'invitaciรณ per a aquest xat de grup" @@ -13294,7 +13339,7 @@ msgstr "No hem pogut carregar aquesta conversa" #: src/screens/Messages/JoinRequests.tsx:89 msgid "We couldnโ€™t load this conversationโ€™s join requests" -msgstr "" +msgstr "No hem pogut carregar les solยทlicituds d'uniรณ d'aquesta conversa" #: src/screens/Messages/ConversationSettings/index.tsx:138 msgid "We couldnโ€™t load this conversationโ€™s settings" @@ -13441,7 +13486,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:1041 +#: src/view/com/composer/Composer.tsx:1039 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." @@ -13492,7 +13537,7 @@ msgid "What do you want to call your starter pack?" msgstr "Com vols anomenar al teu starter pack?" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1519 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Quรจ hi ha de nou" @@ -13519,7 +13564,7 @@ msgid "Who can verify?" msgstr "Qui pot verrificar?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "Vaja!" @@ -13572,13 +13617,13 @@ msgstr "Vols bloquejar aquest usuari i/o eliminar aquesta conversa?" #: src/components/dms/AfterReportConversationDialog.tsx:47 msgid "Would you like to block this user and/or leave this conversation?" -msgstr "" +msgstr "Vols bloquejar aquest usuari i/o sortir d'aquesta conversa?" #: src/view/com/composer/drafts/DraftsButton.tsx:110 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:1439 +#: src/view/com/composer/Composer.tsx:1437 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?" @@ -13587,12 +13632,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:1617 +#: src/view/com/composer/Composer.tsx:1615 msgid "Write post" msgstr "Escriu una publicaciรณ" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1517 msgid "Write your reply" msgstr "Escriu la teva resposta" @@ -13658,17 +13703,17 @@ 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:610 +#: src/components/dms/MessageItem.tsx:699 msgid "You are blocking {0}" -msgstr "" +msgstr "Estร s bloquejant {0}" #: src/components/dms/MessagesListBlockedFooter.tsx:81 msgid "You are blocking the chat owner" -msgstr "" +msgstr "Estร s bloquejant el propietari del xat" #: src/components/dms/MessagesListBlockedFooter.tsx:83 msgid "You are blocking this person" -msgstr "" +msgstr "Estร s bloquejant aquesta persona" #: src/components/forms/HostingProvider.tsx:46 msgid "You are creating an account on" @@ -13756,7 +13801,7 @@ msgstr "Ara pots triar rebre notificacions quan publiquin persones especรญfiques #: 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 "Ara pots convidar amics amb un enllaรง o un codi QR. Comparteix l'enllaรง a qualsevol lloc, o deixa que escanegin el codi per unir-se a tu a Bluesky." #: src/screens/Login/index.tsx:203 #: src/screens/Login/PasswordUpdatedForm.tsx:27 @@ -13764,11 +13809,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:221 +#: src/view/com/composer/Composer.tsx:220 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" -msgstr "" +msgstr "Nomรฉs pots afegir fins a {MAX_GALLERY_IMAGES, plural, one {# imatge} other {# imatges}} per publicaciรณ" -#: src/view/com/composer/Composer.tsx:1444 +#: src/view/com/composer/Composer.tsx:1442 msgid "You can only save drafts up to 1000 characters." msgstr "Nomรฉs pots desar esborranys de fins a 1000 carร cters." @@ -13790,12 +13835,12 @@ msgstr "Pots reactivar el teu compte per continuar iniciant la sessiรณ. El teu p #: src/components/dms/MessagesListBlockedFooter.tsx:93 msgid "You can read chat history but canโ€™t send new messages." -msgstr "" +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 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." -msgstr "" +msgstr "Pots seleccionar fins a {MAX_GALLERY_IMAGES, plural, one {# imatge} other {# imatges}} en total." #: src/components/interstitials/Trending.tsx:132 #: src/components/interstitials/TrendingVideos.tsx:138 @@ -13803,14 +13848,14 @@ msgstr "" 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:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:115 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" -msgstr "" +msgstr "No pots afegir mรฉs de {EMOJI_REACTION_LIMIT, plural, one {# reacciรณ amb emoji} other {# reaccions amb emoji}}" #: src/components/dms/dialogs/NewChatDialog.tsx:105 msgid "You cannot create a group chat yet." -msgstr "" +msgstr "Encara no pots crear un xat de grup." #: src/lib/hooks/useCleanError.ts:54 #: src/lib/strings/errors.ts:28 @@ -13839,9 +13884,9 @@ msgstr "No tens cap canal desat." msgid "You got here first" msgstr "Vas arribar primer" -#: src/components/intents/GroupChatJoinDialog.tsx:166 +#: 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 "Anteriorment se t'ha tret d'aquest grup i no t'hi pots unir mitjanรงant aquest enllaรง." #: src/components/moderation/ModerationDetailsDialog.tsx:77 #: src/lib/moderation/useModerationCauseDescription.ts:58 @@ -13884,6 +13929,7 @@ msgstr "Has silenciat aquest compte." msgid "You have muted this user" msgstr "Has silenciat aquest usuari" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "No tens llistes." @@ -13912,7 +13958,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:1434 +#: src/view/com/composer/Composer.tsx:1432 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?" @@ -13970,9 +14016,9 @@ msgstr "Nomรฉs pots afegir un total de {STARTER_PACK_MAX_SIZE, plural, one {}oth msgid "You may only add up to 3 feeds" msgstr "Nomรฉs pots afegir 3 canals" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." -msgstr "" +msgstr "Has de ser el propietari del xat per a eliminar un membre." #: 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." @@ -13983,7 +14029,7 @@ msgid "You must be following at least seven other people to generate a starter p msgstr "Has de seguir almenys set persones mรฉs per generar un starter pack." #: src/components/StarterPack/QrCodeDialog.tsx:69 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:89 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" @@ -13997,7 +14043,7 @@ msgstr "Has de verificar el teu correu abans de poder habilitar la verificaciรณ #: src/components/moderation/BlockDialog.tsx:352 msgid "You own this chat" -msgstr "" +msgstr "Aquest xat รฉs teu" #. placeholder {0}: currentAccount?.handle #: src/screens/Deactivated.tsx:120 @@ -14009,12 +14055,12 @@ 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:259 +#: src/components/dms/MessageItem.tsx:340 msgid "You reacted {0}" msgstr "Has reaccionat amb {0}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "Has reaccionat amb {0} a {target}" @@ -14023,11 +14069,23 @@ msgstr "Has reaccionat amb {0} a {target}" msgid "You recently changed your birthdate" msgstr "Has canviat la teva data de naixement fa poc" -#. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 -msgid "You requested to join" +#: src/components/dms/MessageItem.tsx:804 +msgid "You replied" msgstr "" +#: src/components/dms/MessageItem.tsx:802 +msgid "You replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:800 +msgid "You replied to yourself" +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 "Has solยทlicitat unir-te" + #: src/screens/Settings/Settings.tsx:297 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." @@ -14050,12 +14108,12 @@ msgstr "Ara rebrร s notificacions d'aquest debat" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "Rebrร s un correu amb un \"codi de restabliment\". Introdueix aquรญ el codi i desprรฉs la teva contrasenya nova." -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "No podrร s tornar a unir-te si no t'hi conviden." #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "Tu: {message}" @@ -14091,7 +14149,7 @@ msgstr "Estarร s al dia amb aquests canals" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:205 msgid "Youโ€™re in control" -msgstr "" +msgstr "Tens el control" #: src/screens/SignupQueued.tsx:130 msgid "You're in line" @@ -14127,7 +14185,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:646 +#: src/view/com/composer/Composer.tsx:644 msgid "You've reached the maximum number of drafts" msgstr "Has arribat al nombre mร xim d'esborranys" @@ -14169,11 +14227,11 @@ msgstr "El teu compte encara no tรฉ l'edat suficient per penjar vรญdeos. Torna-h #: src/components/dms/InitiateChatFlow.tsx:731 msgid "Your account is too new" -msgstr "" +msgstr "El teu compte รฉs massa nou" #: src/components/dms/InitiateChatFlow.tsx:732 msgid "Your account must be at least 7 days old to create a new group chat." -msgstr "" +msgstr "El teu compte ha de tenir com a mรญnim 7 dies d'antiguitat per crear un xat de grup nou." #: 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." @@ -14199,11 +14257,11 @@ msgstr "Els teus xats s'han desactivat" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "La teva elecciรณ es recordarร  per a futurs enllaรงos. Pots canviar-la en qualsevol moment a la configuraciรณ." -#: src/view/com/notifications/NotificationFeedItem.tsx:374 +#: src/view/com/notifications/NotificationFeedItem.tsx:380 msgid "Your contact {firstAuthorLink} is on Bluesky" msgstr "El teu contacte {firstAuthorLink} estร  a Bluesky" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:378 msgid "Your contact {firstAuthorName} is on Bluesky" msgstr "El teu contacte {firstAuthorName} estร  a Bluesky" @@ -14285,7 +14343,7 @@ msgstr "Les teves paraules silenciades" #: 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 "El teu nom, avatar, el nom del xat de grup i el nombre de membres seran visibles per a tothom." #: 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." @@ -14295,11 +14353,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:1141 +#: src/view/com/composer/Composer.tsx:1139 msgid "Your post was sent" msgstr "La teva publicaciรณ s'ha enviat" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1136 msgid "Your posts were sent" msgstr "Les teves publicacions s'han enviat" @@ -14320,7 +14378,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:1140 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your reply was sent" msgstr "La teva resposta s'ha enviat" @@ -14333,7 +14391,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:1469 +#: src/view/com/composer/Composer.tsx:1467 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 1b646a9a9e..275f6ad354 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-10 21:06\n" +"PO-Revision-Date: 2026-06-17 12:23\n" "Last-Translator: \n" "Language-Team: Czech\n" "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n" @@ -23,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:876 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" msgstr "" -#: src/components/dms/getMessageInfo.ts:73 +#: src/components/dms/getMessageInfo.ts:105 +#: src/components/dms/MessageItem.tsx:878 +#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "" @@ -75,7 +79,7 @@ msgstr "" msgid "{0, plural, one {# like} other {# likes}}" msgstr "" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "" @@ -97,7 +101,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:269 +#: src/components/dms/MessageItem.tsx:335 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "" @@ -118,15 +122,15 @@ msgstr "" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "" @@ -199,13 +203,13 @@ msgid "{0} <0>in <1>text & tags" msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:41 +#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:44 msgid "{0} added to chat" msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:43 +#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:46 msgid "{0} and {1} added to chat" msgstr "" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:712 msgid "{0} is blocking you" msgstr "" @@ -273,7 +277,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:330 msgid "{0} reacted {1}" msgstr "" @@ -299,7 +303,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:46 +#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 msgid "{0}, {1} and {memberCount, plural, one {# other} other {# others}} added to chat" msgstr "" @@ -326,24 +330,22 @@ msgstr "" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:136 +#: src/screens/Messages/JoinRequest.tsx:139 msgctxt "group-chat-member-count" msgid "{0}/{1}" msgstr "" #. The number of members in a group chat, in the format '{members}/{total} members'. -#. placeholder {0}: preview.memberCount -#. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 -msgid "{0}/{1} {2, plural, one {member} other {members}}" -msgstr "" - -#. The number of active group chat members out of the total number allowed. +#. The number of members in a group chat, in the format '{members}/{total} members'. #. placeholder {0}: joinLinkPreview.memberCount +#. placeholder {0}: preview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:307 -msgid "{0}/{1} members" +#. placeholder {1}: preview.memberLimit +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 +msgid "{0}/{1} {2, plural, one {member} other {members}}" msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. @@ -377,7 +379,7 @@ msgstr "" msgid "{0}s" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:427 +#: src/screens/Messages/JoinRequests.tsx:433 msgid "{count, plural, =0 {No requests to join} one {# request to join} other {# requests to join}}" msgstr "" @@ -389,7 +391,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -397,33 +399,11 @@ msgstr "" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "" - #. Displayed when there are more requests to join a group chat than have been loaded -#: src/screens/Messages/JoinRequests.tsx:421 +#: src/screens/Messages/JoinRequests.tsx:427 msgid "{count, plural, other {#+ requests to join}}" msgstr "" -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "" - #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" msgstr "" @@ -659,12 +639,12 @@ msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "" @@ -697,6 +677,18 @@ msgstr "" msgid "{rank}." msgstr "" +#: src/components/dms/MessageItem.tsx:822 +msgid "{replierDisplayName} replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:818 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:816 +msgid "{replierDisplayName} replied to you" +msgstr "" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "" @@ -873,10 +875,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 -#: src/screens/Messages/JoinRequests.tsx:187 -#: src/screens/Messages/JoinRequests.tsx:219 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 +#: src/screens/Messages/JoinRequests.tsx:192 +#: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." msgstr "" @@ -928,7 +930,7 @@ msgid "Accept" msgstr "" #. Accept a request to join a chat -#: src/screens/Messages/JoinRequests.tsx:458 +#: src/screens/Messages/JoinRequests.tsx:464 msgctxt "button" msgid "Accept" msgstr "" @@ -937,7 +939,7 @@ msgstr "" msgid "Accept chat request" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:452 +#: src/screens/Messages/JoinRequests.tsx:458 msgid "Accept join request" msgstr "" @@ -955,7 +957,7 @@ msgstr "" msgid "Accepted conversations" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:101 +#: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -979,13 +981,13 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:119 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "" @@ -1025,21 +1027,21 @@ msgstr "" msgid "Account removed from quick access" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:106 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "" @@ -1054,12 +1056,13 @@ msgstr "" msgid "Activity from others" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "" @@ -1112,11 +1115,11 @@ msgstr "" msgid "Add another account" msgstr "" -#: src/view/com/composer/Composer.tsx:1505 +#: src/view/com/composer/Composer.tsx:1520 msgid "Add another post" msgstr "" -#: src/view/com/composer/Composer.tsx:2168 +#: src/view/com/composer/Composer.tsx:2183 msgid "Add another post to thread" msgstr "" @@ -1151,9 +1154,9 @@ msgstr "" msgid "Add media to post" msgstr "" -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:69 -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:103 -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:122 +#: 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 "" @@ -1175,14 +1178,14 @@ msgstr "" msgid "Add muted words and tags" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:130 -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:169 +#: 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 "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "" @@ -1214,8 +1217,8 @@ msgstr "" msgid "Add this feed to your feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "" @@ -1246,8 +1249,8 @@ msgstr "" msgid "Added by invite link" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "" @@ -1269,7 +1272,7 @@ msgid "Additional details (limit 300 characters)" msgstr "" #: src/screens/Messages/ConversationSettings/Member.tsx:94 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:152 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:155 msgid "Admin" msgstr "" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "" @@ -1520,8 +1523,8 @@ msgstr "" msgid "An error occurred while loading your lists :/" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:78 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/components/StarterPack/QrCodeDialog.tsx:81 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "" @@ -1565,7 +1568,7 @@ msgstr "" msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:190 +#: 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 "" @@ -1643,17 +1646,17 @@ msgstr "" msgid "Anyone can interact" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:318 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:145 -#: src/screens/Messages/components/InviteLinkDialog.tsx:146 +#: src/screens/Messages/components/InviteLinkDialog.tsx:153 +#: src/screens/Messages/components/InviteLinkDialog.tsx:154 msgid "Anyone can join instantly" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:150 -#: src/screens/Messages/components/InviteLinkDialog.tsx:151 +#: src/screens/Messages/components/InviteLinkDialog.tsx:158 +#: src/screens/Messages/components/InviteLinkDialog.tsx:159 msgid "Anyone can request to join" msgstr "" @@ -1663,7 +1666,7 @@ msgstr "" msgid "Anyone who follows me" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:458 +#: 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 "" @@ -1796,8 +1799,8 @@ msgstr "" msgid "Are you sure you want to discard your changes?" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "" @@ -1814,11 +1817,11 @@ msgid "Are you sure you want to remove this from your feeds?" msgstr "" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1641 +#: src/view/com/composer/Composer.tsx:1656 msgid "Are you sure you'd like to discard this post?" msgstr "" @@ -1899,8 +1902,8 @@ msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:178 #: src/screens/Messages/components/ChatDisabled.tsx:164 #: src/screens/Messages/components/ChatDisabled.tsx:166 -#: src/screens/Messages/components/InviteLinkDialog.tsx:268 -#: src/screens/Messages/components/InviteLinkDialog.tsx:296 +#: src/screens/Messages/components/InviteLinkDialog.tsx:276 +#: src/screens/Messages/components/InviteLinkDialog.tsx:304 #: src/screens/Messages/Inbox.tsx:240 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 @@ -1958,12 +1961,12 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:96 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." msgstr "" @@ -1994,12 +1997,12 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:186 #: src/components/moderation/BlockDialog.tsx:192 #: src/components/moderation/BlockDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:224 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 msgid "Block" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:213 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:216 msgid "Block {displayName}" msgstr "" @@ -2009,8 +2012,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "" @@ -2088,6 +2091,10 @@ 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 "" @@ -2260,7 +2267,7 @@ msgstr "" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:174 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2274,13 +2281,13 @@ msgstr "" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:341 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" msgstr "" @@ -2346,12 +2353,12 @@ msgstr "" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/lib/media/picker.tsx:38 #: src/screens/Deactivated.tsx:150 -#: src/screens/Messages/components/InviteLinkDialog.tsx:480 -#: src/screens/Messages/components/InviteLinkDialog.tsx:484 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/components/InviteLinkDialog.tsx:500 +#: src/screens/Messages/components/InviteLinkDialog.tsx:504 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,8 @@ msgstr "" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1719 -#: src/view/com/composer/Composer.tsx:1729 +#: src/view/com/composer/Composer.tsx:1734 +#: src/view/com/composer/Composer.tsx:1744 #: 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 @@ -2380,6 +2387,10 @@ msgstr "" msgid "Cancel reactivation and sign out" msgstr "" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "" @@ -2481,7 +2492,7 @@ msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,8 +2509,8 @@ msgid "Chat ended" msgstr "" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:234 -#: src/screens/Messages/JoinRequest.tsx:90 +#: src/components/intents/GroupChatJoinDialog.tsx:269 +#: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" msgstr "" @@ -2520,12 +2531,12 @@ msgctxt "toast" msgid "Chat muted" msgstr "" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." msgstr "" -#: src/components/moderation/BlockDialog.tsx:292 +#: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2544,10 +2555,10 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "" @@ -2630,7 +2641,7 @@ msgstr "" msgid "Choose this color as your avatar" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:235 +#: src/screens/Messages/components/InviteLinkDialog.tsx:243 msgid "Choose who can join this group chat and how." msgstr "" @@ -2684,7 +2695,7 @@ msgstr "" msgid "click here" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:126 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:129 msgid "Click here to add people to this group chat" msgstr "" @@ -2692,7 +2703,7 @@ msgstr "" msgid "Click here to contact our support team" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:140 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:143 msgid "Click here to create or manage an invite link for this group chat" msgstr "" @@ -2722,7 +2733,7 @@ msgstr "" msgid "Click here to update your email" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:141 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:144 msgid "Click here to view the invite link for this group chat" msgstr "" @@ -2731,7 +2742,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:533 +#: src/components/dms/MessageItem.tsx:631 msgid "Click to retry failed message" msgstr "" @@ -2745,6 +2756,7 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "" #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:211 #: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2782,8 +2794,8 @@ msgstr "" #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:217 #: src/features/liveNow/components/EditLiveDialog.tsx:223 -#: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/components/InviteLinkDialog.tsx:509 +#: src/screens/Messages/components/InviteLinkDialog.tsx:524 +#: src/screens/Messages/components/InviteLinkDialog.tsx:529 #: src/screens/Settings/components/ChangePasswordDialog.tsx:288 #: src/screens/Settings/components/ChangePasswordDialog.tsx:293 #: src/view/com/feeds/MissingFeed.tsx:211 @@ -2850,10 +2862,10 @@ msgstr "" msgid "Close the incoming requests banner" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:204 -#: src/components/intents/GroupChatJoinDialog.tsx:205 -#: src/components/intents/GroupChatJoinDialog.tsx:241 -#: src/components/intents/GroupChatJoinDialog.tsx:242 +#: 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 msgid "Close this dialog" msgstr "" @@ -2866,7 +2878,7 @@ msgstr "" msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:1727 +#: src/view/com/composer/Composer.tsx:1742 msgid "Closes post composer and discards post draft" msgstr "" @@ -2920,7 +2932,7 @@ msgid "Compose new post" msgstr "" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1603 +#: src/view/com/composer/Composer.tsx:1618 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -2928,11 +2940,11 @@ msgstr "" msgid "Compose reply" msgstr "" -#: src/view/com/composer/Composer.tsx:2565 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2567 +#: src/view/com/composer/Composer.tsx:2582 msgid "Compressing video..." msgstr "" @@ -3100,7 +3112,7 @@ msgstr "" msgid "Conversation" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "" @@ -3117,8 +3129,8 @@ msgid "Conversation left" msgstr "" #: src/components/dms/LeaveConvoPrompt.tsx:40 -#: src/screens/Messages/JoinRequests.tsx:191 -#: src/screens/Messages/JoinRequests.tsx:223 +#: src/screens/Messages/JoinRequests.tsx:196 +#: src/screens/Messages/JoinRequests.tsx:229 msgid "Conversation not found." msgstr "" @@ -3127,7 +3139,7 @@ msgid "Copied build version to clipboard" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3158,12 @@ msgstr "" msgid "Copies build version to clipboard" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:252 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:195 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:262 +#: src/components/StarterPack/QrCodeDialog.tsx:198 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "" @@ -3159,8 +3171,8 @@ msgstr "" msgid "Copy App Password" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "" @@ -3175,8 +3187,8 @@ msgid "Copy code" msgstr "" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "" @@ -3184,7 +3196,7 @@ msgstr "" msgid "Copy host" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:251 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" msgstr "" @@ -3210,8 +3222,8 @@ msgstr "" msgid "Copy link to post" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "" @@ -3219,8 +3231,8 @@ msgstr "" msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "" @@ -3234,7 +3246,7 @@ msgstr "" msgid "Copy post text" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:181 +#: src/components/StarterPack/QrCodeDialog.tsx:184 msgid "Copy QR code" msgstr "" @@ -3249,7 +3261,7 @@ msgstr "" msgid "Copyright Policy" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" msgstr "" @@ -3261,11 +3273,11 @@ msgstr "" msgid "Could not connect to feed service" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:117 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" msgstr "" @@ -3294,7 +3306,7 @@ msgstr "" msgid "Could not leave chat" msgstr "" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." msgstr "" @@ -3308,7 +3320,7 @@ msgstr "" msgid "Could not load list" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:166 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" msgstr "" @@ -3320,7 +3332,7 @@ msgstr "" msgid "Could not process your video" msgstr "" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." msgstr "" @@ -3329,7 +3341,7 @@ msgstr "" msgid "Could not save changes: {0}" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" msgstr "" @@ -3373,7 +3385,7 @@ msgstr "" msgid "Create a list from this starter pack" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:166 +#: src/components/StarterPack/QrCodeDialog.tsx:169 msgid "Create a QR code for a starter pack" msgstr "" @@ -3394,12 +3406,12 @@ msgstr "" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:307 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3461,13 @@ msgstr "" msgid "Create moderation list" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:301 +#: 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 "" -#: src/screens/Messages/ConversationSettings/index.tsx:547 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "" @@ -3478,8 +3490,8 @@ msgstr "" #. 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', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) -#: src/screens/Messages/components/InviteLinkDialog.tsx:341 -#: src/screens/Messages/ConversationSettings/index.tsx:499 +#: src/screens/Messages/components/InviteLinkDialog.tsx:355 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "" @@ -3624,7 +3636,7 @@ msgstr "" msgid "Delete conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "" @@ -3637,7 +3649,7 @@ msgstr "" msgid "Delete message" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "" @@ -3647,7 +3659,7 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1630 msgid "Delete post" msgstr "" @@ -3689,6 +3701,10 @@ 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 @@ -3741,8 +3757,8 @@ msgstr "" msgid "Dim" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:373 -#: src/screens/Messages/components/InviteLinkDialog.tsx:378 +#: src/screens/Messages/components/InviteLinkDialog.tsx:385 +#: src/screens/Messages/components/InviteLinkDialog.tsx:390 msgid "Disable" msgstr "" @@ -3768,8 +3784,8 @@ msgstr "" msgid "Disable haptic feedback" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:468 -#: src/screens/Messages/components/InviteLinkDialog.tsx:474 +#: src/screens/Messages/components/InviteLinkDialog.tsx:488 +#: src/screens/Messages/components/InviteLinkDialog.tsx:494 msgid "Disable link" msgstr "" @@ -3781,7 +3797,7 @@ msgstr "" msgid "Disable replies entirely" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:455 +#: src/screens/Messages/components/InviteLinkDialog.tsx:475 msgid "Disable this invite link?" msgstr "" @@ -3794,9 +3810,9 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1398 -#: src/view/com/composer/Composer.tsx:1442 -#: src/view/com/composer/Composer.tsx:1648 +#: 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/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3823,14 @@ msgstr "" msgid "Discard changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1396 +#: src/view/com/composer/Composer.tsx:1411 #: 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:1413 -#: src/view/com/composer/Composer.tsx:1640 +#: src/view/com/composer/Composer.tsx:1428 +#: src/view/com/composer/Composer.tsx:1655 msgid "Discard post?" msgstr "" @@ -3852,7 +3868,7 @@ msgstr "" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2486 +#: src/view/com/composer/Composer.tsx:2501 msgid "Dismiss error" msgstr "" @@ -3949,8 +3965,8 @@ msgstr "" #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:143 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:149 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3979,7 @@ msgstr "" msgid "Done" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:525 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4087,8 +4097,8 @@ msgstr "" msgid "Edit" msgstr "" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "" @@ -4102,8 +4112,8 @@ msgstr "" msgid "Edit Feeds" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "" @@ -4123,16 +4133,16 @@ msgstr "" msgid "Edit interests" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:293 +#: src/screens/Messages/JoinRequests.tsx:299 msgid "Edit invite link" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:299 +#: src/screens/Messages/JoinRequests.tsx:305 msgctxt "button" msgid "Edit invite link" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:355 +#: src/screens/Messages/components/InviteLinkDialog.tsx:369 msgid "Edit link settings" msgstr "" @@ -4141,8 +4151,8 @@ msgstr "" msgid "Edit list details" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "" @@ -4155,7 +4165,7 @@ msgstr "" msgid "Edit My Feeds" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:534 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "" @@ -4184,8 +4194,8 @@ msgstr "" msgid "Edit starter pack" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:480 -#: src/screens/Messages/ConversationSettings/index.tsx:533 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "" @@ -4402,7 +4412,7 @@ msgstr "" msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2600 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "" @@ -4592,20 +4602,24 @@ msgctxt "toast" msgid "Failed to accept chat" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:185 +#: src/screens/Messages/JoinRequests.tsx:190 msgid "Failed to accept join request" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:88 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:42 -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:60 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:45 +#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:63 msgid "Failed to add members" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "" @@ -4615,7 +4629,7 @@ msgid "Failed to change handle. Please try again." msgstr "" #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "" @@ -4628,7 +4642,7 @@ msgstr "" msgid "Failed to create conversation" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:101 +#: src/screens/Messages/components/InviteLinkDialog.tsx:106 msgid "Failed to create invite link" msgstr "" @@ -4655,7 +4669,7 @@ msgstr "" msgid "Failed to delete starter pack" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:124 +#: src/screens/Messages/components/InviteLinkDialog.tsx:132 msgid "Failed to disable invite link" msgstr "" @@ -4664,15 +4678,15 @@ msgstr "" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:114 +#: src/screens/Messages/components/InviteLinkDialog.tsx:119 msgid "Failed to edit invite link" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:134 +#: src/screens/Messages/components/InviteLinkDialog.tsx:142 msgid "Failed to enable invite link" msgstr "" @@ -4688,11 +4702,11 @@ msgstr "" msgid "Failed to hide suggestion, please check your internet connection" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:217 +#: src/screens/Messages/JoinRequests.tsx:223 msgid "Failed to ignore join request" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:124 +#: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4700,14 +4714,14 @@ msgstr "" msgid "Failed to launch SMS app" msgstr "" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:396 +#: 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 "" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "" @@ -4753,15 +4767,20 @@ msgstr "" msgid "Failed to load suggested follows" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +msgid "Failed to mark all chats as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 +#: src/view/shell/bottom-bar/BottomBar.tsx:450 msgid "Failed to mark all requests as read" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:383 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "" @@ -4783,18 +4802,22 @@ msgstr "" msgid "Failed to remove data. {0}" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:111 +#: 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 "" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "" #: src/screens/Messages/ConversationSettings/Member.tsx:56 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:73 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:76 msgid "Failed to remove group chat member" msgstr "" @@ -4802,7 +4825,7 @@ msgstr "" msgid "Failed to remove verification" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:158 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." msgstr "" @@ -4854,7 +4877,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:429 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "" @@ -5116,7 +5139,7 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 @@ -5125,7 +5148,7 @@ msgstr "" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "" @@ -5149,8 +5172,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "" @@ -5173,7 +5196,7 @@ msgstr "" #. 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:423 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 #: src/view/com/notifications/NotificationFeedItem.tsx:868 #: src/view/com/notifications/NotificationFeedItem.tsx:875 msgid "Follow back" @@ -5211,7 +5234,7 @@ msgstr "" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:317 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" msgstr "" @@ -5231,7 +5254,7 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 @@ -5359,17 +5382,17 @@ msgstr "" msgid "Generate a starter pack" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:231 -#: src/screens/Messages/components/InviteLinkDialog.tsx:269 -#: src/screens/Messages/components/InviteLinkDialog.tsx:297 +#: 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 "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:426 +#: src/screens/Messages/components/InviteLinkDialog.tsx:446 msgid "Generate new invite link" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:431 +#: src/screens/Messages/components/InviteLinkDialog.tsx:451 msgid "Generate new link" msgstr "" @@ -5457,8 +5480,8 @@ msgstr "" #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:71 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:81 -#: src/screens/Messages/components/InviteLinkDialog.tsx:211 -#: src/screens/Messages/components/InviteLinkDialog.tsx:218 +#: src/screens/Messages/components/InviteLinkDialog.tsx:219 +#: src/screens/Messages/components/InviteLinkDialog.tsx:226 msgid "Get started" msgstr "" @@ -5467,7 +5490,7 @@ msgstr "" msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2590 +#: src/view/com/composer/Composer.tsx:2605 msgid "GIF uploaded" msgstr "" @@ -5526,8 +5549,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "" @@ -5538,8 +5561,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "" @@ -5573,7 +5596,7 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:262 #: src/screens/Messages/components/MessagesListInfoPanel.tsx:98 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:191 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:194 #: src/view/shell/desktop/LeftNav.tsx:336 #: src/view/shell/desktop/LeftNav.tsx:342 msgid "Go to profile" @@ -5622,43 +5645,43 @@ msgstr "" msgid "Grooming or predatory behavior" msgstr "" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:299 -#: src/screens/Messages/JoinRequest.tsx:122 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:536 +#: src/screens/Messages/components/InviteLinkDialog.tsx:556 msgid "Group chat invite link dialog" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:412 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:376 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:364 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "" #: src/Navigation.tsx:496 -#: src/screens/Messages/ConversationSettings/index.tsx:111 +#: src/screens/Messages/ConversationSettings/index.tsx:113 msgid "Group chat settings" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:414 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:378 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "" @@ -5672,7 +5695,7 @@ msgid "Group chats are only available to users 18 and over." msgstr "" #. placeholder {0}: convo.details.memberLimit -#: src/screens/Messages/components/InviteLinkDialog.tsx:197 +#: src/screens/Messages/components/InviteLinkDialog.tsx:205 msgid "Group chats can only have a maximum of {0, plural, other {# people}}." msgstr "" @@ -5682,12 +5705,12 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "" @@ -5960,7 +5983,7 @@ msgstr "" #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6210,7 +6233,7 @@ msgstr "" msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "" @@ -6268,7 +6291,7 @@ msgstr "" msgid "Invalid 2FA confirmation code." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:134 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." msgstr "" @@ -6290,7 +6313,7 @@ msgstr "" msgid "Invalid report subject" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:165 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." msgstr "" @@ -6315,15 +6338,15 @@ msgstr "" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:137 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6331,22 +6354,22 @@ msgstr "" msgid "Invite friends <0/>" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:185 -#: src/screens/Messages/components/InviteLinkDialog.tsx:321 -#: src/screens/Messages/components/InviteLinkDialog.tsx:327 -#: src/screens/Messages/components/InviteLinkDialog.tsx:494 -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:146 -#: src/screens/Messages/ConversationSettings/index.tsx:550 +#: src/screens/Messages/components/InviteLinkDialog.tsx:193 +#: src/screens/Messages/components/InviteLinkDialog.tsx:329 +#: src/screens/Messages/components/InviteLinkDialog.tsx:335 +#: src/screens/Messages/components/InviteLinkDialog.tsx:514 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:210 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:123 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" msgstr "" @@ -6355,7 +6378,7 @@ msgid "Invite link created" msgstr "" #: src/components/dms/getSystemMessageInfo.ts:138 -#: src/screens/Messages/components/InviteLinkDialog.tsx:321 +#: src/screens/Messages/components/InviteLinkDialog.tsx:329 msgid "Invite link disabled" msgstr "" @@ -6380,7 +6403,7 @@ msgstr "" msgid "Invite your friends to follow your favorite feeds and people" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:152 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:155 msgid "Invited" msgstr "" @@ -6410,7 +6433,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:2505 +#: src/view/com/composer/Composer.tsx:2520 msgid "Job ID: {0}" msgstr "" @@ -6420,7 +6443,7 @@ msgid "Jobs" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:260 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" msgstr "" @@ -6431,12 +6454,12 @@ msgstr "" msgid "Join Bluesky" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:68 -#: src/components/intents/GroupChatJoinDialog.tsx:426 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:154 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." msgstr "" @@ -6450,8 +6473,8 @@ msgstr "" msgid "Journalism" msgstr "" -#: src/view/com/composer/Composer.tsx:1446 -#: src/view/com/composer/Composer.tsx:1456 +#: src/view/com/composer/Composer.tsx:1461 +#: src/view/com/composer/Composer.tsx:1471 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6609,7 +6632,7 @@ msgid "Learn more." msgstr "" #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:585 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "" @@ -6623,8 +6646,8 @@ msgstr "" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "" @@ -6644,12 +6667,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:584 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "" @@ -6658,11 +6681,11 @@ msgstr "" msgid "Leaving Bluesky" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: src/screens/Messages/ConversationSettings/prompts.tsx:153 msgid "Leaving this chat will lock it permanently and you wonโ€™t be able to rejoin." msgstr "" -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." msgstr "" @@ -6935,9 +6958,9 @@ msgstr "" msgid "Load new posts" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "" @@ -6954,23 +6977,23 @@ msgstr "" msgid "Loading..." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:564 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:562 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:564 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "" @@ -7051,6 +7074,16 @@ msgstr "" msgid "Mark all as read" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:459 +#: src/view/shell/bottom-bar/BottomBar.tsx:463 +msgid "Mark all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:467 +#: src/view/shell/bottom-bar/BottomBar.tsx:471 +msgid "Mark all requests as read" +msgstr "" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7093,14 @@ msgstr "" msgid "Marked all as read" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,7 +7124,7 @@ msgstr "" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "" -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." msgstr "" @@ -7092,7 +7133,7 @@ msgstr "" msgid "Members" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "" @@ -7111,14 +7152,14 @@ msgstr "" msgid "Menu" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:200 +#: 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 "" @@ -7128,11 +7169,11 @@ msgstr "" msgid "Message {0}" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:196 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:199 msgid "Message {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "" @@ -7141,13 +7182,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:625 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "" @@ -7156,21 +7197,21 @@ msgstr "" msgid "Message from server: {0}" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "" @@ -7178,11 +7219,11 @@ msgstr "" msgid "Messages" msgstr "" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:724 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:621 +#: src/components/dms/MessageItem.tsx:719 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7219,8 +7260,8 @@ msgstr "" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "" @@ -7228,7 +7269,7 @@ msgstr "" msgid "Moderation list by <0/>" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "" @@ -7281,8 +7322,8 @@ msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "" @@ -7302,7 +7343,7 @@ msgstr "" msgid "Music" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:526 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "" @@ -7320,8 +7361,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "" @@ -7347,7 +7388,7 @@ msgstr "" msgid "Mute these accounts?" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:524 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "" @@ -7389,7 +7430,7 @@ msgstr "" msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:526 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "" @@ -7480,7 +7521,7 @@ msgstr "" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "" @@ -7500,28 +7541,28 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:58 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:61 msgid "New chat with {0}" msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:62 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:65 msgid "New chat with {0} and {1}" msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:70 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:73 msgid "New chat with {0}, {1}, and {memberCount, plural, one {{memberCount} more} other {{memberCount} more}}." msgstr "" @@ -7726,7 +7767,7 @@ msgstr "" msgid "No media yet" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "" @@ -7763,7 +7804,7 @@ msgstr "" msgid "No one but the author can quote this post." msgstr "" -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "" @@ -7831,6 +7872,11 @@ 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" @@ -7895,7 +7941,7 @@ msgstr "" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "" @@ -7931,7 +7977,7 @@ msgstr "" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8021,7 @@ msgstr "" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:731 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8045,15 +8091,15 @@ msgstr "" msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:195 +#: src/screens/Messages/JoinRequests.tsx:200 msgid "Only admins can accept join requests." msgstr "" -#: src/screens/Messages/JoinRequests.tsx:227 +#: src/screens/Messages/JoinRequests.tsx:233 msgid "Only admins can ignore join requests." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:132 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." msgstr "" @@ -8068,12 +8114,12 @@ msgid "Only image files are supported" msgstr "" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:215 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:270 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" msgstr "" @@ -8107,16 +8153,16 @@ msgid "Open camera" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:415 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:139 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:142 msgid "Open chat member options for {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "" @@ -8128,9 +8174,9 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2145 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2160 msgid "Open emoji picker" msgstr "" @@ -8151,7 +8197,7 @@ msgstr "" msgid "Open Germ DM" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:408 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" msgstr "" @@ -8166,11 +8212,11 @@ msgid "Open in Google Translate" msgstr "" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "" @@ -8221,7 +8267,7 @@ msgstr "" msgid "Open system log" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:409 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" msgstr "" @@ -8275,13 +8321,13 @@ msgstr "" msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" -#: src/screens/Messages/JoinRequest.tsx:302 +#: 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 "" -#: src/screens/Messages/JoinRequest.tsx:288 +#: 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" @@ -8490,11 +8536,11 @@ msgstr "" msgid "People" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:156 +#: src/screens/Messages/components/InviteLinkDialog.tsx:164 msgid "People {ownerName} follows can join instantly" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:161 +#: src/screens/Messages/components/InviteLinkDialog.tsx:169 msgid "People {ownerName} follows can request to join" msgstr "" @@ -8513,11 +8559,21 @@ msgstr "" msgid "People I follow" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:155 +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "" + +#: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:160 +#: src/screens/Messages/components/InviteLinkDialog.tsx:168 msgid "People I follow can request to join" msgstr "" @@ -8813,7 +8869,7 @@ msgstr "" msgid "Porn" msgstr "" -#: src/view/com/composer/Composer.tsx:1793 +#: src/view/com/composer/Composer.tsx:1808 msgctxt "action" msgid "Post" msgstr "" @@ -8833,12 +8889,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1791 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post All" msgstr "" -#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1470 msgid "Post anyway" msgstr "" @@ -8898,8 +8954,8 @@ msgstr "" msgid "Post language selection" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:383 #: src/screens/Messages/components/InviteLinkDialog.tsx:395 +#: src/screens/Messages/components/InviteLinkDialog.tsx:411 msgid "Post link" msgstr "" @@ -8957,7 +9013,7 @@ msgstr "" #: src/components/Error.tsx:56 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 -#: src/screens/Messages/JoinRequests.tsx:349 +#: src/screens/Messages/JoinRequests.tsx:355 #: src/screens/Signup/BackNextButtons.tsx:48 msgid "Press to retry" msgstr "" @@ -9015,11 +9071,11 @@ msgstr "" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2579 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2581 +#: src/view/com/composer/Composer.tsx:2596 msgid "Processing video..." msgstr "" @@ -9031,7 +9087,7 @@ msgstr "" msgid "profile" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9121,22 @@ 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:1777 +#: src/view/com/composer/Composer.tsx:1792 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1772 +#: src/view/com/composer/Composer.tsx:1787 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1761 +#: src/view/com/composer/Composer.tsx:1776 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1766 +#: src/view/com/composer/Composer.tsx:1781 msgid "Publish reply" msgstr "" @@ -9100,16 +9156,16 @@ msgstr "" msgid "Push, people you follow" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:140 +#: src/components/StarterPack/QrCodeDialog.tsx:143 msgid "QR code copied to your clipboard!" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:118 +#: src/components/StarterPack/QrCodeDialog.tsx:121 msgid "QR code has been downloaded!" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:119 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:97 +#: src/components/StarterPack/QrCodeDialog.tsx:122 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "" @@ -9160,11 +9216,11 @@ msgstr "" msgid "Re-attach quote" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:413 +#: src/screens/Messages/components/InviteLinkDialog.tsx:433 msgid "Re-enable invite link" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:420 +#: src/screens/Messages/components/InviteLinkDialog.tsx:440 msgid "Re-enable link" msgstr "" @@ -9172,8 +9228,8 @@ msgstr "" msgid "React with {emoji}" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "" @@ -9268,17 +9324,13 @@ msgstr "" msgid "Reconnect" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "" - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" msgstr "" #. Reject a request to join a chat -#: src/screens/Messages/JoinRequests.tsx:483 +#: src/screens/Messages/JoinRequests.tsx:489 msgctxt "button" msgid "Reject" msgstr "" @@ -9287,16 +9339,18 @@ msgstr "" msgid "Reject chat request" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:477 +#: src/screens/Messages/JoinRequests.tsx:483 msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9359,9 @@ msgstr "" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "" @@ -9322,11 +9375,11 @@ msgid "Remove {displayName} from starter pack" msgstr "" #: src/screens/Messages/ConversationSettings/Member.tsx:157 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:231 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:234 msgid "Remove {displayName} from this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" msgstr "" @@ -9378,7 +9431,7 @@ msgstr "" msgid "Remove feed?" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:235 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "" @@ -9443,14 +9496,14 @@ msgstr "" msgid "Remove unavailable moderation services" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "" @@ -9466,8 +9519,8 @@ msgstr "" msgid "Removed by you" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "" @@ -9535,6 +9588,14 @@ msgctxt "description" msgid "Replied to you" msgstr "" +#: src/components/dms/MessageItem.tsx:892 +msgid "Replied-to message from {senderName}, tap to scroll to it" +msgstr "" + +#: src/components/dms/MessageItem.tsx:893 +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 @@ -9552,7 +9613,12 @@ msgstr "" msgid "Replies to this post are disabled." msgstr "" -#: src/view/com/composer/Composer.tsx:1789 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Reply" msgstr "" @@ -9590,14 +9656,14 @@ msgstr "" msgid "Reply was successfully hidden" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:577 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "" @@ -9623,7 +9689,7 @@ msgstr "" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "" @@ -9657,7 +9723,7 @@ msgstr "" msgid "Report this feed" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:576 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "" @@ -9737,11 +9803,11 @@ msgstr "" msgid "Reposts of your reposts" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:425 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:177 +#: src/screens/Messages/JoinRequests.tsx:182 msgid "Request approved." msgstr "" @@ -9750,12 +9816,12 @@ msgstr "" msgid "Request code" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:209 +#: src/screens/Messages/JoinRequests.tsx:215 msgid "Request ignored." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:259 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" msgstr "" @@ -9764,13 +9830,13 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "" #: src/Navigation.tsx:501 -#: src/screens/Messages/JoinRequests.tsx:58 -#: src/screens/Messages/JoinRequests.tsx:419 +#: src/screens/Messages/JoinRequests.tsx:59 +#: src/screens/Messages/JoinRequests.tsx:425 msgid "Requests to join" msgstr "" @@ -9791,9 +9857,9 @@ msgstr "" msgid "Required in your region" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:274 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:310 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:115 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:117 msgid "Rescind request" msgstr "" @@ -9872,10 +9938,10 @@ msgstr "" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 -#: src/screens/Messages/JoinRequests.tsx:355 +#: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:92 @@ -9925,10 +9991,10 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:324 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:668 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:673 -#: src/components/StarterPack/QrCodeDialog.tsx:207 +#: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10019,22 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1436 +#: src/view/com/composer/Composer.tsx:1451 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "" -#: src/view/com/composer/Composer.tsx:1408 +#: src/view/com/composer/Composer.tsx:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1436 +#: src/view/com/composer/Composer.tsx:1451 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1410 +#: src/view/com/composer/Composer.tsx:1425 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -9985,7 +10051,7 @@ msgstr "" msgid "Save new handle" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:199 +#: src/components/StarterPack/QrCodeDialog.tsx:202 msgid "Save QR code" msgstr "" @@ -10027,8 +10093,8 @@ msgstr "" msgid "Say hello!" msgstr "" -#: src/screens/Messages/ChatList.tsx:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "" @@ -10058,6 +10124,10 @@ msgstr "" msgid "Scroll right" msgstr "" +#: src/components/dms/MessageItem.tsx:783 +msgid "Scroll to the message this is replying to" +msgstr "" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "" @@ -10067,7 +10137,7 @@ msgstr "" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "" @@ -10148,8 +10218,8 @@ msgstr "" msgid "Search my posts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "" @@ -10425,8 +10495,8 @@ msgstr "" msgid "Send feedback" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "" @@ -10460,7 +10530,7 @@ msgid "Send via direct message" msgstr "" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "" @@ -10568,16 +10638,16 @@ msgstr "" #: src/components/Link.tsx:433 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:74 -#: src/components/StarterPack/QrCodeDialog.tsx:195 +#: src/components/StarterPack/QrCodeDialog.tsx:198 #: src/screens/Hashtag.tsx:130 -#: src/screens/Messages/components/InviteLinkDialog.tsx:399 -#: src/screens/Messages/components/InviteLinkDialog.tsx:406 +#: src/screens/Messages/components/InviteLinkDialog.tsx:415 +#: src/screens/Messages/components/InviteLinkDialog.tsx:426 #: src/screens/StarterPack/StarterPackScreen.tsx:447 #: src/screens/Topic.tsx:90 msgid "Share" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "" @@ -10641,8 +10711,8 @@ msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "" @@ -10796,15 +10866,15 @@ msgstr "" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:287 -#: src/screens/Messages/JoinRequest.tsx:293 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,7 +10900,7 @@ msgstr "" msgid "Sign in or create your account to join the conversation!" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:213 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." msgstr "" @@ -10842,7 +10912,7 @@ msgstr "" msgid "Sign in to Bluesky or create a new account" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:212 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." msgstr "" @@ -10900,7 +10970,7 @@ msgstr "" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1453 +#: src/view/com/composer/Composer.tsx:1468 msgid "Skip empty posts?" msgstr "" @@ -10971,12 +11041,12 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:332 msgid "Someone reacted {0}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "" @@ -10996,17 +11066,13 @@ msgstr "" msgid "Someone was removed from the group" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "" - #: 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 "" #: src/screens/Messages/Conversation.tsx:133 -#: src/screens/Messages/ConversationSettings/index.tsx:132 -#: src/screens/Messages/JoinRequests.tsx:87 +#: src/screens/Messages/ConversationSettings/index.tsx:137 +#: src/screens/Messages/JoinRequests.tsx:88 msgid "Something went wrong" msgstr "" @@ -11214,13 +11280,13 @@ msgid "Subscribe" msgstr "" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "" @@ -11255,7 +11321,7 @@ msgstr "" msgid "Success!" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:108 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" msgstr "" @@ -11355,7 +11421,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:572 +#: src/components/dms/MessageItem.tsx:670 msgid "Tap for details" msgstr "" @@ -11390,7 +11456,7 @@ msgid "Tap to dismiss" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" msgstr "" @@ -11398,34 +11464,34 @@ msgstr "" msgid "Tap to open this group chat" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:468 msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:537 +#: src/components/dms/MessageItem.tsx:635 msgid "Tap to retry" msgstr "" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:358 msgid "Tap to view reactions" msgstr "" @@ -11528,7 +11594,7 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "" @@ -11594,8 +11660,8 @@ msgstr "" msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:142 -#: src/screens/Messages/JoinRequests.tsx:200 +#: src/components/intents/GroupChatJoinDialog.tsx:165 +#: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." msgstr "" @@ -11621,7 +11687,7 @@ msgstr "" msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "" -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "" @@ -11651,7 +11717,7 @@ msgstr "" 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 "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:499 +#: src/screens/Messages/components/InviteLinkDialog.tsx:519 msgid "There is no invite link for this group chat." msgstr "" @@ -11665,8 +11731,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "" #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:126 -#: src/components/intents/GroupChatJoinDialog.tsx:160 +#: 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 "" @@ -11693,7 +11759,7 @@ msgstr "" msgid "There was an issue fetching posts. Tap here to try again." msgstr "" -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "" @@ -11725,20 +11791,20 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:455 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:475 #: src/screens/Messages/ConversationSettings/Member.tsx:71 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:111 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:124 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "" @@ -11778,7 +11844,7 @@ msgstr "" msgid "They own this chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." msgstr "" @@ -11828,22 +11894,22 @@ msgstr "" 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 "" -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:265 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:424 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" msgstr "" @@ -11881,7 +11947,7 @@ msgstr "" msgid "This content is not viewable without a Bluesky account." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:128 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." msgstr "" @@ -11931,7 +11997,7 @@ msgstr "" msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "" -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" msgstr "" @@ -11947,11 +12013,11 @@ msgstr "" msgid "This information is private and not shared with other users." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:138 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:201 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" msgstr "" @@ -11997,17 +12063,17 @@ msgstr "" msgid "This list is empty." msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:668 +#: src/components/dms/MessageItem.tsx:697 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:667 +#: src/components/dms/MessageItem.tsx:693 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12049,7 +12115,7 @@ msgstr "" msgid "This post's author has disabled quote posts." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "" @@ -12057,8 +12123,8 @@ msgstr "" msgid "This reply will be sorted into a hidden section at the bottom of your thread and will mute notifications for subsequent replies - both for yourself and others." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:151 -#: src/screens/Messages/JoinRequests.tsx:110 +#: src/screens/Messages/ConversationSettings/index.tsx:156 +#: src/screens/Messages/JoinRequests.tsx:111 msgid "This screen is only available for group conversations." msgstr "" @@ -12242,8 +12308,8 @@ msgstr "" msgid "Topic" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,7 +12379,7 @@ msgctxt "action" msgid "Try again" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:167 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." msgstr "" @@ -12335,7 +12401,7 @@ msgstr "" msgid "Two-factor authentication (2FA)" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "" @@ -12369,7 +12435,7 @@ msgstr "" msgid "Unable to delete" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:345 +#: src/screens/Messages/JoinRequests.tsx:351 msgid "Unable to fetch join requests." msgstr "" @@ -12401,34 +12467,34 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:735 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 #: src/components/moderation/BlockDialog.tsx:190 #: src/components/moderation/BlockDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:224 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:212 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:215 msgid "Unblock {displayName}" msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "" @@ -12437,7 +12503,7 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "" @@ -12474,12 +12540,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "" @@ -12521,11 +12587,11 @@ msgstr "" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:561 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "" @@ -12548,8 +12614,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "" @@ -12562,7 +12628,7 @@ msgstr "" msgid "Unmute list" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:523 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "" @@ -12641,7 +12707,7 @@ msgstr "" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1542 +#: src/view/com/composer/Composer.tsx:1557 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -12654,12 +12720,9 @@ msgstr "" msgid "Update" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" msgstr "" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 @@ -12669,9 +12732,13 @@ msgstr "" msgid "Update email" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:231 -#: src/screens/Messages/components/InviteLinkDialog.tsx:267 -#: src/screens/Messages/components/InviteLinkDialog.tsx:295 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "" + +#: 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 "" @@ -12680,14 +12747,6 @@ msgstr "" msgid "Update to {domain}" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "" - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "" @@ -12736,7 +12795,7 @@ msgstr "" msgid "Upload from Library" msgstr "" -#: src/view/com/composer/Composer.tsx:2572 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading GIF..." msgstr "" @@ -12750,7 +12809,7 @@ msgstr "" msgid "Uploading link thumbnail..." msgstr "" -#: src/view/com/composer/Composer.tsx:2574 +#: src/view/com/composer/Composer.tsx:2589 msgid "Uploading video..." msgstr "" @@ -12826,7 +12885,7 @@ msgid "User Blocks You" msgstr "" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "" @@ -12835,7 +12894,7 @@ msgstr "" msgid "User List by {0}" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "" @@ -12875,16 +12934,6 @@ msgstr "" msgid "users following <0>@{0}" msgstr "" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "" @@ -12912,8 +12961,8 @@ msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "" @@ -13039,7 +13088,7 @@ msgstr "" msgid "Video settings" msgstr "" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2607 msgid "Video uploaded" msgstr "" @@ -13056,14 +13105,14 @@ msgstr "" msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1150 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "" @@ -13088,11 +13137,11 @@ msgid "View {0}โ€™s profile" msgstr "" #: src/components/dms/MessagesListHeader.tsx:111 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:185 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:188 msgid "View {displayName}โ€™s profile" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "" @@ -13145,7 +13194,7 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1131 +#: src/view/com/composer/Composer.tsx:1145 msgid "View post" msgstr "" @@ -13162,10 +13211,10 @@ msgstr "" msgid "View profile banner" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "" @@ -13173,7 +13222,7 @@ msgstr "" msgid "View the avatar" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:548 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "" @@ -13292,11 +13341,11 @@ msgstr "" msgid "We couldn't load this conversation" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:88 +#: src/screens/Messages/JoinRequests.tsx:89 msgid "We couldnโ€™t load this conversationโ€™s join requests" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:133 +#: src/screens/Messages/ConversationSettings/index.tsx:138 msgid "We couldnโ€™t load this conversationโ€™s settings" msgstr "" @@ -13492,7 +13541,7 @@ msgid "What do you want to call your starter pack?" msgstr "" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1506 +#: src/view/com/composer/Composer.tsx:1521 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "" @@ -13505,7 +13554,7 @@ msgstr "" msgid "Who can interact with this post?" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:239 +#: src/screens/Messages/components/InviteLinkDialog.tsx:247 msgid "Who can join this group chat and how" msgstr "" @@ -13519,7 +13568,7 @@ msgid "Who can verify?" msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "" @@ -13578,7 +13627,7 @@ msgstr "" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1424 +#: src/view/com/composer/Composer.tsx:1439 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13587,12 +13636,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1602 +#: src/view/com/composer/Composer.tsx:1617 msgid "Write post" msgstr "" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1504 +#: src/view/com/composer/Composer.tsx:1519 msgid "Write your reply" msgstr "" @@ -13605,8 +13654,8 @@ msgstr "" msgid "Wrong DID returned from server. Received: {0}" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:150 -#: src/screens/Messages/JoinRequests.tsx:109 +#: src/screens/Messages/ConversationSettings/index.tsx:155 +#: src/screens/Messages/JoinRequests.tsx:110 msgid "Wrong kind of conversation" msgstr "" @@ -13658,7 +13707,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:610 +#: src/components/dms/MessageItem.tsx:708 msgid "You are blocking {0}" msgstr "" @@ -13768,7 +13817,7 @@ msgstr "" msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1429 +#: src/view/com/composer/Composer.tsx:1444 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13803,8 +13852,8 @@ msgstr "" msgid "You can update this later from your settings." msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:115 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13839,7 +13888,7 @@ msgstr "" msgid "You got here first" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:144 +#: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and canโ€™t join it using this link." msgstr "" @@ -13884,6 +13933,7 @@ msgstr "" msgid "You have muted this user" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "" @@ -13912,7 +13962,7 @@ msgstr "" msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "" -#: src/view/com/composer/Composer.tsx:1419 +#: src/view/com/composer/Composer.tsx:1434 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -13970,7 +14020,7 @@ msgstr "" msgid "You may only add up to 3 feeds" msgstr "" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." msgstr "" @@ -13982,8 +14032,8 @@ msgstr "" msgid "You must be following at least seven other people to generate a starter pack." msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:68 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: 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 "" @@ -14009,12 +14059,12 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:259 +#: src/components/dms/MessageItem.tsx:325 msgid "You reacted {0}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "" @@ -14023,8 +14073,20 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" +#: src/components/dms/MessageItem.tsx:813 +msgid "You replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:811 +msgid "You replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:809 +msgid "You replied to yourself" +msgstr "" + #. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 msgid "You requested to join" msgstr "" @@ -14050,12 +14112,12 @@ msgstr "" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "" #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "" @@ -14283,7 +14345,7 @@ msgstr "" msgid "Your muted words" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:203 +#: 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 "" @@ -14295,11 +14357,11 @@ msgstr "" msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1127 +#: src/view/com/composer/Composer.tsx:1141 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1124 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your posts were sent" msgstr "" @@ -14320,7 +14382,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:1126 +#: src/view/com/composer/Composer.tsx:1140 msgid "Your reply was sent" msgstr "" @@ -14333,7 +14395,7 @@ msgstr "" msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1454 +#: src/view/com/composer/Composer.tsx:1469 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/cy/messages.po b/src/locale/locales/cy/messages.po index 02b31e3671..e31542d054 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-10 21:06\n" +"PO-Revision-Date: 2026-06-17 12:23\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,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "Categori \"{interestsDisplayName}\" (gweithredol)" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:867 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" -msgstr "" +msgstr "(dolen gwahodd i sgwrs)" -#: src/components/dms/getMessageInfo.ts:73 +#: 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)" @@ -75,7 +79,7 @@ msgstr "{0, plural, one {# label wedi ei} other {# label wedi eu}} gosod ar y cy msgid "{0, plural, one {# like} other {# likes}}" msgstr "{0, plural, one {# yn hoffi} other {# yn hoffi}}" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "{0, plural, one {# aelod} other {# aelod}}" @@ -93,11 +97,11 @@ msgstr "{0, plural, one {# mis} other {# mis}}" #. 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, zero {}one {# cais i ymuno} two {# gais i ymuno} few {# cais i ymuno} many {# cais i ymuno} other {# cais i ymuno}}" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:269 +#: src/components/dms/MessageItem.tsx:350 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}" @@ -118,17 +122,17 @@ msgstr "{0, plural, one {# eiliad} other {# eiliad}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: 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}}" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" -msgstr "" +msgstr "{0, plural, zero {}one {#m} two {#m} few {#m} many {#m} other {#m}}" #. How many months have passed, displayed in a narrow form #. placeholder {0}: diff.value @@ -201,13 +205,13 @@ msgstr "{0} <0>yn <1>testun a thagiau" #. placeholder {0}: createSanitizedDisplayName(members[0]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:44 msgid "{0} added to chat" -msgstr "" +msgstr "Mae {0} wedi'i ychwangu i'r sgwrs" #. 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 "Mae {0} a {1} wedi'u hychwangu i'r sgwrs" #. placeholder {0}: profile.followsCount || 0 #: src/screens/Profile/Header/Metrics.tsx:49 @@ -215,9 +219,9 @@ msgid "{0} following" msgstr "Yn dilyn {0}" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:703 msgid "{0} is blocking you" -msgstr "" +msgstr "Mae {0} yn eich rhwystro" #. placeholder {0}: sanitizeHandle(profile.handle) #: src/features/liveNow/components/LiveStatusDialog.tsx:84 @@ -237,7 +241,7 @@ msgstr "Dyw {0} ddim yn cael eu cynnal gan eich dyfais." #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:83 msgid "{0} joined" -msgstr "" +msgstr "Mae {0} wedi ymuno" #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:84 @@ -252,7 +256,7 @@ msgstr "Ymunodd {0} yr wythnos hon" #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:96 msgid "{0} left" -msgstr "" +msgstr "Mae {0} wedi gadael" #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:97 @@ -273,14 +277,14 @@ msgstr "{0} allan 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:345 msgid "{0} reacted {1}" msgstr "Ymatebodd {0} i {1}" #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" -msgstr "" +msgstr "Mae {0} wedi'i ychwanegu" #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:58 @@ -290,7 +294,7 @@ msgstr "Cafodd {0} ei ychwanegu i'r grลตp" #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:70 msgid "{0} was removed" -msgstr "" +msgstr "Mae {0} wedi'i dynnu" #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:71 @@ -301,7 +305,7 @@ msgstr "Cafodd {0} ei dynnu o'r grลตp" #. 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 "Mae {0}, {1} a {memberCount, plural, zero {}one {# arall} two {# arall} few {# arall} many {# arall} other {# arall}} wedi'u hychwanegu i'r sgwrs" #. placeholder {0}: feed.displayName #. placeholder {1}: sanitizeHandle(feed.creatorHandle, '@') @@ -326,32 +330,30 @@ msgstr "afatar {0}" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:143 +#: 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'. -#. placeholder {0}: preview.memberCount -#. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 -msgid "{0}/{1} {2, plural, one {member} other {members}}" -msgstr "" - -#. The number of active group chat members out of the total number allowed. +#. The number of members in a group chat, in the format '{members}/{total} members'. #. placeholder {0}: joinLinkPreview.memberCount +#. placeholder {0}: preview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:329 -msgid "{0}/{1} members" -msgstr "" +#. placeholder {1}: preview.memberLimit +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 +msgid "{0}/{1} {2, plural, one {member} other {members}}" +msgstr "{0}/{1} {2, plural, zero {}one {aelod} two {aelod} few {aelod} many {aelod} other {aelod}}" #. 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 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" -msgstr "" +msgstr "{0}/{imageCount}" #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value @@ -379,17 +381,17 @@ msgstr "{0}e" #: 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, zero {}=0 {Dim ceisiadau i ymuno} one {# cais i ymuno} two {# cais i ymuno} few {# cais i ymuno} many {# cais i ymuno} other {# cais i ymuno}}" #: src/components/dms/SystemMessageGroup.tsx:38 msgid "{count, plural, one {# chat update} other {# chat updates}}" -msgstr "" +msgstr "{count, plural, zero {}one {# diweddariad sgwrs} two {# diweddariad sgwrs} few {# diweddariad sgwrs} many {# diweddariad sgwrs} other {# diweddariad sgwrs}}" #: src/screens/Messages/components/RequestStatus.tsx:74 msgid "{count, plural, one {# new join request} other {# new join requests}}" -msgstr "" +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:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "{count, plural, zero {}one {# cais} two {# gais} few {# cais} many {# cais} other {# cais}}" @@ -397,32 +399,10 @@ msgstr "{count, plural, zero {}one {# cais} two {# gais} few {# cais} many {# ca msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "{count, plural, one {# eitem heb ei ddarllen} other {# eitemau heb eu darllen}}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "" - #. 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 "" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "{count}+ cais" +msgstr "{count, plural, zero {} one {#+ cais i ymuno} two {#+ cais i ymuno} few {#+ cais i ymuno} many {#+ cais i ymuno}other {#+ cais i ymuno}}" #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" @@ -441,155 +421,155 @@ msgstr "{estimatedTimeHrs, plural, one {awr} other {awr}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {munud} other {munud}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: 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" -#: 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 "Mae {firstAuthorLink} a <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}} wedi hoffi eich llif cyfaddas" -#: 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 "Mae {firstAuthorLink} a <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}} wedi hoffi eich postiad" -#: 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 "Mae {firstAuthorLink} a <0>{additionalAuthorsCount, plural, zero {}one {{formattedAuthorsCount} arall} two {{formattedAuthorsCount} arall} few {{formattedAuthorsCount} arall} many {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}} wedi hoffi eich ail bostiad" -#: 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 "Mae {firstAuthorLink} a <0>{additionalAuthorsCount, plural, zero {}one {{formattedAuthorsCount} arall} two {{formattedAuthorsCount} arall} few {{formattedAuthorsCount} arall} many {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}} wedi tynnu eu dilysiad o'ch cyfrif" -#: 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 "Mae {firstAuthorLink} ad <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}} wedi ailbostio eich postiad" -#: 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 "Mae {firstAuthorLink} a <0>{additionalAuthorsCount, plural, zero {}one {{formattedAuthorsCount} arall} two {{formattedAuthorsCount} arall} few {{formattedAuthorsCount} arall} many {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}} wedi ail bostio eich ail bostiad" -#: 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 "Mae {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}} wedi ymuno รข'ch pecyn cychwyn" -#: 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 "Mae {firstAuthorLink} and <0>{additionalAuthorsCount, plural, zero {}one {{formattedAuthorsCount} arall} two {{formattedAuthorsCount} arall} few {{formattedAuthorsCount} arall} many {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}} wedi'ch dilysu" -#: src/view/com/notifications/NotificationFeedItem.tsx:367 +#: src/view/com/notifications/NotificationFeedItem.tsx:373 msgid "{firstAuthorLink} followed you" msgstr "Mae {firstAuthorLink} wedi eich dilyn" -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "Mae {firstAuthorLink} wedi eich dilyn yn รดl" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "Hoffodd {firstAuthorLink} eich ffrwd gyfaddas" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "Hoffodd {firstAuthorLink} eich postiad" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:512 msgid "{firstAuthorLink} liked your repost" msgstr "Mae {firstAuthorLink} wedi hoffi eich ail bostiad" -#: src/view/com/notifications/NotificationFeedItem.tsx:479 +#: src/view/com/notifications/NotificationFeedItem.tsx:485 msgid "{firstAuthorLink} removed their verification from your account" msgstr "Mae {firstAuthorLink} wedi tynnu eu dilysiad o'ch cyfrif" -#: src/view/com/notifications/NotificationFeedItem.tsx:334 +#: src/view/com/notifications/NotificationFeedItem.tsx:340 msgid "{firstAuthorLink} reposted your post" msgstr "Mae {firstAuthorLink} wedi ailbostio'ch postiad" -#: src/view/com/notifications/NotificationFeedItem.tsx:530 +#: src/view/com/notifications/NotificationFeedItem.tsx:536 msgid "{firstAuthorLink} reposted your repost" msgstr "Mae {firstAuthorLink} wedi ail bostio eich ail bostiad" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:431 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "Mae {firstAuthorLink} wedi cofrestru gyda'ch pecyn cychwyn" -#: src/view/com/notifications/NotificationFeedItem.tsx:454 +#: src/view/com/notifications/NotificationFeedItem.tsx:460 msgid "{firstAuthorLink} verified you" msgstr "Mae {firstAuthorLink} wedi'ch dilysu" -#: 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 "Mae {firstAuthorName} a {additionalAuthorsCount, plural, one {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}} wedi eich dilyn" -#: 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 "Mae {firstAuthorName} a {additionalAuthorsCount, plural, one {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}} wedi hoffi eich ffrwd gyfaddas" -#: 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 "Mae {firstAuthorName} a {additionalAuthorsCount, plural, one {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}} wedi hoffi eich postiad" -#: 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 "Mae {firstAuthorName} a {additionalAuthorsCount, plural, zero {}one {{formattedAuthorsCount} arall} two {{formattedAuthorsCount} arall} few {{formattedAuthorsCount} arall} many {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}} wedi hoffi eich ail bostiad" -#: 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 "Mae {firstAuthorName} a {additionalAuthorsCount, plural, zero {}one {{formattedAuthorsCount} arall} two {{formattedAuthorsCount} arall} few {{formattedAuthorsCount} arall} many {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}} wedi tynnu eu dilysiad o'ch cyfrif" -#: 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 "Mae {firstAuthorName} a {additionalAuthorsCount, plural, one {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}} wedi ail bostio eich postiad" -#: 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 "Mae {firstAuthorName} a {additionalAuthorsCount, plural, zero {}one {{formattedAuthorsCount} arall} two {{formattedAuthorsCount} arall} few {{formattedAuthorsCount} arall} many {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}} wedi ail bostio eich ail bostiad" -#: 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 "Mae {firstAuthorName} a {additionalAuthorsCount, plural, one {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}} wedi ymuno รข'ch pecyn cychwyn" -#: 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 "Mae {firstAuthorName} a {additionalAuthorsCount, plural, zero {}one {{formattedAuthorsCount} arall} two {{formattedAuthorsCount} arall} few {{formattedAuthorsCount} arall} many {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}} wedi'ch dilysu chi" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:359 msgid "{firstAuthorName} followed you" msgstr "Mae {firstAuthorName} wedi eich dilyn" -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" msgstr "Mae {firstAuthorName} wedi eich dilyn yn รดl" -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" msgstr "Hoffodd {firstAuthorName} eich ffrwd gyfaddas" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" msgstr "Hoffodd {firstAuthorName} eich postiad" -#: src/view/com/notifications/NotificationFeedItem.tsx:492 +#: src/view/com/notifications/NotificationFeedItem.tsx:498 msgid "{firstAuthorName} liked your repost" msgstr "Mae {firstAuthorName} wedi hoffi eich ail bostiad" -#: src/view/com/notifications/NotificationFeedItem.tsx:465 +#: src/view/com/notifications/NotificationFeedItem.tsx:471 msgid "{firstAuthorName} removed their verification from your account" msgstr "Mae {firstAuthorName} wedi tynnu eu dilysiad o'ch cyfrif" -#: src/view/com/notifications/NotificationFeedItem.tsx:320 +#: src/view/com/notifications/NotificationFeedItem.tsx:326 msgid "{firstAuthorName} reposted your post" msgstr "Mae {firstAuthorName} wedi ailbostio'ch postiad" -#: src/view/com/notifications/NotificationFeedItem.tsx:516 +#: src/view/com/notifications/NotificationFeedItem.tsx:522 msgid "{firstAuthorName} reposted your repost" msgstr "Mae {firstAuthorName} wedi ail bostio eich ail bostiad" -#: src/view/com/notifications/NotificationFeedItem.tsx:411 +#: src/view/com/notifications/NotificationFeedItem.tsx:417 msgid "{firstAuthorName} signed up with your starter pack" msgstr "Mae {firstAuthorName} wedi ymuno รข'ch pecyn cychwyn" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "Mae {firstAuthorName} wedi'ch gwirio" @@ -600,7 +580,7 @@ msgstr "{following} yn dilyn" #: src/components/dms/components/GroupChatProfileCard.tsx:62 #: src/components/dms/InitiateChatFlow.tsx:945 msgid "{handle} canโ€™t be added" -msgstr "" +msgstr "Dim modd ychwanegu {handle}" #: src/components/dialogs/SearchablePeopleList.tsx:459 msgid "{handle} can't be messaged" @@ -621,12 +601,12 @@ msgstr "{hours, plural, zero {}one {# awr} two {# awr} few {# awr} many {# hours #. 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}+ ceisiadau ymuno newydd" #: 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}+ ceisiadau ymuno newydd" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack #: src/components/StarterPack/StarterPackCard.tsx:102 @@ -652,19 +632,19 @@ msgstr "{MAX_HIDDEN_REPLIES, plural, zero {} one {Gallwch guddio hyd at # ateb.} #. 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 "{minutes, plural, zero {}one {# munud} two {# funud} few {# munud} many {# munud} other {# munud}}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "Ymatebodd {name} {0} i {target}" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "{name}: {message}" @@ -697,6 +677,18 @@ msgstr "Ymunodd {profileName} รข Bluesky gan ddefnyddio pecyn cychwyn {timeAgoSt msgid "{rank}." msgstr "{rank}." +#: src/components/dms/MessageItem.tsx:813 +msgid "{replierDisplayName} replied" +msgstr "Atebodd {replierDisplayName}" + +#: src/components/dms/MessageItem.tsx:809 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "Atebodd {replierDisplayName} i {originalName}" + +#: src/components/dms/MessageItem.tsx:807 +msgid "{replierDisplayName} replied to you" +msgstr "Atebodd {replierDisplayName} i chi" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -729,7 +721,7 @@ msgstr "Dilysiadau {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 @@ -813,7 +805,7 @@ msgstr "<0>{0} aelod" #. 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 "Mae <0>{displayName}<1/><2> wedi'ch ychwanegu" #: src/screens/Hashtag.tsx:226 #: src/screens/Search/SearchResults.tsx:315 @@ -822,7 +814,7 @@ msgstr "<0>Mewngofnodwch<1> neu <2>grรซwch cyfrif<3> <4>i chwili #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:276 msgid "<0>Tap here to update your location with GPS." -msgstr "" +msgstr "<0>Tapiwch yma i ddiweddaru eich lleoliad gyda GPS." #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #: src/screens/StarterPack/Wizard/index.tsx:494 @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "Casgliad o ffrydiau poblogaidd sydd i'w cael ar Bluesky, gan gynnwys Newyddion, 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:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "neges" @@ -873,8 +875,8 @@ msgstr "Digwyddodd gwall rhwydwith. Gwiriwch eich cysylltiad rhwydwaith" #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 #: src/screens/Messages/JoinRequests.tsx:192 #: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." @@ -909,7 +911,7 @@ msgstr "Llun sgrin o'r cyfansoddwr postiadau gyda botymau newydd nesaf at y botw #: src/components/dms/dialogs/NewChatDialog.tsx:109 msgid "A selected recipient is not followed by the sender." -msgstr "" +msgstr "Dyw'r derbynnydd penodol ddim yn cael ei ddilyn gan yr anfonwr." #: src/Navigation.tsx:465 #: src/screens/Settings/AboutSettings.tsx:78 @@ -939,7 +941,7 @@ msgstr "Derbyn cais am sgwrs" #: src/screens/Messages/JoinRequests.tsx:458 msgid "Accept join request" -msgstr "" +msgstr "Derbyn cais i ymuno" #. Accept a chat request #: src/screens/Messages/components/IncomingRequestListItem.tsx:51 @@ -953,11 +955,11 @@ 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 "" +msgstr "Sgyrsiau wedi'u derbyn" -#: src/components/intents/GroupChatJoinDialog.tsx:113 +#: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." -msgstr "" +msgstr "Cais am fynediad! Bydd perchennog y grลตp yn adolygu eich cais." #: src/screens/Settings/AccessibilitySettings.tsx:45 #: src/screens/Settings/Settings.tsx:233 @@ -980,12 +982,12 @@ msgstr "Cyfrif" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "Cyfrif wedi'i rwystro" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "Cyfrif yn cael ei ddilyn" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "Mae'r cyfrif wedi'i gau" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "Cyfrif wedi'i dewi" @@ -1028,18 +1030,18 @@ msgstr "Cyfrif wedi'i dynnu o fynediad cyflym" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "Cyfrif wedi'i ddadrwystro" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "Peidio dilyn y cyfrif" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "Dad-dewi cyfrif" @@ -1054,12 +1056,13 @@ msgstr "Mae cyfrifon gyda marc siec glas cregynog <0><1/> yn gallu dilysu er msgid "Activity from others" msgstr "Gweithgaredd gan eraill" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "Ychwanegu" @@ -1112,11 +1115,11 @@ msgstr "Ychwanegu testun amgen (dewisol)" msgid "Add another account" msgstr "Ychwanegu cyfrif arall" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1518 msgid "Add another post" msgstr "Ychwanegu postiad arall" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2181 msgid "Add another post to thread" msgstr "Ychwanegu postiad arall i edefyn" @@ -1182,13 +1185,13 @@ msgstr "Ychwanegu geiriau a thagiau wedi'u tewi" msgid "Add people" msgstr "Ychwanegu pobl" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "Ychwanegu pobl at y rhestr" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:191 msgid "Add people with a link" -msgstr "" +msgstr "Ychwanegu pobl gyda dolen" #: src/components/dms/EmojiPopup.android.tsx:56 msgid "Add Reaction" @@ -1214,8 +1217,8 @@ msgstr "Ychwanegwch y cofnod DNS canlynol i'ch parth:" msgid "Add this feed to your feeds" msgstr "Ychwanegu'r ffrwd hon at eich ffrydiau" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "Ychwanegu at y rhestrau" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "Ychwanegu i'r postiadau wedi'u cadw" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "Ychwanegu at y pecynnau cychwyn" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "Ychwanegu defnyddiwr at y rhestr" @@ -1246,8 +1249,8 @@ msgstr "Ychwanegwyd gan {0}" msgid "Added by invite link" msgstr "Ychwanegwyd i'r r rhestr gwahodd" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "Ychwanegwyd at y rhestr" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "alice@example.com" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "Y Cyfan" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "Y cyfan {0}" @@ -1380,12 +1383,12 @@ msgstr "Caniatรกu i unrhyw un ateb" #: src/screens/Messages/Settings.tsx:143 #: src/screens/Messages/Settings.tsx:158 msgid "Allow direct messages from" -msgstr "" +msgstr "Caniatรกu negeseuon uniongyrchol oddi wrth" #: src/screens/Messages/Settings.tsx:189 #: src/screens/Messages/Settings.tsx:211 msgid "Allow group chat invites from" -msgstr "" +msgstr "Caniatรกu gwahoddiadau sgwrsio gan" #: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 @@ -1521,7 +1524,7 @@ msgid "An error occurred while loading your lists :/" msgstr "Digwyddodd gwall wrth lwytho eich rhestrau :/" #: src/components/StarterPack/QrCodeDialog.tsx:81 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:103 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "Digwyddodd gwall wrth gadw'r cod QR!" @@ -1558,7 +1561,7 @@ msgstr "Darlun o nifer o bostiadau Bluesky ynghyd ag eiconau ailbostio, hoffi a #: 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 "Darlun o ap Bluesky gydag awyren papur yn hedfan ohono, yn cynrychioli gwahodd ffrindiau" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 #: src/components/verification/VerifierDialog.tsx:88 @@ -1567,7 +1570,7 @@ msgstr "Darlun yn dangos bod Bluesky yn dewis dilyswyr dibynadwy, a dilyswyr dib #: 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 "Mae gwahoddiad yn caniatรกu i bobl ymuno รข'r grลตp sgwrsio hwn heb gael eu hychwanegu'n uniongyrchol. Chi sy'n rheoli pwy sy'n gallu ymuno รข'r sgwrs. Gallwch analluogi'r ddolen ar unrhyw adeg." #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" @@ -1575,11 +1578,11 @@ msgstr "Mater nad yw wedi'i gynnwys yn yr opsiynau hyn" #: src/components/dms/dialogs/NewChatDialog.tsx:92 msgid "An issue occurred creating the group chat, please try again." -msgstr "" +msgstr "Digwyddodd gwall wrth greu grลตp, ceisiwch eto." #: src/components/dms/dialogs/NewChatDialog.tsx:54 msgid "An issue occurred starting the chat, please try again." -msgstr "" +msgstr "Digwyddodd gwall wrth gychwyn sgwrs, ceisiwch eto." #: src/components/dms/dialogs/ShareViaChatDialog.tsx:50 msgid "An issue occurred while trying to open the chat" @@ -1589,8 +1592,8 @@ msgstr "Digwyddodd mater wrth geisio agor y sgwrs" #: 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 "Digwyddodd mater, ceisiwch eto." @@ -1643,9 +1646,9 @@ msgstr "Unrhyw un" msgid "Anyone can interact" msgstr "Gall unrhyw un ryngweithio" -#: src/components/intents/GroupChatJoinDialog.tsx:340 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" -msgstr "" +msgstr "Gall unrhyw un ymuno" #: src/screens/Messages/components/InviteLinkDialog.tsx:153 #: src/screens/Messages/components/InviteLinkDialog.tsx:154 @@ -1665,7 +1668,7 @@ msgstr "Unrhyw un sy'n fy nilyn" #: 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 "Fydd neb sydd ganddo'n barod ddim yn gallu ymuno neu ofyn i ymuno. Gallwch bob amser greu un newydd." #: src/Navigation.tsx:473 #: src/screens/Settings/AppIconSettings/index.tsx:65 @@ -1796,8 +1799,8 @@ msgstr "Ydych chi'n siลตr eich bod am ddileu'r pecyn cychwyn hwn?" msgid "Are you sure you want to discard your changes?" msgstr "Ydych chi'n siลตr eich bod am ddileu eich newidiadau?" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "Ydych chi'n siลตr eich bod eisiau gadael {groupName}?" @@ -1807,18 +1810,18 @@ msgstr "Ydych chi'n siลตr eich bod eisiau gadael y sgwrs hon?" #: 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 "Ydych chi'n siลตr eich bod am adael y sgwrs hon? Bydd eich negeseuon yn cael eu dileu i chi, ond nid ar gyfer y cyfranogwyr eraill." #: src/components/FeedCard.tsx:374 msgid "Are you sure you want to remove this from your feeds?" msgstr "Ydych chi'n siลตr eich bod am dynnu hwn o'ch ffrydiau?" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 msgid "Are you sure you want to rescind your request to join {0}?" -msgstr "" +msgstr "Ydych chi'n siลตr eich bod am dynnu'n รดl eich cais i ymuno รข {0}?" -#: src/view/com/composer/Composer.tsx:1656 +#: src/view/com/composer/Composer.tsx:1654 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?" @@ -1958,10 +1961,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:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2009,8 +2012,8 @@ msgstr "Rhwystro {displayName}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "Rhwystro cyfrif" @@ -2025,13 +2028,13 @@ msgstr "Rhwystro cyfrifon" #: src/components/dms/AfterReportDialog.tsx:148 msgid "Block and delete" -msgstr "" +msgstr "Rhwystro a dileu" #. After-report action for a conversation #: src/components/dms/AfterReportConversationDialog.tsx:167 msgctxt "button" msgid "Block and leave" -msgstr "" +msgstr "Rhwystro a gadael" #: src/screens/ProfileList/components/SubscribeMenu.tsx:119 msgid "Block list" @@ -2065,7 +2068,7 @@ msgstr "Rhwystro'r defnyddiwr a/neu ddileu'r sgwrs hon" #: src/components/dms/AfterReportConversationDialog.tsx:217 msgid "Block user and/or leave this conversation" -msgstr "" +msgstr "Rhwystro defnyddiwr a/neu adael y sgwrs hon" #: src/components/Post/Embed/index.tsx:216 msgid "Blocked" @@ -2088,6 +2091,10 @@ 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." @@ -2148,7 +2155,7 @@ msgstr "Mae Bluesky yn fwy hwyl gyda ffrindiau! Hoffech chi wahodd rhai o'ch rha #: src/features/inviteFriends/InviteScannerScreen.tsx:105 msgid "Bluesky needs camera access to scan QR codes from other profiles." -msgstr "" +msgstr "Mae angen mynediad i'r camera ar Bluesky i sganio codau QR o broffiliau eraill." #: src/screens/Takendown.tsx:213 msgid "Bluesky Social Terms of Service" @@ -2196,7 +2203,7 @@ msgstr "Torri rheolau gwefan" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:200 msgid "Bring up to 50 friends together in one chat." -msgstr "" +msgstr "Dewch รข hyd at 50 o ffrindiau ynghyd mewn un sgwrs." #: src/view/com/feeds/ProfileFeedgens.tsx:167 #: src/view/com/feeds/ProfileFeedgens.tsx:168 @@ -2260,7 +2267,7 @@ msgstr "Botwm i fynd nรดl i'r llinell amser cartref" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:181 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2269,20 +2276,20 @@ msgstr "Gan {0}" #. placeholder {0}: authorProfile.handle #: src/components/Post/Embed/StandardSiteEmbed/StandardSiteMetaRow.tsx:77 msgid "by @{0}" -msgstr "" +msgstr "gan {0}" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:363 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "Gan <0>{0}" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" -msgstr "" +msgstr "Gan <0>{ownerDisplayName}" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:182 msgid "By clicking \"Continue\" you acknowledge that you understand and agree to these updates." @@ -2314,7 +2321,7 @@ msgstr "Camera" #: src/features/inviteFriends/InviteScannerScreen.tsx:96 msgid "Camera access needed" -msgstr "" +msgstr "Mae angen mynediad i'r camera" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:213 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:133 @@ -2348,10 +2355,10 @@ msgstr "" #: src/screens/Deactivated.tsx:150 #: src/screens/Messages/components/InviteLinkDialog.tsx:500 #: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,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:1732 +#: src/view/com/composer/Composer.tsx:1742 #: 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 @@ -2380,6 +2387,10 @@ msgstr "Diddymu'r postiad dyfynnu" msgid "Cancel reactivation and sign out" msgstr "Diddymu'r ailweithredu ac allgofnodi" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "Diddymu'r ateb" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "Diddymu'r chwilio" @@ -2481,7 +2492,7 @@ msgstr "Bydd newidiadau i'r pecyn cychwyn ddim yn cael eu hadlewyrchu i'r rhestr #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,10 +2509,10 @@ msgid "Chat ended" msgstr "Gorffennodd y sgwrs" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:256 +#: src/components/intents/GroupChatJoinDialog.tsx:269 #: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" -msgstr "" +msgstr "Dyw'r ddolen gwahoddiad sgwrs ddim ar gael mwyach" #: src/components/dms/getSystemMessageInfo.ts:104 msgid "Chat locked" @@ -2520,18 +2531,18 @@ msgctxt "toast" msgid "Chat muted" msgstr "Sgwrs wedi'i thewi" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." -msgstr "" +msgstr "Heb ganfod y sgwrs." -#: src/components/moderation/BlockDialog.tsx:292 +#: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." -msgstr "" +msgstr "Gall perchnogion sgwrs ddim gadael sgwrs grลตp." #: src/components/dms/dialogs/NewChatDialog.tsx:73 msgid "Chat recipient is not followed by the sender." -msgstr "" +msgstr "Dyw derbynnydd y sgwrs ddim yn cael ei ddilyn gan yr anfonwr." #: src/Navigation.tsx:511 msgid "Chat request inbox" @@ -2544,10 +2555,10 @@ msgstr "Ceisiadau am sgyrsiau" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "Gosodiadau sgyrsiau" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Dad-dewi sgyrsiau" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "Sgyrsiau" @@ -2731,7 +2742,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:533 +#: src/components/dms/MessageItem.tsx:622 msgid "Click to retry failed message" msgstr "Cliciwch i roi cynnig arall ar y neges a fethwyd" @@ -2745,6 +2756,7 @@ msgstr "Cliciwch i roi cynnig arall ar y neges a fethwyd" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "Cliciwch i roi cynnig arall ar y neges a fethwyd" #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:233 -#: src/components/intents/GroupChatJoinDialog.tsx:268 +#: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2802,11 +2814,7 @@ msgstr "Rhybudd cau" #: src/screens/Messages/components/RequestStatus.tsx:82 msgid "Close banner" -msgstr "" - -#: src/view/com/util/BottomSheetCustomBackdrop.tsx:36 -msgid "Close bottom drawer" -msgstr "Cau'r y drรดr gwaelod" +msgstr "Cau'r faner" #. Accessibility label for the button that dismisses the GIF picker error dialog. #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:223 @@ -2822,7 +2830,7 @@ msgstr "Cau'r y drรดr gwaelod" msgid "Close dialog" msgstr "Cau'r ddeialog" -#: src/view/shell/index.web.tsx:129 +#: src/view/shell/index.web.tsx:127 msgid "Close drawer menu" msgstr "Cau'r ddewislen drรดr" @@ -2844,16 +2852,16 @@ msgstr "Caewch y ddewislen" #: src/features/inviteFriends/InviteScannerScreen.tsx:167 msgid "Close scanner" -msgstr "" +msgstr "Cau'r sganiwr" #: src/screens/Messages/components/RequestStatus.tsx:83 msgid "Close the incoming requests banner" -msgstr "" +msgstr "Cau'r faner ceisiadau sy'n dod i mewn" -#: src/components/intents/GroupChatJoinDialog.tsx:226 -#: src/components/intents/GroupChatJoinDialog.tsx:227 -#: src/components/intents/GroupChatJoinDialog.tsx:263 -#: src/components/intents/GroupChatJoinDialog.tsx:264 +#: 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 msgid "Close this dialog" msgstr "Cau'r ddeialog hon" @@ -2866,21 +2874,21 @@ msgstr "Cau'r modal croeso" msgid "Closes password update alert" msgstr "Yn cau'r rhybudd diweddaru cyfrinair" -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1740 msgid "Closes post composer and discards post draft" msgstr "Yn cau cyfansoddwr postiad ac yn dileu postiad drafft" -#: src/view/com/notifications/NotificationFeedItem.tsx:605 +#: src/view/com/notifications/NotificationFeedItem.tsx:611 msgid "Collapse list of users" msgstr "Lleihau'r rhestr o ddefnyddwyr" -#: src/view/com/notifications/NotificationFeedItem.tsx:953 +#: src/view/com/notifications/NotificationFeedItem.tsx:959 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 msgid "Color" -msgstr "" +msgstr "Lliw" #: src/components/dialogs/Embed.tsx:150 #: src/screens/Settings/AppearanceSettings.tsx:81 @@ -2920,7 +2928,7 @@ msgid "Compose new post" msgstr "Cyfansoddi postiad newydd" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1618 +#: src/view/com/composer/Composer.tsx:1616 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}}" @@ -2928,11 +2936,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:2580 +#: src/view/com/composer/Composer.tsx:2578 msgid "Compressing GIF..." msgstr "Yn cywasgu GIF..." -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing video..." msgstr "Yn cywasgu fideo..." @@ -3100,7 +3108,7 @@ msgstr "Ymlaen i'r cam nesaf" msgid "Conversation" msgstr "Sgwrs" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "Sgwrs wedi'i dileu" @@ -3114,20 +3122,20 @@ msgstr "Sgwrs wedi'i dileu" #: src/components/dms/AfterReportConversationDialog.tsx:179 msgctxt "toast" msgid "Conversation left" -msgstr "" +msgstr "Wedi gadael y sgwrs" #: src/components/dms/LeaveConvoPrompt.tsx:40 #: src/screens/Messages/JoinRequests.tsx:196 #: src/screens/Messages/JoinRequests.tsx:229 msgid "Conversation not found." -msgstr "" +msgstr "Heb ganfod y sgwrs." #: src/screens/Settings/AboutSettings.tsx:162 msgid "Copied build version to clipboard" msgstr "Fersiwn adeiladu wedi'i gopรฏo i'r clipfwrdd" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3154,12 @@ msgstr "Wedi'i gopรฏo!" msgid "Copies build version to clipboard" msgstr "Copรฏau adeiladu fersiwn i'r clipfwrdd" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" -msgstr "" +msgstr "Yn copรฏo URL canonaidd y proffil i'r clipfwrdd" #: src/components/StarterPack/QrCodeDialog.tsx:198 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:265 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "Copรฏo" @@ -3159,8 +3167,8 @@ msgstr "Copรฏo" msgid "Copy App Password" msgstr "Copรฏo Cyfrinair Ap" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "Copรฏwch yn: // URI" @@ -3175,8 +3183,8 @@ msgid "Copy code" msgstr "Copรฏo cod" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "Copรฏo DID" @@ -3184,9 +3192,9 @@ msgstr "Copรฏo DID" msgid "Copy host" msgstr "Copรฏo gwesteiwr" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:254 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" -msgstr "" +msgstr "Copรฏo'r ddolen wahodd" #: src/components/dms/ChatInvite/Root.tsx:91 #: src/components/StarterPack/ShareDialog.tsx:115 @@ -3210,8 +3218,8 @@ msgstr "Copรฏo dolen i'r rhestr" msgid "Copy link to post" msgstr "Copรฏo dolen i'r postiad" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "Copรฏo'r ddolen i'r proffil" @@ -3219,8 +3227,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:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "Copรฏo testun neges" @@ -3249,9 +3257,9 @@ msgstr "Copรฏo gwerth cofnod TXT" msgid "Copyright Policy" msgstr "Polisi Hawlfraint" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" -msgstr "" +msgstr "Methwyd cipio'r cod QR" #: src/view/com/feeds/MissingFeed.tsx:42 msgid "Could not connect to custom feed" @@ -3261,17 +3269,17 @@ msgstr "Methu cysylltu i ffrwd gyfaddas" msgid "Could not connect to feed service" msgstr "Methu cysylltu i wasanaeth ffrydio" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:120 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" -msgstr "" +msgstr "Methwyd copรฏo โ€“ rhowch gynnig arall arni" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" -msgstr "" +msgstr "Methwyd llwytho i lawr โ€“ rhowch gynnig arall arni" #: src/screens/Messages/components/MessageInputEmbed.tsx:200 msgid "Could not fetch post" -msgstr "" +msgstr "Methwyd estyn y postiad" #: src/view/com/feeds/MissingFeed.tsx:183 msgid "Could not find profile" @@ -3294,9 +3302,9 @@ msgstr "Methu dilyn pob cyfatebiaeth. {0}" msgid "Could not leave chat" msgstr "Methu gadael y sgwrs" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." -msgstr "" +msgstr "Methwyd gadael y sgwrs." #: src/screens/Profile/ProfileFeed/index.tsx:73 msgid "Could not load feed" @@ -3308,9 +3316,9 @@ msgstr "Methu llwytho ffrwd" msgid "Could not load list" msgstr "Methu llwytho rhestr" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:169 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" -msgstr "" +msgstr "Methwyd llwytho proffil" #: src/components/dms/ConvoMenu.tsx:212 msgid "Could not mute chat" @@ -3320,18 +3328,18 @@ msgstr "Methu tewi sgwrs" msgid "Could not process your video" msgstr "Methu prosesu eich fideo" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." -msgstr "" +msgstr "Methwyd tynnu aelod." #. placeholder {0}: cleanError(error) #: src/components/activity-notifications/SubscribeProfileDialog.tsx:295 msgid "Could not save changes: {0}" msgstr "Methu cadw'r newidiadau: {0}" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" -msgstr "" +msgstr "Methwyd rhannu โ€“ ceisiwch eto" #: src/state/queries/notifications/settings.ts:49 msgid "Could not update notification settings" @@ -3394,12 +3402,12 @@ msgstr "Creu pecyn cychwyn i mi" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:314 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3457,13 @@ msgstr "Crรซwch restr o'r pecyn cychwyn" msgid "Create moderation list" msgstr "Creu rhestr cymedroli" -#: src/screens/Messages/JoinRequest.tsx:308 +#: 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 "Creu cyfrif newydd" -#: src/screens/Messages/ConversationSettings/index.tsx:553 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "Crรซwch neu addasu dolen gwahodd ar gyfer y grลตp sgwrsio yma" @@ -3479,7 +3487,7 @@ msgstr "Creu rhestr defnyddwyr" #. placeholder {0}: i18n.date(createdAt, { dateStyle: 'long', timeStyle: 'short', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) #: src/screens/Messages/components/InviteLinkDialog.tsx:355 -#: src/screens/Messages/ConversationSettings/index.tsx:505 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "Wedi creu {0}" @@ -3494,7 +3502,7 @@ msgstr "Diwylliant" #: src/components/moderation/BlockDialog.tsx:378 msgid "Current chat" -msgstr "" +msgstr "Y sgwrs gyfredol" #: src/components/dialogs/ServerInput.tsx:152 #: src/components/dialogs/ServerInput.tsx:154 @@ -3539,11 +3547,11 @@ msgstr "Dyddiad geni" #: src/features/inviteFriends/components/ThemePicker.tsx:28 msgid "Dawn" -msgstr "" +msgstr "Gwawr" #: src/features/inviteFriends/components/ThemePicker.tsx:29 msgid "Day" -msgstr "" +msgstr "Dydd" #: src/screens/Settings/AccountSettings.tsx:179 #: src/screens/Settings/AccountSettings.tsx:184 @@ -3624,7 +3632,7 @@ msgstr "Dileu cysylltiadau" msgid "Delete conversation" msgstr "Dileu sgwrs" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "Dileu i mi" @@ -3637,7 +3645,7 @@ msgstr "Dileu rhestr" msgid "Delete message" msgstr "Dileu neges" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "Dileu neges i mi" @@ -3647,7 +3655,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:1630 +#: src/view/com/composer/Composer.tsx:1628 msgid "Delete post" msgstr "Dileu postiad" @@ -3689,6 +3697,10 @@ 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 @@ -3771,7 +3783,7 @@ msgstr "Analluogi adborth haptig" #: src/screens/Messages/components/InviteLinkDialog.tsx:488 #: src/screens/Messages/components/InviteLinkDialog.tsx:494 msgid "Disable link" -msgstr "" +msgstr "Analluogi dolen" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:628 msgid "Disable quote posts of this post" @@ -3783,7 +3795,7 @@ msgstr "Analluogi atebion yn llwyr" #: src/screens/Messages/components/InviteLinkDialog.tsx:475 msgid "Disable this invite link?" -msgstr "" +msgstr "Analluogi'r ddolen gwahodd?" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 @@ -3794,9 +3806,9 @@ msgstr "Analluogwyd" #: 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:1411 +#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1661 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3819,14 @@ msgstr "Dileu" msgid "Discard changes?" msgstr "Dileu'r newidiadau?" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1409 #: 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:1428 -#: src/view/com/composer/Composer.tsx:1655 +#: src/view/com/composer/Composer.tsx:1426 +#: src/view/com/composer/Composer.tsx:1653 msgid "Discard post?" msgstr "Dileu'r postiad?" @@ -3852,7 +3864,7 @@ msgstr "Cau" msgid "Dismiss banner" msgstr "Cau'r faner" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2499 msgid "Dismiss error" msgstr "Cau'r gwall" @@ -3879,7 +3891,7 @@ msgstr "Cau'r awgrym hwn" #: src/features/inviteFriends/InviteScannerScreen.tsx:168 msgid "Dismisses the QR scanner" -msgstr "" +msgstr "Yn cau'r sganiwr cod QR" #: src/screens/Settings/AccessibilitySettings.tsx:70 #: src/screens/Settings/AccessibilitySettings.tsx:75 @@ -3949,8 +3961,8 @@ msgstr "Peidiwch รข phoeni! Mae'r holl negeseuon a gosodiadau wedi'u cadw a bydd #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:146 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3975,7 @@ msgstr "Peidiwch รข phoeni! Mae'r holl negeseuon a gosodiadau wedi'u cadw a bydd msgid "Done" msgstr "Gorffen" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "Gorffen" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:520 msgid "Double tap or long press the message to add a reaction" msgstr "Tapio dwywaith neu bwyso'n hir i ychwanegu ymateb" @@ -3983,7 +3989,7 @@ msgstr "Tapio dwywaith i'w hoffi" #: src/features/inviteFriends/components/ActionButtons.tsx:36 msgid "Download" -msgstr "" +msgstr "Llwytho i lawr" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:329 msgid "Download Bluesky" @@ -4005,16 +4011,16 @@ msgstr "Llwytho delwedd i lawr" #: src/features/inviteFriends/components/ActionButtons.tsx:31 msgid "Download invite QR code" -msgstr "" +msgstr "Llwytho i lawr cod QR gwahoddiad" #: src/screens/Settings/components/ExportCarDialog.tsx:118 msgid "Download profile data" -msgstr "" +msgstr "Llwytho i lawr data proffil" #: src/screens/Settings/components/ExportCarDialog.tsx:123 msgctxt "button" msgid "Download profile data" -msgstr "" +msgstr "Llwytho data proffil i lawr" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 msgid "Doxxing" @@ -4041,7 +4047,7 @@ msgstr "Hyd:" #: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Dusk" -msgstr "" +msgstr "Cyfnos" #: src/screens/Settings/components/ChangeHandleDialog.tsx:237 msgid "e.g. alice" @@ -4087,8 +4093,8 @@ msgstr "Anhwylderau bwyta" msgid "Edit" msgstr "Golygu" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "Golygu" @@ -4102,8 +4108,8 @@ msgstr "Golygu afatar" msgid "Edit Feeds" msgstr "Golygu Ffrydiau" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "Golygu enw grลตp" @@ -4125,12 +4131,12 @@ msgstr "Golygu diddordebau" #: src/screens/Messages/JoinRequests.tsx:299 msgid "Edit invite link" -msgstr "" +msgstr "Golygu dolen gwahodd" #: src/screens/Messages/JoinRequests.tsx:305 msgctxt "button" msgid "Edit invite link" -msgstr "" +msgstr "Golygu dolen gwahodd" #: src/screens/Messages/components/InviteLinkDialog.tsx:369 msgid "Edit link settings" @@ -4141,8 +4147,8 @@ msgstr "Golygu gosodiadau dolen" msgid "Edit list details" msgstr "Golygu manylion y rhestr" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "Golygu statws byw" @@ -4155,7 +4161,7 @@ msgstr "Golygu rhestr cymedroli" msgid "Edit My Feeds" msgstr "Golygu Fy Ffrydiau" -#: src/screens/Messages/ConversationSettings/index.tsx:540 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "Golygu enw" @@ -4184,8 +4190,8 @@ msgstr "Golygu Proffil" msgid "Edit starter pack" msgstr "Golygu pecyn cychwyn" -#: src/screens/Messages/ConversationSettings/index.tsx:486 -#: src/screens/Messages/ConversationSettings/index.tsx:539 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "Golygu enw'r grwp sgwrsio" @@ -4402,7 +4408,7 @@ msgstr "Yn mynd i'r sgrin lawn" msgid "Entertainment" msgstr "Adloniant" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2598 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Gwall" @@ -4481,7 +4487,7 @@ msgstr "Gadael y sgrin lawn" msgid "Expand alt text" msgstr "Ehangu testun amgen" -#: src/view/com/notifications/NotificationFeedItem.tsx:606 +#: src/view/com/notifications/NotificationFeedItem.tsx:612 msgid "Expand list of users" msgstr "Ehangu rhestr o ddefnyddwyr" @@ -4561,7 +4567,7 @@ msgstr "Allforio fy nata" #: src/screens/Settings/components/ExportCarDialog.tsx:97 msgid "Export my profile data" -msgstr "" +msgstr "Allforio data fy mrhoffil" #: src/screens/Settings/ContentAndMediaSettings.tsx:86 #: src/screens/Settings/ContentAndMediaSettings.tsx:89 @@ -4594,10 +4600,10 @@ msgstr "Wedi methu derbyn y sgwrs" #: src/screens/Messages/JoinRequests.tsx:190 msgid "Failed to accept join request" -msgstr "" +msgstr "Methwyd รข derbyn y cais i ymuno" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "Wedi methu ychwanegu emoji ymateb" @@ -4606,6 +4612,10 @@ msgstr "Wedi methu ychwanegu emoji ymateb" msgid "Failed to add members" msgstr "Wedi methu ychwanegu aelodau" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "Methwyd ag ychwanegu at y rhestr" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "Wedi methu ychwanegu at becyn cychwyn" @@ -4615,7 +4625,7 @@ msgid "Failed to change handle. Please try again." msgstr "Wedi methu newid enw dangos. Ceisiwch eto." #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:129 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "Methu copรฏo dolen" @@ -4664,7 +4674,7 @@ msgstr "Wedi methu analluogi dolen gwahodd" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "Wedi methu datgysylltu Germ DM. Gwall {0}" -#: src/screens/Messages/ConversationSettings/index.tsx:374 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "Wedi methu golygu enw'r grลตp sgwrsio" @@ -4690,24 +4700,24 @@ msgstr "Wedi methu cuddio awgrymiadau, gwiriwch eich cysylltiad rhyngrwyd" #: src/screens/Messages/JoinRequests.tsx:223 msgid "Failed to ignore join request" -msgstr "" +msgstr "Methwyd ag anwybyddu'r cais i ymuno" -#: src/components/intents/GroupChatJoinDialog.tsx:137 +#: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." -msgstr "" +msgstr "Methwyd ag ymuno รข'r sgwrs grลตp. Ceisiwch eto." #: src/components/contacts/screens/ViewMatches.tsx:582 msgid "Failed to launch SMS app" msgstr "Wedi methu agor eich ap SMS" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:401 +#: 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 "Wedi methu gadael grลตp sgwrsio" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "Wedi methu llwytho sgyrsiau" @@ -4753,15 +4763,20 @@ msgstr "Wedi methu llwytho'r ffrydiau awgrymwyd" msgid "Failed to load suggested follows" msgstr "Wedi methu llwytho'r awgrymiadau dilyn" -#: src/screens/Messages/ConversationSettings/index.tsx:426 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "Wedi methu cloi grลตp sgwrsio" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +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 msgid "Failed to mark all requests as read" msgstr "Wedi methu nodi pob cais wedi'i ddarllen" -#: src/screens/Messages/ConversationSettings/index.tsx:390 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "Wedi methu tewi grลตp sgwrsio" @@ -4783,12 +4798,16 @@ msgstr "Wedi methu tynnu data oherwydd gwall rhwydwaith, gwiriwch eich cysylltia msgid "Failed to remove data. {0}" msgstr "Wedi methu tynnu data. {0}" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "Wedi methu dileu emoji ymateb" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:258 +msgid "Failed to remove from list" +msgstr "Methwyd tynnu o'r rhestr" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "Wedi methu tynnu o becyn cychwyn" @@ -4802,16 +4821,16 @@ msgstr "Wedi methu tynnu aelod o'r grลตp sgwrsio" msgid "Failed to remove verification" msgstr "Wedi methu dileu'r dilysiad" -#: src/components/intents/GroupChatJoinDialog.tsx:180 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." -msgstr "" +msgstr "Methwyd diddymu eich cais. Ceisiwch eto." #: src/components/dialogs/DeviceLocationRequestDialog.tsx:81 msgid "Failed to resolve location. Please try again." msgstr "Wedi methu canfod y lleoliad. Ceisiwch eto." -#: src/view/com/composer/Composer.tsx:648 +#: src/view/com/composer/Composer.tsx:646 msgid "Failed to save draft" msgstr "Wedi methu cadw drafft" @@ -4854,7 +4873,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "Wedi methu toglo tewi'r edefyn, ceisiwch eto" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:435 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "Wedi methu datgloi grลตp sgwrsio" @@ -5038,7 +5057,7 @@ msgstr "Chwilio am gyfrifon i'w dilyn" #: src/screens/Settings/Settings.tsx:216 #: src/screens/Settings/Settings.tsx:219 msgid "Find and invite friends" -msgstr "" +msgstr "Dewch o hyd i ffrindiau a'u gwahodd" #: src/Navigation.tsx:436 #: src/Navigation.tsx:569 @@ -5060,7 +5079,7 @@ msgstr "Chwilio am bobl i'w dilyn" #: src/screens/Settings/FindContactsSettings.tsx:130 msgid "Find people you know" -msgstr "" +msgstr "Dewch o hyd i bobl rydych yn eu hadnabod" #: src/screens/Search/Shell.tsx:537 msgid "Find posts, users, and feeds on Bluesky" @@ -5116,22 +5135,22 @@ msgstr "Canolbwyntio'r maes chwilio" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 "Dilyn" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "Dilynwch {0}" #: src/screens/Messages/ConversationSettings/Member.tsx:167 msgid "Follow {displayName}" -msgstr "" +msgstr "Dilyn {displayName}" #: src/screens/VideoFeed/index.tsx:845 msgid "Follow {handle}" @@ -5149,8 +5168,8 @@ msgstr "Dilynwch 10 person i gychwyn arni" msgid "Follow 7 accounts" msgstr "Dilynwch 7 cyfrif" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "Dilynwch y cyfrif" @@ -5173,9 +5192,9 @@ msgstr "Dilynwch bob cyfrif" #. 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:423 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "Dilynwch Nรดl" @@ -5211,9 +5230,9 @@ msgstr "Yn cael ei ddilyn gan <0>{0} a <1>{1}" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "Yn cael ei ddilyn gan <0>{0}, <1>{1}, and {2, plural, one {# arall} other {# arall}}" -#: src/components/intents/GroupChatJoinDialog.tsx:339 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" -msgstr "" +msgstr "Gall dilynwyr ymuno" #. placeholder {0}: route.params.name #: src/Navigation.tsx:245 @@ -5231,10 +5250,10 @@ msgstr "Dilynwyr rydych chi'n eu hadnabod" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 "Yn dilyn" @@ -5249,13 +5268,13 @@ msgstr "Yn dilyn" #. 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 "Yn dilyn {0}" #: src/screens/Messages/ConversationSettings/Member.tsx:66 msgid "Following {displayName}" -msgstr "" +msgstr "Yn dilyn {displayName}" #: src/screens/VideoFeed/index.tsx:844 msgid "Following {handle}" @@ -5336,7 +5355,7 @@ msgstr "Wedi anghofio?" #. 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 "Pedwar swigen neges yn cynrychioli sgwrs grลตp. Neges gyntaf: \"Glywsoch chi'r newyddion? Mae gan Bluesky sgyrsiau grลตp nawr!\" Ail neges: \"na, wir\" Trydedd neges: \"Waw, 50 o bobl mewn un sgwrs!\" Pedwaredd neges: \"Gallwch anfon dolenni gwahodd hefyd!\"" #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:12 msgid "Free your feed" @@ -5397,7 +5416,7 @@ msgstr "Cael cymorth" #: src/screens/Settings/NotificationSettings/index.tsx:343 msgid "Get notifications for starter pack joins, verification, and other activity." -msgstr "" +msgstr "Cael hysbysiadau ar gyfer paciau cychwyn, gwirio a gweithgareddau eraill." #: src/screens/Settings/NotificationSettings/index.tsx:269 msgid "Get notifications when people follow you." @@ -5409,7 +5428,7 @@ msgstr "Cael hysbysiadau pan fydd pobl yn hoffi'ch postiadau." #: src/screens/Settings/NotificationSettings/index.tsx:324 msgid "Get notifications when people like your reposts." -msgstr "" +msgstr "Cael hysbysiadau pan fydd pobl yn hoffi eich ailbostiadau." #: src/screens/Settings/NotificationSettings/index.tsx:285 msgid "Get notifications when people mention you." @@ -5429,11 +5448,11 @@ msgstr "Cael hysbysiadau pan fydd pobl yn ail bostio'ch postiadau chi." #: src/screens/Settings/NotificationSettings/index.tsx:333 msgid "Get notifications when people repost your reposts." -msgstr "" +msgstr "Cael hysbysiadau pan mae pobl yn ailbostio eich alibostiadau." #: src/screens/Settings/NotificationSettings/index.tsx:311 msgid "Get notifications when there's activity on posts you're subscribed to." -msgstr "" +msgstr "Cael hysbysiadau pan mae gweithgaredd ar bostiadau rydych wedi tanysgrifio iddyn nhw." #: src/components/activity-notifications/SubscribeProfileButton.tsx:94 msgid "Get notified about new posts" @@ -5467,7 +5486,7 @@ msgstr "Cychwyn arni" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2603 msgid "GIF uploaded" msgstr "GIF wedi'i lwytho i fyny" @@ -5526,8 +5545,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "Ewch adref" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "Ewch yn fyw" @@ -5538,8 +5557,8 @@ msgstr "Ewch yn fyw" msgid "Go Live" msgstr "Ewch yn Fyw" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "Mynd yn fyw (analluogwyd)" @@ -5547,7 +5566,7 @@ msgstr "Mynd yn fyw (analluogwyd)" msgid "Go live for" msgstr "Ewch yn fyw am" -#: src/view/com/notifications/NotificationFeedItem.tsx:250 +#: src/view/com/notifications/NotificationFeedItem.tsx:256 msgid "Go to {firstAuthorName}'s profile" msgstr "Ewch i broffil {firstAuthorName}" @@ -5589,7 +5608,7 @@ msgstr "Ewch i broffil y defnyddiwr" #: src/screens/Messages/components/MessagesListInfoPanel.tsx:92 msgid "Go to userโ€™s profile" -msgstr "" +msgstr "Mynd i broffil y defnyddiwr" #: src/features/liveNow/components/GoLiveDisabledDialog.tsx:105 msgid "Going live is currently disabled for your account" @@ -5605,7 +5624,7 @@ msgstr "Iawn" #: src/features/inviteFriends/InviteScannerScreen.tsx:108 #: src/features/inviteFriends/InviteScannerScreen.tsx:113 msgid "Grant access" -msgstr "" +msgstr "Darparu mynediad" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 @@ -5622,27 +5641,27 @@ msgstr "Cynnwys treisiol graffig" msgid "Grooming or predatory behavior" msgstr "Ymddygiad rheibus neu ddenu" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:321 -#: src/screens/Messages/JoinRequest.tsx:129 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" -msgstr "" +msgstr "Sgwrs grลตp" #: src/screens/Messages/components/InviteLinkDialog.tsx:556 msgid "Group chat invite link dialog" msgstr "Deialog dolen gwahodd grลตp sgwrsio" -#: src/screens/Messages/ConversationSettings/index.tsx:417 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "Grลตp sgwrsio wedi'i gloi" -#: src/screens/Messages/ConversationSettings/index.tsx:382 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "Grลตp sgwrsio wedi'i dewi" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "Diweddarwyd enw grลตp sgwrsio" @@ -5653,28 +5672,28 @@ msgid "Group chat settings" msgstr "Gosodiadau grwpiau sgwrsio" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "Grลตp sgwrsio wedi'i ddatgloi" -#: src/screens/Messages/ConversationSettings/index.tsx:385 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "Wedi dad-dewi grลตp sgwrsio" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:181 msgid "Group Chats" -msgstr "" +msgstr "Sgyrsiau Grลตp" #: src/screens/Messages/Settings.tsx:199 msgid "Group chats are only available to users 18 and over." -msgstr "" +msgstr "Mae sgyrsiau grลตp ar gael dim ond i ddefnyddwyr 18 oed ac yn hลทn." #. 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 "Gall sgyrsiau grลตp gael uchafswm o {0, plural, zero {# pobl} one {# person} two {# berson} few {# pherson} many {# pherson} other {# person}} yn unig." #: src/components/dialogs/SearchablePeopleList.tsx:565 msgid "Group is locked" @@ -5682,14 +5701,14 @@ msgstr "Mae'r grลตp wedi'i gloi" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "Enw grลตp" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "Mae enw'r grลตp yn rhy hir. {MAX_GROUP_NAME_GRAPHEME_LENGTH, plural, zero {Uchafswm nifer y nodau yw #.} one {Uchafswm nifer y nodau yw #.} two {Uchafswm nifer y nodau yw #.} few {Uchafswm nifer y nodau yw #.} many {Uchafswm nifer y nodau yw #.} other {Uchafswm nifer y nodau yw #.}}" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 msgid "Hacking or system attacks" @@ -5763,7 +5782,7 @@ msgstr "Oes gennych chi god? <0>Cliciwch yma." #: 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 "Ydy eich lleoliad yn anghywir gennym ni? <0>Tapiwch yma i ddiweddaru eich lleoliad gyda GPS." #: src/screens/Signup/index.tsx:231 msgid "Having trouble?" @@ -5829,7 +5848,7 @@ msgstr "Rhestr gudd" msgid "Hide" msgstr "Cuddio" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "Cuddio" @@ -5845,7 +5864,7 @@ msgstr "Cuddio dewisiadau cyfaddasu" #: src/components/dms/SystemMessageGroup.tsx:57 msgid "Hide group chat updates" -msgstr "" +msgstr "Cuddio diweddariadau grลตp sgwrsio" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:533 msgid "Hide lists" @@ -5904,7 +5923,7 @@ msgstr "Cuddio pynciau sy'n trendio?" msgid "Hide trending videos?" msgstr "Cuddio fideos sy'n trendio?" -#: src/view/com/notifications/NotificationFeedItem.tsx:951 +#: src/view/com/notifications/NotificationFeedItem.tsx:957 msgid "Hide user list" msgstr "Cuddio rhestr defnyddwyr" @@ -5920,7 +5939,7 @@ msgstr "Yn cuddio'r cynnwys" #: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 msgid "Hides the invite friends promo banner" -msgstr "" +msgstr "Yn cuddio'r faner hyrwyddo gwahodd ffrindiau" #: 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." @@ -5960,7 +5979,7 @@ msgstr "Daliwch ati! Rydyn ni'n rhoi mynediad i fideo yn raddol, ac rydych chi'n #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6166,7 +6185,7 @@ msgstr "Mewnforio Cysylltiadau" #: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 msgid "Import contacts or invite your friends" -msgstr "" +msgstr "Mewnforio cysylltiadau i chwilio am eich ffrindiau" #: src/components/contacts/FindContactsBannerNUX.tsx:33 #: src/components/contacts/FindContactsBannerNUX.tsx:72 @@ -6192,27 +6211,27 @@ msgstr "Hysbysiadau o fewn yr ap" #: src/screens/Settings/NotificationSettings/index.tsx:370 msgid "In-app, everyone" -msgstr "" +msgstr "O fewn yr ap, pawb" #: src/screens/Settings/NotificationSettings/index.tsx:378 msgid "In-app, people you follow" -msgstr "" +msgstr "O fewn yr ap, pobl rydych yn eu dilyn" #: src/screens/Settings/NotificationSettings/index.tsx:385 msgid "In-app, push" -msgstr "" +msgstr "O fewn yr ap, gwthio" #: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "In-app, push, everyone" -msgstr "" +msgstr "O fewn yr ap, gwthio, pawb" #: src/screens/Settings/NotificationSettings/index.tsx:376 msgid "In-app, push, people you follow" -msgstr "" +msgstr "O fewn yr ap, gwthio, pobl rydych yn eu dilyn" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" -msgstr "" +msgstr "Blwch derbyn gwag" #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:226 @@ -6257,7 +6276,7 @@ msgstr "Chwilio am ffrindiau drwy eich cysylltiadau" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:99 msgid "Introducing group chats" -msgstr "" +msgstr "Yn cyflwyno sgyrsiau grลตp" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:38 msgid "Introducing saved posts AKA bookmarks" @@ -6268,9 +6287,9 @@ msgstr "Yn cyflwyno postiadau wedi'u cadw, hynny yw, nodau tudalen" msgid "Invalid 2FA confirmation code." msgstr "Cod cadarnhau 2FA annilys." -#: src/components/intents/GroupChatJoinDialog.tsx:147 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." -msgstr "" +msgstr "Cod sgwrs grลตp annilys." #: src/screens/Settings/components/ChangeHandleDialog.tsx:615 msgid "Invalid handle. Please try a different one." @@ -6290,10 +6309,10 @@ msgstr "Rhif ffรดn annilys" msgid "Invalid report subject" msgstr "Pwnc adrodd annilys" -#: src/components/intents/GroupChatJoinDialog.tsx:187 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." -msgstr "" +msgstr "Cais diddymu annilys." #: src/components/intents/VerifyEmailIntentDialog.tsx:86 msgid "Invalid Verification Code" @@ -6315,15 +6334,15 @@ 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:140 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" -msgstr "" +msgstr "Gwahodd ffrindiau" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:155 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "Gwahodd Ffrindiau" @@ -6336,19 +6355,19 @@ msgstr "Gwahodd ffrindiau <0/>" #: src/screens/Messages/components/InviteLinkDialog.tsx:335 #: src/screens/Messages/components/InviteLinkDialog.tsx:514 #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 -#: src/screens/Messages/ConversationSettings/index.tsx:556 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "Dolen gwahodd" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:213 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "Dolen gwahodd" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" -msgstr "" +msgstr "Dolen gwahodd wedi'i chopรฏo" #: src/components/dms/getSystemMessageInfo.ts:120 msgid "Invite link created" @@ -6374,7 +6393,7 @@ msgstr "Gwahoddwch bobl i'r pecyn cychwyn hwn!" #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:91 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:144 msgid "Invite your friends" -msgstr "" +msgstr "Gwahoddwch eich ffrindiau" #: src/screens/StarterPack/Wizard/StepDetails.tsx:37 msgid "Invite your friends to follow your favorite feeds and people" @@ -6410,7 +6429,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:2520 +#: src/view/com/composer/Composer.tsx:2518 msgid "Job ID: {0}" msgstr "ID gwaith: {0}" @@ -6420,9 +6439,9 @@ msgid "Jobs" msgstr "Swyddi" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:282 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" -msgstr "" +msgstr "Ymuno" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:215 @@ -6431,15 +6450,15 @@ msgstr "" msgid "Join Bluesky" msgstr "Ymunwch รข Bluesky" -#: src/components/intents/GroupChatJoinDialog.tsx:71 -#: src/components/intents/GroupChatJoinDialog.tsx:448 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" -msgstr "" +msgstr "Ymuno รข grลตp sgwrsio" -#: src/components/intents/GroupChatJoinDialog.tsx:176 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." -msgstr "" +msgstr "Cais ymuno wedi'i dynnu'n รดl." #: src/components/StarterPack/QrCode.tsx:72 #: src/view/shell/NavSignupCard.tsx:41 @@ -6450,8 +6469,8 @@ msgstr "Ymunwch รข'r sgwrs" msgid "Journalism" msgstr "Newyddiaduraeth" -#: src/view/com/composer/Composer.tsx:1461 -#: src/view/com/composer/Composer.tsx:1471 +#: src/view/com/composer/Composer.tsx:1459 +#: src/view/com/composer/Composer.tsx:1469 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "Cadwch i olygu" @@ -6463,7 +6482,7 @@ msgstr "Cadw fi'n gyfredol" #: src/components/moderation/BlockDialog.tsx:365 #: src/components/moderation/BlockDialog.tsx:372 msgid "Kick member" -msgstr "" +msgstr "Pwnio aelod" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" @@ -6609,7 +6628,7 @@ msgid "Learn more." msgstr "Dysgu rhagor." #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:590 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "Gadael" @@ -6623,8 +6642,8 @@ msgstr "Gadael" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "Gadael sgwrsio" @@ -6644,12 +6663,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "Gadael y sgwrs" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "Gadael grลตp sgwrsio" -#: src/screens/Messages/ConversationSettings/index.tsx:589 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "Gadael grลตp sgwrsio hwn" @@ -6658,13 +6677,13 @@ msgstr "Gadael grลตp sgwrsio hwn" msgid "Leaving Bluesky" msgstr "Gadael Bluesky" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: 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 "Bydd gadael y sgwrs hon yn ei chloi'n barhaol a fyddwch chi ddim yn gallu ailymuno." -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." -msgstr "" +msgstr "Wedi gadael y grลตp sgwrsio." #: src/screens/SignupQueued.tsx:158 msgid "left to go." @@ -6935,12 +6954,12 @@ msgstr "Llwytho hysbysiadau newydd" msgid "Load new posts" msgstr "Llwytho postiadau newydd" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" -msgstr "" +msgstr "Yn llwytho sgwrsโ€ฆ" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:575 msgid "Loading lists..." @@ -6954,23 +6973,23 @@ msgstr "Yn llwytho gosodiadau rhyngweithio postiadau..." msgid "Loading..." msgstr "Yn llwytho..." -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "Cloi" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "Cloi grลตp sgwrsio" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "Cloi grลตp sgwrsio?" -#: src/screens/Messages/ConversationSettings/index.tsx:568 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "Cloi'r grลตp sgwrsio hwn" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "Wedi cloi" @@ -7051,6 +7070,16 @@ msgstr "Rheoli eich geiriau a thagiau wedi'u tewi" 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 +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 +msgid "Mark all requests as read" +msgstr "Nodi pob cais fel wedi'i ddarllen" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7089,14 @@ msgstr "Marcio fel weedi darllen" msgid "Marked all as read" msgstr "Wedi marcio'r cyfan fel wedi'u darllen" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "Nodi'r holl sgyrsiau fel wedi'u darllen" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "Wedi nodi pob cais wedi'i ddarllen" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,16 +7120,16 @@ msgstr "Cyfryngau wedi'u cadw ar ddyfais arall" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Cyfryngau a all fod yn annymunol neu'n amhriodol i rai cynulleidfaoedd." -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." -msgstr "" +msgstr "Aelod wedi'i dynnu o'r grลตp sgwrsio." #. The heading above the list of chat members. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:34 msgid "Members" msgstr "Aelodau" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "Gall aelodau dal ddarllen hanes sgwrsio ond ddim anfon negeseuon newydd." @@ -7111,13 +7148,13 @@ msgstr "Crybwylliadau" msgid "Menu" msgstr "Dewislen" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "Neges" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 +#: 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" @@ -7132,7 +7169,7 @@ msgstr "Neges {0}" msgid "Message {displayName}" msgstr "Neges {displayName}" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "Neges wedi'i dileu" @@ -7141,13 +7178,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Neges wedi'i dileu" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:616 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:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "Neges gan @{0}: {1}" @@ -7156,21 +7193,21 @@ msgstr "Neges gan @{0}: {1}" msgid "Message from server: {0}" msgstr "Neges gan y gweinydd: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "Maes mewnbwn neges" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 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:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "Dewisiadau negeseuon" @@ -7178,13 +7215,13 @@ msgstr "Dewisiadau negeseuon" msgid "Messages" msgstr "Negeseuon" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:715 msgid "Messages from this person are hidden while they are blocking you." -msgstr "" +msgstr "Mae negeseuon gan y person yma wedi'u cuddio tra'u bod nhw yn eich rhwystro." -#: src/components/dms/MessageItem.tsx:621 +#: src/components/dms/MessageItem.tsx:710 msgid "Messages from this person are hidden while you are blocking them." -msgstr "" +msgstr "Mae negeseuon gan y person yma wedi'u cuddio tra'ch bod chi'n eu rhwystro." #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" @@ -7219,8 +7256,8 @@ msgstr "Manylion cymedroli" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "Rhestr cymedroli gan {0}" @@ -7228,7 +7265,7 @@ msgstr "Rhestr cymedroli gan {0}" msgid "Moderation list by <0/>" msgstr "Rhestr cymedroli gan <0/>" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "Rhestr cymedroli gennych chi" @@ -7281,8 +7318,8 @@ msgstr "Rhagor o ieithoedd..." #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "Rhagor o ddewisiadau" @@ -7302,7 +7339,7 @@ msgstr "Ffilmiau" msgid "Music" msgstr "Cerddoriaeth" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "Tewi" @@ -7320,8 +7357,8 @@ msgstr "Tewi {0}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "Tewi cyfrif" @@ -7347,7 +7384,7 @@ msgstr "Tewi rhestr" msgid "Mute these accounts?" msgstr "Tewi'r cyfrifon hyn?" -#: src/screens/Messages/ConversationSettings/index.tsx:530 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "Tewi'r grลตp sgwrsio hwn" @@ -7387,9 +7424,9 @@ msgstr "Tewi geiriau a thagiau" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:207 msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." -msgstr "" +msgstr "Tewi, gadael, neu dynnu pobl unrhyw bryd. Eich sgwrs chi yw hi." -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "Wedi'i dewi" @@ -7421,7 +7458,7 @@ msgstr "Mae tewi'n breifat. Gall cyfrifon wedi'u tewi rhyngweithio รข chi, ond f #: src/components/moderation/BlockDialog.tsx:174 msgid "Mutual group chats" -msgstr "" +msgstr "Grwpiau sgwrsio cyffredin" #: src/components/dialogs/BirthDateSettings.tsx:54 #: src/components/dialogs/BirthDateSettings.tsx:58 @@ -7480,7 +7517,7 @@ 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:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "Newydd" @@ -7490,21 +7527,21 @@ msgctxt "action" msgid "New" msgstr "Newydd" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: 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}" -#: 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 "{postsCount, plural, one {postiad} other {postiad}} newydd gan {firstAuthorName}" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "Sgwrs newydd" @@ -7592,11 +7629,11 @@ msgctxt "action" msgid "New post" msgstr "Postiad newydd" -#: 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 "Postiadau newydd gan {firstAuthorLink} a <0>{additionalAuthorsCount, plural, zero {}one {{formattedAuthorsCount} arall} two {{formattedAuthorsCount} arall} few {{formattedAuthorsCount} arall} many {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}} " -#: 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 "Postiadau newydd gan {firstAuthorName} a {additionalAuthorsCount, plural, zero {}one {{formattedAuthorsCount} arall} two {{formattedAuthorsCount} arall} few {{formattedAuthorsCount} arall} many {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}}" @@ -7646,7 +7683,7 @@ msgstr "Delwedd nesaf" #: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Night" -msgstr "" +msgstr "Nos" #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:32 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." @@ -7718,7 +7755,7 @@ msgstr "Dim rhestrau" #. 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 "Dim yn dilyn {0} bellach" @@ -7726,7 +7763,7 @@ msgstr "Dim yn dilyn {0} bellach" msgid "No media yet" msgstr "Dim cyfryngau eto" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "Dim negeseuon eto" @@ -7763,7 +7800,7 @@ msgstr "Neb" msgid "No one but the author can quote this post." msgstr "Gall neb ond yr awdur ddyfynnu'r postiad hon." -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "Gall neb anfon negeseuon" @@ -7831,6 +7868,11 @@ 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" @@ -7875,7 +7917,7 @@ msgstr "Noethni nad yw'n rhywiol" #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" -msgstr "" +msgstr "Nid yw ar gael ar y platfform yma" #: src/screens/FindContactsFlowScreen.tsx:62 #: src/screens/Settings/FindContactsSettings.tsx:106 @@ -7884,7 +7926,7 @@ msgstr "Nid yw ar gael ar y platfform yma." #: src/components/KnownFollowers.tsx:254 msgid "Not followed by anyone youโ€™re following" -msgstr "" +msgstr "Ddim yn cael ei ddilyn gan neb rydych chi'n ei ddilyn" #: src/Navigation.tsx:167 #: src/view/screens/Profile.tsx:132 @@ -7895,7 +7937,7 @@ msgstr "Heb ei Ganfod" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "Dim yn barod i bostio eto? Cadwch eich syniadau gorau yn y Drafftiau nes bod yr amser wedi dod." -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "Nodyn am rannu" @@ -7931,7 +7973,7 @@ msgstr "Seiniau hysbysu" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8017,7 @@ msgstr "Iawn" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:722 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8002,17 +8044,17 @@ msgstr "Ailosod cyflwyno" #: src/components/dms/dialogs/NewChatDialog.tsx:117 msgid "One of the selected recipients does not allow group chats." -msgstr "" +msgstr "Dyw un o'ch derbynwyr chi ddim yn caniatรกu sgyrsiau grลตp." #: src/components/dms/dialogs/NewChatDialog.tsx:100 msgid "One of the selected recipients has blocked you and cannot be messaged." -msgstr "" +msgstr "Mae un o'ch derbynwyr chi wedi'ch rhwystro a does dim modd anfon neges ato." -#: src/view/com/composer/Composer.tsx:864 +#: src/view/com/composer/Composer.tsx:862 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:861 +#: src/view/com/composer/Composer.tsx:859 msgid "One or more images is missing alt text." msgstr "Does dim testun amgen ar un neu fwy o fideos." @@ -8022,13 +8064,13 @@ msgstr "Dyw un neu fwy o'r ffeiliau hyn ddim yn cael eu cynnal." #: src/view/com/composer/SelectMediaButton.tsx:440 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB}ย MB." -msgstr "" +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:659 +#: src/view/com/composer/Composer.tsx:657 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:871 +#: src/view/com/composer/Composer.tsx:869 msgid "One or more videos is missing alt text." msgstr "Does dim testun amgen ar un neu fwy o fideos." @@ -8041,21 +8083,21 @@ 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:234 +#: src/view/com/composer/Composer.tsx:233 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" -msgstr "" +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}" #: src/screens/Messages/JoinRequests.tsx:200 msgid "Only admins can accept join requests." -msgstr "" +msgstr "Dim ond gweinyddwyr sy'n gallu derbyn ceisiadau ymuno." #: src/screens/Messages/JoinRequests.tsx:233 msgid "Only admins can ignore join requests." -msgstr "" +msgstr "Dim ond gweinyddwyr sy'n gallu anwybyddu ceisiadau ymuno." -#: src/components/intents/GroupChatJoinDialog.tsx:145 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." -msgstr "" +msgstr "Dim ond dilynwyr sy'n gallu ymuno รข'r sgwrs grลตp hon." #: src/screens/Settings/ActivityPrivacySettings.tsx:121 #: src/screens/Settings/ActivityPrivacySettings.tsx:126 @@ -8068,14 +8110,14 @@ msgid "Only image files are supported" msgstr "Dim ond ffeiliau delwedd sy'n cael eu cefnogi" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:222 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." -msgstr "" +msgstr "Dim ond pobl mae {0} yn eu dilyn sy'n gallu ymuno." #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:292 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" -msgstr "" +msgstr "Dim ond pobl mae perchennog y sgwrs yn eu dilyn all ymuno" #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" @@ -8087,7 +8129,7 @@ msgstr "Wps, aeth rhywbeth o'i le!" #: src/features/inviteFriends/InviteScannerScreen.tsx:218 msgid "Oops, this profile doesn't exist. Try scanning another one." -msgstr "" +msgstr "Wps, dyw'r proffil hwn ddim yn bodoli. Rhowch gynnig ar sganio un arall." #: src/components/Lists.tsx:184 #: src/components/StarterPack/ProfileStarterPacks.tsx:363 @@ -8107,16 +8149,16 @@ msgid "Open camera" msgstr "Agor camera" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:437 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" -msgstr "" +msgstr "Agor sgwrs" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:142 msgid "Open chat member options for {displayName}" msgstr "Dewisiadau aelodau sgwrsio agored ar gyfer {displayName}" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "Agor dewisiadau sgyrsiau" @@ -8128,9 +8170,9 @@ msgstr "Agor drafft" msgid "Open drawer menu" msgstr "Agor dewislen drรดr" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2158 msgid "Open emoji picker" msgstr "Agor y dewisydd emojis" @@ -8151,9 +8193,9 @@ msgstr "Agor rhestr emoji lawn" msgid "Open Germ DM" msgstr "Agor Germ DM" -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" -msgstr "" +msgstr "Agor grลตp sgwrsio" #: src/components/dms/MessagesListHeader.tsx:167 #: src/components/dms/MessagesListHeader.tsx:203 @@ -8163,14 +8205,14 @@ msgstr "Agor gosodiadau grลตp sgwrsio" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" -msgstr "" +msgstr "Agor yn Google Translate" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "Agor dolen i {niceUrl}" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "Agor dewisiadau neges" @@ -8197,7 +8239,7 @@ msgstr "Agor proffil" #: src/features/inviteFriends/components/ActionButtons.tsx:39 msgid "Open QR code scanner" -msgstr "" +msgstr "Agor sganiwr cod QR" #: src/components/BotAccountAlert.tsx:62 #: src/components/BotAccountAlert.tsx:71 @@ -8221,9 +8263,9 @@ msgstr "Agor tudalen llyfr stori" msgid "Open system log" msgstr "Agor cofnod system" -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" -msgstr "" +msgstr "Agor y grลตp sgwrsio hwn" #. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 @@ -8240,7 +8282,7 @@ msgstr "Yn agor deialog i ddewis pwy all ryngweithio gyda'r postiad hwn" #: src/features/inviteFriends/components/ThemePicker.tsx:38 msgid "Opens a list of color themes for the QR card" -msgstr "" +msgstr "Yn agor rhestr o themรขu lliw ar gyfer y cerdyn QR" #: src/screens/Log.tsx:74 msgid "Opens additional details for a debug entry" @@ -8273,15 +8315,15 @@ 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 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." -msgstr "" +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." -#: src/screens/Messages/JoinRequest.tsx:309 +#: 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 "Yn agor llif i greu cyfrif Bluesky newydd" -#: src/screens/Messages/JoinRequest.tsx:295 +#: 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" @@ -8318,11 +8360,11 @@ msgstr "Yn agor gosodiadau ieithoedd postiadau" #: src/components/dms/SystemMessageItem.tsx:61 msgid "Opens profile" -msgstr "" +msgstr "Yn agor proffil" #: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 msgid "Opens the find and invite friends settings" -msgstr "" +msgstr "Yn agor y gosodiadau dod o hyd i ffrindiau a'u gwahodd" #. Accessibility hint announced after the GIF picker button label, describing what activating it will do. #: src/view/com/composer/photos/SelectGifBtn.tsx:45 @@ -8331,7 +8373,7 @@ msgstr "Yn agor y deialog dewis GIFau" #: src/view/shell/Drawer.tsx:123 msgid "Opens the invite friends sheet to share your profile" -msgstr "" +msgstr "Yn agor y daflen gwahodd ffrindiau i rannu eich proffil" #: src/view/com/feeds/ComposerPrompt.tsx:148 msgid "Opens the post composer" @@ -8341,7 +8383,7 @@ msgstr "Yn agor maes ysgrifennu postiad" msgid "Opens this draft in the composer" msgstr "Yn agor y drafft hwn yn y cyfansoddwr" -#: 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 "Yn agor y proffil hwn" @@ -8433,7 +8475,7 @@ msgstr "Perchennog" #: src/components/dms/LeaveConvoPrompt.tsx:44 msgid "Owner must lock the group before leaving." -msgstr "" +msgstr "Rhaid i'r perchennog gloi'r grลตp cyn gadael." #: src/components/Lists.tsx:204 #: src/components/Lists.tsx:219 @@ -8513,6 +8555,16 @@ msgstr "Pobl yn dilyn @{0}" msgid "People I follow" msgstr "Pobl rwy'n eu dilyn" +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "Pobl rwy'n eu dilyn" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "Pobl rwy'n eu dilyn" + #: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "Mae'r rhai rwy'n eu dilyn yn gallu ymuno'n syth" @@ -8560,7 +8612,7 @@ msgstr "Ffotograffiaeth" #: src/features/inviteFriends/components/ThemePicker.tsx:37 msgid "Pick a color theme" -msgstr "" +msgstr "Dewiswch thema lliw" #: src/view/com/composer/labels/LabelsBtn.tsx:165 msgid "Pictures meant for adults." @@ -8786,7 +8838,7 @@ msgstr "Mewngofnodwch fel @{0}" #: src/features/inviteFriends/InviteScannerScreen.web.tsx:40 msgid "Please use the Bluesky mobile app to scan a QR code." -msgstr "" +msgstr "Defnyddiwch ap symudol Bluesky i sganio cod QR." #: src/screens/Settings/FindContactsSettings.tsx:107 msgid "Please use the native app to import your contacts." @@ -8813,7 +8865,7 @@ msgstr "Gwleidyddiaeth" msgid "Porn" msgstr "Pornograffi" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post" msgstr "Postio" @@ -8833,12 +8885,12 @@ msgstr "Postiwch lun" msgid "Post a video" msgstr "Postiwch fideo" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Post All" msgstr "Postio'r Cyfan" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1468 msgid "Post anyway" msgstr "Postio beth bynnag" @@ -8891,7 +8943,7 @@ msgstr "Gosodiadau Rhyngweithio Postiadau" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:193 msgid "Post it to Bluesky or share anywhere." -msgstr "" +msgstr "Postiwch ar Bluesky neu rhannwch yn unrhyw le." #. Accessibility label for button that opens dialog to choose post language settings #: src/view/com/composer/select-language/PostLanguageSelect.tsx:195 @@ -9015,11 +9067,11 @@ msgstr "Polisi Preifatwydd" msgid "Privacy violation of a minor" msgstr "Torri ar breifatrwydd plentyn dan oed" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2592 msgid "Processing GIF..." msgstr "Yn prosesu GIF..." -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing video..." msgstr "Yn prosesu fideo..." @@ -9031,7 +9083,7 @@ msgstr "Wrthiโ€™n prosesu..." msgid "profile" msgstr "proffil" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9117,22 @@ 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:1792 +#: src/view/com/composer/Composer.tsx:1790 msgid "Publish post" msgstr "Cyhoeddi postiad" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1787 +#: src/view/com/composer/Composer.tsx:1785 msgid "Publish posts" msgstr "Cyhoeddi postiadau" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1776 +#: src/view/com/composer/Composer.tsx:1774 msgid "Publish replies" msgstr "Cyhoeddi atebion" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1781 +#: src/view/com/composer/Composer.tsx:1779 msgid "Publish reply" msgstr "Cyhoeddi ateb" @@ -9094,11 +9146,11 @@ msgstr "Hysbysiadau gwthio" #: src/screens/Settings/NotificationSettings/index.tsx:372 msgid "Push, everyone" -msgstr "" +msgstr "Gwthio, pawb" #: src/screens/Settings/NotificationSettings/index.tsx:380 msgid "Push, people you follow" -msgstr "" +msgstr "Gwthio, pobl rydych yn eu dilyn" #: src/components/StarterPack/QrCodeDialog.tsx:143 msgid "QR code copied to your clipboard!" @@ -9109,7 +9161,7 @@ msgid "QR code has been downloaded!" msgstr "Mae'r cod QR wedi'i lwytho i lawr!" #: src/components/StarterPack/QrCodeDialog.tsx:122 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "Mae'r cod QR wedi'i gadw ar rolyn eich ffolder lluniau!" @@ -9172,8 +9224,8 @@ msgstr "Ail alluogi'r ddolen" msgid "React with {emoji}" msgstr "Ymateb gyda {emoji}" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "Ymatebion" @@ -9268,10 +9320,6 @@ msgstr "Argymhellwyd" msgid "Reconnect" msgstr "Ailgysylltu" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "" - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" @@ -9289,14 +9337,16 @@ msgstr "Gwrthod cais am sgwrs" #: src/screens/Messages/JoinRequests.tsx:483 msgid "Reject join request" -msgstr "" +msgstr "Gwrthod cais i ymuno" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "Ail-lwytho sgyrsiau" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9355,9 @@ msgstr "Ail-lwytho sgyrsiau" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "Tynnu" @@ -9326,9 +9375,9 @@ msgstr "Tynnu {displayName} o'r pecyn cychwyn" msgid "Remove {displayName} from this group chat" msgstr "Tynnu {displayName} o'r sgwrsio grลตp hwn" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" -msgstr "" +msgstr "Tynnu {displayName}?" #: src/screens/Search/components/SearchHistory.tsx:105 msgid "Remove {historyItem}" @@ -9443,14 +9492,14 @@ msgstr "Tynnu'r ffrydiwr hwn o'ch ffrydiau wedi'u cadw" msgid "Remove unavailable moderation services" msgstr "Tynnu gwasanaethau cymedroli sydd ddim ar gael" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "Dileu defnyddiwr o'r rhestr" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "Dileu dilysu" @@ -9466,8 +9515,8 @@ msgstr "Wedi'i dynnu gan yr awdur" msgid "Removed by you" msgstr "Wedi'i ddileu gennych chi" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "Wedi'i dynnu o'r rhestr" @@ -9535,6 +9584,14 @@ msgctxt "description" msgid "Replied to you" msgstr "Mewn ymateb i chi" +#: src/components/dms/MessageItem.tsx:883 +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 +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 @@ -9552,7 +9609,12 @@ msgstr "Analluogwyd atebion" msgid "Replies to this post are disabled." msgstr "Mae atebion i'r postiad hwn wedi'u hanalluogi." -#: src/view/com/composer/Composer.tsx:1804 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "Ateb" + +#: src/view/com/composer/Composer.tsx:1802 msgctxt "action" msgid "Reply" msgstr "Ateb" @@ -9590,14 +9652,14 @@ msgstr "Gwelededd ateb wedi'i ddiweddaru" msgid "Reply was successfully hidden" msgstr "Cafodd yr ateb ei guddio'n llwyddiannus" -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:582 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "Adroddiadau" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "Adrodd ar gyfrif" @@ -9623,7 +9685,7 @@ msgstr "Adrodd ar ffrwd" msgid "Report list" msgstr "Rhestr adrodd" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "Adrodd ar neges" @@ -9657,7 +9719,7 @@ msgstr "Adrodd am y sgwrs" msgid "Report this feed" msgstr "Adrodd ar y ffrwd hwn" -#: src/screens/Messages/ConversationSettings/index.tsx:581 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "Adrodd am y grลตp sgwrsio hwn" @@ -9737,13 +9799,13 @@ msgstr "Ail-bostiadau'r postiad hwn" msgid "Reposts of your reposts" msgstr "Ail bostiadau eich ail bostiadau" -#: src/components/intents/GroupChatJoinDialog.tsx:447 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" -msgstr "" +msgstr "Gofyn am fynediad i'r sgwrs grลตp" #: src/screens/Messages/JoinRequests.tsx:182 msgid "Request approved." -msgstr "" +msgstr "Cais wedi'i gymeradwyo." #: src/screens/Settings/components/ChangePasswordDialog.tsx:226 #: src/screens/Settings/components/ChangePasswordDialog.tsx:232 @@ -9752,27 +9814,27 @@ msgstr "Gofyn am god" #: src/screens/Messages/JoinRequests.tsx:215 msgid "Request ignored." -msgstr "" +msgstr "Cais wedi'i anwybyddu." #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:281 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" -msgstr "" +msgstr "Gofyn i gael ymuno" #: src/components/dms/ChatInvite/Root.tsx:131 msgid "Requested" -msgstr "" +msgstr "Gofynnwyd" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" -msgstr "" +msgstr "Ceisiadau" #: src/Navigation.tsx:501 #: src/screens/Messages/JoinRequests.tsx:59 #: src/screens/Messages/JoinRequests.tsx:425 msgid "Requests to join" -msgstr "" +msgstr "Ceisiadau i ymuno" #: src/screens/Settings/AccessibilitySettings.tsx:59 #: src/screens/Settings/AccessibilitySettings.tsx:64 @@ -9791,11 +9853,11 @@ msgstr "Yn ofynnol ar gyfer y darparwr hwn" msgid "Required in your region" msgstr "Yn ofynnol yn eich ardal" -#: src/components/intents/GroupChatJoinDialog.tsx:296 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: 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 "Diddymu'r cais" #: src/screens/Messages/components/OutgoingRequestListItem.tsx:50 msgid "Rescind request to join group chat" @@ -9872,7 +9934,7 @@ 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:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 #: src/screens/Messages/JoinRequests.tsx:361 @@ -9928,7 +9990,7 @@ msgstr "GIFau trist" #: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10015,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:1451 +#: src/view/com/composer/Composer.tsx:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Cadw'r newidiadau" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1421 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "Cadw newidiadau?" -#: src/view/com/composer/Composer.tsx:1451 +#: src/view/com/composer/Composer.tsx:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "Cadw drafft" -#: src/view/com/composer/Composer.tsx:1425 +#: src/view/com/composer/Composer.tsx:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "Cadw drafft?" @@ -10022,13 +10084,13 @@ msgid "Saved to your feeds" msgstr "Wedi'i gadw i'ch ffrydiau" #: 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 "Dywedwch helo!" -#: src/screens/Messages/ChatList.tsx:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "" @@ -10058,6 +10120,10 @@ msgstr "Sgrolio i'r chwith" msgid "Scroll right" msgstr "Sgrolio i'r dde" +#: src/components/dms/MessageItem.tsx:774 +msgid "Scroll to the message this is replying to" +msgstr "" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "Sgrolio i'r brig" @@ -10067,7 +10133,7 @@ msgstr "Sgrolio i'r brig" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Chwilio" @@ -10148,8 +10214,8 @@ msgstr "Chwilio'r ieithoedd" msgid "Search my posts" msgstr "Chwiliwch fy mhostiadau" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "Chwiliwch am bostiadau" @@ -10425,8 +10491,8 @@ msgstr "Anfon adroddiad gwall" msgid "Send feedback" msgstr "Anfonwch adborth" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "Anfonwch neges" @@ -10460,7 +10526,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:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "Anfonwyd ar {0}" @@ -10565,7 +10631,7 @@ msgstr "Gweithgaredd rhywiol neu noethni erotig." msgid "Sexually Suggestive" msgstr "Rhywiol Awgrymiadol" -#: 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 @@ -10577,7 +10643,7 @@ msgstr "Rhywiol Awgrymiadol" msgid "Share" msgstr "Rhannu" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "Rhannwch beth bynnag" @@ -10641,8 +10707,8 @@ msgstr "Rhannwch y pecyn cychwynnol hwn a helpwch bobl i ymuno รข'ch cymuned ar #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "Rhannu drwy..." @@ -10796,15 +10862,15 @@ msgstr "Yn dangos y cynnwys" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:294 -#: src/screens/Messages/JoinRequest.tsx:300 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,7 +10896,7 @@ msgstr "Mewngofnodi neu greu cyfrif" msgid "Sign in or create your account to join the conversation!" msgstr "Mewngofnodwch neu crรซwch eich cyfrif i ymuno รข'r sgwrs!" -#: src/screens/Messages/JoinRequest.tsx:220 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." msgstr "" @@ -10842,7 +10908,7 @@ msgstr "Mewngofnodwch i gyfrif nad yw wedi'i restru" msgid "Sign in to Bluesky or create a new account" msgstr "Mewngofnodwch i Bluesky neu crรซwch gyfrif newydd" -#: src/screens/Messages/JoinRequest.tsx:219 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." msgstr "" @@ -10900,7 +10966,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:1468 +#: src/view/com/composer/Composer.tsx:1466 msgid "Skip empty posts?" msgstr "Hepgor postiadau gwag?" @@ -10971,12 +11037,12 @@ msgid "Someone left the group" msgstr "Gadawodd rhywun y grลตp" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:347 msgid "Someone reacted {0}" msgstr "Ymateb rhywun oedd {0}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "Ymateb rhywun {0} i {target}" @@ -10996,10 +11062,6 @@ msgstr "" msgid "Someone was removed from the group" msgstr "Mae rhywun wedi'i dynnu o'r grลตp" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "" - #: 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 "Doedd rhywbeth ddim yn hollol iawn gyda'r data rydych yn ceisio'i adrodd. Cysylltwch รข'n cefnogaeth." @@ -11043,8 +11105,8 @@ msgstr "Rhywbeth o'i le? Rhowch wybod i ni." msgid "Sorry, we're unable to load account suggestions at this time." msgstr "Ymddiheuriadau, does dim modd i ni lwytho awgrymiadau cyfrifon ar hyn o bryd." -#: 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 "Sori! Daeth eich sesiwn i ben. Mewngofnodwch eto." @@ -11214,13 +11276,13 @@ msgid "Subscribe" msgstr "Tanysgrifio" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "" @@ -11255,7 +11317,7 @@ msgstr "Llwyddiant" msgid "Success!" msgstr "Llwyddiant!" -#: src/components/intents/GroupChatJoinDialog.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" msgstr "" @@ -11355,7 +11417,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 "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:572 +#: src/components/dms/MessageItem.tsx:661 msgid "Tap for details" msgstr "" @@ -11383,49 +11445,49 @@ msgstr "Tapiwch i gau'r ddewislen cyd-destun" #: src/components/dms/ChatInvite/Root.tsx:92 msgid "Tap to copy this invite link" -msgstr "" +msgstr "Tapiwch i gopรฏo'r ddolen wahodd hon" #: src/components/ProgressGuide/Toast.tsx:163 msgid "Tap to dismiss" msgstr "Tapiwch i gau" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:453 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" -msgstr "" +msgstr "Tapiwch i ymuno รข'r sgwrs grลตp hon ar unwaith" #: src/components/dms/ChatInvite/Root.tsx:105 msgid "Tap to open this group chat" -msgstr "" +msgstr "Tapiwch i agor y sgwrs grลตp hon" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "Tapio i dynnu" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "Tapio i dynnu eich {0} ymateb" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:452 +#: src/components/intents/GroupChatJoinDialog.tsx:468 msgid "Tap to request access to join this group chat" -msgstr "" +msgstr "Tapiwch i ofyn am fynediad i ymuno รข'r sgwrs grลตp hon" -#: src/components/dms/MessageItem.tsx:537 +#: src/components/dms/MessageItem.tsx:626 msgid "Tap to retry" msgstr "Tapio i geisio eto" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "Tapio i ddangos {0} ymateb" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "Tapio i ddangos pob ymateb" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:373 msgid "Tap to view reactions" msgstr "Tapio i weld ymatebion" @@ -11528,7 +11590,7 @@ msgstr "Dyna bopeth!" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "Bydd y cyfrif yn gallu rhyngweithio รข chi ar รดl ei ddadrwystro." @@ -11594,10 +11656,10 @@ msgstr "Bydd y gosodiadau canlynol yn cael eu defnyddio fel eich rhagosodiadau w msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "Mae'r gyfraith yn eich ardal yn gofyn i chi ddilysu eich bod yn oedolyn er mwyn cael mynediad at rhai nodweddion. Tapiwch i ddarllen rhagor." -#: src/components/intents/GroupChatJoinDialog.tsx:155 +#: src/components/intents/GroupChatJoinDialog.tsx:165 #: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." -msgstr "" +msgstr "Mae'r uchafswm aelodau wedi'i gyrraedd." #: 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}?" @@ -11610,7 +11672,7 @@ 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 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB}ย MB. Please try again with a smaller file." -msgstr "" +msgstr "Mae'r fideo a ddewiswyd yn fwy na {VIDEO_MAX_SIZE_MB} MB. Ceisiwch eto gyda ffeil lai." #: src/lib/hooks/useCleanError.ts:41 #: src/lib/strings/errors.ts:19 @@ -11621,7 +11683,7 @@ msgstr "Mae'n ymddangos bod y gweinydd yn cael problemau. Ceisiwch eto ymhen ych msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "Mae'r pecyn cychwyn rydych chi'n ceisio ei weld yn annilys. Gallwch ddileu'r pecyn cychwyn hwn yn lle hynny." -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "Testun y ddewislen cyd-destun" @@ -11665,8 +11727,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "Roedd problem llwytho GIFau. Gwiriwch eich cysylltiad รข cheisio eto." #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:182 +#: 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 "Roedd anhawster gyda'ch cysylltiad rhyngrwyd, ceisiwch eto" @@ -11693,7 +11755,7 @@ msgstr "Bu anhawster wrth geisio cael hysbysiadau. Tapiwch yma i geisio eto." msgid "There was an issue fetching posts. Tap here to try again." msgstr "Bu anhawster wrth nรดl postiadau. Tapiwch yma i geisio eto." -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "Roedd problem wrth nรดl y rhestr. Tapiwch yma i geisio eto." @@ -11733,12 +11795,12 @@ msgstr "Bu anhawster wrth ddiweddaru'ch ffrydiau, gwiriwch eich cysylltiad rhyng #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "Bu anhawster! {0}" @@ -11776,11 +11838,11 @@ msgstr "Dim ond i'r ffrwd Dilyn mae'r gosodiadau hyn yn berthnasol." #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" -msgstr "" +msgstr "Nhw sy'n berchen ar y sgwrs hon" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." -msgstr "" +msgstr "Fyddan nhw ddim yn gallu ail ymuno oni bai i chi eu gwahodd nhw eto." #: src/components/moderation/ScreenHider.tsx:118 msgid "This {screenDescription} has been flagged:" @@ -11828,24 +11890,24 @@ msgstr "Mae'r awdur hwn wedi dewis gwneud ei bostiadau'n weladwy ddim ond i bobl 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 "Mae'r botwm yma'n gadael i bobl eraill agor yr ap Germ DM i anfon neges atoch chi. Gallwch reoli ei welededd o'r ap Germ DM, neu ddatgysylltu eich cyfrif Bluesky o Germ DM yn llwyr drwy glicio'r botwm isod." -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "Mae'r sgwrs yma wedi gorffen" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:287 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" -msgstr "" +msgstr "Mae'r sgwrs yma'n llawn" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "Mae'r sgwrs yma wedi'i chloi" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:430 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" -msgstr "" +msgstr "Mae'r sgwrs hon wedi'i chloi gan weithred gymedroli" #: src/screens/Messages/components/MessageListError.tsx:17 msgid "This chat was disconnected" @@ -11881,9 +11943,9 @@ msgstr "Dyw'r cynnwys hwn ddim ar gael oherwydd bod un o'r defnyddwyr dan sylw w msgid "This content is not viewable without a Bluesky account." msgstr "Dyw'r cynnwys hwn ddim yn weladwy heb gyfrif Bluesky." -#: src/components/intents/GroupChatJoinDialog.tsx:141 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." -msgstr "" +msgstr "Mae'r sgwrs hon wedi'i chloi." #: src/screens/Messages/components/ChatListItem.tsx:156 msgid "This conversation is with a deleted or a deactivated account. Press for options" @@ -11931,9 +11993,9 @@ msgstr "Mae'r ffrwd hon yn wag." msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "Dyw'r ffrwd hon ddim ar-lein bellach. Rydym yn dangos <0>Discover yn ei lle." -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" -msgstr "" +msgstr "Mae'r grลตp hwn wedi'i gloi gan weithred cymedroli ar y perchennog" #: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "This handle is reserved. Please try a different one." @@ -11947,13 +12009,13 @@ msgstr "Doedd dim modd defnyddio'r ddelwedd hon. Rhowch gynnig ar fformar fel .j msgid "This information is private and not shared with other users." msgstr "Mae'r wybodaeth yma'n breifat ac nid yw'n cael ei rannu gyda defnyddwyr eraill." -#: src/components/intents/GroupChatJoinDialog.tsx:151 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." -msgstr "" +msgstr "Mae'r ddolen wahoddiad hon wedi'i hanalluogi." -#: src/components/intents/GroupChatJoinDialog.tsx:223 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" -msgstr "" +msgstr "Mae'r ddolen wahodd hon yn annilys" #: src/view/screens/Debug.tsx:327 msgid "This is an empty state" @@ -11997,19 +12059,19 @@ msgstr "Mae'r rhestr hon - a grรซwyd gennych chi - yn cynnwys achosion posibl o msgid "This list is empty." msgstr "Mae'r rhestr hon yn wag." -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" -msgstr "" +msgstr "Mae'r neges hon wedi'i chuddio" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:688 msgid "This message is hidden because this user is blocking you." -msgstr "" +msgstr "Mae'r neges wedi'i chuddio gan fod y defnyddiwr yn eich rhwystro." -#: src/components/dms/MessageItem.tsx:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:658 +#: src/components/dms/MessageItem.tsx:684 msgid "This message is hidden because you are blocking this user." -msgstr "" +msgstr "Mae'r neges wedi'i chuddio gan eich bod yn rhwystro'r defnyddiwr yma." #: src/screens/Profile/ErrorState.tsx:41 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." @@ -12021,7 +12083,7 @@ msgstr "Gosodwyd y cymedroliad hwn i'r cyfrif defnyddiwr cyfan a bydd yn ymddang #: src/components/dms/MessagesListBlockedFooter.tsx:84 msgid "This person is blocking you" -msgstr "" +msgstr "Mae'r person yma'n eich rhwystro" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) @@ -12045,11 +12107,11 @@ 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:1043 +#: src/view/com/composer/Composer.tsx:1041 msgid "This post's author has disabled quote posts." msgstr "Mae awdur y postiad hwn wedi analluogi postiadau dyfyniadau." -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "Mae'r proffil hwn yn weladwy dim ond i ddefnyddwyr sydd wedi mewngofnodi. Ni fydd yn weladwy i bobl nad ydyn nhw wedi mewngofnodi." @@ -12088,7 +12150,7 @@ msgstr "Does gan y defnyddiwr hwn ddim dilynwyr." #: src/components/dms/dialogs/NewChatDialog.tsx:64 msgid "This user has blocked you and cannot be messaged." -msgstr "" +msgstr "Mae'r person yma'n eich rhwystro a does dim modd ei negesu." #: src/components/moderation/ModerationDetailsDialog.tsx:83 #: src/lib/moderation/useModerationCauseDescription.ts:76 @@ -12097,7 +12159,7 @@ msgstr "Mae'r defnyddiwr hwn wedi eich rhwystro. Does dim modd i chi weld eu cyn #: src/components/dms/dialogs/NewChatDialog.tsx:68 msgid "This user has disabled chat and cannot be messaged." -msgstr "" +msgstr "Mae'r defnyddiwr wedi analluogi sgwrsio a does dim modd ei negesu." #: src/lib/moderation/useGlobalLabelStrings.ts:30 msgid "This user has requested that their content only be shown to signed-in users." @@ -12123,7 +12185,7 @@ msgstr "Dyw'r defnyddiwr hwn ddim yn dilyn unrhyw un." #: 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 "Does dim modd chwarae'r fideo ar eich dyfais. Efallai nad yw'r codec fideo angenrheidiol ar eich porwr neu system (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." @@ -12242,8 +12304,8 @@ msgstr "Prif atebion yn gyntaf" msgid "Topic" msgstr "Pwnc" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,9 +12375,9 @@ msgctxt "action" msgid "Try again" msgstr "Ceisia eto" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." -msgstr "" +msgstr "Rhowch gynnig arall arni ymhen ychydig." #: src/components/Post/Translated/index.tsx:229 #: src/components/Post/Translated/index.tsx:242 @@ -12325,7 +12387,7 @@ msgstr "Rhowch gynnig ar Google Translate" #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:165 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:171 msgid "Try it" -msgstr "" +msgstr "Rhowch gynnig arni" #: src/lib/interests.ts:74 msgid "TV" @@ -12335,7 +12397,7 @@ msgstr "Teledu" msgid "Two-factor authentication (2FA)" msgstr "Dilysu dau ffactor (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "Teipiwch eich neges yma" @@ -12371,11 +12433,11 @@ msgstr "Methu dileu" #: src/screens/Messages/JoinRequests.tsx:351 msgid "Unable to fetch join requests." -msgstr "" +msgstr "Methu nรดl ceisiadau i ymuno." #: src/components/dms/dialogs/NewChatDialog.tsx:113 msgid "Unable to find a selected recipient." -msgstr "" +msgstr "Methu canfod derbynnydd rwyf wedi ei ddewis." #: src/components/dms/dialogs/NewChatDialog.tsx:77 msgid "Unable to find the selected recipient." @@ -12401,7 +12463,7 @@ msgstr "Dim ar gael" msgid "Unavailable feed information" msgstr "Manylion ffrwd anhysbys" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:726 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12409,14 +12471,14 @@ msgstr "Manylion ffrwd anhysbys" #: src/components/moderation/BlockDialog.tsx:211 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "Dadflocio" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "Dadflocio" @@ -12427,17 +12489,17 @@ msgstr "Dadrwystro {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "Dadrwystro cyfrif" #: src/components/moderation/BlockDialog.tsx:146 msgid "Unblock account?" -msgstr "" +msgstr "Dadrwystro cyfrif?" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "Dadrwystro Cyfrif?" @@ -12474,12 +12536,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Dad-wneud ail-bostio ({0, plural, one {# ail-bostio} other {# ail-bostio}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "Dad-ddilyn {0}" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "Dad-ddilyn y cyfrif" @@ -12521,11 +12583,11 @@ msgstr "Dad-hoffi" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Dad-hoffi ({0, plural, one {# yn hoffi} other {# yn hoffi}})" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "Datgloi sgwrs" -#: src/screens/Messages/ConversationSettings/index.tsx:567 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "Datgloi'r grลตp sgwrsio yma" @@ -12548,8 +12610,8 @@ msgstr "Dad-dewi {0}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "Dad-dewi cyfrif" @@ -12562,7 +12624,7 @@ msgstr "Dad-dewi sgwrs" msgid "Unmute list" msgstr "Dad-dewi rhestr" -#: src/screens/Messages/ConversationSettings/index.tsx:529 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "Dad-dewi'r grลตp sgwrsio hwn" @@ -12641,25 +12703,22 @@ msgstr "Wedi dad-danysgrifio o'r rhestr" msgid "Unsupported clipboard content" msgstr "Cynnwys clipfwrdd heb ei cefnogi" -#: src/view/com/composer/Composer.tsx:1557 +#: src/view/com/composer/Composer.tsx:1555 msgid "Unsupported video type: {mimeType}" msgstr "Math o fideo sydd ddim yn cael ei gynnal: {mimeType}" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" -msgstr "" +msgstr "Hyd at 50 o bobl" #: src/screens/Settings/components/OTAInfo.tsx:61 #: src/screens/Settings/components/OTAInfo.tsx:77 msgid "Update" msgstr "Diweddaru" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "Diweddaru <0>{displayName} yn y Rhestrau" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" msgstr "" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 @@ -12669,6 +12728,10 @@ msgstr "" msgid "Update email" msgstr "Diweddaru e-bost" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 #: src/screens/Messages/components/InviteLinkDialog.tsx:303 @@ -12680,14 +12743,6 @@ msgstr "Diweddaru dolen gwahodd" msgid "Update to {domain}" msgstr "Diweddaru i {domain}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "" - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "Diweddaru eich e-bost" @@ -12697,7 +12752,7 @@ msgstr "Diweddaru eich e-bost" #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 msgid "Update your location" -msgstr "" +msgstr "Diweddarwch eich lleoliad" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:356 msgctxt "toast" @@ -12736,7 +12791,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:2587 +#: src/view/com/composer/Composer.tsx:2585 msgid "Uploading GIF..." msgstr "Yn llwytho'r GIF..." @@ -12750,7 +12805,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:2589 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading video..." msgstr "Wrthi'n llwytho fideo i fyny..." @@ -12826,7 +12881,7 @@ msgid "User Blocks You" msgstr "Defnyddiwr yn eich Rhwystro Chi" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "Rhestr defnyddwyr gan {0}" @@ -12835,7 +12890,7 @@ msgstr "Rhestr defnyddwyr gan {0}" msgid "User List by {0}" msgstr "Rhestr defnyddwyr gan {0}" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "Rhestr defnyddwyr gennych chi" @@ -12875,16 +12930,6 @@ msgstr "defnyddwyr yn cael eu dilyn gan <0>@{0}" msgid "users following <0>@{0}" msgstr "defnyddwyr yn dilyn <0>@{0}" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "Defnyddwyr rwy'n eu dilyn" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "Gwerth:" @@ -12912,8 +12957,8 @@ msgstr "Wedi'i ddilysu gan:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "Dilysu cyfrif" @@ -13039,7 +13084,7 @@ msgstr "Fideo heb ei ganfod." msgid "Video settings" msgstr "Gosodiadau fideo" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2605 msgid "Video uploaded" msgstr "Fideo wedi'i lwytho i fyny" @@ -13056,16 +13101,16 @@ msgstr "Fideos" 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:1150 +#: src/view/com/composer/Composer.tsx:1148 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Edrych" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" -msgstr "" +msgstr "Gweld {0}" #. placeholder {0}: profile.handle #: src/screens/Profile/Header/Shell.tsx:257 @@ -13078,7 +13123,7 @@ msgstr "Gweld afatar {0}" #: 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 "Gweld proffil {0}" @@ -13092,9 +13137,9 @@ msgstr "Gweld proffil {0}" msgid "View {displayName}โ€™s profile" msgstr "Gweld proffil {displayName}" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" -msgstr "" +msgstr "Gweld {publicationTitle}" #: src/components/ProfileHoverCard/index.web.tsx:479 msgid "View blocked user's profile" @@ -13124,11 +13169,11 @@ msgstr "Gweld ceisiadau sgwrsio newydd" #: src/screens/Messages/components/RequestStatus.tsx:54 msgid "View incoming requests" -msgstr "" +msgstr "Gweld ceisiadau sy'n dod i mewn" #: src/screens/Messages/components/RequestStatus.tsx:55 msgid "View incoming requests to join this group chat" -msgstr "" +msgstr "Gweld ceisiadau sy'n dod i mewn i ymuno รข'r sgwrs grลตp hon" #: src/components/moderation/LabelsOnMe.tsx:56 msgid "View information about these labels" @@ -13145,7 +13190,7 @@ msgstr "Gweld mwy" msgid "View more trending videos" msgstr "Edrychwch ar ragor o fideos sy'n trendio" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1143 msgid "View post" msgstr "Edrych ar y postiad" @@ -13162,18 +13207,18 @@ msgstr "Gweld proffil" msgid "View profile banner" msgstr "Gweld baner proffil" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "Gweld cyhoeddiad" #: src/view/com/profile/ProfileSubpageHeader.tsx:108 msgid "View the avatar" msgstr "Gweld yr afatar" -#: src/screens/Messages/ConversationSettings/index.tsx:554 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "Gweld y ddolen gwahodd ar gyfer y grลตp sgwrsio hwn" @@ -13294,7 +13339,7 @@ msgstr "Methu lwytho'r sgwrs hon" #: src/screens/Messages/JoinRequests.tsx:89 msgid "We couldnโ€™t load this conversationโ€™s join requests" -msgstr "" +msgstr "Wedi methu lwytho ceisiadau ymuno'r sgwrs hon" #: src/screens/Messages/ConversationSettings/index.tsx:138 msgid "We couldnโ€™t load this conversationโ€™s settings" @@ -13441,7 +13486,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:1041 +#: src/view/com/composer/Composer.tsx:1039 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." @@ -13492,7 +13537,7 @@ msgid "What do you want to call your starter pack?" msgstr "Beth ydych chi am ei alw'ch pecyn cychwyn?" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1519 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Beth sy'n digwydd?" @@ -13519,7 +13564,7 @@ msgid "Who can verify?" msgstr "Pwy sy'n gallu dilysu?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "Wps!" @@ -13572,13 +13617,13 @@ msgstr "Hoffech chi rwystro'r defnyddiwr hwn a/neu ddileu'r sgwrs hon?" #: src/components/dms/AfterReportConversationDialog.tsx:47 msgid "Would you like to block this user and/or leave this conversation?" -msgstr "" +msgstr "Hoffech chi rwystro'r defnyddiwr yma a/neu adael y sgwrs yma?" #: src/view/com/composer/drafts/DraftsButton.tsx:110 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:1439 +#: src/view/com/composer/Composer.tsx:1437 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?" @@ -13587,12 +13632,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:1617 +#: src/view/com/composer/Composer.tsx:1615 msgid "Write post" msgstr "Ysgrifennwch bostiad" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1517 msgid "Write your reply" msgstr "Ysgrifennwch eich ateb" @@ -13658,17 +13703,17 @@ 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:610 +#: src/components/dms/MessageItem.tsx:699 msgid "You are blocking {0}" -msgstr "" +msgstr "Rydych yn rhwystro {0}" #: src/components/dms/MessagesListBlockedFooter.tsx:81 msgid "You are blocking the chat owner" -msgstr "" +msgstr "Rydych yn rhwystro perchennog y sgwrs" #: src/components/dms/MessagesListBlockedFooter.tsx:83 msgid "You are blocking this person" -msgstr "" +msgstr "Rydych yn rhwystro'r person yma" #: src/components/forms/HostingProvider.tsx:46 msgid "You are creating an account on" @@ -13756,7 +13801,7 @@ msgstr "Gallwch nawr ddewis i gael gwybod pan fydd pobl benodol yn postio. Os oe #: 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 "Gallwch nawr wahodd ffrindiau gyda dolen neu god QR. Rhannwch y ddolen yn unrhyw le, neu gadewch iddyn nhw sganio'r cod i ymuno รข chi ar Bluesky." #: src/screens/Login/index.tsx:203 #: src/screens/Login/PasswordUpdatedForm.tsx:27 @@ -13764,11 +13809,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:221 +#: src/view/com/composer/Composer.tsx:220 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" -msgstr "" +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:1444 +#: src/view/com/composer/Composer.tsx:1442 msgid "You can only save drafts up to 1000 characters." msgstr "Dim ond 1000 nod y mae modd eu cadw mewn drafft." @@ -13790,12 +13835,12 @@ msgstr "Gallwch ailagor eich cyfrif i barhau i fewngofnodi. Bydd defnyddwyr erai #: src/components/dms/MessagesListBlockedFooter.tsx:93 msgid "You can read chat history but canโ€™t send new messages." -msgstr "" +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 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." -msgstr "" +msgstr "Gallwch ddewis hyd at {MAX_GALLERY_IMAGES, plural, zero {# delweddau} one {# ddelwedd} two {# ddelwedd} few {# delwedd} many {# delwedd} other {# delwedd}} i gyd." #: src/components/interstitials/Trending.tsx:132 #: src/components/interstitials/TrendingVideos.tsx:138 @@ -13803,10 +13848,10 @@ msgstr "" msgid "You can update this later from your settings." msgstr "Gallwch ddiweddaru hwn yn ddiweddarach o'ch gosodiadau." -#: src/components/dms/ActionsWrapper.web.tsx:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:115 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" -msgstr "" +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}}" #: src/components/dms/dialogs/NewChatDialog.tsx:105 msgid "You cannot create a group chat yet." @@ -13839,9 +13884,9 @@ msgstr "Nid oes gennych unrhyw ffrydiau wedi'u cadw." msgid "You got here first" msgstr "Chi sydd wedi cyrraedd yma gyntaf" -#: src/components/intents/GroupChatJoinDialog.tsx:166 +#: 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 "Rydych chi wedi cael eich tynnu o'r grลตp hwn yn flaenorol ac allwch chi ddim ymuno ag ef gan ddefnyddio'r ddolen hon." #: src/components/moderation/ModerationDetailsDialog.tsx:77 #: src/lib/moderation/useModerationCauseDescription.ts:58 @@ -13884,6 +13929,7 @@ msgstr "Rydych wedi tewi'r cyfrif hwn." msgid "You have muted this user" msgstr "Rydych wedi tewi'r defnyddiwr hwn" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "Does gennych ddim rhestrau." @@ -13912,7 +13958,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:1434 +#: src/view/com/composer/Composer.tsx:1432 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?" @@ -13970,9 +14016,9 @@ msgstr "Dim ond hyd at {STARTER_PACK_MAX_SIZE, plural, other {{STARTER_PACK_MAX_ msgid "You may only add up to 3 feeds" msgstr "Dim ond hyd at 3 ffrwd y gallwch chi eu hychwanegu" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." -msgstr "" +msgstr "Rhaid i chi fod yn berchennog sgwrs i ddileu aelod." #: 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." @@ -13983,7 +14029,7 @@ msgid "You must be following at least seven other people to generate a starter p msgstr "Rhaid i chi fod yn dilyn o leiaf saith o bobl eraill i gynhyrchu pecyn cychwyn." #: src/components/StarterPack/QrCodeDialog.tsx:69 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:89 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" @@ -13997,7 +14043,7 @@ msgstr "Mae angen i chi ddilysu'ch cyfeiriad e-bost cyn y gallwch alluogi 2FA e- #: src/components/moderation/BlockDialog.tsx:352 msgid "You own this chat" -msgstr "" +msgstr "Chi sy'n berchen ar y sgwrs hon" #. placeholder {0}: currentAccount?.handle #: src/screens/Deactivated.tsx:120 @@ -14009,12 +14055,12 @@ 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:259 +#: src/components/dms/MessageItem.tsx:340 msgid "You reacted {0}" msgstr "Eich ymateb yw {0}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "Eich ymateb i {0} yw {target}" @@ -14023,11 +14069,23 @@ msgstr "Eich ymateb i {0} yw {target}" msgid "You recently changed your birthdate" msgstr "Rydych wedi newid eich dyddiad geni'n ddiweddar" -#. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 -msgid "You requested to join" +#: src/components/dms/MessageItem.tsx:804 +msgid "You replied" msgstr "" +#: src/components/dms/MessageItem.tsx:802 +msgid "You replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:800 +msgid "You replied to yourself" +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 "Rydych wedi gofyn i gael ymuno" + #: src/screens/Settings/Settings.tsx:297 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." @@ -14050,12 +14108,12 @@ msgstr "Byddwch nawr yn derbyn hysbysiadau ar gyfer yr edefyn hwn" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "Byddwch yn derbyn e-bost gyda \"cod ailosod.\" Rhowch y cod hwnnw yma, yna rhowch eich cyfrinair newydd." -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "Bydd dim modd ichi ail ymuno oni bai i chi gael eich gwahodd." #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "Chi: {message}" @@ -14127,7 +14185,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:646 +#: src/view/com/composer/Composer.tsx:644 msgid "You've reached the maximum number of drafts" msgstr "Rydych wedi cyrraedd uchafswm y nifer o ddrafftiau" @@ -14199,11 +14257,11 @@ msgstr "Mae eich sgyrsiau wedi'u hanalluogi" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "Bydd eich dewis yn cael ei gofio ar gyfer dolenni yn y dyfodol. Gallwch ei newid ar unrhyw adeg yn y gosodiadau." -#: src/view/com/notifications/NotificationFeedItem.tsx:374 +#: src/view/com/notifications/NotificationFeedItem.tsx:380 msgid "Your contact {firstAuthorLink} is on Bluesky" msgstr "Mae eich cysylltiad {firstAuthorLink} ar Bluesky" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:378 msgid "Your contact {firstAuthorName} is on Bluesky" msgstr "Mae eich cysylltiad {firstAuthorName} ar Bluesky" @@ -14295,11 +14353,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:1141 +#: src/view/com/composer/Composer.tsx:1139 msgid "Your post was sent" msgstr "Mae eich postiad wedi'i anfon" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1136 msgid "Your posts were sent" msgstr "Mae eich postiadau wedi'u hanfon" @@ -14320,7 +14378,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:1140 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your reply was sent" msgstr "Mae eich ateb wedi'i anfon" @@ -14333,7 +14391,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:1469 +#: src/view/com/composer/Composer.tsx:1467 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 7e740df995..6b9f072fe8 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-10 21:06\n" +"PO-Revision-Date: 2026-06-17 12:23\n" "Last-Translator: \n" "Language-Team: Danish\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "Kategorien \"{interestsDisplayName}\" (aktiv)" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:867 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" -msgstr "" +msgstr "(chatinvitationslink)" -#: src/components/dms/getMessageInfo.ts:73 +#: 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)" @@ -75,7 +79,7 @@ msgstr "Der er blevet sat {0, plural, one {# mรฆrkat} other {# mรฆrkater}} pรฅ d msgid "{0, plural, one {# like} other {# likes}}" msgstr "{0, plural, one {# like} other {# likes}}" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "{0, plural, one {# medlem} other {# medlemmer}}" @@ -97,7 +101,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:269 +#: src/components/dms/MessageItem.tsx:350 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "{0, plural, one {# person} other {# personer}} reagerede โ€“ {1}" @@ -118,15 +122,15 @@ msgstr "{0, plural, one {# sekund} other {# sekunder}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: 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}}" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "{0, plural, one {#m} other {#m}}" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "{0} fรธlger" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:703 msgid "{0} is blocking you" msgstr "{0} blokerer dig" @@ -273,7 +277,7 @@ msgstr "{0} ud af 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:345 msgid "{0} reacted {1}" msgstr "{0} reagerede med {1}" @@ -326,32 +330,30 @@ msgstr "{0}s profilbillede" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:143 +#: 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'. -#. placeholder {0}: preview.memberCount -#. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 -msgid "{0}/{1} {2, plural, one {member} other {members}}" -msgstr "" - -#. The number of active group chat members out of the total number allowed. +#. The number of members in a group chat, in the format '{members}/{total} members'. #. placeholder {0}: joinLinkPreview.memberCount +#. placeholder {0}: preview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:329 -msgid "{0}/{1} members" -msgstr "" +#. placeholder {1}: preview.memberLimit +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 +msgid "{0}/{1} {2, plural, one {member} other {members}}" +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 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" -msgstr "" +msgstr "{0}/{imageCount}" #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value @@ -379,7 +381,7 @@ 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 {Ingen anmodninger om deltagelse} one {# anmodning om deltagelse} other {# anmodninger om deltagelse}}" #: src/components/dms/SystemMessageGroup.tsx:38 msgid "{count, plural, one {# chat update} other {# chat updates}}" @@ -387,9 +389,9 @@ msgstr "{count, plural, one {# chatopdatering} other {# chatopdateringer}}" #: src/screens/Messages/components/RequestStatus.tsx:74 msgid "{count, plural, one {# new join request} other {# new join requests}}" -msgstr "" +msgstr "{count, plural, one {# ny anmodning om deltagelse} other {# nye anmodninger om deltagelse}}" -#: src/screens/Messages/components/InboxRequests.tsx:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "{count, plural, one {# anmodning} other {# anmodninger}}" @@ -397,32 +399,10 @@ msgstr "{count, plural, one {# anmodning} other {# anmodninger}}" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "{count, plural, one {# ulรฆst besked} other {# ulรฆste beskeder}}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "" - #. 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 "" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "{count}+" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "{count}+ anmodninger" +msgstr "{count, plural, one {}other {#+ anmodninger om deltagelse}}" #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" @@ -441,155 +421,155 @@ msgstr "{estimatedTimeHrs, plural, one {time} other {timer}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minut} other {minutter}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: 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" -#: 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 "{firstAuthorLink} og <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}} likede dit specialbyggede feed" -#: 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 "{firstAuthorLink} og <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}} likede dit opslag" -#: 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 "{firstAuthorLink} og <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}} likede din videredeling" -#: 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 "{firstAuthorLink} og <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}} fjernede deres verifikationer fra din konto" -#: 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 "{firstAuthorLink} og <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}} videredelte dit opslag" -#: 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 "{firstAuthorLink} og <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}} videredelte din videredeling" -#: 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 "{firstAuthorLink} og <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}} tilmeldte sig via din startpakke" -#: 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 "{firstAuthorLink} og <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}} verificerede dig" -#: src/view/com/notifications/NotificationFeedItem.tsx:367 +#: src/view/com/notifications/NotificationFeedItem.tsx:373 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} fulgte dig" -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} fulgte dig tilbage" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} likede dit specialbyggede feed" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} likede dit opslag" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:512 msgid "{firstAuthorLink} liked your repost" msgstr "{firstAuthorLink} likede din videredeling" -#: src/view/com/notifications/NotificationFeedItem.tsx:479 +#: src/view/com/notifications/NotificationFeedItem.tsx:485 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} fjernede sin verifikation fra din konto" -#: src/view/com/notifications/NotificationFeedItem.tsx:334 +#: src/view/com/notifications/NotificationFeedItem.tsx:340 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} videredelte dit opslag" -#: src/view/com/notifications/NotificationFeedItem.tsx:530 +#: src/view/com/notifications/NotificationFeedItem.tsx:536 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink} videredelte din videredeling" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:431 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} oprettede sig via din startpakke" -#: src/view/com/notifications/NotificationFeedItem.tsx:454 +#: src/view/com/notifications/NotificationFeedItem.tsx:460 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} verificerede dig" -#: 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 "{firstAuthorName} og {additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}} fulgte dig" -#: 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 "{firstAuthorName} og {additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}} likede dit specialbyggede feed" -#: 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 "{firstAuthorName} og {additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}} likede dit opslag" -#: 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 "{firstAuthorName} og {additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}} likede din videredeling" -#: 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 "{firstAuthorName} og {additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}} fjernede deres verifikationer fra din konto" -#: 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 "{firstAuthorName} og {additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}} videredelte dit opslag" -#: 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 "{firstAuthorName} og {additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}} videredelte din videredeling" -#: 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 "{firstAuthorName} og {additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}} oprettede sig med din startpakke" -#: 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 "{firstAuthorName} og {additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}} verificerede dig" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:359 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} fulgte dig" -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} fulgte dig tilbage" -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} likede dit specialbyggede feed" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} likede dit opslag" -#: src/view/com/notifications/NotificationFeedItem.tsx:492 +#: src/view/com/notifications/NotificationFeedItem.tsx:498 msgid "{firstAuthorName} liked your repost" msgstr "{firstAuthorName} likede din videredeling" -#: src/view/com/notifications/NotificationFeedItem.tsx:465 +#: src/view/com/notifications/NotificationFeedItem.tsx:471 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} fjernede sin verifikation fra din konto" -#: src/view/com/notifications/NotificationFeedItem.tsx:320 +#: src/view/com/notifications/NotificationFeedItem.tsx:326 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} videredelte dit opslag" -#: src/view/com/notifications/NotificationFeedItem.tsx:516 +#: src/view/com/notifications/NotificationFeedItem.tsx:522 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName} videredelte din videredeling" -#: src/view/com/notifications/NotificationFeedItem.tsx:411 +#: src/view/com/notifications/NotificationFeedItem.tsx:417 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} oprettede sig via din startpakke" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} verificerede dig" @@ -621,12 +601,12 @@ msgstr "{hours, plural, one {# time} other {# timer}}" #. 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}+ nye anmodninger om deltagelse" #: 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}+ nye anmodninger om deltagelse" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack #: src/components/StarterPack/StarterPackCard.tsx:102 @@ -659,12 +639,12 @@ msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "{minutes, plural, one {# minut} other {# minutter}}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "{name} reagerede med {0} pรฅ {target}" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "{name}: {message}" @@ -697,6 +677,18 @@ msgstr "{profileName} oprettede sig pรฅ Bluesky via en startpakke for {timeAgoSt msgid "{rank}." msgstr "{rank}." +#: src/components/dms/MessageItem.tsx:813 +msgid "{replierDisplayName} replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:809 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:807 +msgid "{replierDisplayName} replied to you" +msgstr "" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -729,7 +721,7 @@ msgstr "{userName}s verifikationer" #. 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 @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "En samling af populรฆre feeds, du kan finde pรฅ Bluesky, herunder News, Book Sky, Game Dev, Blacksky og Fountain Pens" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "en besked" @@ -873,8 +875,8 @@ msgstr "Der opstod en netvรฆrksfejl. Tjek din internetforbindelse" #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 #: src/screens/Messages/JoinRequests.tsx:192 #: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." @@ -939,7 +941,7 @@ msgstr "Accepter chatanmodning" #: src/screens/Messages/JoinRequests.tsx:458 msgid "Accept join request" -msgstr "" +msgstr "Accepter anmodning om deltagelse" #. Accept a chat request #: src/screens/Messages/components/IncomingRequestListItem.tsx:51 @@ -955,9 +957,9 @@ msgstr "Accepter foreslรฅet sprog" msgid "Accepted conversations" msgstr "Accepterede samtaler" -#: src/components/intents/GroupChatJoinDialog.tsx:113 +#: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." -msgstr "" +msgstr "Adgang anmodet! Gruppeejeren vil gennemgรฅ din anmodning." #: src/screens/Settings/AccessibilitySettings.tsx:45 #: src/screens/Settings/Settings.tsx:233 @@ -980,12 +982,12 @@ msgstr "Konto" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "Konto blokeret" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "Konto fulgt" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "Konto er deaktiveret" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "Konto skjult" @@ -1028,18 +1030,18 @@ msgstr "Konto fjernet fra kvikadgang" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "Blokering af konto fjernet" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "Konto fรธlges ikke lรฆngere" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "Konto skjules ikke lรฆngere" @@ -1054,12 +1056,13 @@ msgstr "Konti med et amรธbeformet blรฅt flueben <0><1/> kan verificere andre msgid "Activity from others" msgstr "Aktivitet fra andre" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "Tilfรธj" @@ -1112,11 +1115,11 @@ msgstr "Tilfรธj alt-tekst (valgfrit)" msgid "Add another account" msgstr "Tilfรธj endnu en konto" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1518 msgid "Add another post" msgstr "Tilfรธj endnu et opslag" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2181 msgid "Add another post to thread" msgstr "Tilfรธj endnu et opslag til trรฅd" @@ -1182,13 +1185,13 @@ msgstr "Tilfรธj skjulte ord og tags" msgid "Add people" msgstr "Tilfรธj personer" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "Tilfรธjer brugere til liste" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:191 msgid "Add people with a link" -msgstr "" +msgstr "Tilfรธj personer med et link" #: src/components/dms/EmojiPopup.android.tsx:56 msgid "Add Reaction" @@ -1214,8 +1217,8 @@ msgstr "Opret fรธlgende DNS-record for dit domรฆne:" msgid "Add this feed to your feeds" msgstr "Fรธj dette feed til dine feeds" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "Fรธj til lister" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "Fรธj til gemte opslag" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "Fรธj til startpakker" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "Tilfรธj bruger til liste" @@ -1246,8 +1249,8 @@ msgstr "Tilfรธjet af {0}" msgid "Added by invite link" msgstr "Tilfรธjet via invitationslink" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "Tilfรธjet liste" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "mette@eksempel.dk" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "Alle" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "Alle {0}" @@ -1521,7 +1524,7 @@ msgid "An error occurred while loading your lists :/" msgstr "Der opstod en fejl ved indlรฆsning af dine lister :/" #: src/components/StarterPack/QrCodeDialog.tsx:81 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:103 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "Der opstod en fejl under lagring af QR-koden!" @@ -1558,7 +1561,7 @@ msgstr "En illustration af adskillige Bluesky-opslag sammen med ikoner for vider #: 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 "En tegning af Bluesky-appen, hvor der flyver papirfly ud af, hvilket symboliserer invitationer til venner" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 #: src/components/verification/VerifierDialog.tsx:88 @@ -1567,7 +1570,7 @@ msgstr "Illustration som viser, hvordan Bluesky udvรฆlger autoriserede verifikat #: 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 "Et invitationslink lader folk deltage i denne gruppechat uden at blive tilfรธjet manuelt. Du kan styre, hvem der kan deltage i chatten. Du kan deaktivere linket nรฅr som helst." #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" @@ -1579,7 +1582,7 @@ msgstr "Der opstod en fejl ved oprettelse af gruppechat, prรธv igen." #: src/components/dms/dialogs/NewChatDialog.tsx:54 msgid "An issue occurred starting the chat, please try again." -msgstr "" +msgstr "Der opstod en fejl ved start af chat, prรธv igen." #: src/components/dms/dialogs/ShareViaChatDialog.tsx:50 msgid "An issue occurred while trying to open the chat" @@ -1589,8 +1592,8 @@ msgstr "Der opstod en fejl ved รฅbning af chatten" #: 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 "Der opstod en fejl. Prรธv igen." @@ -1643,9 +1646,9 @@ msgstr "Alle" msgid "Anyone can interact" msgstr "Alle kan interagere" -#: src/components/intents/GroupChatJoinDialog.tsx:340 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" -msgstr "" +msgstr "Alle kan deltage" #: src/screens/Messages/components/InviteLinkDialog.tsx:153 #: src/screens/Messages/components/InviteLinkDialog.tsx:154 @@ -1665,7 +1668,7 @@ msgstr "Alle som fรธlger mig" #: 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 "De som har det vil ikke lรฆngere kunne deltage eller anmode om deltagelse. Du kan altid oprette et nyt." #: src/Navigation.tsx:473 #: src/screens/Settings/AppIconSettings/index.tsx:65 @@ -1796,8 +1799,8 @@ msgstr "Er du sikker pรฅ, du vil slette denne startpakke" msgid "Are you sure you want to discard your changes?" msgstr "Er du sikker pรฅ, du vil kassere dine รฆndringer?" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "Er du sikker pรฅ, du vil forlade {groupName}?" @@ -1807,18 +1810,18 @@ msgstr "Er du sikker pรฅ, at du vil forlade denne samtale?" #: 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 "Er du sikker pรฅ, du vil forlade denne samtale? Dine beskeder vil blive slettet hos dig men ikke hos de andre deltagere." #: src/components/FeedCard.tsx:374 msgid "Are you sure you want to remove this from your feeds?" msgstr "Er du sikker pรฅ, du vil fjerne dette feed fra dine feeds?" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 msgid "Are you sure you want to rescind your request to join {0}?" -msgstr "" +msgstr "Er du sikker pรฅ, at du vil trรฆkke din anmodning om at deltage i {0} tilbage?" -#: src/view/com/composer/Composer.tsx:1656 +#: src/view/com/composer/Composer.tsx:1654 msgid "Are you sure you'd like to discard this post?" msgstr "Er du sikker pรฅ, du vil kassere dette opslag?" @@ -1958,10 +1961,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:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2009,8 +2012,8 @@ msgstr "Bloker {displayName}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "Bloker konto" @@ -2088,6 +2091,10 @@ 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." @@ -2148,7 +2155,7 @@ msgstr "Bluesky er sjovere med venner. Vil du invitere nogle af dine? <0/>" #: src/features/inviteFriends/InviteScannerScreen.tsx:105 msgid "Bluesky needs camera access to scan QR codes from other profiles." -msgstr "" +msgstr "Bluesky har brug for adgang til kameraet for at skanne QR-koder fra andre profiler." #: src/screens/Takendown.tsx:213 msgid "Bluesky Social Terms of Service" @@ -2196,7 +2203,7 @@ msgstr "Brud pรฅ fรฆllesskabsregler" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:200 msgid "Bring up to 50 friends together in one chat." -msgstr "" +msgstr "Saml op til 50 venner i รฉn chat." #: src/view/com/feeds/ProfileFeedgens.tsx:167 #: src/view/com/feeds/ProfileFeedgens.tsx:168 @@ -2260,7 +2267,7 @@ msgstr "Knap, der gรฅr til din hjemmetidslinje" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:181 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2269,20 +2276,20 @@ msgstr "Af {0}" #. placeholder {0}: authorProfile.handle #: src/components/Post/Embed/StandardSiteEmbed/StandardSiteMetaRow.tsx:77 msgid "by @{0}" -msgstr "" +msgstr "af @{0}" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:363 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "Af <0>{0}" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" -msgstr "" +msgstr "Af <0>{ownerDisplayName}" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:182 msgid "By clicking \"Continue\" you acknowledge that you understand and agree to these updates." @@ -2314,7 +2321,7 @@ msgstr "Kamera" #: src/features/inviteFriends/InviteScannerScreen.tsx:96 msgid "Camera access needed" -msgstr "" +msgstr "Kameraadgang krรฆvet" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:213 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:133 @@ -2348,10 +2355,10 @@ msgstr "" #: src/screens/Deactivated.tsx:150 #: src/screens/Messages/components/InviteLinkDialog.tsx:500 #: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,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:1732 +#: src/view/com/composer/Composer.tsx:1742 #: 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 @@ -2380,6 +2387,10 @@ msgstr "Annuller citatopslag" msgid "Cancel reactivation and sign out" msgstr "Annuller genaktivering og log ud" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "Annuller sรธgning" @@ -2481,7 +2492,7 @@ msgstr "ร†ndringer til startpakken vil ikke blive afspejlet i listen efter opret #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,10 +2509,10 @@ msgid "Chat ended" msgstr "Chat afsluttet" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:256 +#: src/components/intents/GroupChatJoinDialog.tsx:269 #: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" -msgstr "" +msgstr "Chatinvitationslink ikke lรฆngere tilgรฆngeligt" #: src/components/dms/getSystemMessageInfo.ts:104 msgid "Chat locked" @@ -2520,14 +2531,14 @@ msgctxt "toast" msgid "Chat muted" msgstr "Chat skjult" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." -msgstr "" +msgstr "Chat ikke fundet." -#: src/components/moderation/BlockDialog.tsx:292 +#: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." -msgstr "" +msgstr "Chatejere kan ikke forlade en gruppechat." #: src/components/dms/dialogs/NewChatDialog.tsx:73 msgid "Chat recipient is not followed by the sender." @@ -2544,10 +2555,10 @@ msgstr "Chatanmodninger" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "Chatindstillinger" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Chat ikke lรฆngere skjult" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "Chats" @@ -2731,7 +2742,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:533 +#: src/components/dms/MessageItem.tsx:622 msgid "Click to retry failed message" msgstr "Klik for at prรธve at sende beskeden igen" @@ -2745,6 +2756,7 @@ msgstr "Klik for at prรธve at sende beskeden igen" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "Klik for at prรธve at sende beskeden igen" #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:233 -#: src/components/intents/GroupChatJoinDialog.tsx:268 +#: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2802,11 +2814,7 @@ msgstr "Luk advarsel" #: src/screens/Messages/components/RequestStatus.tsx:82 msgid "Close banner" -msgstr "" - -#: src/view/com/util/BottomSheetCustomBackdrop.tsx:36 -msgid "Close bottom drawer" -msgstr "Luk bundpanel" +msgstr "Luk banner" #. Accessibility label for the button that dismisses the GIF picker error dialog. #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:223 @@ -2822,7 +2830,7 @@ msgstr "Luk bundpanel" msgid "Close dialog" msgstr "Luk dialog" -#: src/view/shell/index.web.tsx:129 +#: src/view/shell/index.web.tsx:127 msgid "Close drawer menu" msgstr "Luk navigation" @@ -2844,16 +2852,16 @@ msgstr "Luk menu" #: src/features/inviteFriends/InviteScannerScreen.tsx:167 msgid "Close scanner" -msgstr "" +msgstr "Luk skanner" #: src/screens/Messages/components/RequestStatus.tsx:83 msgid "Close the incoming requests banner" -msgstr "" +msgstr "Luk banner for indkommende anmodninger" -#: src/components/intents/GroupChatJoinDialog.tsx:226 -#: src/components/intents/GroupChatJoinDialog.tsx:227 -#: src/components/intents/GroupChatJoinDialog.tsx:263 -#: src/components/intents/GroupChatJoinDialog.tsx:264 +#: 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 msgid "Close this dialog" msgstr "Luk dialog" @@ -2866,21 +2874,21 @@ msgstr "Luk velkomstdialog" msgid "Closes password update alert" msgstr "Lukker besked om opdatering af adganskode" -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1740 msgid "Closes post composer and discards post draft" msgstr "Lukker skrivefelt og kasserer udkast til opslag" -#: src/view/com/notifications/NotificationFeedItem.tsx:605 +#: src/view/com/notifications/NotificationFeedItem.tsx:611 msgid "Collapse list of users" msgstr "Luk brugerliste" -#: src/view/com/notifications/NotificationFeedItem.tsx:953 +#: src/view/com/notifications/NotificationFeedItem.tsx:959 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 msgid "Color" -msgstr "" +msgstr "Farve" #: src/components/dialogs/Embed.tsx:150 #: src/screens/Settings/AppearanceSettings.tsx:81 @@ -2920,7 +2928,7 @@ msgid "Compose new post" msgstr "Skriv nyt opslag" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1618 +#: src/view/com/composer/Composer.tsx:1616 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Skriv opslag pรฅ op til {0, plural, one {}other {# tegn}}" @@ -2928,11 +2936,11 @@ msgstr "Skriv opslag pรฅ op til {0, plural, one {}other {# tegn}}" msgid "Compose reply" msgstr "Skriv svar" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2578 msgid "Compressing GIF..." msgstr "Komprimerer GIF ..." -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing video..." msgstr "Komprimerer video..." @@ -3100,7 +3108,7 @@ msgstr "Fortsรฆt til nรฆste trin" msgid "Conversation" msgstr "Samtale" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "Samtale slettet" @@ -3120,14 +3128,14 @@ msgstr "Samtale forladt" #: src/screens/Messages/JoinRequests.tsx:196 #: src/screens/Messages/JoinRequests.tsx:229 msgid "Conversation not found." -msgstr "" +msgstr "Samtale ikke fundet." #: src/screens/Settings/AboutSettings.tsx:162 msgid "Copied build version to clipboard" msgstr "Kopieret versionsnummer til udklipsholder" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3154,12 @@ msgstr "Kopieret!" msgid "Copies build version to clipboard" msgstr "Kopierer versionsnummer til udklipsholder" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" -msgstr "" +msgstr "Kopierer profilens URL til udklipsholderen" #: src/components/StarterPack/QrCodeDialog.tsx:198 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:265 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "Kopier" @@ -3159,8 +3167,8 @@ msgstr "Kopier" msgid "Copy App Password" msgstr "Kopier appadgangskode" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "Kopier at://-URI" @@ -3175,8 +3183,8 @@ msgid "Copy code" msgstr "Kopier kode" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "Kopier DID" @@ -3184,9 +3192,9 @@ msgstr "Kopier DID" msgid "Copy host" msgstr "Kopier vรฆrtsnavn" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:254 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" -msgstr "" +msgstr "Kopier invitationslink" #: src/components/dms/ChatInvite/Root.tsx:91 #: src/components/StarterPack/ShareDialog.tsx:115 @@ -3210,8 +3218,8 @@ msgstr "Kopier link til liste" msgid "Copy link to post" msgstr "Kopier link til opslag" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "Kopier link til profil" @@ -3219,8 +3227,8 @@ msgstr "Kopier link til profil" msgid "Copy link to starter pack" msgstr "Kopier link til startpakke" -#: src/components/dms/MessageContextMenu.tsx:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "Kopier beskedtekst" @@ -3249,9 +3257,9 @@ msgstr "Kopier TXT-record" msgid "Copyright Policy" msgstr "Ophavsretspolitik" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" -msgstr "" +msgstr "Kunne ikke skanne QR-kode" #: src/view/com/feeds/MissingFeed.tsx:42 msgid "Could not connect to custom feed" @@ -3261,13 +3269,13 @@ msgstr "Kunne ikke forbinde til tilpasset feed" msgid "Could not connect to feed service" msgstr "Kunne ikke forbinde til feedtjeneste" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:120 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" -msgstr "" +msgstr "Kunne ikke kopiere โ€“ prรธv igen" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" -msgstr "" +msgstr "Kunne ikke downloade โ€“ prรธv igen" #: src/screens/Messages/components/MessageInputEmbed.tsx:200 msgid "Could not fetch post" @@ -3294,9 +3302,9 @@ msgstr "Kunne ikke fรธlge alle fundne venner. {0}" msgid "Could not leave chat" msgstr "Kunne ikke forlade chat" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." -msgstr "" +msgstr "Kunne ikke forlade chat." #: src/screens/Profile/ProfileFeed/index.tsx:73 msgid "Could not load feed" @@ -3308,9 +3316,9 @@ msgstr "Kunne ikke indlรฆse feed" msgid "Could not load list" msgstr "Kunne ikke indlรฆse liste" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:169 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" -msgstr "" +msgstr "Kunne ikke indlรฆse profil" #: src/components/dms/ConvoMenu.tsx:212 msgid "Could not mute chat" @@ -3320,18 +3328,18 @@ msgstr "Kunne ikke skjule chat" msgid "Could not process your video" msgstr "Kunne ikke behandle din video" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." -msgstr "" +msgstr "Kunne ikke fjerne medlem." #. placeholder {0}: cleanError(error) #: src/components/activity-notifications/SubscribeProfileDialog.tsx:295 msgid "Could not save changes: {0}" msgstr "Kunne ikke gemme รฆndringer: {0}" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" -msgstr "" +msgstr "Kunne ikke dele โ€“ prรธv igen" #: src/state/queries/notifications/settings.ts:49 msgid "Could not update notification settings" @@ -3394,12 +3402,12 @@ msgstr "Opret en startpakke for mig" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:314 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,15 +3457,15 @@ msgstr "Opret liste ud fra startpakke" msgid "Create moderation list" msgstr "Opret moderationsliste" -#: src/screens/Messages/JoinRequest.tsx:308 +#: 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 "Opret ny konto" -#: src/screens/Messages/ConversationSettings/index.tsx:553 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" -msgstr "" +msgstr "Opret eller rediger et invitationslink for denne gruppechat" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title @@ -3479,7 +3487,7 @@ msgstr "Opret brugerliste" #. placeholder {0}: i18n.date(createdAt, { dateStyle: 'long', timeStyle: 'short', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) #: src/screens/Messages/components/InviteLinkDialog.tsx:355 -#: src/screens/Messages/ConversationSettings/index.tsx:505 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "Oprettet {0}" @@ -3494,7 +3502,7 @@ msgstr "Kultur" #: src/components/moderation/BlockDialog.tsx:378 msgid "Current chat" -msgstr "" +msgstr "Aktuel chat" #: src/components/dialogs/ServerInput.tsx:152 #: src/components/dialogs/ServerInput.tsx:154 @@ -3539,11 +3547,11 @@ msgstr "Fรธdselsdato" #: src/features/inviteFriends/components/ThemePicker.tsx:28 msgid "Dawn" -msgstr "" +msgstr "Morgen" #: src/features/inviteFriends/components/ThemePicker.tsx:29 msgid "Day" -msgstr "" +msgstr "Dag" #: src/screens/Settings/AccountSettings.tsx:179 #: src/screens/Settings/AccountSettings.tsx:184 @@ -3624,7 +3632,7 @@ msgstr "Slet kontakter" msgid "Delete conversation" msgstr "Slet samtale" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "Slet for mig" @@ -3637,7 +3645,7 @@ msgstr "Slet liste" msgid "Delete message" msgstr "Slet besked" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "Slet besked for mig" @@ -3647,7 +3655,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:1630 +#: src/view/com/composer/Composer.tsx:1628 msgid "Delete post" msgstr "Slet opslag" @@ -3689,6 +3697,10 @@ 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 @@ -3794,9 +3806,9 @@ msgstr "Deaktiveret" #: 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:1411 +#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1661 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3819,14 @@ msgstr "Kasser" msgid "Discard changes?" msgstr "Deaktiver รฆndringer?" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1409 #: 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:1428 -#: src/view/com/composer/Composer.tsx:1655 +#: src/view/com/composer/Composer.tsx:1426 +#: src/view/com/composer/Composer.tsx:1653 msgid "Discard post?" msgstr "Kasser opslag?" @@ -3852,7 +3864,7 @@ msgstr "Luk" msgid "Dismiss banner" msgstr "Fjern banner" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2499 msgid "Dismiss error" msgstr "Luk fejlbesked" @@ -3879,7 +3891,7 @@ msgstr "Fjern dette forslag" #: src/features/inviteFriends/InviteScannerScreen.tsx:168 msgid "Dismisses the QR scanner" -msgstr "" +msgstr "Luk QR-skanneren" #: src/screens/Settings/AccessibilitySettings.tsx:70 #: src/screens/Settings/AccessibilitySettings.tsx:75 @@ -3949,8 +3961,8 @@ msgstr "Bare rolig! Alle eksisterende beskeder og indstillinger er gemt og vi bl #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:146 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3975,7 @@ msgstr "Bare rolig! Alle eksisterende beskeder og indstillinger er gemt og vi bl msgid "Done" msgstr "Udfรธrt" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "Udfรธrt" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:520 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" @@ -3983,7 +3989,7 @@ msgstr "Tryk dobbelt for at like" #: src/features/inviteFriends/components/ActionButtons.tsx:36 msgid "Download" -msgstr "" +msgstr "Download" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:329 msgid "Download Bluesky" @@ -4005,7 +4011,7 @@ msgstr "Download billede" #: src/features/inviteFriends/components/ActionButtons.tsx:31 msgid "Download invite QR code" -msgstr "" +msgstr "Download invitations-QR-kode" #: src/screens/Settings/components/ExportCarDialog.tsx:118 msgid "Download profile data" @@ -4041,7 +4047,7 @@ msgstr "Varighed:" #: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Dusk" -msgstr "" +msgstr "Aften" #: src/screens/Settings/components/ChangeHandleDialog.tsx:237 msgid "e.g. alice" @@ -4087,8 +4093,8 @@ msgstr "Spiseforstyrrelser" msgid "Edit" msgstr "Rediger" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "Rediger" @@ -4102,8 +4108,8 @@ msgstr "Rediger avatar" msgid "Edit Feeds" msgstr "Rediger feeds" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "Rediger gruppenavn" @@ -4125,12 +4131,12 @@ msgstr "Rediger interesser" #: src/screens/Messages/JoinRequests.tsx:299 msgid "Edit invite link" -msgstr "" +msgstr "Rediger invitationslink" #: src/screens/Messages/JoinRequests.tsx:305 msgctxt "button" msgid "Edit invite link" -msgstr "" +msgstr "Rediger invitationslink" #: src/screens/Messages/components/InviteLinkDialog.tsx:369 msgid "Edit link settings" @@ -4141,8 +4147,8 @@ msgstr "Rediger linkindstillinger" msgid "Edit list details" msgstr "Rediger listeegenskaber" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "Rediger livetilstand" @@ -4155,7 +4161,7 @@ msgstr "Rediger moderationsliste" msgid "Edit My Feeds" msgstr "Rediger mine feeds" -#: src/screens/Messages/ConversationSettings/index.tsx:540 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "Rediger navn" @@ -4184,8 +4190,8 @@ msgstr "Rediger profil" msgid "Edit starter pack" msgstr "Rediger startpakke" -#: src/screens/Messages/ConversationSettings/index.tsx:486 -#: src/screens/Messages/ConversationSettings/index.tsx:539 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "Rediger gruppechattens navn" @@ -4402,7 +4408,7 @@ msgstr "ร…bner i fuld skรฆrm" msgid "Entertainment" msgstr "Underholdning" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2598 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Fejl" @@ -4481,7 +4487,7 @@ msgstr "Forlad fuld skรฆrm" msgid "Expand alt text" msgstr "Udvid alt-tekst" -#: src/view/com/notifications/NotificationFeedItem.tsx:606 +#: src/view/com/notifications/NotificationFeedItem.tsx:612 msgid "Expand list of users" msgstr "Udvid brugerliste" @@ -4594,10 +4600,10 @@ msgstr "Kunne ikke acceptere chat" #: src/screens/Messages/JoinRequests.tsx:190 msgid "Failed to accept join request" -msgstr "" +msgstr "Kunne ikke acceptere anmodning om deltagelse" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "Kunne ikke tilfรธje emojireaktion" @@ -4606,6 +4612,10 @@ msgstr "Kunne ikke tilfรธje emojireaktion" msgid "Failed to add members" msgstr "Kunne ikke tilfรธje medlemmer" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "Kunne ikke fรธje til startpakke" @@ -4615,7 +4625,7 @@ msgid "Failed to change handle. Please try again." msgstr "ร†ndring af handle fejlede. Prรธv igen." #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:129 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "Kunne ikke kopiere link" @@ -4664,7 +4674,7 @@ msgstr "Kunne ikke deaktivere invitationslink" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "Kunne ikke frakoble Germ DM. Fejl: {0}" -#: src/screens/Messages/ConversationSettings/index.tsx:374 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "Kunne ikke redigere gruppechattens navn" @@ -4690,24 +4700,24 @@ msgstr "Kunne ikke skjule forslag, tjek din internetforbindelse" #: src/screens/Messages/JoinRequests.tsx:223 msgid "Failed to ignore join request" -msgstr "" +msgstr "Kunne ikke ignorere anmodning om deltagelse" -#: src/components/intents/GroupChatJoinDialog.tsx:137 +#: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." -msgstr "" +msgstr "Kunne ikke deltage i gruppechat. Prรธv igen." #: src/components/contacts/screens/ViewMatches.tsx:582 msgid "Failed to launch SMS app" msgstr "Kunne ikke รฅbne sms-app" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:401 +#: 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 "Kunne ikke forlade gruppechat" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "Kunne ikke indlรฆse samtaler" @@ -4753,15 +4763,20 @@ msgstr "Indlรฆsning af foreslรฅede feeds fejlede" msgid "Failed to load suggested follows" msgstr "Indlรฆsning af foreslรฅede konti fejlede" -#: src/screens/Messages/ConversationSettings/index.tsx:426 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "Kunne ikke lรฅse gruppechat" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +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 msgid "Failed to mark all requests as read" msgstr "Kunne ikke markere alle anmodninger som lรฆst" -#: src/screens/Messages/ConversationSettings/index.tsx:390 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "Kunne ikke skjule gruppechat" @@ -4783,12 +4798,16 @@ msgstr "Kunne ikke fjerne data pga. en netvรฆrksfejl, tjek din internetforbindel msgid "Failed to remove data. {0}" msgstr "Kunne ikke fjerne data. {0}" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:111 +#: 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 "" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "Kunne ikke fjerne fra startpakke" @@ -4802,16 +4821,16 @@ msgstr "Kunne ikke fjerne medlem af gruppechat" msgid "Failed to remove verification" msgstr "Kunne ikke fjerne verifikation" -#: src/components/intents/GroupChatJoinDialog.tsx:180 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." -msgstr "" +msgstr "Kunne ikke trรฆkke din anmodning tilbage. Prรธv igen." #: src/components/dialogs/DeviceLocationRequestDialog.tsx:81 msgid "Failed to resolve location. Please try again." msgstr "Kunne ikke bestemme din lokalitet. Prรธv igen senere." -#: src/view/com/composer/Composer.tsx:648 +#: src/view/com/composer/Composer.tsx:646 msgid "Failed to save draft" msgstr "Kunne ikke gemme kladde" @@ -4854,7 +4873,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "Kunne ikke รฆndre, om trรฅden skjules, prรธv igen" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:435 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "Kunne ikke lรฅse gruppechat op" @@ -5038,7 +5057,7 @@ msgstr "Find konti, du kan fรธlge" #: src/screens/Settings/Settings.tsx:216 #: src/screens/Settings/Settings.tsx:219 msgid "Find and invite friends" -msgstr "" +msgstr "Find og inviter venner" #: src/Navigation.tsx:436 #: src/Navigation.tsx:569 @@ -5060,7 +5079,7 @@ msgstr "Find personer, du kan fรธlge" #: src/screens/Settings/FindContactsSettings.tsx:130 msgid "Find people you know" -msgstr "" +msgstr "Find personer du kender" #: src/screens/Search/Shell.tsx:537 msgid "Find posts, users, and feeds on Bluesky" @@ -5116,16 +5135,16 @@ msgstr "Fokuser sรธgefeltet" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 "Fรธlg" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "Fรธlg {0}" @@ -5149,8 +5168,8 @@ msgstr "Fรธlg 10 personer for at komme i gang" msgid "Follow 7 accounts" msgstr "Fรธlg 7 konti" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "Fรธlg konto" @@ -5173,9 +5192,9 @@ msgstr "Fรธlg alle konti" #. 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:423 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "Fรธlg tilbage" @@ -5211,9 +5230,9 @@ msgstr "Fรธlges af <0>{0} og <1>{1}" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "Fรธlges af <0>{0}, <1>{1} og {2, plural, one {# anden} other {# andre}}" -#: src/components/intents/GroupChatJoinDialog.tsx:339 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" -msgstr "" +msgstr "Fรธlgere kan deltage" #. placeholder {0}: route.params.name #: src/Navigation.tsx:245 @@ -5231,10 +5250,10 @@ msgstr "Fรธlgere, du kender" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 "Fรธlger" @@ -5249,7 +5268,7 @@ msgstr "Fรธlger" #. 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 "Fรธlger {0}" @@ -5336,7 +5355,7 @@ msgstr "Glemt?" #. 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 "Fire beskedbobler i en gruppechat. Fรธrste besked: \"Har du hรธrt det sidste nye? Bluesky har nu gruppechats!\" Anden besked: \"Fedt!\" Tredje besked: \"Vildt, 50 personer i รฉn chat!\" Fjerde besked: \"Du kan ogsรฅ sende invitationslinks!\"" #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:12 msgid "Free your feed" @@ -5467,7 +5486,7 @@ msgstr "Kom i gang" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2603 msgid "GIF uploaded" msgstr "GIF uploadet" @@ -5526,8 +5545,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "Gรฅ til forsiden" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "Gรฅ live" @@ -5538,8 +5557,8 @@ msgstr "Gรฅ live" msgid "Go Live" msgstr "Gรฅ live" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "Gรฅ live (deaktiveret)" @@ -5547,7 +5566,7 @@ msgstr "Gรฅ live (deaktiveret)" msgid "Go live for" msgstr "Gรฅ live i" -#: src/view/com/notifications/NotificationFeedItem.tsx:250 +#: src/view/com/notifications/NotificationFeedItem.tsx:256 msgid "Go to {firstAuthorName}'s profile" msgstr "Gรฅ til {firstAuthorName}s profil" @@ -5605,7 +5624,7 @@ msgstr "Forstรฅet" #: src/features/inviteFriends/InviteScannerScreen.tsx:108 #: src/features/inviteFriends/InviteScannerScreen.tsx:113 msgid "Grant access" -msgstr "" +msgstr "Giv adgang" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 @@ -5622,27 +5641,27 @@ msgstr "Udpenslet voldeligt indhold" msgid "Grooming or predatory behavior" msgstr "Grooming eller kontrollerende adfรฆrd" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:321 -#: src/screens/Messages/JoinRequest.tsx:129 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" -msgstr "" +msgstr "Gruppechat" #: src/screens/Messages/components/InviteLinkDialog.tsx:556 msgid "Group chat invite link dialog" msgstr "Invitationslinkdialog for gruppechat" -#: src/screens/Messages/ConversationSettings/index.tsx:417 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "Gruppehat lรฅst" -#: src/screens/Messages/ConversationSettings/index.tsx:382 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "Gruppechat skjult" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "Gruppechatnavn opdateret" @@ -5653,28 +5672,28 @@ msgid "Group chat settings" msgstr "Gruppechatindstillinger" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "Gruppechat lรฅst op" -#: src/screens/Messages/ConversationSettings/index.tsx:385 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "Gruppechat skjules ikke lรฆngere" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:181 msgid "Group Chats" -msgstr "" +msgstr "Gruppechats" #: src/screens/Messages/Settings.tsx:199 msgid "Group chats are only available to users 18 and over." -msgstr "" +msgstr "Gruppechats er kun tilgรฆngelige for brugere over 18 รฅr." #. 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 "Gruppechats kan hรธjst have {0, plural, one {}other {# deltagere}}." #: src/components/dialogs/SearchablePeopleList.tsx:565 msgid "Group is locked" @@ -5682,14 +5701,14 @@ msgstr "Gruppe er lรฅst" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "Gruppenavn" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "Gruppenavnet er for langt. {MAX_GROUP_NAME_GRAPHEME_LENGTH, plural, one {}other {Den maksimale lรฆngde er # tegn.}}" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 msgid "Hacking or system attacks" @@ -5829,7 +5848,7 @@ msgstr "Skjult liste" msgid "Hide" msgstr "Skjul" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "Skjul" @@ -5904,7 +5923,7 @@ msgstr "Skjul populรฆre emner?" msgid "Hide trending videos?" msgstr "Skjul populรฆre videoer?" -#: src/view/com/notifications/NotificationFeedItem.tsx:951 +#: src/view/com/notifications/NotificationFeedItem.tsx:957 msgid "Hide user list" msgstr "Skjul brugerliste" @@ -5920,7 +5939,7 @@ msgstr "Skjuler indholdet" #: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 msgid "Hides the invite friends promo banner" -msgstr "" +msgstr "Skjuler reklamebanner for invitation af venner" #: 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." @@ -5960,7 +5979,7 @@ msgstr "Vent lidt! Vi udruller gradvist adgang til video, og du er stadig i kรธ. #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6166,7 +6185,7 @@ msgstr "Importer kontakter" #: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 msgid "Import contacts or invite your friends" -msgstr "" +msgstr "Importer kontakter eller inviter dine venner" #: src/components/contacts/FindContactsBannerNUX.tsx:33 #: src/components/contacts/FindContactsBannerNUX.tsx:72 @@ -6210,7 +6229,7 @@ msgstr "I appen, push, alle" msgid "In-app, push, people you follow" msgstr "I appen, push, personer du fรธlger" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "Indbakke er tom" @@ -6257,7 +6276,7 @@ msgstr "Ny feature: Find venner via kontakter" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:99 msgid "Introducing group chats" -msgstr "" +msgstr "Vi prรฆsenterer: Gruppechats" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:38 msgid "Introducing saved posts AKA bookmarks" @@ -6268,9 +6287,9 @@ msgstr "Vi prรฆsenterer: Gemte opslag, ogsรฅ kendt som bogmรฆrker" msgid "Invalid 2FA confirmation code." msgstr "Ugyldig 2FA-bekrรฆftelseskode" -#: src/components/intents/GroupChatJoinDialog.tsx:147 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." -msgstr "" +msgstr "Ugyldig gruppechatkode." #: src/screens/Settings/components/ChangeHandleDialog.tsx:615 msgid "Invalid handle. Please try a different one." @@ -6290,10 +6309,10 @@ msgstr "Ugyldigt telefonnummer" msgid "Invalid report subject" msgstr "Ugyldigt emne for anmeldelse" -#: src/components/intents/GroupChatJoinDialog.tsx:187 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." -msgstr "" +msgstr "Ugyldig tilbagetrรฆkningsanmodning." #: src/components/intents/VerifyEmailIntentDialog.tsx:86 msgid "Invalid Verification Code" @@ -6315,15 +6334,15 @@ 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:140 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" -msgstr "" +msgstr "Inviter venner" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:155 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "Inviter venner" @@ -6336,19 +6355,19 @@ msgstr "Inviter venner <0/>" #: src/screens/Messages/components/InviteLinkDialog.tsx:335 #: src/screens/Messages/components/InviteLinkDialog.tsx:514 #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 -#: src/screens/Messages/ConversationSettings/index.tsx:556 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "Invitationslink" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:213 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "Invitationslink" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" -msgstr "" +msgstr "Invitationslink kopieret" #: src/components/dms/getSystemMessageInfo.ts:120 msgid "Invite link created" @@ -6374,7 +6393,7 @@ msgstr "Inviter folk til denne startpakke!" #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:91 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:144 msgid "Invite your friends" -msgstr "" +msgstr "Inviter dine venner" #: src/screens/StarterPack/Wizard/StepDetails.tsx:37 msgid "Invite your friends to follow your favorite feeds and people" @@ -6410,7 +6429,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:2520 +#: src/view/com/composer/Composer.tsx:2518 msgid "Job ID: {0}" msgstr "Job-ID: {0}" @@ -6420,9 +6439,9 @@ msgid "Jobs" msgstr "Jobs" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:282 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" -msgstr "" +msgstr "Deltag" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:215 @@ -6431,15 +6450,15 @@ msgstr "" msgid "Join Bluesky" msgstr "Opret dig pรฅ Bluesky" -#: src/components/intents/GroupChatJoinDialog.tsx:71 -#: src/components/intents/GroupChatJoinDialog.tsx:448 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" -msgstr "" +msgstr "Deltag i gruppechat" -#: src/components/intents/GroupChatJoinDialog.tsx:176 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." -msgstr "" +msgstr "Anmodning om deltagelse trukket tilbage." #: src/components/StarterPack/QrCode.tsx:72 #: src/view/shell/NavSignupCard.tsx:41 @@ -6450,8 +6469,8 @@ msgstr "Deltag i samtalen" msgid "Journalism" msgstr "Journalistik" -#: src/view/com/composer/Composer.tsx:1461 -#: src/view/com/composer/Composer.tsx:1471 +#: src/view/com/composer/Composer.tsx:1459 +#: src/view/com/composer/Composer.tsx:1469 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "Fortsรฆt med at redigere" @@ -6463,7 +6482,7 @@ msgstr "Hold mig opdateret" #: src/components/moderation/BlockDialog.tsx:365 #: src/components/moderation/BlockDialog.tsx:372 msgid "Kick member" -msgstr "" +msgstr "Smid medlem ud" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" @@ -6609,7 +6628,7 @@ msgid "Learn more." msgstr "Lรฆs mere." #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:590 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "Forlad" @@ -6623,8 +6642,8 @@ msgstr "Forlad" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "Forlad chat" @@ -6644,12 +6663,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "Forlad samtale" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "Forlad gruppechat" -#: src/screens/Messages/ConversationSettings/index.tsx:589 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "Forlad denne gruppechat" @@ -6658,13 +6677,13 @@ msgstr "Forlad denne gruppechat" msgid "Leaving Bluesky" msgstr "Forlader Bluesky" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: 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 "Hvis du forlader denne chat, vil den blive lรฅst permanent, og du vil ikke kunne ikke deltage igen." -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." -msgstr "" +msgstr "Forlod gruppechat." #: src/screens/SignupQueued.tsx:158 msgid "left to go." @@ -6935,9 +6954,9 @@ msgstr "Indlรฆs nye notifikationer" msgid "Load new posts" msgstr "Indlรฆs nye opslag" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "Indlรฆser chatโ€ฆ" @@ -6954,23 +6973,23 @@ msgstr "Indlรฆser opslagsinteraktionsindstillinger..." msgid "Loading..." msgstr "Indlรฆser..." -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "Lรฅs" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "Lรฅs gruppechat" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "Lรฅs gruppechat?" -#: src/screens/Messages/ConversationSettings/index.tsx:568 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "Lรฅser denne gruppechat" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "Lรฅst" @@ -7051,6 +7070,16 @@ msgstr "Administrer dine skjulte ord og tags" 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 +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 +msgid "Mark all requests as read" +msgstr "Marker alle anmodninger som lรฆst" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7089,14 @@ msgstr "Marker som lรฆst" msgid "Marked all as read" msgstr "Marker alle som lรฆst" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "Markerede alle chats som lรฆst" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "Markerede alle anmodninger som lรฆst" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,16 +7120,16 @@ msgstr "Medier gemt pรฅ anden enhed" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Medier, der kan virke stรธdende eller upassende for visse personer." -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." -msgstr "" +msgstr "Medlem fjernet fra gruppechat." #. The heading above the list of chat members. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:34 msgid "Members" msgstr "Medlemmer" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "Medlemmer kan fortsat lรฆse chathistorikken men ikke sende nye beskeder." @@ -7111,13 +7148,13 @@ msgstr "Omtaler" msgid "Menu" msgstr "Menu" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "Besked" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 +#: 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" @@ -7132,7 +7169,7 @@ msgstr "Send besked til {0}" msgid "Message {displayName}" msgstr "Send besked til {displayName}" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "Besked slettet" @@ -7141,13 +7178,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Besked slettet" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:616 msgid "Message failed to send." msgstr "Besked kunne ikke sendes." #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "Besked fra @{0}: {1}" @@ -7156,21 +7193,21 @@ msgstr "Besked fra @{0}: {1}" msgid "Message from server: {0}" msgstr "Besked fra server: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "Beskedfelt" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "Besked for lang ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" -#: src/components/dms/MessageContextMenu.tsx:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "Beskedindstillinger" @@ -7178,11 +7215,11 @@ msgstr "Beskedindstillinger" msgid "Messages" msgstr "Beskeder" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:715 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:621 +#: src/components/dms/MessageItem.tsx:710 msgid "Messages from this person are hidden while you are blocking them." msgstr "Beskeder fra denne person er skjult, fordi du har blokeret vedkommende." @@ -7219,8 +7256,8 @@ msgstr "Moderationsoplysninger" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "Moderationsliste af {0}" @@ -7228,7 +7265,7 @@ msgstr "Moderationsliste af {0}" msgid "Moderation list by <0/>" msgstr "Moderationsliste af <0/>" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "Moderationsliste af dig" @@ -7281,8 +7318,8 @@ msgstr "Flere sprog..." #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "Flere valgmuligheder" @@ -7302,7 +7339,7 @@ msgstr "Film" msgid "Music" msgstr "Musik" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "Lydlรธs" @@ -7320,8 +7357,8 @@ msgstr "Skjul {0}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "Skjul konto" @@ -7347,7 +7384,7 @@ msgstr "Skjul liste" msgid "Mute these accounts?" msgstr "Skjul disse konti?" -#: src/screens/Messages/ConversationSettings/index.tsx:530 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "Skjul denne gruppechat" @@ -7387,9 +7424,9 @@ msgstr "Skjul ord og tags" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:207 msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." -msgstr "" +msgstr "Skjul, forlad eller fjern personer nรฅr som helst. Det er din chat." -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "Skjult" @@ -7421,7 +7458,7 @@ msgstr "Ingen kan se, hvem du skjuler. Skjulte konti kan interagere med dig, men #: src/components/moderation/BlockDialog.tsx:174 msgid "Mutual group chats" -msgstr "" +msgstr "Fรฆlles gruppechats" #: src/components/dialogs/BirthDateSettings.tsx:54 #: src/components/dialogs/BirthDateSettings.tsx:58 @@ -7480,9 +7517,9 @@ 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:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" -msgstr "Ny" +msgstr "Nyt" #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 @@ -7490,21 +7527,21 @@ msgctxt "action" msgid "New" msgstr "Ny" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: 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}" -#: 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 "{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:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "Ny chat" @@ -7592,11 +7629,11 @@ msgctxt "action" msgid "New post" msgstr "Nyt opslag" -#: 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 "Nye opslag fra {firstAuthorLink} og <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}} " -#: 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 "Nye opslag fra {firstAuthorName} og {additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}}" @@ -7646,7 +7683,7 @@ msgstr "Nรฆste billede" #: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Night" -msgstr "" +msgstr "Nat" #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:32 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." @@ -7718,7 +7755,7 @@ msgstr "Ingen lister" #. 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 "Fรธlger ikke lรฆngere {0}" @@ -7726,7 +7763,7 @@ msgstr "Fรธlger ikke lรฆngere {0}" msgid "No media yet" msgstr "Ingen medier endnu" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "Ingen beskeder endnu" @@ -7763,7 +7800,7 @@ msgstr "Ingen" msgid "No one but the author can quote this post." msgstr "Kun forfatteren selv kan citere dette opslag." -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "Ingen kan skrive beskeder" @@ -7831,6 +7868,11 @@ 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" @@ -7875,7 +7917,7 @@ msgstr "Ikkeseksuel nรธgenhed" #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" -msgstr "" +msgstr "Ikke tilgรฆngelig pรฅ denne platform" #: src/screens/FindContactsFlowScreen.tsx:62 #: src/screens/Settings/FindContactsSettings.tsx:106 @@ -7895,7 +7937,7 @@ msgstr "Ikke fundet" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "Ikke klar til at trykke Slรฅ op? Gem dine bedste idรฉer i Kladder indtil tiden er inde." -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "Note vedr. deling" @@ -7931,7 +7973,7 @@ msgstr "Notifikationslyde" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8017,7 @@ msgstr "OK" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:722 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8008,11 +8050,11 @@ 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:864 +#: src/view/com/composer/Composer.tsx:862 msgid "One or more GIFs is missing alt text." msgstr "En eller flere GIF'er mangler alt-tekst." -#: src/view/com/composer/Composer.tsx:861 +#: src/view/com/composer/Composer.tsx:859 msgid "One or more images is missing alt text." msgstr "En eller flere billeder mangler alt-tekst." @@ -8022,13 +8064,13 @@ msgstr "En eller flere af de valgte filer er ikke understรธttet." #: src/view/com/composer/SelectMediaButton.tsx:440 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB}ย MB." -msgstr "" +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:659 +#: src/view/com/composer/Composer.tsx:657 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:871 +#: src/view/com/composer/Composer.tsx:869 msgid "One or more videos is missing alt text." msgstr "Et eller flere videoer mangler alt-tekst." @@ -8041,21 +8083,21 @@ msgstr "Kun {0} kan svare." #. 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:233 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" -msgstr "" +msgstr "Kun {0} af {1} {2, plural, one {billede} other {billeder}} tilfรธjet; grรฆnsen er {MAX_GALLERY_IMAGES}" #: src/screens/Messages/JoinRequests.tsx:200 msgid "Only admins can accept join requests." -msgstr "" +msgstr "Kun administratorer kan acceptere anmodninger om deltagelse." #: src/screens/Messages/JoinRequests.tsx:233 msgid "Only admins can ignore join requests." -msgstr "" +msgstr "Kun administratorer kan ignorere anmodninger om deltagelse." -#: src/components/intents/GroupChatJoinDialog.tsx:145 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." -msgstr "" +msgstr "Kun fรธlgere kan deltage i denne gruppechat." #: src/screens/Settings/ActivityPrivacySettings.tsx:121 #: src/screens/Settings/ActivityPrivacySettings.tsx:126 @@ -8068,14 +8110,14 @@ msgid "Only image files are supported" msgstr "Kun billedfiler er understรธttet" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:222 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." -msgstr "" +msgstr "Kun personer {0} fรธlger, som kan deltage." #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:292 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" -msgstr "" +msgstr "Kun personer chattens ejer fรธlger, kan deltage" #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" @@ -8087,7 +8129,7 @@ msgstr "Ups, noget gik galt!" #: src/features/inviteFriends/InviteScannerScreen.tsx:218 msgid "Oops, this profile doesn't exist. Try scanning another one." -msgstr "" +msgstr "Ups, denne profil eksisterer ikke. Prรธv at skanne en anden." #: src/components/Lists.tsx:184 #: src/components/StarterPack/ProfileStarterPacks.tsx:363 @@ -8107,16 +8149,16 @@ msgid "Open camera" msgstr "ร…bn kamera" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:437 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" -msgstr "" +msgstr "ร…bn chat" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:142 msgid "Open chat member options for {displayName}" msgstr "ร…bn chatmedlemindstillinger for {displayName}" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "ร…bn samtaleindstillinger" @@ -8128,9 +8170,9 @@ msgstr "ร…bn kladde" msgid "Open drawer menu" msgstr "ร…bn navigation" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2158 msgid "Open emoji picker" msgstr "ร…bn emojivรฆlger" @@ -8151,9 +8193,9 @@ msgstr "ร…bn hele emojilisten" msgid "Open Germ DM" msgstr "ร…bn Germ DM" -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" -msgstr "" +msgstr "ร…bn gruppechat" #: src/components/dms/MessagesListHeader.tsx:167 #: src/components/dms/MessagesListHeader.tsx:203 @@ -8163,14 +8205,14 @@ msgstr "ร…bn gruppechatindstillinger" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" -msgstr "" +msgstr "ร…bn i Google Translate" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "ร…bn link til {niceUrl}" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "ร…bn beskedindstillinger" @@ -8197,7 +8239,7 @@ msgstr "ร…bn profil" #: src/features/inviteFriends/components/ActionButtons.tsx:39 msgid "Open QR code scanner" -msgstr "" +msgstr "ร…bner QR-kodeskanner" #: src/components/BotAccountAlert.tsx:62 #: src/components/BotAccountAlert.tsx:71 @@ -8221,9 +8263,9 @@ msgstr "ร…bn storybook" msgid "Open system log" msgstr "ร…bn systemlog" -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" -msgstr "" +msgstr "ร…bner denne gruppechat" #. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 @@ -8240,7 +8282,7 @@ msgstr "ร…bner en dialog, hvor du kan angive, hvem der kan interagere med dette #: src/features/inviteFriends/components/ThemePicker.tsx:38 msgid "Opens a list of color themes for the QR card" -msgstr "" +msgstr "ร…bner en liste over farvetemaer for QR-skรฆrmen" #: src/screens/Log.tsx:74 msgid "Opens additional details for a debug entry" @@ -8273,15 +8315,15 @@ 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 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." -msgstr "" +msgstr "ร…bner enhedens kamerarulle for at vรฆlge op til {MAX_GALLERY_IMAGES, plural, one {}other {# billeder}} eller en enkelt video eller GIF." -#: src/screens/Messages/JoinRequest.tsx:309 +#: 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 "ร…bner formular til oprettelse af en ny Bluesky-konto" -#: src/screens/Messages/JoinRequest.tsx:295 +#: 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" @@ -8322,7 +8364,7 @@ msgstr "ร…bner profil" #: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 msgid "Opens the find and invite friends settings" -msgstr "" +msgstr "ร…bner indstillinger for at finde og invitere venner" #. Accessibility hint announced after the GIF picker button label, describing what activating it will do. #: src/view/com/composer/photos/SelectGifBtn.tsx:45 @@ -8341,7 +8383,7 @@ msgstr "ร…bner skrivefelt for nyt opslag" msgid "Opens this draft in the composer" msgstr "ร…bner denne kladde i skrivefeltet" -#: 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 "ร…bner denne profil" @@ -8513,6 +8555,16 @@ msgstr "Personer som @{0} fรธlger" msgid "People I follow" msgstr "Personer jeg fรธlger" +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "Personer jeg fรธlger" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "Personer jeg fรธlger" + #: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "Brugere jeg fรธlger, kan melde sig ind direkte" @@ -8560,7 +8612,7 @@ msgstr "Fotografi" #: src/features/inviteFriends/components/ThemePicker.tsx:37 msgid "Pick a color theme" -msgstr "" +msgstr "Vรฆlg et farvetema" #: src/view/com/composer/labels/LabelsBtn.tsx:165 msgid "Pictures meant for adults." @@ -8786,7 +8838,7 @@ msgstr "Log ind som @{0}" #: src/features/inviteFriends/InviteScannerScreen.web.tsx:40 msgid "Please use the Bluesky mobile app to scan a QR code." -msgstr "" +msgstr "Brug Blueskys mobilapp for at skanne en QR-kode." #: src/screens/Settings/FindContactsSettings.tsx:107 msgid "Please use the native app to import your contacts." @@ -8813,7 +8865,7 @@ msgstr "Politik" msgid "Porn" msgstr "Porno" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post" msgstr "Slรฅ op" @@ -8833,12 +8885,12 @@ msgstr "Lav et fotoopslag" msgid "Post a video" msgstr "Lav et videoopslag" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Post All" msgstr "Slรฅ alle op" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1468 msgid "Post anyway" msgstr "Opret alligevel" @@ -8891,7 +8943,7 @@ msgstr "Interaktionsindstillinger" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:193 msgid "Post it to Bluesky or share anywhere." -msgstr "" +msgstr "Del det pรฅ Bluesky eller et andet sted." #. Accessibility label for button that opens dialog to choose post language settings #: src/view/com/composer/select-language/PostLanguageSelect.tsx:195 @@ -9015,11 +9067,11 @@ msgstr "Privatlivspolitik" msgid "Privacy violation of a minor" msgstr "Privatlivskrรฆnkelse af en mindreรฅrig" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2592 msgid "Processing GIF..." msgstr "Behandler GIF ..." -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing video..." msgstr "Behandler video..." @@ -9031,7 +9083,7 @@ msgstr "Behandler..." msgid "profile" msgstr "profil" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9117,22 @@ 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:1792 +#: src/view/com/composer/Composer.tsx:1790 msgid "Publish post" msgstr "Udgiv opslag" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1787 +#: src/view/com/composer/Composer.tsx:1785 msgid "Publish posts" msgstr "Udgiv opslag" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1776 +#: src/view/com/composer/Composer.tsx:1774 msgid "Publish replies" msgstr "Udgiv svar" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1781 +#: src/view/com/composer/Composer.tsx:1779 msgid "Publish reply" msgstr "Udgiv svar" @@ -9109,7 +9161,7 @@ msgid "QR code has been downloaded!" msgstr "QR-kode blev downloadet!" #: src/components/StarterPack/QrCodeDialog.tsx:122 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "QR-kode blev gemt til din kamerarulle!" @@ -9172,8 +9224,8 @@ msgstr "Genaktiver link" msgid "React with {emoji}" msgstr "Reager med {emoji}" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "Reaktioner" @@ -9268,10 +9320,6 @@ msgstr "Anbefalet" msgid "Reconnect" msgstr "Forbind igen" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "" - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" @@ -9289,14 +9337,16 @@ msgstr "Afvis chatanmodning" #: src/screens/Messages/JoinRequests.tsx:483 msgid "Reject join request" -msgstr "" +msgstr "Afvis anmodning om deltagelse" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "Genindlรฆs samtaler" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9355,9 @@ msgstr "Genindlรฆs samtaler" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "Fjern" @@ -9326,9 +9375,9 @@ msgstr "Fjern {displayName} fra startpakke" msgid "Remove {displayName} from this group chat" msgstr "Fjern {displayName} fra denne gruppechat" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" -msgstr "" +msgstr "Fjern {displayName}?" #: src/screens/Search/components/SearchHistory.tsx:105 msgid "Remove {historyItem}" @@ -9443,14 +9492,14 @@ msgstr "Fjern dette feed fra dine gemte feeds" msgid "Remove unavailable moderation services" msgstr "Fjern utilgรฆngelige moderationstjenester" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "Fjern bruger fra liste" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "Fjern verifikation" @@ -9466,8 +9515,8 @@ msgstr "Fjernet af forfatter" msgid "Removed by you" msgstr "Fjernet af dig" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "Fjernet fra liste" @@ -9535,6 +9584,14 @@ msgctxt "description" msgid "Replied to you" msgstr "Svarede dig" +#: src/components/dms/MessageItem.tsx:883 +msgid "Replied-to message from {senderName}, tap to scroll to it" +msgstr "" + +#: src/components/dms/MessageItem.tsx:884 +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 @@ -9552,7 +9609,12 @@ msgstr "Svar ikke tilladt" msgid "Replies to this post are disabled." msgstr "Svar til dette opslag er ikke tilladt." -#: src/view/com/composer/Composer.tsx:1804 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "Besvar" + +#: src/view/com/composer/Composer.tsx:1802 msgctxt "action" msgid "Reply" msgstr "Besvar" @@ -9590,14 +9652,14 @@ msgstr "Svarets synlighed blev opdateret" msgid "Reply was successfully hidden" msgstr "Svar blev skjult" -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:582 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "Anmeld" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "Anmeld konto" @@ -9623,7 +9685,7 @@ msgstr "Anmeld feed" msgid "Report list" msgstr "Anmeld liste" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "Anmeld besked" @@ -9657,7 +9719,7 @@ msgstr "Anmeld denne samtale" msgid "Report this feed" msgstr "Anmeld dette feed" -#: src/screens/Messages/ConversationSettings/index.tsx:581 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "Anmeld denne gruppechat" @@ -9737,13 +9799,13 @@ msgstr "Videredelinger af dette opslag" msgid "Reposts of your reposts" msgstr "Videredeling af dine videredelinger" -#: src/components/intents/GroupChatJoinDialog.tsx:447 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" -msgstr "" +msgstr "Anmod om at deltage i gruppechat" #: src/screens/Messages/JoinRequests.tsx:182 msgid "Request approved." -msgstr "" +msgstr "Anmodning godkendt." #: src/screens/Settings/components/ChangePasswordDialog.tsx:226 #: src/screens/Settings/components/ChangePasswordDialog.tsx:232 @@ -9752,19 +9814,19 @@ msgstr "Anmod om kode" #: src/screens/Messages/JoinRequests.tsx:215 msgid "Request ignored." -msgstr "" +msgstr "Anmodning ignoreret." #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:281 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" -msgstr "" +msgstr "Anmod om at deltage" #: src/components/dms/ChatInvite/Root.tsx:131 msgid "Requested" -msgstr "" +msgstr "Anmodet" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "Anmodninger" @@ -9772,7 +9834,7 @@ msgstr "Anmodninger" #: src/screens/Messages/JoinRequests.tsx:59 #: src/screens/Messages/JoinRequests.tsx:425 msgid "Requests to join" -msgstr "" +msgstr "Anmodninger om deltagelse" #: src/screens/Settings/AccessibilitySettings.tsx:59 #: src/screens/Settings/AccessibilitySettings.tsx:64 @@ -9791,15 +9853,15 @@ msgstr "Obligatorisk for denne udbyder" msgid "Required in your region" msgstr "Obligatorisk i din region" -#: src/components/intents/GroupChatJoinDialog.tsx:296 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: 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 "Trรฆk anmodning tilbage" #: src/screens/Messages/components/OutgoingRequestListItem.tsx:50 msgid "Rescind request to join group chat" -msgstr "" +msgstr "Trรฆk anmodning om deltagelse i gruppechat tilbage" #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:39 msgid "Resend" @@ -9872,7 +9934,7 @@ 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:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 #: src/screens/Messages/JoinRequests.tsx:361 @@ -9928,7 +9990,7 @@ msgstr "Triste GIFโ€™er" #: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10015,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:1451 +#: src/view/com/composer/Composer.tsx:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Gem รฆndringer" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1421 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "Gem รฆndringer?" -#: src/view/com/composer/Composer.tsx:1451 +#: src/view/com/composer/Composer.tsx:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "Gem kladde" -#: src/view/com/composer/Composer.tsx:1425 +#: src/view/com/composer/Composer.tsx:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "Gem kladde?" @@ -10022,13 +10084,13 @@ msgid "Saved to your feeds" msgstr "Tilfรธjet dine feeds" #: 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 "Sig hej!" -#: src/screens/Messages/ChatList.tsx:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "Sig hej til nogen" @@ -10038,13 +10100,13 @@ msgstr "Svindel" #: src/features/inviteFriends/components/ActionButtons.tsx:44 msgid "Scan" -msgstr "" +msgstr "Skan" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 #: src/Navigation.tsx:316 msgid "Scan QR code" -msgstr "" +msgstr "Skan QR-kode" #: src/lib/interests.ts:71 msgid "Science" @@ -10058,6 +10120,10 @@ msgstr "Rul til venstre" msgid "Scroll right" msgstr "Rul til hรธjre" +#: src/components/dms/MessageItem.tsx:774 +msgid "Scroll to the message this is replying to" +msgstr "" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "Rul til toppen" @@ -10067,7 +10133,7 @@ msgstr "Rul til toppen" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Sรธg" @@ -10137,7 +10203,7 @@ msgstr "Sรธgning er i รธjeblikket kun tilgรฆngeligt for indloggede brugere" #. 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 "Sรธg i KLIPY" #: src/components/dialogs/LanguageSelectDialog.tsx:232 #: src/components/dialogs/LanguageSelectDialog.tsx:233 @@ -10148,8 +10214,8 @@ msgstr "Sรธg efter sprog" msgid "Search my posts" msgstr "Sรธg i mine opslag" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "Sรธg opslag" @@ -10425,8 +10491,8 @@ msgstr "Send fejlmelding" msgid "Send feedback" msgstr "Send feedback" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "Send besked" @@ -10460,7 +10526,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:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "Sendt kl. {0}" @@ -10565,7 +10631,7 @@ msgstr "Seksuel aktivitet eller erotisk nรธgenhed" msgid "Sexually Suggestive" msgstr "Erotik" -#: 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 @@ -10577,7 +10643,7 @@ msgstr "Erotik" msgid "Share" msgstr "Del" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "Del alligevel" @@ -10594,7 +10660,7 @@ msgstr "Del billede" #: src/features/inviteFriends/components/ActionButtons.tsx:23 msgid "Share invite link" -msgstr "" +msgstr "Del invitationslink" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 @@ -10611,7 +10677,7 @@ msgstr "Del link-dialog" #: src/screens/Settings/FindContactsSettings.tsx:172 #: src/screens/Settings/FindContactsSettings.tsx:181 msgid "Share my profile" -msgstr "" +msgstr "Del min profil" #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:167 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:170 @@ -10641,8 +10707,8 @@ msgstr "Del denne startpakke og hjรฆlp andre med at blive en del af fรฆllesskabe #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "Del via..." @@ -10796,15 +10862,15 @@ msgstr "Viser indholdet" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:294 -#: src/screens/Messages/JoinRequest.tsx:300 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,9 +10896,9 @@ msgstr "Log ind eller opret en konto" msgid "Sign in or create your account to join the conversation!" msgstr "Log ind eller opret en konto for at deltage i samtalen!" -#: src/screens/Messages/JoinRequest.tsx:220 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." -msgstr "" +msgstr "Log ind for at acceptere invitation." #: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" @@ -10842,9 +10908,9 @@ msgstr "Log pรฅ konto, der ikke er anfรธrt" msgid "Sign in to Bluesky or create a new account" msgstr "Log pรฅ Bluesky eller opret en ny konto" -#: src/screens/Messages/JoinRequest.tsx:219 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." -msgstr "" +msgstr "Log ind for at anmode om at deltage i denne gruppechat." #: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 @@ -10900,7 +10966,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:1468 +#: src/view/com/composer/Composer.tsx:1466 msgid "Skip empty posts?" msgstr "Spring tomme opslag over?" @@ -10971,12 +11037,12 @@ msgid "Someone left the group" msgstr "Et medlem forlod gruppen" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:347 msgid "Someone reacted {0}" msgstr "Nogen reagerede med {0}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "Nogen reagerede med {0} pรฅ {target}" @@ -10996,10 +11062,6 @@ msgstr "Nogen blev fjernet" msgid "Someone was removed from the group" msgstr "Nogen blev fjernet fra gruppen" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "" - #: 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 "Der er noget i vejen med din anmeldelse. Kontakt venligst support." @@ -11043,8 +11105,8 @@ msgstr "Noget galt? Fortรฆl os om det." msgid "Sorry, we're unable to load account suggestions at this time." msgstr "Beklager, vi kan ikke indlรฆse forslag lige nu." -#: 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 "Desvรฆrre! Din session er udlรธbet. Log venligst ind igen." @@ -11085,7 +11147,7 @@ msgstr "Start en samtale, og den vil blive vist her." #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:130 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:135 msgid "Start a group chat" -msgstr "" +msgstr "Start en gruppechat" #: src/components/dms/dialogs/NewChatDialog.tsx:191 msgid "Start a new chat" @@ -11214,13 +11276,13 @@ msgid "Subscribe" msgstr "Abonner" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "Abonner via {0}" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "Abonner pรฅ {publicationTitle} via {0}" @@ -11255,9 +11317,9 @@ msgstr "Succes" msgid "Success!" msgstr "Bekrรฆftet!" -#: src/components/intents/GroupChatJoinDialog.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" -msgstr "" +msgstr "Du deltager nu i gruppechatten!" #: src/components/verification/VerificationCreatePrompt.tsx:37 msgid "Successfully verified" @@ -11349,13 +11411,13 @@ msgstr "Kun tags" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:184 msgid "Take the conversation private." -msgstr "" +msgstr "Tag samtalen privat." #: 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 "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:572 +#: src/components/dms/MessageItem.tsx:661 msgid "Tap for details" msgstr "Tryk for flere oplysninger" @@ -11383,49 +11445,49 @@ msgstr "Tryk for at lukke kontekstmenu" #: src/components/dms/ChatInvite/Root.tsx:92 msgid "Tap to copy this invite link" -msgstr "" +msgstr "Tryk for at kopiere denne invitationslink" #: src/components/ProgressGuide/Toast.tsx:163 msgid "Tap to dismiss" msgstr "Tryk for lukke" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:453 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" -msgstr "" +msgstr "Tryk for at deltage i denne gruppechat med det samme" #: src/components/dms/ChatInvite/Root.tsx:105 msgid "Tap to open this group chat" -msgstr "" +msgstr "Tryk for at รฅbne denne gruppechat" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "Tryk for at fjerne" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "Tryk for at fjerne din reaktion med {0}" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:452 +#: src/components/intents/GroupChatJoinDialog.tsx:468 msgid "Tap to request access to join this group chat" -msgstr "" +msgstr "Tryk for at anmode om at deltage i denne gruppechat" -#: src/components/dms/MessageItem.tsx:537 +#: src/components/dms/MessageItem.tsx:626 msgid "Tap to retry" msgstr "Tryk for at prรธve igen" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "Tryk for at vise reaktioner med {0}" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "Tryk for at se alle reaktioner" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:373 msgid "Tap to view reactions" msgstr "Tryk for at se reaktioner" @@ -11528,7 +11590,7 @@ msgstr "Det var alt" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "Kontoen vil vรฆre i stand til at interagere med dig, nรฅr du fjerner blokering." @@ -11594,14 +11656,14 @@ msgstr "Fรธlgende indstillinger vil blive brugt som standard, nรฅr du opretter n msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "Lovgivningen i dit omrรฅde krรฆver, at du skal bekrรฆfte, at du er voksen for at benytte visse funktioner. Tryk for at lรฆse mere." -#: src/components/intents/GroupChatJoinDialog.tsx:155 +#: src/components/intents/GroupChatJoinDialog.tsx:165 #: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." -msgstr "" +msgstr "Medlemsgrรฆnsen er nรฅet." #: 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 "Det opslag du svarer pรฅ, er anfรธrt som skrevet pรฅ {suggestedLanguageName} af dets forfatter. Vil du svare pรฅ <0>{suggestedLanguageName}?" #: src/view/screens/PrivacyPolicy.tsx:29 msgid "The Privacy Policy has been moved to <0/>" @@ -11610,7 +11672,7 @@ msgstr "Privatlivspolitikken er flyttet til <0/>" #: src/view/com/composer/state/video.ts:397 #: src/view/com/composer/state/video.ts:436 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB}ย MB. Please try again with a smaller file." -msgstr "" +msgstr "Den valgte video er stรธrre end {VIDEO_MAX_SIZE_MB}ย MB. Prรธv igen med en mindre fil." #: src/lib/hooks/useCleanError.ts:41 #: src/lib/strings/errors.ts:19 @@ -11621,7 +11683,7 @@ msgstr "Der ser ud til at vรฆre problemer med serveren. Prรธv igen om lidt." msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "Startpakken, du prรธver at รฅbne, er ugyldig. Du kan i stedet slette denne startpakke." -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "Kontekstmenuens emne" @@ -11665,8 +11727,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "Der opstod en fejl under indlรฆsning af GIFโ€™er. Tjek din forbindelse og prรธv igen." #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:182 +#: 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 "Der er problemer med din internetforbindelse, prรธv igen" @@ -11693,7 +11755,7 @@ msgstr "Notifikationer kunne ikke indlรฆses. Tryk her for at prรธve igen." msgid "There was an issue fetching posts. Tap here to try again." msgstr "Opslag kunne ikke indlรฆses. Tryk her for at prรธve igen." -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "Lister kunne ikke indlรฆses. Tryk her for at prรธve igen." @@ -11733,12 +11795,12 @@ msgstr "Dine feeds kunne ikke opdateres. Tjek din internetforbindelse og prรธv i #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "Der opstod en fejl! {0}" @@ -11776,11 +11838,11 @@ msgstr "Disse indstillinger gรฆlder kun dit fรธlgerfeed." #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" -msgstr "" +msgstr "De ejer denne chat" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." -msgstr "" +msgstr "De ville ikke lรฆngere kunne deltage, medmindre du inviterer dem igen." #: src/components/moderation/ScreenHider.tsx:118 msgid "This {screenDescription} has been flagged:" @@ -11828,24 +11890,24 @@ msgstr "Denne forfatter har valgt kun at gรธre sine opslag synlige for personer, 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 "Denne knap lader andre รฅbne Germ DM-appen for at sende dig en besked. Du kan styre dens synlighed fra Germ DM-appen, eller du kan helt frakoble din Bluesky-konto fra Germ DM ved at klikke pรฅ knappen herunder." -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "Denne chat er afsluttet" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:287 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" -msgstr "" +msgstr "Denne chat er fuld" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "Denne chat er lรฅst" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:430 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" -msgstr "" +msgstr "Denne gruppechat er lรฅst af en moderatorhandling" #: src/screens/Messages/components/MessageListError.tsx:17 msgid "This chat was disconnected" @@ -11881,9 +11943,9 @@ msgstr "Dette indhold er ikke tilgรฆngeligt, fordi nogle af de involverede bruge msgid "This content is not viewable without a Bluesky account." msgstr "Denne indhold kan ikke ses uden en Bluesky-konto." -#: src/components/intents/GroupChatJoinDialog.tsx:141 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." -msgstr "" +msgstr "Denne samtale er lรฅst." #: src/screens/Messages/components/ChatListItem.tsx:156 msgid "This conversation is with a deleted or a deactivated account. Press for options" @@ -11931,9 +11993,9 @@ msgstr "Dette feed er tomt." msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "Dette feed er ikke lรฆngere online. Vi viser i stedet <0>Discover." -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" -msgstr "" +msgstr "Denne gruppe er lรฅst af en moderatorhandling vedrรธrende ejeren" #: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "This handle is reserved. Please try a different one." @@ -11947,13 +12009,13 @@ msgstr "Dette billede kunne ikke bruges. Prรธv et andet format som .jpg eller .p msgid "This information is private and not shared with other users." msgstr "Denne oplysning er privat og vil ikke blive delt med andre brugere." -#: src/components/intents/GroupChatJoinDialog.tsx:151 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." -msgstr "" +msgstr "Dette invitationslink er blevet deaktiveret." -#: src/components/intents/GroupChatJoinDialog.tsx:223 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" -msgstr "" +msgstr "Dette invitationslink er ugyldigt" #: src/view/screens/Debug.tsx:327 msgid "This is an empty state" @@ -11997,17 +12059,17 @@ msgstr "Denne liste โ€“ oprettet dig โ€“ overtrรฆder muligvis Blueskys fรฆllessk msgid "This list is empty." msgstr "Denne liste er tom." -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" -msgstr "" +msgstr "Denne besked er skjult" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:688 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:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:658 +#: src/components/dms/MessageItem.tsx:684 msgid "This message is hidden because you are blocking this user." msgstr "Denne besked er skjult, fordi du blokerer denne bruger." @@ -12045,11 +12107,11 @@ 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:1043 +#: src/view/com/composer/Composer.tsx:1041 msgid "This post's author has disabled quote posts." msgstr "Dette opslags forfatter har ikke tilladt citatopslag." -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "Denne profil er kun synlig for indloggede brugere. Den kan ikke ses af personer, der ikke er logget ind." @@ -12123,7 +12185,7 @@ msgstr "Denne bruger fรธlger ikke nogen." #: 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 "Denne video kan ikke afspilles pรฅ din enhed. Din browser eller dit operativsystem mangler muligvis de krรฆvede videocodecs (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." @@ -12242,8 +12304,8 @@ msgstr "Mest populรฆre svar fรธrst" msgid "Topic" msgstr "Emne" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,9 +12375,9 @@ msgctxt "action" msgid "Try again" msgstr "Prรธv igen" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." -msgstr "" +msgstr "Prรธv igen om lidt." #: src/components/Post/Translated/index.tsx:229 #: src/components/Post/Translated/index.tsx:242 @@ -12325,7 +12387,7 @@ msgstr "Prรธv Google Translate" #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:165 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:171 msgid "Try it" -msgstr "" +msgstr "Prรธv det" #: src/lib/interests.ts:74 msgid "TV" @@ -12335,7 +12397,7 @@ msgstr "Tv" msgid "Two-factor authentication (2FA)" msgstr "Tofaktorgodkendelse (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "Indtast din besked her" @@ -12371,7 +12433,7 @@ msgstr "Kan ikke slette" #: src/screens/Messages/JoinRequests.tsx:351 msgid "Unable to fetch join requests." -msgstr "" +msgstr "Kunne ikke hente anmodninger om deltagelse." #: src/components/dms/dialogs/NewChatDialog.tsx:113 msgid "Unable to find a selected recipient." @@ -12401,7 +12463,7 @@ msgstr "Utilgรฆngelig" msgid "Unavailable feed information" msgstr "Utilgรฆngelig feedinformation" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:726 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12409,14 +12471,14 @@ msgstr "Utilgรฆngelig feedinformation" #: src/components/moderation/BlockDialog.tsx:211 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "Bloker ikke lรฆngere" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "Bloker ikke lรฆngere" @@ -12427,17 +12489,17 @@ msgstr "Bloker ikke lรฆngere {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "Bloker ikke lรฆngere konto" #: src/components/moderation/BlockDialog.tsx:146 msgid "Unblock account?" -msgstr "" +msgstr "Fjern blokering af konto?" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "Bloker ikke lรฆngere konto?" @@ -12474,12 +12536,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Fortryd deling ({0, plural, one {# deling} other {# delinger}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "Fรธlg ikke lรฆnger {0}" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "Fรธlg ikke lรฆngere konto" @@ -12521,11 +12583,11 @@ msgstr "Fjern like" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Fjern ({0, plural, one {# like} other {# likes}})" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "Lรฅs chat op" -#: src/screens/Messages/ConversationSettings/index.tsx:567 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "Lรฅs denne gruppechat op" @@ -12548,8 +12610,8 @@ msgstr "Skjul ikke lรฆngere {0}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "Skjul ikke lรฆngere konto" @@ -12562,7 +12624,7 @@ msgstr "Skjul ikke lรฆngere samtale" msgid "Unmute list" msgstr "Skjul ikke lรฆngere liste" -#: src/screens/Messages/ConversationSettings/index.tsx:529 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "Skjul ikke lรฆngere denne gruppechat" @@ -12641,25 +12703,22 @@ msgstr "Abonnement pรฅ liste afmeldt" msgid "Unsupported clipboard content" msgstr "Ikkeunderstรธttet indhold i udklipsholder" -#: src/view/com/composer/Composer.tsx:1557 +#: src/view/com/composer/Composer.tsx:1555 msgid "Unsupported video type: {mimeType}" msgstr "Ikkeunderstรธttet videotype: {mimeType}" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" -msgstr "" +msgstr "Op til 50 personer" #: src/screens/Settings/components/OTAInfo.tsx:61 #: src/screens/Settings/components/OTAInfo.tsx:77 msgid "Update" msgstr "Opdater" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "Opdater <0>{displayName} i lister" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" msgstr "" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 @@ -12669,6 +12728,10 @@ msgstr "" msgid "Update email" msgstr "Opdater e-mail" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 #: src/screens/Messages/components/InviteLinkDialog.tsx:303 @@ -12680,14 +12743,6 @@ msgstr "Opdater invitationslink" msgid "Update to {domain}" msgstr "Skift til {domain}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "" - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "Opdater din e-mail" @@ -12736,7 +12791,7 @@ msgstr "Upload fra filer" msgid "Upload from Library" msgstr "Upload fra bibliotek" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2585 msgid "Uploading GIF..." msgstr "Uploader GIF ..." @@ -12750,7 +12805,7 @@ msgstr "Uploader billeder..." msgid "Uploading link thumbnail..." msgstr "Uploader forhรฅndsvisning af link..." -#: src/view/com/composer/Composer.tsx:2589 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading video..." msgstr "Uploader video..." @@ -12826,7 +12881,7 @@ msgid "User Blocks You" msgstr "Bruger blokerer dig" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "Brugerliste af {0}" @@ -12835,7 +12890,7 @@ msgstr "Brugerliste af {0}" msgid "User List by {0}" msgstr "Brugerliste af {0}" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "Brugerliste af dig" @@ -12875,16 +12930,6 @@ msgstr "brugere, der fรธlges af <0>@{0}" msgid "users following <0>@{0}" msgstr "brugere, der fรธlger <0>@{0}" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "Brugere, jeg fรธlger" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "Brugere, jeg fรธlger" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "Vรฆrdi:" @@ -12912,8 +12957,8 @@ msgstr "Verificeret af:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "Bekrรฆft konto" @@ -13039,7 +13084,7 @@ msgstr "Video ikke fundet." msgid "Video settings" msgstr "Videoindstillinger" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2605 msgid "Video uploaded" msgstr "Video uploadet" @@ -13056,14 +13101,14 @@ msgstr "Videoer" 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:1150 +#: src/view/com/composer/Composer.tsx:1148 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Vis" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "Se {0}" @@ -13078,7 +13123,7 @@ msgstr "{0}s profilbillede" #: 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 "Se {0}s profil" @@ -13092,7 +13137,7 @@ msgstr "Se {0}s profil" msgid "View {displayName}โ€™s profile" msgstr "Se {displayName}s profil" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "Se {publicationTitle}" @@ -13124,11 +13169,11 @@ msgstr "Se modtagne gruppechatanmodninger" #: src/screens/Messages/components/RequestStatus.tsx:54 msgid "View incoming requests" -msgstr "" +msgstr "Se indkommende anmodninger" #: src/screens/Messages/components/RequestStatus.tsx:55 msgid "View incoming requests to join this group chat" -msgstr "" +msgstr "Vis indkommende anmodninger om at deltage i denne gruppechat" #: src/components/moderation/LabelsOnMe.tsx:56 msgid "View information about these labels" @@ -13145,7 +13190,7 @@ msgstr "Se flere" msgid "View more trending videos" msgstr "Se flere populรฆre videoer" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1143 msgid "View post" msgstr "Vis opslag" @@ -13162,10 +13207,10 @@ msgstr "Vis profil" msgid "View profile banner" msgstr "Se profilbanner" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "Vis udgivelse" @@ -13173,7 +13218,7 @@ msgstr "Vis udgivelse" msgid "View the avatar" msgstr "Vis profilbilledet" -#: src/screens/Messages/ConversationSettings/index.tsx:554 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "Vis invitationslink for denne gruppechat" @@ -13294,7 +13339,7 @@ msgstr "Vi kunne ikke indlรฆse denne samtale" #: src/screens/Messages/JoinRequests.tsx:89 msgid "We couldnโ€™t load this conversationโ€™s join requests" -msgstr "" +msgstr "Vi kunne ikke indlรฆse denne samtales anmodninger om deltagelse" #: src/screens/Messages/ConversationSettings/index.tsx:138 msgid "We couldnโ€™t load this conversationโ€™s settings" @@ -13441,7 +13486,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:1041 +#: src/view/com/composer/Composer.tsx:1039 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Beklager! Det opslag, du svarer pรฅ, er blevet slettet." @@ -13492,7 +13537,7 @@ msgid "What do you want to call your starter pack?" msgstr "Hvad vil du kalde din startpakke?" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1519 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Hvad sker der?" @@ -13519,7 +13564,7 @@ msgid "Who can verify?" msgstr "Hvem kan verificere?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "Ups!" @@ -13578,7 +13623,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:1439 +#: src/view/com/composer/Composer.tsx:1437 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?" @@ -13587,12 +13632,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:1617 +#: src/view/com/composer/Composer.tsx:1615 msgid "Write post" msgstr "Skriv dit opslag" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1517 msgid "Write your reply" msgstr "Skriv dit svar" @@ -13658,7 +13703,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:610 +#: src/components/dms/MessageItem.tsx:699 msgid "You are blocking {0}" msgstr "Du blokerer {0}" @@ -13756,7 +13801,7 @@ msgstr "Du kan nu vรฆlge at blive notificeret om opslag fra udvalgte personer. H #: 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 "Du kan nu invitere venner med et link eller en QR-kode. Del linket hvor som helst, eller lad dem skanne koden for at fรธlge dig pรฅ Bluesky." #: src/screens/Login/index.tsx:203 #: src/screens/Login/PasswordUpdatedForm.tsx:27 @@ -13764,11 +13809,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:221 +#: src/view/com/composer/Composer.tsx:220 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" -msgstr "" +msgstr "Du kan tilfรธje maks. {MAX_GALLERY_IMAGES, plural, one {}other {# billeder}} pr. opslag" -#: src/view/com/composer/Composer.tsx:1444 +#: src/view/com/composer/Composer.tsx:1442 msgid "You can only save drafts up to 1000 characters." msgstr "Du kan kun gemme kladder pรฅ maks. 1000 tegn." @@ -13795,7 +13840,7 @@ 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 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." -msgstr "" +msgstr "Du kan vรฆlge op til {MAX_GALLERY_IMAGES, plural, one {}other {# billeder}} i alt." #: src/components/interstitials/Trending.tsx:132 #: src/components/interstitials/TrendingVideos.tsx:138 @@ -13803,10 +13848,10 @@ msgstr "" msgid "You can update this later from your settings." msgstr "Du kan opdatere dette senere under Indstillinger." -#: src/components/dms/ActionsWrapper.web.tsx:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:115 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" -msgstr "" +msgstr "Du kan ikke tilfรธje flere end {EMOJI_REACTION_LIMIT, plural, one {# emojireaktion} other {# emojireaktioner}}" #: src/components/dms/dialogs/NewChatDialog.tsx:105 msgid "You cannot create a group chat yet." @@ -13839,9 +13884,9 @@ msgstr "Du har ikke nogen gemte feeds." msgid "You got here first" msgstr "Du kom fรธrst" -#: src/components/intents/GroupChatJoinDialog.tsx:166 +#: 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 "Du er tidligere blevet fjernet fra denne gruppe og kan derfor ikke deltage via dette link." #: src/components/moderation/ModerationDetailsDialog.tsx:77 #: src/lib/moderation/useModerationCauseDescription.ts:58 @@ -13884,6 +13929,7 @@ msgstr "Du har skjult denne konto." msgid "You have muted this user" msgstr "Du har skjult denne bruger" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "Du har ingen lister." @@ -13912,7 +13958,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:1434 +#: src/view/com/composer/Composer.tsx:1432 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?" @@ -13970,9 +14016,9 @@ msgstr "Du kan tilfรธje hรธjst {STARTER_PACK_MAX_SIZE, plural, one {}other {{STA msgid "You may only add up to 3 feeds" msgstr "Du mรฅ tilfรธje hรธjst 3 feeds" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." -msgstr "" +msgstr "Du skal vรฆre chattens ejer for at fjerne et medlem." #: 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." @@ -13983,7 +14029,7 @@ msgid "You must be following at least seven other people to generate a starter p msgstr "Du skal fรธlge mindst syv andre konti for at oprette en startpakke." #: src/components/StarterPack/QrCodeDialog.tsx:69 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:89 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" @@ -13997,7 +14043,7 @@ msgstr "Du skal bekrรฆfte din e-mailadresse, fรธr du kan aktivere 2FA via e-mail #: src/components/moderation/BlockDialog.tsx:352 msgid "You own this chat" -msgstr "" +msgstr "Du ejer denne chat" #. placeholder {0}: currentAccount?.handle #: src/screens/Deactivated.tsx:120 @@ -14009,12 +14055,12 @@ 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:259 +#: src/components/dms/MessageItem.tsx:340 msgid "You reacted {0}" msgstr "Du reagerede med {0}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "Du reagerede med {0} pรฅ {target}" @@ -14023,11 +14069,23 @@ msgstr "Du reagerede med {0} pรฅ {target}" msgid "You recently changed your birthdate" msgstr "Du har for nylig opdateret din fรธdselsdato" -#. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 -msgid "You requested to join" +#: src/components/dms/MessageItem.tsx:804 +msgid "You replied" msgstr "" +#: src/components/dms/MessageItem.tsx:802 +msgid "You replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:800 +msgid "You replied to yourself" +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 "Du anmodede om at deltage" + #: src/screens/Settings/Settings.tsx:297 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." @@ -14050,12 +14108,12 @@ msgstr "Du vil nu modtage notifikationer for denne trรฅd" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "Du vil modtage en e-mail med en nulstillingskode. Indtast koden her, og indtast sรฅ din nye adgangskode." -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "Du kan melde dig ind igen uden vรฆre blive inviteret." #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "Dig: {message}" @@ -14091,7 +14149,7 @@ msgstr "Du vil holde dig ajour med disse feeds" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:205 msgid "Youโ€™re in control" -msgstr "" +msgstr "Du har kontrollen" #: src/screens/SignupQueued.tsx:130 msgid "You're in line" @@ -14127,7 +14185,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:646 +#: src/view/com/composer/Composer.tsx:644 msgid "You've reached the maximum number of drafts" msgstr "Du har nรฅet det maksimale antal kladder" @@ -14199,11 +14257,11 @@ msgstr "Din adgang til chats er blevet deaktiveret" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "Dit valg vil blive anvendt for links fremover. Du kan nรฅr som helst รฆndre det under indstillinger." -#: src/view/com/notifications/NotificationFeedItem.tsx:374 +#: src/view/com/notifications/NotificationFeedItem.tsx:380 msgid "Your contact {firstAuthorLink} is on Bluesky" msgstr "Din kontakt {firstAuthorLink} er pรฅ Bluesky" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:378 msgid "Your contact {firstAuthorName} is on Bluesky" msgstr "Din kontakt {firstAuthorName} er pรฅ Bluesky" @@ -14285,7 +14343,7 @@ msgstr "Dine skjulte ord" #: 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 "Dit navn og profilbillede samt gruppechattens navn og antal medlemmer vil vรฆre synlige for alle." #: 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." @@ -14295,11 +14353,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:1141 +#: src/view/com/composer/Composer.tsx:1139 msgid "Your post was sent" msgstr "Dit opslag blev sendt" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1136 msgid "Your posts were sent" msgstr "Dine opslag blev sendt" @@ -14320,7 +14378,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:1140 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your reply was sent" msgstr "Dit svar blev sendt" @@ -14333,7 +14391,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:1469 +#: src/view/com/composer/Composer.tsx:1467 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 1a1b12f1a2..cce2a75574 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-10 21:06\n" +"PO-Revision-Date: 2026-06-17 12:23\n" "Last-Translator: \n" "Language-Team: German\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "Kategorie โ€ž{interestsDisplayName}โ€œ (aktiv)" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:867 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" -msgstr "" +msgstr "(Chat-Einladungslink)" -#: src/components/dms/getMessageInfo.ts:73 +#: 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)" @@ -75,7 +79,7 @@ msgstr "{0, plural, one {# Kennzeichnung wurde} other {# Kennzeichnungen wurden} msgid "{0, plural, one {# like} other {# likes}}" msgstr "{0, plural, one {# Gefรคllt mir} other {# Gefรคllt mir}}" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "{0, plural, one {# Mitglied} other {# Mitglieder}}" @@ -97,7 +101,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:269 +#: src/components/dms/MessageItem.tsx:350 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "{0, plural, one {# Person hat reagiert} other {# Personen haben reagiert}} โ€“ {1}" @@ -118,15 +122,15 @@ msgstr "{0, plural, one {# Sekunde} other {# Sekunden}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "{0, plural, one {# ungelesenes Element} other {# ungelesene Elemente}}" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "{0, plural, one {# Min.} other {# Min.}}" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "{0} Folge ich" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:703 msgid "{0} is blocking you" msgstr "{0} blockiert dich" @@ -273,7 +277,7 @@ msgstr "{0} von 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:345 msgid "{0} reacted {1}" msgstr "{0} hat mit {1} reagiert" @@ -326,32 +330,30 @@ msgstr "Profilbild von {0}" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:143 +#: 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'. +#. placeholder {0}: joinLinkPreview.memberCount #. placeholder {0}: preview.memberCount +#. placeholder {1}: joinLinkPreview.memberLimit #. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 msgid "{0}/{1} {2, plural, one {member} other {members}}" msgstr "{0}/{1} {2, plural, one {Mitglied} other {Mitglieder}}" -#. The number of active group chat members out of the total number allowed. -#. placeholder {0}: joinLinkPreview.memberCount -#. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:329 -msgid "{0}/{1} members" -msgstr "{0}/{1} 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 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" -msgstr "" +msgstr "{0}/{imageCount}" #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value @@ -389,7 +391,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:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "{count, plural, one {# Anfrage} other {# Anfragen}}" @@ -397,33 +399,11 @@ msgstr "{count, plural, one {# Anfrage} other {# Anfragen}}" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "{count, plural, one {# ungelesenes Element} other {# ungelesene Elemente}}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "{count, plural, one {Aktualisiere die Seite, um es zu sehen.} other {Aktualisiere die Seite, um sie alle zu sehen.}}" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "{count, plural, one {Dieser Post enthรคlt # Foto.} other {Dieser Post enthรคlt # Fotos.}}" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "{count, plural, one {Aktualisiere deine App, um es zu sehen.} other {Aktualisiere deine App, um sie alle zu sehen.}}" - #. 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 "{count, plural, other {#+ Beitrittsanfragen}}" -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "{count}+" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "{count}+ Anfragen" - #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" msgstr "{date} um {time}" @@ -441,155 +421,155 @@ msgstr "{estimatedTimeHrs, plural, one {Stunde} other {Stunden}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {Minute} other {Minuten}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: 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" -#: 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 "{firstAuthorLink} und <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} weitere Person} other {{formattedAuthorsCount} weitere Personen}} gefรคllt dein benutzerdefinierter Feed" -#: 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 "{firstAuthorLink} und <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} weiteren Person} other {{formattedAuthorsCount} weiteren Personen}} gefรคllt dein Post" -#: 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 "{firstAuthorLink} und <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} weiteren Person} other {{formattedAuthorsCount} weiteren Personen}} gefรคllt dein 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 "{firstAuthorLink} und <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} weitere Person} other {{formattedAuthorsCount} weitere Personen}} haben ihre Verifizierungen von deinem Account entfernt" -#: 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 "{firstAuthorLink} und <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} weitere Person} other {{formattedAuthorsCount} weitere Personen}} haben deinen Post repostet" -#: 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 "{firstAuthorLink} und <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} weitere Person} other {{formattedAuthorsCount} weitere Personen}} haben deinen Repost repostet" -#: 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 "{firstAuthorLink} und <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} weitere Person} other {{formattedAuthorsCount} weitere Personen}} haben sich mit deinem Startpaket registriert" -#: 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 "{firstAuthorLink} und <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} weitere Person} other {{formattedAuthorsCount} weitere Personen}} haben dich verifiziert" -#: src/view/com/notifications/NotificationFeedItem.tsx:367 +#: src/view/com/notifications/NotificationFeedItem.tsx:373 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} folgt dir" -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} folgt dir zurรผck" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} gefรคllt dein benutzerdefinierter Feed" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} gefรคllt dein Post" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:512 msgid "{firstAuthorLink} liked your repost" msgstr "{firstAuthorLink} gefรคllt dein Repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:479 +#: src/view/com/notifications/NotificationFeedItem.tsx:485 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} hat die Verifizierung deines Accounts entfernt" -#: src/view/com/notifications/NotificationFeedItem.tsx:334 +#: src/view/com/notifications/NotificationFeedItem.tsx:340 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} hat deinen Post repostet" -#: src/view/com/notifications/NotificationFeedItem.tsx:530 +#: src/view/com/notifications/NotificationFeedItem.tsx:536 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink} hat deinen Repost repostet" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:431 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} hat sich mit deinem Startpaket registriert" -#: src/view/com/notifications/NotificationFeedItem.tsx:454 +#: src/view/com/notifications/NotificationFeedItem.tsx:460 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} hat dich verifiziert" -#: 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 "{firstAuthorName} und {additionalAuthorsCount, plural, one {{formattedAuthorsCount} weitere Person} other {{formattedAuthorsCount} weitere Personen}} folgen dir" -#: 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 "{firstAuthorName} und {additionalAuthorsCount, plural, one {{formattedAuthorsCount} weitere Person} other {{formattedAuthorsCount} weitere Personen}} gefรคllt dein benutzerdefinierter Feed" -#: 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 "{firstAuthorName} und {additionalAuthorsCount, plural, one {{formattedAuthorsCount} weiteren Person} other {{formattedAuthorsCount} weiteren Personen}} gefรคllt dein Post" -#: 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 "{firstAuthorName} und {additionalAuthorsCount, plural, one {{formattedAuthorsCount} weiteren Person} other {{formattedAuthorsCount} weiteren Personen}} gefรคllt dein Repost" -#: 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 "{firstAuthorName} und {additionalAuthorsCount, plural, one {{formattedAuthorsCount} weitere Person} other {{formattedAuthorsCount} weitere Personen}} haben ihre Verifizierungen von deinem Account entfernt" -#: 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 "{firstAuthorName} und {additionalAuthorsCount, plural, one {{formattedAuthorsCount} weitere Person} other {{formattedAuthorsCount} weitere Personen}} haben deinen Post repostet" -#: 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 "{firstAuthorName} und {additionalAuthorsCount, plural, one {{formattedAuthorsCount} weitere Person} other {{formattedAuthorsCount} weitere Personen}} haben deinen Repost repostet" -#: 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 "{firstAuthorName} und {additionalAuthorsCount, plural, one {{formattedAuthorsCount} weitere Person} other {{formattedAuthorsCount} weitere Personen}} haben sich mit deinem Startpaket registriert" -#: 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 "{firstAuthorName} und {additionalAuthorsCount, plural, one {{formattedAuthorsCount} weitere Person} other {{formattedAuthorsCount} weitere Personen}} haben dich verifiziert" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:359 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} folgt dir" -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} folgt dir zurรผck" -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} gefรคllt dein benutzerdefinierter Feed" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} gefรคllt dein Post" -#: src/view/com/notifications/NotificationFeedItem.tsx:492 +#: src/view/com/notifications/NotificationFeedItem.tsx:498 msgid "{firstAuthorName} liked your repost" msgstr "{firstAuthorName} gefรคllt dein Repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:465 +#: src/view/com/notifications/NotificationFeedItem.tsx:471 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} hat die Verifizierung deines Accounts entfernt" -#: src/view/com/notifications/NotificationFeedItem.tsx:320 +#: src/view/com/notifications/NotificationFeedItem.tsx:326 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} hat deinen Post repostet" -#: src/view/com/notifications/NotificationFeedItem.tsx:516 +#: src/view/com/notifications/NotificationFeedItem.tsx:522 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName} hat deinen Repost repostet" -#: src/view/com/notifications/NotificationFeedItem.tsx:411 +#: src/view/com/notifications/NotificationFeedItem.tsx:417 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} hat sich mit deinem Starterpaket registriert" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} hat dich verifiziert" @@ -659,12 +639,12 @@ msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "{minutes, plural, one {# Minute} other {# Minuten}}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "{name} hat mit {0} auf {target} reagiert" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "{name}: {message}" @@ -697,6 +677,18 @@ msgstr "{profileName} ist Bluesky vor {timeAgoString} mit einem Startpaket beige msgid "{rank}." msgstr "{rank}." +#: src/components/dms/MessageItem.tsx:813 +msgid "{replierDisplayName} replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:809 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:807 +msgid "{replierDisplayName} replied to you" +msgstr "" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -729,7 +721,7 @@ msgstr "Verifizierungen von {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 @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "Eine Sammlung beliebter Feeds, die du auf Bluesky finden kannst, einschlieรŸlich News, Booksky, Game Dev, Blacksky, und Fountain Pens" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "eine Nachricht" @@ -873,8 +875,8 @@ msgstr "Ein Netzwerkfehler ist aufgetreten. Bitte รผberprรผfe deine Internetverb #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 #: src/screens/Messages/JoinRequests.tsx:192 #: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." @@ -955,7 +957,7 @@ msgstr "Diesen Sprachvorschlag akzeptieren" msgid "Accepted conversations" msgstr "Akzeptierte Konversationen" -#: src/components/intents/GroupChatJoinDialog.tsx:113 +#: 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." @@ -980,12 +982,12 @@ msgstr "Account" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "Account blockiert" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "Account gefolgt" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "Account ist deaktiviert" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "Account stummgeschaltet" @@ -1028,18 +1030,18 @@ msgstr "Account aus dem Schnellzugriff entfernt" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "Account entblockt" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "Account entfolgt" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "Account nicht mehr stummgeschaltet" @@ -1054,12 +1056,13 @@ msgstr "Accounts mit einem gewellten blauen Hรคkchen <0><1/> kรถnnen andere msgid "Activity from others" msgstr "Aktivitรคt von anderen" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "Hinzufรผgen" @@ -1112,11 +1115,11 @@ msgstr "Alt-Text hinzufรผgen (optional)" msgid "Add another account" msgstr "Weiteren Account hinzufรผgen" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1518 msgid "Add another post" msgstr "Einen weiteren Post hinzufรผgen" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2181 msgid "Add another post to thread" msgstr "Einen weiteren Post zum Thread hinzufรผgen" @@ -1182,13 +1185,13 @@ msgstr "Stummgeschaltete Wรถrter und Tags hinzufรผgen" msgid "Add people" msgstr "Personen hinzufรผgen" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "Personen zur Liste hinzufรผgen" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:191 msgid "Add people with a link" -msgstr "" +msgstr "Personen รผber einen Link hinzufรผgen" #: src/components/dms/EmojiPopup.android.tsx:56 msgid "Add Reaction" @@ -1214,8 +1217,8 @@ msgstr "Fรผge den folgenden DNS-Eintrag zu deiner Domain hinzu:" msgid "Add this feed to your feeds" msgstr "Fรผge diesen Feed zu deinen Feeds hinzu" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "Zu Listen hinzufรผgen" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "Zu gespeicherten Posts hinzufรผgen" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "Zu Startpaketen hinzufรผgen" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "Nutzer zur Liste hinzufรผgen" @@ -1246,8 +1249,8 @@ msgstr "Hinzugefรผgt von {0}" msgid "Added by invite link" msgstr "รœber Einladungslink hinzugefรผgt" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "Zur Liste hinzugefรผgt" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "alice@example.com" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "Alle" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "Alle {0}" @@ -1521,7 +1524,7 @@ msgid "An error occurred while loading your lists :/" msgstr "Beim Laden deiner Listen ist ein Fehler aufgetreten :/" #: src/components/StarterPack/QrCodeDialog.tsx:81 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:103 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "Beim Speichern des QR-Codes ist ein Fehler aufgetreten!" @@ -1558,7 +1561,7 @@ msgstr "Eine Illustration mehrerer Bluesky-Posts mit Repost-, Gefรคllt-mir- und #: 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 "Eine Illustration der Bluesky-App mit einem Papierflieger, der aus der App herausfliegt und das Einladen von Freunden symbolisiert" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 #: src/components/verification/VerifierDialog.tsx:88 @@ -1589,8 +1592,8 @@ msgstr "Beim ร–ffnen des Chats ist ein Problem aufgetreten" #: 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 "Ein Problem ist aufgetreten, bitte versuche es erneut." @@ -1643,7 +1646,7 @@ msgstr "Jeder" msgid "Anyone can interact" msgstr "Jeder kann interagieren" -#: src/components/intents/GroupChatJoinDialog.tsx:340 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" msgstr "Jeder kann beitreten" @@ -1796,8 +1799,8 @@ msgstr "Mรถchtest du dieses Startpaket wirklich lรถschen?" msgid "Are you sure you want to discard your changes?" msgstr "Bist du sicher, dass du deine ร„nderungen verwerfen mรถchtest?" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "Mรถchtest du {groupName} wirklich verlassen?" @@ -1814,11 +1817,11 @@ msgid "Are you sure you want to remove this from your feeds?" msgstr "Bist du sicher, dass du dies von deinen Feeds entfernen mรถchtest?" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 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:1656 +#: src/view/com/composer/Composer.tsx:1654 msgid "Are you sure you'd like to discard this post?" msgstr "Bist du sicher, dass du diesen Post verwerfen mรถchtest?" @@ -1958,10 +1961,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:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2009,8 +2012,8 @@ msgstr "{displayName} blockieren" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "Account blockieren" @@ -2088,6 +2091,10 @@ 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." @@ -2148,7 +2155,7 @@ msgstr "Bluesky macht mit Freunden mehr SpaรŸ. Mรถchtest du einige deiner Freund #: src/features/inviteFriends/InviteScannerScreen.tsx:105 msgid "Bluesky needs camera access to scan QR codes from other profiles." -msgstr "" +msgstr "Bluesky benรถtigt Zugriff auf die Kamera, um QR-Codes von anderen Profilen scannen zu kรถnnen." #: src/screens/Takendown.tsx:213 msgid "Bluesky Social Terms of Service" @@ -2196,7 +2203,7 @@ msgstr "VerstoรŸ gegen die Regeln der Website" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:200 msgid "Bring up to 50 friends together in one chat." -msgstr "" +msgstr "Bringe bis zu 50 Freunde in einem Chat zusammen." #: src/view/com/feeds/ProfileFeedgens.tsx:167 #: src/view/com/feeds/ProfileFeedgens.tsx:168 @@ -2260,7 +2267,7 @@ msgstr "Button, um zur Startseite zurรผckzukehren" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:181 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2269,18 +2276,18 @@ msgstr "Von {0}" #. placeholder {0}: authorProfile.handle #: src/components/Post/Embed/StandardSiteEmbed/StandardSiteMetaRow.tsx:77 msgid "by @{0}" -msgstr "" +msgstr "von @{0}" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:363 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "Von <0>{0}" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" msgstr "Von <0>{ownerDisplayName}" @@ -2314,7 +2321,7 @@ msgstr "Kamera" #: src/features/inviteFriends/InviteScannerScreen.tsx:96 msgid "Camera access needed" -msgstr "" +msgstr "Kamerazugriff erforderlich" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:213 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:133 @@ -2348,10 +2355,10 @@ msgstr "" #: src/screens/Deactivated.tsx:150 #: src/screens/Messages/components/InviteLinkDialog.tsx:500 #: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,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:1732 +#: src/view/com/composer/Composer.tsx:1742 #: 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 @@ -2380,6 +2387,10 @@ msgstr "Post zitieren abbrechen" msgid "Cancel reactivation and sign out" msgstr "Reaktivierung abbrechen und ausloggen" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "Suche abbrechen" @@ -2481,7 +2492,7 @@ msgstr "ร„nderungen am Startpaket werden nach der Erstellung nicht in der Liste #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,7 +2509,7 @@ msgid "Chat ended" msgstr "Chat beendet" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:256 +#: src/components/intents/GroupChatJoinDialog.tsx:269 #: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" msgstr "Dieser Chat-Einladungslink ist nicht mehr verfรผgbar" @@ -2520,14 +2531,14 @@ msgctxt "toast" msgid "Chat muted" msgstr "Chat stummgeschaltet" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." -msgstr "" +msgstr "Chat nicht gefunden." -#: src/components/moderation/BlockDialog.tsx:292 +#: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." -msgstr "" +msgstr "Chat-Inhaber kรถnnen einen Gruppenchat nicht verlassen." #: src/components/dms/dialogs/NewChatDialog.tsx:73 msgid "Chat recipient is not followed by the sender." @@ -2544,10 +2555,10 @@ msgstr "Chat-Anfragen" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "Chat-Einstellungen" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Chat nicht mehr stummgeschaltet" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "Chats" @@ -2731,7 +2742,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:533 +#: src/components/dms/MessageItem.tsx:622 msgid "Click to retry failed message" msgstr "Klicke hier, um die fehlgeschlagene Nachricht erneut zu senden" @@ -2745,6 +2756,7 @@ msgstr "Klicke hier, um die fehlgeschlagene Nachricht erneut zu senden" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "Klicke hier, um die fehlgeschlagene Nachricht erneut zu senden" #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:233 -#: src/components/intents/GroupChatJoinDialog.tsx:268 +#: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2804,10 +2816,6 @@ msgstr "Meldung schlieรŸen" msgid "Close banner" msgstr "Banner schlieรŸen" -#: src/view/com/util/BottomSheetCustomBackdrop.tsx:36 -msgid "Close bottom drawer" -msgstr "Untere Schublade schlieรŸen" - #. Accessibility label for the button that dismisses the GIF picker error dialog. #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:223 #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:229 @@ -2822,7 +2830,7 @@ msgstr "Untere Schublade schlieรŸen" msgid "Close dialog" msgstr "Dialog schlieรŸen" -#: src/view/shell/index.web.tsx:129 +#: src/view/shell/index.web.tsx:127 msgid "Close drawer menu" msgstr "Seitenmenรผ schlieรŸen" @@ -2844,16 +2852,16 @@ msgstr "Menรผ schlieรŸen" #: src/features/inviteFriends/InviteScannerScreen.tsx:167 msgid "Close scanner" -msgstr "" +msgstr "Scanner schlieรŸen" #: src/screens/Messages/components/RequestStatus.tsx:83 msgid "Close the incoming requests banner" msgstr "Banner mit eingehenden Anfragen schlieรŸen" -#: src/components/intents/GroupChatJoinDialog.tsx:226 -#: src/components/intents/GroupChatJoinDialog.tsx:227 -#: src/components/intents/GroupChatJoinDialog.tsx:263 -#: src/components/intents/GroupChatJoinDialog.tsx:264 +#: 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 msgid "Close this dialog" msgstr "Diesen Dialog schlieรŸen" @@ -2866,21 +2874,21 @@ msgstr "Willkommensfenster schlieรŸen" msgid "Closes password update alert" msgstr "SchlieรŸt die Passwort-Update-Benachrichtigung" -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1740 msgid "Closes post composer and discards post draft" msgstr "SchlieรŸt den Post-Editor und verwirft den Post-Entwurf" -#: src/view/com/notifications/NotificationFeedItem.tsx:605 +#: src/view/com/notifications/NotificationFeedItem.tsx:611 msgid "Collapse list of users" msgstr "Nutzerliste einklappen" -#: src/view/com/notifications/NotificationFeedItem.tsx:953 +#: src/view/com/notifications/NotificationFeedItem.tsx:959 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 msgid "Color" -msgstr "" +msgstr "Farbe" #: src/components/dialogs/Embed.tsx:150 #: src/screens/Settings/AppearanceSettings.tsx:81 @@ -2920,7 +2928,7 @@ msgid "Compose new post" msgstr "Neuen Post verfassen" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1618 +#: src/view/com/composer/Composer.tsx:1616 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}}" @@ -2928,11 +2936,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:2580 +#: src/view/com/composer/Composer.tsx:2578 msgid "Compressing GIF..." msgstr "GIF wird komprimiert..." -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing video..." msgstr "Video wird komprimiert..." @@ -3100,7 +3108,7 @@ msgstr "Weiter zum nรคchsten Schritt" msgid "Conversation" msgstr "Konversation" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "Konversation gelรถscht" @@ -3127,7 +3135,7 @@ msgid "Copied build version to clipboard" msgstr "Die Build-Version wurde in die Zwischenablage kopiert" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3154,12 @@ msgstr "Kopiert!" msgid "Copies build version to clipboard" msgstr "Kopiert die Build-Version in die Zwischenablage" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" -msgstr "" +msgstr "Kopiert die kanonische Profil-URL in die Zwischenablage" #: src/components/StarterPack/QrCodeDialog.tsx:198 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:265 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "Kopieren" @@ -3159,8 +3167,8 @@ msgstr "Kopieren" msgid "Copy App Password" msgstr "App-Passwort kopieren" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "at://-URI kopieren" @@ -3175,8 +3183,8 @@ msgid "Copy code" msgstr "Kopiere den Code" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "DID kopieren" @@ -3184,9 +3192,9 @@ msgstr "DID kopieren" msgid "Copy host" msgstr "Host kopieren" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:254 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" -msgstr "" +msgstr "Einladungslink kopieren" #: src/components/dms/ChatInvite/Root.tsx:91 #: src/components/StarterPack/ShareDialog.tsx:115 @@ -3210,8 +3218,8 @@ msgstr "Link zur Liste kopieren" msgid "Copy link to post" msgstr "Link zum Post kopieren" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "Link zum Profil kopieren" @@ -3219,8 +3227,8 @@ msgstr "Link zum Profil kopieren" msgid "Copy link to starter pack" msgstr "Link zum Startpaket kopieren" -#: src/components/dms/MessageContextMenu.tsx:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "Nachrichtentext kopieren" @@ -3249,9 +3257,9 @@ msgstr "TXT-Eintragswert kopieren" msgid "Copyright Policy" msgstr "Urheberrechtsrichtlinie" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" -msgstr "" +msgstr "QR-Code konnte nicht erfasst werden" #: src/view/com/feeds/MissingFeed.tsx:42 msgid "Could not connect to custom feed" @@ -3261,13 +3269,13 @@ msgstr "Verbindung zum benutzerdefinierten Feed konnte nicht hergestellt werden" msgid "Could not connect to feed service" msgstr "Verbindung zum Feed-Dienst konnte nicht hergestellt werden" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:120 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" -msgstr "" +msgstr "Konnte nicht kopiert werden โ€“ bitte versuche es erneut" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" -msgstr "" +msgstr "Konnte nicht heruntergeladen werden โ€“ bitte versuche es erneut" #: src/screens/Messages/components/MessageInputEmbed.tsx:200 msgid "Could not fetch post" @@ -3294,9 +3302,9 @@ msgstr "Nicht alle รœbereinstimmungen konnten gefolgt werden. {0}" msgid "Could not leave chat" msgstr "Du konntest den Chat nicht verlassen" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." -msgstr "" +msgstr "Chat konnte nicht verlassen werden." #: src/screens/Profile/ProfileFeed/index.tsx:73 msgid "Could not load feed" @@ -3308,9 +3316,9 @@ msgstr "Feed konnte nicht geladen werden" msgid "Could not load list" msgstr "Liste konnte nicht geladen werden" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:169 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" -msgstr "" +msgstr "Profil konnte nicht geladen werden" #: src/components/dms/ConvoMenu.tsx:212 msgid "Could not mute chat" @@ -3320,18 +3328,18 @@ msgstr "Chat konnte nicht stummgeschaltet werden" msgid "Could not process your video" msgstr "Video konnte nicht verarbeitet werden" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." -msgstr "" +msgstr "Mitglied konnte nicht entfernt werden." #. placeholder {0}: cleanError(error) #: src/components/activity-notifications/SubscribeProfileDialog.tsx:295 msgid "Could not save changes: {0}" msgstr "ร„nderungen konnten nicht gespeichert werden: {0}" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" -msgstr "" +msgstr "Konnte nicht geteilt werden โ€“ bitte versuche es erneut" #: src/state/queries/notifications/settings.ts:49 msgid "Could not update notification settings" @@ -3394,12 +3402,12 @@ msgstr "Ein Startpaket fรผr mich erstellen" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:314 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3457,13 @@ msgstr "Liste aus Startpaket erstellen" msgid "Create moderation list" msgstr "Moderationsliste erstellen" -#: src/screens/Messages/JoinRequest.tsx:308 +#: 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 "Neuen Account erstellen" -#: src/screens/Messages/ConversationSettings/index.tsx:553 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "Einen Einladungslink fรผr diesen Gruppenchat erstellen oder bearbeiten" @@ -3479,7 +3487,7 @@ msgstr "Nutzerliste erstellen" #. placeholder {0}: i18n.date(createdAt, { dateStyle: 'long', timeStyle: 'short', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) #: src/screens/Messages/components/InviteLinkDialog.tsx:355 -#: src/screens/Messages/ConversationSettings/index.tsx:505 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "Erstellt {0}" @@ -3494,7 +3502,7 @@ msgstr "Kultur" #: src/components/moderation/BlockDialog.tsx:378 msgid "Current chat" -msgstr "" +msgstr "Aktueller Chat" #: src/components/dialogs/ServerInput.tsx:152 #: src/components/dialogs/ServerInput.tsx:154 @@ -3539,11 +3547,11 @@ msgstr "Geburtsdatum" #: src/features/inviteFriends/components/ThemePicker.tsx:28 msgid "Dawn" -msgstr "" +msgstr "Morgen" #: src/features/inviteFriends/components/ThemePicker.tsx:29 msgid "Day" -msgstr "" +msgstr "Tag" #: src/screens/Settings/AccountSettings.tsx:179 #: src/screens/Settings/AccountSettings.tsx:184 @@ -3624,7 +3632,7 @@ msgstr "Kontakte lรถschen" msgid "Delete conversation" msgstr "Konversation lรถschen" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "Fรผr mich lรถschen" @@ -3637,7 +3645,7 @@ msgstr "Liste lรถschen" msgid "Delete message" msgstr "Nachricht lรถschen" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "Nachricht fรผr mich lรถschen" @@ -3647,7 +3655,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:1630 +#: src/view/com/composer/Composer.tsx:1628 msgid "Delete post" msgstr "Post lรถschen" @@ -3689,6 +3697,10 @@ 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 @@ -3794,9 +3806,9 @@ msgstr "Deaktiviert" #: 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:1411 +#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1661 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3819,14 @@ msgstr "Verwerfen" msgid "Discard changes?" msgstr "ร„nderungen verwerfen?" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1409 #: 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:1428 -#: src/view/com/composer/Composer.tsx:1655 +#: src/view/com/composer/Composer.tsx:1426 +#: src/view/com/composer/Composer.tsx:1653 msgid "Discard post?" msgstr "Post verwerfen?" @@ -3852,7 +3864,7 @@ msgstr "Verwerfen" msgid "Dismiss banner" msgstr "Banner schlieรŸen" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2499 msgid "Dismiss error" msgstr "Fehler verwerfen" @@ -3879,7 +3891,7 @@ msgstr "Diesen Vorschlag verwerfen" #: src/features/inviteFriends/InviteScannerScreen.tsx:168 msgid "Dismisses the QR scanner" -msgstr "" +msgstr "SchlieรŸt den QR-Scanner" #: src/screens/Settings/AccessibilitySettings.tsx:70 #: src/screens/Settings/AccessibilitySettings.tsx:75 @@ -3949,8 +3961,8 @@ msgstr "Keine Sorge! Alle vorhandenen Nachrichten und Einstellungen werden gespe #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:146 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3975,7 @@ msgstr "Keine Sorge! Alle vorhandenen Nachrichten und Einstellungen werden gespe msgid "Done" msgstr "Fertig" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "Fertig" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:520 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" @@ -3983,7 +3989,7 @@ msgstr "Doppelt tippen, um โ€žGefรคllt mirโ€œ zu geben" #: src/features/inviteFriends/components/ActionButtons.tsx:36 msgid "Download" -msgstr "" +msgstr "Herunterladen" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:329 msgid "Download Bluesky" @@ -4005,7 +4011,7 @@ msgstr "Bild herunterladen" #: src/features/inviteFriends/components/ActionButtons.tsx:31 msgid "Download invite QR code" -msgstr "" +msgstr "QR-Code fรผr Einladungen herunterladen" #: src/screens/Settings/components/ExportCarDialog.tsx:118 msgid "Download profile data" @@ -4041,7 +4047,7 @@ msgstr "Dauer: " #: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Dusk" -msgstr "" +msgstr "Abend" #: src/screens/Settings/components/ChangeHandleDialog.tsx:237 msgid "e.g. alice" @@ -4087,8 +4093,8 @@ msgstr "Essstรถrungen" msgid "Edit" msgstr "Bearbeiten" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "Bearbeiten" @@ -4102,8 +4108,8 @@ msgstr "Profilbild bearbeiten" msgid "Edit Feeds" msgstr "Feeds bearbeiten" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "Gruppenname bearbeiten" @@ -4141,8 +4147,8 @@ msgstr "Link-Einstellungen bearbeiten" msgid "Edit list details" msgstr "Details der Liste bearbeiten" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "Live-Status bearbeiten" @@ -4155,7 +4161,7 @@ msgstr "Moderationsliste bearbeiten" msgid "Edit My Feeds" msgstr "Meine Feeds bearbeiten" -#: src/screens/Messages/ConversationSettings/index.tsx:540 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "Name bearbeiten" @@ -4184,8 +4190,8 @@ msgstr "Profil bearbeiten" msgid "Edit starter pack" msgstr "Startpaket bearbeiten" -#: src/screens/Messages/ConversationSettings/index.tsx:486 -#: src/screens/Messages/ConversationSettings/index.tsx:539 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "Namen dieses Gruppenchats bearbeiten" @@ -4402,7 +4408,7 @@ msgstr "Vollbildmodus aktivieren" msgid "Entertainment" msgstr "Unterhaltung" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2598 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Fehler" @@ -4481,7 +4487,7 @@ msgstr "Vollbildmodus beenden" msgid "Expand alt text" msgstr "Alt-Text erweitern" -#: src/view/com/notifications/NotificationFeedItem.tsx:606 +#: src/view/com/notifications/NotificationFeedItem.tsx:612 msgid "Expand list of users" msgstr "Liste der Nutzer erweitern" @@ -4596,8 +4602,8 @@ msgstr "Chat konnte nicht angenommen werden" msgid "Failed to accept join request" msgstr "Beitrittsanfrage konnte nicht angenommen werden" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "Fehler beim Hinzufรผgen der Emoji-Reaktion" @@ -4606,6 +4612,10 @@ msgstr "Fehler beim Hinzufรผgen der Emoji-Reaktion" msgid "Failed to add members" msgstr "Mitglieder konnten nicht hinzugefรผgt werden" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "Hinzufรผgen zum Startpaket fehlgeschlagen" @@ -4615,7 +4625,7 @@ msgid "Failed to change handle. Please try again." msgstr "Fehler beim ร„ndern des Handles. Bitte versuche es erneut." #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:129 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "Link konnte nicht kopiert werden" @@ -4664,7 +4674,7 @@ msgstr "Einladungslink konnte nicht deaktiviert werden" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "Germ DM konnte nicht getrennt werden. Fehler: {0}" -#: src/screens/Messages/ConversationSettings/index.tsx:374 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "Gruppenchat-Name konnte nicht bearbeitet werden" @@ -4692,7 +4702,7 @@ msgstr "Vorschlag konnte nicht ausgeblendet werden. Bitte รผberprรผfe deine Inte msgid "Failed to ignore join request" msgstr "Beitrittsanfrage konnte nicht ignoriert werden" -#: src/components/intents/GroupChatJoinDialog.tsx:137 +#: 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." @@ -4700,14 +4710,14 @@ msgstr "Du konntest dem Gruppenchat nicht beitreten. Bitte versuche es erneut." msgid "Failed to launch SMS app" msgstr "SMS-App konnte nicht gestartet werden" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:401 +#: 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 "Gruppenchat konnte nicht verlassen werden" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "Fehler beim Laden der Konversationen" @@ -4753,15 +4763,20 @@ msgstr "Die vorgeschlagenen Feeds konnten nicht geladen werden." msgid "Failed to load suggested follows" msgstr "Die vorgeschlagenen Accounts, denen du folgen solltest, konnten nicht geladen werden" -#: src/screens/Messages/ConversationSettings/index.tsx:426 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "Gruppenchat konnte nicht gesperrt werden" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +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 msgid "Failed to mark all requests as read" msgstr "Fehler beim Markieren aller Anfragen als gelesen" -#: src/screens/Messages/ConversationSettings/index.tsx:390 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "Gruppenchat konnte nicht stummgeschaltet werden" @@ -4783,12 +4798,16 @@ msgstr "Daten konnten aufgrund eines Netzwerkfehlers nicht entfernt werden. Bitt msgid "Failed to remove data. {0}" msgstr "Daten konnten nicht entfernt werden. {0}" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:111 +#: 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 "" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "Fehler beim Entfernen aus dem Startpaket" @@ -4802,7 +4821,7 @@ msgstr "Gruppenmitglied konnte nicht entfernt werden" msgid "Failed to remove verification" msgstr "Verifizierung konnte nicht entfernt werden" -#: src/components/intents/GroupChatJoinDialog.tsx:180 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." msgstr "Deine Anfrage konnte nicht zurรผckgezogen werden. Bitte versuche es erneut." @@ -4811,7 +4830,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:648 +#: src/view/com/composer/Composer.tsx:646 msgid "Failed to save draft" msgstr "Fehler beim Speichern des Entwurfs" @@ -4854,7 +4873,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "Du konntest die Stummschaltung des Threads nicht aktivieren oder deaktivieren. Bitte versuche es erneut" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:435 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "Gruppenchat konnte nicht entsperrt werden" @@ -5038,7 +5057,7 @@ msgstr "Accounts zum Folgen finden" #: src/screens/Settings/Settings.tsx:216 #: src/screens/Settings/Settings.tsx:219 msgid "Find and invite friends" -msgstr "" +msgstr "Freunde finden und einladen" #: src/Navigation.tsx:436 #: src/Navigation.tsx:569 @@ -5060,7 +5079,7 @@ msgstr "Finde Leute zum Folgen" #: src/screens/Settings/FindContactsSettings.tsx:130 msgid "Find people you know" -msgstr "" +msgstr "Personen finden, die du kennst" #: src/screens/Search/Shell.tsx:537 msgid "Find posts, users, and feeds on Bluesky" @@ -5116,16 +5135,16 @@ msgstr "Suchfeld fokussieren" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 "Folgen" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "{0} folgen" @@ -5149,8 +5168,8 @@ msgstr "Folge 10 Personen, um loszulegen" msgid "Follow 7 accounts" msgstr "Folge 7 Accounts" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "Account folgen" @@ -5173,9 +5192,9 @@ msgstr "Allen Accounts folgen" #. 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:423 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "Ebenfalls folgen" @@ -5211,7 +5230,7 @@ msgstr "Gefolgt von <0>{0} und <1>{1}" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "Gefolgt von <0>{0}, <1>{1} und {2, plural, one {# anderer Person} other {# anderen}}" -#: src/components/intents/GroupChatJoinDialog.tsx:339 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" msgstr "Follower kรถnnen beitreten" @@ -5231,10 +5250,10 @@ msgstr "Follower, die du kennst" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 "Folge ich" @@ -5249,7 +5268,7 @@ msgstr "Folge ich" #. 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 "Du folgst jetzt {0}" @@ -5336,7 +5355,7 @@ msgstr "Vergessen?" #. 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 "Vier Sprechblasen, die einen Gruppenchat darstellen. Erste Nachricht: โ€žHast du schon das Neueste gehรถrt? Bluesky hat jetzt Gruppenchats!โ€œ Zweite Nachricht: โ€žOMG, niemalsโ€œ Dritte Nachricht: โ€žWow, 50 Personen in einem Chat!โ€œ Vierte Nachricht: โ€žDu kannst sogar Einladungslinks versenden!โ€œ" #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:12 msgid "Free your feed" @@ -5467,7 +5486,7 @@ msgstr "Los geht's" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2603 msgid "GIF uploaded" msgstr "GIF hochgeladen" @@ -5526,8 +5545,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "Zur Startseite" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "Live gehen" @@ -5538,8 +5557,8 @@ msgstr "Live gehen" msgid "Go Live" msgstr "Live gehen" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "Live gehen (deaktiviert)" @@ -5547,7 +5566,7 @@ msgstr "Live gehen (deaktiviert)" msgid "Go live for" msgstr "Live gehen fรผr" -#: src/view/com/notifications/NotificationFeedItem.tsx:250 +#: src/view/com/notifications/NotificationFeedItem.tsx:256 msgid "Go to {firstAuthorName}'s profile" msgstr "Zum Profil von {firstAuthorName} gehen" @@ -5605,7 +5624,7 @@ msgstr "Verstanden" #: src/features/inviteFriends/InviteScannerScreen.tsx:108 #: src/features/inviteFriends/InviteScannerScreen.tsx:113 msgid "Grant access" -msgstr "" +msgstr "Zugriff gewรคhren" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 @@ -5622,9 +5641,9 @@ msgstr "Drastische Gewaltdarstellungen" msgid "Grooming or predatory behavior" msgstr "Grooming oder ausbeuterisches Verhalten" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:321 -#: src/screens/Messages/JoinRequest.tsx:129 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" msgstr "Gruppenchat" @@ -5632,17 +5651,17 @@ msgstr "Gruppenchat" msgid "Group chat invite link dialog" msgstr "Dialog fรผr Einladungslink des Gruppenchats" -#: src/screens/Messages/ConversationSettings/index.tsx:417 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "Gruppenchat gesperrt" -#: src/screens/Messages/ConversationSettings/index.tsx:382 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "Gruppenchat stummgeschaltet" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "Name des Gruppenchats aktualisiert" @@ -5653,23 +5672,23 @@ msgid "Group chat settings" msgstr "Gruppenchat-Einstellungen" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "Gruppenchat entsperrt" -#: src/screens/Messages/ConversationSettings/index.tsx:385 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "Gruppenchat nicht mehr stummgeschaltet" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:181 msgid "Group Chats" -msgstr "" +msgstr "Gruppenchats" #: src/screens/Messages/Settings.tsx:199 msgid "Group chats are only available to users 18 and over." -msgstr "" +msgstr "Gruppenchats sind nur fรผr Nutzer ab 18 Jahren verfรผgbar." #. placeholder {0}: convo.details.memberLimit #: src/screens/Messages/components/InviteLinkDialog.tsx:205 @@ -5682,12 +5701,12 @@ msgstr "Gruppe ist gesperrt" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "Gruppenname" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "Gruppenname ist zu lang. {MAX_GROUP_NAME_GRAPHEME_LENGTH, plural, other {Die maximale Anzahl an Zeichen betrรคgt #.}}" @@ -5829,7 +5848,7 @@ msgstr "Ausgeblendete Liste" msgid "Hide" msgstr "Ausblenden" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "Ausblenden" @@ -5904,7 +5923,7 @@ msgstr "Angesagte Themen ausblenden?" msgid "Hide trending videos?" msgstr "Angesagte Videos ausblenden?" -#: src/view/com/notifications/NotificationFeedItem.tsx:951 +#: src/view/com/notifications/NotificationFeedItem.tsx:957 msgid "Hide user list" msgstr "Nutzerliste ausblenden" @@ -5920,7 +5939,7 @@ msgstr "Blendet den Inhalt aus" #: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 msgid "Hides the invite friends promo banner" -msgstr "" +msgstr "Blendet das Banner โ€žFreunde einladenโ€œ aus" #: 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." @@ -5960,7 +5979,7 @@ msgstr "Einen Moment! Wir gewรคhren nach und nach Zugriff auf dieses Video und d #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6166,7 +6185,7 @@ msgstr "Kontakte importieren" #: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 msgid "Import contacts or invite your friends" -msgstr "" +msgstr "Kontakte importieren oder Freunde einladen" #: src/components/contacts/FindContactsBannerNUX.tsx:33 #: src/components/contacts/FindContactsBannerNUX.tsx:72 @@ -6210,7 +6229,7 @@ msgstr "In-App, Push, alle" msgid "In-app, push, people you follow" msgstr "In-App, Push, Personen, denen du folgst" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "Posteingang leer" @@ -6257,7 +6276,7 @@ msgstr "Wir stellen vor, wie man รผber Kontakte Freunde findet" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:99 msgid "Introducing group chats" -msgstr "" +msgstr "Einfรผhrung von Gruppenchats" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:38 msgid "Introducing saved posts AKA bookmarks" @@ -6268,7 +6287,7 @@ msgstr "Einfรผhrung gespeicherter Posts, auch bekannt als Lesezeichen" msgid "Invalid 2FA confirmation code." msgstr "Ungรผltiger 2FA-Bestรคtigungscode." -#: src/components/intents/GroupChatJoinDialog.tsx:147 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." msgstr "Ungรผltiger Gruppenchat-Code." @@ -6290,7 +6309,7 @@ msgstr "Ungรผltige Telefonnummer" msgid "Invalid report subject" msgstr "Ungรผltiges Meldethema" -#: src/components/intents/GroupChatJoinDialog.tsx:187 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." msgstr "Anfrage konnte nicht zurรผckgezogen werden." @@ -6315,15 +6334,15 @@ 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:140 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" -msgstr "" +msgstr "Freunde einladen" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:155 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "Freunde einladen" @@ -6336,19 +6355,19 @@ msgstr "Freunde einladen <0/>" #: src/screens/Messages/components/InviteLinkDialog.tsx:335 #: src/screens/Messages/components/InviteLinkDialog.tsx:514 #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 -#: src/screens/Messages/ConversationSettings/index.tsx:556 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "Einladungslink" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:213 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "Einladungslink" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" -msgstr "" +msgstr "Einladungslink kopiert" #: src/components/dms/getSystemMessageInfo.ts:120 msgid "Invite link created" @@ -6374,7 +6393,7 @@ msgstr "Lade Leute zu diesem Startpaket ein!" #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:91 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:144 msgid "Invite your friends" -msgstr "" +msgstr "Lade deine Freunde ein" #: src/screens/StarterPack/Wizard/StepDetails.tsx:37 msgid "Invite your friends to follow your favorite feeds and people" @@ -6410,7 +6429,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:2520 +#: src/view/com/composer/Composer.tsx:2518 msgid "Job ID: {0}" msgstr "Job-ID: {0}" @@ -6420,7 +6439,7 @@ msgid "Jobs" msgstr "Jobs" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:282 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" msgstr "Beitreten" @@ -6431,12 +6450,12 @@ msgstr "Beitreten" msgid "Join Bluesky" msgstr "Tritt Bluesky bei" -#: src/components/intents/GroupChatJoinDialog.tsx:71 -#: src/components/intents/GroupChatJoinDialog.tsx:448 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" msgstr "Gruppenchat beitreten" -#: src/components/intents/GroupChatJoinDialog.tsx:176 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." msgstr "Beitrittsanfrage zurรผckgezogen." @@ -6450,8 +6469,8 @@ msgstr "An der Konversation teilnehmen" msgid "Journalism" msgstr "Journalismus" -#: src/view/com/composer/Composer.tsx:1461 -#: src/view/com/composer/Composer.tsx:1471 +#: src/view/com/composer/Composer.tsx:1459 +#: src/view/com/composer/Composer.tsx:1469 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "Weiter bearbeiten" @@ -6463,7 +6482,7 @@ msgstr "Halte mich auf dem Laufenden" #: src/components/moderation/BlockDialog.tsx:365 #: src/components/moderation/BlockDialog.tsx:372 msgid "Kick member" -msgstr "" +msgstr "Mitglied entfernen" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" @@ -6609,7 +6628,7 @@ msgid "Learn more." msgstr "Mehr erfahren." #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:590 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "Verlassen" @@ -6623,8 +6642,8 @@ msgstr "Verlassen" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "Chat verlassen" @@ -6644,12 +6663,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "Konversation verlassen" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "Gruppenchat verlassen" -#: src/screens/Messages/ConversationSettings/index.tsx:589 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "Diesen Gruppenchat verlassen" @@ -6658,13 +6677,13 @@ msgstr "Diesen Gruppenchat verlassen" msgid "Leaving Bluesky" msgstr "Bluesky verlassen" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: src/screens/Messages/ConversationSettings/prompts.tsx:153 msgid "Leaving this chat will lock it permanently and you wonโ€™t be able to rejoin." msgstr "Wenn du diesen Chat verlรคsst, wird er dauerhaft gesperrt und du kannst ihm nicht erneut beitreten." -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." -msgstr "" +msgstr "Gruppenchat verlassen." #: src/screens/SignupQueued.tsx:158 msgid "left to go." @@ -6935,9 +6954,9 @@ msgstr "Neue Mitteilungen laden" msgid "Load new posts" msgstr "Neue Posts laden" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "Chat wird geladenโ€ฆ" @@ -6954,23 +6973,23 @@ msgstr "Post-Interaktionseinstellungen werden geladen..." msgid "Loading..." msgstr "Wird geladen..." -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "Sperren" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "Gruppenchat sperren" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "Gruppenchat sperren?" -#: src/screens/Messages/ConversationSettings/index.tsx:568 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "Diesen Gruppenchat sperren" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "Gesperrt" @@ -7051,6 +7070,16 @@ msgstr "Verwalte deine stummgeschalteten Wรถrter und Tags" 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 +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 +msgid "Mark all requests as read" +msgstr "Alle Anfragen als gelesen markieren" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7089,14 @@ msgstr "Als gelesen markieren" msgid "Marked all as read" msgstr "Alle als gelesen markiert" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "Alle Chats als gelesen markiert" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "Alle Anfragen als gelesen markiert" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,16 +7120,16 @@ msgstr "Auf einem anderen Gerรคt gespeicherte Medien" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Medien, die fรผr einige Zielgruppen verstรถrend oder unangemessen sein kรถnnten." -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." -msgstr "" +msgstr "Mitglied aus dem Gruppenchat entfernt." #. The heading above the list of chat members. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:34 msgid "Members" msgstr "Mitglieder" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "Mitglieder kรถnnen weiterhin den Chatverlauf lesen, aber keine neuen Nachrichten senden." @@ -7111,13 +7148,13 @@ msgstr "Erwรคhnungen" msgid "Menu" msgstr "Menรผ" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "Nachricht" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 +#: 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" @@ -7132,7 +7169,7 @@ msgstr "{0} anschreiben" msgid "Message {displayName}" msgstr "Nachricht an {displayName} senden" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "Nachricht gelรถscht" @@ -7141,13 +7178,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Nachricht gelรถscht" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:616 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:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "Nachricht von @{0}: {1}" @@ -7156,21 +7193,21 @@ msgstr "Nachricht von @{0}: {1}" msgid "Message from server: {0}" msgstr "Nachricht vom Server: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "Nachrichteneingabefeld" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 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:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "Nachrichtenoptionen" @@ -7178,11 +7215,11 @@ msgstr "Nachrichtenoptionen" msgid "Messages" msgstr "Nachrichten" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:715 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:621 +#: src/components/dms/MessageItem.tsx:710 msgid "Messages from this person are hidden while you are blocking them." msgstr "Nachrichten dieser Person sind ausgeblendet, solange du sie blockierst." @@ -7219,8 +7256,8 @@ msgstr "Moderationsdetails" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "Moderationsliste von {0}" @@ -7228,7 +7265,7 @@ msgstr "Moderationsliste von {0}" msgid "Moderation list by <0/>" msgstr "Moderationsliste von <0/>" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "Moderationsliste von dir" @@ -7281,8 +7318,8 @@ msgstr "Weitere Sprachen..." #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "Mehr Optionen" @@ -7302,7 +7339,7 @@ msgstr "Filme" msgid "Music" msgstr "Musik" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "Stummschalten" @@ -7320,8 +7357,8 @@ msgstr "{0} stummschalten" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "Account stummschalten" @@ -7347,7 +7384,7 @@ msgstr "Liste stummschalten" msgid "Mute these accounts?" msgstr "Diese Accounts stummschalten?" -#: src/screens/Messages/ConversationSettings/index.tsx:530 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "Diesen Gruppenchat stummschalten" @@ -7387,9 +7424,9 @@ msgstr "Wรถrter und Tags stummschalten" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:207 msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." -msgstr "" +msgstr "Personen jederzeit stummschalten, entfernen oder den Chat verlassen. Es ist dein Chat." -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "Stummgeschaltet" @@ -7421,7 +7458,7 @@ msgstr "Stummschaltung ist privat. Stummgeschaltete Accounts kรถnnen mit dir int #: src/components/moderation/BlockDialog.tsx:174 msgid "Mutual group chats" -msgstr "" +msgstr "Gemeinsame Gruppenchats" #: src/components/dialogs/BirthDateSettings.tsx:54 #: src/components/dialogs/BirthDateSettings.tsx:58 @@ -7480,7 +7517,7 @@ 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:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "Neu" @@ -7490,21 +7527,21 @@ msgctxt "action" msgid "New" msgstr "Neu" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: 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}" -#: 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 "{postsCount, plural, one {Neuer Post} other {Neue Posts}} von {firstAuthorName}" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "Neuer Chat" @@ -7592,11 +7629,11 @@ msgctxt "action" msgid "New post" msgstr "Neuer Post" -#: 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 "Neue Posts von {firstAuthorLink} und <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} weiterer Person} other {{formattedAuthorsCount} weiteren Personen}} " -#: 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 "Neue Posts von {firstAuthorName} und {additionalAuthorsCount, plural, one {{formattedAuthorsCount} weiterer} other {{formattedAuthorsCount} weitere}}" @@ -7646,7 +7683,7 @@ msgstr "Nรคchstes Bild" #: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Night" -msgstr "" +msgstr "Nacht" #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:32 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." @@ -7718,7 +7755,7 @@ msgstr "Keine Listen" #. 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 "Du folgst {0} nicht mehr" @@ -7726,7 +7763,7 @@ msgstr "Du folgst {0} nicht mehr" msgid "No media yet" msgstr "Noch keine Medien" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "Noch keine Nachrichten" @@ -7763,7 +7800,7 @@ msgstr "Niemanden" msgid "No one but the author can quote this post." msgstr "Niemand auรŸer dem Autor kann diesen Post zitieren." -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "Niemand kann Nachrichten senden" @@ -7831,6 +7868,11 @@ 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" @@ -7875,7 +7917,7 @@ msgstr "Nicht-sexuelle Nacktheit" #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" -msgstr "" +msgstr "Auf dieser Plattform nicht verfรผgbar" #: src/screens/FindContactsFlowScreen.tsx:62 #: src/screens/Settings/FindContactsSettings.tsx:106 @@ -7895,7 +7937,7 @@ msgstr "Nicht gefunden" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "Noch nicht bereit zum Posten? Bewahre deine besten Ideen in den Entwรผrfen auf, bis der richtige Moment gekommen ist." -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "Hinweis รผber das Teilen" @@ -7931,7 +7973,7 @@ msgstr "Mitteilungstรถne" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8017,7 @@ msgstr "OK" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:722 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8008,11 +8050,11 @@ 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:864 +#: src/view/com/composer/Composer.tsx:862 msgid "One or more GIFs is missing alt text." msgstr "Bei einem oder mehreren GIFs fehlen Alt-Texte." -#: src/view/com/composer/Composer.tsx:861 +#: src/view/com/composer/Composer.tsx:859 msgid "One or more images is missing alt text." msgstr "Bei einem oder mehreren Bildern fehlen Alt-Texte." @@ -8024,11 +8066,11 @@ msgstr "Eine oder mehrere deiner ausgewรคhlten Dateien werden nicht unterstรผtzt 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:659 +#: src/view/com/composer/Composer.tsx:657 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:871 +#: src/view/com/composer/Composer.tsx:869 msgid "One or more videos is missing alt text." msgstr "Bei einem oder mehreren Videos fehlen Alt-Texte." @@ -8041,7 +8083,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:234 +#: src/view/com/composer/Composer.tsx:233 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}" @@ -8053,7 +8095,7 @@ msgstr "Nur Administratoren kรถnnen Beitrittsanfragen annehmen." msgid "Only admins can ignore join requests." msgstr "Nur Administratoren kรถnnen Beitrittsanfragen ignorieren." -#: src/components/intents/GroupChatJoinDialog.tsx:145 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." msgstr "Nur Follower kรถnnen diesem Gruppenchat beitreten." @@ -8068,12 +8110,12 @@ msgid "Only image files are supported" msgstr "Es werden nur Bilddateien unterstรผtzt" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:222 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." msgstr "Nur Personen, denen {0} folgt, kรถnnen beitreten." #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:292 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" msgstr "Nur Personen, denen der Chat-Inhaber folgt, kรถnnen beitreten" @@ -8087,7 +8129,7 @@ msgstr "Huch, da ist etwas schief gelaufen!" #: src/features/inviteFriends/InviteScannerScreen.tsx:218 msgid "Oops, this profile doesn't exist. Try scanning another one." -msgstr "" +msgstr "Ups, dieses Profil existiert nicht. Versuche, ein anderes zu scannen." #: src/components/Lists.tsx:184 #: src/components/StarterPack/ProfileStarterPacks.tsx:363 @@ -8107,7 +8149,7 @@ msgid "Open camera" msgstr "Kamera รถffnen" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:437 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" msgstr "Chat รถffnen" @@ -8115,8 +8157,8 @@ msgstr "Chat รถffnen" msgid "Open chat member options for {displayName}" msgstr "Chat-Mitglieds-Optionen fรผr {displayName} รถffnen" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "Konversationsoptionen รถffnen" @@ -8128,9 +8170,9 @@ msgstr "Entwurf รถffnen" msgid "Open drawer menu" msgstr "Seitenmenรผ รถffnen" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2158 msgid "Open emoji picker" msgstr "Emoji-Picker รถffnen" @@ -8151,7 +8193,7 @@ msgstr "Vollstรคndige Emoji-Liste รถffnen" msgid "Open Germ DM" msgstr "Germ DM รถffnen" -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" msgstr "Gruppenchat รถffnen" @@ -8163,14 +8205,14 @@ msgstr "Gruppenchat-Einstellungen รถffnen" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" -msgstr "" +msgstr "In Google รœbersetzer รถffnen" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "Link zu {niceUrl} รถffnen" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "Nachrichtenoptionen รถffnen" @@ -8197,7 +8239,7 @@ msgstr "Profil รถffnen" #: src/features/inviteFriends/components/ActionButtons.tsx:39 msgid "Open QR code scanner" -msgstr "" +msgstr "QR-Code-Scanner รถffnen" #: src/components/BotAccountAlert.tsx:62 #: src/components/BotAccountAlert.tsx:71 @@ -8221,7 +8263,7 @@ msgstr "Storybook รถffnen" msgid "Open system log" msgstr "Systemprotokoll รถffnen" -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" msgstr "Diesen Gruppenchat รถffnen" @@ -8240,7 +8282,7 @@ msgstr "ร–ffnet einen Dialog, in dem du auswรคhlen kannst, wer mit diesem Post i #: src/features/inviteFriends/components/ThemePicker.tsx:38 msgid "Opens a list of color themes for the QR card" -msgstr "" +msgstr "ร–ffnet eine Liste mit Farbdesigns fรผr die QR-Karte" #: src/screens/Log.tsx:74 msgid "Opens additional details for a debug entry" @@ -8275,13 +8317,13 @@ msgstr "ร–ffnet die Gerรคtekamera" 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." -#: src/screens/Messages/JoinRequest.tsx:309 +#: 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 "ร–ffnet den Ablauf, um einen neuen Bluesky-Account zu erstellen" -#: src/screens/Messages/JoinRequest.tsx:295 +#: 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" @@ -8322,7 +8364,7 @@ msgstr "ร–ffnet das Profil" #: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 msgid "Opens the find and invite friends settings" -msgstr "" +msgstr "ร–ffnet die Einstellungen zum Finden und Einladen von Freunden" #. Accessibility hint announced after the GIF picker button label, describing what activating it will do. #: src/view/com/composer/photos/SelectGifBtn.tsx:45 @@ -8331,7 +8373,7 @@ msgstr "ร–ffnet den GIF-Auswahldialog" #: src/view/shell/Drawer.tsx:123 msgid "Opens the invite friends sheet to share your profile" -msgstr "" +msgstr "ร–ffnet den Dialog โ€žFreunde einladenโ€œ, um dein Profil zu teilen" #: src/view/com/feeds/ComposerPrompt.tsx:148 msgid "Opens the post composer" @@ -8341,7 +8383,7 @@ msgstr "ร–ffnet den Post-Editor" msgid "Opens this draft in the composer" msgstr "ร–ffnet diesen Entwurf im Editor" -#: 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 "ร–ffnet dieses Profil" @@ -8513,6 +8555,16 @@ msgstr "Personen, die @{0} folgen" msgid "People I follow" msgstr "Personen, denen ich folge" +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "Personen, denen ich folge" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "Personen, denen ich folge" + #: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "Personen, denen ich folge, kรถnnen sofort beitreten" @@ -8560,7 +8612,7 @@ msgstr "Fotografie" #: src/features/inviteFriends/components/ThemePicker.tsx:37 msgid "Pick a color theme" -msgstr "" +msgstr "Farbdesign auswรคhlen" #: src/view/com/composer/labels/LabelsBtn.tsx:165 msgid "Pictures meant for adults." @@ -8786,7 +8838,7 @@ msgstr "Bitte logge dich als @{0} ein" #: src/features/inviteFriends/InviteScannerScreen.web.tsx:40 msgid "Please use the Bluesky mobile app to scan a QR code." -msgstr "" +msgstr "Bitte verwende die mobile Bluesky-App, um einen QR-Code zu scannen." #: src/screens/Settings/FindContactsSettings.tsx:107 msgid "Please use the native app to import your contacts." @@ -8813,7 +8865,7 @@ msgstr "Politik" msgid "Porn" msgstr "Pornografie" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post" msgstr "Posten" @@ -8833,12 +8885,12 @@ msgstr "Foto posten" msgid "Post a video" msgstr "Video posten" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Post All" msgstr "Alle posten" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1468 msgid "Post anyway" msgstr "Trotzdem posten" @@ -8891,7 +8943,7 @@ msgstr "Post-Interaktionseinstellungen" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:193 msgid "Post it to Bluesky or share anywhere." -msgstr "" +msgstr "Auf Bluesky posten oder รผberall teilen." #. Accessibility label for button that opens dialog to choose post language settings #: src/view/com/composer/select-language/PostLanguageSelect.tsx:195 @@ -9015,11 +9067,11 @@ msgstr "Datenschutzerklรคrung" msgid "Privacy violation of a minor" msgstr "Verletzung der Privatsphรคre eines Minderjรคhrigen" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2592 msgid "Processing GIF..." msgstr "GIF wird verarbeitet..." -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing video..." msgstr "Video wird verarbeitet..." @@ -9031,7 +9083,7 @@ msgstr "Wird verarbeitet..." msgid "profile" msgstr "Profil" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9117,22 @@ 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:1792 +#: src/view/com/composer/Composer.tsx:1790 msgid "Publish post" msgstr "Post verรถffentlichen" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1787 +#: src/view/com/composer/Composer.tsx:1785 msgid "Publish posts" msgstr "Posts verรถffentlichen" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1776 +#: src/view/com/composer/Composer.tsx:1774 msgid "Publish replies" msgstr "Antworten verรถffentlichen" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1781 +#: src/view/com/composer/Composer.tsx:1779 msgid "Publish reply" msgstr "Antwort verรถffentlichen" @@ -9109,7 +9161,7 @@ msgid "QR code has been downloaded!" msgstr "QR-Code wurde heruntergeladen!" #: src/components/StarterPack/QrCodeDialog.tsx:122 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "QR-Code in deiner Galerie gespeichert!" @@ -9172,8 +9224,8 @@ msgstr "Link wieder aktivieren" msgid "React with {emoji}" msgstr "Mit {emoji} reagieren" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "Reaktionen" @@ -9268,10 +9320,6 @@ msgstr "Empfohlen" msgid "Reconnect" msgstr "Erneut verbinden" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "Aktualisiere die Seite, um es zu sehen." - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" @@ -9289,14 +9337,16 @@ msgstr "Chat-Anfrage ablehnen" #: src/screens/Messages/JoinRequests.tsx:483 msgid "Reject join request" -msgstr "" +msgstr "Beitrittsanfrage ablehnen" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "Konversationen neu laden" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9355,9 @@ msgstr "Konversationen neu laden" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "Entfernen" @@ -9326,9 +9375,9 @@ msgstr "{displayName} aus dem Startpaket entfernen" msgid "Remove {displayName} from this group chat" msgstr "{displayName} aus diesem Gruppenchat entfernen" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" -msgstr "" +msgstr "{displayName} entfernen?" #: src/screens/Search/components/SearchHistory.tsx:105 msgid "Remove {historyItem}" @@ -9443,14 +9492,14 @@ msgstr "Diesen Feed aus deinen gespeicherten Feeds entfernen" msgid "Remove unavailable moderation services" msgstr "Nicht verfรผgbare Moderationsdienste entfernen" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "Nutzer aus der Liste entfernen" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "Verifizierung entfernen" @@ -9466,8 +9515,8 @@ msgstr "Vom Autor entfernt" msgid "Removed by you" msgstr "Von dir entfernt" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "Aus der Liste entfernt" @@ -9535,6 +9584,14 @@ msgctxt "description" msgid "Replied to you" msgstr "Antwort auf deinen Post" +#: src/components/dms/MessageItem.tsx:883 +msgid "Replied-to message from {senderName}, tap to scroll to it" +msgstr "" + +#: src/components/dms/MessageItem.tsx:884 +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 @@ -9552,7 +9609,12 @@ msgstr "Antworten deaktiviert" msgid "Replies to this post are disabled." msgstr "Antworten zu diesem Post sind deaktiviert." -#: src/view/com/composer/Composer.tsx:1804 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "Antworten" + +#: src/view/com/composer/Composer.tsx:1802 msgctxt "action" msgid "Reply" msgstr "Antworten" @@ -9590,14 +9652,14 @@ msgstr "Sichtbarkeit der Antwort aktualisiert" msgid "Reply was successfully hidden" msgstr "Antwort wurde erfolgreich ausgeblendet" -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:582 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "Melden" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "Account melden" @@ -9623,7 +9685,7 @@ msgstr "Feed melden" msgid "Report list" msgstr "Liste melden" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "Nachricht melden" @@ -9657,7 +9719,7 @@ msgstr "Diese Konversation melden" msgid "Report this feed" msgstr "Melde diesen Feed" -#: src/screens/Messages/ConversationSettings/index.tsx:581 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "Diesen Gruppenchat melden" @@ -9737,7 +9799,7 @@ msgstr "Reposts von diesem Post" msgid "Reposts of your reposts" msgstr "Reposts deiner Reposts" -#: src/components/intents/GroupChatJoinDialog.tsx:447 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" msgstr "Zugang zum Gruppenchat anfragen" @@ -9755,7 +9817,7 @@ msgid "Request ignored." msgstr "Anfrage ignoriert." #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:281 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" msgstr "Beitrittsanfrage" @@ -9764,7 +9826,7 @@ msgid "Requested" msgstr "Angefragt" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "Anfragen" @@ -9791,9 +9853,9 @@ msgstr "Fรผr diesen Anbieter erforderlich" msgid "Required in your region" msgstr "Erforderlich in deiner Region" -#: src/components/intents/GroupChatJoinDialog.tsx:296 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:310 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:115 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:117 msgid "Rescind request" msgstr "Anfrage zurรผckziehen" @@ -9872,7 +9934,7 @@ 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:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 #: src/screens/Messages/JoinRequests.tsx:361 @@ -9928,7 +9990,7 @@ msgstr "Traurige GIFs" #: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10015,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:1451 +#: src/view/com/composer/Composer.tsx:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "ร„nderungen speichern" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1421 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "ร„nderungen speichern?" -#: src/view/com/composer/Composer.tsx:1451 +#: src/view/com/composer/Composer.tsx:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "Entwurf speichern" -#: src/view/com/composer/Composer.tsx:1425 +#: src/view/com/composer/Composer.tsx:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "Entwurf speichern?" @@ -10022,13 +10084,13 @@ msgid "Saved to your feeds" msgstr "In deinen Feeds gespeichert" #: 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 "Sag Hallo!" -#: src/screens/Messages/ChatList.tsx:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "Sag jemandem Hallo" @@ -10038,13 +10100,13 @@ msgstr "Betrug" #: src/features/inviteFriends/components/ActionButtons.tsx:44 msgid "Scan" -msgstr "" +msgstr "Scannen" #: 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 scannen" #: src/lib/interests.ts:71 msgid "Science" @@ -10058,6 +10120,10 @@ msgstr "Nach links scrollen" msgid "Scroll right" msgstr "Nach rechts scrollen" +#: src/components/dms/MessageItem.tsx:774 +msgid "Scroll to the message this is replying to" +msgstr "" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "Nach oben scrollen" @@ -10067,7 +10133,7 @@ msgstr "Nach oben scrollen" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Suche" @@ -10148,8 +10214,8 @@ msgstr "Sprachen suchen" msgid "Search my posts" msgstr "Meine Posts durchsuchen" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "Posts durchsuchen" @@ -10425,8 +10491,8 @@ msgstr "Fehlerbericht senden" msgid "Send feedback" msgstr "Feedback senden" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "Nachricht senden" @@ -10460,7 +10526,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:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "Gesendet um {0}" @@ -10565,7 +10631,7 @@ msgstr "Sexuelle Aktivitรคt oder erotische Nacktheit." msgid "Sexually Suggestive" msgstr "Sexuell suggestiv" -#: 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 @@ -10577,7 +10643,7 @@ msgstr "Sexuell suggestiv" msgid "Share" msgstr "Teilen" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "Trotzdem teilen" @@ -10594,7 +10660,7 @@ msgstr "Bild teilen" #: src/features/inviteFriends/components/ActionButtons.tsx:23 msgid "Share invite link" -msgstr "" +msgstr "Einladungslink teilen" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 @@ -10611,7 +10677,7 @@ msgstr "Link teilen Dialog" #: src/screens/Settings/FindContactsSettings.tsx:172 #: src/screens/Settings/FindContactsSettings.tsx:181 msgid "Share my profile" -msgstr "" +msgstr "Mein Profil teilen" #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:167 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:170 @@ -10641,8 +10707,8 @@ msgstr "Teile dieses Startpaket und hilf Menschen, deiner Community auf Bluesky #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "Teilen รผber..." @@ -10796,15 +10862,15 @@ msgstr "Zeigt den Inhalt an" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:294 -#: src/screens/Messages/JoinRequest.tsx:300 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,7 +10896,7 @@ msgstr "Einloggen oder einen Account erstellen" msgid "Sign in or create your account to join the conversation!" msgstr "Logge dich ein oder erstelle einen Account, um der Konversation beizutreten!" -#: src/screens/Messages/JoinRequest.tsx:220 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." msgstr "Logge dich ein, um die Einladung annehmen zu kรถnnen." @@ -10842,7 +10908,7 @@ msgstr "Einloggen bei einem Account, der nicht aufgefรผhrt ist" msgid "Sign in to Bluesky or create a new account" msgstr "Logge dich bei Bluesky ein oder erstelle einen neuen Account" -#: src/screens/Messages/JoinRequest.tsx:219 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." msgstr "Logge dich ein, um Zugang zu diesem Gruppenchat anfragen zu kรถnnen." @@ -10900,7 +10966,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:1468 +#: src/view/com/composer/Composer.tsx:1466 msgid "Skip empty posts?" msgstr "Leere Posts รผberspringen?" @@ -10971,12 +11037,12 @@ msgid "Someone left the group" msgstr "Jemand hat die Gruppe verlassen" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:347 msgid "Someone reacted {0}" msgstr "Jemand hat mit {0} reagiert" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "Jemand hat mit {0} auf {target} reagiert" @@ -10996,10 +11062,6 @@ msgstr "Jemand wurde entfernt" msgid "Someone was removed from the group" msgstr "Jemand wurde aus der Gruppe entfernt" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "Es gibt etwas Neues" - #: 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 "Etwas stimmt mit den Daten, die du melden mรถchtest, nicht. Bitte kontaktiere den Support." @@ -11043,8 +11105,8 @@ msgstr "Etwas stimmt nicht? Lass es uns wissen." msgid "Sorry, we're unable to load account suggestions at this time." msgstr "Leider kรถnnen derzeit keine Account-Vorschlรคge geladen werden." -#: 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 "Entschuldigung! Deine Sitzung ist abgelaufen. Bitte logge dich erneut ein." @@ -11085,7 +11147,7 @@ msgstr "Starte eine Konversation, und sie wird hier angezeigt." #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:130 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:135 msgid "Start a group chat" -msgstr "" +msgstr "Einen Gruppenchat starten" #: src/components/dms/dialogs/NewChatDialog.tsx:191 msgid "Start a new chat" @@ -11214,13 +11276,13 @@ msgid "Subscribe" msgstr "Abonnieren" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "Auf {0} abonnieren" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "{publicationTitle} auf {0} abonnieren" @@ -11255,7 +11317,7 @@ msgstr "Erfolg" msgid "Success!" msgstr "Erfolgreich!" -#: src/components/intents/GroupChatJoinDialog.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" msgstr "Du bist dem Gruppenchat erfolgreich beigetreten!" @@ -11349,13 +11411,13 @@ msgstr "Nur Tags" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:184 msgid "Take the conversation private." -msgstr "" +msgstr "Die Konversation privat fortsetzen." #: 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 "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:572 +#: src/components/dms/MessageItem.tsx:661 msgid "Tap for details" msgstr "Fรผr Details tippen" @@ -11390,7 +11452,7 @@ msgid "Tap to dismiss" msgstr "Tippe, um zu schlieรŸen" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:453 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" msgstr "Tippe hier, um diesem Gruppenchat sofort beizutreten" @@ -11398,34 +11460,34 @@ msgstr "Tippe hier, um diesem Gruppenchat sofort beizutreten" msgid "Tap to open this group chat" msgstr "Tippe hier, um diesen Gruppenchat zu รถffnen" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "Tippen, um zu entfernen" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "Tippen, um deine {0} Reaktion zu entfernen" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:452 +#: src/components/intents/GroupChatJoinDialog.tsx:468 msgid "Tap to request access to join this group chat" msgstr "Tippe hier, um Zugang zu diesem Gruppenchat anzufragen" -#: src/components/dms/MessageItem.tsx:537 +#: src/components/dms/MessageItem.tsx:626 msgid "Tap to retry" msgstr "Tippen, um es erneut zu versuchen" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "Tippen, um {0} Reaktionen anzuzeigen" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "Tippen, um alle Reaktionen anzuzeigen" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:373 msgid "Tap to view reactions" msgstr "Tippen, um Reaktionen anzuzeigen" @@ -11528,7 +11590,7 @@ msgstr "Das ist alles!" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "Nach dem Entblocken kann der Account wieder mit dir interagieren." @@ -11594,7 +11656,7 @@ msgstr "Die folgenden Einstellungen werden als Standard fรผr das Erstellen neuer msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "Die Gesetze in deiner Region verlangen, dass du verifizierst, dass du volljรคhrig bist, um auf bestimmte Funktionen zugreifen zu kรถnnen. Tippe hier, um mehr zu erfahren." -#: src/components/intents/GroupChatJoinDialog.tsx:155 +#: src/components/intents/GroupChatJoinDialog.tsx:165 #: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." msgstr "Das Mitgliederlimit wurde erreicht." @@ -11621,7 +11683,7 @@ msgstr "Der Server scheint Probleme zu haben. Bitte versuche es in ein paar Minu msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "Das Startpaket, das du ansehen mรถchtest, ist ungรผltig. Du kannst dieses Startpaket stattdessen lรถschen." -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "Das Thema des Kontextmenรผs" @@ -11665,8 +11727,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "Beim Laden der GIFs ist ein Problem aufgetreten. รœberprรผfe deine Verbindung und versuche es erneut." #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:182 +#: 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 "Es gab ein Problem mit deiner Internetverbindung. Bitte versuche es erneut" @@ -11693,7 +11755,7 @@ msgstr "Beim Abrufen von Mitteilung ist ein Problem aufgetreten. Tippe hier, um msgid "There was an issue fetching posts. Tap here to try again." msgstr "Beim Abrufen von Posts ist ein Problem aufgetreten. Tippe hier, um es erneut zu versuchen." -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "Es gab ein Problem beim Abrufen der Liste. Tippe hier, um es erneut zu versuchen." @@ -11733,12 +11795,12 @@ msgstr "Beim Aktualisieren deiner Feeds ist ein Problem aufgetreten. Bitte รผber #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "Es gab ein Problem! {0}" @@ -11776,11 +11838,11 @@ msgstr "Diese Einstellungen gelten nur fรผr den Following-Feed." #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" -msgstr "" +msgstr "Du besitzt diesen Chat" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." -msgstr "" +msgstr "Sie kรถnnen nicht erneut beitreten, es sei denn, du lรคdst sie erneut ein." #: src/components/moderation/ScreenHider.tsx:118 msgid "This {screenDescription} has been flagged:" @@ -11828,24 +11890,24 @@ msgstr "Dieser Autor hat entschieden, seine Posts nur fรผr eingeloggte Nutzer si 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 "รœber diesen Button kรถnnen andere die Germ DM-App รถffnen, um dir eine Nachricht zu senden. Die Sichtbarkeit kannst du in der Germ DM-App verwalten oder รผber den untenstehenden Button die Verbindung zwischen deinem Bluesky-Account und Germ DM vollstรคndig trennen." -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "Dieser Chat wurde beendet" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:287 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" msgstr "Dieser Chat ist voll" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "Dieser Chat ist gesperrt" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:430 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" -msgstr "" +msgstr "Dieser Chat wurde aufgrund einer ModerationsmaรŸnahme gesperrt" #: src/screens/Messages/components/MessageListError.tsx:17 msgid "This chat was disconnected" @@ -11881,7 +11943,7 @@ msgstr "Dieser Inhalt ist nicht verfรผgbar, da einer der beteiligten Nutzer den msgid "This content is not viewable without a Bluesky account." msgstr "Dieser Inhalt ist ohne einen Bluesky-Account nicht sichtbar." -#: src/components/intents/GroupChatJoinDialog.tsx:141 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." msgstr "Diese Konversation ist gesperrt." @@ -11931,9 +11993,9 @@ msgstr "Dieser Feed ist leer." msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "Dieser Feed ist nicht mehr online. Wir zeigen stattdessen <0>โ€žDiscoverโ€œ." -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" -msgstr "" +msgstr "Diese Gruppe wurde aufgrund einer ModerationsmaรŸnahme gegen den Inhaber gesperrt" #: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "This handle is reserved. Please try a different one." @@ -11947,11 +12009,11 @@ msgstr "Dieses Bild konnte nicht verwendet werden. Bitte versuche es mit einem a msgid "This information is private and not shared with other users." msgstr "Diese Information ist privat und wird nicht mit anderen Nutzern geteilt." -#: src/components/intents/GroupChatJoinDialog.tsx:151 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." msgstr "Dieser Einladungslink wurde deaktiviert." -#: src/components/intents/GroupChatJoinDialog.tsx:223 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" msgstr "Dieser Einladungslink ist ungรผltig" @@ -11997,17 +12059,17 @@ msgstr "Diese Liste โ€“ erstellt von dir โ€“ enthรคlt mรถgliche VerstรถรŸe gegen msgid "This list is empty." msgstr "Diese Liste ist leer." -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" -msgstr "" +msgstr "Diese Nachricht ist ausgeblendet" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:688 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:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:658 +#: src/components/dms/MessageItem.tsx:684 msgid "This message is hidden because you are blocking this user." msgstr "Diese Nachricht ist ausgeblendet, weil du diesen Nutzer blockierst." @@ -12045,11 +12107,11 @@ 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:1043 +#: src/view/com/composer/Composer.tsx:1041 msgid "This post's author has disabled quote posts." msgstr "Der Autor dieses Posts hat das Zitieren dieses Posts deaktiviert." -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "Dieses Profil ist nur fรผr eingeloggte Nutzer sichtbar. Es ist nicht sichtbar fรผr Personen, die nicht eingeloggt sind." @@ -12242,8 +12304,8 @@ msgstr "Beliebte Antworten zuerst" msgid "Topic" msgstr "Thema" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,9 +12375,9 @@ msgctxt "action" msgid "Try again" msgstr "Erneut versuchen" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." -msgstr "" +msgstr "Versuche es in Kรผrze erneut." #: src/components/Post/Translated/index.tsx:229 #: src/components/Post/Translated/index.tsx:242 @@ -12325,7 +12387,7 @@ msgstr "Google รœbersetzer versuchen" #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:165 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:171 msgid "Try it" -msgstr "" +msgstr "Ausprobieren" #: src/lib/interests.ts:74 msgid "TV" @@ -12335,7 +12397,7 @@ msgstr "TV" msgid "Two-factor authentication (2FA)" msgstr "Zwei-Faktor-Authentisierung (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "Gib deine Nachricht hier ein" @@ -12401,7 +12463,7 @@ msgstr "Nicht verfรผgbar" msgid "Unavailable feed information" msgstr "Feed-Information nicht verfรผgbar" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:726 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12409,14 +12471,14 @@ msgstr "Feed-Information nicht verfรผgbar" #: src/components/moderation/BlockDialog.tsx:211 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "Entblocken" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "Entblocken" @@ -12427,17 +12489,17 @@ msgstr "{displayName} entblocken" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "Account entblocken" #: src/components/moderation/BlockDialog.tsx:146 msgid "Unblock account?" -msgstr "" +msgstr "Account entblocken?" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "Account entblocken?" @@ -12474,12 +12536,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Repost rรผckgรคngig machen ({0, plural, one {# Repost} other {# Reposts}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "{0} entfolgen" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "Account entfolgen" @@ -12521,11 +12583,11 @@ msgstr "Gefรคllt mir nicht mehr" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Gefรคllt mir nicht mehr ({0, plural, one {# Gefรคllt mir} other {# Gefรคllt mir}})" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "Chat entsperren" -#: src/screens/Messages/ConversationSettings/index.tsx:567 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "Diesen Gruppenchat entsperren" @@ -12548,8 +12610,8 @@ msgstr "Stummschaltung fรผr {0} aufheben" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "Stummschaltung von Account aufheben" @@ -12562,7 +12624,7 @@ msgstr "Stummschaltung von Konversation aufheben" msgid "Unmute list" msgstr "Liste nicht mehr stummschalten" -#: src/screens/Messages/ConversationSettings/index.tsx:529 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "Stummschaltung fรผr diesen Gruppenchat aufheben" @@ -12641,26 +12703,23 @@ msgstr "Von der Liste abgemeldet" msgid "Unsupported clipboard content" msgstr "Inhalt der Zwischenablage wird nicht unterstรผtzt" -#: src/view/com/composer/Composer.tsx:1557 +#: src/view/com/composer/Composer.tsx:1555 msgid "Unsupported video type: {mimeType}" msgstr "Nicht unterstรผtzter Videotyp: {mimeType}" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" -msgstr "" +msgstr "Bis zu 50 Personen" #: src/screens/Settings/components/OTAInfo.tsx:61 #: src/screens/Settings/components/OTAInfo.tsx:77 msgid "Update" msgstr "Aktualisieren" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "<0>{displayName} in Listen aktualisieren" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" -msgstr "App aktualisieren" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 #: src/components/dialogs/EmailDialog/screens/Update.tsx:308 @@ -12669,6 +12728,10 @@ msgstr "App aktualisieren" msgid "Update email" msgstr "E-Mail aktualisieren" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 #: src/screens/Messages/components/InviteLinkDialog.tsx:303 @@ -12680,14 +12743,6 @@ msgstr "Einladungslink aktualisieren" msgid "Update to {domain}" msgstr "Aktualisieren auf {domain}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "Aktualisiere deine App" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "Aktualisiere deine App, um es zu sehen." - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "Aktualisiere deine E-Mail-Adresse" @@ -12736,7 +12791,7 @@ msgstr "Von Dateien hochladen" msgid "Upload from Library" msgstr "Aus der Bibliothek hochladen" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2585 msgid "Uploading GIF..." msgstr "GIF wird hochgeladen..." @@ -12750,7 +12805,7 @@ msgstr "Bilder werden hochgeladen..." msgid "Uploading link thumbnail..." msgstr "Link-Vorschaubild wird hochgeladen..." -#: src/view/com/composer/Composer.tsx:2589 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading video..." msgstr "Video wird hochgeladen..." @@ -12826,7 +12881,7 @@ msgid "User Blocks You" msgstr "Nutzer blockiert dich" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "Nutzerliste von {0}" @@ -12835,7 +12890,7 @@ msgstr "Nutzerliste von {0}" msgid "User List by {0}" msgstr "Nutzerliste von {0}" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "Nutzerliste von dir" @@ -12875,16 +12930,6 @@ msgstr "Nutzer gefolgt von <0>@{0}" msgid "users following <0>@{0}" msgstr "Nutzer, die <0>@{0} folgen" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "Nutzern, denen ich folge" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "Nutzern, denen ich folge" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "Wert:" @@ -12912,8 +12957,8 @@ msgstr "Verifiziert von:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "Account verifizieren" @@ -13039,7 +13084,7 @@ msgstr "Video nicht gefunden." msgid "Video settings" msgstr "Video-Einstellungen" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2605 msgid "Video uploaded" msgstr "Video hochgeladen" @@ -13056,14 +13101,14 @@ msgstr "Videos" 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:1150 +#: src/view/com/composer/Composer.tsx:1148 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Ansehen" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "{0} ansehen" @@ -13078,7 +13123,7 @@ msgstr "Profilbild von {0} ansehen" #: 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 "Profil von {0} ansehen" @@ -13092,7 +13137,7 @@ msgstr "Profil von {0} ansehen" msgid "View {displayName}โ€™s profile" msgstr "Profil von {displayName} anzeigen" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "{publicationTitle} ansehen" @@ -13145,7 +13190,7 @@ msgstr "Mehr ansehen" msgid "View more trending videos" msgstr "Mehr angesagte Videos ansehen" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1143 msgid "View post" msgstr "Post ansehen" @@ -13162,10 +13207,10 @@ msgstr "Profil ansehen" msgid "View profile banner" msgstr "Profilbanner ansehen" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "Seite besuchen" @@ -13173,7 +13218,7 @@ msgstr "Seite besuchen" msgid "View the avatar" msgstr "Profilbild ansehen" -#: src/screens/Messages/ConversationSettings/index.tsx:554 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "Einladungslink fรผr diesen Gruppenchat anzeigen" @@ -13441,7 +13486,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:1041 +#: src/view/com/composer/Composer.tsx:1039 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." @@ -13492,7 +13537,7 @@ msgid "What do you want to call your starter pack?" msgstr "Wie mรถchtest du dein Startpaket nennen?" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1519 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Was gibt's?" @@ -13519,7 +13564,7 @@ msgid "Who can verify?" msgstr "Wer kann verifizieren?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "Ups!" @@ -13578,7 +13623,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:1439 +#: src/view/com/composer/Composer.tsx:1437 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?" @@ -13587,12 +13632,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:1617 +#: src/view/com/composer/Composer.tsx:1615 msgid "Write post" msgstr "Post verfassen" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1517 msgid "Write your reply" msgstr "Antwort schreiben" @@ -13658,7 +13703,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:610 +#: src/components/dms/MessageItem.tsx:699 msgid "You are blocking {0}" msgstr "Du blockierst {0}" @@ -13756,7 +13801,7 @@ msgstr "Du kannst jetzt auswรคhlen, ob du Mitteilungen erhalten mรถchtest, wenn #: 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 "Du kannst jetzt Freunde per Link oder QR-Code einladen. Teile den Link รผberall oder lasse sie den Code scannen, um Bluesky beizutreten." #: src/screens/Login/index.tsx:203 #: src/screens/Login/PasswordUpdatedForm.tsx:27 @@ -13764,11 +13809,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:221 +#: src/view/com/composer/Composer.tsx:220 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:1444 +#: src/view/com/composer/Composer.tsx:1442 msgid "You can only save drafts up to 1000 characters." msgstr "Entwรผrfe kรถnnen nur mit bis zu 1000 Zeichen gespeichert werden." @@ -13803,10 +13848,10 @@ msgstr "Du kannst insgesamt maximal {MAX_GALLERY_IMAGES, plural, other {# Bilder 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:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:115 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" -msgstr "" +msgstr "Du kannst maximal {EMOJI_REACTION_LIMIT, plural, one {# Emoji-Reaktion} other {# Emoji-Reaktionen}} hinzufรผgen" #: src/components/dms/dialogs/NewChatDialog.tsx:105 msgid "You cannot create a group chat yet." @@ -13839,7 +13884,7 @@ msgstr "Du hast keine gespeicherten Feeds." msgid "You got here first" msgstr "Du warst zuerst hier" -#: src/components/intents/GroupChatJoinDialog.tsx:166 +#: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and canโ€™t join it using this link." msgstr "Du wurdest zuvor aus dieser Gruppe entfernt und kannst ihr รผber diesen Link nicht beitreten." @@ -13884,6 +13929,7 @@ msgstr "Du hast diesen Account stummgeschaltet." msgid "You have muted this user" msgstr "Du hast diesen Nutzer stummgeschaltet" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "Du hast keine Listen." @@ -13912,7 +13958,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:1434 +#: src/view/com/composer/Composer.tsx:1432 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?" @@ -13970,9 +14016,9 @@ msgstr "Du darfst nur bis zu {STARTER_PACK_MAX_SIZE, plural, other {{STARTER_PAC msgid "You may only add up to 3 feeds" msgstr "Du kannst nur bis zu 3 Feeds hinzufรผgen" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." -msgstr "" +msgstr "Du musst Inhaber dieses Chats sein, um ein Mitglied entfernen zu kรถnnen." #: 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." @@ -13983,7 +14029,7 @@ msgid "You must be following at least seven other people to generate a starter p msgstr "Du musst mindestens sieben anderen Personen folgen, um ein Startpaket erstellen zu kรถnnen." #: src/components/StarterPack/QrCodeDialog.tsx:69 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:89 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" @@ -13997,7 +14043,7 @@ msgstr "Du musst deine E-Mail-Adresse verifizieren, bevor du die Zwei-Faktor-Aut #: src/components/moderation/BlockDialog.tsx:352 msgid "You own this chat" -msgstr "" +msgstr "Du besitzt diesen Chat" #. placeholder {0}: currentAccount?.handle #: src/screens/Deactivated.tsx:120 @@ -14009,12 +14055,12 @@ 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:259 +#: src/components/dms/MessageItem.tsx:340 msgid "You reacted {0}" msgstr "Du hast mit {0} reagiert" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "Du hast mit {0} auf {target} reagiert" @@ -14023,8 +14069,20 @@ 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 +msgid "You replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:802 +msgid "You replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:800 +msgid "You replied to yourself" +msgstr "" + #. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 msgid "You requested to join" msgstr "Beitritt angefragt" @@ -14050,12 +14108,12 @@ msgstr "Du erhรคltst nun Mitteilungen fรผr diesen Thread" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "Du erhรคltst eine E-Mail mit einem โ€žZurรผcksetzungscodeโ€œ. Gib diesen Code hier ein und anschlieรŸend dein neues Passwort." -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "Du kannst erst wieder beitreten, wenn du eingeladen wirst." #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "Du: {message}" @@ -14091,7 +14149,7 @@ msgstr "Mit diesen Feeds bleibst du auf dem Laufenden" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:205 msgid "Youโ€™re in control" -msgstr "" +msgstr "Du hast die Kontrolle" #: src/screens/SignupQueued.tsx:130 msgid "You're in line" @@ -14127,7 +14185,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:646 +#: src/view/com/composer/Composer.tsx:644 msgid "You've reached the maximum number of drafts" msgstr "Du hast die maximale Anzahl an Entwรผrfen erreicht" @@ -14199,11 +14257,11 @@ msgstr "Deine Chats wurden deaktiviert" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "Deine Auswahl wird fรผr zukรผnftige Links gespeichert. Du kannst sie jederzeit in den Einstellungen รคndern." -#: src/view/com/notifications/NotificationFeedItem.tsx:374 +#: src/view/com/notifications/NotificationFeedItem.tsx:380 msgid "Your contact {firstAuthorLink} is on Bluesky" msgstr "Dein Kontakt {firstAuthorLink} ist auf Bluesky" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:378 msgid "Your contact {firstAuthorName} is on Bluesky" msgstr "Dein Kontakt {firstAuthorName} ist auf Bluesky" @@ -14295,11 +14353,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:1141 +#: src/view/com/composer/Composer.tsx:1139 msgid "Your post was sent" msgstr "Dein Post wurde gesendet" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1136 msgid "Your posts were sent" msgstr "Deine Posts wurden gesendet" @@ -14320,7 +14378,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:1140 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your reply was sent" msgstr "Deine Antwort wurde gesendet" @@ -14333,7 +14391,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:1469 +#: src/view/com/composer/Composer.tsx:1467 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 d52aa6310f..f2f06e7a60 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-10 21:06\n" +"PO-Revision-Date: 2026-06-17 12:23\n" "Last-Translator: \n" "Language-Team: Greek\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "\"{interestsDisplayName}\" ฮบฮฑฯ„ฮทฮณฮฟฯฮฏฮฑ (ฮตฮฝฮตฯฮณฯŒ)" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:867 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" msgstr "" -#: src/components/dms/getMessageInfo.ts:73 +#: src/components/dms/getMessageInfo.ts:105 +#: src/components/dms/MessageItem.tsx:869 +#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "(ฯ€ฮตฯฮนฮญฯ‡ฮตฮน ฮตฮฝฯƒฯ‰ฮผฮฑฯ„ฯ‰ฮผฮญฮฝฮฟ ฯ€ฮตฯฮนฮตฯ‡ฯŒฮผฮตฮฝฮฟ)" @@ -75,7 +79,7 @@ msgstr "{0, plural, one {# ฮตฯ„ฮนฮบฮญฯ„ฮฑ ฮญฯ‡ฮตฮน} other {# ฮตฯ„ฮนฮบฮญฯ„ฮตฯ‚ ฮญ msgid "{0, plural, one {# like} other {# likes}}" msgstr "{0, plural, one {ฮœฮฟฯ… ฮฑฯฮญฯƒฮตฮน} other {ฮœฮฟฯ… ฮฑฯฮญฯƒฮตฮน}}" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "" @@ -97,7 +101,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:269 +#: src/components/dms/MessageItem.tsx:350 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "" @@ -118,15 +122,15 @@ msgstr "{0, plural, one {# ฮดฮตฯ…ฯ„ฮตฯฯŒฮปฮตฯ€ฯ„ฮฟ} other {# ฮดฮตฯ…ฯ„ฮตฯฯŒฮปฮต #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "{0, plural, one {# ฮฑฮดฮนฮฌฮฒฮฑฯƒฯ„ฮฟ} other {# ฮฑฮดฮนฮฌฮฒฮฑฯƒฯ„ฮฑ}}" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "{0} ฮฑฮบฮฟฮปฮฟฯ…ฮธฮตฮฏ" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:703 msgid "{0} is blocking you" msgstr "" @@ -273,7 +277,7 @@ msgstr "{0} ฮฑฯ€ฯŒ 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:345 msgid "{0} reacted {1}" msgstr "{0} ฮฑฮฝฯ„ฮญฮดฯฮฑฯƒฮต {1}" @@ -326,24 +330,22 @@ msgstr "ฮ— ฮตฮนฮบฯŒฮฝฮฑ ฯ€ฯฮฟฯ†ฮฏฮป ฯ„ฮฟฯ… {0}" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:143 +#: src/screens/Messages/JoinRequest.tsx:139 msgctxt "group-chat-member-count" msgid "{0}/{1}" msgstr "" #. The number of members in a group chat, in the format '{members}/{total} members'. -#. placeholder {0}: preview.memberCount -#. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 -msgid "{0}/{1} {2, plural, one {member} other {members}}" -msgstr "" - -#. The number of active group chat members out of the total number allowed. +#. The number of members in a group chat, in the format '{members}/{total} members'. #. placeholder {0}: joinLinkPreview.memberCount +#. placeholder {0}: preview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:329 -msgid "{0}/{1} members" +#. placeholder {1}: preview.memberLimit +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 +msgid "{0}/{1} {2, plural, one {member} other {members}}" msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. @@ -389,7 +391,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -397,33 +399,11 @@ msgstr "" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "{count, plural, one {# ฮฑฮดฮนฮฌฮฒฮฑฯƒฯ„ฮฟ} other {# ฮฑฮดฮนฮฌฮฒฮฑฯƒฯ„ฮฑ}}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "" - #. 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 "" -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "" - #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" msgstr "" @@ -441,155 +421,155 @@ msgstr "{estimatedTimeHrs, plural, one {ฯŽฯฮฑ} other {ฯŽฯฮตฯ‚}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {ฮปฮตฯ€ฯ„ฯŒ} other {ฮปฮตฯ€ฯ„ฮฌ}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: 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} ฮฌฮปฮปฮฟฮน}} ฯƒฮฑฯ‚ ฮฑฮบฮฟฮปฮฟฯฮธฮทฯƒฮฑฮฝ" -#: 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 "ฮ— ฯ€ฯฮฟฯƒฮฑฯฮผฮฟฯƒฮผฮญฮฝฮท ฯฮฟฮฎ ฮฌฯฮตฯƒฮต ฯƒฮต {firstAuthorLink} ฮบฮฑฮน <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} ฮฌฮปฮปฮฟฯ…ฯ‚}}" -#: 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 "{firstAuthorLink} ฮบฮฑฮน <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} ฮฌฮปฮปฮฟฮน}} ฮฌฯฮตฯƒฮฑฮฝ ฯ„ฮทฮฝ ฮฑฮฝฮฌฯฯ„ฮทฯƒฮฎ ฯƒฮฑฯ‚" -#: 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 "{firstAuthorLink} ฮบฮฑฮน <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} ฮฌฮปฮปฮฟฯ‚} other {{formattedAuthorsCount} ฮฌฮปฮปฮฟฮน}} ฮฑฯ†ฮฑฮฏฯฮตฯƒฮฑฮฝ ฯ„ฮนฯ‚ ฮตฯ€ฮฑฮปฮทฮธฮตฯฯƒฮตฮนฯ‚ ฯ„ฮฟฯ…ฯ‚ ฮฑฯ€ฯŒ ฯ„ฮฟ ฮปฮฟฮณฮฑฯฮนฮฑฯƒฮผฯŒ ฯƒฮฑฯ‚" -#: 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 "{firstAuthorLink} ฮบฮฑฮน <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} ฮฌฮปฮปฮฟฮน}} ฮฑฮฝฮฑฮดฮทฮผฮฟฯƒฮฏฮตฯ…ฯƒฮฑฮฝ ฯ„ฮทฮฝ ฮฑฮฝฮฌฯฯ„ฮทฯƒฮฎ ฯƒฮฑฯ‚" -#: 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 "{firstAuthorLink} ฮบฮฑฮน <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} ฮฌฮปฮปฮฟฮน} other {{formattedAuthorsCount} ฮฌฮปฮปฮฟฮน}} ฮฑฮฝฮฑฮดฮทฮผฮฟฯƒฮฏฮตฯ…ฯƒฮฑฮฝ ฯ„ฮทฮฝ ฮฑฮฝฮฑฮดฮทฮผฮฟฯƒฮฏฮตฯ…ฯƒฮท ฯƒฮฑฯ‚" -#: 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 "{firstAuthorLink} ฮบฮฑฮน <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} ฮฌฮปฮปฮฟฮน}} ฮตฮณฮณฮตฮณฯฮฌฯ†ฮทฮบฮฑฮฝ ฮผฮต ฯ„ฮฟ ฯ€ฮฑฮบฮญฯ„ฮฟ ฮตฮบฮบฮฏฮฝฮทฯƒฮฎฯ‚ ฯƒฮฑฯ‚" -#: 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 "{firstAuthorLink} ฮบฮฑฮน <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} ฮฌฮปฮปฮฟฯ‚} other {{formattedAuthorsCount} ฮฌฮปฮปฮฟฮน}} ฯƒฮฑฯ‚ ฮตฯ€ฮฑฮปฮฎฮธฮตฯ…ฯƒฮฑฮฝ" -#: src/view/com/notifications/NotificationFeedItem.tsx:367 +#: src/view/com/notifications/NotificationFeedItem.tsx:373 msgid "{firstAuthorLink} followed you" msgstr "ฮŸ/ฮท {firstAuthorLink} ฯƒฮฑฯ‚ ฮฑฮบฮฟฮปฮฟฯฮธฮทฯƒฮต" -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "ฮŸ/ฮท {firstAuthorLink} ฯƒฮฑฯ‚ ฮฑฮบฮฟฮปฮฟฯฮธฮทฯƒฮต ฯ€ฮฏฯƒฯ‰" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "ฮฃฯ„ฮฟฮฝ/ฮทฮฝ {firstAuthorLink} ฮฌฯฮตฯƒฮต ฮท ฯ€ฯฮฟฯƒฮฑฯฮผฮฟฯƒฮผฮญฮฝฮฟฮท ฯฮฟฮฎ ฯƒฮฑฯ‚" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "ฮฃฯ„ฮฟฮฝ/ฮทฮฝ {firstAuthorLink} ฮฌฯฮตฯƒฮต ฯ„ฮทฮฝ ฮฑฮฝฮฌฯฯ„ฮทฯƒฮฎ ฯƒฮฑฯ‚" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:512 msgid "{firstAuthorLink} liked your repost" msgstr "ฮฃฯ„ฮฟฮฝ/ฮทฮฝ {firstAuthorLink} ฮฌฯฮตฯƒฮต ฮท ฮฑฮฝฮฑฮดฮทฮผฮฟฯƒฮฏฮตฯ…ฯƒฮฎ ฯƒฮฑฯ‚" -#: src/view/com/notifications/NotificationFeedItem.tsx:479 +#: src/view/com/notifications/NotificationFeedItem.tsx:485 msgid "{firstAuthorLink} removed their verification from your account" msgstr "ฮŸ/ฮ— {firstAuthorLink} ฮฑฯ†ฮฑฮฏฯฮตฯƒฮต ฯ„ฮทฮฝ ฮตฯ€ฮฑฮปฮฎฮธฮตฯ…ฯƒฮฎ ฯ„ฮฟฯ…/ฯ„ฮทฯ‚ ฮฑฯ€ฯŒ ฯ„ฮฟ ฮปฮฟฮณฮฑฯฮนฮฑฯƒฮผฯŒ ฯƒฮฑฯ‚" -#: src/view/com/notifications/NotificationFeedItem.tsx:334 +#: src/view/com/notifications/NotificationFeedItem.tsx:340 msgid "{firstAuthorLink} reposted your post" msgstr "ฮŸ/ฮท {firstAuthorLink} ฮฑฮฝฮฑฮดฮทฮผฮฟฯƒฮฏฮตฯ…ฯƒฮต ฯ„ฮทฮฝ ฮฑฮฝฮฌฯฯ„ฮทฯƒฮฎ ฯƒฮฑฯ‚" -#: src/view/com/notifications/NotificationFeedItem.tsx:530 +#: src/view/com/notifications/NotificationFeedItem.tsx:536 msgid "{firstAuthorLink} reposted your repost" msgstr "ฮŸ/ฮท {firstAuthorLink} ฮฑฮฝฮฑฮดฮทฮผฮฟฯƒฮฏฮตฯ…ฯƒฮต ฯ„ฮทฮฝ ฮฑฮฝฮฑฮดฮทฮผฮฟฯƒฮฏฮตฯ…ฯƒฮฎ ฯƒฮฑฯ‚" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:431 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "ฮŸ/ฮท {firstAuthorLink} ฮณฯฮฌฯ†ฯ„ฮทฮบฮต ฮผฮต ฯ„ฮฟ Starter Pack ฯƒฮฑฯ‚" -#: src/view/com/notifications/NotificationFeedItem.tsx:454 +#: src/view/com/notifications/NotificationFeedItem.tsx:460 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} ฯƒฮฑฯ‚ ฮตฯ€ฮฑฮปฮฎฮธฮตฯ…ฯƒฮต" -#: 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 "ฮŸ/ฮท {firstAuthorName} ฮบฮฑฮน {additionalAuthorsCount, plural, one {{formattedAuthorsCount} ฮฌฮปฮปฮฟฯ‚} other {{formattedAuthorsCount} ฮฌฮปฮปฮฟฮน}} ฯƒฮฑฯ‚ ฮฑฮบฮฟฮปฮฟฯฮธฮทฯƒฮฑฮฝ" -#: 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 "ฮ— ฯ€ฯฮฟฯƒฮฑฯฮผฮฟฯƒฮผฮญฮฝฮท ฯฮฟฮฎ ฮฌฯฮตฯƒฮต ฯƒฯ„ฮฟฮฝ/ฮทฮฝ {firstAuthorName} ฮบฮฑฮน {additionalAuthorsCount, plural, one {{formattedAuthorsCount} ฮฌฮปฮปฮฟฮฝ} other {{formattedAuthorsCount} ฮฌฮปฮปฮฟฯ…ฯ‚}}" -#: 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 "ฮฃฯ„ฮฟฮฝ/ฮทฮฝ {firstAuthorName} ฮบฮฑฮน ฯƒฮต {additionalAuthorsCount, plural, one {{formattedAuthorsCount} ฮฌฮปฮปฮฟฮฝ} other {{formattedAuthorsCount} ฮฌฮปฮปฮฟฯ…ฯ‚}} ฮฌฯฮตฯƒฮต ฯ„ฮทฮฝ ฮฑฮฝฮฌฯฯ„ฮทฯƒฮฎ ฯƒฮฑฯ‚" -#: 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 "{firstAuthorName} ฮบฮฑฮน {additionalAuthorsCount, plural, one {{formattedAuthorsCount} ฮฌฮปฮปฮฟฯ‚} other {{formattedAuthorsCount} ฮฌฮปฮปฮฟฮน}} ฮฑฯ†ฮฑฮฏฯฮตฯƒฮฑฮฝ ฯ„ฮนฯ‚ ฮตฯ€ฮฑฮปฮทฮธฮตฯฯƒฮตฮนฯ‚ ฯ„ฮฟฯ…ฯ‚ ฮฑฯ€ฯŒ ฯ„ฮฟ ฮปฮฟฮณฮฑฯฮนฮฑฯƒฮผฯŒ ฯƒฮฑฯ‚" -#: 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 "ฮŸ/ฮท {firstAuthorName} ฮบฮฑฮน {additionalAuthorsCount, plural, one {{formattedAuthorsCount} ฮฌฮปฮปฮฟฯ‚} other {{formattedAuthorsCount} ฮฌฮปฮปฮฟฮน}} ฮฑฮฝฮฑฮดฮทฮผฮฟฯƒฮฏฮตฯ…ฯƒฮฑฮฝ ฯ„ฮทฮฝ ฮฑฮฝฮฌฯฯ„ฮทฯƒฮฎ ฯƒฮฑฯ‚" -#: 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 "{firstAuthorName} ฮบฮฑฮน {additionalAuthorsCount, plural, one {{formattedAuthorsCount} ฮฌฮปฮปฮฟฯ‚} other {{formattedAuthorsCount} ฮฌฮปฮปฮฟฮน}} ฮฑฮฝฮฑฮดฮทฮผฮฟฯƒฮฏฮตฯ…ฯƒฮฑฮฝ ฯ„ฮทฮฝ ฮฑฮฝฮฑฮดฮทฮผฮฟฯƒฮฏฮตฯ…ฯƒฮท ฯƒฮฑฯ‚" -#: 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 "ฮŸ/ฮท {firstAuthorName} ฮบฮฑฮน {additionalAuthorsCount, plural, one {{formattedAuthorsCount} ฮฌฮปฮปฮฟฯ‚} other {{formattedAuthorsCount} ฮฌฮปฮปฮฟฮน}} ฮณฯฮฌฯ†ฯ„ฮทฮบฮฑฮฝ ฮผฮต ฯ„ฮฟ ฯ€ฮฑฮบฮญฯ„ฮฟ ฮตฮบฮบฮฏฮฝฮทฯƒฮฎฯ‚ ฯƒฮฑฯ‚" -#: 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 "{firstAuthorName} ฮบฮฑฮน {additionalAuthorsCount, plural, one {{formattedAuthorsCount} ฮฌฮปฮปฮฟฯ‚} other {{formattedAuthorsCount} ฮฌฮปฮปฮฟฮน}} ฯƒฮฑฯ‚ ฮตฯ€ฮฑฮปฮฎฮธฮตฯ…ฯƒฮฑฮฝ" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:359 msgid "{firstAuthorName} followed you" msgstr "ฮŸ/ฮท {firstAuthorName} ฯƒฮฑฯ‚ ฮฑฮบฮฟฮปฮฟฯฮธฮทฯƒฮต" -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" msgstr "ฮŸ/ฮท {firstAuthorName} ฯƒฮฑฯ‚ ฮฑฮบฮฟฮปฮฟฯฮธฮทฯƒฮต ฯ€ฮฏฯƒฯ‰" -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" msgstr "ฮ— ฯ€ฯฮฟฯƒฮฑฯฮผฮฟฯƒฮผฮญฮฝฮท ฯฮฟฮฎ ฮฌฯฮตฯƒฮต ฯƒฯ„ฮฟฮฝ/ฮทฮฝ {firstAuthorName}" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" msgstr "ฮฃฯ„ฮฟฮฝ/ฮทฮฝ {firstAuthorName} ฮฌฯฮตฯƒฮต ฮท ฮฑฮฝฮฌฯฯ„ฮทฯƒฮฎ ฯƒฮฑฯ‚" -#: src/view/com/notifications/NotificationFeedItem.tsx:492 +#: src/view/com/notifications/NotificationFeedItem.tsx:498 msgid "{firstAuthorName} liked your repost" msgstr "ฮฃฯ„ฮฟฮฝ/ฮทฮฝ {firstAuthorName} ฮฌฯฮตฯƒฮต ฮท ฮฑฮฝฮฑฮดฮทฮผฮฟฯƒฮฏฮตฯ…ฯƒฮฎ ฯƒฮฑฯ‚" -#: src/view/com/notifications/NotificationFeedItem.tsx:465 +#: src/view/com/notifications/NotificationFeedItem.tsx:471 msgid "{firstAuthorName} removed their verification from your account" msgstr "ฮŸ/ฮ— {firstAuthorName} ฮฑฯ†ฮฑฮฏฯฮตฯƒฮต ฯ„ฮทฮฝ ฮตฯ€ฮฑฮปฮฎฮธฮตฯ…ฯƒฮฎ ฯ„ฮฟฯ…/ฯ„ฮทฯ‚ ฮฑฯ€ฯŒ ฯ„ฮฟ ฮปฮฟฮณฮฑฯฮนฮฑฯƒฮผฯŒ ฯƒฮฑฯ‚" -#: src/view/com/notifications/NotificationFeedItem.tsx:320 +#: src/view/com/notifications/NotificationFeedItem.tsx:326 msgid "{firstAuthorName} reposted your post" msgstr "ฮŸ/ฮท {firstAuthorName} ฮฑฮฝฮฑฮดฮทฮผฮฟฯƒฮฏฮตฯ…ฯƒฮต ฯ„ฮทฮฝ ฮฑฮฝฮฌฯฯ„ฮทฯƒฮฎ ฯƒฮฑฯ‚" -#: src/view/com/notifications/NotificationFeedItem.tsx:516 +#: src/view/com/notifications/NotificationFeedItem.tsx:522 msgid "{firstAuthorName} reposted your repost" msgstr "ฮŸ/ฮท {firstAuthorName} ฮฑฮฝฮฑฮดฮทฮผฮฟฯƒฮฏฮตฯ…ฯƒฮต ฯ„ฮทฮฝ ฮฑฮฝฮฑฮดฮทฮผฮฟฯƒฮฏฮตฯ…ฯƒฮฎ ฯƒฮฑฯ‚" -#: src/view/com/notifications/NotificationFeedItem.tsx:411 +#: src/view/com/notifications/NotificationFeedItem.tsx:417 msgid "{firstAuthorName} signed up with your starter pack" msgstr "ฮŸ/ฮท {firstAuthorName} ฮณฯฮฌฯ†ฯ„ฮทฮบฮต ฯƒฯ„ฮฟ starter pack ฯƒฮฑฯ‚" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "ฮŸ/ฮ— {firstAuthorName} ฯƒฮฑฯ‚ ฮตฯ€ฮฑฮปฮฎฮธฮตฯ…ฯƒฮต" @@ -659,12 +639,12 @@ msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "{minutes, plural, one {# ฮปฮตฯ€ฯ„ฯŒ} other {# ฮปฮตฯ€ฯ„ฮฌ}}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "" @@ -697,6 +677,18 @@ msgstr "ฮŸ/ฮ— {profileName} ฮณฯฮฌฯ†ฯ„ฮทฮบฮต ฯƒฯ„ฮฟ Bluesky ฮผฮต ฯ€ฮฑฮบฮญฯ„ฮฟ ฮฝ msgid "{rank}." msgstr "{rank}." +#: src/components/dms/MessageItem.tsx:813 +msgid "{replierDisplayName} replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:809 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:807 +msgid "{replierDisplayName} replied to you" +msgstr "" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "ฮœฮนฮฑ ฯƒฯ…ฮปฮปฮฟฮณฮฎ ฮฑฯ€ฯŒ ฮดฮทฮผฮฟฯ†ฮนฮปฮตฮฏฯ‚ ฯฮฟฮญฯ‚ ฯ€ฮฟฯ… ฮผฯ€ฮฟฯฮตฮฏฯ„ฮต ฮฝฮฑ ฮฒฯฮตฮฏฯ„ฮต ฯƒฯ„ฮฟ Bluesky, ฯƒฯ…ฮผฯ€ฮตฯฮนฮปฮฑฮผฮฒฮฑฮฝฮฟฮผฮญฮฝฮฟฯ… News, Booksky, Game Dev, Blacksky, ฮบฮฑฮน Fountain Pens" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "ฮญฮฝฮฑ ฮผฮฎฮฝฯ…ฮผฮฑ" @@ -873,8 +875,8 @@ msgstr "ฮ ฮฑฯฮฟฯ…ฯƒฮนฮฌฯƒฯ„ฮทฮบฮต ฯƒฯ†ฮฌฮปฮผฮฑ ฮดฮนฮบฯ„ฯฮฟฯ…. ฮ ฮฑฯฮฑฮบฮฑฮปฮฟ #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 #: src/screens/Messages/JoinRequests.tsx:192 #: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." @@ -955,7 +957,7 @@ msgstr "ฮ‘ฯ€ฮฟฮดฮฟฯ‡ฮฎ ฮฑฯ…ฯ„ฮฎฯ‚ ฯ„ฮทฯ‚ ฯ€ฯฯŒฯ„ฮฑฯƒฮทฯ‚ ฮณฮปฯŽฯƒฯƒฮฑฯ‚" msgid "Accepted conversations" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:113 +#: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -980,12 +982,12 @@ msgstr "ฮ›ฮฟฮณฮฑฯฮนฮฑฯƒฮผฯŒฯ‚" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "ฮ›ฮฟฮณฮฑฯฮนฮฑฯƒฮผฯŒฯ‚ ฮผฯ€ฮปฮฟฮบฮฑฯฮนฯƒฮผฮญฮฝฮฟฯ‚" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "ฮŸ ฮ›ฮฟฮณฮฑฯฮนฮฑฯƒฮผฯŒฯ‚ ฮฑฮบฮฟฮปฮฟฯ…ฮธฮตฮฏฯ„ฮฑฮน" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "ฮ›ฮฟฮณฮฑฯฮนฮฑฯƒฮผฯŒฯ‚ ฯƒฮต ฯƒฮฏฮณฮฑฯƒฮท" @@ -1028,18 +1030,18 @@ msgstr "ฮ›ฮฟฮณฮฑฯฮนฮฑฯƒฮผฯŒฯ‚ ฮฑฯ†ฮฑฮนฯฮญฮธฮทฮบฮต ฮฑฯ€ฯŒ ฯ„ฮทฮฝ ฮณฯฮฎฮณฮฟฯฮท #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "ฮ›ฮฟฮณฮฑฯฮนฮฑฯƒฮผฯŒฯ‚ ฮพฮตฮผฯ€ฮปฮฟฮบฮฑฯฮนฯƒฮผฮญฮฝฮฟฯ‚" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "ฮ›ฮฟฮณฮฑฯฮนฮฑฯƒฮผฯŒฯ‚ ฯƒฯ„ฮฑฮผฮฌฯ„ฮทฯƒฮต ฮฝฮฑ ฮฑฮบฮฟฮปฮฟฯ…ฮธฮตฮฏฯ„ฮฑฮน" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "ฮ†ฯฯƒฮท ฯƒฮฏฮณฮฑฯƒฮทฯ‚ ฮปฮฟฮณฮฑฯฮนฮฑฯƒฮผฮฟฯ" @@ -1054,12 +1056,13 @@ msgstr "ฮ›ฮฟฮณฮฑฯฮนฮฑฯƒฮผฮฟฮฏ ฮผฮต ฮญฮฝฮฑ ฮผฯ€ฮปฮต ฮบฯ…ฮผฮฑฯ„ฮฟฮตฮนฮดฮญฯ‚ ฯ„ฮน msgid "Activity from others" msgstr "ฮ”ฯฮฑฯƒฯ„ฮทฯฮนฯŒฯ„ฮทฯ„ฮฑ ฮฑฯ€ฯŒ ฮฌฮปฮปฮฟฯ…ฯ‚" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "ฮ ฯฮฟฯƒฮธฮฎฮบฮท" @@ -1112,11 +1115,11 @@ msgstr "ฮ ฯฮฟฯƒฮธฮฎฮบฮท ฮตฮฝฮฑฮปฮปฮฑฮบฯ„ฮนฮบฮฟฯ ฮบฮตฮนฮผฮญฮฝฮฟฯ… (ฯ€ฯฮฟฮฑฮนฯ msgid "Add another account" msgstr "ฮ ฯฮฟฯƒฮธฮฎฮบฮท ฮฌฮปฮปฮฟฯ… ฮปฮฟฮณฮฑฯฮนฮฑฯƒฮผฮฟฯ" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1518 msgid "Add another post" msgstr "ฮ ฯฮฟฯƒฮธฮฎฮบฮท ฮฌฮปฮปฮทฯ‚ ฮฑฮฝฮฌฯฯ„ฮทฯƒฮทฯ‚" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2181 msgid "Add another post to thread" msgstr "ฮ ฯฮฟฯƒฮธฮฎฮบฮท ฮฌฮปฮปฮทฯ‚ ฮดฮทฮผฮฟฯƒฮฏฮตฯ…ฯƒฮทฯ‚ ฯƒฯ„ฮฟ ฮฝฮฎฮผฮฑ" @@ -1182,7 +1185,7 @@ msgstr "ฮ ฯฮฟฯƒฮธฮฎฮบฮท ฮปฮญฮพฮตฯ‰ฮฝ ฮบฮฑฮน ฮตฯ„ฮนฮบฮตฯ„ฯŽฮฝ ฯ€ฮฟฯ… ฮธฮฑ ฮตฮฏฮฝ msgid "Add people" msgstr "ฮ ฯฮฟฯƒฮธฮฎฮบฮท ฮฑฯ„ฯŒฮผฯ‰ฮฝ" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "ฮ ฯฮฟฯƒฮธฮฎฮบฮท ฮฑฯ„ฯŒฮผฯ‰ฮฝ ฯƒฯ„ฮท ฮปฮฏฯƒฯ„ฮฑ" @@ -1214,8 +1217,8 @@ msgstr "ฮ ฯฮฟฯƒฮธฮญฯƒฯ„ฮต ฯ„ฮฟ ฮฑฮบฯŒฮปฮฟฯ…ฮธฮฟ ฮฑฯฯ‡ฮตฮฏฮฟ DNS ฯƒฯ„ฮฟ domain msgid "Add this feed to your feeds" msgstr "ฮ ฯฮฟฯƒฮธฮฎฮบฮท ฮฑฯ…ฯ„ฮฟฯ ฯ„ฮทฯ‚ ฯฮฟฮฎฯ‚ ฯƒฯ„ฮนฯ‚ ฯฮฟฮญฯ‚ ฯƒฮฑฯ‚" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "ฮ ฯฮฟฯƒฮธฮฎฮบฮท ฯƒฮต ฮปฮฏฯƒฯ„ฮตฯ‚" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "ฮ ฯฮฟฯƒฮธฮฎฮบฮท ฯƒฯ„ฮนฯ‚ ฮฑฯ€ฮฟฮธฮทฮบฮตฯ…ฮผฮญฮฝฮตฯ‚ ฮดฮทฮผฮฟฯƒฮนฮตฯฯƒฮตฮนฯ‚" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "ฮ ฯฮฟฯƒฮธฮฎฮบฮท ฯƒฯ„ฮฑ ฯ€ฮฑฮบฮญฯ„ฮฑ ฮฝฮญฯ‰ฮฝ" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "ฮ ฯฮฟฯƒฮธฮฎฮบฮท ฯ‡ฯฮฎฯƒฯ„ฮท ฯƒฯ„ฮท ฮปฮฏฯƒฯ„ฮฑ" @@ -1246,8 +1249,8 @@ msgstr "" msgid "Added by invite link" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "ฮ ฯฮฟฯƒฯ„ฮญฮธฮทฮบฮต ฯƒฯ„ฮท ฮปฮฏฯƒฯ„ฮฑ" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "alice@example.com" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "ฮŒฮปฮฑ" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "" @@ -1521,7 +1524,7 @@ msgid "An error occurred while loading your lists :/" msgstr "ฮ ฮฑฯฮฟฯ…ฯƒฮนฮฌฯƒฯ„ฮทฮบฮต ฯƒฯ†ฮฌฮปฮผฮฑ ฮบฮฑฯ„ฮฌ ฯ„ฮท ฯ†ฯŒฯฯ„ฯ‰ฯƒฮท ฯ„ฯ‰ฮฝ ฮปฮนฯƒฯ„ฯŽฮฝ ฯƒฮฑฯ‚ :/" #: src/components/StarterPack/QrCodeDialog.tsx:81 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:103 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "ฮ ฮฑฯฮฟฯ…ฯƒฮนฮฌฯƒฯ„ฮทฮบฮต ฯƒฯ†ฮฌฮปฮผฮฑ ฮบฮฑฯ„ฮฌ ฯ„ฮทฮฝ ฮฑฯ€ฮฟฮธฮฎฮบฮตฯ…ฯƒฮท ฯ„ฮฟฯ… QR code!" @@ -1589,8 +1592,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 "ฮ ฮฑฯฮฟฯ…ฯƒฮนฮฌฯƒฯ„ฮทฮบฮต ฯ€ฯฯŒฮฒฮปฮทฮผฮฑ, ฯ€ฮฑฯฮฑฮบฮฑฮปฯŽ ฮดฮฟฮบฮนฮผฮฌฯƒฯ„ฮต ฮพฮฑฮฝฮฌ." @@ -1643,7 +1646,7 @@ msgstr "ฮŸฯ€ฮฟฮนฮฟฯƒฮดฮฎฯ€ฮฟฯ„ฮต" msgid "Anyone can interact" msgstr "ฮŸฯ€ฮฟฮนฮฟฯƒฮดฮฎฯ€ฮฟฯ„ฮต ฮผฯ€ฮฟฯฮตฮฏ ฮฝฮฑ ฮฑฮปฮปฮทฮปฮตฯ€ฮนฮดฯฮฌฯƒฮตฮน" -#: src/components/intents/GroupChatJoinDialog.tsx:340 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" msgstr "" @@ -1796,8 +1799,8 @@ msgstr "ฮ•ฮฏฯƒฯ„ฮต ฯƒฮฏฮณฮฟฯ…ฯฮฟฮน ฯŒฯ„ฮน ฮธฮญฮปฮตฯ„ฮต ฮฝฮฑ ฮดฮนฮฑฮณฯฮฌฯˆฮตฯ„ msgid "Are you sure you want to discard your changes?" msgstr "ฮ˜ฮญฮปฮตฯ„ฮต ฯƒฮฏฮณฮฟฯ…ฯฮฑ ฮฝฮฑ ฮฑฯ€ฮฟฯฯฮฏฯˆฮตฯ„ฮต ฯ„ฮนฯ‚ ฮฑฮปฮปฮฑฮณฮญฯ‚ ฯƒฮฑฯ‚;" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "" @@ -1814,11 +1817,11 @@ msgid "Are you sure you want to remove this from your feeds?" msgstr "ฮ•ฮฏฯƒฯ„ฮต ฯƒฮฏฮณฮฟฯ…ฯฮฟฮน ฯŒฯ„ฮน ฮธฮญฮปฮตฯ„ฮต ฮฝฮฑ ฮฑฯ†ฮฑฮนฯฮญฯƒฮตฯ„ฮต ฮฑฯ…ฯ„ฯŒ ฮฑฯ€ฯŒ ฯ„ฮนฯ‚ ฯฮฟฮญฯ‚ ฯƒฮฑฯ‚;" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 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:1654 msgid "Are you sure you'd like to discard this post?" msgstr "ฮ•ฮฏฯƒฯ„ฮต ฯƒฮฏฮณฮฟฯ…ฯฮฟฮน ฯŒฯ„ฮน ฮธฮญฮปฮตฯ„ฮต ฮฝฮฑ ฮฑฯ€ฮฟฯฯฮฏฯˆฮตฯ„ฮต ฮฑฯ…ฯ„ฮฎฮฝ ฯ„ฮทฮฝ ฮฑฮฝฮฌฯฯ„ฮทฯƒฮท;" @@ -1958,10 +1961,10 @@ msgstr "ฮ ฯฮนฮฝ ฮผฯ€ฮฟฯฮญฯƒฮตฯ„ฮต ฮฝฮฑ ฮปฮฌฮฒฮตฯ„ฮต ฮตฮนฮดฮฟฯ€ฮฟฮนฮฎฯƒฮตฮนฯ‚ #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2009,8 +2012,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "ฮ‘ฯ€ฮฟฮบฮปฮตฮนฯƒฮผฯŒฯ‚ ฮปฮฟฮณฮฑฯฮนฮฑฯƒฮผฮฟฯ" @@ -2088,6 +2091,10 @@ 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 "ฮŸ ฮฑฯ€ฮฟฮบฮปฮตฮนฯƒฮผฯŒฯ‚ ฮดฮตฮฝ ฮตฮผฯ€ฮฟฮดฮฏฮถฮตฮน ฮฑฯ…ฯ„ฯŒฮฝ ฯ„ฮฟฮฝ ฮตฯ„ฮนฮบฮตฯ„ฮฟฯ€ฮฟฮนฮทฯ„ฮฎ ฮฑฯ€ฯŒ ฯ„ฮฟ ฮฝฮฑ ฯ„ฮฟฯ€ฮฟฮธฮตฯ„ฮตฮฏ ฮตฯ„ฮนฮบฮญฯ„ฮตฯ‚ ฯƒฯ„ฮฟฮฝ ฮปฮฟฮณฮฑฯฮนฮฑฯƒฮผฯŒ ฯƒฮฑฯ‚." @@ -2260,7 +2267,7 @@ msgstr "ฮšฮฟฯ…ฮผฯ€ฮฏ ฮณฮนฮฑ ฮฝฮฑ ฮตฯ€ฮนฯƒฯ„ฯฮญฯˆฮตฯ„ฮต ฯƒฯ„ฮฟ ฮฑฯฯ‡ฮนฮบฯŒ ฯ‡ฯ #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:181 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2274,13 +2281,13 @@ msgstr "" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:363 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "ฮ‘ฯ€ฯŒ <0>{0}" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" msgstr "" @@ -2348,10 +2355,10 @@ msgstr "" #: src/screens/Deactivated.tsx:150 #: src/screens/Messages/components/InviteLinkDialog.tsx:500 #: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,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:1732 +#: src/view/com/composer/Composer.tsx:1742 #: 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 @@ -2380,6 +2387,10 @@ msgstr "ฮ‘ฮบฯฯฯ‰ฯƒฮท ฮฑฮฝฮฑฮดฮทฮผฮฟฯƒฮฏฮตฯ…ฯƒฮทฯ‚" msgid "Cancel reactivation and sign out" msgstr "ฮ‘ฮบฯฯฯ‰ฯƒฮท ฮตฯ€ฮฑฮฝฮตฮฝฮตฯฮณฮฟฯ€ฮฟฮฏฮทฯƒฮทฯ‚ ฮบฮฑฮน ฮญฮพฮฟฮดฮฟฯ‚" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "ฮ‘ฮบฯฯฯ‰ฯƒฮท ฮฑฮฝฮฑฮถฮฎฯ„ฮทฯƒฮทฯ‚" @@ -2481,7 +2492,7 @@ msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,7 +2509,7 @@ msgid "Chat ended" msgstr "" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:256 +#: src/components/intents/GroupChatJoinDialog.tsx:269 #: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" msgstr "" @@ -2520,12 +2531,12 @@ msgctxt "toast" msgid "Chat muted" msgstr "ฮฃฮฏฮณฮฑฯƒฮท ฯƒฯ…ฮฝฮฟฮผฮนฮปฮฏฮฑฯ‚" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." msgstr "" -#: src/components/moderation/BlockDialog.tsx:292 +#: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2544,10 +2555,10 @@ msgstr "ฮ‘ฮนฯ„ฮฎฮผฮฑฯ„ฮฑ ฯƒฯ…ฮฝฮฟฮผฮนฮปฮฏฮฑฯ‚" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "ฮกฯ…ฮธฮผฮฏฯƒฮตฮนฯ‚ ฯƒฯ…ฮฝฮฟฮผฮนฮปฮฏฮฑฯ‚" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "ฮ‘ฯ†ฮฑฮฏฯฮตฯƒฮท ฯƒฮฏฮณฮฑฯƒฮทฯ‚ ฯƒฯ…ฮฝฮฟฮผฮนฮปฮฏฮฑฯ‚" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "ฮฃฯ…ฮฝฮฟฮผฮนฮปฮฏฮตฯ‚" @@ -2731,7 +2742,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "ฮ ฮฑฯ„ฮฎฯƒฯ„ฮต ฮณฮนฮฑ ฮฌฮฝฮฟฮนฮณฮผฮฑ ฯ„ฮฟฯ… ฮผฮตฮฝฮฟฯ ฮตฯ„ฮนฮบฮญฯ„ฮฑฯ‚ ฮณฮนฮฑ {0}" -#: src/components/dms/MessageItem.tsx:533 +#: src/components/dms/MessageItem.tsx:622 msgid "Click to retry failed message" msgstr "ฮšฮฌฮฝฯ„ฮต ฮบฮปฮนฮบ ฮณฮนฮฑ ฮฝฮฑ ฮตฯ€ฮฑฮฝฮฑฮปฮฌฮฒฮตฯ„ฮต ฯ„ฮฟ ฮฑฯ€ฮฟฯ„ฯ…ฯ‡ฮทฮผฮญฮฝฮฟ ฮผฮฎฮฝฯ…ฮผฮฑ" @@ -2745,6 +2756,7 @@ msgstr "ฮšฮฌฮฝฯ„ฮต ฮบฮปฮนฮบ ฮณฮนฮฑ ฮฝฮฑ ฮตฯ€ฮฑฮฝฮฑฮปฮฌฮฒฮตฯ„ฮต ฯ„ฮฟ ฮฑฯ€ฮฟฯ„ฯ…ฯ‡ #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "ฮšฮฌฮฝฯ„ฮต ฮบฮปฮนฮบ ฮณฮนฮฑ ฮฝฮฑ ฮตฯ€ฮฑฮฝฮฑฮปฮฌฮฒฮตฯ„ฮต ฯ„ฮฟ ฮฑฯ€ฮฟฯ„ฯ…ฯ‡ #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:233 -#: src/components/intents/GroupChatJoinDialog.tsx:268 +#: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2804,10 +2816,6 @@ 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 @@ -2822,7 +2830,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 "" @@ -2850,10 +2858,10 @@ msgstr "" msgid "Close the incoming requests banner" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:226 -#: src/components/intents/GroupChatJoinDialog.tsx:227 -#: src/components/intents/GroupChatJoinDialog.tsx:263 -#: src/components/intents/GroupChatJoinDialog.tsx:264 +#: 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 msgid "Close this dialog" msgstr "ฮšฮปฮตฮฏฯƒฮนฮผฮฟ ฮฑฯ…ฯ„ฮฟฯ ฯ„ฮฟฯ… ฮดฮนฮฑฮปฯŒฮณฮฟฯ…" @@ -2866,15 +2874,15 @@ msgstr "" msgid "Closes password update alert" msgstr "ฮšฮปฮตฮฏฮฝฮตฮน ฯ„ฮทฮฝ ฮตฮนฮดฮฟฯ€ฮฟฮฏฮทฯƒฮท ฮตฮฝฮทฮผฮญฯฯ‰ฯƒฮทฯ‚ ฮบฯ‰ฮดฮนฮบฮฟฯ ฯ€ฯฯŒฯƒฮฒฮฑฯƒฮทฯ‚" -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1740 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 "ฮฃฯ…ฮผฯ€ฯ„ฯฯƒฯƒฮตฮน ฯ„ฮท ฮปฮฏฯƒฯ„ฮฑ ฯ‡ฯฮทฯƒฯ„ฯŽฮฝ ฮณฮนฮฑ ฮผฮนฮฑ ฮดฮตฮดฮฟฮผฮญฮฝฮท ฮตฮนฮดฮฟฯ€ฮฟฮฏฮทฯƒฮท" @@ -2920,7 +2928,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:1616 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "ฮฃฯฮฝฯ„ฮฑฮพฮท ฮฑฮฝฮฑฯฯ„ฮฎฯƒฮตฯ‰ฮฝ ฮญฯ‰ฯ‚ {0, plural, other {# ฯ‡ฮฑฯฮฑฮบฯ„ฮฎฯฮตฯ‚}}" @@ -2928,11 +2936,11 @@ msgstr "ฮฃฯฮฝฯ„ฮฑฮพฮท ฮฑฮฝฮฑฯฯ„ฮฎฯƒฮตฯ‰ฮฝ ฮญฯ‰ฯ‚ {0, plural, other {# ฯ‡ฮฑฯฮฑ msgid "Compose reply" msgstr "ฮฃฯฮฝฯ„ฮฑฮพฮท ฮฑฯ€ฮฌฮฝฯ„ฮทฯƒฮทฯ‚" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2578 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing video..." msgstr "ฮฃฯ…ฮผฯ€ฮฏฮตฯƒฮท ฮฒฮฏฮฝฯ„ฮตฮฟ..." @@ -3100,7 +3108,7 @@ msgstr "ฮฃฯ…ฮฝฮญฯ‡ฮตฮนฮฑ ฯƒฯ„ฮฟ ฮตฯ€ฯŒฮผฮตฮฝฮฟ ฮฒฮฎฮผฮฑ" msgid "Conversation" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "ฮ”ฮนฮฑฮณฯฮฑฮผฮผฮญฮฝฮท ฯƒฯ…ฮฝฮฟฮผฮนฮปฮฏฮฑ" @@ -3127,7 +3135,7 @@ msgid "Copied build version to clipboard" msgstr "ฮ— ฮญฮบฮดฮฟฯƒฮท build ฮฑฮฝฯ„ฮนฮณฯฮฌฯ†ฮทฮบฮต ฯƒฯ„ฮฟ ฯ€ฯฯŒฯ‡ฮตฮนฯฮฟ" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3154,12 @@ msgstr "ฮ‘ฮฝฯ„ฮนฮณฯฮฌฯ†ฮทฮบฮต!" msgid "Copies build version to clipboard" msgstr "ฮ‘ฮฝฯ„ฮนฮณฯฮฑฯ†ฮฎ ฮฑฯฮนฮธฮผฮฟฯ ฮญฮบฮดฮฟฯƒฮทฯ‚ ฯƒฯ„ฮฟ ฯ€ฯฯŒฯ‡ฮตฮนฯฮฟ" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:198 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:265 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "ฮ‘ฮฝฯ„ฮนฮณฯฮฑฯ†ฮฎ" @@ -3159,8 +3167,8 @@ msgstr "ฮ‘ฮฝฯ„ฮนฮณฯฮฑฯ†ฮฎ" msgid "Copy App Password" msgstr "ฮ‘ฮฝฯ„ฮนฮณฯฮฑฯ†ฮฎ ฮบฯ‰ฮดฮนฮบฮฟฯ ฯ€ฯฯŒฯƒฮฒฮฑฯƒฮทฯ‚ ฮตฯ†ฮฑฯฮผฮฟฮณฮฎฯ‚" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "ฮ‘ฮฝฯ„ฮนฮณฯฮฑฯ†ฮฎ at:// URI" @@ -3175,8 +3183,8 @@ msgid "Copy code" msgstr "ฮ‘ฮฝฯ„ฮนฮณฯฮฑฯ†ฮฎ ฮบฯ‰ฮดฮนฮบฮฟฯ" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "ฮ‘ฮฝฯ„ฮนฮณฯฮฑฯ†ฮฎ DID" @@ -3184,7 +3192,7 @@ msgstr "ฮ‘ฮฝฯ„ฮนฮณฯฮฑฯ†ฮฎ DID" msgid "Copy host" msgstr "ฮ‘ฮฝฯ„ฮนฮณฯฮฑฯ†ฮฎ host" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:254 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" msgstr "" @@ -3210,8 +3218,8 @@ msgstr "ฮ‘ฮฝฯ„ฮนฮณฯฮฑฯ†ฮฎ ฯƒฯ…ฮฝฮดฮญฯƒฮผฮฟฯ… ฯƒฯ„ฮท ฮปฮฏฯƒฯ„ฮฑ" msgid "Copy link to post" msgstr "ฮ‘ฮฝฯ„ฮนฮณฯฮฑฯ†ฮฎ ฯƒฯ…ฮฝฮดฮญฯƒฮผฮฟฯ… ฯƒฯ„ฮทฮฝ ฮฑฮฝฮฌฯฯ„ฮทฯƒฮท" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "ฮ‘ฮฝฯ„ฮนฮณฯฮฑฯ†ฮฎ ฯƒฯ…ฮฝฮดฮญฯƒฮผฮฟฯ… ฯ€ฯฮฟฯ‚ ฯ€ฯฮฟฯ†ฮฏฮป" @@ -3219,8 +3227,8 @@ msgstr "ฮ‘ฮฝฯ„ฮนฮณฯฮฑฯ†ฮฎ ฯƒฯ…ฮฝฮดฮญฯƒฮผฮฟฯ… ฯ€ฯฮฟฯ‚ ฯ€ฯฮฟฯ†ฮฏฮป" msgid "Copy link to starter pack" msgstr "ฮ‘ฮฝฯ„ฮนฮณฯฮฑฯ†ฮฎ ฯƒฯ…ฮฝฮดฮญฯƒฮผฮฟฯ… ฯƒฯ„ฮฟ ฯ€ฮฑฮบฮญฯ„ฮฟ ฮฝฮญฯ‰ฮฝ" -#: src/components/dms/MessageContextMenu.tsx:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "ฮ‘ฮฝฯ„ฮนฮณฯฮฑฯ†ฮฎ ฮบฮตฮนฮผฮญฮฝฮฟฯ… ฮผฮทฮฝฯฮผฮฑฯ„ฮฟฯ‚" @@ -3249,7 +3257,7 @@ msgstr "ฮ‘ฮฝฯ„ฮนฮณฯฮฑฯ†ฮฎ ฯ„ฮนฮผฮฎฯ‚ ฮตฮณฮณฯฮฑฯ†ฮฎฯ‚ TXT" msgid "Copyright Policy" msgstr "ฮ ฮฟฮปฮนฯ„ฮนฮบฮฎ ฮ ฮฝฮตฯ…ฮผฮฑฯ„ฮนฮบฯŽฮฝ ฮ”ฮนฮบฮฑฮนฯ‰ฮผฮฌฯ„ฯ‰ฮฝ" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" msgstr "" @@ -3261,11 +3269,11 @@ msgstr "ฮ”ฮตฮฝ ฮฎฯ„ฮฑฮฝ ฮดฯ…ฮฝฮฑฯ„ฮฎ ฮท ฯƒฯฮฝฮดฮตฯƒฮท ฯƒฯ„ฮทฮฝ ฯ€ฯฮฟฯƒฮฑฯฮผฮฟ msgid "Could not connect to feed service" msgstr "ฮ”ฮตฮฝ ฮฎฯ„ฮฑฮฝ ฮดฯ…ฮฝฮฑฯ„ฮฎ ฮท ฯƒฯฮฝฮดฮตฯƒฮท ฯƒฯ„ฮทฮฝ ฯ…ฯ€ฮทฯฮตฯƒฮฏฮฑ ฯฮฟฮฎฯ‚" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:120 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" msgstr "" @@ -3294,7 +3302,7 @@ msgstr "ฮ‘ฮดฯ…ฮฝฮฑฮผฮฏฮฑ ฮฑฮบฮฟฮปฮฟฯฮธฮทฯƒฮทฯ‚ ฯŒฮปฯ‰ฮฝ ฯ„ฯ‰ฮฝ ฮฑฮฝฯ„ฮนฯƒฯ„ฮฟฮน msgid "Could not leave chat" msgstr "ฮ”ฮตฮฝ ฮฎฯ„ฮฑฮฝ ฮดฯ…ฮฝฮฑฯ„ฮฎ ฮท ฮฑฯ€ฮฟฯ‡ฯŽฯฮทฯƒฮท ฮฑฯ€ฯŒ ฯ„ฮท ฯƒฯ…ฮฝฮฟฮผฮนฮปฮฏฮฑ" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." msgstr "" @@ -3308,7 +3316,7 @@ msgstr "ฮ”ฮตฮฝ ฮฎฯ„ฮฑฮฝ ฮดฯ…ฮฝฮฑฯ„ฮฎ ฮท ฯ†ฯŒฯฯ„ฯ‰ฯƒฮท ฯ„ฮทฯ‚ ฯฮฟฮฎฯ‚" msgid "Could not load list" msgstr "ฮ”ฮตฮฝ ฮฎฯ„ฮฑฮฝ ฮดฯ…ฮฝฮฑฯ„ฮฎ ฮท ฯ†ฯŒฯฯ„ฯ‰ฯƒฮท ฯ„ฮทฯ‚ ฮปฮฏฯƒฯ„ฮฑฯ‚" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:169 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" msgstr "" @@ -3320,7 +3328,7 @@ msgstr "ฮ”ฮตฮฝ ฮฎฯ„ฮฑฮฝ ฮดฯ…ฮฝฮฑฯ„ฮฎ ฮท ฯƒฮฏฮณฮฑฯƒฮท ฯ„ฮทฯ‚ ฯƒฯ…ฮฝฮฟฮผฮนฮปฮฏฮฑฯ‚ msgid "Could not process your video" msgstr "ฮ”ฮตฮฝ ฮฎฯ„ฮฑฮฝ ฮดฯ…ฮฝฮฑฯ„ฮฎ ฮท ฮตฯ€ฮตฮพฮตฯฮณฮฑฯƒฮฏฮฑ ฯ„ฮฟฯ… ฮฒฮฏฮฝฯ„ฮตฮฟ ฯƒฮฑฯ‚" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." msgstr "" @@ -3329,7 +3337,7 @@ msgstr "" msgid "Could not save changes: {0}" msgstr "ฮ”ฮตฮฝ ฮฎฯ„ฮฑฮฝ ฮดฯ…ฮฝฮฑฯ„ฮฎ ฮท ฮฑฯ€ฮฟฮธฮฎฮบฮตฯ…ฯƒฮท ฯ„ฯ‰ฮฝ ฮฑฮปฮปฮฑฮณฯŽฮฝ: {0}" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" msgstr "" @@ -3394,12 +3402,12 @@ msgstr "ฮ”ฮทฮผฮนฮฟฯ…ฯฮณฮฏฮฑ starter pack ฮณฮนฮฑ ฮผฮญฮฝฮฑ" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:314 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3457,13 @@ msgstr "" msgid "Create moderation list" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:308 +#: 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 "ฮ”ฮทฮผฮนฮฟฯ…ฯฮณฮฏฮฑ ฮฝฮญฮฟฯ… ฮปฮฟฮณฮฑฯฮนฮฑฯƒฮผฮฟฯ" -#: src/screens/Messages/ConversationSettings/index.tsx:553 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "" @@ -3479,7 +3487,7 @@ msgstr "" #. placeholder {0}: i18n.date(createdAt, { dateStyle: 'long', timeStyle: 'short', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) #: src/screens/Messages/components/InviteLinkDialog.tsx:355 -#: src/screens/Messages/ConversationSettings/index.tsx:505 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "ฮ”ฮทฮผฮนฮฟฯ…ฯฮณฮฎฮธฮทฮบฮต {0}" @@ -3624,7 +3632,7 @@ msgstr "" msgid "Delete conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "ฮ”ฮนฮฑฮณฯฮฑฯ†ฮฎ ฮณฮนฮฑ ฮผฮญฮฝฮฑ" @@ -3637,7 +3645,7 @@ msgstr "" msgid "Delete message" msgstr "ฮ”ฮนฮฑฮณฯฮฑฯ†ฮฎ ฮผฮทฮฝฯฮผฮฑฯ„ฮฟฯ‚" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "ฮ”ฮนฮฑฮณฯฮฑฯ†ฮฎ ฮผฮทฮฝฯฮผฮฑฯ„ฮฟฯ‚ ฮณฮนฮฑ ฮผฮญฮฝฮฑ" @@ -3647,7 +3655,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:1628 msgid "Delete post" msgstr "ฮ”ฮนฮฑฮณฯฮฑฯ†ฮฎ ฮฑฮฝฮฌฯฯ„ฮทฯƒฮทฯ‚" @@ -3689,6 +3697,10 @@ 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 @@ -3794,9 +3806,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:1411 +#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1661 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3819,14 @@ msgstr "ฮ‘ฯ€ฯŒฯฯฮนฯˆฮท" msgid "Discard changes?" msgstr "ฮ‘ฯ€ฯŒฯฯฮนฯˆฮท ฮฑฮปฮปฮฑฮณฯŽฮฝ;" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1409 #: 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:1426 +#: src/view/com/composer/Composer.tsx:1653 msgid "Discard post?" msgstr "ฮ‘ฯ€ฯŒฯฯฮนฯˆฮท ฮฑฮฝฮฌฯฯ„ฮทฯƒฮทฯ‚;" @@ -3852,7 +3864,7 @@ msgstr "ฮ‘ฯ€ฯŒฯฯฮนฯˆฮท" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2499 msgid "Dismiss error" msgstr "ฮ‘ฯ€ฯŒฯฯฮนฯˆฮท ฯƒฯ†ฮฌฮปฮผฮฑฯ„ฮฟฯ‚" @@ -3949,8 +3961,8 @@ msgstr "" #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:146 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3975,7 @@ msgstr "" msgid "Done" msgstr "ฮŸฮปฮฟฮบฮปฮทฯฯŽฮธฮทฮบฮต" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "ฮŸฮปฮฟฮบฮปฮทฯฯŽฮธฮทฮบฮต" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:520 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4087,8 +4093,8 @@ msgstr "" msgid "Edit" msgstr "ฮ•ฯ€ฮตฮพฮตฯฮณฮฑฯƒฮฏฮฑ" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "ฮ•ฯ€ฮตฮพฮตฯฮณฮฑฯƒฮฏฮฑ" @@ -4102,8 +4108,8 @@ msgstr "ฮ•ฯ€ฮตฮพฮตฯฮณฮฑฯƒฮฏฮฑ ฮตฮนฮบฯŒฮฝฮฑฯ‚ ฯ€ฯฮฟฯ†ฮฏฮป" msgid "Edit Feeds" msgstr "ฮ•ฯ€ฮตฮพฮตฯฮณฮฑฯƒฮฏฮฑ ฯฮฟฯŽฮฝ" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "" @@ -4141,8 +4147,8 @@ msgstr "" msgid "Edit list details" msgstr "ฮ•ฯ€ฮตฮพฮตฯฮณฮฑฯƒฮฏฮฑ ฮปฮตฯ€ฯ„ฮฟฮผฮตฯฮตฮนฯŽฮฝ ฮปฮฏฯƒฯ„ฮฑฯ‚" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "" @@ -4155,7 +4161,7 @@ msgstr "" msgid "Edit My Feeds" msgstr "ฮ•ฯ€ฮตฮพฮตฯฮณฮฑฯƒฮฏฮฑ ฯ„ฯ‰ฮฝ ฯฮฟฯŽฮฝ ฮผฮฟฯ…" -#: src/screens/Messages/ConversationSettings/index.tsx:540 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "" @@ -4184,8 +4190,8 @@ msgstr "ฮ•ฯ€ฮตฮพฮตฯฮณฮฑฯƒฮฏฮฑ ฯ€ฯฮฟฯ†ฮฏฮป" msgid "Edit starter pack" msgstr "ฮ•ฯ€ฮตฮพฮตฯฮณฮฑฯƒฮฏฮฑ starter pack" -#: src/screens/Messages/ConversationSettings/index.tsx:486 -#: src/screens/Messages/ConversationSettings/index.tsx:539 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "" @@ -4402,7 +4408,7 @@ msgstr "" msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2598 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "ฮฃฯ†ฮฌฮปฮผฮฑ" @@ -4481,7 +4487,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 "ฮ‘ฮฝฮฌฯ€ฯ„ฯ…ฮพฮท ฮปฮฏฯƒฯ„ฮฑฯ‚ ฯ‡ฯฮทฯƒฯ„ฯŽฮฝ" @@ -4596,8 +4602,8 @@ msgstr "" msgid "Failed to accept join request" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "" @@ -4606,6 +4612,10 @@ msgstr "" msgid "Failed to add members" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "" @@ -4615,7 +4625,7 @@ msgid "Failed to change handle. Please try again." msgstr "ฮ‘ฯ€ฮญฯ„ฯ…ฯ‡ฮต ฮท ฮฑฮปฮปฮฑฮณฮฎ ฯ„ฮฟฯ… ฮฟฮฝฯŒฮผฮฑฯ„ฮฟฯ‚ ฯ‡ฯฮฎฯƒฯ„ฮท. ฮ ฮฑฯฮฑฮบฮฑฮปฯŽ ฮดฮฟฮบฮนฮผฮฌฯƒฯ„ฮต ฮพฮฑฮฝฮฌ." #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:129 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "" @@ -4664,7 +4674,7 @@ msgstr "" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:374 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "" @@ -4692,7 +4702,7 @@ msgstr "" msgid "Failed to ignore join request" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:137 +#: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4700,14 +4710,14 @@ msgstr "" msgid "Failed to launch SMS app" msgstr "" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:401 +#: 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 "" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "" @@ -4753,15 +4763,20 @@ msgstr "ฮ‘ฯ€ฮญฯ„ฯ…ฯ‡ฮต ฮท ฯ†ฯŒฯฯ„ฯ‰ฯƒฮท ฯ€ฯฮฟฯ„ฮตฮนฮฝฯŒฮผฮตฮฝฯ‰ฮฝ ฯฮฟฯŽฮฝ" msgid "Failed to load suggested follows" msgstr "ฮ‘ฯ€ฮญฯ„ฯ…ฯ‡ฮต ฮท ฯ†ฯŒฯฯ„ฯ‰ฯƒฮท ฯ€ฯฮฟฯ„ฮตฮนฮฝฯŒฮผฮตฮฝฯ‰ฮฝ ฮฑฮบฮฟฮปฮฟฯ…ฮธฮนฯŽฮฝ" -#: src/screens/Messages/ConversationSettings/index.tsx:426 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +msgid "Failed to mark all chats as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 +#: src/view/shell/bottom-bar/BottomBar.tsx:450 msgid "Failed to mark all requests as read" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:390 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "" @@ -4783,12 +4798,16 @@ msgstr "" msgid "Failed to remove data. {0}" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:111 +#: 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 "" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "" @@ -4802,7 +4821,7 @@ msgstr "" msgid "Failed to remove verification" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:180 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." msgstr "" @@ -4811,7 +4830,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:648 +#: src/view/com/composer/Composer.tsx:646 msgid "Failed to save draft" msgstr "" @@ -4854,7 +4873,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "ฮ‘ฯ€ฮญฯ„ฯ…ฯ‡ฮต ฮท ฮตฮฝฮฑฮปฮปฮฑฮณฮฎ ฯƒฮฏฮณฮฑฯƒฮทฯ‚ ฯƒฯ…ฮฝฮฟฮผฮนฮปฮฏฮฑฯ‚, ฯ€ฮฑฯฮฑฮบฮฑฮปฯŽ ฮดฮฟฮบฮนฮผฮฌฯƒฯ„ฮต ฮพฮฑฮฝฮฌ" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:435 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "" @@ -5116,16 +5135,16 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 "ฮ‘ฮบฮฟฮปฮฟฯ…ฮธฮฎฯƒฯ„ฮต" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "ฮ‘ฮบฮฟฮปฮฟฯ…ฮธฮฎฯƒฯ„ฮต {0}" @@ -5149,8 +5168,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "ฮ‘ฮบฮฟฮปฮฟฯ…ฮธฮฎฯƒฯ„ฮต 7 ฮปฮฟฮณฮฑฯฮนฮฑฯƒฮผฮฟฯฯ‚" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "" @@ -5173,9 +5192,9 @@ msgstr "" #. 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:423 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "ฮšฮฌฮฝฯ„ฮต follow back" @@ -5211,7 +5230,7 @@ msgstr "ฮ‘ฮบฮฟฮปฮฟฯ…ฮธฮตฮฏฯ„ฮฑฮน ฮฑฯ€ฯŒ <0>{0} ฮบฮฑฮน <1>{1}" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "ฮ‘ฮบฮฟฮปฮฟฯ…ฮธฮตฮฏฯ„ฮฑฮน ฮฑฯ€ฯŒ <0>{0}, <1>{1}, ฮบฮฑฮน {2, plural, one {# ฮฌฮปฮปฮฟฮฝ} other {# ฮฌฮปฮปฮฟฯ…ฯ‚}}" -#: src/components/intents/GroupChatJoinDialog.tsx:339 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" msgstr "" @@ -5231,10 +5250,10 @@ msgstr "ฮ‘ฮบฮฟฮปฮฟฯฮธฮฟฮน ฯ€ฮฟฯ… ฮณฮฝฯ‰ฯฮฏฮถฮตฯ„ฮต" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 "ฮ‘ฮบฮฟฮปฮฟฯ…ฮธฮตฮฏฯ„ฮต" @@ -5249,7 +5268,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 "ฮ‘ฮบฮฟฮปฮฟฯ…ฮธฮตฮฏฯ„ฮต {0}" @@ -5467,7 +5486,7 @@ msgstr "" msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2603 msgid "GIF uploaded" msgstr "" @@ -5526,8 +5545,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "ฮ‘ฯฯ‡ฮนฮบฮฎ" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "" @@ -5538,8 +5557,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "" @@ -5547,7 +5566,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 "" @@ -5622,9 +5641,9 @@ msgstr "" msgid "Grooming or predatory behavior" msgstr "" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:321 -#: src/screens/Messages/JoinRequest.tsx:129 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" msgstr "" @@ -5632,17 +5651,17 @@ msgstr "" msgid "Group chat invite link dialog" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:417 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:382 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "" @@ -5653,12 +5672,12 @@ msgid "Group chat settings" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:385 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "" @@ -5682,12 +5701,12 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "" @@ -5829,7 +5848,7 @@ msgstr "ฮšฯฯ…ฯ†ฮฎ ฮปฮฏฯƒฯ„ฮฑ" msgid "Hide" msgstr "ฮ‘ฯ€ฯŒฮบฯฯ…ฯˆฮท" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "ฮ‘ฯ€ฯŒฮบฯฯ…ฯˆฮท" @@ -5904,7 +5923,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 "ฮ‘ฯ€ฯŒฮบฯฯ…ฯˆฮท ฮปฮฏฯƒฯ„ฮฑฯ‚ ฯ‡ฯฮทฯƒฯ„ฯŽฮฝ" @@ -5960,7 +5979,7 @@ msgstr "ฮ ฮตฯฮนฮผฮญฮฝฮตฯ„ฮต! ฮ”ฮฏฮฝฮฟฯ…ฮผฮต ฯƒฯ„ฮฑฮดฮนฮฑฮบฮฌ ฯ€ฯฯŒฯƒฮฒฮฑฯƒฮท #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6210,7 +6229,7 @@ msgstr "" msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "" @@ -6268,7 +6287,7 @@ msgstr "" msgid "Invalid 2FA confirmation code." msgstr "ฮœฮท ฮญฮณฮบฯ…ฯฮฟฯ‚ ฮบฯ‰ฮดฮนฮบฯŒฯ‚ ฮตฯ€ฮนฮฒฮตฮฒฮฑฮฏฯ‰ฯƒฮทฯ‚ 2FA." -#: src/components/intents/GroupChatJoinDialog.tsx:147 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." msgstr "" @@ -6290,7 +6309,7 @@ msgstr "" msgid "Invalid report subject" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:187 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." msgstr "" @@ -6315,15 +6334,15 @@ msgstr "ฮšฯ‰ฮดฮนฮบฯŒฯ‚ ฯ€ฯฯŒฯƒฮบฮปฮทฯƒฮทฯ‚" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "ฮŸ ฮบฯ‰ฮดฮนฮบฯŒฯ‚ ฯ€ฯฯŒฯƒฮบฮปฮทฯƒฮทฯ‚ ฮดฮตฮฝ ฮญฮณฮนฮฝฮต ฮดฮตฮบฯ„ฯŒฯ‚. ฮ’ฮตฮฒฮฑฮนฯ‰ฮธฮตฮฏฯ„ฮต ฯŒฯ„ฮน ฯ„ฮฟฮฝ ฮตฮนฯƒฮฌฮณฮฑฯ„ฮต ฯƒฯ‰ฯƒฯ„ฮฌ ฮบฮฑฮน ฮดฮฟฮบฮนฮผฮฌฯƒฯ„ฮต ฮพฮฑฮฝฮฌ." -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:140 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:155 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6336,17 +6355,17 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:335 #: src/screens/Messages/components/InviteLinkDialog.tsx:514 #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 -#: src/screens/Messages/ConversationSettings/index.tsx:556 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:213 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" msgstr "" @@ -6410,7 +6429,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:2520 +#: src/view/com/composer/Composer.tsx:2518 msgid "Job ID: {0}" msgstr "ID ฮตฯฮณฮฑฯƒฮฏฮฑฯ‚: {0}" @@ -6420,7 +6439,7 @@ msgid "Jobs" msgstr "ฮ•ฯฮณฮฑฯƒฮฏฮตฯ‚" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:282 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" msgstr "" @@ -6431,12 +6450,12 @@ msgstr "" msgid "Join Bluesky" msgstr "ฮ•ฮณฮณฯฮฑฯ†ฮตฮฏฯ„ฮต ฯƒฯ„ฮฟ Bluesky" -#: src/components/intents/GroupChatJoinDialog.tsx:71 -#: src/components/intents/GroupChatJoinDialog.tsx:448 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:176 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." msgstr "" @@ -6450,8 +6469,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:1459 +#: src/view/com/composer/Composer.tsx:1469 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6609,7 +6628,7 @@ msgid "Learn more." msgstr "ฮœฮฌฮธฮตฯ„ฮต ฯ€ฮตฯฮนฯƒฯƒฯŒฯ„ฮตฯฮฑ." #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:590 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "ฮ‘ฯ€ฮฟฯ‡ฯŽฯฮทฯƒฮท" @@ -6623,8 +6642,8 @@ msgstr "ฮ‘ฯ€ฮฟฯ‡ฯŽฯฮทฯƒฮท" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "ฮ‘ฯ€ฮฟฯ‡ฯŽฯฮทฯƒฮท ฮฑฯ€ฯŒ ฯƒฯ…ฮฝฮฟฮผฮนฮปฮฏฮฑ" @@ -6644,12 +6663,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "ฮ‘ฯ€ฮฟฯ‡ฯŽฯฮทฯƒฮท ฮฑฯ€ฯŒ ฯƒฯ…ฮฝฮฟฮผฮนฮปฮฏฮฑ" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:589 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "" @@ -6658,11 +6677,11 @@ msgstr "" msgid "Leaving Bluesky" msgstr "ฮ‘ฯ€ฮฟฯ‡ฯŽฯฮทฯƒฮท ฮฑฯ€ฯŒ ฯ„ฮฟ Bluesky" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: src/screens/Messages/ConversationSettings/prompts.tsx:153 msgid "Leaving this chat will lock it permanently and you wonโ€™t be able to rejoin." msgstr "" -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." msgstr "" @@ -6935,9 +6954,9 @@ msgstr "ฮฆฯŒฯฯ„ฯ‰ฯƒฮท ฮฝฮญฯ‰ฮฝ ฮตฮนฮดฮฟฯ€ฮฟฮนฮฎฯƒฮตฯ‰ฮฝ" msgid "Load new posts" msgstr "ฮฆฯŒฯฯ„ฯ‰ฯƒฮท ฮฝฮญฯ‰ฮฝ ฮฑฮฝฮฑฯฯ„ฮฎฯƒฮตฯ‰ฮฝ" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "" @@ -6954,23 +6973,23 @@ msgstr "" msgid "Loading..." msgstr "ฮฆฯŒฯฯ„ฯ‰ฯƒฮท..." -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:568 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "" @@ -7051,6 +7070,16 @@ msgstr "ฮ”ฮนฮฑฯ‡ฮตฮนฯฮนฯƒฯ„ฮตฮฏฯ„ฮต ฯ„ฮนฯ‚ ฮปฮญฮพฮตฮนฯ‚ ฮบฮฑฮน ฮตฯ„ฮนฮบฮญฯ„ฮตฯ‚ msgid "Mark all as read" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:459 +#: src/view/shell/bottom-bar/BottomBar.tsx:463 +msgid "Mark all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:467 +#: src/view/shell/bottom-bar/BottomBar.tsx:471 +msgid "Mark all requests as read" +msgstr "" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7089,14 @@ msgstr "ฮฃฮทฮผฮตฮฏฯ‰ฯƒฮท ฯ‰ฯ‚ ฮฑฮฝฮฌฮณฮฝฯ‰ฯƒฮท" msgid "Marked all as read" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,7 +7120,7 @@ msgstr "" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "ฮœฮญฯƒฮฑ ฯ€ฮฟฯ… ฮผฯ€ฮฟฯฮตฮฏ ฮฝฮฑ ฮตฮฏฮฝฮฑฮน ฮตฮฝฮฟฯ‡ฮปฮทฯ„ฮนฮบฮฌ ฮฎ ฮฑฮบฮฑฯ„ฮฌฮปฮปฮทฮปฮฑ ฮณฮนฮฑ ฮฟฯฮนฯƒฮผฮญฮฝฮฑ ฮฑฮบฯฮฟฮฑฯ„ฮฎฯฮนฮฑ." -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." msgstr "" @@ -7092,7 +7129,7 @@ msgstr "" msgid "Members" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "" @@ -7111,13 +7148,13 @@ msgstr "" msgid "Menu" msgstr "ฮœฮตฮฝฮฟฯ" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 +#: 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" @@ -7132,7 +7169,7 @@ msgstr "ฮœฮฎฮฝฯ…ฮผฮฑ {0}" msgid "Message {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "ฮคฮฟ ฮผฮฎฮฝฯ…ฮผฮฑ ฮดฮนฮฑฮณฯฮฌฯ†ฮทฮบฮต" @@ -7141,13 +7178,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "ฮคฮฟ ฮผฮฎฮฝฯ…ฮผฮฑ ฮดฮนฮฑฮณฯฮฌฯ†ฮทฮบฮต" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:616 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "" @@ -7156,21 +7193,21 @@ msgstr "" msgid "Message from server: {0}" msgstr "ฮœฮฎฮฝฯ…ฮผฮฑ ฮฑฯ€ฯŒ ฯ„ฮฟฮฝ ฮดฮนฮฑฮบฮฟฮผฮนฯƒฯ„ฮฎ: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "ฮ ฮตฮดฮฏฮฟ ฮตฮนฯƒฮฑฮณฯ‰ฮณฮฎฯ‚ ฮผฮทฮฝฯฮผฮฑฯ„ฮฟฯ‚" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "" @@ -7178,11 +7215,11 @@ msgstr "" msgid "Messages" msgstr "ฮœฮทฮฝฯฮผฮฑฯ„ฮฑ" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:715 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:621 +#: src/components/dms/MessageItem.tsx:710 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7219,8 +7256,8 @@ msgstr "ฮ›ฮตฯ€ฯ„ฮฟฮผฮญฯฮตฮนฮตฯ‚ ฮดฮนฮฑฯ‡ฮตฮฏฯฮนฯƒฮทฯ‚" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "ฮ›ฮฏฯƒฯ„ฮฑ ฮดฮนฮฑฯ‡ฮตฮฏฯฮนฯƒฮทฯ‚ ฮฑฯ€ฯŒ {0}" @@ -7228,7 +7265,7 @@ msgstr "ฮ›ฮฏฯƒฯ„ฮฑ ฮดฮนฮฑฯ‡ฮตฮฏฯฮนฯƒฮทฯ‚ ฮฑฯ€ฯŒ {0}" msgid "Moderation list by <0/>" msgstr "ฮ›ฮฏฯƒฯ„ฮฑ ฮดฮนฮฑฯ‡ฮตฮฏฯฮนฯƒฮทฯ‚ ฮฑฯ€ฯŒ <0/>" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "ฮ›ฮฏฯƒฯ„ฮฑ ฮดฮนฮฑฯ‡ฮตฮฏฯฮนฯƒฮทฯ‚ ฮฑฯ€ฯŒ ฮตฯƒฮฌฯ‚" @@ -7281,8 +7318,8 @@ msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "ฮ ฮตฯฮนฯƒฯƒฯŒฯ„ฮตฯฮตฯ‚ ฮตฯ€ฮนฮปฮฟฮณฮญฯ‚" @@ -7302,7 +7339,7 @@ msgstr "ฮคฮฑฮนฮฝฮฏฮตฯ‚" msgid "Music" msgstr "ฮœฮฟฯ…ฯƒฮนฮบฮฎ" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "ฮฃฮฏฮณฮฑฯƒฮท" @@ -7320,8 +7357,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "" @@ -7347,7 +7384,7 @@ msgstr "ฮ›ฮฏฯƒฯ„ฮฑ ฯƒฮฏฮณฮฑฯƒฮทฯ‚" msgid "Mute these accounts?" msgstr "ฮฃฮฏฮณฮฑฯƒฮท ฮฑฯ…ฯ„ฯŽฮฝ ฯ„ฯ‰ฮฝ ฮปฮฟฮณฮฑฯฮนฮฑฯƒฮผฯŽฮฝ;" -#: src/screens/Messages/ConversationSettings/index.tsx:530 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "" @@ -7389,7 +7426,7 @@ msgstr "ฮฃฮฏฮณฮฑฯƒฮท ฮปฮญฮพฮตฯ‰ฮฝ & ฮตฯ„ฮนฮบฮตฯ„ฯŽฮฝ" msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "" @@ -7480,7 +7517,7 @@ msgstr "ฮ”ฮตฮฝ ฯ€ฮตฮนฯฮฌฮถฮตฮน, ฮดฮทฮผฮนฮฟฯ…ฯฮณฮฎฯƒฯ„ฮต ฮญฮฝฮฑ ฯŒฮฝฮฟฮผฮฑ ฯ‡ฯ #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "ฮฮญฮฟ" @@ -7490,21 +7527,21 @@ msgctxt "action" msgid "New" msgstr "ฮฮญฮฟ" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: 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:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "ฮฮญฮฑ ฯƒฯ…ฮฝฮฟฮผฮนฮปฮฏฮฑ" @@ -7592,11 +7629,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 "" @@ -7718,7 +7755,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 "ฮ”ฮตฮฝ ฮฑฮบฮฟฮปฮฟฯ…ฮธฯŽ ฯ€ฮปฮญฮฟฮฝ ฯ„ฮฟฮฝ {0}" @@ -7726,7 +7763,7 @@ msgstr "ฮ”ฮตฮฝ ฮฑฮบฮฟฮปฮฟฯ…ฮธฯŽ ฯ€ฮปฮญฮฟฮฝ ฯ„ฮฟฮฝ {0}" msgid "No media yet" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "ฮ”ฮตฮฝ ฯ…ฯ€ฮฌฯฯ‡ฮฟฯ…ฮฝ ฮฑฮบฯŒฮผฮท ฮผฮทฮฝฯฮผฮฑฯ„ฮฑ" @@ -7763,7 +7800,7 @@ msgstr "" msgid "No one but the author can quote this post." msgstr "ฮœฯŒฮฝฮฟ ฮฟ ฯƒฯ…ฮณฮณฯฮฑฯ†ฮญฮฑฯ‚ ฮผฯ€ฮฟฯฮตฮฏ ฮฝฮฑ ฯ€ฮฑฯฮฑฮธฮญฯƒฮตฮน ฮฑฯ…ฯ„ฮฎฮฝ ฯ„ฮทฮฝ ฮดฮทฮผฮฟฯƒฮฏฮตฯ…ฯƒฮท." -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "" @@ -7831,6 +7868,11 @@ 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" @@ -7895,7 +7937,7 @@ msgstr "ฮ”ฮตฮฝ ฮ’ฯฮญฮธฮทฮบฮต" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "ฮฃฮทฮผฮตฮฏฯ‰ฯƒฮท ฯƒฯ‡ฮตฯ„ฮนฮบฮฌ ฮผฮต ฯ„ฮทฮฝ ฮบฮฟฮนฮฝฮฎ ฯ‡ฯฮฎฯƒฮท" @@ -7931,7 +7973,7 @@ msgstr "ฮ‰ฯ‡ฮฟฮน ฮตฮนฮดฮฟฯ€ฮฟฮนฮฎฯƒฮตฯ‰ฮฝ" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8017,7 @@ msgstr "" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:722 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8008,11 +8050,11 @@ 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:862 msgid "One or more GIFs is missing alt text." msgstr "ฮˆฮฝฮฑ ฮฎ ฯ€ฮตฯฮนฯƒฯƒฯŒฯ„ฮตฯฮฑ GIF ฮปฮตฮฏฯ€ฮฟฯ…ฮฝ ฯ„ฮฟ ฮตฮฝฮฑฮปฮปฮฑฮบฯ„ฮนฮบฯŒ ฮบฮตฮฏฮผฮตฮฝฮฟ." -#: src/view/com/composer/Composer.tsx:861 +#: src/view/com/composer/Composer.tsx:859 msgid "One or more images is missing alt text." msgstr "ฮœฮฏฮฑ ฮฎ ฯ€ฮตฯฮนฯƒฯƒฯŒฯ„ฮตฯฮตฯ‚ ฮตฮนฮบฯŒฮฝฮตฯ‚ ฮปฮตฮฏฯ€ฮฟฯ…ฮฝ ฯ„ฮฟ ฮตฮฝฮฑฮปฮปฮฑฮบฯ„ฮนฮบฯŒ ฮบฮตฮฏฮผฮตฮฝฮฟ." @@ -8024,11 +8066,11 @@ msgstr "" 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:657 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:869 msgid "One or more videos is missing alt text." msgstr "ฮˆฮฝฮฑ ฮฎ ฯ€ฮตฯฮนฯƒฯƒฯŒฯ„ฮตฯฮฑ ฮฒฮฏฮฝฯ„ฮตฮฟ ฮปฮตฮฏฯ€ฮฟฯ…ฮฝ ฯ„ฮฟ ฮตฮฝฮฑฮปฮปฮฑฮบฯ„ฮนฮบฯŒ ฮบฮตฮฏฮผฮตฮฝฮฟ." @@ -8041,7 +8083,7 @@ msgstr "ฮœฯŒฮฝฮฟ ฮฟ/ฮท {0} ฮผฯ€ฮฟฯฮตฮฏ ฮฝฮฑ ฮฑฯ€ฮฑฮฝฯ„ฮฎฯƒฮตฮน." #. 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:233 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8053,7 +8095,7 @@ msgstr "" msgid "Only admins can ignore join requests." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:145 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." msgstr "" @@ -8068,12 +8110,12 @@ msgid "Only image files are supported" msgstr "ฮฅฯ€ฮฟฯƒฯ„ฮทฯฮฏฮถฮฟฮฝฯ„ฮฑฮน ฮผฯŒฮฝฮฟ ฮฑฯฯ‡ฮตฮฏฮฑ ฮตฮนฮบฯŒฮฝฮฑฯ‚" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:222 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:292 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" msgstr "" @@ -8107,7 +8149,7 @@ msgid "Open camera" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:437 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" msgstr "" @@ -8115,8 +8157,8 @@ msgstr "" msgid "Open chat member options for {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "ฮ†ฮฝฮฟฮนฮณฮผฮฑ ฮตฯ€ฮนฮปฮฟฮณฯŽฮฝ ฯƒฯ…ฮฝฮฟฮผฮนฮปฮฏฮฑฯ‚" @@ -8128,9 +8170,9 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2158 msgid "Open emoji picker" msgstr "ฮ†ฮฝฮฟฮนฮณฮผฮฑ ฮตฯ€ฮนฮปฮฟฮณฮญฮฑ emoji" @@ -8151,7 +8193,7 @@ msgstr "" msgid "Open Germ DM" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" msgstr "" @@ -8166,11 +8208,11 @@ msgid "Open in Google Translate" msgstr "" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "ฮ†ฮฝฮฟฮนฮณฮผฮฑ ฯƒฯ…ฮฝฮดฮญฯƒฮผฮฟฯ… ฯ€ฯฮฟฯ‚ {niceUrl}" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "ฮ†ฮฝฮฟฮนฮณฮผฮฑ ฮตฯ€ฮนฮปฮฟฮณฯŽฮฝ ฮผฮทฮฝฯฮผฮฑฯ„ฮฟฯ‚" @@ -8221,7 +8263,7 @@ msgstr "ฮ†ฮฝฮฟฮนฮณฮผฮฑ ฯƒฮตฮปฮฏฮดฮฑฯ‚ storybook" msgid "Open system log" msgstr "ฮ†ฮฝฮฟฮนฮณฮผฮฑ ฮฑฯฯ‡ฮตฮฏฮฟฯ… ฮบฮฑฯ„ฮฑฮณฯฮฑฯ†ฮฎฯ‚ ฯƒฯ…ฯƒฯ„ฮฎฮผฮฑฯ„ฮฟฯ‚" -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" msgstr "" @@ -8275,13 +8317,13 @@ msgstr "" msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" -#: src/screens/Messages/JoinRequest.tsx:309 +#: 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 "ฮ‘ฮฝฮฟฮฏฮณฮตฮน ฯ„ฮท ฮดฮนฮฑฮดฮนฮบฮฑฯƒฮฏฮฑ ฮณฮนฮฑ ฮฝฮฑ ฮดฮทฮผฮนฮฟฯ…ฯฮณฮฎฯƒฮตฯ„ฮต ฮญฮฝฮฑ ฮฝฮญฮฟ ฮปฮฟฮณฮฑฯฮนฮฑฯƒฮผฯŒ Bluesky" -#: src/screens/Messages/JoinRequest.tsx:295 +#: 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" @@ -8341,7 +8383,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 "ฮ‘ฮฝฮฟฮฏฮณฮตฮน ฮฑฯ…ฯ„ฯŒ ฯ„ฮฟ ฯ€ฯฮฟฯ†ฮฏฮป" @@ -8513,6 +8555,16 @@ msgstr "ฮ†ฯ„ฮฟฮผฮฑ ฯ€ฮฟฯ… ฮฑฮบฮฟฮปฮฟฯ…ฮธฮฟฯฮฝฯ„ฮฑฮน ฮฑฯ€ฯŒ ฯ„ฮฟฮฝ/ฯ„ฮทฮฝ @{0}" msgid "People I follow" msgstr "" +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "" @@ -8813,7 +8865,7 @@ msgstr "ฮ ฮฟฮปฮนฯ„ฮนฮบฮฎ" msgid "Porn" msgstr "ฮ ฮฟฯฮฝฮฟฮณฯฮฑฯ†ฮฏฮฑ" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post" msgstr "ฮ”ฮทฮผฮฟฯƒฮฏฮตฯ…ฯƒฮท" @@ -8833,12 +8885,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Post All" msgstr "ฮ”ฮทฮผฮฟฯƒฮฏฮตฯ…ฯƒฮท ฮŒฮปฯ‰ฮฝ" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1468 msgid "Post anyway" msgstr "" @@ -9015,11 +9067,11 @@ msgstr "ฮ ฮฟฮปฮนฯ„ฮนฮบฮฎ ฮ‘ฯ€ฮฟฯฯฮฎฯ„ฮฟฯ…" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2592 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing video..." msgstr "ฮ•ฯ€ฮตฮพฮตฯฮณฮฑฯƒฮฏฮฑ ฮฒฮฏฮฝฯ„ฮตฮฟ..." @@ -9031,7 +9083,7 @@ msgstr "ฮ•ฯ€ฮตฮพฮตฯฮณฮฑฯƒฮฏฮฑ..." msgid "profile" msgstr "ฯ€ฯฮฟฯ†ฮฏฮป" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9117,22 @@ 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:1790 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:1785 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:1774 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:1779 msgid "Publish reply" msgstr "" @@ -9109,7 +9161,7 @@ msgid "QR code has been downloaded!" msgstr "ฮŸ ฮบฯ‰ฮดฮนฮบฯŒฯ‚ QR ฮญฯ‡ฮตฮน ฮบฮฑฯ„ฮญฮฒฮตฮน!" #: src/components/StarterPack/QrCodeDialog.tsx:122 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "ฮŸ ฮบฯ‰ฮดฮนฮบฯŒฯ‚ QR ฮฑฯ€ฮฟฮธฮทฮบฮตฯฯ„ฮทฮบฮต ฯƒฯ„ฮฟ ฯ†ฮนฮปฮผ ฯ„ฮทฯ‚ ฮบฮฌฮผฮตฯฮฑฯ‚ ฯƒฮฑฯ‚!" @@ -9172,8 +9224,8 @@ msgstr "" msgid "React with {emoji}" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "" @@ -9268,10 +9320,6 @@ msgstr "" msgid "Reconnect" msgstr "ฮ•ฯ€ฮฑฮฝฮฑฯƒฯฮฝฮดฮตฯƒฮท" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "" - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" @@ -9291,12 +9339,14 @@ msgstr "" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "ฮ•ฯ€ฮฑฮฝฮฑฯ†ฯŒฯฯ„ฯ‰ฯƒฮท ฯƒฯ…ฮฝฮฟฮผฮนฮปฮนฯŽฮฝ" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9355,9 @@ msgstr "ฮ•ฯ€ฮฑฮฝฮฑฯ†ฯŒฯฯ„ฯ‰ฯƒฮท ฯƒฯ…ฮฝฮฟฮผฮนฮปฮนฯŽฮฝ" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "ฮ‘ฯ†ฮฑฮฏฯฮตฯƒฮท" @@ -9326,7 +9375,7 @@ msgstr "ฮ‘ฯ†ฮฑฮฏฯฮตฯƒฮท ฯ„ฮฟฯ…/ฯ„ฮทฯ‚ {displayName} ฮฑฯ€ฯŒ ฯ„ฮฟ starter pack" msgid "Remove {displayName} from this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" msgstr "" @@ -9443,14 +9492,14 @@ msgstr "ฮ‘ฯ†ฮฑฮฏฯฮตฯƒฮท ฮฑฯ…ฯ„ฮฎฯ‚ ฯ„ฮทฯ‚ ฯฮฟฮฎฯ‚ ฮฑฯ€ฯŒ ฯ„ฮนฯ‚ ฮฑฯ€ฮฟฮธฮทฮบฮต msgid "Remove unavailable moderation services" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "" @@ -9466,8 +9515,8 @@ msgstr "ฮ‘ฯ†ฮฑฮนฯฮญฮธฮทฮบฮต ฮฑฯ€ฯŒ ฯ„ฮฟฮฝ ฮดฮทฮผฮนฮฟฯ…ฯฮณฯŒ" msgid "Removed by you" msgstr "ฮ‘ฯ†ฮฑฮนฯฮญฮธฮทฮบฮต ฮฑฯ€ฯŒ ฮตฯƒฮฌฯ‚" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "ฮ‘ฯ†ฮฑฮนฯฮญฮธฮทฮบฮต ฮฑฯ€ฯŒ ฯ„ฮท ฮปฮฏฯƒฯ„ฮฑ" @@ -9535,6 +9584,14 @@ msgctxt "description" msgid "Replied to you" msgstr "" +#: src/components/dms/MessageItem.tsx:883 +msgid "Replied-to message from {senderName}, tap to scroll to it" +msgstr "" + +#: src/components/dms/MessageItem.tsx:884 +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 @@ -9552,7 +9609,12 @@ msgstr "ฮŸฮน ฮฑฯ€ฮฑฮฝฯ„ฮฎฯƒฮตฮนฯ‚ ฮตฮฏฮฝฮฑฮน ฮฑฯ€ฮตฮฝฮตฯฮณฮฟฯ€ฮฟฮนฮทฮผฮญฮฝฮตฯ‚" msgid "Replies to this post are disabled." msgstr "ฮŸฮน ฮฑฯ€ฮฑฮฝฯ„ฮฎฯƒฮตฮนฯ‚ ฯƒฮต ฮฑฯ…ฯ„ฮฎ ฯ„ฮท ฮดฮทฮผฮฟฯƒฮฏฮตฯ…ฯƒฮท ฮตฮฏฮฝฮฑฮน ฮฑฯ€ฮตฮฝฮตฯฮณฮฟฯ€ฮฟฮนฮทฮผฮญฮฝฮตฯ‚." -#: src/view/com/composer/Composer.tsx:1804 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "ฮ‘ฯ€ฮฌฮฝฯ„ฮทฯƒฮท" + +#: src/view/com/composer/Composer.tsx:1802 msgctxt "action" msgid "Reply" msgstr "ฮ‘ฯ€ฮฌฮฝฯ„ฮทฯƒฮท" @@ -9590,14 +9652,14 @@ msgstr "ฮ— ฮฟฯฮฑฯ„ฯŒฯ„ฮทฯ„ฮฑ ฮฑฯ€ฮฌฮฝฯ„ฮทฯƒฮทฯ‚ ฮตฮฝฮทฮผฮตฯฯŽฮธฮทฮบฮต" msgid "Reply was successfully hidden" msgstr "ฮ— ฮฑฯ€ฮฌฮฝฯ„ฮทฯƒฮท ฮบฯฯฯ†ฯ„ฮทฮบฮต ฮตฯ€ฮนฯ„ฯ…ฯ‡ฯŽฯ‚" -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:582 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "ฮ‘ฮฝฮฑฯ†ฮฟฯฮฌ" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "" @@ -9623,7 +9685,7 @@ msgstr "ฮ‘ฮฝฮฑฯ†ฮฟฯฮฌ ฯฮฟฮฎฯ‚" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "ฮ‘ฮฝฮฑฯ†ฮฟฯฮฌ ฮผฮทฮฝฯฮผฮฑฯ„ฮฟฯ‚" @@ -9657,7 +9719,7 @@ msgstr "" msgid "Report this feed" msgstr "ฮ‘ฮฝฮฑฯ†ฮฟฯฮฌ ฮฑฯ…ฯ„ฮฎฯ‚ ฯ„ฮทฯ‚ ฯฮฟฮฎฯ‚" -#: src/screens/Messages/ConversationSettings/index.tsx:581 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "" @@ -9737,7 +9799,7 @@ msgstr "ฮ‘ฮฝฮฑฮดฮทฮผฮฟฯƒฮฏฮตฯ…ฯƒฮท ฮฑฯ…ฯ„ฮฎฯ‚ ฯ„ฮทฯ‚ ฮฑฮฝฮฌฯฯ„ฮทฯƒฮทฯ‚" msgid "Reposts of your reposts" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:447 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" msgstr "" @@ -9755,7 +9817,7 @@ msgid "Request ignored." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:281 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" msgstr "" @@ -9764,7 +9826,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "" @@ -9791,9 +9853,9 @@ msgstr "ฮ‘ฯ€ฮฑฮนฯ„ฮตฮฏฯ„ฮฑฮน ฮณฮนฮฑ ฮฑฯ…ฯ„ฯŒฮฝ ฯ„ฮฟฮฝ ฯ€ฮฌฯฮฟฯ‡ฮฟ" msgid "Required in your region" msgstr "ฮ‘ฯ€ฮฑฮนฯ„ฮตฮฏฯ„ฮฑฮน ฯƒฯ„ฮทฮฝ ฯ€ฮตฯฮนฮฟฯ‡ฮฎ ฯƒฮฑฯ‚" -#: src/components/intents/GroupChatJoinDialog.tsx:296 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:310 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:115 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:117 msgid "Rescind request" msgstr "" @@ -9872,7 +9934,7 @@ msgstr "ฮ•ฯ€ฮฑฮฝฮฌฮปฮทฯˆฮท ฯ„ฮทฯ‚ ฯ„ฮตฮปฮตฯ…ฯ„ฮฑฮฏฮฑฯ‚ ฮตฮฝฮญฯฮณฮตฮนฮฑฯ‚, ฮท ฮฟ #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 #: src/screens/Messages/JoinRequests.tsx:361 @@ -9928,7 +9990,7 @@ msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10015,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:1449 #: 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:1421 #: 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:1449 #: 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:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10022,13 +10084,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:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "" @@ -10058,6 +10120,10 @@ msgstr "" msgid "Scroll right" msgstr "" +#: src/components/dms/MessageItem.tsx:774 +msgid "Scroll to the message this is replying to" +msgstr "" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "ฮœฮตฯ„ฮฑฮบฮฏฮฝฮทฯƒฮท ฯƒฯ„ฮทฮฝ ฮบฮฟฯฯ…ฯ†ฮฎ" @@ -10067,7 +10133,7 @@ msgstr "ฮœฮตฯ„ฮฑฮบฮฏฮฝฮทฯƒฮท ฯƒฯ„ฮทฮฝ ฮบฮฟฯฯ…ฯ†ฮฎ" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "ฮ‘ฮฝฮฑฮถฮฎฯ„ฮทฯƒฮท" @@ -10148,8 +10214,8 @@ msgstr "" msgid "Search my posts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "" @@ -10425,8 +10491,8 @@ msgstr "" msgid "Send feedback" msgstr "ฮ‘ฯ€ฮฟฯƒฯ„ฮฟฮปฮฎ ฯƒฯ‡ฮฟฮปฮฏฯ‰ฮฝ" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "ฮ‘ฯ€ฮฟฯƒฯ„ฮฟฮปฮฎ ฮผฮทฮฝฯฮผฮฑฯ„ฮฟฯ‚" @@ -10460,7 +10526,7 @@ msgid "Send via direct message" msgstr "ฮ‘ฯ€ฮฟฯƒฯ„ฮฟฮปฮฎ ฮผฮญฯƒฯ‰ ฯ€ฯฮฟฯƒฯ‰ฯ€ฮนฮบฮฟฯ ฮผฮทฮฝฯฮผฮฑฯ„ฮฟฯ‚" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "" @@ -10565,7 +10631,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 @@ -10577,7 +10643,7 @@ msgstr "ฮฃฮตฮพฮฟฯ…ฮฑฮปฮนฮบฮฌ ฯ€ฯฮฟฮบฮปฮทฯ„ฮนฮบฯŒ" msgid "Share" msgstr "ฮšฮฟฮนฮฝฮฎ ฯ‡ฯฮฎฯƒฮท" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "ฮšฮฟฮนฮฝฮฎ ฯ‡ฯฮฎฯƒฮท ฮฟฯฯ„ฯ‰ฯ‚ ฮฎ ฮฌฮปฮปฯ‰ฯ‚" @@ -10641,8 +10707,8 @@ msgstr "ฮœฮฟฮนฯฮฑฯƒฯ„ฮตฮฏฯ„ฮต ฮฑฯ…ฯ„ฯŒ ฯ„ฮฟ Starter Pack ฮบฮฑฮน ฮฒฮฟฮทฮธฮฎฯƒฯ„ #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "" @@ -10796,15 +10862,15 @@ msgstr "" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:294 -#: src/screens/Messages/JoinRequest.tsx:300 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,7 +10896,7 @@ msgstr "" msgid "Sign in or create your account to join the conversation!" msgstr "ฮฃฯ…ฮฝฮดฮตฮธฮตฮฏฯ„ฮต ฮฎ ฮดฮทฮผฮนฮฟฯ…ฯฮณฮฎฯƒฯ„ฮต ฮปฮฟฮณฮฑฯฮนฮฑฯƒฮผฯŒ ฮณฮนฮฑ ฮฝฮฑ ฯƒฯ…ฮผฮผฮตฯ„ฮฌฯƒฯ‡ฮตฯ„ฮต ฯƒฯ„ฮท ฯƒฯ…ฮถฮฎฯ„ฮทฯƒฮท!" -#: src/screens/Messages/JoinRequest.tsx:220 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." msgstr "" @@ -10842,7 +10908,7 @@ msgstr "" msgid "Sign in to Bluesky or create a new account" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:219 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." msgstr "" @@ -10900,7 +10966,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:1466 msgid "Skip empty posts?" msgstr "" @@ -10971,12 +11037,12 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:347 msgid "Someone reacted {0}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "" @@ -10996,10 +11062,6 @@ msgstr "" msgid "Someone was removed from the group" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "" - #: 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 "" @@ -11043,8 +11105,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 "" @@ -11214,13 +11276,13 @@ msgid "Subscribe" msgstr "ฮ•ฮณฮณฯฮฑฯ†ฮฎ" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "" @@ -11255,7 +11317,7 @@ msgstr "" msgid "Success!" msgstr "ฮ•ฯ€ฮนฯ„ฯ…ฯ‡ฮฏฮฑ!" -#: src/components/intents/GroupChatJoinDialog.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" msgstr "" @@ -11355,7 +11417,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:572 +#: src/components/dms/MessageItem.tsx:661 msgid "Tap for details" msgstr "" @@ -11390,7 +11452,7 @@ msgid "Tap to dismiss" msgstr "ฮ ฮฑฯ„ฮฎฯƒฯ„ฮต ฮณฮนฮฑ ฮฝฮฑ ฮฑฯ€ฮฟฯฯฮฏฯˆฮตฯ„ฮต" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:453 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" msgstr "" @@ -11398,34 +11460,34 @@ msgstr "" msgid "Tap to open this group chat" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:452 +#: src/components/intents/GroupChatJoinDialog.tsx:468 msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:537 +#: src/components/dms/MessageItem.tsx:626 msgid "Tap to retry" msgstr "" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:373 msgid "Tap to view reactions" msgstr "" @@ -11528,7 +11590,7 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "ฮŸ ฮปฮฟฮณฮฑฯฮนฮฑฯƒฮผฯŒฯ‚ ฮธฮฑ ฮผฯ€ฮฟฯฮตฮฏ ฮฝฮฑ ฮฑฮปฮปฮทฮปฮตฯ€ฮนฮดฯฮฌฯƒฮตฮน ฮผฮฑฮถฮฏ ฯƒฮฑฯ‚ ฮผฮตฯ„ฮฌ ฯ„ฮทฮฝ ฮฑฯ€ฮตฮปฮตฯ…ฮธฮญฯฯ‰ฯƒฮท." @@ -11594,7 +11656,7 @@ msgstr "" msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:155 +#: src/components/intents/GroupChatJoinDialog.tsx:165 #: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." msgstr "" @@ -11621,7 +11683,7 @@ msgstr "ฮŸ ฮดฮนฮฑฮบฮฟฮผฮนฯƒฯ„ฮฎฯ‚ ฯ†ฮฑฮฏฮฝฮตฯ„ฮฑฮน ฮฝฮฑ ฮฑฮฝฯ„ฮนฮผฮตฯ„ฯ‰ฯ€ฮฏฮถฮต msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "ฮคฮฟ starter pack ฯ€ฮฟฯ… ฯ€ฯฮฟฯƒฯ€ฮฑฮธฮตฮฏฯ„ฮต ฮฝฮฑ ฮดฮตฮฏฯ„ฮต ฮตฮฏฮฝฮฑฮน ฮฌฮบฯ…ฯฮฟ. ฮœฯ€ฮฟฯฮตฮฏฯ„ฮต ฮฝฮฑ ฮดฮนฮฑฮณฯฮฌฯˆฮตฯ„ฮต ฮฑฯ…ฯ„ฯŒ ฯ„ฮฟ starter pack ฮฑฮฝฯ„ฮฏฮธฮตฯ„ฮฑ." -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "" @@ -11665,8 +11727,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "" #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:182 +#: 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 "" @@ -11693,7 +11755,7 @@ msgstr "ฮ ฮฑฯฮฟฯ…ฯƒฮนฮฌฯƒฯ„ฮทฮบฮต ฯ€ฯฯŒฮฒฮปฮทฮผฮฑ ฮปฮฎฯˆฮทฯ‚ ฮตฮนฮดฮฟฯ€ฮฟฮนฮฎ msgid "There was an issue fetching posts. Tap here to try again." msgstr "ฮ ฮฑฯฮฟฯ…ฯƒฮนฮฌฯƒฯ„ฮทฮบฮต ฯ€ฯฯŒฮฒฮปฮทฮผฮฑ ฮปฮฎฯˆฮทฯ‚ ฮฑฮฝฮฑฯฯ„ฮฎฯƒฮตฯ‰ฮฝ. ฮ ฮฑฯ„ฮฎฯƒฯ„ฮต ฮตฮดฯŽ ฮณฮนฮฑ ฮฝฮฑ ฮดฮฟฮบฮนฮผฮฌฯƒฮตฯ„ฮต ฮพฮฑฮฝฮฌ." -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "ฮ ฮฑฯฮฟฯ…ฯƒฮนฮฌฯƒฯ„ฮทฮบฮต ฯ€ฯฯŒฮฒฮปฮทฮผฮฑ ฮปฮฎฯˆฮทฯ‚ ฯ„ฮทฯ‚ ฮปฮฏฯƒฯ„ฮฑฯ‚. ฮ ฮฑฯ„ฮฎฯƒฯ„ฮต ฮตฮดฯŽ ฮณฮนฮฑ ฮฝฮฑ ฮดฮฟฮบฮนฮผฮฌฯƒฮตฯ„ฮต ฮพฮฑฮฝฮฌ." @@ -11733,12 +11795,12 @@ msgstr "ฮ ฮฑฯฮฟฯ…ฯƒฮนฮฌฯƒฯ„ฮทฮบฮต ฯ€ฯฯŒฮฒฮปฮทฮผฮฑ ฮบฮฑฯ„ฮฌ ฯ„ฮทฮฝ ฮตฮฝฮทฮผฮญฯ #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "ฮ ฮฑฯฮฟฯ…ฯƒฮนฮฌฯƒฯ„ฮทฮบฮต ฯ€ฯฯŒฮฒฮปฮทฮผฮฑ! {0}" @@ -11778,7 +11840,7 @@ msgstr "ฮ‘ฯ…ฯ„ฮญฯ‚ ฮฟฮน ฯฯ…ฮธฮผฮฏฯƒฮตฮนฯ‚ ฮนฯƒฯ‡ฯฮฟฯ…ฮฝ ฮผฯŒฮฝฮฟ ฮณฮนฮฑ ฯ„ฮท msgid "They own this chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." msgstr "" @@ -11828,22 +11890,22 @@ msgstr "" 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 "" -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:287 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:430 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" msgstr "" @@ -11881,7 +11943,7 @@ msgstr "ฮ‘ฯ…ฯ„ฯŒ ฯ„ฮฟ ฯ€ฮตฯฮนฮตฯ‡ฯŒฮผฮตฮฝฮฟ ฮดฮตฮฝ ฮตฮฏฮฝฮฑฮน ฮดฮนฮฑฮธฮญฯƒฮนฮผ msgid "This content is not viewable without a Bluesky account." msgstr "ฮ‘ฯ…ฯ„ฯŒ ฯ„ฮฟ ฯ€ฮตฯฮนฮตฯ‡ฯŒฮผฮตฮฝฮฟ ฮดฮตฮฝ ฮตฮฏฮฝฮฑฮน ฮฟฯฮฑฯ„ฯŒ ฯ‡ฯ‰ฯฮฏฯ‚ ฮปฮฟฮณฮฑฯฮนฮฑฯƒฮผฯŒ Bluesky." -#: src/components/intents/GroupChatJoinDialog.tsx:141 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." msgstr "" @@ -11931,7 +11993,7 @@ msgstr "ฮ‘ฯ…ฯ„ฮฎ ฮท ฯฮฟฮฎ ฮตฮฏฮฝฮฑฮน ฮฌฮดฮตฮนฮฑ." msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "ฮ‘ฯ…ฯ„ฮฎ ฮท ฯฮฟฮฎ ฮดฮตฮฝ ฮตฮฏฮฝฮฑฮน ฯ€ฮปฮญฮฟฮฝ ฮดฮนฮฑฮธฮญฯƒฮนฮผฮท. ฮฃฮฑฯ‚ ฮดฮตฮฏฯ‡ฮฝฮฟฯ…ฮผฮต ฯ„ฮทฮฝ ฯฮฟฮฎ <0>ฮ‘ฮฝฮฑฮบฮฑฮปฯฯˆฯ„ฮต." -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" msgstr "" @@ -11947,11 +12009,11 @@ msgstr "" msgid "This information is private and not shared with other users." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:151 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:223 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" msgstr "" @@ -11997,17 +12059,17 @@ msgstr "" msgid "This list is empty." msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:688 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:658 +#: src/components/dms/MessageItem.tsx:684 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12045,11 +12107,11 @@ 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:1041 msgid "This post's author has disabled quote posts." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "" @@ -12242,8 +12304,8 @@ msgstr "" msgid "Topic" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,7 +12375,7 @@ msgctxt "action" msgid "Try again" msgstr "ฮ ฯฮฟฯƒฯ€ฮฑฮธฮฎฯƒฯ„ฮต ฮพฮฑฮฝฮฌ" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." msgstr "" @@ -12335,7 +12397,7 @@ msgstr "" msgid "Two-factor authentication (2FA)" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "ฮ ฮปฮทฮบฯ„ฯฮฟฮปฮฟฮณฮฎฯƒฯ„ฮต ฯ„ฮฟ ฮผฮฎฮฝฯ…ฮผฮฌ ฯƒฮฑฯ‚ ฮตฮดฯŽ" @@ -12401,7 +12463,7 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:726 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12409,14 +12471,14 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:211 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "ฮžฮตฮผฯ€ฮปฮฟฮบฮฌฯฮนฯƒฮผฮฑ" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "ฮžฮตฮผฯ€ฮปฮฟฮบฮฌฯฮนฯƒฮผฮฑ" @@ -12427,8 +12489,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "ฮžฮตฮผฯ€ฮปฮฟฮบฮฌฯฮนฯƒฮผฮฑ ฮปฮฟฮณฮฑฯฮนฮฑฯƒฮผฮฟฯ" @@ -12437,7 +12499,7 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "ฮžฮตฮผฯ€ฮปฮฟฮบฮฌฯฮนฯƒฮผฮฑ ฮ›ฮฟฮณฮฑฯฮนฮฑฯƒฮผฮฟฯ;" @@ -12474,12 +12536,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "ฮ”ฮนฮฑฮบฮฟฯ€ฮฎ ฯ€ฮฑฯฮฑฮบฮฟฮปฮฟฯฮธฮทฯƒฮทฯ‚ {0}" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "" @@ -12521,11 +12583,11 @@ msgstr "" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:567 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "" @@ -12548,8 +12610,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "" @@ -12562,7 +12624,7 @@ msgstr "ฮ‘ฮบฯฯฯ‰ฯƒฮท ฮฃฮฏฮณฮฑฯƒฮทฯ‚ ฯƒฯ…ฮฝฮฟฮผฮนฮปฮฏฮฑฯ‚" msgid "Unmute list" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:529 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "" @@ -12641,7 +12703,7 @@ msgstr "ฮ‘ฯ€ฮตฮณฮณฯฮฑฯ†ฮฎ ฮฑฯ€ฯŒ ฮฑฯ…ฯ„ฮฎฮฝ ฯ„ฮทฮฝ ฮปฮฏฯƒฯ„ฮฑ" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1557 +#: src/view/com/composer/Composer.tsx:1555 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -12654,12 +12716,9 @@ msgstr "" msgid "Update" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "ฮ•ฮฝฮทฮผฮญฯฯ‰ฯƒฮท <0>{displayName} ฯƒฯ„ฮนฯ‚ ฮ›ฮฏฯƒฯ„ฮตฯ‚" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" msgstr "" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 @@ -12669,6 +12728,10 @@ msgstr "" msgid "Update email" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 #: src/screens/Messages/components/InviteLinkDialog.tsx:303 @@ -12680,14 +12743,6 @@ msgstr "" msgid "Update to {domain}" msgstr "ฮ•ฮฝฮทฮผฮญฯฯ‰ฯƒฮท ฯƒฮต {domain}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "" - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "" @@ -12736,7 +12791,7 @@ msgstr "ฮ‘ฮฝฮตฮฒฮฌฯƒฯ„ฮต ฮฑฯ€ฯŒ ฮฑฯฯ‡ฮตฮฏฮฑ" msgid "Upload from Library" msgstr "ฮ‘ฮฝฮตฮฒฮฌฯƒฯ„ฮต ฮฑฯ€ฯŒ ฯ„ฮท ฮฒฮนฮฒฮปฮนฮฟฮธฮฎฮบฮท" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2585 msgid "Uploading GIF..." msgstr "" @@ -12750,7 +12805,7 @@ msgstr "ฮ‘ฮฝฮตฮฒฮฌฮถฯ‰ ฮตฮนฮบฯŒฮฝฮตฯ‚..." msgid "Uploading link thumbnail..." msgstr "ฮ‘ฮฝฮตฮฒฮฌฮถฯ‰ ฮผฮนฮบฯฮฟฮณฯฮฑฯ†ฮฏฮฑ ฯƒฯ…ฮฝฮดฮญฯƒฮผฮฟฯ…..." -#: src/view/com/composer/Composer.tsx:2589 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading video..." msgstr "ฮ‘ฮฝฮตฮฒฮฌฮถฯ‰ ฮฒฮฏฮฝฯ„ฮตฮฟ..." @@ -12826,7 +12881,7 @@ msgid "User Blocks You" msgstr "ฮŸ ฯ‡ฯฮฎฯƒฯ„ฮทฯ‚ ฯƒฮฑฯ‚ ฮญฯ‡ฮตฮน ฮผฯ€ฮปฮฟฮบฮฌฯฮตฮน" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "ฮ›ฮฏฯƒฯ„ฮฑ ฯ‡ฯฮทฯƒฯ„ฯŽฮฝ ฮฑฯ€ฯŒ {0}" @@ -12835,7 +12890,7 @@ msgstr "ฮ›ฮฏฯƒฯ„ฮฑ ฯ‡ฯฮทฯƒฯ„ฯŽฮฝ ฮฑฯ€ฯŒ {0}" msgid "User List by {0}" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "ฮ›ฮฏฯƒฯ„ฮฑ ฯ‡ฯฮทฯƒฯ„ฯŽฮฝ ฮฑฯ€ฯŒ ฮตฯƒฮฌฯ‚" @@ -12875,16 +12930,6 @@ msgstr "ฯ‡ฯฮฎฯƒฯ„ฮตฯ‚ ฯ€ฮฟฯ… ฮฑฮบฮฟฮปฮฟฯ…ฮธฮฟฯฮฝฯ„ฮฑฮน ฮฑฯ€ฯŒ <0>@{0}" msgid "users following <0>@{0}" msgstr "" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "ฮคฮนฮผฮฎ:" @@ -12912,8 +12957,8 @@ msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "" @@ -13039,7 +13084,7 @@ msgstr "ฮคฮฟ ฮฒฮฏฮฝฯ„ฮตฮฟ ฮดฮตฮฝ ฮฒฯฮญฮธฮทฮบฮต." msgid "Video settings" msgstr "ฮกฯ…ฮธฮผฮฏฯƒฮตฮนฯ‚ ฮฒฮฏฮฝฯ„ฮตฮฟ" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2605 msgid "Video uploaded" msgstr "ฮคฮฟ ฮฒฮฏฮฝฯ„ฮตฮฟ ฮฑฮฝฮญฮฒฮทฮบฮต" @@ -13056,14 +13101,14 @@ msgstr "" msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1150 +#: src/view/com/composer/Composer.tsx:1148 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "" @@ -13078,7 +13123,7 @@ msgstr "ฮ ฯฮฟฮฒฮฟฮปฮฎ ฮตฮนฮบฯŒฮฝฮฑฯ‚ ฯ€ฯฮฟฯ†ฮฏฮป ฯ„ฮฟฯ…/ฯ„ฮทฯ‚ {0}" #: 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 "ฮ ฯฮฟฮฒฮฟฮปฮฎ ฯ€ฯฮฟฯ†ฮฏฮป ฯ„ฮฟฯ…/ฯ„ฮทฯ‚ {0}" @@ -13092,7 +13137,7 @@ msgstr "" msgid "View {displayName}โ€™s profile" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "" @@ -13145,7 +13190,7 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1143 msgid "View post" msgstr "" @@ -13162,10 +13207,10 @@ msgstr "ฮ ฯฮฟฮฒฮฟฮปฮฎ ฯ€ฯฮฟฯ†ฮฏฮป" msgid "View profile banner" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "" @@ -13173,7 +13218,7 @@ msgstr "" msgid "View the avatar" msgstr "ฮ ฯฮฟฮฒฮฟฮปฮฎ ฯ„ฮทฯ‚ ฮตฮนฮบฯŒฮฝฮฑฯ‚ ฯ€ฯฮฟฯ†ฮฏฮป" -#: src/screens/Messages/ConversationSettings/index.tsx:554 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "" @@ -13441,7 +13486,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:1039 msgid "We're sorry! The post you are replying to has been deleted." msgstr "ฮ›ฯ…ฯ€ฮฟฯฮผฮฑฯƒฯ„ฮต! ฮ— ฮฑฮฝฮฌฯฯ„ฮทฯƒฮท ฯƒฯ„ฮทฮฝ ฮฟฯ€ฮฟฮฏฮฑ ฮฑฯ€ฮฑฮฝฯ„ฮฌฯ„ฮต ฮญฯ‡ฮตฮน ฮดฮนฮฑฮณฯฮฑฯ†ฮตฮฏ." @@ -13492,7 +13537,7 @@ msgid "What do you want to call your starter pack?" msgstr "ฮ ฯŽฯ‚ ฮธฮญฮปฮตฯ„ฮต ฮฝฮฑ ฮฟฮฝฮฟฮผฮฌฯƒฮตฯ„ฮต ฯ„ฮฟ starter pack ฯƒฮฑฯ‚;" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1519 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "ฮคฮน ฯƒฯ…ฮผฮฒฮฑฮฏฮฝฮตฮน;" @@ -13519,7 +13564,7 @@ msgid "Who can verify?" msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "ฮŸฯ…ฯ€ฯ‚!" @@ -13578,7 +13623,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:1437 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13587,12 +13632,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1617 +#: src/view/com/composer/Composer.tsx:1615 msgid "Write post" msgstr "ฮ“ฯฮฌฯˆฯ„ฮต ฮฑฮฝฮฌฯฯ„ฮทฯƒฮท" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1517 msgid "Write your reply" msgstr "ฮ“ฯฮฌฯˆฯ„ฮต ฯ„ฮทฮฝ ฮฑฯ€ฮฌฮฝฯ„ฮทฯƒฮฎ ฯƒฮฑฯ‚" @@ -13658,7 +13703,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:610 +#: src/components/dms/MessageItem.tsx:699 msgid "You are blocking {0}" msgstr "" @@ -13764,11 +13809,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:220 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:1442 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13803,8 +13848,8 @@ msgstr "" msgid "You can update this later from your settings." msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:115 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13839,7 +13884,7 @@ msgstr "ฮ”ฮตฮฝ ฮญฯ‡ฮตฯ„ฮต ฮฑฯ€ฮฟฮธฮทฮบฮตฯ…ฮผฮญฮฝฮตฯ‚ ฯฮฟฮญฯ‚." msgid "You got here first" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:166 +#: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and canโ€™t join it using this link." msgstr "" @@ -13884,6 +13929,7 @@ msgstr "ฮˆฯ‡ฮตฯ„ฮต ฮธฮญฯƒฮตฮน ฮฑฯ…ฯ„ฯŒฮฝ ฯ„ฮฟฮฝ ฮปฮฟฮณฮฑฯฮนฮฑฯƒฮผฯŒ ฯƒฮต ฯƒฮฏฮณ msgid "You have muted this user" msgstr "ฮˆฯ‡ฮตฯ„ฮต ฮธฮญฯƒฮตฮน ฮฑฯ…ฯ„ฯŒฮฝ ฯ„ฮฟฮฝ ฯ‡ฯฮฎฯƒฯ„ฮท ฯƒฮต ฯƒฮฏฮณฮฑฯƒฮท" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "ฮ”ฮตฮฝ ฮญฯ‡ฮตฯ„ฮต ฮปฮฏฯƒฯ„ฮตฯ‚." @@ -13912,7 +13958,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:1432 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -13970,7 +14016,7 @@ msgstr "" msgid "You may only add up to 3 feeds" msgstr "ฮœฯ€ฮฟฯฮตฮฏฯ„ฮต ฮฝฮฑ ฯ€ฯฮฟฯƒฮธฮญฯƒฮตฯ„ฮต ฮญฯ‰ฯ‚ ฮบฮฑฮน 3 ฯฮฟฮญฯ‚" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." msgstr "" @@ -13983,7 +14029,7 @@ msgid "You must be following at least seven other people to generate a starter p msgstr "ฮ ฯฮญฯ€ฮตฮน ฮฝฮฑ ฮฑฮบฮฟฮปฮฟฯ…ฮธฮตฮฏฯ„ฮต ฯ„ฮฟฯ…ฮปฮฌฯ‡ฮนฯƒฯ„ฮฟฮฝ ฮตฯ€ฯ„ฮฌ ฮฌฮปฮปฮฑ ฮฌฯ„ฮฟฮผฮฑ ฮณฮนฮฑ ฮฝฮฑ ฮดฮทฮผฮนฮฟฯ…ฯฮณฮฎฯƒฮตฯ„ฮต ฮญฮฝฮฑ starter pack." #: src/components/StarterPack/QrCodeDialog.tsx:69 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:89 msgid "You must grant access to your photo library to save a QR code" msgstr "ฮ ฯฮญฯ€ฮตฮน ฮฝฮฑ ฯ€ฮฑฯฮฑฯ‡ฯ‰ฯฮฎฯƒฮตฯ„ฮต ฯ€ฯฯŒฯƒฮฒฮฑฯƒฮท ฯƒฯ„ฮท ฮฒฮนฮฒฮปฮนฮฟฮธฮฎฮบฮท ฯ†ฯ‰ฯ„ฮฟฮณฯฮฑฯ†ฮนฯŽฮฝ ฯƒฮฑฯ‚ ฮณฮนฮฑ ฮฝฮฑ ฮฑฯ€ฮฟฮธฮทฮบฮตฯฯƒฮตฯ„ฮต ฮญฮฝฮฑฮฝ ฮบฯ‰ฮดฮนฮบฯŒ QR" @@ -14009,12 +14055,12 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:259 +#: src/components/dms/MessageItem.tsx:340 msgid "You reacted {0}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "" @@ -14023,8 +14069,20 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" +#: src/components/dms/MessageItem.tsx:804 +msgid "You replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:802 +msgid "You replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:800 +msgid "You replied to yourself" +msgstr "" + #. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 msgid "You requested to join" msgstr "" @@ -14050,12 +14108,12 @@ msgstr "ฮคฯŽฯฮฑ ฮธฮฑ ฮปฮฑฮผฮฒฮฌฮฝฮตฯ„ฮต ฮตฮนฮดฮฟฯ€ฮฟฮนฮฎฯƒฮตฮนฯ‚ ฮณฮนฮฑ ฮฑฯ…ฯ„ msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "ฮ˜ฮฑ ฮปฮฌฮฒฮตฯ„ฮฑ ฮญฮฝฮฑ email ฮผฮต ฮญฮฝฮฑ \"ฮบฯ‰ฮดฮนฮบฯŒ ฮตฯ€ฮฑฮฝฮฑฯ†ฮฟฯฮฌฯ‚.\\ ฮ•ฮนฯƒฮฌฮณฮตฯ„ฮต ฮฑฯ…ฯ„ฯŒ ฯ„ฮฟฮฝ ฮบฯ‰ฮดฮนฮบฯŒ ฮตฮดฯŽ, ฮตฮฝ ฯƒฯ…ฮฝฮตฯ‡ฮตฮฏฮฑ ฮตฮนฯƒฮฌฮณฮตฯ„ฮต ฯ„ฮฟ ฮฝฮญฮฟ ฯƒฮฑฯ‚ ฮบฯ‰ฮดฮนฮบฯŒ ฯ€ฯฯŒฯƒฮฒฮฑฯƒฮทฯ‚.\"" -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "" #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "" @@ -14127,7 +14185,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:644 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14199,11 +14257,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 "" @@ -14295,11 +14353,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:1139 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1136 msgid "Your posts were sent" msgstr "" @@ -14320,7 +14378,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:1140 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your reply was sent" msgstr "" @@ -14333,7 +14391,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:1467 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 7494de5405..82179537a3 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-10 21:06\n" +"PO-Revision-Date: 2026-06-17 12:23\n" "Last-Translator: \n" "Language-Team: English, United Kingdom\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "\"{interestsDisplayName}\" category (active)" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:867 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" msgstr "(chat invite link)" -#: src/components/dms/getMessageInfo.ts:73 +#: 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)" @@ -75,7 +79,7 @@ msgstr "{0, plural, one {# label has} other {# labels have}} been placed on this msgid "{0, plural, one {# like} other {# likes}}" msgstr "{0, plural, one {# like} other {# likes}}" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "{0, plural, one {# member} other {# members}}" @@ -97,7 +101,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:269 +#: src/components/dms/MessageItem.tsx:350 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" @@ -118,15 +122,15 @@ msgstr "{0, plural, one {# second} other {# seconds}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "{0, plural, one {# unread item} other {# unread items}}" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "{0, plural, one {#m} other {#m}}" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "{0} following" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:703 msgid "{0} is blocking you" msgstr "{0} is blocking you" @@ -273,7 +277,7 @@ msgstr "{0} out of 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:345 msgid "{0} reacted {1}" msgstr "{0} reacted {1}" @@ -326,26 +330,24 @@ msgstr "{0}'s avatar" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:143 +#: src/screens/Messages/JoinRequest.tsx:139 msgctxt "group-chat-member-count" msgid "{0}/{1}" 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'. +#. placeholder {0}: joinLinkPreview.memberCount #. placeholder {0}: preview.memberCount +#. placeholder {1}: joinLinkPreview.memberLimit #. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 msgid "{0}/{1} {2, plural, one {member} other {members}}" msgstr "{0}/{1} {2, plural, one {member} other {members}}" -#. The number of active group chat members out of the total number allowed. -#. placeholder {0}: joinLinkPreview.memberCount -#. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:329 -msgid "{0}/{1} members" -msgstr "{0}/{1} 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 @@ -389,7 +391,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:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "{count, plural, one {# request} other {# requests}}" @@ -397,33 +399,11 @@ msgstr "{count, plural, one {# request} other {# requests}}" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "{count, plural, one {# unread item} other {# unread items}}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "{count, plural, one {This post has # photo.} other {This post has # photos.}}" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" - #. 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 "{count, plural, other {#+ requests to join}}" -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "{count}+" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "{count}+ requests" - #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" msgstr "{date} at {time}" @@ -441,155 +421,155 @@ msgstr "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minute} other {minutes}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: 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" -#: 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 "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" -#: 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 "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" -#: 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 "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your 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 "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" -#: 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 "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" -#: 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 "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your 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 "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" -#: 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 "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" -#: src/view/com/notifications/NotificationFeedItem.tsx:367 +#: src/view/com/notifications/NotificationFeedItem.tsx:373 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} followed you" -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} followed you back" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} liked your custom feed" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} liked your post" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:512 msgid "{firstAuthorLink} liked your repost" msgstr "{firstAuthorLink} liked your repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:479 +#: src/view/com/notifications/NotificationFeedItem.tsx:485 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} removed their verification from your account" -#: src/view/com/notifications/NotificationFeedItem.tsx:334 +#: src/view/com/notifications/NotificationFeedItem.tsx:340 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} reposted your post" -#: src/view/com/notifications/NotificationFeedItem.tsx:530 +#: src/view/com/notifications/NotificationFeedItem.tsx:536 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink} reposted your repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:431 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} signed up with your starter pack" -#: src/view/com/notifications/NotificationFeedItem.tsx:454 +#: src/view/com/notifications/NotificationFeedItem.tsx:460 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} verified you" -#: 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 "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" -#: 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 "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" -#: 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 "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" -#: 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 "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" -#: 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 "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" -#: 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 "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" -#: 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 "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your 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 "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" -#: 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 "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:359 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} followed you" -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} followed you back" -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} liked your custom feed" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} liked your post" -#: src/view/com/notifications/NotificationFeedItem.tsx:492 +#: src/view/com/notifications/NotificationFeedItem.tsx:498 msgid "{firstAuthorName} liked your repost" msgstr "{firstAuthorName} liked your repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:465 +#: src/view/com/notifications/NotificationFeedItem.tsx:471 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} removed their verification from your account" -#: src/view/com/notifications/NotificationFeedItem.tsx:320 +#: src/view/com/notifications/NotificationFeedItem.tsx:326 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} reposted your post" -#: src/view/com/notifications/NotificationFeedItem.tsx:516 +#: src/view/com/notifications/NotificationFeedItem.tsx:522 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName} reposted your repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:411 +#: src/view/com/notifications/NotificationFeedItem.tsx:417 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} signed up with your starter pack" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} verified you" @@ -659,12 +639,12 @@ msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "{minutes, plural, one {# minute} other {# minutes}}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "{name} reacted {0} to {target}" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "{name}: {message}" @@ -697,6 +677,18 @@ msgstr "{profileName} joined Bluesky using a starter pack {timeAgoString} ago" msgid "{rank}." msgstr "{rank}." +#: src/components/dms/MessageItem.tsx:813 +msgid "{replierDisplayName} replied" +msgstr "{replierDisplayName} replied" + +#: src/components/dms/MessageItem.tsx:809 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "{replierDisplayName} replied to {originalName}" + +#: src/components/dms/MessageItem.tsx:807 +msgid "{replierDisplayName} replied to you" +msgstr "{replierDisplayName} replied to you" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "a message" @@ -873,8 +875,8 @@ msgstr "A network error occurred. Please check your internet connection" #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 #: src/screens/Messages/JoinRequests.tsx:192 #: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." @@ -955,7 +957,7 @@ msgstr "Accept this language suggestion" msgid "Accepted conversations" msgstr "Accepted conversations" -#: src/components/intents/GroupChatJoinDialog.tsx:113 +#: 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." @@ -980,12 +982,12 @@ msgstr "Account" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "Account blocked" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "Account followed" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "Account is deactivated" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "Account muted" @@ -1028,18 +1030,18 @@ msgstr "Account removed from quick access" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "Account unblocked" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "Account unfollowed" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "Account unmuted" @@ -1054,12 +1056,13 @@ msgstr "Accounts with a scalloped blue check mark <0><1/> can verify others. msgid "Activity from others" msgstr "Activity from others" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "Add" @@ -1112,11 +1115,11 @@ msgstr "Add alt text (optional)" msgid "Add another account" msgstr "Add another account" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1518 msgid "Add another post" msgstr "Add another post" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2181 msgid "Add another post to thread" msgstr "Add another post to thread" @@ -1182,7 +1185,7 @@ msgstr "Add muted words and tags" msgid "Add people" msgstr "Add people" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "Add people to list" @@ -1214,8 +1217,8 @@ msgstr "Add the following DNS record to your domain:" msgid "Add this feed to your feeds" msgstr "Add this feed to your feeds" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "Add to lists" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "Add to saved posts" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "Add to starter packs" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "Add user to list" @@ -1246,8 +1249,8 @@ msgstr "Added by {0}" msgid "Added by invite link" msgstr "Added by invite link" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "Added to list" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "alice@example.com" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "All" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "All {0}" @@ -1521,7 +1524,7 @@ msgid "An error occurred while loading your lists :/" msgstr "An error occurred while loading your lists :/" #: src/components/StarterPack/QrCodeDialog.tsx:81 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:103 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "An error occurred while saving the QR code!" @@ -1589,8 +1592,8 @@ msgstr "An issue occurred while trying to open the chat" #: 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 "An issue occurred, please try again." @@ -1643,7 +1646,7 @@ msgstr "Anyone" msgid "Anyone can interact" msgstr "Anyone can interact" -#: src/components/intents/GroupChatJoinDialog.tsx:340 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" msgstr "Anyone can join" @@ -1796,8 +1799,8 @@ msgstr "Are you sure you want to delete this starter pack?" msgid "Are you sure you want to discard your changes?" msgstr "Are you sure you want to discard your changes?" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "Are you sure you want to leave {groupName}?" @@ -1814,11 +1817,11 @@ msgid "Are you sure you want to remove this from your feeds?" msgstr "Are you sure you want to remove this from your feeds?" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 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:1656 +#: src/view/com/composer/Composer.tsx:1654 msgid "Are you sure you'd like to discard this post?" msgstr "Are you sure you'd like to discard this post?" @@ -1958,10 +1961,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:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2009,8 +2012,8 @@ msgstr "Block {displayName}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "Block account" @@ -2088,6 +2091,10 @@ 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." @@ -2260,7 +2267,7 @@ msgstr "Button to go back to the home timeline" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:181 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2274,13 +2281,13 @@ msgstr "by @{0}" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:363 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "By <0>{0}" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" msgstr "By <0>{ownerDisplayName}" @@ -2348,10 +2355,10 @@ msgstr "Camera access needed" #: src/screens/Deactivated.tsx:150 #: src/screens/Messages/components/InviteLinkDialog.tsx:500 #: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,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:1734 -#: src/view/com/composer/Composer.tsx:1744 +#: src/view/com/composer/Composer.tsx:1732 +#: src/view/com/composer/Composer.tsx:1742 #: 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 @@ -2380,6 +2387,10 @@ msgstr "Cancel quote post" msgid "Cancel reactivation and sign out" msgstr "Cancel reactivation and sign out" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "Cancel reply" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "Cancel search" @@ -2481,7 +2492,7 @@ msgstr "Changes to the starter pack will not be reflected in the list after crea #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,7 +2509,7 @@ msgid "Chat ended" msgstr "Chat ended" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:256 +#: src/components/intents/GroupChatJoinDialog.tsx:269 #: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" msgstr "Chat invite link no longer available" @@ -2520,12 +2531,12 @@ msgctxt "toast" msgid "Chat muted" msgstr "Chat muted" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." msgstr "Chat not found." -#: src/components/moderation/BlockDialog.tsx:292 +#: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "Chat owners cannot leave a group chat." @@ -2544,10 +2555,10 @@ msgstr "Chat requests" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "Chat settings" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Chat unmuted" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "Chats" @@ -2731,7 +2742,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:533 +#: src/components/dms/MessageItem.tsx:622 msgid "Click to retry failed message" msgstr "Click to retry failed message" @@ -2745,6 +2756,7 @@ msgstr "Click to retry failed message" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "Click to retry failed message" #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:233 -#: src/components/intents/GroupChatJoinDialog.tsx:268 +#: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2804,10 +2816,6 @@ msgstr "Close alert" msgid "Close banner" msgstr "Close banner" -#: src/view/com/util/BottomSheetCustomBackdrop.tsx:36 -msgid "Close bottom drawer" -msgstr "Close bottom drawer" - #. Accessibility label for the button that dismisses the GIF picker error dialog. #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:223 #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:229 @@ -2822,7 +2830,7 @@ msgstr "Close bottom drawer" msgid "Close dialog" msgstr "Close dialog" -#: src/view/shell/index.web.tsx:129 +#: src/view/shell/index.web.tsx:127 msgid "Close drawer menu" msgstr "Close drawer menu" @@ -2850,10 +2858,10 @@ msgstr "Close scanner" msgid "Close the incoming requests banner" msgstr "Close the incoming requests banner" -#: src/components/intents/GroupChatJoinDialog.tsx:226 -#: src/components/intents/GroupChatJoinDialog.tsx:227 -#: src/components/intents/GroupChatJoinDialog.tsx:263 -#: src/components/intents/GroupChatJoinDialog.tsx:264 +#: 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 msgid "Close this dialog" msgstr "Close this dialog" @@ -2866,15 +2874,15 @@ msgstr "Close welcome modal" msgid "Closes password update alert" msgstr "Closes password update alert" -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1740 msgid "Closes post composer and discards post draft" msgstr "Closes post composer and discards post draft" -#: src/view/com/notifications/NotificationFeedItem.tsx:605 +#: src/view/com/notifications/NotificationFeedItem.tsx:611 msgid "Collapse list of users" msgstr "Collapse list of users" -#: src/view/com/notifications/NotificationFeedItem.tsx:953 +#: src/view/com/notifications/NotificationFeedItem.tsx:959 msgid "Collapses list of users for a given notification" msgstr "Collapses list of users for a given notification" @@ -2920,7 +2928,7 @@ msgid "Compose new post" msgstr "Compose new post" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1618 +#: src/view/com/composer/Composer.tsx:1616 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Compose posts up to {0, plural, other {# characters}} in length" @@ -2928,11 +2936,11 @@ msgstr "Compose posts up to {0, plural, other {# characters}} in length" msgid "Compose reply" msgstr "Compose reply" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2578 msgid "Compressing GIF..." msgstr "Compressing GIF..." -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing video..." msgstr "Compressing video..." @@ -3100,7 +3108,7 @@ msgstr "Continue to next step" msgid "Conversation" msgstr "Conversation" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "Conversation deleted" @@ -3127,7 +3135,7 @@ msgid "Copied build version to clipboard" msgstr "Copied build version to clipboard" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3154,12 @@ msgstr "Copied!" msgid "Copies build version to clipboard" msgstr "Copies build version to clipboard" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" msgstr "Copies the canonical profile URL to the clipboard" #: src/components/StarterPack/QrCodeDialog.tsx:198 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:265 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "Copy" @@ -3159,8 +3167,8 @@ msgstr "Copy" msgid "Copy App Password" msgstr "Copy App Password" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "Copy at:// URI" @@ -3175,8 +3183,8 @@ msgid "Copy code" msgstr "Copy code" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "Copy DID" @@ -3184,7 +3192,7 @@ msgstr "Copy DID" msgid "Copy host" msgstr "Copy host" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:254 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" msgstr "Copy invite link" @@ -3210,8 +3218,8 @@ msgstr "Copy link to list" msgid "Copy link to post" msgstr "Copy link to post" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "Copy link to profile" @@ -3219,8 +3227,8 @@ msgstr "Copy link to profile" msgid "Copy link to starter pack" msgstr "Copy link to starter pack" -#: src/components/dms/MessageContextMenu.tsx:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "Copy message text" @@ -3249,7 +3257,7 @@ msgstr "Copy TXT record value" msgid "Copyright Policy" msgstr "Copyright Policy" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" msgstr "Could not capture QR code" @@ -3261,11 +3269,11 @@ msgstr "Could not connect to custom feed" msgid "Could not connect to feed service" msgstr "Could not connect to feed service" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:120 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" msgstr "Could not copy โ€“ please try again" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" msgstr "Could not download โ€“ please try again" @@ -3294,7 +3302,7 @@ msgstr "Could not follow all matches. {0}" msgid "Could not leave chat" msgstr "Could not leave chat" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." msgstr "Could not leave chat." @@ -3308,7 +3316,7 @@ msgstr "Could not load feed" msgid "Could not load list" msgstr "Could not load list" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:169 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" msgstr "Could not load profile" @@ -3320,7 +3328,7 @@ msgstr "Could not mute chat" msgid "Could not process your video" msgstr "Could not process your video" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." msgstr "Could not remove member." @@ -3329,7 +3337,7 @@ msgstr "Could not remove member." msgid "Could not save changes: {0}" msgstr "Could not save changes: {0}" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" msgstr "Could not share โ€“ please try again" @@ -3394,12 +3402,12 @@ msgstr "Create a starter pack for me" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:314 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3457,13 @@ msgstr "Create list from starter pack" msgid "Create moderation list" msgstr "Create moderation list" -#: src/screens/Messages/JoinRequest.tsx:308 +#: 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 "Create new account" -#: src/screens/Messages/ConversationSettings/index.tsx:553 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "Create or modify an invite link for this group chat" @@ -3479,7 +3487,7 @@ msgstr "Create user list" #. placeholder {0}: i18n.date(createdAt, { dateStyle: 'long', timeStyle: 'short', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) #: src/screens/Messages/components/InviteLinkDialog.tsx:355 -#: src/screens/Messages/ConversationSettings/index.tsx:505 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "Created {0}" @@ -3624,7 +3632,7 @@ msgstr "Delete contacts" msgid "Delete conversation" msgstr "Delete conversation" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "Delete for me" @@ -3637,7 +3645,7 @@ msgstr "Delete list" msgid "Delete message" msgstr "Delete message" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "Delete message for me" @@ -3647,7 +3655,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:1630 +#: src/view/com/composer/Composer.tsx:1628 msgid "Delete post" msgstr "Delete post" @@ -3689,6 +3697,10 @@ 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 @@ -3794,9 +3806,9 @@ msgstr "Disabled" #: 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:1411 +#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1661 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3819,14 @@ msgstr "Discard" msgid "Discard changes?" msgstr "Discard changes?" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1409 #: 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:1428 -#: src/view/com/composer/Composer.tsx:1655 +#: src/view/com/composer/Composer.tsx:1426 +#: src/view/com/composer/Composer.tsx:1653 msgid "Discard post?" msgstr "Discard post?" @@ -3852,7 +3864,7 @@ msgstr "Dismiss" msgid "Dismiss banner" msgstr "Dismiss banner" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2499 msgid "Dismiss error" msgstr "Dismiss error" @@ -3949,8 +3961,8 @@ msgstr "Don't worry! All existing messages and settings are saved and will be av #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:146 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3975,7 @@ msgstr "Don't worry! All existing messages and settings are saved and will be av msgid "Done" msgstr "Done" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "Done" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:520 msgid "Double tap or long press the message to add a reaction" msgstr "Double tap or long press the message to add a reaction" @@ -4087,8 +4093,8 @@ msgstr "Eating disorders" msgid "Edit" msgstr "Edit" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "Edit" @@ -4102,8 +4108,8 @@ msgstr "Edit avatar" msgid "Edit Feeds" msgstr "Edit Feeds" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "Edit group name" @@ -4141,8 +4147,8 @@ msgstr "Edit link settings" msgid "Edit list details" msgstr "Edit list details" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "Edit live status" @@ -4155,7 +4161,7 @@ msgstr "Edit moderation list" msgid "Edit My Feeds" msgstr "Edit My Feeds" -#: src/screens/Messages/ConversationSettings/index.tsx:540 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "Edit name" @@ -4184,8 +4190,8 @@ msgstr "Edit Profile" msgid "Edit starter pack" msgstr "Edit starter pack" -#: src/screens/Messages/ConversationSettings/index.tsx:486 -#: src/screens/Messages/ConversationSettings/index.tsx:539 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "Edit this group chatโ€™s name" @@ -4402,7 +4408,7 @@ msgstr "Enters fullscreen" msgid "Entertainment" msgstr "Entertainment" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2598 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Error" @@ -4481,7 +4487,7 @@ msgstr "Exit fullscreen" msgid "Expand alt text" msgstr "Expand alt text" -#: src/view/com/notifications/NotificationFeedItem.tsx:606 +#: src/view/com/notifications/NotificationFeedItem.tsx:612 msgid "Expand list of users" msgstr "Expand list of users" @@ -4596,8 +4602,8 @@ msgstr "Failed to accept chat" msgid "Failed to accept join request" msgstr "Failed to accept join request" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "Failed to add emoji reaction" @@ -4606,6 +4612,10 @@ msgstr "Failed to add emoji reaction" msgid "Failed to add members" msgstr "Failed to add members" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "Failed to add to list" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "Failed to add to starter pack" @@ -4615,7 +4625,7 @@ msgid "Failed to change handle. Please try again." msgstr "Failed to change handle. Please try again." #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:129 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "Failed to copy link" @@ -4664,7 +4674,7 @@ msgstr "Failed to disable invite link" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "Failed to disconnect Germ DM. Error: {0}" -#: src/screens/Messages/ConversationSettings/index.tsx:374 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "Failed to edit group chat name" @@ -4692,7 +4702,7 @@ msgstr "Failed to hide suggestion, please check your internet connection" msgid "Failed to ignore join request" msgstr "Failed to ignore join request" -#: src/components/intents/GroupChatJoinDialog.tsx:137 +#: 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." @@ -4700,14 +4710,14 @@ msgstr "Failed to join the group chat. Please try again." msgid "Failed to launch SMS app" msgstr "Failed to launch SMS app" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:401 +#: 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 "Failed to leave group chat" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "Failed to load conversations" @@ -4753,15 +4763,20 @@ msgstr "Failed to load suggested feeds" msgid "Failed to load suggested follows" msgstr "Failed to load suggested follows" -#: src/screens/Messages/ConversationSettings/index.tsx:426 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "Failed to lock group chat" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +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 msgid "Failed to mark all requests as read" msgstr "Failed to mark all requests as read" -#: src/screens/Messages/ConversationSettings/index.tsx:390 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "Failed to mute group chat" @@ -4783,12 +4798,16 @@ msgstr "Failed to remove data due to a network error, please check your internet msgid "Failed to remove data. {0}" msgstr "Failed to remove data. {0}" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "Failed to remove emoji reaction" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:258 +msgid "Failed to remove from list" +msgstr "Failed to remove from list" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "Failed to remove from starter pack" @@ -4802,7 +4821,7 @@ msgstr "Failed to remove group chat member" msgid "Failed to remove verification" msgstr "Failed to remove verification" -#: src/components/intents/GroupChatJoinDialog.tsx:180 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." msgstr "Failed to rescind your request. Please try again." @@ -4811,7 +4830,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:648 +#: src/view/com/composer/Composer.tsx:646 msgid "Failed to save draft" msgstr "Failed to save draft" @@ -4854,7 +4873,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "Failed to toggle thread mute, please try again" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:435 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "Failed to unlock group chat" @@ -5116,16 +5135,16 @@ msgstr "Focus the search field" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 "Follow" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "Follow {0}" @@ -5149,8 +5168,8 @@ msgstr "Follow 10 people to get started" msgid "Follow 7 accounts" msgstr "Follow 7 accounts" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "Follow account" @@ -5173,9 +5192,9 @@ msgstr "Follow all accounts" #. 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:423 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "Follow back" @@ -5211,7 +5230,7 @@ msgstr "Followed by <0>{0} and <1>{1}" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "Followed by <0>{0}, <1>{1} and {2, plural, one {# other} other {# others}}" -#: src/components/intents/GroupChatJoinDialog.tsx:339 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" msgstr "Followers can join" @@ -5231,10 +5250,10 @@ msgstr "Followers you know" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 "Following" @@ -5249,7 +5268,7 @@ msgstr "Following" #. 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 "Following {0}" @@ -5467,7 +5486,7 @@ msgstr "Get started" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2603 msgid "GIF uploaded" msgstr "GIF uploaded" @@ -5526,8 +5545,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "Go home" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "Go live" @@ -5538,8 +5557,8 @@ msgstr "Go live" msgid "Go Live" msgstr "Go Live" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "Go live (disabled)" @@ -5547,7 +5566,7 @@ msgstr "Go live (disabled)" msgid "Go live for" msgstr "Go live for" -#: src/view/com/notifications/NotificationFeedItem.tsx:250 +#: src/view/com/notifications/NotificationFeedItem.tsx:256 msgid "Go to {firstAuthorName}'s profile" msgstr "Go to {firstAuthorName}'s profile" @@ -5622,9 +5641,9 @@ msgstr "Graphic violent content" msgid "Grooming or predatory behavior" msgstr "Grooming or predatory behaviour" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:321 -#: src/screens/Messages/JoinRequest.tsx:129 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" msgstr "Group chat" @@ -5632,17 +5651,17 @@ msgstr "Group chat" msgid "Group chat invite link dialog" msgstr "Group chat invite link dialog" -#: src/screens/Messages/ConversationSettings/index.tsx:417 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "Group chat locked" -#: src/screens/Messages/ConversationSettings/index.tsx:382 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "Group chat muted" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "Group chat name updated" @@ -5653,12 +5672,12 @@ msgid "Group chat settings" msgstr "Group chat settings" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "Group chat unlocked" -#: src/screens/Messages/ConversationSettings/index.tsx:385 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "Group chat unmuted" @@ -5682,12 +5701,12 @@ msgstr "Group is locked" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "Group name" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "Group name is too long. {MAX_GROUP_NAME_GRAPHEME_LENGTH, plural, other {The maximum number of characters is #.}}" @@ -5829,7 +5848,7 @@ msgstr "Hidden list" msgid "Hide" msgstr "Hide" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "Hide" @@ -5904,7 +5923,7 @@ msgstr "Hide trending topics?" msgid "Hide trending videos?" msgstr "Hide trending videos?" -#: src/view/com/notifications/NotificationFeedItem.tsx:951 +#: src/view/com/notifications/NotificationFeedItem.tsx:957 msgid "Hide user list" msgstr "Hide user list" @@ -5960,7 +5979,7 @@ msgstr "Hold up! Weโ€™re gradually giving access to video and youโ€™re still wai #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6210,7 +6229,7 @@ msgstr "In-app, push, everyone" msgid "In-app, push, people you follow" msgstr "In-app, push, people you follow" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "Inbox empty" @@ -6268,7 +6287,7 @@ msgstr "Introducing saved posts AKA bookmarks" msgid "Invalid 2FA confirmation code." msgstr "Invalid 2FA confirmation code." -#: src/components/intents/GroupChatJoinDialog.tsx:147 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." msgstr "Invalid group chat code." @@ -6290,7 +6309,7 @@ msgstr "Invalid phone number" msgid "Invalid report subject" msgstr "Invalid report subject" -#: src/components/intents/GroupChatJoinDialog.tsx:187 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." msgstr "Invalid rescind request." @@ -6315,15 +6334,15 @@ 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:140 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" msgstr "Invite friends" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:155 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "Invite Friends" @@ -6336,17 +6355,17 @@ msgstr "Invite friends <0/>" #: src/screens/Messages/components/InviteLinkDialog.tsx:335 #: src/screens/Messages/components/InviteLinkDialog.tsx:514 #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 -#: src/screens/Messages/ConversationSettings/index.tsx:556 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "Invite link" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:213 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "Invite link" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" msgstr "Invite link copied" @@ -6410,7 +6429,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:2520 +#: src/view/com/composer/Composer.tsx:2518 msgid "Job ID: {0}" msgstr "Job ID: {0}" @@ -6420,7 +6439,7 @@ msgid "Jobs" msgstr "Jobs" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:282 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" msgstr "Join" @@ -6431,12 +6450,12 @@ msgstr "Join" msgid "Join Bluesky" msgstr "Join Bluesky" -#: src/components/intents/GroupChatJoinDialog.tsx:71 -#: src/components/intents/GroupChatJoinDialog.tsx:448 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" msgstr "Join group chat" -#: src/components/intents/GroupChatJoinDialog.tsx:176 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." msgstr "Join request rescinded." @@ -6450,8 +6469,8 @@ msgstr "Join the conversation" msgid "Journalism" msgstr "Journalism" -#: src/view/com/composer/Composer.tsx:1461 -#: src/view/com/composer/Composer.tsx:1471 +#: src/view/com/composer/Composer.tsx:1459 +#: src/view/com/composer/Composer.tsx:1469 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "Keep editing" @@ -6609,7 +6628,7 @@ msgid "Learn more." msgstr "Learn more." #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:590 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "Leave" @@ -6623,8 +6642,8 @@ msgstr "Leave" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "Leave chat" @@ -6644,12 +6663,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "Leave conversation" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "Leave group chat" -#: src/screens/Messages/ConversationSettings/index.tsx:589 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "Leave this group chat" @@ -6658,11 +6677,11 @@ msgstr "Leave this group chat" msgid "Leaving Bluesky" msgstr "Leaving Bluesky" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: src/screens/Messages/ConversationSettings/prompts.tsx:153 msgid "Leaving this chat will lock it permanently and you wonโ€™t be able to rejoin." msgstr "Leaving this chat will lock it permanently and you wonโ€™t be able to rejoin." -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." msgstr "Left group chat." @@ -6935,9 +6954,9 @@ msgstr "Load new notifications" msgid "Load new posts" msgstr "Load new posts" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "Loading chatโ€ฆ" @@ -6954,23 +6973,23 @@ msgstr "Loading post interaction settings..." msgid "Loading..." msgstr "Loading..." -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "Lock" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "Lock group chat" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "Lock group chat?" -#: src/screens/Messages/ConversationSettings/index.tsx:568 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "Lock this group chat" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "Locked" @@ -7051,6 +7070,16 @@ msgstr "Manage your muted words and tags" 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 +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 +msgid "Mark all requests as read" +msgstr "Mark all requests as read" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7089,14 @@ msgstr "Mark as read" msgid "Marked all as read" msgstr "Marked all as read" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "Marked all chats as read" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "Marked all requests as read" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,7 +7120,7 @@ msgstr "Media stored on another device" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Media that may be disturbing or inappropriate for some audiences." -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." msgstr "Member removed from group chat." @@ -7092,7 +7129,7 @@ msgstr "Member removed from group chat." msgid "Members" msgstr "Members" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "Members can still read chat history but canโ€™t send new messages." @@ -7111,13 +7148,13 @@ msgstr "Mentions" msgid "Menu" msgstr "Menu" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "Message" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 +#: 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" @@ -7132,7 +7169,7 @@ msgstr "Message {0}" msgid "Message {displayName}" msgstr "Message {displayName}" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "Message deleted" @@ -7141,13 +7178,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Message deleted" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:616 msgid "Message failed to send." msgstr "Message failed to send." #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "Message from @{0}: {1}" @@ -7156,21 +7193,21 @@ msgstr "Message from @{0}: {1}" msgid "Message from server: {0}" msgstr "Message from server: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "Message input field" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 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:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "Message options" @@ -7178,11 +7215,11 @@ msgstr "Message options" msgid "Messages" msgstr "Messages" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:715 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:621 +#: src/components/dms/MessageItem.tsx:710 msgid "Messages from this person are hidden while you are blocking them." msgstr "Messages from this person are hidden while you are blocking them." @@ -7219,8 +7256,8 @@ msgstr "Moderation details" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "Moderation list by {0}" @@ -7228,7 +7265,7 @@ msgstr "Moderation list by {0}" msgid "Moderation list by <0/>" msgstr "Moderation list by <0/>" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "Moderation list by you" @@ -7281,8 +7318,8 @@ msgstr "More languages..." #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "More options" @@ -7302,7 +7339,7 @@ msgstr "Films" msgid "Music" msgstr "Music" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "Mute" @@ -7320,8 +7357,8 @@ msgstr "Mute {0}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "Mute account" @@ -7347,7 +7384,7 @@ msgstr "Mute list" msgid "Mute these accounts?" msgstr "Mute these accounts?" -#: src/screens/Messages/ConversationSettings/index.tsx:530 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "Mute this group chat" @@ -7389,7 +7426,7 @@ msgstr "Mute words & tags" msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." msgstr "Mute, leave, or remove people anytime. Itโ€™s your chat." -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "Muted" @@ -7480,7 +7517,7 @@ 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:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "New" @@ -7490,21 +7527,21 @@ msgctxt "action" msgid "New" msgstr "New" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: 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}" -#: 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 "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:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "New chat" @@ -7592,11 +7629,11 @@ msgctxt "action" msgid "New post" msgstr "New post" -#: 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 "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} " -#: 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 "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" @@ -7718,7 +7755,7 @@ msgstr "No lists" #. 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 "No longer following {0}" @@ -7726,7 +7763,7 @@ msgstr "No longer following {0}" msgid "No media yet" msgstr "No media yet" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "No messages yet" @@ -7763,7 +7800,7 @@ msgstr "No one" msgid "No one but the author can quote this post." msgstr "No one but the author can quote this post." -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "No one can send messages" @@ -7831,6 +7868,11 @@ 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" @@ -7895,7 +7937,7 @@ msgstr "Not Found" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "Note about sharing" @@ -7931,7 +7973,7 @@ msgstr "Notification sounds" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8017,7 @@ msgstr "OK" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:722 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8008,11 +8050,11 @@ 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:864 +#: src/view/com/composer/Composer.tsx:862 msgid "One or more GIFs is missing alt text." msgstr "One or more GIFs is missing alt text." -#: src/view/com/composer/Composer.tsx:861 +#: src/view/com/composer/Composer.tsx:859 msgid "One or more images is missing alt text." msgstr "One or more images is missing alt text." @@ -8024,11 +8066,11 @@ msgstr "One or more of your selected files are not supported." 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:659 +#: src/view/com/composer/Composer.tsx:657 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:871 +#: src/view/com/composer/Composer.tsx:869 msgid "One or more videos is missing alt text." msgstr "One or more videos is missing alt text." @@ -8041,7 +8083,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:234 +#: src/view/com/composer/Composer.tsx:233 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}" @@ -8053,7 +8095,7 @@ msgstr "Only admins can accept join requests." msgid "Only admins can ignore join requests." msgstr "Only admins can ignore join requests." -#: src/components/intents/GroupChatJoinDialog.tsx:145 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." msgstr "Only followers can join this group chat." @@ -8068,12 +8110,12 @@ msgid "Only image files are supported" msgstr "Only image files are supported" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:222 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." msgstr "Only people {0} follows can join." #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:292 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" msgstr "Only people the chat owner follows can join" @@ -8107,7 +8149,7 @@ msgid "Open camera" msgstr "Open camera" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:437 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" msgstr "Open chat" @@ -8115,8 +8157,8 @@ msgstr "Open chat" msgid "Open chat member options for {displayName}" msgstr "Open chat member options for {displayName}" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "Open conversation options" @@ -8128,9 +8170,9 @@ msgstr "Open draft" msgid "Open drawer menu" msgstr "Open drawer menu" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2158 msgid "Open emoji picker" msgstr "Open emoji picker" @@ -8151,7 +8193,7 @@ msgstr "Open full emoji list" msgid "Open Germ DM" msgstr "Open Germ DM" -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" msgstr "Open group chat" @@ -8166,11 +8208,11 @@ msgid "Open in Google Translate" msgstr "Open in Google Translate" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "Open link to {niceUrl}" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "Open message options" @@ -8221,7 +8263,7 @@ msgstr "Open storybook page" msgid "Open system log" msgstr "Open system log" -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" msgstr "Open this group chat" @@ -8275,13 +8317,13 @@ msgstr "Opens device camera" 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." -#: src/screens/Messages/JoinRequest.tsx:309 +#: 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 "Opens flow to create a new Bluesky account" -#: src/screens/Messages/JoinRequest.tsx:295 +#: 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" @@ -8341,7 +8383,7 @@ msgstr "Opens the post composer" msgid "Opens this draft in the composer" msgstr "Opens this draft in the composer" -#: 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 "Opens this profile" @@ -8513,6 +8555,16 @@ msgstr "People following @{0}" msgid "People I follow" msgstr "People I follow" +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "People I follow" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "People I follow" + #: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "People I follow can join instantly" @@ -8813,7 +8865,7 @@ msgstr "Politics" msgid "Porn" msgstr "Porn" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post" msgstr "Post" @@ -8833,12 +8885,12 @@ msgstr "Post a photo" msgid "Post a video" msgstr "Post a video" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Post All" msgstr "Post All" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1468 msgid "Post anyway" msgstr "Post anyway" @@ -9015,11 +9067,11 @@ msgstr "Privacy Policy" msgid "Privacy violation of a minor" msgstr "Privacy violation of a minor" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2592 msgid "Processing GIF..." msgstr "Processing GIF..." -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing video..." msgstr "Processing video..." @@ -9031,7 +9083,7 @@ msgstr "Processing..." msgid "profile" msgstr "profile" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9117,22 @@ 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:1792 +#: src/view/com/composer/Composer.tsx:1790 msgid "Publish post" msgstr "Publish post" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1787 +#: src/view/com/composer/Composer.tsx:1785 msgid "Publish posts" msgstr "Publish posts" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1776 +#: src/view/com/composer/Composer.tsx:1774 msgid "Publish replies" msgstr "Publish replies" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1781 +#: src/view/com/composer/Composer.tsx:1779 msgid "Publish reply" msgstr "Publish reply" @@ -9109,7 +9161,7 @@ msgid "QR code has been downloaded!" msgstr "QR code has been downloaded!" #: src/components/StarterPack/QrCodeDialog.tsx:122 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "QR code saved to your camera roll!" @@ -9172,8 +9224,8 @@ msgstr "Re-enable link" msgid "React with {emoji}" msgstr "React with {emoji}" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "Reactions" @@ -9268,10 +9320,6 @@ msgstr "Recommended" msgid "Reconnect" msgstr "Reconnect" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "Refresh the page to see it." - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" @@ -9291,12 +9339,14 @@ msgstr "Reject chat request" msgid "Reject join request" msgstr "Reject join request" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "Reload conversations" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9355,9 @@ msgstr "Reload conversations" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "Remove" @@ -9326,7 +9375,7 @@ msgstr "Remove {displayName} from starter pack" msgid "Remove {displayName} from this group chat" msgstr "Remove {displayName} from this group chat" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" msgstr "Remove {displayName}?" @@ -9443,14 +9492,14 @@ msgstr "Remove this feed from your saved feeds" msgid "Remove unavailable moderation services" msgstr "Remove unavailable moderation services" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "Remove user from list" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "Remove verification" @@ -9466,8 +9515,8 @@ msgstr "Removed by author" msgid "Removed by you" msgstr "Removed by you" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "Removed from list" @@ -9535,6 +9584,14 @@ msgctxt "description" msgid "Replied to you" msgstr "Replied to you" +#: src/components/dms/MessageItem.tsx:883 +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 +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 @@ -9552,7 +9609,12 @@ msgstr "Replies disabled" msgid "Replies to this post are disabled." msgstr "Replies to this post are disabled." -#: src/view/com/composer/Composer.tsx:1804 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "Reply" + +#: src/view/com/composer/Composer.tsx:1802 msgctxt "action" msgid "Reply" msgstr "Reply" @@ -9590,14 +9652,14 @@ msgstr "Reply visibility updated" msgid "Reply was successfully hidden" msgstr "Reply was successfully hidden" -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:582 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "Report" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "Report account" @@ -9623,7 +9685,7 @@ msgstr "Report feed" msgid "Report list" msgstr "Report list" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "Report message" @@ -9657,7 +9719,7 @@ msgstr "Report this conversation" msgid "Report this feed" msgstr "Report this feed" -#: src/screens/Messages/ConversationSettings/index.tsx:581 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "Report this group chat" @@ -9737,7 +9799,7 @@ msgstr "Reposts of this post" msgid "Reposts of your reposts" msgstr "Reposts of your reposts" -#: src/components/intents/GroupChatJoinDialog.tsx:447 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" msgstr "Request access to group chat" @@ -9755,7 +9817,7 @@ msgid "Request ignored." msgstr "Request ignored." #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:281 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" msgstr "Request to join" @@ -9764,7 +9826,7 @@ msgid "Requested" msgstr "Requested" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "Requests" @@ -9791,9 +9853,9 @@ msgstr "Required for this provider" msgid "Required in your region" msgstr "Required in your region" -#: src/components/intents/GroupChatJoinDialog.tsx:296 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:310 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:115 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:117 msgid "Rescind request" msgstr "Rescind request" @@ -9872,7 +9934,7 @@ 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:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 #: src/screens/Messages/JoinRequests.tsx:361 @@ -9928,7 +9990,7 @@ msgstr "Sad GIFs" #: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10015,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:1451 +#: src/view/com/composer/Composer.tsx:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Save changes" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1421 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "Save changes?" -#: src/view/com/composer/Composer.tsx:1451 +#: src/view/com/composer/Composer.tsx:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "Save draft" -#: src/view/com/composer/Composer.tsx:1425 +#: src/view/com/composer/Composer.tsx:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "Save draft?" @@ -10022,13 +10084,13 @@ msgid "Saved to your feeds" msgstr "Saved to your feeds" #: 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 "Say hello!" -#: src/screens/Messages/ChatList.tsx:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "Say hi to someone" @@ -10058,6 +10120,10 @@ msgstr "Scroll left" msgid "Scroll right" msgstr "Scroll right" +#: src/components/dms/MessageItem.tsx:774 +msgid "Scroll to the message this is replying to" +msgstr "Scroll to the message this is replying to" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "Scroll to top" @@ -10067,7 +10133,7 @@ msgstr "Scroll to top" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Search" @@ -10148,8 +10214,8 @@ msgstr "Search languages" msgid "Search my posts" msgstr "Search my posts" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "Search posts" @@ -10425,8 +10491,8 @@ msgstr "Send error report" msgid "Send feedback" msgstr "Send feedback" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "Send message" @@ -10460,7 +10526,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:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "Sent at {0}" @@ -10565,7 +10631,7 @@ msgstr "Sexual activity or erotic nudity." msgid "Sexually Suggestive" msgstr "Sexually Suggestive" -#: 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 @@ -10577,7 +10643,7 @@ msgstr "Sexually Suggestive" msgid "Share" msgstr "Share" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "Share anyway" @@ -10641,8 +10707,8 @@ msgstr "Share this starter pack and help people join your community on Bluesky." #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "Share via..." @@ -10796,15 +10862,15 @@ msgstr "Shows the content" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:294 -#: src/screens/Messages/JoinRequest.tsx:300 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,7 +10896,7 @@ msgstr "Sign in or create an account" msgid "Sign in or create your account to join the conversation!" msgstr "Sign in or create your account to join the conversation!" -#: src/screens/Messages/JoinRequest.tsx:220 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." msgstr "Sign in to accept invite." @@ -10842,7 +10908,7 @@ msgstr "Sign in to account that is not listed" msgid "Sign in to Bluesky or create a new account" msgstr "Sign in to Bluesky or create a new account" -#: src/screens/Messages/JoinRequest.tsx:219 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." msgstr "Sign in to request access to this group chat." @@ -10900,7 +10966,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:1468 +#: src/view/com/composer/Composer.tsx:1466 msgid "Skip empty posts?" msgstr "Skip empty posts?" @@ -10971,12 +11037,12 @@ msgid "Someone left the group" msgstr "Someone left the group" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:347 msgid "Someone reacted {0}" msgstr "Someone reacted {0}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "Someone reacted {0} to {target}" @@ -10996,10 +11062,6 @@ msgstr "Someone was removed" msgid "Someone was removed from the group" msgstr "Someone was removed from the group" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "Something new is here" - #: 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 "Something wasn't quite right with the data you're trying to report. Please contact support." @@ -11043,8 +11105,8 @@ msgstr "Something wrong? Let us know." msgid "Sorry, we're unable to load account suggestions at this time." msgstr "Sorry, we're unable to load account suggestions at this time." -#: 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 "Sorry! Your session expired. Please sign in again." @@ -11214,13 +11276,13 @@ msgid "Subscribe" msgstr "Subscribe" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "Subscribe on {0}" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "Subscribe to {publicationTitle} on {0}" @@ -11255,7 +11317,7 @@ msgstr "Success" msgid "Success!" msgstr "Success!" -#: src/components/intents/GroupChatJoinDialog.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" msgstr "Successfully joined the group chat!" @@ -11355,7 +11417,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:572 +#: src/components/dms/MessageItem.tsx:661 msgid "Tap for details" msgstr "Tap for details" @@ -11390,7 +11452,7 @@ msgid "Tap to dismiss" msgstr "Tap to dismiss" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:453 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" msgstr "Tap to join this group chat immediately" @@ -11398,34 +11460,34 @@ msgstr "Tap to join this group chat immediately" msgid "Tap to open this group chat" msgstr "Tap to open this group chat" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "Tap to remove" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "Tap to remove your {0} reaction" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:452 +#: src/components/intents/GroupChatJoinDialog.tsx:468 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:537 +#: src/components/dms/MessageItem.tsx:626 msgid "Tap to retry" msgstr "Tap to retry" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "Tap to show {0} reactions" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "Tap to show all reactions" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:373 msgid "Tap to view reactions" msgstr "Tap to view reactions" @@ -11528,7 +11590,7 @@ msgstr "That's everything!" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "The account will be able to interact with you after unblocking." @@ -11594,7 +11656,7 @@ msgstr "The following settings will be used as your defaults when creating new p msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." -#: src/components/intents/GroupChatJoinDialog.tsx:155 +#: src/components/intents/GroupChatJoinDialog.tsx:165 #: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." msgstr "The member limit has been reached." @@ -11621,7 +11683,7 @@ msgstr "The server appears to be experiencing issues. Please try again in a few msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "The subject of the context menu" @@ -11665,8 +11727,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "There was a problem loading GIFs. Check your connection and try again." #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:182 +#: 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 "There was a problem with your internet connection, please try again" @@ -11693,7 +11755,7 @@ msgstr "There was an issue fetching notifications. Tap here to try again." msgid "There was an issue fetching posts. Tap here to try again." msgstr "There was an issue fetching posts. Tap here to try again." -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "There was an issue fetching the list. Tap here to try again." @@ -11733,12 +11795,12 @@ msgstr "There was an issue updating your feeds, please check your internet conne #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "There was an issue! {0}" @@ -11778,7 +11840,7 @@ msgstr "These settings only apply to the Following feed." msgid "They own this chat" msgstr "They own this chat" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." msgstr "They wonโ€™t be able to rejoin unless you invite them again." @@ -11828,22 +11890,22 @@ msgstr "This author has chosen to make their posts visible only to people who ar 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 "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." -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "This chat has ended" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:287 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" msgstr "This chat is full" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "This chat is locked" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:430 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" msgstr "This chat is locked by a moderation action" @@ -11881,7 +11943,7 @@ msgstr "This content is not available because one of the users involved has bloc msgid "This content is not viewable without a Bluesky account." msgstr "This content is not viewable without a Bluesky account." -#: src/components/intents/GroupChatJoinDialog.tsx:141 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." msgstr "This conversation is locked." @@ -11931,7 +11993,7 @@ msgstr "This feed is empty." msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "This feed is no longer online. We are showing <0>Discover instead." -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" msgstr "This group is locked by a moderation action on the owner" @@ -11947,11 +12009,11 @@ msgstr "This image could not be used. Please try a different format like .jpg or msgid "This information is private and not shared with other users." msgstr "This information is private and is not shared with other users." -#: src/components/intents/GroupChatJoinDialog.tsx:151 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." msgstr "This invite link has been disabled." -#: src/components/intents/GroupChatJoinDialog.tsx:223 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" msgstr "This invite link is invalid" @@ -11997,17 +12059,17 @@ msgstr "This list โ€“ created by you โ€“ contains possible violations of Bluesky msgid "This list is empty." msgstr "This list is empty." -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" msgstr "This message is hidden" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:688 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:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:658 +#: src/components/dms/MessageItem.tsx:684 msgid "This message is hidden because you are blocking this user." msgstr "This message is hidden because you are blocking this user." @@ -12045,11 +12107,11 @@ 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:1043 +#: src/view/com/composer/Composer.tsx:1041 msgid "This post's author has disabled quote posts." msgstr "This post's author has disabled quote posts." -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." @@ -12242,8 +12304,8 @@ msgstr "Top replies first" msgid "Topic" msgstr "Topic" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,7 +12375,7 @@ msgctxt "action" msgid "Try again" msgstr "Try again" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." msgstr "Try again in a moment." @@ -12335,7 +12397,7 @@ msgstr "TV" msgid "Two-factor authentication (2FA)" msgstr "Two-factor authentication (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "Type your message here" @@ -12401,7 +12463,7 @@ msgstr "Unavailable" msgid "Unavailable feed information" msgstr "Unavailable feed information" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:726 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12409,14 +12471,14 @@ msgstr "Unavailable feed information" #: src/components/moderation/BlockDialog.tsx:211 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "Unblock" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "Unblock" @@ -12427,8 +12489,8 @@ msgstr "Unblock {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "Unblock account" @@ -12437,7 +12499,7 @@ msgid "Unblock account?" msgstr "Unblock account?" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "Unblock Account?" @@ -12474,12 +12536,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Undo repost ({0, plural, one {# repost} other {# reposts}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "Unfollow {0}" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "Unfollow account" @@ -12521,11 +12583,11 @@ msgstr "Unlike" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Unlike ({0, plural, one {# like} other {# likes}})" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "Unlock chat" -#: src/screens/Messages/ConversationSettings/index.tsx:567 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "Unlock this group chat" @@ -12548,8 +12610,8 @@ msgstr "Unmute {0}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "Unmute account" @@ -12562,7 +12624,7 @@ msgstr "Unmute conversation" msgid "Unmute list" msgstr "Unmute list" -#: src/screens/Messages/ConversationSettings/index.tsx:529 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "Unmute this group chat" @@ -12641,7 +12703,7 @@ msgstr "Unsubscribed from list" msgid "Unsupported clipboard content" msgstr "Unsupported clipboard content" -#: src/view/com/composer/Composer.tsx:1557 +#: src/view/com/composer/Composer.tsx:1555 msgid "Unsupported video type: {mimeType}" msgstr "Unsupported video type: {mimeType}" @@ -12654,13 +12716,10 @@ msgstr "Up to 50 people" msgid "Update" msgstr "Update" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "Update <0>{displayName} in Lists" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" -msgstr "Update app" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" +msgstr "Update {0} in Lists" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 #: src/components/dialogs/EmailDialog/screens/Update.tsx:308 @@ -12669,6 +12728,10 @@ msgstr "Update app" msgid "Update email" msgstr "Update email" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "Update in Lists" + #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 #: src/screens/Messages/components/InviteLinkDialog.tsx:303 @@ -12680,14 +12743,6 @@ msgstr "Update invite link" msgid "Update to {domain}" msgstr "Update to {domain}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "Update your app" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "Update your app to see it." - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "Update your email" @@ -12736,7 +12791,7 @@ msgstr "Upload from Files" msgid "Upload from Library" msgstr "Upload from Library" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2585 msgid "Uploading GIF..." msgstr "Uploading GIF..." @@ -12750,7 +12805,7 @@ msgstr "Uploading images..." msgid "Uploading link thumbnail..." msgstr "Uploading link thumbnail..." -#: src/view/com/composer/Composer.tsx:2589 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading video..." msgstr "Uploading video..." @@ -12826,7 +12881,7 @@ msgid "User Blocks You" msgstr "User Blocks You" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "User list by {0}" @@ -12835,7 +12890,7 @@ msgstr "User list by {0}" msgid "User List by {0}" msgstr "User List by {0}" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "User list by you" @@ -12875,16 +12930,6 @@ msgstr "users followed by <0>@{0}" msgid "users following <0>@{0}" msgstr "users following <0>@{0}" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "Users I follow" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "Users I follow" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "Value:" @@ -12912,8 +12957,8 @@ msgstr "Verified by:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "Verify account" @@ -13039,7 +13084,7 @@ msgstr "Video not found." msgid "Video settings" msgstr "Video settings" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2605 msgid "Video uploaded" msgstr "Video uploaded" @@ -13056,14 +13101,14 @@ msgstr "Videos" msgid "Videos must be less than 3 minutes long." msgstr "Videos must be less than 3 minutes long." -#: src/view/com/composer/Composer.tsx:1150 +#: src/view/com/composer/Composer.tsx:1148 msgctxt "Action to view the post the user just created" msgid "View" msgstr "View" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "View {0}" @@ -13078,7 +13123,7 @@ msgstr "View {0}'s avatar" #: 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 "View {0}'s profile" @@ -13092,7 +13137,7 @@ msgstr "View {0}โ€™s profile" msgid "View {displayName}โ€™s profile" msgstr "View {displayName}โ€™s profile" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "View {publicationTitle}" @@ -13145,7 +13190,7 @@ msgstr "View more" msgid "View more trending videos" msgstr "View more trending videos" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1143 msgid "View post" msgstr "View post" @@ -13162,10 +13207,10 @@ msgstr "View profile" msgid "View profile banner" msgstr "View profile banner" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "View publication" @@ -13173,7 +13218,7 @@ msgstr "View publication" msgid "View the avatar" msgstr "View the avatar" -#: src/screens/Messages/ConversationSettings/index.tsx:554 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "View the invite link for this group chat" @@ -13441,7 +13486,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:1041 +#: src/view/com/composer/Composer.tsx:1039 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." @@ -13492,7 +13537,7 @@ msgid "What do you want to call your starter pack?" msgstr "What do you want to call your starter pack?" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1519 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "What's up?" @@ -13519,7 +13564,7 @@ msgid "Who can verify?" msgstr "Who can verify?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "Whoops!" @@ -13578,7 +13623,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:1439 +#: src/view/com/composer/Composer.tsx:1437 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?" @@ -13587,12 +13632,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:1617 +#: src/view/com/composer/Composer.tsx:1615 msgid "Write post" msgstr "Write post" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1517 msgid "Write your reply" msgstr "Write your reply" @@ -13658,7 +13703,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:610 +#: src/components/dms/MessageItem.tsx:699 msgid "You are blocking {0}" msgstr "You are blocking {0}" @@ -13764,11 +13809,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:221 +#: src/view/com/composer/Composer.tsx:220 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:1444 +#: src/view/com/composer/Composer.tsx:1442 msgid "You can only save drafts up to 1000 characters." msgstr "You can only save drafts up to 1,000 characters." @@ -13803,8 +13848,8 @@ msgstr "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in t msgid "You can update this later from your settings." msgstr "You can update this later from your settings." -#: src/components/dms/ActionsWrapper.web.tsx:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:115 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}}" @@ -13839,7 +13884,7 @@ msgstr "You don't have any saved feeds." msgid "You got here first" msgstr "You got here first" -#: src/components/intents/GroupChatJoinDialog.tsx:166 +#: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and canโ€™t join it using this link." msgstr "You have been previously removed from this group and canโ€™t join it using this link." @@ -13884,6 +13929,7 @@ msgstr "You have muted this account." msgid "You have muted this user" msgstr "You have muted this user" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "You have no lists." @@ -13912,7 +13958,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:1434 +#: src/view/com/composer/Composer.tsx:1432 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?" @@ -13970,7 +14016,7 @@ msgstr "You may only add up to {STARTER_PACK_MAX_SIZE, plural, other {{STARTER_P msgid "You may only add up to 3 feeds" msgstr "You may only add up to 3 feeds" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." msgstr "You must be a chat owner to remove a member." @@ -13983,7 +14029,7 @@ msgid "You must be following at least seven other people to generate a starter p msgstr "You must be following at least seven other people to generate a starter pack." #: src/components/StarterPack/QrCodeDialog.tsx:69 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:89 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" @@ -14009,12 +14055,12 @@ 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:259 +#: src/components/dms/MessageItem.tsx:340 msgid "You reacted {0}" msgstr "You reacted {0}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "You reacted {0} to {target}" @@ -14023,8 +14069,20 @@ msgstr "You reacted {0} to {target}" msgid "You recently changed your birthdate" msgstr "You recently changed your birthdate" +#: src/components/dms/MessageItem.tsx:804 +msgid "You replied" +msgstr "You replied" + +#: src/components/dms/MessageItem.tsx:802 +msgid "You replied to {originalName}" +msgstr "You replied to {originalName}" + +#: src/components/dms/MessageItem.tsx:800 +msgid "You replied to yourself" +msgstr "You replied to yourself" + #. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 msgid "You requested to join" msgstr "You requested to join" @@ -14050,12 +14108,12 @@ msgstr "You will now receive notifications for this thread" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "You wonโ€™t be able to rejoin unless youโ€™re invited." #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "You: {message}" @@ -14127,7 +14185,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:646 +#: src/view/com/composer/Composer.tsx:644 msgid "You've reached the maximum number of drafts" msgstr "You've reached the maximum number of drafts" @@ -14199,11 +14257,11 @@ msgstr "Your chats have been disabled" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "Your choice will be remembered for future links. You can change it at any time in settings." -#: src/view/com/notifications/NotificationFeedItem.tsx:374 +#: src/view/com/notifications/NotificationFeedItem.tsx:380 msgid "Your contact {firstAuthorLink} is on Bluesky" msgstr "Your contact {firstAuthorLink} is on Bluesky" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:378 msgid "Your contact {firstAuthorName} is on Bluesky" msgstr "Your contact {firstAuthorName} is on Bluesky" @@ -14295,11 +14353,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:1141 +#: src/view/com/composer/Composer.tsx:1139 msgid "Your post was sent" msgstr "Your post was sent" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1136 msgid "Your posts were sent" msgstr "Your posts were sent" @@ -14320,7 +14378,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:1140 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your reply was sent" msgstr "Your reply was sent" @@ -14333,7 +14391,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:1469 +#: src/view/com/composer/Composer.tsx:1467 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 af8edfa937..78455288dd 100644 --- a/src/locale/locales/en/messages.po +++ b/src/locale/locales/en/messages.po @@ -19,10 +19,14 @@ msgid "\"{interestsDisplayName}\" category (active)" msgstr "" #: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:867 +#: src/screens/Messages/components/MessageInputReply.tsx:43 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 "" @@ -92,7 +96,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:281 +#: src/components/dms/MessageItem.tsx:350 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" @@ -210,7 +214,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:618 +#: src/components/dms/MessageItem.tsx:703 msgid "{0} is blocking you" msgstr "{0} is blocking you" @@ -268,7 +272,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:276 +#: src/components/dms/MessageItem.tsx:345 msgid "{0} reacted {1}" msgstr "" @@ -341,7 +345,7 @@ 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}" @@ -382,7 +386,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:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "{count, plural, one {# request} other {# requests}}" @@ -390,33 +394,11 @@ msgstr "{count, plural, one {# request} other {# requests}}" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "{count, plural, one {This post has # photo.} other {This post has # photos.}}" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" - #. 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 "{count, plural, other {#+ requests to join}}" -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "{count}+" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "{count}+ requests" - #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" msgstr "{date} at {time}" @@ -434,155 +416,155 @@ msgstr "" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: 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 "" @@ -690,6 +672,18 @@ msgstr "" msgid "{rank}." msgstr "" +#: src/components/dms/MessageItem.tsx:813 +msgid "{replierDisplayName} replied" +msgstr "{replierDisplayName} replied" + +#: src/components/dms/MessageItem.tsx:809 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "{replierDisplayName} replied to {originalName}" + +#: src/components/dms/MessageItem.tsx:807 +msgid "{replierDisplayName} replied to you" +msgstr "{replierDisplayName} replied to you" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -826,6 +820,16 @@ 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 "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 @@ -973,12 +977,12 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:189 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:205 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "" @@ -992,7 +996,7 @@ msgid "Account is deactivated" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "" @@ -1021,18 +1025,18 @@ msgstr "" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:176 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:220 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "" @@ -1047,12 +1051,13 @@ msgstr "" msgid "Activity from others" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "" @@ -1105,11 +1110,11 @@ msgstr "" msgid "Add another account" msgstr "" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1518 msgid "Add another post" msgstr "" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2181 msgid "Add another post to thread" msgstr "" @@ -1140,7 +1145,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 "" @@ -1175,7 +1180,7 @@ msgstr "" msgid "Add people" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "" @@ -1207,8 +1212,8 @@ msgstr "" msgid "Add this feed to your feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:357 -#: src/view/com/profile/ProfileMenu.tsx:360 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "" @@ -1217,12 +1222,12 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:348 -#: src/view/com/profile/ProfileMenu.tsx:351 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "" @@ -1239,8 +1244,8 @@ msgstr "Added by {0}" msgid "Added by invite link" msgstr "Added by invite link" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "" @@ -1430,9 +1435,9 @@ 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/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1514,7 +1519,7 @@ msgid "An error occurred while loading your lists :/" msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:81 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:103 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "" @@ -1582,8 +1587,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 "" @@ -1811,7 +1816,7 @@ msgstr "" 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:1656 +#: src/view/com/composer/Composer.tsx:1654 msgid "Are you sure you'd like to discard this post?" msgstr "" @@ -1951,10 +1956,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2002,8 +2007,8 @@ msgstr "Block {displayName}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/view/com/profile/ProfileMenu.tsx:464 #: src/view/com/profile/ProfileMenu.tsx:471 -#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Block account" msgstr "" @@ -2081,6 +2086,10 @@ 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 "Blocked message hidden" + #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "" @@ -2357,8 +2366,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:1734 -#: src/view/com/composer/Composer.tsx:1744 +#: src/view/com/composer/Composer.tsx:1732 +#: src/view/com/composer/Composer.tsx:1742 #: 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 @@ -2373,6 +2382,10 @@ msgstr "" msgid "Cancel reactivation and sign out" msgstr "" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "Cancel reply" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "" @@ -2393,7 +2406,7 @@ msgstr "" msgid "Captions & alt text" msgstr "" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "carousel" @@ -2537,10 +2550,10 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "" @@ -2567,9 +2580,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "" @@ -2724,7 +2737,7 @@ msgstr "Click here to view the invite link for this group chat" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:537 +#: src/components/dms/MessageItem.tsx:622 msgid "Click to retry failed message" msgstr "" @@ -2738,6 +2751,7 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2797,10 +2811,6 @@ msgstr "" msgid "Close banner" msgstr "Close banner" -#: 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 @@ -2815,7 +2825,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 "" @@ -2859,15 +2869,15 @@ msgstr "" msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1740 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 "" @@ -2913,7 +2923,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:1616 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -2921,11 +2931,11 @@ msgstr "" msgid "Compose reply" msgstr "" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2578 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing video..." msgstr "" @@ -3120,7 +3130,7 @@ msgid "Copied build version to clipboard" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3139,12 +3149,12 @@ msgstr "" msgid "Copies build version to clipboard" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" msgstr "Copies the canonical profile URL to the clipboard" #: src/components/StarterPack/QrCodeDialog.tsx:198 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:265 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "" @@ -3152,8 +3162,8 @@ msgstr "" msgid "Copy App Password" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:508 -#: src/view/com/profile/ProfileMenu.tsx:511 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "" @@ -3168,8 +3178,8 @@ msgid "Copy code" msgstr "" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:517 -#: src/view/com/profile/ProfileMenu.tsx:520 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "" @@ -3177,7 +3187,7 @@ msgstr "" msgid "Copy host" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:254 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" msgstr "Copy invite link" @@ -3203,8 +3213,8 @@ msgstr "" msgid "Copy link to post" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:287 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "" @@ -3212,8 +3222,8 @@ msgstr "" msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "" @@ -3242,7 +3252,7 @@ msgstr "" msgid "Copyright Policy" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" msgstr "Could not capture QR code" @@ -3254,11 +3264,11 @@ msgstr "" msgid "Could not connect to feed service" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:120 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" msgstr "Could not copy โ€“ please try again" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" msgstr "Could not download โ€“ please try again" @@ -3301,7 +3311,7 @@ msgstr "" msgid "Could not load list" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:169 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" msgstr "Could not load profile" @@ -3322,7 +3332,7 @@ msgstr "Could not remove member." msgid "Could not save changes: {0}" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" msgstr "Could not share โ€“ please try again" @@ -3617,7 +3627,7 @@ msgstr "" msgid "Delete conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "" @@ -3630,7 +3640,7 @@ msgstr "" msgid "Delete message" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "" @@ -3640,7 +3650,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:1628 msgid "Delete post" msgstr "" @@ -3682,6 +3692,10 @@ msgstr "" msgid "Deleted list" msgstr "" +#: 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 @@ -3787,9 +3801,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:1411 +#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1661 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3800,14 +3814,14 @@ msgstr "" msgid "Discard changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1409 #: 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:1426 +#: src/view/com/composer/Composer.tsx:1653 msgid "Discard post?" msgstr "" @@ -3845,7 +3859,7 @@ msgstr "" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2499 msgid "Dismiss error" msgstr "" @@ -3942,8 +3956,8 @@ msgstr "" #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:146 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3956,13 +3970,7 @@ msgstr "" msgid "Done" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "" - -#: src/components/dms/MessageItem.tsx:440 +#: src/components/dms/MessageItem.tsx:520 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4080,8 +4088,8 @@ msgstr "" msgid "Edit" msgstr "" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "" @@ -4134,8 +4142,8 @@ msgstr "Edit link settings" msgid "Edit list details" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:371 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "" @@ -4395,7 +4403,7 @@ msgstr "" msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2598 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "" @@ -4474,7 +4482,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 "" @@ -4589,8 +4597,8 @@ msgstr "" msgid "Failed to accept join request" msgstr "Failed to accept join request" -#: src/components/dms/ActionsWrapper.web.tsx:88 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "" @@ -4599,6 +4607,10 @@ msgstr "" msgid "Failed to add members" msgstr "Failed to add members" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "Failed to add to list" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "" @@ -4608,7 +4620,7 @@ msgid "Failed to change handle. Please try again." msgstr "" #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:129 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "Failed to copy link" @@ -4700,7 +4712,7 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "Failed to leave group chat" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "" @@ -4781,12 +4793,16 @@ msgstr "" msgid "Failed to remove data. {0}" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:73 -#: src/components/dms/MessageContextMenu.tsx:101 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:111 #: 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 "Failed to remove from list" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "" @@ -4809,7 +4825,7 @@ msgstr "Failed to rescind your request. Please try again." msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:648 +#: src/view/com/composer/Composer.tsx:646 msgid "Failed to save draft" msgstr "" @@ -5116,8 +5132,8 @@ msgstr "Focus the search field" #: 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 "" @@ -5147,8 +5163,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:327 -#: src/view/com/profile/ProfileMenu.tsx:338 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "" @@ -5172,8 +5188,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 "" @@ -5231,8 +5247,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 "" @@ -5247,7 +5263,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 "" @@ -5465,7 +5481,7 @@ msgstr "" msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2603 msgid "GIF uploaded" msgstr "" @@ -5524,8 +5540,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:372 -#: src/view/com/profile/ProfileMenu.tsx:393 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "" @@ -5536,8 +5552,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "" @@ -5545,7 +5561,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 "" @@ -5827,7 +5843,7 @@ msgstr "" msgid "Hide" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "" @@ -5902,7 +5918,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 "" @@ -6081,12 +6097,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 "Image {0}" @@ -6097,7 +6113,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 "Image {0} of {imageCount}" @@ -6112,7 +6128,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 "Image gallery, {0} images" @@ -6208,7 +6224,7 @@ msgstr "In-app, push, everyone" msgid "In-app, push, people you follow" msgstr "In-app, push, people you follow" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "Inbox empty" @@ -6313,7 +6329,7 @@ msgstr "" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:140 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6321,7 +6337,7 @@ msgstr "Invite friends" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:155 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6339,12 +6355,12 @@ msgid "Invite link" msgstr "Invite link" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:213 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "Invite link" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" msgstr "Invite link copied" @@ -6408,7 +6424,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:2518 msgid "Job ID: {0}" msgstr "" @@ -6448,8 +6464,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:1459 +#: src/view/com/composer/Composer.tsx:1469 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6933,9 +6949,9 @@ msgstr "" msgid "Load new posts" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "Loading chatโ€ฆ" @@ -7127,13 +7143,13 @@ msgstr "" msgid "Menu" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "Message" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 +#: 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" @@ -7157,13 +7173,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "" -#: src/components/dms/MessageItem.tsx:531 +#: src/components/dms/MessageItem.tsx:616 msgid "Message failed to send." msgstr "Message failed to send." #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "" @@ -7172,21 +7188,21 @@ msgstr "" msgid "Message from server: {0}" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 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:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "" @@ -7194,11 +7210,11 @@ msgstr "" msgid "Messages" msgstr "" -#: src/components/dms/MessageItem.tsx:630 +#: src/components/dms/MessageItem.tsx:715 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:625 +#: src/components/dms/MessageItem.tsx:710 msgid "Messages from this person are hidden while you are blocking them." msgstr "Messages from this person are hidden while you are blocking them." @@ -7235,8 +7251,8 @@ msgstr "" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "" @@ -7244,7 +7260,7 @@ msgstr "" msgid "Moderation list by <0/>" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "" @@ -7297,8 +7313,8 @@ msgstr "" #: 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 -#: src/view/com/profile/ProfileMenu.tsx:265 msgid "More options" msgstr "" @@ -7336,8 +7352,8 @@ msgstr "Mute {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 -#: src/view/com/profile/ProfileMenu.tsx:457 msgid "Mute account" msgstr "" @@ -7496,7 +7512,7 @@ msgstr "" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:405 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "" @@ -7506,21 +7522,21 @@ msgctxt "action" msgid "New" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: 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:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "" @@ -7608,11 +7624,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 "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} " -#: 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 "" @@ -7734,7 +7750,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 "" @@ -7847,6 +7863,11 @@ msgstr "" msgid "No Starter Packs yet" msgstr "" +#: 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" @@ -7911,7 +7932,7 @@ msgstr "" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:547 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "" @@ -7991,7 +8012,7 @@ msgstr "" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:722 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8024,27 +8045,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:864 +#: src/view/com/composer/Composer.tsx:862 msgid "One or more GIFs is missing alt text." msgstr "" -#: src/view/com/composer/Composer.tsx:861 +#: src/view/com/composer/Composer.tsx:859 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 "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB}ย MB." -#: src/view/com/composer/Composer.tsx:659 +#: src/view/com/composer/Composer.tsx:657 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:869 msgid "One or more videos is missing alt text." msgstr "" @@ -8057,7 +8078,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:233 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}" @@ -8144,9 +8165,9 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2158 msgid "Open emoji picker" msgstr "" @@ -8186,7 +8207,7 @@ msgstr "Open in Google Translate" msgid "Open link to {niceUrl}" msgstr "" -#: src/components/dms/ActionsWrapper.tsx:42 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "" @@ -8287,7 +8308,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 "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." @@ -8303,7 +8324,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 "Opens full image" @@ -8357,7 +8378,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 "" @@ -8839,7 +8860,7 @@ msgstr "" msgid "Porn" msgstr "" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post" msgstr "" @@ -8859,12 +8880,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Post All" msgstr "" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1468 msgid "Post anyway" msgstr "Post anyway" @@ -9041,11 +9062,11 @@ msgstr "" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2592 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing video..." msgstr "" @@ -9091,22 +9112,22 @@ 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:1790 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:1785 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:1774 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:1779 msgid "Publish reply" msgstr "" @@ -9135,7 +9156,7 @@ msgid "QR code has been downloaded!" msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:122 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "" @@ -9294,10 +9315,6 @@ msgstr "" msgid "Reconnect" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "Refresh the page to see it." - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" @@ -9317,12 +9334,14 @@ msgstr "" msgid "Reject join request" msgstr "Reject join request" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9334,7 +9353,6 @@ msgstr "" #: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "" @@ -9469,14 +9487,14 @@ msgstr "" msgid "Remove unavailable moderation services" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:423 -#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "" @@ -9492,8 +9510,8 @@ msgstr "" msgid "Removed by you" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "" @@ -9561,6 +9579,14 @@ msgctxt "description" msgid "Replied to you" msgstr "" +#: src/components/dms/MessageItem.tsx:883 +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 +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 @@ -9578,7 +9604,12 @@ msgstr "" msgid "Replies to this post are disabled." msgstr "" -#: src/view/com/composer/Composer.tsx:1804 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "Reply" + +#: src/view/com/composer/Composer.tsx:1802 msgctxt "action" msgid "Reply" msgstr "" @@ -9616,14 +9647,14 @@ msgstr "" msgid "Reply was successfully hidden" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:490 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "" @@ -9649,7 +9680,7 @@ msgstr "" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "" @@ -9790,7 +9821,7 @@ msgid "Requested" msgstr "Requested" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "Requests" @@ -9898,7 +9929,7 @@ msgstr "" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 #: src/screens/Messages/JoinRequests.tsx:361 @@ -9979,22 +10010,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:1449 #: 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:1421 #: 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:1449 #: 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:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10048,13 +10079,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:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "Say hi to someone" @@ -10084,6 +10115,10 @@ msgstr "" msgid "Scroll right" msgstr "" +#: src/components/dms/MessageItem.tsx:774 +msgid "Scroll to the message this is replying to" +msgstr "Scroll to the message this is replying to" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "" @@ -10174,8 +10209,8 @@ msgstr "" msgid "Search my posts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:308 -#: src/view/com/profile/ProfileMenu.tsx:311 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "" @@ -10420,7 +10455,7 @@ msgstr "" 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 "" @@ -10451,8 +10486,8 @@ msgstr "Send error report" msgid "Send feedback" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "" @@ -10486,7 +10521,7 @@ msgid "Send via direct message" msgstr "" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "Sent at {0}" @@ -10591,7 +10626,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 @@ -10603,7 +10638,7 @@ msgstr "" msgid "Share" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:550 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "" @@ -10667,8 +10702,8 @@ msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:287 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "" @@ -10926,7 +10961,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:1466 msgid "Skip empty posts?" msgstr "Skip empty posts?" @@ -10940,7 +10975,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 "slide" @@ -10997,7 +11032,7 @@ msgid "Someone left the group" msgstr "Someone left the group" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:278 +#: src/components/dms/MessageItem.tsx:347 msgid "Someone reacted {0}" msgstr "" @@ -11022,10 +11057,6 @@ msgstr "Someone was removed" msgid "Someone was removed from the group" msgstr "Someone was removed from the group" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "Something new is here" - #: 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 "" @@ -11069,8 +11100,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 "" @@ -11381,7 +11412,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 "" -#: src/components/dms/MessageItem.tsx:576 +#: src/components/dms/MessageItem.tsx:661 msgid "Tap for details" msgstr "Tap for details" @@ -11438,7 +11469,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:541 +#: src/components/dms/MessageItem.tsx:626 msgid "Tap to retry" msgstr "Tap to retry" @@ -11451,7 +11482,7 @@ msgstr "Tap to show {0} reactions" msgid "Tap to show all reactions" msgstr "Tap to show all reactions" -#: src/components/dms/MessageItem.tsx:304 +#: src/components/dms/MessageItem.tsx:373 msgid "Tap to view reactions" msgstr "Tap to view reactions" @@ -11647,7 +11678,7 @@ msgstr "" msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "" -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "" @@ -11719,7 +11750,7 @@ msgstr "" msgid "There was an issue fetching posts. Tap here to try again." msgstr "" -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "" @@ -11759,12 +11790,12 @@ msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:194 -#: src/view/com/profile/ProfileMenu.tsx:210 -#: src/view/com/profile/ProfileMenu.tsx:225 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "" @@ -12027,13 +12058,13 @@ msgstr "" msgid "This message is hidden" msgstr "This message is hidden" -#: src/components/dms/MessageItem.tsx:574 -#: src/components/dms/MessageItem.tsx:603 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:688 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:573 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:658 +#: src/components/dms/MessageItem.tsx:684 msgid "This message is hidden because you are blocking this user." msgstr "This message is hidden because you are blocking this user." @@ -12071,11 +12102,11 @@ 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:1041 msgid "This post's author has disabled quote posts." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: 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 "" @@ -12268,8 +12299,8 @@ msgstr "" msgid "Topic" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12339,7 +12370,7 @@ msgctxt "action" msgid "Try again" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." msgstr "Try again in a moment." @@ -12361,7 +12392,7 @@ msgstr "" msgid "Two-factor authentication (2FA)" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "" @@ -12427,7 +12458,7 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:641 +#: src/components/dms/MessageItem.tsx:726 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12453,8 +12484,8 @@ msgstr "Unblock {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "" @@ -12504,8 +12535,8 @@ msgstr "" msgid "Unfollow {0}" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:327 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "" @@ -12574,8 +12605,8 @@ msgstr "Unmute {0}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:449 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "" @@ -12667,7 +12698,7 @@ msgstr "" msgid "Unsupported clipboard content" msgstr "Unsupported clipboard content" -#: src/view/com/composer/Composer.tsx:1557 +#: src/view/com/composer/Composer.tsx:1555 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -12680,13 +12711,10 @@ msgstr "Up to 50 people" msgid "Update" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" -msgstr "Update app" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" +msgstr "Update {0} in Lists" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 #: src/components/dialogs/EmailDialog/screens/Update.tsx:308 @@ -12695,6 +12723,10 @@ msgstr "Update app" msgid "Update email" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "Update in Lists" + #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 #: src/screens/Messages/components/InviteLinkDialog.tsx:303 @@ -12706,14 +12738,6 @@ msgstr "Update invite link" msgid "Update to {domain}" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "Update your app" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "Update your app to see it." - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "" @@ -12762,7 +12786,7 @@ msgstr "" msgid "Upload from Library" msgstr "" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2585 msgid "Uploading GIF..." msgstr "" @@ -12776,7 +12800,7 @@ msgstr "" msgid "Uploading link thumbnail..." msgstr "" -#: src/view/com/composer/Composer.tsx:2589 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading video..." msgstr "" @@ -12852,7 +12876,7 @@ msgid "User Blocks You" msgstr "" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "" @@ -12861,7 +12885,7 @@ msgstr "" msgid "User List by {0}" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "" @@ -12928,8 +12952,8 @@ msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:433 -#: src/view/com/profile/ProfileMenu.tsx:436 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "" @@ -13055,7 +13079,7 @@ msgstr "" msgid "Video settings" msgstr "" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2605 msgid "Video uploaded" msgstr "" @@ -13068,11 +13092,11 @@ msgstr "" msgid "Videos" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: 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:1148 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13094,7 +13118,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 "" @@ -13161,7 +13185,7 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1143 msgid "View post" msgstr "" @@ -13235,8 +13259,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 "" @@ -13457,7 +13481,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 "" -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1039 msgid "We're sorry! The post you are replying to has been deleted." msgstr "" @@ -13508,7 +13532,7 @@ msgid "What do you want to call your starter pack?" msgstr "" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1519 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "" @@ -13535,7 +13559,7 @@ msgid "Who can verify?" msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "" @@ -13594,7 +13618,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 "" -#: src/view/com/composer/Composer.tsx:1439 +#: src/view/com/composer/Composer.tsx:1437 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13603,12 +13627,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1617 +#: src/view/com/composer/Composer.tsx:1615 msgid "Write post" msgstr "" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1517 msgid "Write your reply" msgstr "" @@ -13674,7 +13698,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:614 +#: src/components/dms/MessageItem.tsx:699 msgid "You are blocking {0}" msgstr "You are blocking {0}" @@ -13780,11 +13804,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:220 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:1444 +#: src/view/com/composer/Composer.tsx:1442 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13792,11 +13816,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 "" @@ -13809,7 +13833,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." @@ -13819,8 +13843,8 @@ msgstr "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in t msgid "You can update this later from your settings." msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:115 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}}" @@ -13900,6 +13924,7 @@ msgstr "" msgid "You have muted this user" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "" @@ -13928,7 +13953,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:1432 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -13999,11 +14024,11 @@ msgid "You must be following at least seven other people to generate a starter p msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:69 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:89 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 "" @@ -14025,7 +14050,7 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:271 +#: src/components/dms/MessageItem.tsx:340 msgid "You reacted {0}" msgstr "" @@ -14039,6 +14064,18 @@ msgstr "You reacted {0} to {target}" msgid "You recently changed your birthdate" msgstr "" +#: src/components/dms/MessageItem.tsx:804 +msgid "You replied" +msgstr "You replied" + +#: src/components/dms/MessageItem.tsx:802 +msgid "You replied to {originalName}" +msgstr "You replied to {originalName}" + +#: src/components/dms/MessageItem.tsx:800 +msgid "You replied to yourself" +msgstr "You replied to yourself" + #. Displayed when the user has requested to join a group chat. #: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 msgid "You requested to join" @@ -14143,7 +14180,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:644 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14215,11 +14252,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 "" @@ -14311,11 +14348,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:1139 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1136 msgid "Your posts were sent" msgstr "" @@ -14336,7 +14373,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:1138 msgid "Your reply was sent" msgstr "" @@ -14349,7 +14386,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:1467 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/eo/messages.po b/src/locale/locales/eo/messages.po index 6ec8715b66..d6e0de3a18 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-10 21:06\n" +"PO-Revision-Date: 2026-06-17 12:23\n" "Last-Translator: \n" "Language-Team: Esperanto\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "Kategorio \"{interestsDisplayName}\" (aktiva)" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:867 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" -msgstr "" +msgstr "(invitilo al babilejo)" -#: src/components/dms/getMessageInfo.ts:73 +#: 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)" @@ -75,7 +79,7 @@ msgstr "{0, plural, one {# etikedo estas metita} other {# etikedoj estas metitaj msgid "{0, plural, one {# like} other {# likes}}" msgstr "{0, plural, one {# ลato} other {# ลatoj}}" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "{0, plural, one {# ano} other {# anoj}}" @@ -93,11 +97,11 @@ msgstr "{0, plural, one {# monato} other {# monatoj}}" #. 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 {# nova aliฤpeto} other {# novaj aliฤpetoj}}" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:269 +#: src/components/dms/MessageItem.tsx:350 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "{0, plural, one {# homo} other {# homoj}} reagis โ€“ {1}" @@ -118,15 +122,15 @@ msgstr "{0, plural, one {# sekundo} other {# sekundoj}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "{0, plural, one {# nelegita elemento} other {# nelegitaj elementoj}}" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "{0, plural, one {#m} other {#m}}" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "{0} sekvataj" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:703 msgid "{0} is blocking you" msgstr "{0} blokas vin" @@ -273,14 +277,14 @@ msgstr "{0} el 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:345 msgid "{0} reacted {1}" msgstr "{0} reagis per {1}" #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" -msgstr "" +msgstr "{0} estis aligita" #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:58 @@ -326,32 +330,30 @@ msgstr "Profilbildo de {0}" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:143 +#: 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'. -#. placeholder {0}: preview.memberCount -#. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 -msgid "{0}/{1} {2, plural, one {member} other {members}}" -msgstr "" - -#. The number of active group chat members out of the total number allowed. +#. The number of members in a group chat, in the format '{members}/{total} members'. #. placeholder {0}: joinLinkPreview.memberCount +#. placeholder {0}: preview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:329 -msgid "{0}/{1} members" -msgstr "" +#. placeholder {1}: preview.memberLimit +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 +msgid "{0}/{1} {2, plural, one {member} other {members}}" +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 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" -msgstr "" +msgstr "{0}/{imageCount}" #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value @@ -379,7 +381,7 @@ 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 {Neniu aliฤpeto} one {# aliฤpeto} other {# aliฤpetoj}}" #: src/components/dms/SystemMessageGroup.tsx:38 msgid "{count, plural, one {# chat update} other {# chat updates}}" @@ -387,9 +389,9 @@ msgstr "{count, plural, one {# babileja aktualigo} other {# babilejaj aktualigoj #: src/screens/Messages/components/RequestStatus.tsx:74 msgid "{count, plural, one {# new join request} other {# new join requests}}" -msgstr "" +msgstr "{count, plural, one {# nova aliฤpeto} other {# novaj aliฤpetoj}}" -#: src/screens/Messages/components/InboxRequests.tsx:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "{count, plural, one {# peto} other {# petoj}}" @@ -397,32 +399,10 @@ msgstr "{count, plural, one {# peto} other {# petoj}}" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "{count, plural, one {# nelegita elemento} other {# nelegitaj elementoj}}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "" - #. 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 "" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "{count}+" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "{count}+ petoj" +msgstr "{count, plural, one {}other {#+ aliฤpetoj}}" #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" @@ -441,155 +421,155 @@ msgstr "{estimatedTimeHrs, plural, one {horo} other {horoj}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minuto} other {minutoj}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: 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" -#: 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 "{firstAuthorLink} kaj <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}} ลatas vian propran fluon" -#: 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 "{firstAuthorLink} kaj <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}} ลatas vian afiลon" -#: 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 "{firstAuthorLink} kaj <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}} ลatas vian reafiลon" -#: 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 "{firstAuthorLink} kaj <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}} forigis iliajn konfirmojn el via konto" -#: 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 "{firstAuthorLink} kaj <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}} reafiลis vian afiลon" -#: 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 "{firstAuthorLink} kaj <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}} reafiลis vian reafiลon" -#: 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 "{firstAuthorLink} kaj <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}} registriฤis kun via startpako" -#: 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 "{firstAuthorLink} kaj <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}} konfirmis vin" -#: src/view/com/notifications/NotificationFeedItem.tsx:367 +#: src/view/com/notifications/NotificationFeedItem.tsx:373 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} eksekvis vin" -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} eksekvis vin reciproke" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} ลatas vian propran fluon" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} ลatas vian afiลon" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:512 msgid "{firstAuthorLink} liked your repost" msgstr "{firstAuthorLink} ลatas vian reafiลon" -#: src/view/com/notifications/NotificationFeedItem.tsx:479 +#: src/view/com/notifications/NotificationFeedItem.tsx:485 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} forigis ties konfirmon el via konto" -#: src/view/com/notifications/NotificationFeedItem.tsx:334 +#: src/view/com/notifications/NotificationFeedItem.tsx:340 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} reafiลis vian afiลon" -#: src/view/com/notifications/NotificationFeedItem.tsx:530 +#: src/view/com/notifications/NotificationFeedItem.tsx:536 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink} reafiลis vian reafiลon" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:431 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} registriฤis kun via startpako" -#: src/view/com/notifications/NotificationFeedItem.tsx:454 +#: src/view/com/notifications/NotificationFeedItem.tsx:460 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} konfirmis vin" -#: 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 "{firstAuthorName} kaj {additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}} eksekvis vin" -#: 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 "{firstAuthorName} kaj {additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}} ลatas vian propran fluon" -#: 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 "{firstAuthorName} kaj {additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}} ลatas vian afiลon" -#: 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 "{firstAuthorName} kaj {additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}} ลatas vian reafiลon" -#: 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 "{firstAuthorName} kaj {additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}} forigis iliajn konfirmojn el via konto" -#: 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 "{firstAuthorName} kaj {additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}} reafiลis vian afiลon" -#: 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 "{firstAuthorName} kaj {additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}} reafiลis vian reafiลon" -#: 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 "{firstAuthorName} kaj {additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}} registriฤis kun via startpako" -#: 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 "{firstAuthorName} kaj {additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}} konfirmis vin" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:359 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} eksekvis vin" -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} eksekvis vin reciproke" -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} ลatas vian propran fluon" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} ลatas vian afiลon" -#: src/view/com/notifications/NotificationFeedItem.tsx:492 +#: src/view/com/notifications/NotificationFeedItem.tsx:498 msgid "{firstAuthorName} liked your repost" msgstr "{firstAuthorName} ลatas vian reafiลon" -#: src/view/com/notifications/NotificationFeedItem.tsx:465 +#: src/view/com/notifications/NotificationFeedItem.tsx:471 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} forigis ties konfirmon el via konto" -#: src/view/com/notifications/NotificationFeedItem.tsx:320 +#: src/view/com/notifications/NotificationFeedItem.tsx:326 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} reafiลis vian afiลon" -#: src/view/com/notifications/NotificationFeedItem.tsx:516 +#: src/view/com/notifications/NotificationFeedItem.tsx:522 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName} reafiลis vian reafiลon" -#: src/view/com/notifications/NotificationFeedItem.tsx:411 +#: src/view/com/notifications/NotificationFeedItem.tsx:417 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} registriฤis kun via startpako" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} konfirmis vin" @@ -600,7 +580,7 @@ msgstr "{following} sekvataj" #: src/components/dms/components/GroupChatProfileCard.tsx:62 #: src/components/dms/InitiateChatFlow.tsx:945 msgid "{handle} canโ€™t be added" -msgstr "" +msgstr "{handle} nealigeblas" #: src/components/dialogs/SearchablePeopleList.tsx:459 msgid "{handle} can't be messaged" @@ -621,12 +601,12 @@ msgstr "{hours, plural, one {# horo} other {# horoj}}" #. 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}+ novaj aliฤpetoj" #: 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}+ novaj aliฤpetoj" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack #: src/components/StarterPack/StarterPackCard.tsx:102 @@ -652,19 +632,19 @@ msgstr "{MAX_HIDDEN_REPLIES, plural, one {Vi povas kaลi maksimume # respondon.} #. 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 "{minutes, plural, one {# minuto} other {# minutoj}}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "{name} reagis per {0} al {target}" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "{name}: {message}" @@ -697,6 +677,18 @@ msgstr "{profileName} aliฤis al Bluesky uzante startpakon antaลญ {timeAgoString msgid "{rank}." msgstr "{rank}." +#: src/components/dms/MessageItem.tsx:813 +msgid "{replierDisplayName} replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:809 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:807 +msgid "{replierDisplayName} replied to you" +msgstr "" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -729,7 +721,7 @@ msgstr "Konfirmoj de {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 @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "Aro de popularaj fluoj, kiujn vi povas trovi ฤ‰e Bluesky, inkluzive de News, Booksky, Game Dev, Blacksky kaj Fountain Pens" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "mesaฤo" @@ -873,8 +875,8 @@ msgstr "Reta eraro okazis. Bonvolu kontroli vian interretan konekton" #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 #: src/screens/Messages/JoinRequests.tsx:192 #: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." @@ -909,7 +911,7 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:109 msgid "A selected recipient is not followed by the sender." -msgstr "" +msgstr "Elektita ricevonto ne estas sekvata de la sendanto." #: src/Navigation.tsx:465 #: src/screens/Settings/AboutSettings.tsx:78 @@ -920,7 +922,7 @@ msgstr "Pri" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Abusive or discriminatory behavior" -msgstr "" +msgstr "Insulta aลญ diskriminacia konduto" #. Accept a chat request #: src/screens/Messages/components/RequestButtons.tsx:287 @@ -939,7 +941,7 @@ msgstr "Akcepti babilpeton" #: src/screens/Messages/JoinRequests.tsx:458 msgid "Accept join request" -msgstr "" +msgstr "Akcepti aliฤpeton" #. Accept a chat request #: src/screens/Messages/components/IncomingRequestListItem.tsx:51 @@ -953,9 +955,9 @@ 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 "" +msgstr "Akceptitaj konversacioj" -#: src/components/intents/GroupChatJoinDialog.tsx:113 +#: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -980,12 +982,12 @@ msgstr "Konto" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "Konto blokita" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "Konto eksekvita" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "Konto estas malaktivigita" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "Konto silentigita" @@ -1028,18 +1030,18 @@ msgstr "Konto forigita el la rapidatingo" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "Konto malblokita" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "Konto ne plu sekvata" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "Konto malsilentigita" @@ -1054,12 +1056,13 @@ msgstr "Kontoj kun gravurita blua kontrolmarko<0><1/>povas kontroli aliulojn msgid "Activity from others" msgstr "Agado de aliuloj" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "Aldoni" @@ -1112,11 +1115,11 @@ msgstr "Aldoni alternativan tekston (nedeviga)" msgid "Add another account" msgstr "Aldoni plian konton" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1518 msgid "Add another post" msgstr "Aldoni plian afiลon" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2181 msgid "Add another post to thread" msgstr "Aldoni plian afiลon al fadeno" @@ -1132,11 +1135,11 @@ msgstr "Aldoni apan pasvorton" #: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" -msgstr "" +msgstr "Aldoni aลญtomatigan etikedon al konto" #: src/components/dms/EmojiReactionPicker.web.tsx:31 msgid "Add emoji reaction" -msgstr "Aldoni emoฤian reagon" +msgstr "Aldoni emoฤi-reagon" #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" @@ -1182,13 +1185,13 @@ msgstr "Aldoni silentigitajn vortojn kaj kradvortojn" msgid "Add people" msgstr "Aldoni homojn" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "Aldoni homojn al la listo" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:191 msgid "Add people with a link" -msgstr "" +msgstr "Aldoni homojn per ligilo" #: src/components/dms/EmojiPopup.android.tsx:56 msgid "Add Reaction" @@ -1214,8 +1217,8 @@ msgstr "Aldonu jenan DNS-rikordon al via domajno:" msgid "Add this feed to your feeds" msgstr "Aldoni ฤ‰i tiun fluon al viaj fluoj" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "Aldoni al listoj" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "Aldoni al konservitaj afiลoj" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "Aldoni al startpakoj" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "Aldoni uzanton al la listo" @@ -1246,8 +1249,8 @@ msgstr "Aligita de {0}" msgid "Added by invite link" msgstr "Aligita per invitligilo" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "Aldonita al listo" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "ludoviko@ekzemplo.com" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "ฤˆiuj" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "ฤˆiuj {0}" @@ -1521,7 +1524,7 @@ msgid "An error occurred while loading your lists :/" msgstr "Eraro okazis dum ลargado de viaj listoj :/" #: src/components/StarterPack/QrCodeDialog.tsx:81 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:103 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "Eraro okazis dum konservado de la QR-kodo!" @@ -1550,7 +1553,7 @@ msgstr "Eraro okazis. {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 "Ilustraฤตo, kiu prezentas profilbildojn fluantajn el kontaktlibro en la apon Bluesky" #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:35 msgid "An illustration of several Bluesky posts alongside repost, like, and comment icons" @@ -1558,7 +1561,7 @@ msgstr "Ilustraฤตo montranta plurajn Bluesky-afiลojn apud piktogramoj de reafi #: 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 "Ilustraฤตo de la apo Bluesky kun papera aviadilo, kiu elflugas el ฤi, simboligante la invitadon de amikoj" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 #: src/components/verification/VerifierDialog.tsx:88 @@ -1567,7 +1570,7 @@ msgstr "Ilustraฤตo montranta ke Bluesky elektas fidatajn konfirmantojn kaj poste #: 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 "Invitilo ebligas al homoj la aliฤon al ฤ‰i tiu grupa babilejo sen rekta aldono. Vi decidas, kiu povas aliฤi al la babilejo. Vi povos malลalti la ligilon kiam ajn vi volos." #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" @@ -1575,11 +1578,11 @@ msgstr "Problemo neinkludita inter ฤ‰i tiuj opcioj" #: src/components/dms/dialogs/NewChatDialog.tsx:92 msgid "An issue occurred creating the group chat, please try again." -msgstr "" +msgstr "Problemo okazis kreante la grupan babilejon, bonvolu reprovi." #: src/components/dms/dialogs/NewChatDialog.tsx:54 msgid "An issue occurred starting the chat, please try again." -msgstr "" +msgstr "Problemo okazis komencante la babilejon, bonvolu reprovi." #: src/components/dms/dialogs/ShareViaChatDialog.tsx:50 msgid "An issue occurred while trying to open the chat" @@ -1589,8 +1592,8 @@ msgstr "Problemo okazis dum provo malfermi la babilejon" #: 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 "Problemo okazis, bonvolu reprovi." @@ -1613,11 +1616,11 @@ msgstr "kaj" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 msgid "Animal sexual abuse" -msgstr "" +msgstr "Seksperforto al bestoj" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 msgid "Animal welfare" -msgstr "" +msgstr "Besta bonfarto" #: src/lib/interests.ts:52 msgid "Animals" @@ -1643,9 +1646,9 @@ msgstr "ฤˆiuj" msgid "Anyone can interact" msgstr "ฤˆiu povas interagi" -#: src/components/intents/GroupChatJoinDialog.tsx:340 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" -msgstr "" +msgstr "ฤˆiu povas aliฤi" #: src/screens/Messages/components/InviteLinkDialog.tsx:153 #: src/screens/Messages/components/InviteLinkDialog.tsx:154 @@ -1722,7 +1725,7 @@ msgstr "Apelacii pri la etikedo \"{0}\"" #: src/features/liveNow/components/GoLiveDisabledDialog.tsx:93 msgid "Appeal livestream suspension" -msgstr "" +msgstr "Apelacii pri la suspendo de tujelsendo" #: src/components/moderation/LabelsOnMeDialog.tsx:272 #: src/features/liveNow/components/GoLiveDisabledDialog.tsx:83 @@ -1796,8 +1799,8 @@ msgstr "ฤˆu vi certas, ke vi volas forigi ฤ‰i tiun startpakon?" msgid "Are you sure you want to discard your changes?" msgstr "ฤˆu vi certas, ke vi volas forฤตeti viajn ลanฤojn?" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "ฤˆu vi certas ke vi volas foriri el {groupName}?" @@ -1807,18 +1810,18 @@ msgstr "ฤˆu vi certas ke vi volas foriri el ฤ‰i tiu konversacio?" #: 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 "ฤˆu vi certas, ke vi volas forlasi ฤ‰i tiun konversacion? La mesaฤoj estos forigitaj por vi, sed ne por la aliaj partoprenantoj." #: src/components/FeedCard.tsx:374 msgid "Are you sure you want to remove this from your feeds?" msgstr "ฤˆu vi certas, ke vi volas forigi ฤ‰i tion el viaj fluoj?" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 msgid "Are you sure you want to rescind your request to join {0}?" -msgstr "" +msgstr "ฤˆu vi certas, ke vi volas nuligi vian aliฤpeton al {0}?" -#: src/view/com/composer/Composer.tsx:1656 +#: src/view/com/composer/Composer.tsx:1654 msgid "Are you sure you'd like to discard this post?" msgstr "ฤˆu vi certas, ke vi volas forฤตeti ฤ‰i tiun afiลon?" @@ -1864,12 +1867,12 @@ msgstr "Aลญtomata konto" #: src/screens/Settings/AccountSettings.tsx:157 #: src/screens/Settings/AccountSettings.tsx:160 msgid "Automation label" -msgstr "" +msgstr "Aลญtomatiga etikedo" #: src/Navigation.tsx:412 #: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" -msgstr "" +msgstr "Aลญtomatiga etikedo" #: src/screens/Settings/ContentAndMediaSettings.tsx:118 #: src/screens/Settings/ContentAndMediaSettings.tsx:124 @@ -1918,7 +1921,7 @@ msgstr "Reveni al babilejoj" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 msgid "Banned activities or security violations" -msgstr "" +msgstr "Malpermesitaj agadoj aลญ sekurecaj malobservoj" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 msgid "Banned user returning" @@ -1958,10 +1961,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:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2009,8 +2012,8 @@ msgstr "Bloki {displayName}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "Bloki konton" @@ -2025,13 +2028,13 @@ msgstr "Bloki kontojn" #: src/components/dms/AfterReportDialog.tsx:148 msgid "Block and delete" -msgstr "" +msgstr "Bloki kaj forigi" #. After-report action for a conversation #: src/components/dms/AfterReportConversationDialog.tsx:167 msgctxt "button" msgid "Block and leave" -msgstr "" +msgstr "Bloki kaj foriri" #: src/screens/ProfileList/components/SubscribeMenu.tsx:119 msgid "Block list" @@ -2065,7 +2068,7 @@ msgstr "Bloki uzanton kaj/aลญ forigi ฤ‰i tiun konversacion" #: src/components/dms/AfterReportConversationDialog.tsx:217 msgid "Block user and/or leave this conversation" -msgstr "" +msgstr "Bloki uzanton kaj/aลญ foriri el ฤ‰i tiu konversacio" #: src/components/Post/Embed/index.tsx:216 msgid "Blocked" @@ -2088,6 +2091,10 @@ 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." @@ -2196,7 +2203,7 @@ msgstr "Kontraลญo de retejaj reguloj" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:200 msgid "Bring up to 50 friends together in one chat." -msgstr "" +msgstr "Kunigu ฤis 50 amikojn en unu babilejo." #: src/view/com/feeds/ProfileFeedgens.tsx:167 #: src/view/com/feeds/ProfileFeedgens.tsx:168 @@ -2260,7 +2267,7 @@ msgstr "Butono por reveni al la hejma novaฤตfluo" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:181 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2269,20 +2276,20 @@ msgstr "De {0}" #. placeholder {0}: authorProfile.handle #: src/components/Post/Embed/StandardSiteEmbed/StandardSiteMetaRow.tsx:77 msgid "by @{0}" -msgstr "" +msgstr "de @{0}" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:363 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "De <0>{0}" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" -msgstr "" +msgstr "De <0>{ownerDisplayName}" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:182 msgid "By clicking \"Continue\" you acknowledge that you understand and agree to these updates." @@ -2290,7 +2297,7 @@ msgstr "Alklakante \"Daลญrigi\" vi kvitancas, ke vi komprenas kaj konsentas pri #: 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 "Daลญrigante, vi konsentas pri ฤ‰i tiu uzo. Se vi iam volas ลanฤi ฤ‰i tion, vizitu la agordejon. <0>Ekscii pli" #: src/screens/Signup/StepInfo/Policies.tsx:76 msgid "By creating an account you agree to the <0>Privacy Policy." @@ -2348,10 +2355,10 @@ msgstr "" #: src/screens/Deactivated.tsx:150 #: src/screens/Messages/components/InviteLinkDialog.tsx:500 #: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,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:1732 +#: src/view/com/composer/Composer.tsx:1742 #: 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 @@ -2380,6 +2387,10 @@ msgstr "Nuligi citadon de afiลo" msgid "Cancel reactivation and sign out" msgstr "Nuligi reaktivigon kaj elsaluti" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "Nuligi serฤ‰on" @@ -2406,7 +2417,7 @@ msgstr "karuselo" #: src/components/RichTextTag.tsx:53 msgid "Cashtag {tag}" -msgstr "" +msgstr "Dolarvorto {tag}" #: src/components/Post/Translated/index.tsx:439 #: src/screens/Settings/components/Email2FAToggle.tsx:31 @@ -2481,7 +2492,7 @@ msgstr "ลœanฤoj al la startpako ne estos reflektota en la listo post kreo. La l #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,7 +2509,7 @@ msgid "Chat ended" msgstr "Babilejo finiฤis" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:256 +#: src/components/intents/GroupChatJoinDialog.tsx:269 #: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" msgstr "" @@ -2520,18 +2531,18 @@ msgctxt "toast" msgid "Chat muted" msgstr "Babilejo silentigita" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." -msgstr "" +msgstr "Babilejo netrovita." -#: src/components/moderation/BlockDialog.tsx:292 +#: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:73 msgid "Chat recipient is not followed by the sender." -msgstr "" +msgstr "Babileja ricevonto ne estas sekvata de la sendanto." #: src/Navigation.tsx:511 msgid "Chat request inbox" @@ -2544,10 +2555,10 @@ msgstr "Babilpetoj" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "Agordoj de babilejo" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Babilejo malsilentigita" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "Babilejoj" @@ -2599,7 +2610,7 @@ msgstr "Infana protekto" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 msgid "Child Sexual Abuse Material (CSAM)" -msgstr "" +msgstr "Enhavo rilata al infana seksperforto (CSAM)" #: src/screens/Settings/components/ChangeHandleDialog.tsx:401 msgid "Choose domain verification method" @@ -2698,7 +2709,7 @@ msgstr "Klaku ฤ‰i tie por krei aลญ administri invitligilon por ฤ‰i tiu grupa bab #: src/ageAssurance/components/NoAccessScreen.tsx:263 msgid "Click here to delete your account" -msgstr "" +msgstr "Alklaku ฤ‰i tie por forigi vian konton" #: src/ageAssurance/components/NoAccessScreen.tsx:254 msgid "Click here to log out" @@ -2731,7 +2742,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:533 +#: src/components/dms/MessageItem.tsx:622 msgid "Click to retry failed message" msgstr "Alklaku por reprovi sendi mesaฤon" @@ -2745,6 +2756,7 @@ msgstr "Alklaku por reprovi sendi mesaฤon" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "Alklaku por reprovi sendi mesaฤon" #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:233 -#: src/components/intents/GroupChatJoinDialog.tsx:268 +#: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2802,11 +2814,7 @@ msgstr "Fermi averton" #: src/screens/Messages/components/RequestStatus.tsx:82 msgid "Close banner" -msgstr "" - -#: src/view/com/util/BottomSheetCustomBackdrop.tsx:36 -msgid "Close bottom drawer" -msgstr "Fermi la suban flankmenuon" +msgstr "Fermi rubandon" #. Accessibility label for the button that dismisses the GIF picker error dialog. #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:223 @@ -2822,7 +2830,7 @@ msgstr "Fermi la suban flankmenuon" msgid "Close dialog" msgstr "Fermi la dialogujon" -#: src/view/shell/index.web.tsx:129 +#: src/view/shell/index.web.tsx:127 msgid "Close drawer menu" msgstr "Fermi la flankmenuon" @@ -2844,16 +2852,16 @@ msgstr "Fermi menuon" #: src/features/inviteFriends/InviteScannerScreen.tsx:167 msgid "Close scanner" -msgstr "" +msgstr "Fermi skanilon" #: src/screens/Messages/components/RequestStatus.tsx:83 msgid "Close the incoming requests banner" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:226 -#: src/components/intents/GroupChatJoinDialog.tsx:227 -#: src/components/intents/GroupChatJoinDialog.tsx:263 -#: src/components/intents/GroupChatJoinDialog.tsx:264 +#: 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 msgid "Close this dialog" msgstr "Fermi ฤ‰i tiun dialogujon" @@ -2866,21 +2874,21 @@ msgstr "Fermi bonvenon-fenestron" msgid "Closes password update alert" msgstr "Fermas la averton pri pasvorta ฤisdatigo" -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1740 msgid "Closes post composer and discards post draft" msgstr "Fermas afiลan redaktilon kaj forฤตetas afiลan malneton" -#: src/view/com/notifications/NotificationFeedItem.tsx:605 +#: src/view/com/notifications/NotificationFeedItem.tsx:611 msgid "Collapse list of users" msgstr "Maletendi liston de uzantoj" -#: src/view/com/notifications/NotificationFeedItem.tsx:953 +#: src/view/com/notifications/NotificationFeedItem.tsx:959 msgid "Collapses list of users for a given notification" msgstr "Maletendas liston de uzantoj por donita sciigo" #: src/features/inviteFriends/components/ThemePicker.tsx:66 msgid "Color" -msgstr "" +msgstr "Koloro" #: src/components/dialogs/Embed.tsx:150 #: src/screens/Settings/AppearanceSettings.tsx:81 @@ -2920,7 +2928,7 @@ msgid "Compose new post" msgstr "Krei novan afiลon" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1618 +#: src/view/com/composer/Composer.tsx:1616 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Krei afiลojn maksimume {0, plural, one {# signon}other {# signojn}} longajn" @@ -2928,11 +2936,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:2580 +#: src/view/com/composer/Composer.tsx:2578 msgid "Compressing GIF..." msgstr "Densigado de GIF..." -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing video..." msgstr "Densigado de videaฤตo..." @@ -3100,7 +3108,7 @@ msgstr "Pluiri al la sekva paลo" msgid "Conversation" msgstr "Konversacio" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "Konversacio forigita" @@ -3114,7 +3122,7 @@ msgstr "Konversacio forigita" #: src/components/dms/AfterReportConversationDialog.tsx:179 msgctxt "toast" msgid "Conversation left" -msgstr "" +msgstr "Konversacio forlasita" #: src/components/dms/LeaveConvoPrompt.tsx:40 #: src/screens/Messages/JoinRequests.tsx:196 @@ -3127,7 +3135,7 @@ msgid "Copied build version to clipboard" msgstr "Versio kopiita al tondujo" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3154,12 @@ msgstr "Kopiita!" msgid "Copies build version to clipboard" msgstr "Kopias version al tondujo" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:198 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:265 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "Kopii" @@ -3159,8 +3167,8 @@ msgstr "Kopii" msgid "Copy App Password" msgstr "Kopii apan pasvorton" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "Kopii URI-on at://" @@ -3175,8 +3183,8 @@ msgid "Copy code" msgstr "Kopii kodon" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "Kopii DID-on" @@ -3184,9 +3192,9 @@ msgstr "Kopii DID-on" msgid "Copy host" msgstr "Kopii gastiganton" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:254 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" -msgstr "" +msgstr "Kopii invitilon" #: src/components/dms/ChatInvite/Root.tsx:91 #: src/components/StarterPack/ShareDialog.tsx:115 @@ -3210,8 +3218,8 @@ msgstr "Kopii ligilon al listo" msgid "Copy link to post" msgstr "Kopii ligilon al afiลo" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "Kopii ligilon al profilo" @@ -3219,8 +3227,8 @@ msgstr "Kopii ligilon al profilo" msgid "Copy link to starter pack" msgstr "Kopii ligilon al startpako" -#: src/components/dms/MessageContextMenu.tsx:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "Kopii mesaฤan tekston" @@ -3249,7 +3257,7 @@ msgstr "Kopii la valoron de la TXT-rikordo" msgid "Copyright Policy" msgstr "Regularo pri kopirajto" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" msgstr "" @@ -3261,13 +3269,13 @@ msgstr "Ne eblis konekti al propra fluo" msgid "Could not connect to feed service" msgstr "Ne eblis konekti al la servo de fluo" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:120 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" -msgstr "" +msgstr "Ne eblis kopii โ€“ bonvolu reprovi" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" -msgstr "" +msgstr "Ne eblis elลuti โ€“ bonvolu reprovi" #: src/screens/Messages/components/MessageInputEmbed.tsx:200 msgid "Could not fetch post" @@ -3294,9 +3302,9 @@ msgstr "Ne eblis eksekvi ฤ‰iujn trovitajn kontaktojn. {0}" msgid "Could not leave chat" msgstr "Ne eblis foriri el babilejo" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." -msgstr "" +msgstr "Ne eblis foriri el la babilejo." #: src/screens/Profile/ProfileFeed/index.tsx:73 msgid "Could not load feed" @@ -3308,9 +3316,9 @@ msgstr "Ne eblis ลargi fluon" msgid "Could not load list" msgstr "Ne eblis ลargi liston" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:169 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" -msgstr "" +msgstr "Ne eblis ลargi profilon" #: src/components/dms/ConvoMenu.tsx:212 msgid "Could not mute chat" @@ -3320,7 +3328,7 @@ msgstr "Ne eblis silentigi babilejon" msgid "Could not process your video" msgstr "Ne eblis trakti vian videaฤตon" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." msgstr "" @@ -3329,7 +3337,7 @@ msgstr "" msgid "Could not save changes: {0}" msgstr "Ne eblis konservi ลanฤojn: {0}" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" msgstr "" @@ -3344,7 +3352,7 @@ msgstr "Ne eblis alลuti kontaktojn. {0}" #: src/components/contacts/screens/GetContacts.tsx:165 msgid "Could not upload contacts. You need to re-verify your phone number to proceed" -msgstr "Ne eblis alลuti kontaktojn. Vi bezonas rekonfirmi vian telefononumeron por daลญrigi" +msgstr "Ne eblis alลuti kontaktojn. Vi bezonas rekonfirmi vian telefonnumeron por daลญrigi" #. Title of the error screen shown when the GIF provider request fails. #: src/features/gifPicker/components/GifPickerPlaceholder.tsx:51 @@ -3394,12 +3402,12 @@ msgstr "Krei startpakon por mi" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:314 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3457,13 @@ msgstr "Krei liston el startpako" msgid "Create moderation list" msgstr "Krei la kontrol-liston" -#: src/screens/Messages/JoinRequest.tsx:308 +#: 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 "Krei novan konton" -#: src/screens/Messages/ConversationSettings/index.tsx:553 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "Krei aลญ modifi invitligilon por ฤ‰i tiu grupa babilejo" @@ -3479,7 +3487,7 @@ msgstr "Krei liston de uzantoj" #. placeholder {0}: i18n.date(createdAt, { dateStyle: 'long', timeStyle: 'short', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) #: src/screens/Messages/components/InviteLinkDialog.tsx:355 -#: src/screens/Messages/ConversationSettings/index.tsx:505 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "Kreita {0}" @@ -3494,7 +3502,7 @@ msgstr "Kulturo" #: src/components/moderation/BlockDialog.tsx:378 msgid "Current chat" -msgstr "" +msgstr "Nuna babilejo" #: src/components/dialogs/ServerInput.tsx:152 #: src/components/dialogs/ServerInput.tsx:154 @@ -3539,11 +3547,11 @@ msgstr "Naskiฤdato" #: src/features/inviteFriends/components/ThemePicker.tsx:28 msgid "Dawn" -msgstr "" +msgstr "Mateniฤo" #: src/features/inviteFriends/components/ThemePicker.tsx:29 msgid "Day" -msgstr "" +msgstr "Tago" #: src/screens/Settings/AccountSettings.tsx:179 #: src/screens/Settings/AccountSettings.tsx:184 @@ -3561,7 +3569,7 @@ msgstr "Panelo de sencimigo" #: src/view/com/composer/select-language/SuggestedLanguage.tsx:469 msgid "Decline this language suggestion" -msgstr "" +msgstr "Malakcepti ฤ‰i tiun proponon de lingvo" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 msgid "Deepfake adult content" @@ -3624,7 +3632,7 @@ msgstr "Forigi kontaktojn" msgid "Delete conversation" msgstr "Forigi konversacion" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "Forigi por mi" @@ -3637,7 +3645,7 @@ msgstr "Forigi liston" msgid "Delete message" msgstr "Forigi mesaฤon" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "Forigi mesaฤon por mi" @@ -3647,7 +3655,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:1630 +#: src/view/com/composer/Composer.tsx:1628 msgid "Delete post" msgstr "Forigi afiลon" @@ -3689,6 +3697,10 @@ 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 @@ -3794,9 +3806,9 @@ msgstr "Malลaltita" #: 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:1411 +#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1661 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3819,14 @@ msgstr "Forฤตeti" msgid "Discard changes?" msgstr "ฤˆu forฤตeti ลanฤojn?" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1409 #: 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:1428 -#: src/view/com/composer/Composer.tsx:1655 +#: src/view/com/composer/Composer.tsx:1426 +#: src/view/com/composer/Composer.tsx:1653 msgid "Discard post?" msgstr "ฤˆu forฤตeti afiลon?" @@ -3852,7 +3864,7 @@ msgstr "Ignori" msgid "Dismiss banner" msgstr "Fermi rubandon" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2499 msgid "Dismiss error" msgstr "Ignori eraron" @@ -3879,7 +3891,7 @@ msgstr "Ignori ฤ‰i tiun proponon" #: src/features/inviteFriends/InviteScannerScreen.tsx:168 msgid "Dismisses the QR scanner" -msgstr "" +msgstr "Forฤตeti la QR-skanilon" #: src/screens/Settings/AccessibilitySettings.tsx:70 #: src/screens/Settings/AccessibilitySettings.tsx:75 @@ -3949,8 +3961,8 @@ msgstr "Ne maltrankvilu! ฤˆiuj ekzistantaj mesaฤoj kaj agordoj estas konservita #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:146 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3975,7 @@ msgstr "Ne maltrankvilu! ฤˆiuj ekzistantaj mesaฤoj kaj agordoj estas konservita msgid "Done" msgstr "Farite" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "Farite" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:520 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" @@ -3983,7 +3989,7 @@ msgstr "Duoble tuลeti por ลati" #: src/features/inviteFriends/components/ActionButtons.tsx:36 msgid "Download" -msgstr "" +msgstr "Elลuti" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:329 msgid "Download Bluesky" @@ -4005,20 +4011,20 @@ msgstr "Elลuti bildon" #: src/features/inviteFriends/components/ActionButtons.tsx:31 msgid "Download invite QR code" -msgstr "" +msgstr "Elลuti invitan QR-kodon" #: src/screens/Settings/components/ExportCarDialog.tsx:118 msgid "Download profile data" -msgstr "" +msgstr "Elลuti profilajn datumojn" #: src/screens/Settings/components/ExportCarDialog.tsx:123 msgctxt "button" msgid "Download profile data" -msgstr "" +msgstr "Elลuti profilajn datumojn" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 msgid "Doxxing" -msgstr "" +msgstr "Malkaลo de privataj informoj" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 #: src/view/com/composer/drafts/DraftsButton.tsx:70 @@ -4041,7 +4047,7 @@ msgstr "Daลญro:" #: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Dusk" -msgstr "" +msgstr "Vesperruฤo" #: src/screens/Settings/components/ChangeHandleDialog.tsx:237 msgid "e.g. alice" @@ -4087,8 +4093,8 @@ msgstr "Manฤadaj perturboj" msgid "Edit" msgstr "Redakti" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "Redakti" @@ -4102,8 +4108,8 @@ msgstr "Redakti profilbildon" msgid "Edit Feeds" msgstr "Redakti fluojn" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "Redakti grupan nomon" @@ -4125,12 +4131,12 @@ msgstr "Redakti interesojn" #: src/screens/Messages/JoinRequests.tsx:299 msgid "Edit invite link" -msgstr "" +msgstr "Redakti invitilon" #: src/screens/Messages/JoinRequests.tsx:305 msgctxt "button" msgid "Edit invite link" -msgstr "" +msgstr "Redakti invitilon" #: src/screens/Messages/components/InviteLinkDialog.tsx:369 msgid "Edit link settings" @@ -4141,8 +4147,8 @@ msgstr "Redakti agordojn de ligilo" msgid "Edit list details" msgstr "Redakti detalojn de listo" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "Redakti tujelsendan staton" @@ -4155,7 +4161,7 @@ msgstr "Redakti la kontrol-liston" msgid "Edit My Feeds" msgstr "Redakti miajn fluojn" -#: src/screens/Messages/ConversationSettings/index.tsx:540 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "Redakti nomon" @@ -4184,8 +4190,8 @@ msgstr "Redakti profilon" msgid "Edit starter pack" msgstr "Redakti startpakon" -#: src/screens/Messages/ConversationSettings/index.tsx:486 -#: src/screens/Messages/ConversationSettings/index.tsx:539 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "Redakti nomon de ฤ‰i tiu grupa babilejo" @@ -4318,7 +4324,7 @@ msgstr "ลœalti nur ฤ‰i tiun fonton" #: src/screens/Settings/ContentAndMediaSettings.tsx:134 #: src/screens/Settings/ContentAndMediaSettings.tsx:148 msgid "Enable trending topics" -msgstr "Videbligi popularajn temojn" +msgstr "Videbligi furorajn temojn" #: src/screens/Settings/ContentAndMediaSettings.tsx:155 #: src/screens/Settings/ContentAndMediaSettings.tsx:169 @@ -4339,7 +4345,7 @@ msgstr "Certiฤu, ke vi elektis lingvon por ฤ‰iu subteksta dosiero." #: src/components/contacts/screens/VerifyNumber.tsx:231 msgid "Enter 6-digit code that was sent to your phone number" -msgstr "Entajpu la 6-cifran kodon senditan al via telefononumero" +msgstr "Entajpu la 6-cifran kodon senditan al via telefonnumero" #: src/screens/Login/SetNewPasswordForm.tsx:149 msgid "Enter a password" @@ -4402,7 +4408,7 @@ msgstr "ลœaltas plenekranon" msgid "Entertainment" msgstr "Amuzo" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2598 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Eraro" @@ -4481,7 +4487,7 @@ msgstr "Malลalti plenekranon" msgid "Expand alt text" msgstr "Etendi alternativan tekston" -#: src/view/com/notifications/NotificationFeedItem.tsx:606 +#: src/view/com/notifications/NotificationFeedItem.tsx:612 msgid "Expand list of users" msgstr "Etendi liston de uzantoj" @@ -4594,18 +4600,22 @@ msgstr "Malsukcesis akcepti babilejon" #: src/screens/Messages/JoinRequests.tsx:190 msgid "Failed to accept join request" -msgstr "" +msgstr "Malsukcesis akcepti aliฤpeton" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" -msgstr "Malsukcesis aldoni emoฤian reagon" +msgstr "Malsukcesis aldoni emoฤi-reagon" #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:45 #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:63 msgid "Failed to add members" msgstr "Malsukcesis aligi anojn" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "Malsukcesis aldoni al la startpako" @@ -4615,7 +4625,7 @@ msgid "Failed to change handle. Please try again." msgstr "Malsukcesis ลanฤi identigilon. Bonvolu reprovi." #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:129 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "Malsukcesis kopii ligilon" @@ -4664,7 +4674,7 @@ msgstr "Malsukcesis malลalti invitligilon" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "Fiaskis malkonekti Germ DM. Eraro: {0}" -#: src/screens/Messages/ConversationSettings/index.tsx:374 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "Malsukcesis ลanฤi nomon de grupa babilejo" @@ -4690,24 +4700,24 @@ msgstr "Fiaskis kaลi proponojn, bonvolu kontroli vian interretan konekton" #: src/screens/Messages/JoinRequests.tsx:223 msgid "Failed to ignore join request" -msgstr "" +msgstr "Malsukcesis ignori aliฤpeton" -#: src/components/intents/GroupChatJoinDialog.tsx:137 +#: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." -msgstr "" +msgstr "Malsukcesis aliฤi al la grupa babilejo. Bonvolu reprovi." #: src/components/contacts/screens/ViewMatches.tsx:582 msgid "Failed to launch SMS app" msgstr "Malsukcesis lanฤ‰i SMS-apon" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:401 +#: 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 "Malsukcesis foriri el grupa babilejo" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "Malsukcesis ลargi konversaciojn" @@ -4753,15 +4763,20 @@ msgstr "Malsukcesis ลargi propontiajn fluojn" msgid "Failed to load suggested follows" msgstr "Malsukcesis ลargi proponitajn kontojn" -#: src/screens/Messages/ConversationSettings/index.tsx:426 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "Malsukcesis ลlosi grupan babilejon" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +msgid "Failed to mark all chats as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 +#: src/view/shell/bottom-bar/BottomBar.tsx:450 msgid "Failed to mark all requests as read" msgstr "Malsukcesis marki ฤ‰iujn petojn kiel legitaj" -#: src/screens/Messages/ConversationSettings/index.tsx:390 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "Malsukcesis silentigi grupan babilejon" @@ -4783,11 +4798,15 @@ msgstr "Fiaskis forigi datumojn pro reta eraro, bonvolu kontroli vian interretan msgid "Failed to remove data. {0}" msgstr "Fiaskis forigi datumojn. {0}" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" -msgstr "Malsukcesis forigi emoฤian reagon" +msgstr "Malsukcesis forigi emoฤi-reagon" + +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:258 +msgid "Failed to remove from list" +msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" @@ -4802,16 +4821,16 @@ msgstr "Malsukcesis forigi anon el grupa babilejo" msgid "Failed to remove verification" msgstr "Malsukcesis forigi konfirmon" -#: src/components/intents/GroupChatJoinDialog.tsx:180 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." -msgstr "" +msgstr "Malsukcesis nuligi vian peton. Bonvolu reprovi." #: src/components/dialogs/DeviceLocationRequestDialog.tsx:81 msgid "Failed to resolve location. Please try again." msgstr "Malsukcesis trovi la lokon. Bonvolu reprovi." -#: src/view/com/composer/Composer.tsx:648 +#: src/view/com/composer/Composer.tsx:646 msgid "Failed to save draft" msgstr "Malsukcesis konservi malneton" @@ -4854,7 +4873,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "Malsukcesis baskuligi la silentigon de fadeno, bonvolu reprovi" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:435 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "Malsukcesis malลlosi grupan babilejon" @@ -5038,7 +5057,7 @@ msgstr "Trovi kontojn por sekvi" #: src/screens/Settings/Settings.tsx:216 #: src/screens/Settings/Settings.tsx:219 msgid "Find and invite friends" -msgstr "" +msgstr "Trovi kaj inviti amikojn" #: src/Navigation.tsx:436 #: src/Navigation.tsx:569 @@ -5060,7 +5079,7 @@ msgstr "Trovi homojn por sekvi" #: src/screens/Settings/FindContactsSettings.tsx:130 msgid "Find people you know" -msgstr "" +msgstr "Trovi konatojn" #: src/screens/Search/Shell.tsx:537 msgid "Find posts, users, and feeds on Bluesky" @@ -5073,7 +5092,7 @@ msgstr "Trovu viajn amikojn" #: 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 "Trovu viajn amikojn ฤ‰e Bluesky per konfirmo de via telefononumero kaj kongruigo de viaj kontaktoj kun ili. Ni protektas viajn informojn kaj vi kontrolas, kio okazos poste. <0>Eksciu pli" +msgstr "Trovu viajn amikojn ฤ‰e Bluesky per konfirmo de via telefonnumero kaj kongruigo de viaj kontaktoj kun ili. Ni protektas viajn informojn kaj vi kontrolas, kio okazos poste. <0>Eksciu pli" #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:21 msgid "Find your people" @@ -5116,16 +5135,16 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 "Sekvi" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "Sekvi {0}" @@ -5149,8 +5168,8 @@ msgstr "Eksekvu 10 homojn por komenci" msgid "Follow 7 accounts" msgstr "Eksekvu 7 kontojn" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "Sekvi konton" @@ -5173,9 +5192,9 @@ msgstr "Eksekvu ฤ‰iujn kontojn" #. 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:423 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "Sekvi reciproke" @@ -5211,7 +5230,7 @@ msgstr "Sekvata de <0>{0} kaj <1>{1}" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "Sekvata de <0>{0}, <1>{1}, kaj {2, plural, one {# alia} other {# aliaj}}" -#: src/components/intents/GroupChatJoinDialog.tsx:339 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" msgstr "" @@ -5231,10 +5250,10 @@ msgstr "Sekvantoj, kiujn vi konas" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 "Sekvas" @@ -5249,7 +5268,7 @@ msgstr "Sekvas" #. 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 "Sekvas {0}" @@ -5467,7 +5486,7 @@ msgstr "Enkonduko" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2603 msgid "GIF uploaded" msgstr "GIF alลutita" @@ -5526,8 +5545,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "Hejmen" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "Tujelsendi" @@ -5538,8 +5557,8 @@ msgstr "Tujelsendi" msgid "Go Live" msgstr "Tujelsendi" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "" @@ -5547,7 +5566,7 @@ msgstr "" msgid "Go live for" msgstr "Tujelsendi dum" -#: src/view/com/notifications/NotificationFeedItem.tsx:250 +#: src/view/com/notifications/NotificationFeedItem.tsx:256 msgid "Go to {firstAuthorName}'s profile" msgstr "Iri al la profilo de {firstAuthorName}" @@ -5622,9 +5641,9 @@ msgstr "" msgid "Grooming or predatory behavior" msgstr "" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:321 -#: src/screens/Messages/JoinRequest.tsx:129 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" msgstr "" @@ -5632,17 +5651,17 @@ msgstr "" msgid "Group chat invite link dialog" msgstr "Dialogujo kun invitligilo al grupa babilejo" -#: src/screens/Messages/ConversationSettings/index.tsx:417 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "Grupa babilejo ลlosita" -#: src/screens/Messages/ConversationSettings/index.tsx:382 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "Grupa babilejo silentigita" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "Nomo de grupa babilejo aktualigita" @@ -5653,12 +5672,12 @@ msgid "Group chat settings" msgstr "Agordoj de grupa babilejo" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "Grupa babilejo malลlosita" -#: src/screens/Messages/ConversationSettings/index.tsx:385 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "Grupa babilejo malsilentigita" @@ -5674,7 +5693,7 @@ msgstr "" #. 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 "Grupaj babilejoj povas havi maksimume {0, plural, other {# anojn}}." #: src/components/dialogs/SearchablePeopleList.tsx:565 msgid "Group is locked" @@ -5682,12 +5701,12 @@ msgstr "Grupo estas ลlosita" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "Grupa nomo" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "" @@ -5829,7 +5848,7 @@ msgstr "Kaลita listo" msgid "Hide" msgstr "Kaลi" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "Kaลi" @@ -5893,18 +5912,18 @@ msgstr "Kaลi tradukon" #: src/components/interstitials/Trending.tsx:115 msgid "Hide trending topics" -msgstr "Kaลi popularajn temojn" +msgstr "Kaลi furorajn temojn" #: src/components/interstitials/Trending.tsx:131 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:129 msgid "Hide trending topics?" -msgstr "ฤˆu kaลi popularajn temojn?" +msgstr "ฤˆu kaลi furorajn temojn?" #: src/components/interstitials/TrendingVideos.tsx:137 msgid "Hide trending videos?" msgstr "ฤˆu kaลi popularajn videaฤตojn?" -#: src/view/com/notifications/NotificationFeedItem.tsx:951 +#: src/view/com/notifications/NotificationFeedItem.tsx:957 msgid "Hide user list" msgstr "Kaลi la liston de uzantoj" @@ -5960,7 +5979,7 @@ msgstr "Momenton! Ni iom post iom donas aliron al la videaฤตo, kaj vi ankoraลญ a #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6192,25 +6211,25 @@ msgstr "En-apaj sciigoj" #: src/screens/Settings/NotificationSettings/index.tsx:370 msgid "In-app, everyone" -msgstr "" +msgstr "En-apaj, ฤ‰iuj" #: src/screens/Settings/NotificationSettings/index.tsx:378 msgid "In-app, people you follow" -msgstr "" +msgstr "En-apaj, homoj kiujn vi sekvas" #: src/screens/Settings/NotificationSettings/index.tsx:385 msgid "In-app, push" -msgstr "" +msgstr "En-apaj, ลprucaj" #: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "In-app, push, everyone" -msgstr "" +msgstr "En-apaj, ลprucaj, ฤ‰iuj" #: src/screens/Settings/NotificationSettings/index.tsx:376 msgid "In-app, push, people you follow" -msgstr "" +msgstr "En-apaj, ลprucaj, homoj kiujn vi sekvas" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "Ricevujo malplenas" @@ -6268,9 +6287,9 @@ msgstr "Ni prezentas \"konservitaj afiลoj\" alinome \"legosignoj\"" msgid "Invalid 2FA confirmation code." msgstr "Nevalida 2FA-konfirmkodo." -#: src/components/intents/GroupChatJoinDialog.tsx:147 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." -msgstr "" +msgstr "Nevalida kodo de grupa babilejo." #: src/screens/Settings/components/ChangeHandleDialog.tsx:615 msgid "Invalid handle. Please try a different one." @@ -6284,16 +6303,16 @@ msgstr "Nevalidaj agordoj pri interagado." #: src/components/contacts/phone-number.ts:33 #: src/components/contacts/screens/PhoneInput.tsx:142 msgid "Invalid phone number" -msgstr "Nevalida telefononumero" +msgstr "Nevalida telefonnumero" #: src/components/moderation/ReportDialog/index.tsx:100 msgid "Invalid report subject" msgstr "Nevalida temlinio de raporto" -#: src/components/intents/GroupChatJoinDialog.tsx:187 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." -msgstr "" +msgstr "Nevalida nuligpeto." #: src/components/intents/VerifyEmailIntentDialog.tsx:86 msgid "Invalid Verification Code" @@ -6315,15 +6334,15 @@ 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:140 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" -msgstr "" +msgstr "Inviti amikojn" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:155 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "Inviti amikojn" @@ -6336,19 +6355,19 @@ msgstr "Inviti amikojn <0/>" #: src/screens/Messages/components/InviteLinkDialog.tsx:335 #: src/screens/Messages/components/InviteLinkDialog.tsx:514 #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 -#: src/screens/Messages/ConversationSettings/index.tsx:556 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "Invitligilo" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:213 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "Invitligilo" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" -msgstr "" +msgstr "Invitligilo kopiita" #: src/components/dms/getSystemMessageInfo.ts:120 msgid "Invite link created" @@ -6374,7 +6393,7 @@ msgstr "Invitu homojn al ฤ‰i tiu startpako!" #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:91 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:144 msgid "Invite your friends" -msgstr "" +msgstr "Invitu viajn amikojn" #: src/screens/StarterPack/Wizard/StepDetails.tsx:37 msgid "Invite your friends to follow your favorite feeds and people" @@ -6410,7 +6429,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:2520 +#: src/view/com/composer/Composer.tsx:2518 msgid "Job ID: {0}" msgstr "ID de laboro: {0}" @@ -6420,7 +6439,7 @@ msgid "Jobs" msgstr "Laboroj" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:282 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" msgstr "" @@ -6431,12 +6450,12 @@ msgstr "" msgid "Join Bluesky" msgstr "Aliฤi al Bluesky" -#: src/components/intents/GroupChatJoinDialog.tsx:71 -#: src/components/intents/GroupChatJoinDialog.tsx:448 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:176 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." msgstr "" @@ -6450,8 +6469,8 @@ msgstr "Aliฤi al konversacio" msgid "Journalism" msgstr "ฤดurnalismo" -#: src/view/com/composer/Composer.tsx:1461 -#: src/view/com/composer/Composer.tsx:1471 +#: src/view/com/composer/Composer.tsx:1459 +#: src/view/com/composer/Composer.tsx:1469 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "Daลญre redakti" @@ -6609,7 +6628,7 @@ msgid "Learn more." msgstr "Eksciu pli." #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:590 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "Foriri" @@ -6623,8 +6642,8 @@ msgstr "Foriri" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "Foriri el babilejo" @@ -6644,12 +6663,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "Foriri el konversacio" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "Foriri el grupa babilejo" -#: src/screens/Messages/ConversationSettings/index.tsx:589 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "Foriri el ฤ‰i tiu grupa babilejo" @@ -6658,13 +6677,13 @@ msgstr "Foriri el ฤ‰i tiu grupa babilejo" msgid "Leaving Bluesky" msgstr "Elirante el Bluesky" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: src/screens/Messages/ConversationSettings/prompts.tsx:153 msgid "Leaving this chat will lock it permanently and you wonโ€™t be able to rejoin." msgstr "" -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." -msgstr "" +msgstr "Foriris el grupa babilejo." #: src/screens/SignupQueued.tsx:158 msgid "left to go." @@ -6884,21 +6903,21 @@ msgstr "TUJELSENDAS" #: src/features/liveEvents/components/LiveEventFeedCardCompact.tsx:53 #: src/features/liveEvents/components/LiveEventFeedCardWide.tsx:54 msgid "Live event happening now: {0}" -msgstr "" +msgstr "Tujelsenda evento okazas nun: {0}" #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:51 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:33 msgid "Live event hidden" -msgstr "" +msgstr "Tujelsenda evento kaลita" #: src/features/liveEvents/components/LiveEventFeedOptionsMenu.tsx:106 msgid "Live event options" -msgstr "" +msgstr "Agordoj de la tujelsenda evento" #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:53 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:35 msgid "Live event unhidden" -msgstr "" +msgstr "Tujelsenda evento malkaลita" #: 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." @@ -6935,9 +6954,9 @@ msgstr "ลœargi novajn sciigojn" msgid "Load new posts" msgstr "ลœargi novajn afiลojn" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "ลœargado de babilejoโ€ฆ" @@ -6954,23 +6973,23 @@ msgstr "ลœargado de interagaj agordoj de afiลo..." msgid "Loading..." msgstr "ลœargado..." -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "ลœlosi" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "ลœlosi grupan babilejon" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "ฤˆu ลlosi grupan babilejon?" -#: src/screens/Messages/ConversationSettings/index.tsx:568 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "ลœlosi ฤ‰i tiun grupan babilejon" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "ลœlosita" @@ -7051,6 +7070,16 @@ msgstr "Administri la silentigitajn vortojn k kradvortojn" 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 +msgid "Mark all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:467 +#: src/view/shell/bottom-bar/BottomBar.tsx:471 +msgid "Mark all requests as read" +msgstr "" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7089,14 @@ msgstr "Marki kiel legita" msgid "Marked all as read" msgstr "Markis ฤ‰iujn kiel legitaj" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,16 +7120,16 @@ msgstr "Aลญdvidaฤตo konservita en alia aparato" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Aลญdvidaฤตoj, kiuj povas esti maltrankviligaj aลญ nekonvenaj por kelkaj spektantoj." -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." -msgstr "" +msgstr "Ano forigita el la grupa babilejo." #. The heading above the list of chat members. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:34 msgid "Members" msgstr "Anoj" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "Anoj ankoraลญ povas legi babilejan historion sed ne povas sendi novajn mesaฤojn." @@ -7111,13 +7148,13 @@ msgstr "Mencioj" msgid "Menu" msgstr "Menuo" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "Mesaฤo" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 +#: 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" @@ -7132,7 +7169,7 @@ msgstr "Mesaฤo {0}" msgid "Message {displayName}" msgstr "Mesaฤi {displayName}" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "Mesaฤo forigita" @@ -7141,13 +7178,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Mesaฤo forigita" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:616 msgid "Message failed to send." msgstr "Malsukcesis sendi mesaฤon." #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "Mesaฤo de @{0}: {1}" @@ -7156,21 +7193,21 @@ msgstr "Mesaฤo de @{0}: {1}" msgid "Message from server: {0}" msgstr "Mesaฤo de la servilo: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "Enigujo de la mesaฤo" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 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:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "Opcioj de mesaฤo" @@ -7178,11 +7215,11 @@ msgstr "Opcioj de mesaฤo" msgid "Messages" msgstr "Mesaฤoj" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:715 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:621 +#: src/components/dms/MessageItem.tsx:710 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." @@ -7193,7 +7230,7 @@ msgstr "Noktomezo" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 msgid "Minor harassment or bullying" -msgstr "" +msgstr "Ne tro grava ฤ‰ikanado aลญ turmentado" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 msgid "Misleading" @@ -7219,8 +7256,8 @@ msgstr "Detaloj pri la kontrolo" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "Kontrol-listo de {0}" @@ -7228,7 +7265,7 @@ msgstr "Kontrol-listo de {0}" msgid "Moderation list by <0/>" msgstr "Kontrol-listo de <0/>" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "Kontrol-listo farita de vi" @@ -7281,8 +7318,8 @@ msgstr "Pliaj lingvoj..." #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "Pli da opcioj" @@ -7302,7 +7339,7 @@ msgstr "Filmoj" msgid "Music" msgstr "Muziko" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "Silentigi" @@ -7320,8 +7357,8 @@ msgstr "Silentigi {0}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "Silentigi konton" @@ -7347,7 +7384,7 @@ msgstr "Silentigi liston" msgid "Mute these accounts?" msgstr "ฤˆu silentigi tiujn kontojn?" -#: src/screens/Messages/ConversationSettings/index.tsx:530 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "Silentigi ฤ‰i tiun grupan babilejon" @@ -7389,7 +7426,7 @@ msgstr "Silentigi vortojn kaj kradvortojn" msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "Silentigita" @@ -7421,7 +7458,7 @@ msgstr "Silentigo estas privata. Silentigitaj kontoj povas interagi kun vi, sed #: src/components/moderation/BlockDialog.tsx:174 msgid "Mutual group chats" -msgstr "" +msgstr "Komunaj grupbabilejoj" #: src/components/dialogs/BirthDateSettings.tsx:54 #: src/components/dialogs/BirthDateSettings.tsx:58 @@ -7480,7 +7517,7 @@ 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:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "Nova" @@ -7490,21 +7527,21 @@ msgctxt "action" msgid "New" msgstr "Nova" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: 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}" -#: 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 "{postsCount, plural, one {Nova afiลo} other {Novaj afiลoj}} de {firstAuthorName}" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "Nova babilejo" @@ -7592,11 +7629,11 @@ msgctxt "action" msgid "New post" msgstr "Nova afiลo" -#: 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 "Novaj afiลoj de {firstAuthorLink} kaj <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}} " -#: 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 "Novaj afiลoj de {firstAuthorName} kaj {additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}}" @@ -7646,7 +7683,7 @@ msgstr "Sekva bildo" #: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Night" -msgstr "" +msgstr "Nokto" #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:32 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." @@ -7718,7 +7755,7 @@ msgstr "Neniu listo" #. 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 "Vi ne plu sekvas {0}" @@ -7726,7 +7763,7 @@ msgstr "Vi ne plu sekvas {0}" msgid "No media yet" msgstr "Ankoraลญ neniu aลญdvidaฤตo" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "Ankoraลญ neniu mesaฤo" @@ -7763,7 +7800,7 @@ msgstr "Neniu" msgid "No one but the author can quote this post." msgstr "Neniu krom la aลญtoro povas citi ฤ‰i tiun afiลon." -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "Neniu povas sendi mesaฤojn" @@ -7831,6 +7868,11 @@ 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" @@ -7867,7 +7909,7 @@ msgstr "Neniu estis trovita. Provu serฤ‰i iun alian." #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 msgid "Non-consensual intimate imagery" -msgstr "" +msgstr "Privataj bildoj, kies publikigo ne estis interkonsentita" #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" @@ -7895,7 +7937,7 @@ msgstr "Netrovita" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "ฤˆu vi ne pretas afiลi? Konservu viajn plej bonajn ideojn en Malnetoj ฤis la momento estos bona." -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "Noto pri kundivido" @@ -7931,7 +7973,7 @@ msgstr "Sciigaj sonoj" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8017,7 @@ msgstr "Bone" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:722 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -7990,7 +8032,7 @@ msgstr "La plej malnovaj respondoj unue" #: src/screens/Settings/AccountSettings.tsx:164 msgid "On" -msgstr "" +msgstr "ลœaltita" #: src/components/StarterPack/QrCode.tsx:86 msgid "on<0><1/><2><3/>" @@ -8002,17 +8044,17 @@ msgstr "Restarigi la lernilon" #: src/components/dms/dialogs/NewChatDialog.tsx:117 msgid "One of the selected recipients does not allow group chats." -msgstr "" +msgstr "Unu el la elektitaj ricevontoj ne permesas grupajn babilejojn." #: src/components/dms/dialogs/NewChatDialog.tsx:100 msgid "One of the selected recipients has blocked you and cannot be messaged." -msgstr "" +msgstr "Unu el la elektitaj ricevontoj blokis vin kaj nemesaฤeblas." -#: src/view/com/composer/Composer.tsx:864 +#: src/view/com/composer/Composer.tsx:862 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:861 +#: src/view/com/composer/Composer.tsx:859 msgid "One or more images is missing alt text." msgstr "Al unu aลญ pli da bildoj mankas alternativa teksto." @@ -8022,13 +8064,13 @@ msgstr "Unu aลญ pli el viaj elektitaj dosieroj ne estas subtenata." #: src/view/com/composer/SelectMediaButton.tsx:440 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB}ย MB." -msgstr "" +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:659 +#: src/view/com/composer/Composer.tsx:657 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:871 +#: src/view/com/composer/Composer.tsx:869 msgid "One or more videos is missing alt text." msgstr "Al unu aลญ pli da videaฤตoj mankas alternativa teksto." @@ -8041,21 +8083,21 @@ msgstr "Nur {0} povas respondi." #. 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:233 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" -msgstr "" +msgstr "Nur {0} el {1} {2, plural, one {bildo} other {bildoj}} estis aldonitaj; la limo estas {MAX_GALLERY_IMAGES}" #: src/screens/Messages/JoinRequests.tsx:200 msgid "Only admins can accept join requests." -msgstr "" +msgstr "Nur administrantoj povas akcepti aliฤpetojn." #: src/screens/Messages/JoinRequests.tsx:233 msgid "Only admins can ignore join requests." -msgstr "" +msgstr "Nur administrantoj povas ignori aliฤpetojn." -#: src/components/intents/GroupChatJoinDialog.tsx:145 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." -msgstr "" +msgstr "Nur sekvantoj povas aliฤi al ฤ‰i tiu grupa babilejo." #: src/screens/Settings/ActivityPrivacySettings.tsx:121 #: src/screens/Settings/ActivityPrivacySettings.tsx:126 @@ -8068,14 +8110,14 @@ msgid "Only image files are supported" msgstr "Nur bildaj dosieroj estas subtenataj" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:222 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." -msgstr "" +msgstr "Povas aliฤi nur tiuj homoj, kiujn {0} sekvas." #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:292 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" -msgstr "" +msgstr "Povas aliฤi nur tiujn homoj, kiujn la posedanto de la babilejo sekvas" #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" @@ -8087,7 +8129,7 @@ msgstr "Ups, io misfunkciis!" #: src/features/inviteFriends/InviteScannerScreen.tsx:218 msgid "Oops, this profile doesn't exist. Try scanning another one." -msgstr "" +msgstr "Ve, ฤ‰i tiu profilo ne ekzistas. Provu skani alian." #: src/components/Lists.tsx:184 #: src/components/StarterPack/ProfileStarterPacks.tsx:363 @@ -8107,16 +8149,16 @@ msgid "Open camera" msgstr "Malfermi fotilon" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:437 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" -msgstr "" +msgstr "Malfermi babilejon" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:142 msgid "Open chat member options for {displayName}" msgstr "Malfermi opciojn de babilejano por {displayName}" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "Malfermi la opciojn pri konversacio" @@ -8128,9 +8170,9 @@ msgstr "Malfermi malneton" msgid "Open drawer menu" msgstr "Malfermi flankmenuon" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2158 msgid "Open emoji picker" msgstr "Malfermi emoฤi-elektilon" @@ -8151,9 +8193,9 @@ msgstr "Malfermi la tutan emoฤi-liston" msgid "Open Germ DM" msgstr "Malfermi Germ DM" -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" -msgstr "" +msgstr "Malfermi grupan babilejon" #: src/components/dms/MessagesListHeader.tsx:167 #: src/components/dms/MessagesListHeader.tsx:203 @@ -8163,14 +8205,14 @@ msgstr "Malfermi agrdojn de grupa babilejo" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" -msgstr "" +msgstr "Malfermi en Google Translate" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "Malfermi ligilon al {niceUrl}" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "Malfermi opciojn de mesaฤoj" @@ -8197,7 +8239,7 @@ msgstr "Malfermi profilon" #: src/features/inviteFriends/components/ActionButtons.tsx:39 msgid "Open QR code scanner" -msgstr "" +msgstr "Malfermi la skanilon de QR-kodoj" #: src/components/BotAccountAlert.tsx:62 #: src/components/BotAccountAlert.tsx:71 @@ -8221,9 +8263,9 @@ msgstr "Malfermi la historiopaฤon" msgid "Open system log" msgstr "Malfermi sisteman protokolon" -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" -msgstr "" +msgstr "Malfermi ฤ‰i tiun grupan babilejon" #. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 @@ -8236,11 +8278,11 @@ msgstr "Malfermas dialogujon por aldoni averton pri enhavo al via afiลo" #: src/view/com/composer/threadgate/ThreadgateBtn.tsx:154 msgid "Opens a dialog to choose who can interact with this post" -msgstr "" +msgstr "Malfermi dialogujon por elekti, kiu povas interagi kun ฤ‰i tiu afiลo" #: src/features/inviteFriends/components/ThemePicker.tsx:38 msgid "Opens a list of color themes for the QR card" -msgstr "" +msgstr "Malfermi liston de koloraj etosoj por la QR-karto" #: src/screens/Log.tsx:74 msgid "Opens additional details for a debug entry" @@ -8273,15 +8315,15 @@ 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 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." -msgstr "" +msgstr "Malfermi la galerion por elekti ฤis {MAX_GALLERY_IMAGES, plural, one {# bildon} other {# bildojn}}, aลญ unuopan videaฤตon aลญ GIF-on." -#: src/screens/Messages/JoinRequest.tsx:309 +#: 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 "Malfermas procezon de kreado de nova Bluesky-konto" -#: src/screens/Messages/JoinRequest.tsx:295 +#: 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" @@ -8322,7 +8364,7 @@ msgstr "Malfermas profilon" #: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 msgid "Opens the find and invite friends settings" -msgstr "" +msgstr "Malfermi la agordojn por trovi kaj inviti amikojn" #. Accessibility hint announced after the GIF picker button label, describing what activating it will do. #: src/view/com/composer/photos/SelectGifBtn.tsx:45 @@ -8341,7 +8383,7 @@ msgstr "Malfermas la afiลan redaktilon" msgid "Opens this draft in the composer" msgstr "Malfermas ฤ‰i tiun malneton en la redaktilo" -#: 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 "Malfermas ฤ‰i tiun profilon" @@ -8386,7 +8428,7 @@ msgstr "Alia konto" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 msgid "Other child safety issue" -msgstr "" +msgstr "Alia problemo pri sekureco de infanoj" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 msgid "Other dangerous content" @@ -8394,7 +8436,7 @@ msgstr "Alia danฤera enhavo" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 msgid "Other harassing or hateful content" -msgstr "" +msgstr "Alia ฤ‰ikana aลญ malameca enhavo" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 msgid "Other misleading content" @@ -8406,7 +8448,7 @@ msgstr "" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 msgid "Other sexual violence content" -msgstr "" +msgstr "Alia enhavo pri seksa perforto" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 msgid "Other violent content" @@ -8433,7 +8475,7 @@ msgstr "Posedanto" #: src/components/dms/LeaveConvoPrompt.tsx:44 msgid "Owner must lock the group before leaving." -msgstr "" +msgstr "La posedanto devas ลlosi la grupon antaลญ ol forlasi ฤin." #: src/components/Lists.tsx:204 #: src/components/Lists.tsx:219 @@ -8513,6 +8555,16 @@ msgstr "Homoj sekvantaj @{0}" msgid "People I follow" msgstr "Homoj kiujn mi sekvas" +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "Homoj kiujn mi sekvas" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "Homoj kiujn mi sekvas" + #: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "Homoj, kiujn mi sekvas, povas aliฤi tuje" @@ -8548,11 +8600,11 @@ msgstr "Dorlotbestoj" #: src/components/contacts/screens/PhoneInput.tsx:192 #: src/components/contacts/screens/PhoneInput.tsx:204 msgid "Phone number" -msgstr "Telefononumero" +msgstr "Telefonnumero" #: src/components/contacts/screens/VerifyNumber.tsx:304 msgid "Phone number verified" -msgstr "Telefononumero konfirmita" +msgstr "Telefonnumero konfirmita" #: src/lib/interests.ts:69 msgid "Photography" @@ -8560,7 +8612,7 @@ msgstr "Fotografio" #: src/features/inviteFriends/components/ThemePicker.tsx:37 msgid "Pick a color theme" -msgstr "" +msgstr "Elekti koloran etoson" #: src/view/com/composer/labels/LabelsBtn.tsx:165 msgid "Pictures meant for adults." @@ -8813,7 +8865,7 @@ msgstr "Politiko" msgid "Porn" msgstr "Pornografio" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post" msgstr "Afiลi" @@ -8833,12 +8885,12 @@ msgstr "Afiลi foton" msgid "Post a video" msgstr "Afiลi videaฤตon" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Post All" msgstr "Afiลi ฤ‰iujn" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1468 msgid "Post anyway" msgstr "Afiลi ฤ‰iuokaze" @@ -9015,11 +9067,11 @@ msgstr "Regularo pri privateco" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2592 msgid "Processing GIF..." msgstr "Traktado de GIF..." -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing video..." msgstr "Traktado de videaฤตo..." @@ -9031,7 +9083,7 @@ msgstr "Traktado..." msgid "profile" msgstr "profilo" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9117,22 @@ 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:1792 +#: src/view/com/composer/Composer.tsx:1790 msgid "Publish post" msgstr "Publikigi afiลon" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1787 +#: src/view/com/composer/Composer.tsx:1785 msgid "Publish posts" msgstr "Publikigi afiลojn" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1776 +#: src/view/com/composer/Composer.tsx:1774 msgid "Publish replies" msgstr "Publikigi respondojn" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1781 +#: src/view/com/composer/Composer.tsx:1779 msgid "Publish reply" msgstr "Publikigi respondon" @@ -9094,11 +9146,11 @@ msgstr "ลœprucosciigoj" #: src/screens/Settings/NotificationSettings/index.tsx:372 msgid "Push, everyone" -msgstr "" +msgstr "ลœprucaj, ฤ‰iuj" #: src/screens/Settings/NotificationSettings/index.tsx:380 msgid "Push, people you follow" -msgstr "" +msgstr "ลœprucaj, homoj kiujn vi sekvas" #: src/components/StarterPack/QrCodeDialog.tsx:143 msgid "QR code copied to your clipboard!" @@ -9109,7 +9161,7 @@ msgid "QR code has been downloaded!" msgstr "QR-kodo estis elลutita!" #: src/components/StarterPack/QrCodeDialog.tsx:122 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "QR-kodo konservita en via bildgalerio!" @@ -9172,8 +9224,8 @@ msgstr "Reลalti ligilon" msgid "React with {emoji}" msgstr "Reagi per {emoji}" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "Reagoj" @@ -9189,7 +9241,7 @@ msgstr "Legi {0, plural, one {# respondon} other {# respondojn}} pli" #: src/screens/Search/SearchResults.tsx:189 msgctxt "english-only-resource" msgid "read about how to use search filters" -msgstr "" +msgstr "legu pri uzado de serฤ‰filtriloj" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 @@ -9268,10 +9320,6 @@ msgstr "Rekomenditaj" msgid "Reconnect" msgstr "Rekonekti" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "" - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" @@ -9289,14 +9337,16 @@ msgstr "Malakcepti babilpeton" #: src/screens/Messages/JoinRequests.tsx:483 msgid "Reject join request" -msgstr "" +msgstr "Malakcepti aliฤpeton" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "Reลargi konversaciojn" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9355,9 @@ msgstr "Reลargi konversaciojn" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "Forigi" @@ -9326,9 +9375,9 @@ msgstr "Forigi {displayName} el la startpako" msgid "Remove {displayName} from this group chat" msgstr "Forigi {displayName} el ฤ‰i tiu grupa babilejo" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" -msgstr "" +msgstr "ฤˆu forigi {displayName}?" #: src/screens/Search/components/SearchHistory.tsx:105 msgid "Remove {historyItem}" @@ -9443,14 +9492,14 @@ msgstr "Forigi ฤ‰i tiun fluon el viaj konservitaj fluoj" msgid "Remove unavailable moderation services" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "Forigi uzanton el la listo" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "Forigi konfirmon" @@ -9466,8 +9515,8 @@ msgstr "Forigita de la aลญtoro" msgid "Removed by you" msgstr "Forigita de vi" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "Forigite el la listo" @@ -9500,15 +9549,15 @@ msgstr "Konfirmo forigita" #: src/components/dialogs/MutedWords.tsx:541 msgid "Renew" -msgstr "" +msgstr "Renovigi" #: src/components/dialogs/MutedWords.tsx:547 msgid "Renew duration" -msgstr "" +msgstr "Renovigi daลญron" #: src/components/dialogs/MutedWords.tsx:531 msgid "Renew mute word" -msgstr "" +msgstr "Renovigi silentigitan vorton" #: src/view/com/posts/FeedShutdownMsg.tsx:134 #: src/view/com/posts/FeedShutdownMsg.tsx:138 @@ -9535,6 +9584,14 @@ msgctxt "description" msgid "Replied to you" msgstr "Respondis al vi" +#: src/components/dms/MessageItem.tsx:883 +msgid "Replied-to message from {senderName}, tap to scroll to it" +msgstr "" + +#: src/components/dms/MessageItem.tsx:884 +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 @@ -9552,7 +9609,12 @@ msgstr "Respondoj malebligitaj" msgid "Replies to this post are disabled." msgstr "Respondoj por ฤ‰i tiu afiลo estis malebligitaj." -#: src/view/com/composer/Composer.tsx:1804 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "Respondi" + +#: src/view/com/composer/Composer.tsx:1802 msgctxt "action" msgid "Reply" msgstr "Respondi" @@ -9590,14 +9652,14 @@ msgstr "Videbleco de respondoj ฤisdatiฤis" msgid "Reply was successfully hidden" msgstr "Respondo estis sukcese kaลita" -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:582 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "Raporti" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "Raporti konton" @@ -9623,7 +9685,7 @@ msgstr "Raporti fluon" msgid "Report list" msgstr "Raporti liston" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "Raporti mesaฤon" @@ -9657,7 +9719,7 @@ msgstr "Raporti ฤ‰i tiun konversacion" msgid "Report this feed" msgstr "Raporti ฤ‰i tiun fluon" -#: src/screens/Messages/ConversationSettings/index.tsx:581 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "Raporti ฤ‰i tiun grupan babilejon" @@ -9668,7 +9730,7 @@ msgstr "Raporti ฤ‰i tiun liston" #: src/components/moderation/ReportDialog/copy.ts:19 #: src/features/liveNow/components/LiveStatusDialog.tsx:250 msgid "Report this livestream" -msgstr "" +msgstr "Denunci ฤ‰i tiun tujelsendon" #: src/components/moderation/ReportDialog/copy.ts:57 msgid "Report this message" @@ -9737,13 +9799,13 @@ msgstr "Reafiลoj de ฤ‰i tiu afiลo" msgid "Reposts of your reposts" msgstr "Reafiลoj de viaj reafiลoj" -#: src/components/intents/GroupChatJoinDialog.tsx:447 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" -msgstr "" +msgstr "Sendi peton por aliฤi al la grupa babilejo" #: src/screens/Messages/JoinRequests.tsx:182 msgid "Request approved." -msgstr "" +msgstr "Aliฤpeto aprobita." #: src/screens/Settings/components/ChangePasswordDialog.tsx:226 #: src/screens/Settings/components/ChangePasswordDialog.tsx:232 @@ -9752,19 +9814,19 @@ msgstr "Peti kodon" #: src/screens/Messages/JoinRequests.tsx:215 msgid "Request ignored." -msgstr "" +msgstr "Aliฤpeto ignorita." #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:281 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" -msgstr "" +msgstr "Sendi aliฤpeton" #: src/components/dms/ChatInvite/Root.tsx:131 msgid "Requested" -msgstr "" +msgstr "Aliฤpeto sendita" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "Petoj" @@ -9772,7 +9834,7 @@ msgstr "Petoj" #: src/screens/Messages/JoinRequests.tsx:59 #: src/screens/Messages/JoinRequests.tsx:425 msgid "Requests to join" -msgstr "" +msgstr "Aliฤpetoj" #: src/screens/Settings/AccessibilitySettings.tsx:59 #: src/screens/Settings/AccessibilitySettings.tsx:64 @@ -9791,15 +9853,15 @@ msgstr "Necesa por ฤ‰i tiu provizanto" msgid "Required in your region" msgstr "Devigita en via regiono" -#: src/components/intents/GroupChatJoinDialog.tsx:296 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: 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 "Nuligi aliฤpeton" #: src/screens/Messages/components/OutgoingRequestListItem.tsx:50 msgid "Rescind request to join group chat" -msgstr "" +msgstr "Nuligi la aliฤpeton por ฤ‰i tiu grupa babilejo" #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:39 msgid "Resend" @@ -9872,7 +9934,7 @@ 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:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 #: src/screens/Messages/JoinRequests.tsx:361 @@ -9928,7 +9990,7 @@ msgstr "GIF-oj pri malfeliฤ‰o" #: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10015,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:1451 +#: src/view/com/composer/Composer.tsx:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Konservi ลanฤojn" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1421 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "ฤˆu konservi ลanฤojn?" -#: src/view/com/composer/Composer.tsx:1451 +#: src/view/com/composer/Composer.tsx:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "Konservi malneton" -#: src/view/com/composer/Composer.tsx:1425 +#: src/view/com/composer/Composer.tsx:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "ฤˆu konservi malneton?" @@ -10022,13 +10084,13 @@ msgid "Saved to your feeds" msgstr "Konservita al viaj fluoj" #: 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 "Diru saluton!" -#: src/screens/Messages/ChatList.tsx:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "Diru saluton al iu" @@ -10038,13 +10100,13 @@ msgstr "Trompo" #: src/features/inviteFriends/components/ActionButtons.tsx:44 msgid "Scan" -msgstr "" +msgstr "Skani" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 #: src/Navigation.tsx:316 msgid "Scan QR code" -msgstr "" +msgstr "Skani QR-kodon" #: src/lib/interests.ts:71 msgid "Science" @@ -10058,6 +10120,10 @@ msgstr "Rulumi maldekstren" msgid "Scroll right" msgstr "Rulumi dekstren" +#: src/components/dms/MessageItem.tsx:774 +msgid "Scroll to the message this is replying to" +msgstr "" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "Rulumi al la supro" @@ -10067,7 +10133,7 @@ msgstr "Rulumi al la supro" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Serฤ‰i" @@ -10148,8 +10214,8 @@ msgstr "Serฤ‰i lingvojn" msgid "Search my posts" msgstr "Serฤ‰i miajn afiลojn" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "Serฤ‰i afiลojn" @@ -10400,7 +10466,7 @@ msgstr "Elektado de pluraj aลญdvidaฤตaj specoj ne estas subtenata." #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 msgid "Self-harm or dangerous behaviors" -msgstr "" +msgstr "Sinmalutilo aลญ danฤeraj kondutoj" #: src/components/contacts/screens/PhoneInput.tsx:255 #: src/components/contacts/screens/PhoneInput.tsx:260 @@ -10425,8 +10491,8 @@ msgstr "Sendi eraran raporton" msgid "Send feedback" msgstr "Sendi prikomentadon" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "Sendi mesaฤon" @@ -10460,13 +10526,13 @@ 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:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "Sendita je {0}" #: src/components/contacts/screens/PhoneInput.tsx:283 msgid "Sent to our phone number verification provider Plivo" -msgstr "Sendita al nia provizanto de telefononumera konfirmado Plivo" +msgstr "Sendita al nia provizanto de telefonnumera konfirmado Plivo" #: src/components/dialogs/ServerInput.tsx:174 msgid "Server address" @@ -10483,7 +10549,7 @@ msgstr "Agordi novan pasvorton" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:481 msgid "Set precisely which groups of people can reply to your post" -msgstr "" +msgstr "Elektu precize tiujn grupojn, kiuj povos respondi al via afiลo" #: src/screens/Onboarding/Layout.tsx:48 msgid "Set up your account" @@ -10495,7 +10561,7 @@ msgstr "Agordi kiu povas respondi al via afiลo" #: 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 "Agordu vian naskiฤdaton sube kaj vi baldaลญ povos afiลi kaj esplori denove!" #: src/screens/Login/ForgotPasswordForm.tsx:109 msgid "Sets email for password reset" @@ -10565,7 +10631,7 @@ msgstr "Seksuma ago aลญ erotika nudeco." msgid "Sexually Suggestive" msgstr "Seksume sugesta" -#: 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 @@ -10577,7 +10643,7 @@ msgstr "Seksume sugesta" msgid "Share" msgstr "Konigi" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "Diskonigi malgraลญ tio" @@ -10594,7 +10660,7 @@ msgstr "Kunigi bildon" #: src/features/inviteFriends/components/ActionButtons.tsx:23 msgid "Share invite link" -msgstr "" +msgstr "Diskonigi invitilon" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 @@ -10611,7 +10677,7 @@ msgstr "Dialogujo pri ligila konigado" #: src/screens/Settings/FindContactsSettings.tsx:172 #: src/screens/Settings/FindContactsSettings.tsx:181 msgid "Share my profile" -msgstr "" +msgstr "Diskonigi mian profilon" #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:167 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:170 @@ -10641,8 +10707,8 @@ msgstr "Konigu ฤ‰i tiun startpakon kaj helpu homojn aliฤi vian komunumon ฤ‰e Bl #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "Konigi per..." @@ -10677,7 +10743,7 @@ msgstr "Montri ฤ‰iuokaze" #: src/screens/Settings/AutomationLabelSettings.tsx:185 #: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" -msgstr "" +msgstr "Montri aลญtomatigan etikedon" #: src/lib/moderation/useLabelBehaviorDescription.ts:30 #: src/lib/moderation/useLabelBehaviorDescription.ts:66 @@ -10707,12 +10773,12 @@ msgstr "Montri liston ฤ‰iuokaze" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:534 msgid "Show lists of users to select from" -msgstr "" +msgstr "Montri listojn de elekteblaj uzantoj" #: src/features/liveEvents/components/LiveEventFeedsSettingsToggle.tsx:28 #: src/features/liveEvents/components/LiveEventFeedsSettingsToggle.tsx:38 msgid "Show live events in your Discover Feed" -msgstr "" +msgstr "Montri tujelsendajn eventojn en via fluo Discover" #: src/components/Post/ShowMoreTextButton.tsx:52 msgid "Show More" @@ -10771,7 +10837,7 @@ msgstr "Montri averton kaj elfiltri el fluoj" #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:60 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:171 msgid "Show when youโ€™re live" -msgstr "" +msgstr "Montri kiam vi tujelsendas" #: src/screens/PostThread/components/ThreadItemAnchor.tsx:604 msgid "Shows information about when this post was created" @@ -10796,15 +10862,15 @@ msgstr "Montras la enhavon" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:294 -#: src/screens/Messages/JoinRequest.tsx:300 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,9 +10896,9 @@ msgstr "Ensalutu aลญ kreu konton" msgid "Sign in or create your account to join the conversation!" msgstr "Ensalutu aลญ kreu vian konton por aliฤi al la konversacio!" -#: src/screens/Messages/JoinRequest.tsx:220 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." -msgstr "" +msgstr "Ensalutu por akcepti la inviton." #: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" @@ -10842,9 +10908,9 @@ msgstr "Ensaluti al nelistigitan konton" msgid "Sign in to Bluesky or create a new account" msgstr "Ensalutu al Bluesky aลญ kreu novan konton" -#: src/screens/Messages/JoinRequest.tsx:219 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." -msgstr "" +msgstr "Ensalutu por sendi aliฤpeton al ฤ‰i tiu grupa babilejo." #: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 @@ -10900,7 +10966,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:1468 +#: src/view/com/composer/Composer.tsx:1466 msgid "Skip empty posts?" msgstr "ฤˆu preterlasi malplenajn afiลojn?" @@ -10940,7 +11006,7 @@ msgstr "Programado" #: src/screens/Moderation/index.tsx:466 msgid "Some moderation services in your list are no longer available." -msgstr "" +msgstr "Iuj kontrol-servoj en via listo ne plu disponeblas." #: src/components/verification/VerificationsDialog.tsx:122 msgid "Some of your verifications are invalid." @@ -10971,18 +11037,18 @@ msgid "Someone left the group" msgstr "Iu foriris el la grupo" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:347 msgid "Someone reacted {0}" msgstr "Iu reagis per {0}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "Iu reagis per {0} al {target}" #: src/components/dms/getSystemMessageInfo.ts:60 msgid "Someone was added" -msgstr "" +msgstr "Iu estis aligita" #: src/components/dms/getSystemMessageInfo.ts:61 msgid "Someone was added to the group" @@ -10996,10 +11062,6 @@ msgstr "Iu estis forigita" msgid "Someone was removed from the group" msgstr "Iu estis forigita el la grupo" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "" - #: 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 "Io ne estis tute ฤusta pri la datumoj, kiujn vi provas raporti. Bonvolu kontaki subtenejon." @@ -11043,8 +11105,8 @@ msgstr "ฤˆu io misfunkciis? Sciigu nin." msgid "Sorry, we're unable to load account suggestions at this time." msgstr "Pordonu, ni ne eblis ลargi kontajn proponojn nune." -#: 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 "Pardonu! Via seanco eksvalidiฤis. Bonvolu ensaluti denove." @@ -11071,7 +11133,7 @@ msgstr "Trudaฤตo" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 msgid "Spam or other inauthentic behavior or deception" -msgstr "" +msgstr "Trudmesaฤoj aลญ alia neaลญtentika konduto aลญ trompo" #: src/lib/interests.ts:72 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:218 @@ -11085,7 +11147,7 @@ msgstr "Komencu konversacion, kaj ฤi aperos ฤ‰i tie." #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:130 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:135 msgid "Start a group chat" -msgstr "" +msgstr "Komenci grupan babilejon" #: src/components/dms/dialogs/NewChatDialog.tsx:191 msgid "Start a new chat" @@ -11149,7 +11211,7 @@ msgstr "Startpako ebligas al vi konigi viajn plej ลatatajn fluojn kaj homojn ku #: src/view/screens/Profile.tsx:555 msgid "Starter Packs let you share your favorite feeds and people with your friends." -msgstr "" +msgstr "Startpakoj ebligas al vi konigi viajn plej ลatatajn fluojn kaj kontojn kun viaj amikoj." #: src/screens/Settings/AboutSettings.tsx:103 #: src/screens/Settings/AboutSettings.tsx:106 @@ -11171,7 +11233,7 @@ msgstr "Konservejo vakigita, nun relanฤ‰u la apon." #: src/components/contacts/screens/PhoneInput.tsx:294 msgid "Stored as part of a secure code for matching with others" -msgstr "" +msgstr "Konservita kiel parto de sekura kodo por kongrui kun aliaj" #: src/Navigation.tsx:306 #: src/screens/Settings/Settings.tsx:456 @@ -11180,7 +11242,7 @@ msgstr "Historio de agoj" #: 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 "ฤˆu vi tujelsendas ฤ‰e Twitch? Agordu vian tujelsendan staton ฤ‰e Bluesky por aldoni ลildon al via profilbildo. Kiam homoj tuลos ฤin, ili aliros vian tujelsendon." #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:122 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:128 @@ -11214,13 +11276,13 @@ msgid "Subscribe" msgstr "Aboni" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "Aboni ฤ‰e {0}" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "Aboni {publicationTitle} ฤ‰e {0}" @@ -11255,9 +11317,9 @@ msgstr "Sukceso" msgid "Success!" msgstr "Sukceso!" -#: src/components/intents/GroupChatJoinDialog.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" -msgstr "" +msgstr "Vi sukcese eniris la grupan babilejon!" #: src/components/verification/VerificationCreatePrompt.tsx:37 msgid "Successfully verified" @@ -11305,11 +11367,11 @@ msgstr "Subteno por ฤ‰i tiu funkcio en via lando ankoraลญ ne estis ebligita. Bon #: src/components/dms/dialogs/NewChatDialog.tsx:98 msgid "Suspended accounts cannot participate in a group chat." -msgstr "" +msgstr "Suspenditaj kontoj ne povas partopreni en grupa babilejo." #: src/components/dms/dialogs/NewChatDialog.tsx:60 msgid "Suspended accounts cannot participate in chat." -msgstr "" +msgstr "Suspenditaj kontoj ne povas partopreni en babilejo." #: src/components/dialogs/SwitchAccount.tsx:47 #: src/components/dialogs/SwitchAccount.tsx:50 @@ -11355,7 +11417,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 "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:572 +#: src/components/dms/MessageItem.tsx:661 msgid "Tap for details" msgstr "Tuลeti por detaloj" @@ -11383,55 +11445,55 @@ msgstr "Tuลetu por fermi kuntekstmenuon" #: src/components/dms/ChatInvite/Root.tsx:92 msgid "Tap to copy this invite link" -msgstr "" +msgstr "Tuลetu por kopii ฤ‰i tiun invitligilon" #: src/components/ProgressGuide/Toast.tsx:163 msgid "Tap to dismiss" msgstr "Tuลetu por ignori" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:453 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" -msgstr "" +msgstr "Tuลetu por tuj aliฤi al ฤ‰i tiu grupa babilejo" #: src/components/dms/ChatInvite/Root.tsx:105 msgid "Tap to open this group chat" -msgstr "" +msgstr "Tuลetu por malfermi ฤ‰i tiun grupan babilejon" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "Tuลetu por forigi" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "Tuลetu por forigi vian reagon {0}" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:452 +#: src/components/intents/GroupChatJoinDialog.tsx:468 msgid "Tap to request access to join this group chat" -msgstr "" +msgstr "Tuลetu por sendi aliฤpeton al ฤ‰i tiu grupa babilejo" -#: src/components/dms/MessageItem.tsx:537 +#: src/components/dms/MessageItem.tsx:626 msgid "Tap to retry" msgstr "Tuลetu por reprovi" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "Tuลetu por montri {0} reagojn" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "Tuลetu por montri ฤ‰iujn reagojn" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:373 msgid "Tap to view reactions" msgstr "Tuลetu por vidi reagojn" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 msgid "Targeted harassment" -msgstr "" +msgstr "Intenca ฤ‰ikanado" #: src/state/shell/progress-guide.tsx:236 msgid "Task complete - 10 follows!" @@ -11528,7 +11590,7 @@ msgstr "Tio estas ฤ‰io!" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "Post malbloki, la konto povos interagi kun vi." @@ -11564,7 +11626,7 @@ msgstr "La fluo Discover" #: src/state/shell/progress-guide.tsx:227 msgid "The Discover feed now knows what you like" -msgstr "La fluo Discover scias, kion plaฤ‰as al vi" +msgstr "La fluo Discover nun scias tion, kio plaฤ‰as al vi" #: 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." @@ -11592,12 +11654,12 @@ msgstr "La sekvaj agordoj estos uzataj defaลญlte por ฤ‰iuj kreataj de vi afiลoj #: 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 "La leฤaro de via regiono devigas kontroli, ke vi estas plenkreskulo por aliri certajn funkciojn. Tuลetu por ekscii pli." -#: src/components/intents/GroupChatJoinDialog.tsx:155 +#: src/components/intents/GroupChatJoinDialog.tsx:165 #: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." -msgstr "" +msgstr "La limo de grupanoj estis atingita." #: 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}?" @@ -11610,7 +11672,7 @@ 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 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB}ย MB. Please try again with a smaller file." -msgstr "" +msgstr "La elektita videaฤตo estas pli granda ol {VIDEO_MAX_SIZE_MB}ย MB. Bonvolu reprovi kun pli malgranda dosiero." #: src/lib/hooks/useCleanError.ts:41 #: src/lib/strings/errors.ts:19 @@ -11621,7 +11683,7 @@ msgstr "La servilo ลajnas havi problemon. Bonvolu reprovi post kelkaj momentoj. msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "La startpako, kiun vi provas vidi, estas nevalida. Vi povas forigi ฤin." -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "La temo de la kuntekstmenuo" @@ -11641,7 +11703,7 @@ msgstr "La konfirmkodo kiun vi entajpis estas nevalida. Bonvolu certiฤi, ke vi #: 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 "La kontrola provizanto ne povis sendi kodon al via telefonnumero. Bonvolu kontroli vian telefonnumeron kaj reprovi." #: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" @@ -11649,7 +11711,7 @@ msgstr "Etosa" #: 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 "Ekzistas limigo pri kiom ofte vi povas ลanฤi vian naskiฤdaton. Eble vi devos atendi unu aลญ du tagojn antaลญ ol ฤisdatigi ฤin denove." #: src/screens/Messages/components/InviteLinkDialog.tsx:519 msgid "There is no invite link for this group chat." @@ -11665,8 +11727,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "Estis problemo ลargante GIF-ojn. Kontrolu vian konekton kaj reprovu." #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:182 +#: 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 "Estis problemo kun via interreta konekto, bonvolu reprovi denove" @@ -11693,7 +11755,7 @@ msgstr "Estis problemo ลargante sciigojn. Tuลetu ฤ‰i tie por reprovi." msgid "There was an issue fetching posts. Tap here to try again." msgstr "Estis problemo ลargante afiลojn. Tuลeti ฤ‰i tie por reprovi." -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "Estis problemo ลargante la liston. Tuลetu ฤ‰i tie por reprovi." @@ -11733,12 +11795,12 @@ msgstr "Estis problemo ฤisdatigante viajn fluojn, bonvolu kontroli vian interre #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "Estis problemo! {0}" @@ -11778,7 +11840,7 @@ msgstr "ฤˆi tiuj agordoj nur aplikas al la Following-fluo." msgid "They own this chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." msgstr "" @@ -11792,7 +11854,7 @@ msgstr "ฤˆi tiu konto havas kontrolmarkon, ฤ‰ar ฤi estis konfirmita de fidataj #: src/components/BotAccountAlert.tsx:27 msgid "This account has been marked as automated by its owner." -msgstr "" +msgstr "La posedanto de la konto markis ฤin kiel \"aลญtomatigita\"." #: src/components/verification/VerificationsDialog.tsx:94 msgid "This account has one or more attempted verifications, but it is not currently verified." @@ -11822,28 +11884,28 @@ msgstr "ฤˆi tiu apelacio estos sendota al la kontrolservo de 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 "La posedanto de ฤ‰i tiu konto elektis fari siajn afiลojn videblaj nur al ensalutintoj." #: 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 "ฤˆi tiu butono permesas al aliaj malfermi la apon Germ DM por sendi al vi mesaฤon. Vi povas administri ฤian videblecon per la apo Germ DM, aลญ vi povas tute malligi vian Bluesky-konton disde Germ DM klakante la malsupran butonon." -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "ฤˆi tiu babilejo estas finiฤinta" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:287 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" -msgstr "" +msgstr "ฤˆi tiu babilejo estas plena" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "ฤˆi tiu babilejo estas ลlosita" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:430 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" msgstr "" @@ -11881,9 +11943,9 @@ msgstr "ฤˆi tiu enhavo ne disponeblas pro ke unu el la koncernataj uzantoj bloki msgid "This content is not viewable without a Bluesky account." msgstr "ฤˆi tiu enhavo ne estas videbla sen Bluesky-konto." -#: src/components/intents/GroupChatJoinDialog.tsx:141 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." -msgstr "" +msgstr "ฤˆi tiu konversacio estas ลlosita." #: src/screens/Messages/components/ChatListItem.tsx:156 msgid "This conversation is with a deleted or a deactivated account. Press for options" @@ -11931,7 +11993,7 @@ msgstr "ฤˆi tiu fluo malplenas." msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "ฤˆi tiu fluo ne plu estas enreta. Anstataลญe ni montras <0>Discover." -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" msgstr "" @@ -11947,13 +12009,13 @@ msgstr "" msgid "This information is private and not shared with other users." msgstr "ฤˆi tiuj informoj estas privataj kaj ne montrataj al aliaj uzantoj." -#: src/components/intents/GroupChatJoinDialog.tsx:151 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." -msgstr "" +msgstr "ฤˆi tiu invitilo estis nevalidigita." -#: src/components/intents/GroupChatJoinDialog.tsx:223 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" -msgstr "" +msgstr "ฤˆi tiu invitilo estas nevalida" #: src/view/screens/Debug.tsx:327 msgid "This is an empty state" @@ -11966,7 +12028,7 @@ msgstr "ฤˆi tio ne estas valida ligilo" #: 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 "ฤˆi tiu etikedo informas onin, ke ฤ‰i tiu konto estas aลญtomatigita. Kiam ฤi estas ลaltita, la etikedo aperas apud la nomo de la konto, en kaj profilo kaj afiลoj. ฤœi povas esti ลaltita aลญ malลaltita iam ajn." #: src/components/moderation/ModerationDetailsDialog.tsx:184 msgid "This label was applied by the author." @@ -11997,17 +12059,17 @@ msgstr "Nomo aลญ priskribo de ฤ‰i tiu listo โ€“ kreita de vi โ€“ enhavas eble ma msgid "This list is empty." msgstr "ฤˆi tiu listo malplenas." -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" -msgstr "" +msgstr "ฤˆi tiu mesaฤo estas kaลita" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:688 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:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:658 +#: src/components/dms/MessageItem.tsx:684 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." @@ -12045,11 +12107,11 @@ 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:1043 +#: src/view/com/composer/Composer.tsx:1041 msgid "This post's author has disabled quote posts." msgstr "La aลญtoro de ฤ‰i tiu afiลo malลaltis citafiลojn." -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "ฤˆi tiu profilo estas videbla nur al ensalutintaj uzantoj. ฤœi ne estos videbla al ne ensalutintaj homoj." @@ -12088,7 +12150,7 @@ msgstr "ฤˆi tiu uzanto havas neniun sekvanton." #: src/components/dms/dialogs/NewChatDialog.tsx:64 msgid "This user has blocked you and cannot be messaged." -msgstr "" +msgstr "ฤˆi tiu uzanto blokis vin kaj nemesaฤeblas." #: src/components/moderation/ModerationDetailsDialog.tsx:83 #: src/lib/moderation/useModerationCauseDescription.ts:76 @@ -12097,7 +12159,7 @@ msgstr "ฤˆi tiu uzanto blokis vin. Vi ne povas vidi ties enhavon." #: src/components/dms/dialogs/NewChatDialog.tsx:68 msgid "This user has disabled chat and cannot be messaged." -msgstr "" +msgstr "ฤˆi tiu uzanto malebligis babilejojn kaj nemesaฤeblas." #: src/lib/moderation/useGlobalLabelStrings.ts:30 msgid "This user has requested that their content only be shown to signed-in users." @@ -12172,7 +12234,7 @@ msgstr "Agordoj pri fadenoj" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 msgid "Threats or incitement" -msgstr "" +msgstr "Minacoj aลญ instigoj" #. placeholder {0}: Number(time) || 0 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 @@ -12242,8 +12304,8 @@ msgstr "La plej popularaj respondoj unue" msgid "Topic" msgstr "Temo" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12275,7 +12337,7 @@ msgstr "Arbovido" #: src/view/shell/desktop/SidebarTrendingTopics.tsx:50 msgid "Trending" -msgstr "Popularaj" +msgstr "Furoraฤตoj" #. Accessibility label for the icon-only pill that shows currently trending/featured GIFs in the GIF picker. #: src/features/gifPicker/components/GifCategoryPills.tsx:45 @@ -12284,7 +12346,7 @@ msgstr "Furoraj GIF-oj" #: src/view/shell/desktop/SidebarTrendingTopics.tsx:57 msgid "Trending options" -msgstr "" +msgstr "Opcioj pri furoraฤตoj" #: src/components/interstitials/TrendingVideos.tsx:87 msgid "Trending Videos" @@ -12313,9 +12375,9 @@ msgctxt "action" msgid "Try again" msgstr "Reprovi" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." -msgstr "" +msgstr "Reprovu post momento." #: src/components/Post/Translated/index.tsx:229 #: src/components/Post/Translated/index.tsx:242 @@ -12325,7 +12387,7 @@ msgstr "Provi Google Translate" #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:165 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:171 msgid "Try it" -msgstr "" +msgstr "Provu" #: src/lib/interests.ts:74 msgid "TV" @@ -12335,7 +12397,7 @@ msgstr "TV" msgid "Two-factor authentication (2FA)" msgstr "Du-faza aลญtentikigo (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "Tajpu vian mesaฤon ฤ‰i tie" @@ -12371,19 +12433,19 @@ msgstr "Ne eblas forigi" #: src/screens/Messages/JoinRequests.tsx:351 msgid "Unable to fetch join requests." -msgstr "" +msgstr "Ne eblas akiri aliฤpetojn." #: src/components/dms/dialogs/NewChatDialog.tsx:113 msgid "Unable to find a selected recipient." -msgstr "" +msgstr "Ne eblas trovi elektitan ricevonton." #: src/components/dms/dialogs/NewChatDialog.tsx:77 msgid "Unable to find the selected recipient." -msgstr "" +msgstr "Ne eblas trovi la elektitan ricevonton." #: src/lib/strings/errors.ts:43 msgid "Unable to resolve handle" -msgstr "" +msgstr "Ne eblas trovi identigilon" #: src/screens/Settings/Settings.tsx:515 msgid "Unapply Pull Request" @@ -12401,7 +12463,7 @@ msgstr "Nedisponebla" msgid "Unavailable feed information" msgstr "Nedisponeblaj informoj pri fluo" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:726 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12409,14 +12471,14 @@ msgstr "Nedisponeblaj informoj pri fluo" #: src/components/moderation/BlockDialog.tsx:211 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "Malbloki" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "Malbloki" @@ -12427,17 +12489,17 @@ msgstr "Malbloki {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "Malbloki konton" #: src/components/moderation/BlockDialog.tsx:146 msgid "Unblock account?" -msgstr "" +msgstr "ฤˆu malbloki la konton?" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "ฤˆu malbloki konton?" @@ -12474,12 +12536,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Malfari reafiลon ({0, plural, one {# reafiลo} other {# reafiลoj}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "Ne sekvi {0}" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "Ne sekvi konton" @@ -12509,7 +12571,7 @@ msgstr "Neetikedita poradolta enhavo" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 msgid "Unlabeled, abusive, or non-consensual adult content" -msgstr "" +msgstr "Neetikedita, perforta aลญ ne-interkonsentita plenkreska enhavo" #: src/screens/Profile/components/ProfileFeedHeader.tsx:509 msgid "Unlike" @@ -12521,11 +12583,11 @@ msgstr "Ne plu ลati" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Ne plu ลati ({0, plural, one {# ลato} other {# ลatoj}})" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "Malลlosi babilejon" -#: src/screens/Messages/ConversationSettings/index.tsx:567 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "Malbloki ฤ‰i tiun grupan babilejon" @@ -12548,8 +12610,8 @@ msgstr "Malsilentigi {0}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "Malsilentigi konton" @@ -12562,7 +12624,7 @@ msgstr "Malsilentigi konversacion" msgid "Unmute list" msgstr "Malsilentigi liston" -#: src/screens/Messages/ConversationSettings/index.tsx:529 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "Malsilentigi ฤ‰i tiun grupan babilejon" @@ -12641,25 +12703,22 @@ msgstr "Malabonita de listo" msgid "Unsupported clipboard content" msgstr "Nesubtenata tonduja enhavo" -#: src/view/com/composer/Composer.tsx:1557 +#: src/view/com/composer/Composer.tsx:1555 msgid "Unsupported video type: {mimeType}" msgstr "Nesubtenata videaฤตa tipo: {mimeType}" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" -msgstr "" +msgstr "ฤœis 50 homoj" #: src/screens/Settings/components/OTAInfo.tsx:61 #: src/screens/Settings/components/OTAInfo.tsx:77 msgid "Update" msgstr "ฤœisdatigi" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "ฤœisdatigi <0>{displayName} en listoj" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" msgstr "" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 @@ -12669,6 +12728,10 @@ msgstr "" msgid "Update email" msgstr "ฤœisdatigi retpoลtadreson" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 #: src/screens/Messages/components/InviteLinkDialog.tsx:303 @@ -12680,14 +12743,6 @@ msgstr "Aktualigi invitligilon" msgid "Update to {domain}" msgstr "ลœanฤi al {domain}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "" - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "ฤœisdatigi vian retpoลtadreson" @@ -12736,7 +12791,7 @@ msgstr "Alลuti el la dosieroj" msgid "Upload from Library" msgstr "Alลuti el la biblioteko" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2585 msgid "Uploading GIF..." msgstr "Alลutado de GIF..." @@ -12750,7 +12805,7 @@ msgstr "Alลutado de bildoj..." msgid "Uploading link thumbnail..." msgstr "Alลutado de ligila miniaturo..." -#: src/view/com/composer/Composer.tsx:2589 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading video..." msgstr "Alลutado de videaฤตo..." @@ -12826,7 +12881,7 @@ msgid "User Blocks You" msgstr "Uzanto blokas vin" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "Listo de uzantoj de {0}" @@ -12835,7 +12890,7 @@ msgstr "Listo de uzantoj de {0}" msgid "User List by {0}" msgstr "Listo de uzantoj de {0}" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "Listo de uzantoj de vi" @@ -12875,16 +12930,6 @@ msgstr "uzantoj sekvataj de <0>@{0}" msgid "users following <0>@{0}" msgstr "uzantoj sekvantaj <0>@{0}" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "Uzantoj, kiujn mi sekvas" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "Uzantoj, kiujn mi sekvas" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "Valoro:" @@ -12912,8 +12957,8 @@ msgstr "Konfirmita de:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "Konfirmi konton" @@ -12954,7 +12999,7 @@ msgstr "Konfirmi nun" #: src/components/contacts/screens/PhoneInput.tsx:175 #: src/components/contacts/screens/VerifyNumber.tsx:217 msgid "Verify phone number" -msgstr "Konfirmu telefononumeron" +msgstr "Konfirmu telefonnumeron" #: src/screens/Settings/components/ChangeHandleDialog.tsx:547 #: src/screens/Settings/components/ChangeHandleDialog.tsx:569 @@ -13039,7 +13084,7 @@ msgstr "Videaฤตo netrovita." msgid "Video settings" msgstr "Agordoj pri videaฤตoj" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2605 msgid "Video uploaded" msgstr "Videaฤตo alลutita" @@ -13056,14 +13101,14 @@ msgstr "Videaฤตoj" 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:1150 +#: src/view/com/composer/Composer.tsx:1148 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Vidi" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "Vidi {0}" @@ -13078,7 +13123,7 @@ msgstr "Vidi la profilbildon de {0}" #: 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 "Vidi la profilon de {0}" @@ -13092,7 +13137,7 @@ msgstr "Vidi profilon de {0}" msgid "View {displayName}โ€™s profile" msgstr "Vidi profilon de {displayName}" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "Vidi {publicationTitle}" @@ -13145,7 +13190,7 @@ msgstr "Vidi pli" msgid "View more trending videos" msgstr "Vidi pli da furoraj videaฤตoj" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1143 msgid "View post" msgstr "Vidi afiลon" @@ -13160,12 +13205,12 @@ msgstr "Vidi profilon" #: src/screens/Profile/Header/Shell.tsx:163 msgid "View profile banner" -msgstr "" +msgstr "Vidi profilan rubandon" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "Vidi publikigon" @@ -13173,7 +13218,7 @@ msgstr "Vidi publikigon" msgid "View the avatar" msgstr "Vidi la profilbildon" -#: src/screens/Messages/ConversationSettings/index.tsx:554 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "Vidi la invitligilon por ฤ‰i tiu grupa babilejo" @@ -13234,7 +13279,7 @@ msgstr "Violento" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violent or threatening content" -msgstr "" +msgstr "Violenta aลญ minaca enhavo" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:122 @@ -13270,11 +13315,11 @@ msgstr "Spekti nun" #: src/components/contacts/screens/GetContacts.tsx:253 msgid "We apply the highest privacy standards, and never share or sell your contact information." -msgstr "" +msgstr "Ni aplikas la plej altajn privatecajn normojn, kaj neniam dividas aลญ vendas viajn kontaktinformojn." #: 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 "Ni ne povis starigi konekton kun la servo, kiu provizas ฤ‰i tiun fluon. Eble ฤi dumtempe spertas problemojn, aลญ eble ฤi estas por ฤ‰iam nedisponebla." #: src/view/com/feeds/MissingFeed.tsx:147 msgid "We could not find this list. It was probably deleted." @@ -13294,7 +13339,7 @@ msgstr "Ni ne povis ลargi ฤ‰i tiun konversacion" #: src/screens/Messages/JoinRequests.tsx:89 msgid "We couldnโ€™t load this conversationโ€™s join requests" -msgstr "" +msgstr "Ni ne povis ลargi la aliฤpetojn de ฤ‰i tiu konversacio" #: src/screens/Messages/ConversationSettings/index.tsx:138 msgid "We couldnโ€™t load this conversationโ€™s settings" @@ -13306,7 +13351,7 @@ msgstr "Ni forigas haketojn post kiam kontaktoj estas trovitaj" #: src/components/contacts/components/InviteInfo.tsx:67 msgid "We don't store your friends' phone numbers or send any messages" -msgstr "Ni ne konservas telefononumerojn de viaj amikoj kaj sendas neniujn mesaฤojn" +msgstr "Ni ne konservas telefonnumerojn de viaj amikoj kaj sendas neniujn mesaฤojn" #: src/screens/SignupQueued.tsx:163 msgid "We estimate {estimatedTime} until your account is ready." @@ -13323,11 +13368,11 @@ msgstr "Ni sendis plian konfirman retmesaฤon al <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 "Ni devas konfirmi vian numeron antaลญ ol vi povos serฤ‰i amikojn. Ni sendos konfirmkodon al via telefon-numero." #: src/components/contacts/screens/GetContacts.tsx:241 msgid "We never keep plain phone numbers" -msgstr "Ni neniam konservas telefononumerojn platatekste" +msgstr "Ni neniam konservas telefonnumerojn platatekste" #: src/components/contacts/screens/GetContacts.tsx:247 msgid "We only suggest follows if both people consent" @@ -13435,13 +13480,13 @@ msgstr "Ni bedaลญras, sed ni ne povis ลargi viajn silentigitajn vortojn nuntemp #: src/screens/Search/SearchResults.tsx:339 #: src/screens/Search/SearchResults.tsx:472 msgid "Weโ€™re sorry, but your search could not be completed. Please try again in a few minutes." -msgstr "" +msgstr "Bedaลญrinde, via serฤ‰o ne povis esti plenumita. Bonvolu reprovi post kelkaj minutoj." #: src/components/ageAssurance/AgeRestrictedScreen.tsx:62 msgid "We're sorry, you cannot access this screen at this time." -msgstr "" +msgstr "Bedaลญrinde, vi ne povas aliri ฤ‰i tiun ekranon nuntempe." -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1039 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." @@ -13492,7 +13537,7 @@ msgid "What do you want to call your starter pack?" msgstr "Kiel vi volas nomi vian startpakon?" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1519 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Kio okazas?" @@ -13519,7 +13564,7 @@ msgid "Who can verify?" msgstr "Kiu povas konfirmi?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "Ups!" @@ -13548,7 +13593,7 @@ msgstr "Kial ฤ‰i tiu listo estu reviziita?" #: src/components/moderation/ReportDialog/copy.ts:20 msgid "Why should this livestream be reviewed?" -msgstr "" +msgstr "Kial ฤ‰i tiu tujelsendo estu reviziita?" #: src/components/moderation/ReportDialog/copy.ts:58 msgid "Why should this message be reviewed?" @@ -13572,13 +13617,13 @@ msgstr "ฤˆu vi volas bloki ฤ‰i tiun uzanton kaj/aลญ forigi ฤ‰i tiun konversacion #: src/components/dms/AfterReportConversationDialog.tsx:47 msgid "Would you like to block this user and/or leave this conversation?" -msgstr "" +msgstr "ฤˆu vi volas bloki ฤ‰i tiun uzanton kaj/aลญ foriri el ฤ‰i tiu konversacio?" #: src/view/com/composer/drafts/DraftsButton.tsx:110 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:1439 +#: src/view/com/composer/Composer.tsx:1437 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?" @@ -13587,12 +13632,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:1617 +#: src/view/com/composer/Composer.tsx:1615 msgid "Write post" msgstr "Tajpu afiลon" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1517 msgid "Write your reply" msgstr "Tajpu vian respondon" @@ -13658,7 +13703,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:610 +#: src/components/dms/MessageItem.tsx:699 msgid "You are blocking {0}" msgstr "Vi blokas {0}" @@ -13726,7 +13771,7 @@ msgstr "Vi povas adapti viajn interesojn iam ajn de agordoj pri \"Enhavo kaj aลญ #: 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 "Anstataลญe, vi povas <0>provizore malaktivigi vian konton. Viaj 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/posts/FollowingEmptyState.tsx:60 #: src/view/com/posts/FollowingEndOfFeed.tsx:61 @@ -13756,7 +13801,7 @@ msgstr "Vi nun povas elekti ricevi sciigojn kiam specifaj homoj afiลos. Se esta #: 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 "Vi nun povas inviti amikojn per ligilo aลญ QR-kodo. Diskonigu la ligilon, aลญ petu al ili skani la QR-kodon." #: src/screens/Login/index.tsx:203 #: src/screens/Login/PasswordUpdatedForm.tsx:27 @@ -13764,11 +13809,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:221 +#: src/view/com/composer/Composer.tsx:220 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" -msgstr "" +msgstr "Vi povas aldoni ฤis po {MAX_GALLERY_IMAGES, plural, one {# bildon} other {# bildojn}} en afiลo" -#: src/view/com/composer/Composer.tsx:1444 +#: src/view/com/composer/Composer.tsx:1442 msgid "You can only save drafts up to 1000 characters." msgstr "Vi povas konservi malnetojn maksimume nur 1000 signojn longajn." @@ -13795,7 +13840,7 @@ 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 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." -msgstr "" +msgstr "Vi povas elekti {MAX_GALLERY_IMAGES, plural, one {# bildon} other {# bildojn}} entute." #: src/components/interstitials/Trending.tsx:132 #: src/components/interstitials/TrendingVideos.tsx:138 @@ -13803,19 +13848,19 @@ msgstr "" 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:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:115 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" -msgstr "" +msgstr "Vi ne povas aldoni pli ol {EMOJI_REACTION_LIMIT, plural, one {# emoฤi-reagon} other {# emoฤi-reagojn}}" #: src/components/dms/dialogs/NewChatDialog.tsx:105 msgid "You cannot create a group chat yet." -msgstr "" +msgstr "Vi ankoraลญ ne povas krei grupan babilejon." #: 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 "Vi ne povas ฤisdatigi vian naskiฤdaton se vi uzas apan pasvorton. Bonvolu ensaluti per via ฤ‰efa pasvorto por ฤisdatigi vian naskiฤdaton." #: src/screens/Profile/KnownFollowers.tsx:103 msgid "You don't follow any users who follow @{name}." @@ -13839,7 +13884,7 @@ msgstr "Vi havas neniun konservitan fluon." msgid "You got here first" msgstr "Vi alvenis ฤ‰i tien unue" -#: src/components/intents/GroupChatJoinDialog.tsx:166 +#: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and canโ€™t join it using this link." msgstr "" @@ -13873,7 +13918,7 @@ msgstr "Vi kaลis ฤ‰i tiun afiลon." #: 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 "Vi markis ฤ‰i tiun konton kiel \"aลญtomatigita\". Vi povas ลanฤi tion iam ajn en la agordejo de via konto." #: src/components/moderation/ModerationDetailsDialog.tsx:108 #: src/lib/moderation/useModerationCauseDescription.ts:100 @@ -13884,6 +13929,7 @@ msgstr "Vi silentigis ฤ‰i tiun konton." msgid "You have muted this user" msgstr "Vi silentigis ฤ‰i tiun uzanton" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "Vi ne havas listojn." @@ -13912,7 +13958,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:1434 +#: src/view/com/composer/Composer.tsx:1432 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?" @@ -13930,7 +13976,7 @@ msgstr "Vi ankoraลญ kreis neniun liston." #: src/view/com/feeds/ProfileFeedgens.tsx:160 msgid "You haven't made any custom feeds yet." -msgstr "" +msgstr "Vi ankoraลญ ne kreis proprajn fluojn." #: src/components/dialogs/MutedWords.tsx:407 msgid "You haven't muted any words or tags yet" @@ -13970,7 +14016,7 @@ msgstr "Vi eblas aldoni maksimume {STARTER_PACK_MAX_SIZE, plural, one {{STARTER_ msgid "You may only add up to 3 feeds" msgstr "Vi povas aldoni maksimume 3 fluojn" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." msgstr "" @@ -13983,7 +14029,7 @@ msgid "You must be following at least seven other people to generate a starter p msgstr "Vi devas sekvi almenaลญ sep aliajn homojn por generi startpakon." #: src/components/StarterPack/QrCodeDialog.tsx:69 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: 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" @@ -13997,7 +14043,7 @@ msgstr "Vi konfirmu vian retpoลtadreson, antaลญ ol vi povos ลalti retpoลtan 2 #: src/components/moderation/BlockDialog.tsx:352 msgid "You own this chat" -msgstr "" +msgstr "Vi posedas ฤ‰i tiun babilejon" #. placeholder {0}: currentAccount?.handle #: src/screens/Deactivated.tsx:120 @@ -14009,12 +14055,12 @@ 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:259 +#: src/components/dms/MessageItem.tsx:340 msgid "You reacted {0}" msgstr "Vi reagis per {0}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "Vi reagis per {0} al {target}" @@ -14023,11 +14069,23 @@ msgstr "Vi reagis per {0} al {target}" msgid "You recently changed your birthdate" msgstr "Vi lastatempe ลanฤis vian naskiฤdaton" -#. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 -msgid "You requested to join" +#: src/components/dms/MessageItem.tsx:804 +msgid "You replied" msgstr "" +#: src/components/dms/MessageItem.tsx:802 +msgid "You replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:800 +msgid "You replied to yourself" +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 "Vi sendis aliฤpeton" + #: src/screens/Settings/Settings.tsx:297 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." @@ -14050,12 +14108,12 @@ msgstr "Vi nun ricevos sciigojn pri ฤ‰i tiu fadeno" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "Retmesaฤe vi ricevos \"restarigan kodon\". Enigu tiun kodon ฤ‰i tien, poste entajpu vian novan pasvorton." -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "Vi ne povos aliฤi ree, krom se vi estos invitota." #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "Vi: {message}" @@ -14127,7 +14185,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:646 +#: src/view/com/composer/Composer.tsx:644 msgid "You've reached the maximum number of drafts" msgstr "Vi atingis la maksimuman nombron da malnetoj" @@ -14169,11 +14227,11 @@ msgstr "Via konto ne estas sufiฤ‰e malnova por alลuti videaฤตojn. Bonvolu repro #: src/components/dms/InitiateChatFlow.tsx:731 msgid "Your account is too new" -msgstr "" +msgstr "Via konto estas tro nova" #: src/components/dms/InitiateChatFlow.tsx:732 msgid "Your account must be at least 7 days old to create a new group chat." -msgstr "" +msgstr "Via konto devas esti almenaลญ 7 tagojn malnova por krei novan grupan babilejon." #: 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." @@ -14199,11 +14257,11 @@ msgstr "Viaj babilejoj estis malลaltitaj" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "Via elekto estos memorota por estontecaj ligiloj. Vi povas ลanฤi ฤin iam ajn en agordoj." -#: src/view/com/notifications/NotificationFeedItem.tsx:374 +#: src/view/com/notifications/NotificationFeedItem.tsx:380 msgid "Your contact {firstAuthorLink} is on Bluesky" msgstr "Via kontakto {firstAuthorLink} estas ฤ‰e Bluesky" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:378 msgid "Your contact {firstAuthorName} is on Bluesky" msgstr "Via kontakto {firstAuthorName} estas ฤ‰e Bluesky" @@ -14273,7 +14331,7 @@ msgstr "Viaj interesoj helpas nin ekscii, kion vi ลatas!" #: src/features/liveEvents/components/LiveEventFeedOptionsMenu.tsx:69 msgid "Your live event preferences have been updated." -msgstr "" +msgstr "Viaj preferoj pri tujelsendaj eventoj estis ฤisdatigitaj." #: src/screens/Signup/StepInfo/index.tsx:353 msgid "Your location has been updated." @@ -14285,7 +14343,7 @@ msgstr "Viaj silentigitaj vortoj" #: 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 "Via nomo, via profilbildo, la nomo de la grupa babilejo kaj la nombro de membroj estos videblaj por ฤ‰iuj." #: 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." @@ -14295,11 +14353,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:1141 +#: src/view/com/composer/Composer.tsx:1139 msgid "Your post was sent" msgstr "Via afiลo estis sendita" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1136 msgid "Your posts were sent" msgstr "Viaj afiลoj estis senditaj" @@ -14320,7 +14378,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:1140 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your reply was sent" msgstr "Via respondo estis sendita" @@ -14333,7 +14391,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:1469 +#: src/view/com/composer/Composer.tsx:1467 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 7a753e6f10..98d87aeeed 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-10 21:06\n" +"PO-Revision-Date: 2026-06-17 12:23\n" "Last-Translator: \n" "Language-Team: Spanish\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "Categorรญa \"{interestsDisplayName}\" (activa)" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:867 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" msgstr "(enlace de invitaciรณn al chat)" -#: src/components/dms/getMessageInfo.ts:73 +#: 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)" @@ -75,7 +79,7 @@ msgstr "Se ha marcado este contenido con {0, plural, one {# etiqueta} other {# e msgid "{0, plural, one {# like} other {# likes}}" msgstr "{0, plural, one {# me gusta} other {# me gusta}}" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "{0, plural, one {# miembro} other {# miembros}}" @@ -97,7 +101,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:269 +#: src/components/dms/MessageItem.tsx:350 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "{0, plural, one {# persona reaccionรณ} other {# personas reaccionaron}} โ€“ {1}" @@ -118,15 +122,15 @@ msgstr "{0, plural, one {# segundo} other {# segundos}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: 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}}" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "{0, plural, one {#min} other {#min}}" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "{0} siguiendo" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:703 msgid "{0} is blocking you" msgstr "{0} te tiene bloqueado" @@ -273,7 +277,7 @@ msgstr "{0} de 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:345 msgid "{0} reacted {1}" msgstr "{0} reaccionรณ con {1}" @@ -326,26 +330,24 @@ msgstr "Avatar de {0}" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:143 +#: src/screens/Messages/JoinRequest.tsx:139 msgctxt "group-chat-member-count" msgid "{0}/{1}" 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'. +#. placeholder {0}: joinLinkPreview.memberCount #. placeholder {0}: preview.memberCount +#. placeholder {1}: joinLinkPreview.memberLimit #. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 msgid "{0}/{1} {2, plural, one {member} other {members}}" msgstr "{0}/{1} {2, plural, one {miembro} other {miembros}}" -#. The number of active group chat members out of the total number allowed. -#. placeholder {0}: joinLinkPreview.memberCount -#. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:329 -msgid "{0}/{1} members" -msgstr "{0}/{1} 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 @@ -389,7 +391,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:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "{count, plural, one {# solicitud} other {# solicitudes}}" @@ -397,33 +399,11 @@ msgstr "{count, plural, one {# solicitud} other {# solicitudes}}" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "{count, plural, one {# elemento sin leer} other {# elementos sin leer}}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "{count, plural, one {Actualiza la pรกgina para verlo.} other {Actualiza la pรกgina para verlos todos.}}" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "{count, plural, one {Esta publicaciรณn tiene # foto.} other {Esta publicaciรณn tiene # fotos.}}" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "{count, plural, one {Actualiza tu aplicaciรณn para verlo.} other {Actualiza tu aplicaciรณn para verlos todos.}}" - #. 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 "{count, plural, one {#+ solicitud para unirse} other {#+ solicitudes para unirse}}" -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "{count}+" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "{count}+ solicitudes" - #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" msgstr "{date} a las {time}" @@ -441,155 +421,155 @@ msgstr "{estimatedTimeHrs, plural, one {hora} other {horas}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minuto} other {minutos}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: 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" -#: 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 "A {firstAuthorLink} y <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} mรกs} other {{formattedAuthorsCount} mรกs}} les gusta tu feed" -#: 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 "A {firstAuthorLink} y <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} mรกs} other {{formattedAuthorsCount} mรกs}} les gusta tu publicaciรณn" -#: 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 "A {firstAuthorLink} y <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} mรกs} other {{formattedAuthorsCount} mรกs}} les gusta tu republicaciรณn" -#: 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 "{firstAuthorLink} y <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} mรกs} other {{formattedAuthorsCount} mรกs}} eliminaron sus verificaciones de tu cuenta" -#: 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 "{firstAuthorLink} y <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} mรกs} other {{formattedAuthorsCount} mรกs}} han republicado tu publicaciรณn" -#: 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 "{firstAuthorLink} y <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} mรกs} other {{formattedAuthorsCount} mรกs}} han republicado tu republicaciรณn" -#: 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 "{firstAuthorLink} y <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} mรกs} other {{formattedAuthorsCount} mรกs}} se han inscrito a tu paquete de inicio" -#: 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 "{firstAuthorLink} y <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} mรกs} other {{formattedAuthorsCount} mรกs}} te han verificado" -#: src/view/com/notifications/NotificationFeedItem.tsx:367 +#: src/view/com/notifications/NotificationFeedItem.tsx:373 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} te siguiรณ" -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} tambiรฉn te siguiรณ" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "A {firstAuthorLink} le gusta tu feed personalizado" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "A {firstAuthorLink} le gusta tu publicaciรณn" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:512 msgid "{firstAuthorLink} liked your repost" msgstr "A {firstAuthorLink} le gusta tu republicaciรณn" -#: src/view/com/notifications/NotificationFeedItem.tsx:479 +#: src/view/com/notifications/NotificationFeedItem.tsx:485 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} eliminรณ su verificaciรณn de tu cuenta" -#: src/view/com/notifications/NotificationFeedItem.tsx:334 +#: src/view/com/notifications/NotificationFeedItem.tsx:340 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} republicรณ tu publicaciรณn" -#: src/view/com/notifications/NotificationFeedItem.tsx:530 +#: src/view/com/notifications/NotificationFeedItem.tsx:536 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink} republicรณ tu republicaciรณn" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:431 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} se inscribiรณ con tu paquete de inicio" -#: src/view/com/notifications/NotificationFeedItem.tsx:454 +#: src/view/com/notifications/NotificationFeedItem.tsx:460 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} te verificรณ" -#: 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 "{firstAuthorName} y {additionalAuthorsCount, plural, one {{formattedAuthorsCount} mรกs} other {{formattedAuthorsCount} mรกs}} te siguieron" -#: 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 "A {firstAuthorName} y {additionalAuthorsCount, plural, one {{formattedAuthorsCount} mรกs} other {{formattedAuthorsCount} mรกs}} les gustรณ tu feed personalizado" -#: 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 "A {firstAuthorName} y {additionalAuthorsCount, plural, one {{formattedAuthorsCount} mรกs} other {{formattedAuthorsCount} mรกs}} les gustรณ tu publicaciรณn" -#: 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 "A {firstAuthorName} y {additionalAuthorsCount, plural, one {{formattedAuthorsCount} mรกs} other {{formattedAuthorsCount} mรกs}} les gustรณ tu republicaciรณn" -#: 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 "{firstAuthorName} y {additionalAuthorsCount, plural, one {{formattedAuthorsCount} mรกs} other {{formattedAuthorsCount} mรกs}} eliminaron sus verificaciones de tu cuenta" -#: 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 "{firstAuthorName} y {additionalAuthorsCount, plural, one {{formattedAuthorsCount} mรกs} other {{formattedAuthorsCount} mรกs}} republicaron tu publicaciรณn" -#: 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 "{firstAuthorName} y {additionalAuthorsCount, plural, one {{formattedAuthorsCount} mรกs} other {{formattedAuthorsCount} mรกs}} republicaron tu republicaciรณn" -#: 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 "{firstAuthorName} y {additionalAuthorsCount, plural, one {{formattedAuthorsCount} mรกs} other {{formattedAuthorsCount} mรกs}} se han inscrito con tu paquete de inicio" -#: src/view/com/notifications/NotificationFeedItem.tsx:435 +#: src/view/com/notifications/NotificationFeedItem.tsx:441 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "{firstAuthorName} y {additionalAuthorsCount, plural, one {{formattedAuthorsCount} mรกs} other {{formattedAuthorsCount} mรกs}} te verificaron" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:359 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} te siguiรณ" -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} tambiรฉn te siguiรณ" -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" msgstr "A {firstAuthorName} le gusta tu feed personalizado" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" msgstr "A {firstAuthorName} le gusta tu publicaciรณn" -#: src/view/com/notifications/NotificationFeedItem.tsx:492 +#: src/view/com/notifications/NotificationFeedItem.tsx:498 msgid "{firstAuthorName} liked your repost" msgstr "A {firstAuthorName} le gusta tu republicaciรณn" -#: src/view/com/notifications/NotificationFeedItem.tsx:465 +#: src/view/com/notifications/NotificationFeedItem.tsx:471 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} eliminรณ su verificaciรณn de tu cuenta" -#: src/view/com/notifications/NotificationFeedItem.tsx:320 +#: src/view/com/notifications/NotificationFeedItem.tsx:326 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} republicรณ tu publicaciรณn" -#: src/view/com/notifications/NotificationFeedItem.tsx:516 +#: src/view/com/notifications/NotificationFeedItem.tsx:522 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName} republicรณ tu republicaciรณn" -#: src/view/com/notifications/NotificationFeedItem.tsx:411 +#: src/view/com/notifications/NotificationFeedItem.tsx:417 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} se inscribiรณ con tu paquete de inicio" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} te verificรณ" @@ -659,12 +639,12 @@ msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "{minutes, plural, one {# minuto} other {# minutos}}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "{name} reaccionรณ con {0} a {target}" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "{name}: {message}" @@ -697,6 +677,18 @@ msgstr "{profileName} se uniรณ a Bluesky usando un paquete de inicio hace {timeA msgid "{rank}." msgstr "{rank}." +#: src/components/dms/MessageItem.tsx:813 +msgid "{replierDisplayName} replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:809 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:807 +msgid "{replierDisplayName} replied to you" +msgstr "" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "Una colecciรณn de feeds populares que puedes encontrar en Bluesky, incluyendo News, Booksky, Game Dev, Blacksky y Fountain Pens" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "un mensaje" @@ -873,8 +875,8 @@ msgstr "Se produjo un error de red. Por favor, verifica tu conexiรณn a internet" #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 #: src/screens/Messages/JoinRequests.tsx:192 #: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." @@ -955,7 +957,7 @@ msgstr "Aceptar esta sugerencia de idioma" msgid "Accepted conversations" msgstr "Conversaciones aceptadas" -#: src/components/intents/GroupChatJoinDialog.tsx:113 +#: 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." @@ -980,12 +982,12 @@ msgstr "Cuenta" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "Cuenta bloqueada" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "Cuenta seguida" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "La cuenta estรก desactivada" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "Cuenta silenciada" @@ -1028,18 +1030,18 @@ msgstr "Cuenta eliminada del acceso rรกpido" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "Cuenta desbloqueada" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "Has dejado de seguir a esta cuenta" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "Cuenta no silenciada" @@ -1054,12 +1056,13 @@ msgstr "Las cuentas con una marca de verificaciรณn ondeada <0><1/> pueden ve msgid "Activity from others" msgstr "Actividad de otras personas" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "Aรฑadir" @@ -1112,11 +1115,11 @@ msgstr "Aรฑadir un texto alternativo (opcional)" msgid "Add another account" msgstr "Aรฑadir otra cuenta" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1518 msgid "Add another post" msgstr "Aรฑadir otra publicaciรณn" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2181 msgid "Add another post to thread" msgstr "Aรฑadir otra publicaciรณn al hilo" @@ -1182,7 +1185,7 @@ msgstr "Aรฑadir palabras silenciadas y etiquetas" msgid "Add people" msgstr "Aรฑadir personas" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "Aรฑadir personas a la lista" @@ -1214,8 +1217,8 @@ msgstr "Aรฑade el siguiente registro DNS a tu dominio:" msgid "Add this feed to your feeds" msgstr "Aรฑade este feed a tus feeds" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "Aรฑadir a las listas" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "Aรฑadir a publicaciones guardadas" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "Aรฑadir a paquetes de inicio" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "Aรฑadir usuario a la lista" @@ -1246,8 +1249,8 @@ msgstr "Aรฑadido por {0}" msgid "Added by invite link" msgstr "Aรฑadido mediante enlace de invitaciรณn" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "Aรฑadido a la lista" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "alice@ejemplo.com" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "Todas" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "Todas {0}" @@ -1521,7 +1524,7 @@ msgid "An error occurred while loading your lists :/" msgstr "Se produjo un error al cargar tus listas :/" #: src/components/StarterPack/QrCodeDialog.tsx:81 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:103 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "Error al guardar el cรณdigo QR." @@ -1589,8 +1592,8 @@ msgstr "Se produjo un problema mientras intentaba abrir el chat" #: 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 "Ocurriรณ un problema. Intรฉntalo de nuevo." @@ -1643,7 +1646,7 @@ msgstr "Cualquiera" msgid "Anyone can interact" msgstr "Cualquiera puede interactuar" -#: src/components/intents/GroupChatJoinDialog.tsx:340 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" msgstr "Cualquiera puede unirse" @@ -1796,8 +1799,8 @@ msgstr "ยฟQuieres eliminar este paquete de inicio?" msgid "Are you sure you want to discard your changes?" msgstr "ยฟQuieres descartar tus cambios?" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "ยฟEstรกs seguro de que quieres salir de {groupName}?" @@ -1814,11 +1817,11 @@ msgid "Are you sure you want to remove this from your feeds?" msgstr "ยฟQuieres eliminar esto de tus feeds?" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 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:1656 +#: src/view/com/composer/Composer.tsx:1654 msgid "Are you sure you'd like to discard this post?" msgstr "ยฟQuieres descartar esta publicaciรณn?" @@ -1958,10 +1961,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:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2009,8 +2012,8 @@ msgstr "Bloquear a {displayName}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "Bloquear cuenta" @@ -2088,6 +2091,10 @@ 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." @@ -2260,7 +2267,7 @@ msgstr "Botรณn para volver a la lรญnea de tiempo principal" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:181 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2274,13 +2281,13 @@ msgstr "por @{0}" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:363 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "Por <0>{0}" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" msgstr "Por <0>{ownerDisplayName}" @@ -2348,10 +2355,10 @@ msgstr "Se necesita acceso a la cรกmara" #: src/screens/Deactivated.tsx:150 #: src/screens/Messages/components/InviteLinkDialog.tsx:500 #: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,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:1734 -#: src/view/com/composer/Composer.tsx:1744 +#: src/view/com/composer/Composer.tsx:1732 +#: src/view/com/composer/Composer.tsx:1742 #: 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 @@ -2380,6 +2387,10 @@ msgstr "Cancelar cita" msgid "Cancel reactivation and sign out" msgstr "Cancelar la reactivaciรณn y cerrar la sesiรณn" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "Cancelar bรบsqueda" @@ -2481,7 +2492,7 @@ msgstr "Los cambios en el paquete de inicio no se reflejarรกn en la lista despu #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,7 +2509,7 @@ msgid "Chat ended" msgstr "Chat finalizado" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:256 +#: src/components/intents/GroupChatJoinDialog.tsx:269 #: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" msgstr "El enlace de invitaciรณn al chat ya no estรก disponible" @@ -2520,12 +2531,12 @@ msgctxt "toast" msgid "Chat muted" msgstr "Chat silenciado" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." msgstr "Chat no encontrado." -#: src/components/moderation/BlockDialog.tsx:292 +#: 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." @@ -2544,10 +2555,10 @@ msgstr "Solicitudes de chat" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "Ajustes de chat" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Chat no silenciado" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "Chats" @@ -2731,7 +2742,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:533 +#: src/components/dms/MessageItem.tsx:622 msgid "Click to retry failed message" msgstr "Clic para reintentar mensaje fallido" @@ -2745,6 +2756,7 @@ msgstr "Clic para reintentar mensaje fallido" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "Clic para reintentar mensaje fallido" #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:233 -#: src/components/intents/GroupChatJoinDialog.tsx:268 +#: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2804,10 +2816,6 @@ msgstr "Cerrar la alerta" msgid "Close banner" msgstr "Cerrar banner" -#: src/view/com/util/BottomSheetCustomBackdrop.tsx:36 -msgid "Close bottom drawer" -msgstr "Cerrar el cajรณn inferior" - #. Accessibility label for the button that dismisses the GIF picker error dialog. #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:223 #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:229 @@ -2822,7 +2830,7 @@ msgstr "Cerrar el cajรณn inferior" msgid "Close dialog" msgstr "Cerrar ventana" -#: src/view/shell/index.web.tsx:129 +#: src/view/shell/index.web.tsx:127 msgid "Close drawer menu" msgstr "Cerrar el menรบ lateral" @@ -2850,10 +2858,10 @@ msgstr "Cerrar escรกner" msgid "Close the incoming requests banner" msgstr "Cerrar el banner de solicitudes entrantes" -#: src/components/intents/GroupChatJoinDialog.tsx:226 -#: src/components/intents/GroupChatJoinDialog.tsx:227 -#: src/components/intents/GroupChatJoinDialog.tsx:263 -#: src/components/intents/GroupChatJoinDialog.tsx:264 +#: 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 msgid "Close this dialog" msgstr "Cierra este diรกlogo" @@ -2866,15 +2874,15 @@ 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:1742 +#: src/view/com/composer/Composer.tsx:1740 msgid "Closes post composer and discards post draft" msgstr "Cierra la ventana de redacciรณn y descarta el borrador" -#: src/view/com/notifications/NotificationFeedItem.tsx:605 +#: src/view/com/notifications/NotificationFeedItem.tsx:611 msgid "Collapse list of users" msgstr "Colapsa la lista de usuarios" -#: src/view/com/notifications/NotificationFeedItem.tsx:953 +#: src/view/com/notifications/NotificationFeedItem.tsx:959 msgid "Collapses list of users for a given notification" msgstr "Colapsa la lista de usuarios para una notificaciรณn en particular" @@ -2920,7 +2928,7 @@ msgid "Compose new post" msgstr "Escribir nueva publicaciรณn" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1618 +#: src/view/com/composer/Composer.tsx:1616 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Escribir publicaciones de hasta {0, plural, other {# caracteres}}" @@ -2928,11 +2936,11 @@ msgstr "Escribir publicaciones de hasta {0, plural, other {# caracteres}}" msgid "Compose reply" msgstr "Escribir la respuesta" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2578 msgid "Compressing GIF..." msgstr "Comprimiendo GIF..." -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing video..." msgstr "Comprimiendo video..." @@ -3100,7 +3108,7 @@ msgstr "Continuar al siguiente paso" msgid "Conversation" msgstr "Conversaciรณn" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "Conversaciรณn eliminada" @@ -3127,7 +3135,7 @@ msgid "Copied build version to clipboard" msgstr "Versiรณn de compilaciรณn copiada al portapapeles" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3154,12 @@ msgstr "ยกCopiado!" msgid "Copies build version to clipboard" msgstr "Copia la versiรณn de la compilaciรณn al portapapeles" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" msgstr "Copia la URL canรณnica del perfil al portapapeles" #: src/components/StarterPack/QrCodeDialog.tsx:198 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:265 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "Copiar" @@ -3159,8 +3167,8 @@ msgstr "Copiar" msgid "Copy App Password" msgstr "Copiar Contraseรฑa de App" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "Copiar URI at://" @@ -3175,8 +3183,8 @@ msgid "Copy code" msgstr "Copiar cรณdigo" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "Copiar DID" @@ -3184,7 +3192,7 @@ msgstr "Copiar DID" msgid "Copy host" msgstr "Copiar host" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:254 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" msgstr "Copiar enlace de invitaciรณn" @@ -3210,8 +3218,8 @@ msgstr "Copia el enlace a la lista" msgid "Copy link to post" msgstr "Copiar el enlace a la publicaciรณn" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "Copiar el enlace al perfil" @@ -3219,8 +3227,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:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "Copiar el texto del mensaje" @@ -3249,7 +3257,7 @@ msgstr "Copiar valor del registro TXT" msgid "Copyright Policy" msgstr "Polรญtica de derechos de autor" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" msgstr "No se pudo capturar el cรณdigo QR" @@ -3261,11 +3269,11 @@ msgstr "No se pudo conectar con el feed personalizado" msgid "Could not connect to feed service" msgstr "No se pudo conectar con el servicio del feed" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:120 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" msgstr "No se pudo copiar. Por favor, intรฉntalo de nuevo" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" msgstr "No se pudo descargar. Por favor, intรฉntalo de nuevo" @@ -3294,7 +3302,7 @@ msgstr "No se pudieron seguir todas las coincidencias. {0}" msgid "Could not leave chat" msgstr "No se pudo salir de este chat" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." msgstr "No se pudo salir del chat." @@ -3308,7 +3316,7 @@ msgstr "No se pudo cargar este feed" msgid "Could not load list" msgstr "No se pudo cargar esta lista" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:169 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" msgstr "No se pudo cargar el perfil" @@ -3320,7 +3328,7 @@ msgstr "No se pudo silenciar el chat" msgid "Could not process your video" msgstr "No se pudo procesar tu video" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." msgstr "No se pudo eliminar al miembro." @@ -3329,7 +3337,7 @@ msgstr "No se pudo eliminar al miembro." msgid "Could not save changes: {0}" msgstr "No se pudieron guardar los cambios: {0}" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" msgstr "No se pudo compartir. Por favor, intรฉntalo de nuevo" @@ -3394,12 +3402,12 @@ msgstr "Crea un paquete de inicio para mรญ" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:314 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3457,13 @@ msgstr "Crear lista a partir del paquete de inicio" msgid "Create moderation list" msgstr "Crear lista de moderaciรณn" -#: src/screens/Messages/JoinRequest.tsx:308 +#: 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 "Crear una cuenta nueva" -#: src/screens/Messages/ConversationSettings/index.tsx:553 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "Crear o modificar un enlace de invitaciรณn para este chat de grupo" @@ -3479,7 +3487,7 @@ msgstr "Crear lista de usuarios" #. placeholder {0}: i18n.date(createdAt, { dateStyle: 'long', timeStyle: 'short', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) #: src/screens/Messages/components/InviteLinkDialog.tsx:355 -#: src/screens/Messages/ConversationSettings/index.tsx:505 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "Creada {0}" @@ -3624,7 +3632,7 @@ msgstr "Eliminar contactos" msgid "Delete conversation" msgstr "Eliminar la conversaciรณn" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "Borrar para mi" @@ -3637,7 +3645,7 @@ msgstr "Borrar la lista" msgid "Delete message" msgstr "Borrar mensaje" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "Borrar mensaje para mi" @@ -3647,7 +3655,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:1630 +#: src/view/com/composer/Composer.tsx:1628 msgid "Delete post" msgstr "Borrar la publicaciรณn" @@ -3689,6 +3697,10 @@ 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 @@ -3794,9 +3806,9 @@ msgstr "Deshabilitado" #: 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:1411 +#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1661 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3819,14 @@ msgstr "Descartar" msgid "Discard changes?" msgstr "ยฟDescartar cambios?" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1409 #: 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:1428 -#: src/view/com/composer/Composer.tsx:1655 +#: src/view/com/composer/Composer.tsx:1426 +#: src/view/com/composer/Composer.tsx:1653 msgid "Discard post?" msgstr "ยฟDescartar publicaciรณn?" @@ -3852,7 +3864,7 @@ msgstr "Descartar" msgid "Dismiss banner" msgstr "Descartar banner" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2499 msgid "Dismiss error" msgstr "Descartar error" @@ -3949,8 +3961,8 @@ msgstr "ยกNo te preocupes! Todos los mensajes y configuraciones existentes estรก #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:146 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3975,7 @@ msgstr "ยกNo te preocupes! Todos los mensajes y configuraciones existentes estรก msgid "Done" msgstr "Listo" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "Listo" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:520 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" @@ -4087,8 +4093,8 @@ msgstr "Trastornos alimentarios" msgid "Edit" msgstr "Editar" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "Editar" @@ -4102,8 +4108,8 @@ msgstr "Editar avatar" msgid "Edit Feeds" msgstr "Editar Feeds" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "Editar nombre del grupo" @@ -4141,8 +4147,8 @@ msgstr "Editar ajustes del enlace" msgid "Edit list details" msgstr "Editar los detalles de la lista" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "Editar el estado del directo" @@ -4155,7 +4161,7 @@ msgstr "Editar lista de moderaciรณn" msgid "Edit My Feeds" msgstr "Editar mis feeds" -#: src/screens/Messages/ConversationSettings/index.tsx:540 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "Editar nombre" @@ -4184,8 +4190,8 @@ msgstr "Editar el perfil" msgid "Edit starter pack" msgstr "Editar paquete de inicio" -#: src/screens/Messages/ConversationSettings/index.tsx:486 -#: src/screens/Messages/ConversationSettings/index.tsx:539 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "Edita el nombre de este chat de grupo" @@ -4402,7 +4408,7 @@ msgstr "Entra en pantalla completa" msgid "Entertainment" msgstr "Ocio" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2598 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Error" @@ -4481,7 +4487,7 @@ msgstr "Salir de pantalla completa" msgid "Expand alt text" msgstr "Expandir el texto alternativo" -#: src/view/com/notifications/NotificationFeedItem.tsx:606 +#: src/view/com/notifications/NotificationFeedItem.tsx:612 msgid "Expand list of users" msgstr "Expandir lista de usuarios" @@ -4596,8 +4602,8 @@ msgstr "Error al aceptar el chat" msgid "Failed to accept join request" msgstr "Error al aceptar la solicitud para unirse" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "Error al aรฑadir una reacciรณn de emoji" @@ -4606,6 +4612,10 @@ msgstr "Error al aรฑadir una reacciรณn de emoji" msgid "Failed to add members" msgstr "Error al aรฑadir miembros" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "Error al aรฑadir al paquete de inicio" @@ -4615,7 +4625,7 @@ msgid "Failed to change handle. Please try again." msgstr "Error al cambiar nombre de usuario. Por favor vuelve a intentarlo." #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:129 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "Error al copiar el enlace" @@ -4664,7 +4674,7 @@ msgstr "Error al deshabilitar el enlace de invitaciรณn" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "Error al desconectar Germ DM. Error: {0}" -#: src/screens/Messages/ConversationSettings/index.tsx:374 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "Error al editar el nombre del chat de grupo" @@ -4692,7 +4702,7 @@ msgstr "No se pudo ocultar la sugerencia. Por favor, verifica tu conexiรณn a int msgid "Failed to ignore join request" msgstr "Error al ignorar la solicitud para unirse" -#: src/components/intents/GroupChatJoinDialog.tsx:137 +#: 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." @@ -4700,14 +4710,14 @@ msgstr "Error al unirse al chat de grupo. Intรฉntalo de nuevo." msgid "Failed to launch SMS app" msgstr "Error al abrir la aplicaciรณn de SMS" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:401 +#: 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 "Error al salir del chat de grupo" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "Error al cargar las conversaciones" @@ -4753,15 +4763,20 @@ msgstr "Error al cargar los feeds sugeridos" msgid "Failed to load suggested follows" msgstr "Error al cargar las sugerencias de seguimiento" -#: src/screens/Messages/ConversationSettings/index.tsx:426 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "Error al bloquear el chat de grupo" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +msgid "Failed to mark all chats as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 +#: src/view/shell/bottom-bar/BottomBar.tsx:450 msgid "Failed to mark all requests as read" msgstr "Error al marcar todas las solicitudes como leรญdas" -#: src/screens/Messages/ConversationSettings/index.tsx:390 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "Error al silenciar el chat de grupo" @@ -4783,12 +4798,16 @@ msgstr "Error al eliminar los datos debido a un error de red. Por favor, verific msgid "Failed to remove data. {0}" msgstr "Error al eliminar los datos. {0}" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "Error al eliminar una reacciรณn de emoji" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:258 +msgid "Failed to remove from list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "Error al eliminar del paquete de inicio" @@ -4802,7 +4821,7 @@ msgstr "Error al eliminar al miembro del chat de grupo" msgid "Failed to remove verification" msgstr "Error al eliminar la verificaciรณn" -#: src/components/intents/GroupChatJoinDialog.tsx:180 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." msgstr "Error al retirar tu solicitud. Intรฉntalo de nuevo." @@ -4811,7 +4830,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:648 +#: src/view/com/composer/Composer.tsx:646 msgid "Failed to save draft" msgstr "Error al guardar el borrador" @@ -4854,7 +4873,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "Error al cambiar el estado de silencio del hilo, vuelve a intentarlo" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:435 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "Error al desbloquear el chat de grupo" @@ -5116,16 +5135,16 @@ msgstr "Enfocar el campo de bรบsqueda" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 "Seguir" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "Seguir {0}" @@ -5149,8 +5168,8 @@ msgstr "Sigue a 10 personas para comenzar" msgid "Follow 7 accounts" msgstr "Sigue 7 cuentas" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "Seguir esta cuenta" @@ -5173,9 +5192,9 @@ msgstr "Seguir todas las cuentas" #. 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:423 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "Seguir tambiรฉn" @@ -5211,7 +5230,7 @@ msgstr "Seguido por <0>{0} y <1>{1}" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "Seguido por <0>{0}, <1>{1}, y {2, plural, one {# mรกs} other {# mรกs}}" -#: src/components/intents/GroupChatJoinDialog.tsx:339 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" msgstr "Los seguidores pueden unirse" @@ -5231,10 +5250,10 @@ msgstr "Seguidores que conoces" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 "Siguiendo" @@ -5249,7 +5268,7 @@ msgstr "Siguiendo" #. 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 "Siguiendo {0}" @@ -5467,7 +5486,7 @@ msgstr "Comenzar" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2603 msgid "GIF uploaded" msgstr "GIF subido" @@ -5526,8 +5545,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "Ir al inicio" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "Empezar el directo" @@ -5538,8 +5557,8 @@ msgstr "Empezar el directo" msgid "Go Live" msgstr "Empezar el directo" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "Transmitir en vivo (deshabilitado)" @@ -5547,7 +5566,7 @@ msgstr "Transmitir en vivo (deshabilitado)" msgid "Go live for" msgstr "Empezar el directo para" -#: src/view/com/notifications/NotificationFeedItem.tsx:250 +#: src/view/com/notifications/NotificationFeedItem.tsx:256 msgid "Go to {firstAuthorName}'s profile" msgstr "Ir al perfil de {firstAuthorName}" @@ -5622,9 +5641,9 @@ msgstr "Contenido violento grรกfico" msgid "Grooming or predatory behavior" msgstr "Grooming o comportamiento depredador" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:321 -#: src/screens/Messages/JoinRequest.tsx:129 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" msgstr "Chat de grupo" @@ -5632,17 +5651,17 @@ msgstr "Chat de grupo" msgid "Group chat invite link dialog" msgstr "Diรกlogo del enlace de invitaciรณn del chat de grupo" -#: src/screens/Messages/ConversationSettings/index.tsx:417 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "Chat de grupo bloqueado" -#: src/screens/Messages/ConversationSettings/index.tsx:382 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "Chat de grupo silenciado" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "Nombre del chat de grupo actualizado" @@ -5653,12 +5672,12 @@ msgid "Group chat settings" msgstr "Ajustes del chat de grupo" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "Chat de grupo desbloqueado" -#: src/screens/Messages/ConversationSettings/index.tsx:385 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "Chat de grupo no silenciado" @@ -5682,12 +5701,12 @@ msgstr "El grupo estรก bloqueado" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "Nombre del grupo" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "El nombre del grupo es demasiado largo. {MAX_GROUP_NAME_GRAPHEME_LENGTH, plural, one {Longitud mรกxima: # carรกcter.} other {Longitud mรกxima: # caracteres.}}" @@ -5829,7 +5848,7 @@ msgstr "Lista oculta" msgid "Hide" msgstr "Ocultar" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "Ocultar" @@ -5904,7 +5923,7 @@ msgstr "ยฟQuieres ocultar las tendencias?" msgid "Hide trending videos?" msgstr "ยฟQuieres ocultar los videos populares?" -#: src/view/com/notifications/NotificationFeedItem.tsx:951 +#: src/view/com/notifications/NotificationFeedItem.tsx:957 msgid "Hide user list" msgstr "Ocultar lista de usuarios" @@ -5960,7 +5979,7 @@ msgstr "ยกEspera! Estamos dando acceso a videos gradualmente, y aรบn estรกs en l #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6210,7 +6229,7 @@ msgstr "En la aplicaciรณn, push, todos" msgid "In-app, push, people you follow" msgstr "En la aplicaciรณn, push, personas a las que sigues" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "Bandeja de entrada vacรญa" @@ -6268,7 +6287,7 @@ msgstr "Presentamos las publicaciones guardadas, tambiรฉn conocidos como borrado msgid "Invalid 2FA confirmation code." msgstr "Cรณdigo de confirmaciรณn de autenticaciรณn de doble factor no vรกlido." -#: src/components/intents/GroupChatJoinDialog.tsx:147 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." msgstr "Cรณdigo de chat de grupo no vรกlido." @@ -6290,7 +6309,7 @@ msgstr "Nรบmero de telรฉfono no vรกlido" msgid "Invalid report subject" msgstr "El tema de la denuncia no es vรกlido" -#: src/components/intents/GroupChatJoinDialog.tsx:187 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." msgstr "Solicitud de retirada no vรกlida." @@ -6315,15 +6334,15 @@ 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:140 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" msgstr "Invitar amigos" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:155 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "Invitar amigos" @@ -6336,17 +6355,17 @@ msgstr "Invitar amigos <0/>" #: src/screens/Messages/components/InviteLinkDialog.tsx:335 #: src/screens/Messages/components/InviteLinkDialog.tsx:514 #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 -#: src/screens/Messages/ConversationSettings/index.tsx:556 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "Enlace de invitaciรณn" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:213 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "Enlace de invitaciรณn" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" msgstr "Enlace de invitaciรณn copiado" @@ -6410,7 +6429,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:2520 +#: src/view/com/composer/Composer.tsx:2518 msgid "Job ID: {0}" msgstr "Tarea ID: {0}" @@ -6420,7 +6439,7 @@ msgid "Jobs" msgstr "Tareas" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:282 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" msgstr "Unirse" @@ -6431,12 +6450,12 @@ msgstr "Unirse" msgid "Join Bluesky" msgstr "รšnete a Bluesky" -#: src/components/intents/GroupChatJoinDialog.tsx:71 -#: src/components/intents/GroupChatJoinDialog.tsx:448 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" msgstr "Unirse al chat de grupo" -#: src/components/intents/GroupChatJoinDialog.tsx:176 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." msgstr "Solicitud para unirse retirada." @@ -6450,8 +6469,8 @@ msgstr "รšnete a la conversaciรณn" msgid "Journalism" msgstr "Periodismo" -#: src/view/com/composer/Composer.tsx:1461 -#: src/view/com/composer/Composer.tsx:1471 +#: src/view/com/composer/Composer.tsx:1459 +#: src/view/com/composer/Composer.tsx:1469 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "Seguir editando" @@ -6609,7 +6628,7 @@ msgid "Learn more." msgstr "Aprender mรกs." #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:590 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "Dejar" @@ -6623,8 +6642,8 @@ msgstr "Dejar" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "Dejar chat" @@ -6644,12 +6663,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "Dejar conversaciรณn" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "Salir del chat de grupo" -#: src/screens/Messages/ConversationSettings/index.tsx:589 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "Salir de este chat de grupo" @@ -6658,11 +6677,11 @@ msgstr "Salir de este chat de grupo" msgid "Leaving Bluesky" msgstr "Salir de Bluesky" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: src/screens/Messages/ConversationSettings/prompts.tsx:153 msgid "Leaving this chat will lock it permanently and you wonโ€™t be able to rejoin." msgstr "Salir de este chat lo bloquearรก permanentemente y no podrรกs volver a unirte." -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." msgstr "Saliste del chat de grupo." @@ -6935,9 +6954,9 @@ msgstr "Cargar notificaciones nuevas" msgid "Load new posts" msgstr "Cargar publicaciones nuevas" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "Cargando chatโ€ฆ" @@ -6954,23 +6973,23 @@ msgstr "Cargando ajustes de interacciรณn de la publicaciรณn..." msgid "Loading..." msgstr "Cargando..." -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "Bloquear" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "Bloquear chat de grupo" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "ยฟBloquear chat de grupo?" -#: src/screens/Messages/ConversationSettings/index.tsx:568 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "Bloquear este chat de grupo" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "Bloqueado" @@ -7051,6 +7070,16 @@ msgstr "Gestiona tus palabras y etiquetas silenciadas" 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 +msgid "Mark all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:467 +#: src/view/shell/bottom-bar/BottomBar.tsx:471 +msgid "Mark all requests as read" +msgstr "" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7089,14 @@ msgstr "Marcar como leรญdo" msgid "Marked all as read" msgstr "Se ha marcado todo como leรญdo" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,7 +7120,7 @@ msgstr "Contenido multimedia almacenado en otro dispositivo" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Medios que pueden ser perturbadores o inapropiados para algunos pรบblicos." -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." msgstr "Miembro eliminado del chat de grupo." @@ -7092,7 +7129,7 @@ msgstr "Miembro eliminado del chat de grupo." msgid "Members" msgstr "Miembros" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "Los miembros aรบn pueden leer el historial del chat, pero no pueden enviar nuevos mensajes." @@ -7111,13 +7148,13 @@ msgstr "Menciones" msgid "Menu" msgstr "Menรบ" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "Mensaje" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 +#: 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" @@ -7132,7 +7169,7 @@ msgstr "Mensaje {0}" msgid "Message {displayName}" msgstr "Enviar mensaje a {displayName}" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "Mensaje eliminado" @@ -7141,13 +7178,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Mensaje eliminado" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:616 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:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "Mensaje de @{0}: {1}" @@ -7156,21 +7193,21 @@ msgstr "Mensaje de @{0}: {1}" msgid "Message from server: {0}" msgstr "Mensaje del servidor: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "Campo de entrada de mensaje" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 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:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "Opciones del mensaje" @@ -7178,11 +7215,11 @@ msgstr "Opciones del mensaje" msgid "Messages" msgstr "Mensajes" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:715 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:621 +#: src/components/dms/MessageItem.tsx:710 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." @@ -7219,8 +7256,8 @@ msgstr "Detalles de moderaciรณn" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "Lista de moderaciรณn por {0}" @@ -7228,7 +7265,7 @@ msgstr "Lista de moderaciรณn por {0}" msgid "Moderation list by <0/>" msgstr "Lista de moderaciรณn por {0}" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "Lista de moderaciรณn por ti" @@ -7281,8 +7318,8 @@ msgstr "Mรกs idiomas..." #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "Mรกs opciones" @@ -7302,7 +7339,7 @@ msgstr "Cine" msgid "Music" msgstr "Mรบsica" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "Silenciar" @@ -7320,8 +7357,8 @@ msgstr "Silenciar {0}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "Silenciar esta cuenta" @@ -7347,7 +7384,7 @@ msgstr "Silenciar la lista" msgid "Mute these accounts?" msgstr "ยฟSilenciar estas cuentas?" -#: src/screens/Messages/ConversationSettings/index.tsx:530 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "Silenciar este chat de grupo" @@ -7389,7 +7426,7 @@ msgstr "Silenciar palabras y etiquetas" msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." msgstr "Silencia, sal o elimina personas en cualquier momento. Es tu chat." -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "Silenciado" @@ -7480,7 +7517,7 @@ 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:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "Nuevo" @@ -7490,21 +7527,21 @@ msgctxt "action" msgid "New" msgstr "Nuevo" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: 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}" -#: 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 "{postsCount, plural, one {nueva publicaciรณn} other {nuevas publicaciones}} de {firstAuthorName}" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "Nuevo chat" @@ -7592,11 +7629,11 @@ msgctxt "action" msgid "New post" msgstr "Nueva publicaciรณn" -#: 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 "Nuevas publicaciones de {firstAuthorLink} y <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} otra persona} other {{formattedAuthorsCount} otras personas}} " -#: 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 "Nuevas publicaciones de {firstAuthorName} y <>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} otro} other {{formattedAuthorsCount} otros}}" @@ -7718,7 +7755,7 @@ msgstr "Sin listas" #. 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 "Ya no sigues a {0}" @@ -7726,7 +7763,7 @@ msgstr "Ya no sigues a {0}" msgid "No media yet" msgstr "Aรบn no hay contenido multimedia" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "No hay mensajes aรบn" @@ -7763,7 +7800,7 @@ msgstr "Nadie" msgid "No one but the author can quote this post." msgstr "Nadie, excepto el autor, puede citar esta publicaciรณn." -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "Nadie puede enviar mensajes" @@ -7831,6 +7868,11 @@ 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" @@ -7895,7 +7937,7 @@ msgstr "No encontrado" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "ยฟNo estรกs listo para publicar? Guarda tus mejores ideas en Borradores hasta que llegue el momento adecuado." -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "Nota sobre compartir" @@ -7931,7 +7973,7 @@ msgstr "Sonidos de notificaciรณn" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8017,7 @@ msgstr "Aceptar" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:722 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8008,11 +8050,11 @@ 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:864 +#: src/view/com/composer/Composer.tsx:862 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:861 +#: src/view/com/composer/Composer.tsx:859 msgid "One or more images is missing alt text." msgstr "Falta el texto alternativo en una o varias imรกgenes." @@ -8024,11 +8066,11 @@ msgstr "Uno o mรกs de los archivos seleccionados no son compatibles." 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:659 +#: src/view/com/composer/Composer.tsx:657 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:871 +#: src/view/com/composer/Composer.tsx:869 msgid "One or more videos is missing alt text." msgstr "Falta el texto alternativo en uno o mรกs videos." @@ -8041,7 +8083,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:234 +#: src/view/com/composer/Composer.tsx:233 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}" @@ -8053,7 +8095,7 @@ msgstr "Solo los administradores pueden aceptar solicitudes para unirse." msgid "Only admins can ignore join requests." msgstr "Solo los administradores pueden ignorar solicitudes para unirse." -#: src/components/intents/GroupChatJoinDialog.tsx:145 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." msgstr "Solo los seguidores pueden unirse a este chat de grupo." @@ -8068,12 +8110,12 @@ msgid "Only image files are supported" msgstr "Solo se admiten archivos de imagen" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:222 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." msgstr "Solo las personas que sigue {0} pueden unirse." #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:292 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" msgstr "Solo las personas que sigue el propietario del chat pueden unirse" @@ -8107,7 +8149,7 @@ msgid "Open camera" msgstr "Abrir cรกmara" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:437 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" msgstr "Abrir chat" @@ -8115,8 +8157,8 @@ msgstr "Abrir chat" msgid "Open chat member options for {displayName}" msgstr "Abrir opciones de miembro del chat para {displayName}" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "Abrir las opciones de conversaciรณn" @@ -8128,9 +8170,9 @@ msgstr "Abrir borrador" msgid "Open drawer menu" msgstr "Abrir el menรบ lateral" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2158 msgid "Open emoji picker" msgstr "Abrir el selector de emojis" @@ -8151,7 +8193,7 @@ msgstr "Abrir la lista completa de emoji" msgid "Open Germ DM" msgstr "Abrir Germ DM" -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" msgstr "Abrir chat de grupo" @@ -8166,11 +8208,11 @@ msgid "Open in Google Translate" msgstr "Abrir en Google Translate" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "Abrir enlace a {niceUrl}" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "Abrir opciones de mensaje" @@ -8221,7 +8263,7 @@ msgstr "Abrir pagina de histรณrico" msgid "Open system log" msgstr "Abrir el registro del sistema" -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" msgstr "Abrir este chat de grupo" @@ -8275,13 +8317,13 @@ msgstr "Abre la cรกmara del dispositivo" 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." -#: src/screens/Messages/JoinRequest.tsx:309 +#: 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 "Abre el flujo para crear una nueva cuenta de Bluesky" -#: src/screens/Messages/JoinRequest.tsx:295 +#: 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" @@ -8341,7 +8383,7 @@ msgstr "Abre el editor de publicaciones" msgid "Opens this draft in the composer" msgstr "Abre este borrador en el editor" -#: 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 "Abre este perfil" @@ -8513,6 +8555,16 @@ msgstr "Personas siguiendo a @{0}" msgid "People I follow" msgstr "Personas a las que sigo" +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "Personas a las que sigo" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "Personas a las que sigo" + #: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "Las personas que sigo pueden unirse al instante" @@ -8813,7 +8865,7 @@ msgstr "Polรญtica" msgid "Porn" msgstr "Pornografรญa" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post" msgstr "Publicar" @@ -8833,12 +8885,12 @@ msgstr "Publica una foto" msgid "Post a video" msgstr "Publica un video" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Post All" msgstr "Publicar Todo" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1468 msgid "Post anyway" msgstr "Publicar de todas formas" @@ -9015,11 +9067,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:2594 +#: src/view/com/composer/Composer.tsx:2592 msgid "Processing GIF..." msgstr "Procesando GIF..." -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing video..." msgstr "Procesando video..." @@ -9031,7 +9083,7 @@ msgstr "Procesando..." msgid "profile" msgstr "perfil" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9117,22 @@ 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:1792 +#: src/view/com/composer/Composer.tsx:1790 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:1787 +#: src/view/com/composer/Composer.tsx:1785 msgid "Publish posts" msgstr "Publicar las publicaciones" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1776 +#: src/view/com/composer/Composer.tsx:1774 msgid "Publish replies" msgstr "Publicar las respuestas" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1781 +#: src/view/com/composer/Composer.tsx:1779 msgid "Publish reply" msgstr "Publicar la respuesta" @@ -9109,7 +9161,7 @@ msgid "QR code has been downloaded!" msgstr "ยกEl cรณdigo QR ha sido descargado!" #: src/components/StarterPack/QrCodeDialog.tsx:122 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "ยกCรณdigo QR guardado en tu galerรญa!" @@ -9172,8 +9224,8 @@ msgstr "Volver a habilitar el enlace" msgid "React with {emoji}" msgstr "React con {emoji}" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "Reacciones" @@ -9268,10 +9320,6 @@ msgstr "Recomendaciones" msgid "Reconnect" msgstr "Reconectar" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "Actualiza la pรกgina para verlo." - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" @@ -9291,12 +9339,14 @@ msgstr "Rechazar la solicitud de chat" msgid "Reject join request" msgstr "Rechazar solicitud para unirse" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "Recargar conversaciones" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9355,9 @@ msgstr "Recargar conversaciones" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "Eliminar" @@ -9326,7 +9375,7 @@ msgstr "Eliminar a {displayName} del paquete de inicio" msgid "Remove {displayName} from this group chat" msgstr "Eliminar a {displayName} de este chat de grupo" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" msgstr "ยฟEliminar a {displayName}?" @@ -9443,14 +9492,14 @@ msgstr "Eliminar este feed de tus feeds guardados" msgid "Remove unavailable moderation services" msgstr "Eliminar servicios de moderaciรณn no disponibles" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "Eliminar al usuario de la lista" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "Eliminar la verificaciรณn" @@ -9466,8 +9515,8 @@ msgstr "Eliminado por el autor" msgid "Removed by you" msgstr "Eliminado por ti" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "Eliminado de la lista" @@ -9535,6 +9584,14 @@ msgctxt "description" msgid "Replied to you" msgstr "Te respondiรณ" +#: src/components/dms/MessageItem.tsx:883 +msgid "Replied-to message from {senderName}, tap to scroll to it" +msgstr "" + +#: src/components/dms/MessageItem.tsx:884 +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 @@ -9552,7 +9609,12 @@ msgstr "Respuestas deshabilitadas" msgid "Replies to this post are disabled." msgstr "Las respuestas en esta publicaciรณn estan deshabilitadas." -#: src/view/com/composer/Composer.tsx:1804 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "Responder" + +#: src/view/com/composer/Composer.tsx:1802 msgctxt "action" msgid "Reply" msgstr "Responder" @@ -9590,14 +9652,14 @@ msgstr "Visibilidad de la respuesta actualizada" msgid "Reply was successfully hidden" msgstr "La respuesta se ha ocultado correctamente" -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:582 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "Denunciar" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "Denunciar la cuenta" @@ -9623,7 +9685,7 @@ msgstr "Denunciar feed" msgid "Report list" msgstr "Denunciar la lista" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "Denunciar mensaje" @@ -9657,7 +9719,7 @@ msgstr "Denunciar esta conversaciรณn" msgid "Report this feed" msgstr "Denunciar este feed" -#: src/screens/Messages/ConversationSettings/index.tsx:581 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "Denunciar este chat de grupo" @@ -9737,7 +9799,7 @@ msgstr "Republicaciones de esta publicaciรณn" msgid "Reposts of your reposts" msgstr "Republicaciones de tus republicaciones" -#: src/components/intents/GroupChatJoinDialog.tsx:447 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" msgstr "Solicitar acceso al chat de grupo" @@ -9755,7 +9817,7 @@ msgid "Request ignored." msgstr "Solicitud ignorada." #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:281 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" msgstr "Solicitar unirse" @@ -9764,7 +9826,7 @@ msgid "Requested" msgstr "Solicitado" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "Solicitudes" @@ -9791,9 +9853,9 @@ msgstr "Requerido para este proveedor" msgid "Required in your region" msgstr "Requerido en tu regiรณn" -#: src/components/intents/GroupChatJoinDialog.tsx:296 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:310 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:115 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:117 msgid "Rescind request" msgstr "Retirar solicitud" @@ -9872,7 +9934,7 @@ 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:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 #: src/screens/Messages/JoinRequests.tsx:361 @@ -9928,7 +9990,7 @@ msgstr "GIF tristes" #: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10015,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:1451 +#: src/view/com/composer/Composer.tsx:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Guardar cambios" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1421 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "ยฟGuardar cambios?" -#: src/view/com/composer/Composer.tsx:1451 +#: src/view/com/composer/Composer.tsx:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "Guardar borrador" -#: src/view/com/composer/Composer.tsx:1425 +#: src/view/com/composer/Composer.tsx:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "ยฟGuardar borrador?" @@ -10022,13 +10084,13 @@ msgid "Saved to your feeds" msgstr "Guardado en tus feeds" #: 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 "ยกDi hola!" -#: src/screens/Messages/ChatList.tsx:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "Saluda a alguien" @@ -10058,6 +10120,10 @@ msgstr "Desplazar a la izquierda" msgid "Scroll right" msgstr "Desplazar a la derecha" +#: src/components/dms/MessageItem.tsx:774 +msgid "Scroll to the message this is replying to" +msgstr "" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "Desplazar hacia arriba" @@ -10067,7 +10133,7 @@ msgstr "Desplazar hacia arriba" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Buscar" @@ -10148,8 +10214,8 @@ msgstr "Buscar idiomas" msgid "Search my posts" msgstr "Buscar en mis publicaciones" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "Buscar en sus publicaciones" @@ -10425,8 +10491,8 @@ msgstr "Enviar informe de error" msgid "Send feedback" msgstr "Enviar comentarios" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "Enviar mensaje" @@ -10460,7 +10526,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:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "Enviado a las {0}" @@ -10565,7 +10631,7 @@ msgstr "Actividad sexual o desnudez erรณtica." msgid "Sexually Suggestive" msgstr "Sexualmente sugestivo" -#: 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 @@ -10577,7 +10643,7 @@ msgstr "Sexualmente sugestivo" msgid "Share" msgstr "Compartir" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "Compartir de todas maneras" @@ -10641,8 +10707,8 @@ msgstr "Comparte este paquete de inicio y ayuda a las personas a unirse a tu com #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "Compartir por..." @@ -10796,15 +10862,15 @@ msgstr "Muestra el contenido" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:294 -#: src/screens/Messages/JoinRequest.tsx:300 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,7 +10896,7 @@ msgstr "Iniciar sesiรณn o crear una cuenta" msgid "Sign in or create your account to join the conversation!" msgstr "ยกInicia sesiรณn o crea una cuenta para unirte a la conversaciรณn!" -#: src/screens/Messages/JoinRequest.tsx:220 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." msgstr "Inicia sesiรณn para aceptar la invitaciรณn." @@ -10842,7 +10908,7 @@ msgstr "Iniciar sesiรณn en una cuenta que no estรก en la lista" msgid "Sign in to Bluesky or create a new account" msgstr "Inicia sesiรณn en Bluesky o crea una nueva cuenta" -#: src/screens/Messages/JoinRequest.tsx:219 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." msgstr "Inicia sesiรณn para solicitar acceso a este chat de grupo." @@ -10900,7 +10966,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:1468 +#: src/view/com/composer/Composer.tsx:1466 msgid "Skip empty posts?" msgstr "ยฟOmitir publicaciones vacรญas?" @@ -10971,12 +11037,12 @@ msgid "Someone left the group" msgstr "Alguien saliรณ del grupo" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:347 msgid "Someone reacted {0}" msgstr "Alguien reaccionรณ con {0}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "Alguien reaccionรณ con {0} a {target}" @@ -10996,10 +11062,6 @@ msgstr "Alguien fue eliminado" msgid "Someone was removed from the group" msgstr "Alguien fue eliminado del grupo" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "Hay algo nuevo aquรญ" - #: 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 "Hubo un problema con los datos que intentaste denunciar. Por favor, contacta con el soporte." @@ -11043,8 +11105,8 @@ msgstr "ยฟAlgo va mal? Avรญsanos." msgid "Sorry, we're unable to load account suggestions at this time." msgstr "Lo sentimos, no podemos cargar las sugerencias de cuentas en este momento." -#: 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 "Lo sentimos, tu sesiรณn ha expirado. Inicia sesiรณn de nuevo." @@ -11214,13 +11276,13 @@ msgid "Subscribe" msgstr "Suscribirse" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "Suscribirse en {0}" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "Suscrรญbete a {publicationTitle} en {0}" @@ -11255,7 +11317,7 @@ msgstr "ร‰xito" msgid "Success!" msgstr "ยกร‰xito!" -#: src/components/intents/GroupChatJoinDialog.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" msgstr "ยกTe has unido al chat de grupo correctamente!" @@ -11355,7 +11417,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:572 +#: src/components/dms/MessageItem.tsx:661 msgid "Tap for details" msgstr "Toca para mรกs detalles" @@ -11390,7 +11452,7 @@ msgid "Tap to dismiss" msgstr "Toca para descartar" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:453 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" msgstr "Toca para unirte a este chat de grupo inmediatamente" @@ -11398,34 +11460,34 @@ msgstr "Toca para unirte a este chat de grupo inmediatamente" msgid "Tap to open this group chat" msgstr "Toca para abrir este chat de grupo" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "Toca para eliminar" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "Toca para eliminar tu reacciรณn {0}" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:452 +#: src/components/intents/GroupChatJoinDialog.tsx:468 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:537 +#: src/components/dms/MessageItem.tsx:626 msgid "Tap to retry" msgstr "Toca para reintentar" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "Toca para mostrar las reacciones {0}" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "Toca para mostrar todas las reacciones" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:373 msgid "Tap to view reactions" msgstr "Toca para ver las reacciones" @@ -11528,7 +11590,7 @@ msgstr "ยกSe acabรณ!" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "La cuenta podrรก interactuar contigo tras desbloquearla." @@ -11594,7 +11656,7 @@ msgstr "Estos serรกn los ajustes por defecto cuando crees una nueva publicaciรณn msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "Las leyes de tu regiรณn requieren que verifiques que eres adulto para acceder a ciertas funciones. Toca para mรกs informaciรณn." -#: src/components/intents/GroupChatJoinDialog.tsx:155 +#: src/components/intents/GroupChatJoinDialog.tsx:165 #: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." msgstr "Se ha alcanzado el lรญmite de miembros." @@ -11621,7 +11683,7 @@ msgstr "Parece que hay problemas en el servidor. Vuelve a intentarlo en breve." msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "El paquete de inicio que intentas ver es invรกlido. Puedes eliminar este paquete de inicio en su lugar." -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "Asunto del menรบ contextual" @@ -11665,8 +11727,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "Hubo un problema al cargar los GIF. Verifica tu conexiรณn e intรฉntalo de nuevo." #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:182 +#: 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 "Hubo un problema con tu conexiรณn a internet, intรฉntalo de nuevo" @@ -11693,7 +11755,7 @@ msgstr "Hubo un problema al obtener las notificaciones. Toca aquรญ para intentar msgid "There was an issue fetching posts. Tap here to try again." msgstr "Hubo un problema al obtener las publicaciones. Toca aquรญ para intentar de nuevo." -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "Hubo un problema al obtener la lista. Toca aquรญ para intentar de nuevo." @@ -11733,12 +11795,12 @@ msgstr "Hubo un problema al actualizar tus feeds, por favor verifica tu conexiรณ #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "Ocurriรณ un problema {0}" @@ -11778,7 +11840,7 @@ msgstr "Estos ajustes solo aplican para el feed Following." msgid "They own this chat" msgstr "Es el propietario de este chat" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." msgstr "No podrรก volver a unirse a menos que lo invites de nuevo." @@ -11828,22 +11890,22 @@ msgstr "Este autor ha elegido que sus publicaciones sean visibles solo para pers 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 "Este botรณn permite a otros abrir la aplicaciรณn Germ DM para enviarte un mensaje. Puedes gestionar su visibilidad desde la aplicaciรณn Germ DM, o puedes desconectar por completo tu cuenta de Bluesky de Germ DM haciendo clic en el botรณn a continuaciรณn." -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "Este chat ha finalizado" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:287 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" msgstr "Este chat estรก lleno" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "Este chat estรก bloqueado" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:430 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" msgstr "Este chat estรก bloqueado por una acciรณn de moderaciรณn" @@ -11881,7 +11943,7 @@ msgstr "Este contenido no estรก disponible porque uno de los usuarios involucrad msgid "This content is not viewable without a Bluesky account." msgstr "Este contenido no se puede ver sin una cuenta de Bluesky." -#: src/components/intents/GroupChatJoinDialog.tsx:141 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." msgstr "Esta conversaciรณn estรก bloqueada." @@ -11931,7 +11993,7 @@ msgstr "Este feed estรก vacรญo." msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "Este feed ya no estรก en lรญnea. Estamos mostrando <0>Descubrir en su lugar." -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" msgstr "Este grupo estรก bloqueado por una acciรณn de moderaciรณn sobre el propietario" @@ -11947,11 +12009,11 @@ msgstr "Esta imagen no se pudo usar. Prueba con un formato diferente, como .jpg msgid "This information is private and not shared with other users." msgstr "Esta informaciรณn es privada y no es compartida con otros usuarios." -#: src/components/intents/GroupChatJoinDialog.tsx:151 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." msgstr "Este enlace de invitaciรณn ha sido deshabilitado." -#: src/components/intents/GroupChatJoinDialog.tsx:223 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" msgstr "Este enlace de invitaciรณn no es vรกlido" @@ -11997,17 +12059,17 @@ msgstr "Es posible que el nombre o la descripciรณn de esta lista (creada por ti) msgid "This list is empty." msgstr "Esta lista estรก vacรญa" -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" msgstr "Este mensaje estรก oculto" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:688 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:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:658 +#: src/components/dms/MessageItem.tsx:684 msgid "This message is hidden because you are blocking this user." msgstr "Este mensaje estรก oculto porque tienes bloqueado a este usuario." @@ -12045,11 +12107,11 @@ 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:1043 +#: src/view/com/composer/Composer.tsx:1041 msgid "This post's author has disabled quote posts." msgstr "El autor de esta publicaciรณn ha deshabilitado las citas." -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "Este perfil solo es visible para las personas que han iniciado sesiรณn. No podrรกn verlo quienes no hayan iniciado sesiรณn." @@ -12242,8 +12304,8 @@ msgstr "Respuestas destacadas primero" msgid "Topic" msgstr "Tema" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,7 +12375,7 @@ msgctxt "action" msgid "Try again" msgstr "Intentar de nuevo" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." msgstr "Intรฉntalo de nuevo en un momento." @@ -12335,7 +12397,7 @@ msgstr "Televisiรณn" msgid "Two-factor authentication (2FA)" msgstr "Autenticaciรณn de doble factor (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "Escribe tu mensaje aquรญ" @@ -12401,7 +12463,7 @@ msgstr "No disponible" msgid "Unavailable feed information" msgstr "Informaciรณn del feed no disponible" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:726 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12409,14 +12471,14 @@ msgstr "Informaciรณn del feed no disponible" #: src/components/moderation/BlockDialog.tsx:211 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "Desbloquear" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "Desbloquear" @@ -12427,8 +12489,8 @@ msgstr "Desbloquear a {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "Desbloquear la cuenta" @@ -12437,7 +12499,7 @@ msgid "Unblock account?" msgstr "ยฟDesbloquear la cuenta?" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "ยฟDesbloquear la cuenta?" @@ -12474,12 +12536,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Deshacer la republicaciรณn ({0, plural, one {# republicaciรณn} other {# republicaciones}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "Dejar de seguir a {0}" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "Dejar de seguir esta cuenta" @@ -12521,11 +12583,11 @@ msgstr "No me gusta" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "No me gusta ({0, plural, one {# me gusta} other {# me gusta}})" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "Desbloquear chat" -#: src/screens/Messages/ConversationSettings/index.tsx:567 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "Desbloquear este chat de grupo" @@ -12548,8 +12610,8 @@ msgstr "Dejar de silenciar {0}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "Dejar de silenciar la cuenta" @@ -12562,7 +12624,7 @@ msgstr "Dejar de silenciar la conversaciรณn" msgid "Unmute list" msgstr "Dejar de silenciar la lista" -#: src/screens/Messages/ConversationSettings/index.tsx:529 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "Dejar de silenciar este chat de grupo" @@ -12641,7 +12703,7 @@ msgstr "Dado de baja de la lista" msgid "Unsupported clipboard content" msgstr "Contenido del portapapeles no admitido" -#: src/view/com/composer/Composer.tsx:1557 +#: src/view/com/composer/Composer.tsx:1555 msgid "Unsupported video type: {mimeType}" msgstr "Tipo de video no aceptado: {mimeType}" @@ -12654,13 +12716,10 @@ msgstr "Hasta 50 personas" msgid "Update" msgstr "Actualizar" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "Actualizar <0>{displayName} en listas" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" -msgstr "Actualizar aplicaciรณn" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 #: src/components/dialogs/EmailDialog/screens/Update.tsx:308 @@ -12669,6 +12728,10 @@ msgstr "Actualizar aplicaciรณn" msgid "Update email" msgstr "Actualizar el correo electrรณnico" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 #: src/screens/Messages/components/InviteLinkDialog.tsx:303 @@ -12680,14 +12743,6 @@ msgstr "Actualizar enlace de invitaciรณn" msgid "Update to {domain}" msgstr "Actualizar a {domain}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "Actualiza tu aplicaciรณn" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "Actualiza tu aplicaciรณn para verlo." - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "Actualizar tu correo electrรณnico" @@ -12736,7 +12791,7 @@ msgstr "Subir desde tus archivos" msgid "Upload from Library" msgstr "Subir desde la biblioteca" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2585 msgid "Uploading GIF..." msgstr "Subiendo GIF..." @@ -12750,7 +12805,7 @@ msgstr "Subiendo imรกgenes..." msgid "Uploading link thumbnail..." msgstr "Subiendo miniatura del enlace..." -#: src/view/com/composer/Composer.tsx:2589 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading video..." msgstr "Subiendo video..." @@ -12826,7 +12881,7 @@ msgid "User Blocks You" msgstr "Usuario te bloquea" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "Lista de usuarios por {0}" @@ -12835,7 +12890,7 @@ msgstr "Lista de usuarios por {0}" msgid "User List by {0}" msgstr "Lista de usuarios por {0}" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "Lista de usuarios por ti" @@ -12875,16 +12930,6 @@ msgstr "usuarios seguidos por <0>@{0}" msgid "users following <0>@{0}" msgstr "usuarios siguiendo a <0>@{0}" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "Usuarios que sigo" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "Usuarios que sigo" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "Valor:" @@ -12912,8 +12957,8 @@ msgstr "Verificado por:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "Verificar la cuenta" @@ -13039,7 +13084,7 @@ msgstr "Video no encontrado." msgid "Video settings" msgstr "Configuraciรณn del video" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2605 msgid "Video uploaded" msgstr "Video subido" @@ -13056,14 +13101,14 @@ msgstr "Videos" msgid "Videos must be less than 3 minutes long." msgstr "Los videos deben durar menos de 3 minutos." -#: src/view/com/composer/Composer.tsx:1150 +#: src/view/com/composer/Composer.tsx:1148 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Ver" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "Ver {0}" @@ -13078,7 +13123,7 @@ msgstr "Ver el avatar de {0}" #: 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 "Ver el perfil de {0}" @@ -13092,7 +13137,7 @@ msgstr "Ver el perfil de {0}" msgid "View {displayName}โ€™s profile" msgstr "Ver el perfil de {displayName}" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "Ver {publicationTitle}" @@ -13145,7 +13190,7 @@ msgstr "Ver mรกs" msgid "View more trending videos" msgstr "Ver mรกs videos populares" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1143 msgid "View post" msgstr "Ver publicaciรณn" @@ -13162,10 +13207,10 @@ msgstr "Ver perfil" msgid "View profile banner" msgstr "Ver banner del perfil" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "Ver publicaciรณn" @@ -13173,7 +13218,7 @@ msgstr "Ver publicaciรณn" msgid "View the avatar" msgstr "Ver el avatar" -#: src/screens/Messages/ConversationSettings/index.tsx:554 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "Ver el enlace de invitaciรณn de este chat de grupo" @@ -13441,7 +13486,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:1041 +#: src/view/com/composer/Composer.tsx:1039 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." @@ -13492,7 +13537,7 @@ msgid "What do you want to call your starter pack?" msgstr "ยฟCรณmo quieres llamar a tu paquete de inicio?" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1519 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "ยฟQuรฉ hay de nuevo?" @@ -13519,7 +13564,7 @@ msgid "Who can verify?" msgstr "ยฟQuiรฉn puede verificar?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "ยกVaya!" @@ -13578,7 +13623,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:1439 +#: src/view/com/composer/Composer.tsx:1437 msgid "Would you like to save this as a draft to edit later?" msgstr "ยฟQuieres guardarlo como borrador para editarlo mรกs tarde?" @@ -13587,12 +13632,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:1617 +#: src/view/com/composer/Composer.tsx:1615 msgid "Write post" msgstr "Escribe una publicaciรณn" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1517 msgid "Write your reply" msgstr "Escribe una respuesta" @@ -13658,7 +13703,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:610 +#: src/components/dms/MessageItem.tsx:699 msgid "You are blocking {0}" msgstr "Tienes bloqueado a {0}" @@ -13764,11 +13809,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:221 +#: src/view/com/composer/Composer.tsx:220 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:1444 +#: src/view/com/composer/Composer.tsx:1442 msgid "You can only save drafts up to 1000 characters." msgstr "Solo puedes guardar borradores de hasta 1000 caracteres." @@ -13803,8 +13848,8 @@ msgstr "Puedes seleccionar hasta {MAX_GALLERY_IMAGES, plural, one {# imagen} oth msgid "You can update this later from your settings." msgstr "Puedes cambiar esta opciรณn en Ajustes." -#: src/components/dms/ActionsWrapper.web.tsx:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:115 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}}" @@ -13839,7 +13884,7 @@ msgstr "No tienes ningรบn feed guardado." msgid "You got here first" msgstr "Llegaste aquรญ primero" -#: src/components/intents/GroupChatJoinDialog.tsx:166 +#: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and canโ€™t join it using this link." msgstr "Has sido eliminado previamente de este grupo y no puedes unirte con este enlace." @@ -13884,6 +13929,7 @@ msgstr "Has silenciado esta cuenta." msgid "You have muted this user" msgstr "Has silenciado a este usuario" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "No tienes listas." @@ -13912,7 +13958,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:1434 +#: src/view/com/composer/Composer.tsx:1432 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "Tienes cambios sin guardar en este borrador, ยฟquieres guardarlos?" @@ -13970,7 +14016,7 @@ msgstr "No puedes aรฑadir mรกs de {STARTER_PACK_MAX_SIZE, plural, other {{STARTE msgid "You may only add up to 3 feeds" msgstr "Solo puedes aรฑadir hasta 3 feeds" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." msgstr "Debes ser propietario del chat para eliminar a un miembro." @@ -13983,7 +14029,7 @@ msgid "You must be following at least seven other people to generate a starter p msgstr "Debes seguir al menos a siete personas mรกs para generar un paquete de inicio." #: src/components/StarterPack/QrCodeDialog.tsx:69 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:89 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" @@ -14009,12 +14055,12 @@ 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:259 +#: src/components/dms/MessageItem.tsx:340 msgid "You reacted {0}" msgstr "Reaccionaste con {0}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "Reaccionaste con {0} a {target}" @@ -14023,8 +14069,20 @@ 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 +msgid "You replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:802 +msgid "You replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:800 +msgid "You replied to yourself" +msgstr "" + #. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 msgid "You requested to join" msgstr "Solicitaste unirte" @@ -14050,12 +14108,12 @@ msgstr "Ahora recibirรกs notificaciones de este hilo" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "Hemos enviado un cรณdigo de restablecimiento a tu correo. Introdรบcelo aquรญ y, despuรฉs, introduce tu nueva contraseรฑa." -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "No podrรกs volver a unirte a menos que te inviten." #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "Tรบ: {message}" @@ -14127,7 +14185,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:646 +#: src/view/com/composer/Composer.tsx:644 msgid "You've reached the maximum number of drafts" msgstr "Has alcanzado el nรบmero mรกximo de borradores" @@ -14199,11 +14257,11 @@ msgstr "Tus chats han sido deshabilitados" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "Recordaremos tu preferencia para enlaces futuros. Puedes cambiarla cuando quieras en Ajustes." -#: src/view/com/notifications/NotificationFeedItem.tsx:374 +#: src/view/com/notifications/NotificationFeedItem.tsx:380 msgid "Your contact {firstAuthorLink} is on Bluesky" msgstr "Tu contacto {firstAuthorLink} estรก en Bluesky" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:378 msgid "Your contact {firstAuthorName} is on Bluesky" msgstr "Tu contacto {firstAuthorName} estรก en Bluesky" @@ -14295,11 +14353,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:1141 +#: src/view/com/composer/Composer.tsx:1139 msgid "Your post was sent" msgstr "Tu publicaciรณn fue enviada" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1136 msgid "Your posts were sent" msgstr "Tus publicaciones fueron enviadas" @@ -14320,7 +14378,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:1140 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your reply was sent" msgstr "Tu respuesta fue enviada" @@ -14333,7 +14391,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:1469 +#: src/view/com/composer/Composer.tsx:1467 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 ba35763f17..c7e0f7a5ea 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-10 21:06\n" +"PO-Revision-Date: 2026-06-17 12:23\n" "Last-Translator: \n" "Language-Team: Basque\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "\"{interestsDisplayName}\" kategoria (aktiboa)" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:867 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" msgstr "(txat gonbidapen-esteka)" -#: src/components/dms/getMessageInfo.ts:73 +#: 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)" @@ -75,7 +79,7 @@ msgstr "{0, plural, one {etiketa #} other {# etiketa}} eduki honetan jarrita" msgid "{0, plural, one {# like} other {# likes}}" msgstr "{0, plural, one {gogoko #} other {# gogoko}}" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "{0, plural, one {kide #} other {# kide}}" @@ -97,7 +101,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:269 +#: src/components/dms/MessageItem.tsx:350 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "{0, plural, one {pertsona #-ek} other {# pertsonek}} erreakzionatu du/dute โ€“ {1}" @@ -118,15 +122,15 @@ msgstr "{0, plural, one {segundu #} other {# segundu}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: 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" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "{0, plural, one {m#} other {#m}}" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "{0} jarraitzen" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:703 msgid "{0} is blocking you" msgstr "{0}-k blokeatzen zaitu" @@ -273,7 +277,7 @@ msgstr "50etik {0}" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:345 msgid "{0} reacted {1}" msgstr "{0} erreakzioantu du {1}" @@ -326,26 +330,24 @@ msgstr "{0}-ren abatarra" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:143 +#: src/screens/Messages/JoinRequest.tsx:139 msgctxt "group-chat-member-count" msgid "{0}/{1}" 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'. +#. placeholder {0}: joinLinkPreview.memberCount #. placeholder {0}: preview.memberCount +#. placeholder {1}: joinLinkPreview.memberLimit #. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 msgid "{0}/{1} {2, plural, one {member} other {members}}" msgstr "{0}/{1} {2, plural, one {kide} other {kide}}" -#. The number of active group chat members out of the total number allowed. -#. placeholder {0}: joinLinkPreview.memberCount -#. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:329 -msgid "{0}/{1} members" -msgstr "{0}/{1} 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 @@ -389,7 +391,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:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "{count, plural, one {eskaera #} other {# eskaera}}" @@ -397,33 +399,11 @@ msgstr "{count, plural, one {eskaera #} other {# eskaera}}" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "{count, plural, one {Elementu bat} other {# elementu}} irakurri gabe" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "{count, plural, one {Freskatu orria ikusteko.} other {Freskatu orria guztiak ikusteko.}}" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "{count, plural, one {Post honek argazki # dauka.} other {Post honek # argazki ditu.}}" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "{count, plural, one {Zure aplikazioa eguneratu ikusteko.} other {Zure aplikazioa eguneratu guztiak ikusteko.}}" - #. 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 "{count, plural, other {#+ sarrera eskaera}}" -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "{count}+" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "{count}+ eskaera" - #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" msgstr "{date} {time}-etan" @@ -441,155 +421,155 @@ msgstr "{estimatedTimeHrs, plural, one {ordu} other {ordu}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minutu} other {minutu}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: 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" -#: 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 "{firstAuthorLink} eta <0>{additionalAuthorsCount, plural, one {beste {formattedAuthorsCount} } other {beste {formattedAuthorsCount}}} zure neurrira egindako feeda gogoko dute" -#: 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 "{firstAuthorLink} eta <0>{additionalAuthorsCount, plural, one {beste {formattedAuthorsCount} } other {beste {formattedAuthorsCount}}} zure posta gogoko dute" -#: 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 "{firstAuthorLink} eta <0>{additionalAuthorsCount, plural, one {beste {formattedAuthorsCount}} other {beste {formattedAuthorsCount}}} zure berposta gogoko dute" -#: 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 "{firstAuthorLink} eta <0>{additionalAuthorsCount, plural, one {beste {formattedAuthorsCount}} other {beste {formattedAuthorsCount}}} zure kontuaren egiaztapenak kendu dituzte" -#: 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 "{firstAuthorLink} eta <0>{additionalAuthorsCount, plural, one {beste {formattedAuthorsCount} } other {beste {formattedAuthorsCount}}} zure postari berpost egin diote" -#: 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 "{firstAuthorLink} eta <0>{additionalAuthorsCount, plural, one {beste {formattedAuthorsCount}} other {beste {formattedAuthorsCount}}} zure berpostari berpost egin diote" -#: 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 "{firstAuthorLink} eta <0>{additionalAuthorsCount, plural, one {beste {formattedAuthorsCount} } other {beste {formattedAuthorsCount}}} zure abio multzoan izena eman dute" -#: 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 "{firstAuthorLink} eta <0>{additionalAuthorsCount, plural, one {beste {formattedAuthorsCount}} other {beste {formattedAuthorsCount}}} egiaztatu zaituzte" -#: src/view/com/notifications/NotificationFeedItem.tsx:367 +#: src/view/com/notifications/NotificationFeedItem.tsx:373 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} jarraitzen dizu" -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} bueltan jarraitzen dizu" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} zure neurrira egindako feeda gustoko du" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} zure posta gogoko du" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:512 msgid "{firstAuthorLink} liked your repost" msgstr "{firstAuthorLink}-k zure berposta gogoko du" -#: src/view/com/notifications/NotificationFeedItem.tsx:479 +#: src/view/com/notifications/NotificationFeedItem.tsx:485 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} zure kontuaren egiaztapenak kendu dituzte" -#: src/view/com/notifications/NotificationFeedItem.tsx:334 +#: src/view/com/notifications/NotificationFeedItem.tsx:340 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} zure postari berpost egin dio" -#: src/view/com/notifications/NotificationFeedItem.tsx:530 +#: src/view/com/notifications/NotificationFeedItem.tsx:536 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink}-k zure berpostari berpost egin dio" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:431 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} zure abio multzoan izena eman du" -#: src/view/com/notifications/NotificationFeedItem.tsx:454 +#: src/view/com/notifications/NotificationFeedItem.tsx:460 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink}-k egiaztatu zaitu" -#: 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 "{firstAuthorName} eta {additionalAuthorsCount, plural, one {beste {formattedAuthorsCount} } other {beste {formattedAuthorsCount}}} jarraitzen dizute" -#: 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 "{firstAuthorName} eta {additionalAuthorsCount, plural, one {beste {formattedAuthorsCount} } other {beste {formattedAuthorsCount}}} zure neurrira egindako feeda gogoko dute" -#: 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 "{firstAuthorName} eta {additionalAuthorsCount, plural, one {beste {formattedAuthorsCount} } other {beste {formattedAuthorsCount}}} zure posta gogoko dute" -#: 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 "{firstAuthorName} eta {additionalAuthorsCount, plural, one {beste {formattedAuthorsCount}} other {beste {formattedAuthorsCount}}} zure berposta gogoko dute" -#: 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 "{firstAuthorName} eta {additionalAuthorsCount, plural, one {beste {formattedAuthorsCount}} other {beste {formattedAuthorsCount}}} zure kontuaren egiaztapenak kendu dituzte" -#: 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 "{firstAuthorName} eta {additionalAuthorsCount, plural, one {beste {formattedAuthorsCount} } other {beste {formattedAuthorsCount}}} zure postari berpost egin diote" -#: 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 "{firstAuthorName} eta {additionalAuthorsCount, plural, one {beste {formattedAuthorsCount}} other {beste {formattedAuthorsCount}}} zure berpostari berpost egin diote" -#: 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 "{firstAuthorName} eta {additionalAuthorsCount, plural, one {beste {formattedAuthorsCount} } other {beste {formattedAuthorsCount}}} zure abio multzoan izena eman dute" -#: 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 "{firstAuthorName} eta {additionalAuthorsCount, plural, one {beste {formattedAuthorsCount}} other {beste {formattedAuthorsCount}}} egiaztatu zaituzte" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:359 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} jarraitzen dizu" -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} bueltan jarraitzen dizu" -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} zure neurrira egindako feeda gustoko du" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} zure posta gogoko du" -#: src/view/com/notifications/NotificationFeedItem.tsx:492 +#: src/view/com/notifications/NotificationFeedItem.tsx:498 msgid "{firstAuthorName} liked your repost" msgstr "{firstAuthorName}-k zure berposta gogoko du" -#: src/view/com/notifications/NotificationFeedItem.tsx:465 +#: src/view/com/notifications/NotificationFeedItem.tsx:471 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} zure kontuaren egiaztapenak kendu dituzte" -#: src/view/com/notifications/NotificationFeedItem.tsx:320 +#: src/view/com/notifications/NotificationFeedItem.tsx:326 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} zure postari berpost egin dio" -#: src/view/com/notifications/NotificationFeedItem.tsx:516 +#: src/view/com/notifications/NotificationFeedItem.tsx:522 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName}-k zure berpostari berpost egin dio" -#: src/view/com/notifications/NotificationFeedItem.tsx:411 +#: src/view/com/notifications/NotificationFeedItem.tsx:417 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} zure abio multzoan izena eman du" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName}-k egiaztatu zaitu" @@ -659,12 +639,12 @@ msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "{minutes, plural, one {minutu #} other {# minutu}}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "{name} {0} erreakzioantu du {target}-i" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "{name}: {message}" @@ -697,6 +677,18 @@ msgstr "{profileName} Bluesky-n sartu zen abio multzo bat erabiliz orain dela {t msgid "{rank}." msgstr "{rank}." +#: src/components/dms/MessageItem.tsx:813 +msgid "{replierDisplayName} replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:809 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:807 +msgid "{replierDisplayName} replied to you" +msgstr "" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -729,7 +721,7 @@ msgstr "{userName}-ren egiaztapenak" #. 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 @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "Bluesky-n aurki ditzakezun feed ezagunen bilduma bat, besteak beste, News, Booksky, Game Dev, Blacksky eta Fountain Pens" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "mezu bat" @@ -873,8 +875,8 @@ msgstr "Sareko errore bat gertatu da. Mesedez, egiaztatu zure Interneteko konexi #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 #: src/screens/Messages/JoinRequests.tsx:192 #: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." @@ -955,7 +957,7 @@ msgstr "Onartu hizkuntza-iradokizun hau" msgid "Accepted conversations" msgstr "Onartutako elkarrizketak" -#: src/components/intents/GroupChatJoinDialog.tsx:113 +#: 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." @@ -980,12 +982,12 @@ msgstr "Kontua" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "Kontua blokeatuta" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "Kontua jarraituta" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "Kontua desaktibatuta dago" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "Kontua mutututa" @@ -1028,18 +1030,18 @@ msgstr "Kontua ezabatua sarrera azkarretik" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "Kontua desblokeatuta" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "Kontua jarraitzeari utzita" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "Kontua desmutututa" @@ -1054,12 +1056,13 @@ msgstr "Egiaztapen-marka urdin ondulatua <0><1/> duten kontuek beste batzuk msgid "Activity from others" msgstr "Beste batzuen jarduera" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "Gehitu" @@ -1112,11 +1115,11 @@ msgstr "Gehitu aukerazko testua (hautazkoa)" msgid "Add another account" msgstr "Gehitu beste kontu bat" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1518 msgid "Add another post" msgstr "Gehitu beste post bat" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2181 msgid "Add another post to thread" msgstr "Gehitu beste post bat harira" @@ -1182,13 +1185,13 @@ msgstr "Gehitu hitz mutuak eta etiketak" msgid "Add people" msgstr "Gehitu jendea" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "Gehitu jendea zerrendara" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:191 msgid "Add people with a link" -msgstr "" +msgstr "Gehitu jendea esteka batekin" #: src/components/dms/EmojiPopup.android.tsx:56 msgid "Add Reaction" @@ -1214,8 +1217,8 @@ msgstr "Gehitu honako DNS agiria zure domeinuan:" msgid "Add this feed to your feeds" msgstr "Gehitu feed hau zure feedetara" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "Gehitu zerrendetara" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "Gehitu gordetako postetara" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "Gehitu abio multzoei" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "Gehitu erabiltzailea zerrendara" @@ -1246,8 +1249,8 @@ msgstr "{0}-k gehitua" msgid "Added by invite link" msgstr "Gonbidapen-esteka bidez gehituta" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "Zerrendara gehitua" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "ane@adibidea.com" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "Guztiak" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "Dena {0}" @@ -1521,7 +1524,7 @@ msgid "An error occurred while loading your lists :/" msgstr "Errore bat gertatu da zure zerrendak kargatzean :/" #: src/components/StarterPack/QrCodeDialog.tsx:81 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:103 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "Errore bat gertatu da QR kodea gordetzean!" @@ -1558,7 +1561,7 @@ msgstr "Hainbat Bluesky-ren posten ilustrazioa, berposta, atsegin dut eta iruzki #: 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 aplikazioaren ilustrazioa, paperezko hegazkin bat handik ateratzen, lagunak gonbidatzea adieraziz" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 #: src/components/verification/VerifierDialog.tsx:88 @@ -1589,8 +1592,8 @@ msgstr "Arazo bat gertatu da txata irekitzen saiatzean" #: 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 "Arazo bat gertatu da. Mesedez, saiatu berriro." @@ -1643,7 +1646,7 @@ msgstr "Edonor" msgid "Anyone can interact" msgstr "Edozeinek elkarreragin dezake" -#: src/components/intents/GroupChatJoinDialog.tsx:340 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" msgstr "Edonor sar daiteke" @@ -1796,8 +1799,8 @@ msgstr "Ziur zaude abio multzo hau ezabatu nahi duzula?" msgid "Are you sure you want to discard your changes?" msgstr "Ziur zaude zure aldaketak baztertu nahi dituzula?" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "Ziur zaude {groupName} utzi nahi duzula?" @@ -1814,11 +1817,11 @@ msgid "Are you sure you want to remove this from your feeds?" msgstr "Ziur zaude hau zure feedetatik ezabatu nahi duzula?" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 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:1656 +#: src/view/com/composer/Composer.tsx:1654 msgid "Are you sure you'd like to discard this post?" msgstr "Ziur zaude post hau baztertu nahi duzula?" @@ -1958,10 +1961,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:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2009,8 +2012,8 @@ msgstr "Blokeatu {displayName}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "Kontua blokeatu" @@ -2088,6 +2091,10 @@ 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." @@ -2148,7 +2155,7 @@ msgstr "Bluesky dibertigarriagoa da lagunekin. Zure lagunetako batzuk gonbidatu #: src/features/inviteFriends/InviteScannerScreen.tsx:105 msgid "Bluesky needs camera access to scan QR codes from other profiles." -msgstr "" +msgstr "Bluesky-k kamerarako sarbidea behar du beste profil batzuetako QR kodeak eskaneatzeko." #: src/screens/Takendown.tsx:213 msgid "Bluesky Social Terms of Service" @@ -2196,7 +2203,7 @@ msgstr "Guneko arauak haustea" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:200 msgid "Bring up to 50 friends together in one chat." -msgstr "" +msgstr "Bildu 50 lagun arte txat berean." #: src/view/com/feeds/ProfileFeedgens.tsx:167 #: src/view/com/feeds/ProfileFeedgens.tsx:168 @@ -2260,7 +2267,7 @@ msgstr "Hasierako denbora-lerrora itzultzeko botoia" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:181 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2274,13 +2281,13 @@ msgstr "@{0}-gatik" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:363 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "<0>{0}-gatik" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" msgstr "<0>{ownerDisplayName}-rena" @@ -2314,7 +2321,7 @@ msgstr "Kamera" #: src/features/inviteFriends/InviteScannerScreen.tsx:96 msgid "Camera access needed" -msgstr "" +msgstr "Kamerarako sarbidea behar da" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:213 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:133 @@ -2348,10 +2355,10 @@ msgstr "" #: src/screens/Deactivated.tsx:150 #: src/screens/Messages/components/InviteLinkDialog.tsx:500 #: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,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:1732 +#: src/view/com/composer/Composer.tsx:1742 #: 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 @@ -2380,6 +2387,10 @@ msgstr "Utzi postaren aipamena" msgid "Cancel reactivation and sign out" msgstr "Utzi berriro aktibatzea eta amaitu saioa" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "Utzi bilaketa" @@ -2481,7 +2492,7 @@ msgstr "Abio multzoan egindako aldaketak ez dira zerrendan islatuko sortu ondore #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,7 +2509,7 @@ msgid "Chat ended" msgstr "Txata bukatuta" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:256 +#: src/components/intents/GroupChatJoinDialog.tsx:269 #: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" msgstr "Txateko gonbidapen-esteka jada ez dago erabilgarri" @@ -2520,12 +2531,12 @@ msgctxt "toast" msgid "Chat muted" msgstr "Txata mutututa" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." msgstr "Txata ez da aurkitu." -#: src/components/moderation/BlockDialog.tsx:292 +#: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "Txataren jabeek ezin dute txat talde bat utzi." @@ -2544,10 +2555,10 @@ msgstr "Txateatzeko eskaerak" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "Txataren ezarpenak" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Txata desmutututa" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "Txatak" @@ -2731,7 +2742,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:533 +#: src/components/dms/MessageItem.tsx:622 msgid "Click to retry failed message" msgstr "Egin klik huts egindako mezua berriro bidaltzen saiatzeko" @@ -2745,6 +2756,7 @@ msgstr "Egin klik huts egindako mezua berriro bidaltzen saiatzeko" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "Egin klik huts egindako mezua berriro bidaltzen saiatzeko" #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:233 -#: src/components/intents/GroupChatJoinDialog.tsx:268 +#: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2804,10 +2816,6 @@ msgstr "Itxi alerta" msgid "Close banner" msgstr "Itxi bannerra" -#: src/view/com/util/BottomSheetCustomBackdrop.tsx:36 -msgid "Close bottom drawer" -msgstr "Itxi beheko tiradera" - #. Accessibility label for the button that dismisses the GIF picker error dialog. #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:223 #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:229 @@ -2822,7 +2830,7 @@ msgstr "Itxi beheko tiradera" msgid "Close dialog" msgstr "Itxi elkarrizketa-koadroa" -#: src/view/shell/index.web.tsx:129 +#: src/view/shell/index.web.tsx:127 msgid "Close drawer menu" msgstr "Itxi marrazki menua" @@ -2844,16 +2852,16 @@ msgstr "Itxi menua" #: src/features/inviteFriends/InviteScannerScreen.tsx:167 msgid "Close scanner" -msgstr "" +msgstr "Itxi eskanerra" #: src/screens/Messages/components/RequestStatus.tsx:83 msgid "Close the incoming requests banner" msgstr "Itxi sarrera eskaeren bannerra" -#: src/components/intents/GroupChatJoinDialog.tsx:226 -#: src/components/intents/GroupChatJoinDialog.tsx:227 -#: src/components/intents/GroupChatJoinDialog.tsx:263 -#: src/components/intents/GroupChatJoinDialog.tsx:264 +#: 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 msgid "Close this dialog" msgstr "Itxi elkarrizketa-koadro hau" @@ -2866,21 +2874,21 @@ msgstr "Itxi ongietorri modala" msgid "Closes password update alert" msgstr "Pasahitzak eguneratzeko alerta ixten du" -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1740 msgid "Closes post composer and discards post draft" msgstr "Post-konpositorea ixten du eta post-zirriborroa baztertzen du" -#: src/view/com/notifications/NotificationFeedItem.tsx:605 +#: src/view/com/notifications/NotificationFeedItem.tsx:611 msgid "Collapse list of users" msgstr "Tolestu erabiltzaileen zerrenda" -#: src/view/com/notifications/NotificationFeedItem.tsx:953 +#: src/view/com/notifications/NotificationFeedItem.tsx:959 msgid "Collapses list of users for a given notification" msgstr "Jakinarazpen jakin baterako erabiltzaileen zerrenda tolesten du" #: src/features/inviteFriends/components/ThemePicker.tsx:66 msgid "Color" -msgstr "" +msgstr "Kolorea" #: src/components/dialogs/Embed.tsx:150 #: src/screens/Settings/AppearanceSettings.tsx:81 @@ -2920,7 +2928,7 @@ msgid "Compose new post" msgstr "Idatzi post berria" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1618 +#: src/view/com/composer/Composer.tsx:1616 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Idatzi {0, plural, other {# karaktere}} gehienezko postak" @@ -2928,11 +2936,11 @@ msgstr "Idatzi {0, plural, other {# karaktere}} gehienezko postak" msgid "Compose reply" msgstr "Idatzi erantzuna" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2578 msgid "Compressing GIF..." msgstr "GIFa konprimitzen..." -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing video..." msgstr "Bideoa konprimitzen..." @@ -3100,7 +3108,7 @@ msgstr "Jarraitu hurrengo urratsera" msgid "Conversation" msgstr "Elkarrizketa" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "Elkarrizketa ezabatuta" @@ -3127,7 +3135,7 @@ msgid "Copied build version to clipboard" msgstr "Konpilazio bertsioa arbelean kopiatu da" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3154,12 @@ msgstr "Kopiatuta!" msgid "Copies build version to clipboard" msgstr "Eraikitze-bertsioa arbelean kopiatzen du" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" -msgstr "" +msgstr "Profilaren URL kanonikoa arbelean kopiatzen du" #: src/components/StarterPack/QrCodeDialog.tsx:198 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:265 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "Kopiatu" @@ -3159,8 +3167,8 @@ msgstr "Kopiatu" msgid "Copy App Password" msgstr "Kopiatu Aplikazioaren Pasahitza" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "Kopiatu at:// URI" @@ -3175,8 +3183,8 @@ msgid "Copy code" msgstr "Kopiatu kodea" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "Kopiatu DID" @@ -3184,9 +3192,9 @@ msgstr "Kopiatu DID" msgid "Copy host" msgstr "Kopiatu ostalaria" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:254 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" -msgstr "" +msgstr "Kopiatu gonbidapen-esteka" #: src/components/dms/ChatInvite/Root.tsx:91 #: src/components/StarterPack/ShareDialog.tsx:115 @@ -3210,8 +3218,8 @@ msgstr "Kopiatu esteka zerrendara" msgid "Copy link to post" msgstr "Kopiatu esteka postera" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "Kopiatu esteka profilera" @@ -3219,8 +3227,8 @@ msgstr "Kopiatu esteka profilera" msgid "Copy link to starter pack" msgstr "Kopiatu abio multzoaren esteka" -#: src/components/dms/MessageContextMenu.tsx:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "Kopiatu mezuaren testua" @@ -3249,9 +3257,9 @@ msgstr "Kopiatu TXT erregistroaren balioa" msgid "Copyright Policy" msgstr "Copyright Politika" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" -msgstr "" +msgstr "Ezin izan da QR kodea atzeman" #: src/view/com/feeds/MissingFeed.tsx:42 msgid "Could not connect to custom feed" @@ -3261,13 +3269,13 @@ msgstr "Ezin izan da feed pertsonalizatura konektatu" msgid "Could not connect to feed service" msgstr "Ezin izan da feed zerbitzura konektatu" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:120 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" -msgstr "" +msgstr "Ezin izan da kopiatu โ€“ mesedez, saiatu berriro" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" -msgstr "" +msgstr "Ezin izan da deskargatu โ€“ mesedez, saiatu berriro" #: src/screens/Messages/components/MessageInputEmbed.tsx:200 msgid "Could not fetch post" @@ -3294,7 +3302,7 @@ msgstr "Ezin izan dira bat datozen guztiak jarraitu. {0}" msgid "Could not leave chat" msgstr "Ezin izan da txata utzi" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." msgstr "Ezin izan da txata utzi." @@ -3308,9 +3316,9 @@ msgstr "Ezin izan da feeda kargatu" msgid "Could not load list" msgstr "Ezin izan da zerrenda kargatu" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:169 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" -msgstr "" +msgstr "Ezin izan da profila kargatu" #: src/components/dms/ConvoMenu.tsx:212 msgid "Could not mute chat" @@ -3320,7 +3328,7 @@ msgstr "Ezin izan da txata mututu" msgid "Could not process your video" msgstr "Ezin izan da zure bideoa prozesatu" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." msgstr "Ezin izan da kidea kendu." @@ -3329,9 +3337,9 @@ msgstr "Ezin izan da kidea kendu." msgid "Could not save changes: {0}" msgstr "Ezin izan dira aldaketak gorde: {0}" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" -msgstr "" +msgstr "Ezin izan da partekatu โ€“ mesedez, saiatu berriro" #: src/state/queries/notifications/settings.ts:49 msgid "Could not update notification settings" @@ -3394,12 +3402,12 @@ msgstr "Sortu niretzat abio multzo bat" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:314 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3457,13 @@ msgstr "Sortu zerrenda abio multzotik" msgid "Create moderation list" msgstr "Sortu moderazio-zerrenda" -#: src/screens/Messages/JoinRequest.tsx:308 +#: 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 "Sortu kontu berria" -#: src/screens/Messages/ConversationSettings/index.tsx:553 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "Sortu edo aldatu gonbidapen-esteka bat txat talde honetarako" @@ -3479,7 +3487,7 @@ msgstr "Sortu erabiltzaile-zerrenda" #. placeholder {0}: i18n.date(createdAt, { dateStyle: 'long', timeStyle: 'short', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) #: src/screens/Messages/components/InviteLinkDialog.tsx:355 -#: src/screens/Messages/ConversationSettings/index.tsx:505 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "Sortuta {0}" @@ -3539,11 +3547,11 @@ msgstr "Jaiotze data" #: src/features/inviteFriends/components/ThemePicker.tsx:28 msgid "Dawn" -msgstr "" +msgstr "Egunsentia" #: src/features/inviteFriends/components/ThemePicker.tsx:29 msgid "Day" -msgstr "" +msgstr "Eguna" #: src/screens/Settings/AccountSettings.tsx:179 #: src/screens/Settings/AccountSettings.tsx:184 @@ -3624,7 +3632,7 @@ msgstr "Kontaktuak ezabatu" msgid "Delete conversation" msgstr "Ezabatu elkarrizketa" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "Ezabatu niretzat" @@ -3637,7 +3645,7 @@ msgstr "Ezabatu zerrenda" msgid "Delete message" msgstr "Ezabatu mezua" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "Ezabatu mezua niretzat" @@ -3647,7 +3655,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:1630 +#: src/view/com/composer/Composer.tsx:1628 msgid "Delete post" msgstr "Ezabatu posta" @@ -3689,6 +3697,10 @@ 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 @@ -3794,9 +3806,9 @@ msgstr "Desgaituta" #: 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:1411 +#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1661 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3819,14 @@ msgstr "Baztertu" msgid "Discard changes?" msgstr "Aldaketak baztertu?" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1409 #: 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:1428 -#: src/view/com/composer/Composer.tsx:1655 +#: src/view/com/composer/Composer.tsx:1426 +#: src/view/com/composer/Composer.tsx:1653 msgid "Discard post?" msgstr "Posta baztertu?" @@ -3852,7 +3864,7 @@ msgstr "Baztertu" msgid "Dismiss banner" msgstr "Baztertu bannerra" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2499 msgid "Dismiss error" msgstr "Baztertu errorea" @@ -3879,7 +3891,7 @@ msgstr "Baztertu iradokizun hau" #: src/features/inviteFriends/InviteScannerScreen.tsx:168 msgid "Dismisses the QR scanner" -msgstr "" +msgstr "QR eskanerra baztertzen du" #: src/screens/Settings/AccessibilitySettings.tsx:70 #: src/screens/Settings/AccessibilitySettings.tsx:75 @@ -3949,8 +3961,8 @@ msgstr "Ez kezkatu! Mezu eta ezarpen guztiak gordeta daude eta heldua zarela egi #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:146 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3975,7 @@ msgstr "Ez kezkatu! Mezu eta ezarpen guztiak gordeta daude eta heldua zarela egi msgid "Done" msgstr "Eginda" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "Eginda" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:520 msgid "Double tap or long press the message to add a reaction" msgstr "Kolpetxo bikoitza edo luze sakatu erreakzio bat gehitzeko" @@ -3983,7 +3989,7 @@ msgstr "Kolpetxo bikoitza gogoko emateko" #: src/features/inviteFriends/components/ActionButtons.tsx:36 msgid "Download" -msgstr "" +msgstr "Deskargatu" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:329 msgid "Download Bluesky" @@ -4005,7 +4011,7 @@ msgstr "Deskargatu irudia" #: src/features/inviteFriends/components/ActionButtons.tsx:31 msgid "Download invite QR code" -msgstr "" +msgstr "Deskargatu gonbidapen QR kodea" #: src/screens/Settings/components/ExportCarDialog.tsx:118 msgid "Download profile data" @@ -4041,7 +4047,7 @@ msgstr "Iraupena:" #: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Dusk" -msgstr "" +msgstr "Ilunabarra" #: src/screens/Settings/components/ChangeHandleDialog.tsx:237 msgid "e.g. alice" @@ -4087,8 +4093,8 @@ msgstr "Elikadura-nahasmenduak" msgid "Edit" msgstr "Editatu" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "Editatu" @@ -4102,8 +4108,8 @@ msgstr "Editatu abatarra" msgid "Edit Feeds" msgstr "Editatu Feedak" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "Editatu taldearen izena" @@ -4141,8 +4147,8 @@ msgstr "Editatu estekaren ezarpenak" msgid "Edit list details" msgstr "Editatu zerrendaren xehetasunak" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "Zuzeneko egoera editatu" @@ -4155,7 +4161,7 @@ msgstr "Editatu moderazio zerrenda" msgid "Edit My Feeds" msgstr "Editatu Nire Feedak" -#: src/screens/Messages/ConversationSettings/index.tsx:540 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "Editatu izena" @@ -4184,8 +4190,8 @@ msgstr "Editatu Profila" msgid "Edit starter pack" msgstr "Editatu abio multzoa" -#: src/screens/Messages/ConversationSettings/index.tsx:486 -#: src/screens/Messages/ConversationSettings/index.tsx:539 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "Editatu txat taldearen izena" @@ -4402,7 +4408,7 @@ msgstr "Pantaila osora sartzen da" msgid "Entertainment" msgstr "Entretenimendua" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2598 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Errorea" @@ -4481,7 +4487,7 @@ msgstr "Irten pantaila osotik" msgid "Expand alt text" msgstr "Zabaldu aukerazko testua" -#: src/view/com/notifications/NotificationFeedItem.tsx:606 +#: src/view/com/notifications/NotificationFeedItem.tsx:612 msgid "Expand list of users" msgstr "Zabaldu erabiltzaileen zerrenda" @@ -4596,8 +4602,8 @@ msgstr "Ezin izan da txata onartu" msgid "Failed to accept join request" msgstr "Ezin izan da onartu sartzeko eskaera" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "Errorea emoji erreakzioa gehitzean" @@ -4606,6 +4612,10 @@ msgstr "Errorea emoji erreakzioa gehitzean" msgid "Failed to add members" msgstr "Ezin izan dira kideak gehitu" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "Ezin izan da abio multzora gehitu" @@ -4615,7 +4625,7 @@ msgid "Failed to change handle. Please try again." msgstr "Ezin izan da handle-a aldatu. Mesedez, saiatu berriro." #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:129 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "Ezin izan da esteka kopiatu" @@ -4664,7 +4674,7 @@ msgstr "Ezin izan da desgaitu gonbidapen-esteka" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "Germ DM deskonektatzeak huts egin du. Errorea: {0}" -#: src/screens/Messages/ConversationSettings/index.tsx:374 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "Ezin izan da txat taldearen izena editatu" @@ -4692,7 +4702,7 @@ msgstr "Ezin izan da iradokizuna ezkutatu, egiaztatu zure Interneteko konexioa" msgid "Failed to ignore join request" msgstr "Ezin izan da baztertu batzeko eskaera" -#: src/components/intents/GroupChatJoinDialog.tsx:137 +#: 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." @@ -4700,14 +4710,14 @@ msgstr "Ezin izan da txat taldean sartu. Mesedez, saiatu berriro." msgid "Failed to launch SMS app" msgstr "Ezin izan da SMS aplikazioa abiarazi" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:401 +#: 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 "Ezin izan da txat taldea utzi" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "Ezin izan dira elkarrizketak kargatu" @@ -4753,15 +4763,20 @@ msgstr "Ezin izan dira iradokitako feedak kargatu" msgid "Failed to load suggested follows" msgstr "Ezin izan dira kargatu iradokitako jarraipenak" -#: src/screens/Messages/ConversationSettings/index.tsx:426 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "Ezin izan da txat taldea itxi" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +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 msgid "Failed to mark all requests as read" msgstr "Ezin izan dira eskaera guztiak irakurri gisa markatu" -#: src/screens/Messages/ConversationSettings/index.tsx:390 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "Ezin izan da txat taldea mututu" @@ -4783,12 +4798,16 @@ msgstr "Sare-errore baten ondorioz datuak ezabatzea ezinezkoa izan da. Mesedez, msgid "Failed to remove data. {0}" msgstr "Ezin izan dira datuak ezabatu. {0}" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:111 +#: 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 "" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "Ezin izan da abio multzotik kendu" @@ -4802,7 +4821,7 @@ msgstr "Ezin izan da txat taldeko kidea ezabatu" msgid "Failed to remove verification" msgstr "Ezin izan da egiaztapena kendu" -#: src/components/intents/GroupChatJoinDialog.tsx:180 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." msgstr "Ezin izan da zure eskaera bertan behera utzi. Mesedez, saiatu berriro." @@ -4811,7 +4830,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:648 +#: src/view/com/composer/Composer.tsx:646 msgid "Failed to save draft" msgstr "Ezin izan da zirriborroa gorde" @@ -4854,7 +4873,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "Ezin izan da mututu/ez mututu haria. Mesedez, saiatu berriro" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:435 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "Ezin izan da txat taldea ireki" @@ -5038,7 +5057,7 @@ msgstr "Aurkitu jarraitu beharreko kontuak" #: src/screens/Settings/Settings.tsx:216 #: src/screens/Settings/Settings.tsx:219 msgid "Find and invite friends" -msgstr "" +msgstr "Bilatu eta gonbidatu lagunak" #: src/Navigation.tsx:436 #: src/Navigation.tsx:569 @@ -5060,7 +5079,7 @@ msgstr "Aurkitu jarraitzeko jendea" #: src/screens/Settings/FindContactsSettings.tsx:130 msgid "Find people you know" -msgstr "" +msgstr "Aurkitu ezagutzen duzun jendea" #: src/screens/Search/Shell.tsx:537 msgid "Find posts, users, and feeds on Bluesky" @@ -5116,16 +5135,16 @@ msgstr "Fokua jarri bilaketa-eremuan" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 "Jarraitu" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "Jarraitu {0}" @@ -5149,8 +5168,8 @@ msgstr "Jarraitu 10 pertsona hasteko" msgid "Follow 7 accounts" msgstr "Jarraitu 7 kontu" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "Jarraitu kontua" @@ -5173,9 +5192,9 @@ msgstr "Jarraitu kontu guztiak" #. 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:423 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "Jarraitu bueltan" @@ -5211,7 +5230,7 @@ msgstr "Jarraitua <0>{0}-gatik eta <1>{1}-gatik" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "Jarraitua <0>{0}-gatik, <1>{1}-gatik eta {2, plural, one {#-gatik} other {#-gatik}}" -#: src/components/intents/GroupChatJoinDialog.tsx:339 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" msgstr "Jarraitzaileak sar daitezke" @@ -5231,10 +5250,10 @@ msgstr "Ezagutzen dituzun jarraitzaileak" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 "Jarraitzen" @@ -5249,7 +5268,7 @@ msgstr "Jarraitzen" #. 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 "Jarraitzen {0}" @@ -5336,7 +5355,7 @@ msgstr "Ahaztuta?" #. 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 "Txat talde bat irudikatzen duten lau mezu-burbuila. Lehen mezua: \"Albistea entzun duzu? Blueskyk txat taldeak ditu orain!\" Bigarren mezua: \"ene, ezinezkoa\" Hirugarren mezua: \"Bai zoragarria, 50 lagun txat berean!\" Laugarren mezua: \"Gonbidapen-estekak ere bidal ditzakezu!\"" #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:12 msgid "Free your feed" @@ -5467,7 +5486,7 @@ msgstr "Hasi" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2603 msgid "GIF uploaded" msgstr "GIFa igo da" @@ -5526,8 +5545,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "Joan hasierara" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "Zuzenean jarri" @@ -5538,8 +5557,8 @@ msgstr "Zuzenean jarri" msgid "Go Live" msgstr "Zuzenean Jarri" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "Zuzenean jarri (desgaituta)" @@ -5547,7 +5566,7 @@ msgstr "Zuzenean jarri (desgaituta)" msgid "Go live for" msgstr "Zuzenera joan" -#: src/view/com/notifications/NotificationFeedItem.tsx:250 +#: src/view/com/notifications/NotificationFeedItem.tsx:256 msgid "Go to {firstAuthorName}'s profile" msgstr "Joan {firstAuthorName}-ren profilera" @@ -5605,7 +5624,7 @@ msgstr "Ulertu dut" #: src/features/inviteFriends/InviteScannerScreen.tsx:108 #: src/features/inviteFriends/InviteScannerScreen.tsx:113 msgid "Grant access" -msgstr "" +msgstr "Eman sarbidea" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 @@ -5622,9 +5641,9 @@ msgstr "Eduki grafiko bortitza" msgid "Grooming or predatory behavior" msgstr "Jokabide harrapari edo grooming-a" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:321 -#: src/screens/Messages/JoinRequest.tsx:129 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" msgstr "Txat taldea" @@ -5632,17 +5651,17 @@ msgstr "Txat taldea" msgid "Group chat invite link dialog" msgstr "Txat taldearen gonbidapen-esteka elkarrizketa-koadroa" -#: src/screens/Messages/ConversationSettings/index.tsx:417 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "Txat taldea itxita dago" -#: src/screens/Messages/ConversationSettings/index.tsx:382 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "Txat taldea mutututa dago" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "Txat taldearen izena eguneratu da" @@ -5653,19 +5672,19 @@ msgid "Group chat settings" msgstr "Txat taldearen ezarpenak" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "Txat taldea irekita dago" -#: src/screens/Messages/ConversationSettings/index.tsx:385 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "Txat taldea desmututa dago" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:181 msgid "Group Chats" -msgstr "" +msgstr "Txat Taldeak" #: src/screens/Messages/Settings.tsx:199 msgid "Group chats are only available to users 18 and over." @@ -5682,12 +5701,12 @@ msgstr "Taldea itxita dago" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "Taldearen izena" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "Talde izena luzeegia da. {MAX_GROUP_NAME_GRAPHEME_LENGTH, plural, other {Gehienezko karaktere kopurua # da.}}" @@ -5829,7 +5848,7 @@ msgstr "Ezkutuko zerrenda" msgid "Hide" msgstr "Ezkutatu" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "Ezkutatu" @@ -5904,7 +5923,7 @@ msgstr "Joera-gaiak ezkutatu?" msgid "Hide trending videos?" msgstr "Joera-bideoak ezkutatu?" -#: src/view/com/notifications/NotificationFeedItem.tsx:951 +#: src/view/com/notifications/NotificationFeedItem.tsx:957 msgid "Hide user list" msgstr "Ezkutatu erabiltzaile zerrenda" @@ -5920,7 +5939,7 @@ msgstr "Edukia ezkutatzen du" #: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 msgid "Hides the invite friends promo banner" -msgstr "" +msgstr "Lagunak gonbidatzeko promozio-bannerra ezkutatzen du" #: 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." @@ -5960,7 +5979,7 @@ msgstr "Eutsi! Pixkanaka bideorako sarbidea ematen ari gara, eta ilaran zain zau #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6166,7 +6185,7 @@ msgstr "Inportatu Kontaktuak" #: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 msgid "Import contacts or invite your friends" -msgstr "" +msgstr "Inportatu kontaktuak edo gonbidatu zure lagunak" #: src/components/contacts/FindContactsBannerNUX.tsx:33 #: src/components/contacts/FindContactsBannerNUX.tsx:72 @@ -6210,7 +6229,7 @@ msgstr "Aplikazioan, push, guztiontzat" msgid "In-app, push, people you follow" msgstr "Aplikazioan, push, jarraitzen duzun jendea" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "Sarrerako ontzia hutsik" @@ -6257,7 +6276,7 @@ msgstr "Kontaktuen bidez lagunak aurkitzea aurkeztea" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:99 msgid "Introducing group chats" -msgstr "" +msgstr "Txat taldeak aurkezten" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:38 msgid "Introducing saved posts AKA bookmarks" @@ -6268,7 +6287,7 @@ msgstr "Gordetako postak, hau da, laster-markak, aurkeztea" msgid "Invalid 2FA confirmation code." msgstr "2FA baieztapen kode baliogabea." -#: src/components/intents/GroupChatJoinDialog.tsx:147 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." msgstr "Txat taldeko kode baliogabea." @@ -6290,7 +6309,7 @@ msgstr "Telefono zenbaki baliogabea" msgid "Invalid report subject" msgstr "Salaketa izenburua ez da zuzena" -#: src/components/intents/GroupChatJoinDialog.tsx:187 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." msgstr "Bertan behera uzteko eskaera baliogabea." @@ -6315,15 +6334,15 @@ 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:140 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" -msgstr "" +msgstr "Gonbidatu lagunak" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:155 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "Gonbidatu Lagunak" @@ -6336,19 +6355,19 @@ msgstr "Gonbidatu lagunak <0/>" #: src/screens/Messages/components/InviteLinkDialog.tsx:335 #: src/screens/Messages/components/InviteLinkDialog.tsx:514 #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 -#: src/screens/Messages/ConversationSettings/index.tsx:556 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "Gonbidapen-esteka" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:213 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "Gonbidapen-esteka" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" -msgstr "" +msgstr "Gonbidapen-esteka kopiatuta" #: src/components/dms/getSystemMessageInfo.ts:120 msgid "Invite link created" @@ -6374,7 +6393,7 @@ msgstr "Gonbidatu jendea abio multzo honetara!" #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:91 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:144 msgid "Invite your friends" -msgstr "" +msgstr "Gonbidatu zure lagunak" #: src/screens/StarterPack/Wizard/StepDetails.tsx:37 msgid "Invite your friends to follow your favorite feeds and people" @@ -6410,7 +6429,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:2520 +#: src/view/com/composer/Composer.tsx:2518 msgid "Job ID: {0}" msgstr "Lan ID: {0}" @@ -6420,7 +6439,7 @@ msgid "Jobs" msgstr "Lanak" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:282 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" msgstr "Sartu" @@ -6431,12 +6450,12 @@ msgstr "Sartu" msgid "Join Bluesky" msgstr "Sartu Bluesky" -#: src/components/intents/GroupChatJoinDialog.tsx:71 -#: src/components/intents/GroupChatJoinDialog.tsx:448 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" msgstr "Sartu txat taldean" -#: src/components/intents/GroupChatJoinDialog.tsx:176 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." msgstr "Sartzeko eskaera bertan behera utzi da." @@ -6450,8 +6469,8 @@ msgstr "Bat egin elkarrizketan" msgid "Journalism" msgstr "Kazetaritza" -#: src/view/com/composer/Composer.tsx:1461 -#: src/view/com/composer/Composer.tsx:1471 +#: src/view/com/composer/Composer.tsx:1459 +#: src/view/com/composer/Composer.tsx:1469 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "Jarraitu editatzen" @@ -6609,7 +6628,7 @@ msgid "Learn more." msgstr "Ikasi gehiago." #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:590 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "Utzi" @@ -6623,8 +6642,8 @@ msgstr "Utzi" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "Utzi txata" @@ -6644,12 +6663,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "Utzi elkarrizketa" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "Utzi txat taldea" -#: src/screens/Messages/ConversationSettings/index.tsx:589 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "Utzi txat talde hau" @@ -6658,11 +6677,11 @@ msgstr "Utzi txat talde hau" msgid "Leaving Bluesky" msgstr "Bluesky uzten" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: src/screens/Messages/ConversationSettings/prompts.tsx:153 msgid "Leaving this chat will lock it permanently and you wonโ€™t be able to rejoin." msgstr "Txat hau uzteak betiko blokeatuko du eta ezingo zara berriro sartu." -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." msgstr "Utzi txat taldea." @@ -6935,9 +6954,9 @@ msgstr "Kargatu jakinarazpen berriak" msgid "Load new posts" msgstr "Kargatu post berriak" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "Txata kargatzenโ€ฆ" @@ -6954,23 +6973,23 @@ msgstr "Posten interakzio-ezarpenak kargatzen..." msgid "Loading..." msgstr "Kargatzen..." -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "Itxi" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "Itxi txat taldea" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "Txat taldea itxi?" -#: src/screens/Messages/ConversationSettings/index.tsx:568 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "Itxi txat talde hau" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "Itxita" @@ -7051,6 +7070,16 @@ msgstr "Kudeatu mutututa dauden hitzak eta etiketak" 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 +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 +msgid "Mark all requests as read" +msgstr "Markatu eskaera guztiak irakurritzat" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7089,14 @@ msgstr "Markatu irakurri gisa" msgid "Marked all as read" msgstr "Denak irakurri gisa markatuta" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "Txat guztiak irakurri gisa markatuta" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "Eskaera guztiak irakurri gisa markatuta" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,7 +7120,7 @@ msgstr "Beste gailu batean gordetako multimedia" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Publiko batzuentzat kezkagarriak edo desegokiak izan daitezkeen multimediak." -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." msgstr "Kidea txat taldetik kendu da." @@ -7092,7 +7129,7 @@ msgstr "Kidea txat taldetik kendu da." msgid "Members" msgstr "Kideak" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "Kideek txat-historia irakur dezakete oraindik, baina ezin dute mezu berririk bidali." @@ -7111,13 +7148,13 @@ msgstr "Aipamenak" msgid "Menu" msgstr "Menua" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "Mezua" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 +#: 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" @@ -7132,7 +7169,7 @@ msgstr "Mezua {0}" msgid "Message {displayName}" msgstr "Mezua {displayName}" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "Mezua ezabatuta" @@ -7141,13 +7178,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Mezua ezabatuta" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:616 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:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "@{0}-ren mezua: {1}" @@ -7156,21 +7193,21 @@ msgstr "@{0}-ren mezua: {1}" msgid "Message from server: {0}" msgstr "Zerbitzariaren mezua: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "Mezua sartzeko eremua" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "Mezua luzeegia da ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" -#: src/components/dms/MessageContextMenu.tsx:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "Mezuaren aukerak" @@ -7178,11 +7215,11 @@ msgstr "Mezuaren aukerak" msgid "Messages" msgstr "Mezuak" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:715 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:621 +#: src/components/dms/MessageItem.tsx:710 msgid "Messages from this person are hidden while you are blocking them." msgstr "Pertsona honen mezuak ezkutatuta daude blokeatzen dituzun bitartean." @@ -7219,8 +7256,8 @@ msgstr "Moderazio xehetasunak" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "{0}-ren moderazio zerrenda" @@ -7228,7 +7265,7 @@ msgstr "{0}-ren moderazio zerrenda" msgid "Moderation list by <0/>" msgstr "<0/>-ren moderazio zerrenda" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "Zure moderazio zerrenda" @@ -7281,8 +7318,8 @@ msgstr "Hizkuntza gehiago..." #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "Aukera gehiago" @@ -7302,7 +7339,7 @@ msgstr "Pelikulak" msgid "Music" msgstr "Musika" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "Mututu" @@ -7320,8 +7357,8 @@ msgstr "Mututu {0}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "Mututu kontua" @@ -7347,7 +7384,7 @@ msgstr "Mututu zerrenda" msgid "Mute these accounts?" msgstr "Kontu hauek mututu?" -#: src/screens/Messages/ConversationSettings/index.tsx:530 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "Mututu txat talde hau" @@ -7387,9 +7424,9 @@ msgstr "Mututu hitzak eta etiketak" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:207 msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." -msgstr "" +msgstr "Mututu, irten edo kendu jendea edonoiz. Zure txata da." -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "Mutututa" @@ -7480,7 +7517,7 @@ 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:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "Berria" @@ -7490,21 +7527,21 @@ msgctxt "action" msgid "New" msgstr "Berria" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: 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}}" -#: 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 "{firstAuthorName}-ren {postsCount, plural, one {post berria} other {post berriak}}" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "Txat berria" @@ -7592,11 +7629,11 @@ msgctxt "action" msgid "New post" msgstr "Post berria" -#: 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 "{firstAuthorLink} eta <0>{additionalAuthorsCount, plural, one {beste {formattedAuthorsCount}} other {beste {formattedAuthorsCount}}}-ren post berriak " -#: 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 "{firstAuthorName} eta {additionalAuthorsCount, plural, one {beste {formattedAuthorsCount}} other {beste {formattedAuthorsCount}}}-ren post berriak" @@ -7646,7 +7683,7 @@ msgstr "Hurrengo irudia" #: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Night" -msgstr "" +msgstr "Gaua" #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:32 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." @@ -7718,7 +7755,7 @@ msgstr "Ez dago zerrendarik" #. 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 "Jada ez da {0} jarraitzen" @@ -7726,7 +7763,7 @@ msgstr "Jada ez da {0} jarraitzen" msgid "No media yet" msgstr "Oraindik ez dago multimediarik" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "Oraindik ez dago mezurik" @@ -7763,7 +7800,7 @@ msgstr "Inor ez" msgid "No one but the author can quote this post." msgstr "Egileak beste inork ezin du mezu hau aipatu." -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "Inork ezin ditu mezuak bidali" @@ -7831,6 +7868,11 @@ 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" @@ -7875,7 +7917,7 @@ msgstr "Biluztasun ez sexuala" #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" -msgstr "" +msgstr "Ez dago eskuragarri plataforma honetan" #: src/screens/FindContactsFlowScreen.tsx:62 #: src/screens/Settings/FindContactsSettings.tsx:106 @@ -7895,7 +7937,7 @@ msgstr "Ez da aurkitu" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "Ez zaude posta argitaratzeko prest? Gorde zure ideiarik onenak Zirriborroetan, une egokia iritsi arte." -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "Partekatzeari buruzko oharra" @@ -7931,7 +7973,7 @@ msgstr "Jakinarazpen soinuak" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8017,7 @@ msgstr "Ados" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:722 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8008,11 +8050,11 @@ 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:864 +#: src/view/com/composer/Composer.tsx:862 msgid "One or more GIFs is missing alt text." msgstr "GIF bati edo gehiagori aukerazko testua falta zaio." -#: src/view/com/composer/Composer.tsx:861 +#: src/view/com/composer/Composer.tsx:859 msgid "One or more images is missing alt text." msgstr "Irudi bati edo gehiagori aukerazko testua falta zaio." @@ -8024,11 +8066,11 @@ msgstr "Hautatutako fitxategi bat edo gehiago ez dira onartzen." 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:659 +#: src/view/com/composer/Composer.tsx:657 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:871 +#: src/view/com/composer/Composer.tsx:869 msgid "One or more videos is missing alt text." msgstr "Bideo bati edo gehiagori aukerazko testua falta zaio." @@ -8041,7 +8083,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:234 +#: src/view/com/composer/Composer.tsx:233 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" @@ -8053,7 +8095,7 @@ msgstr "Administratzaileek soilik onartu ditzakete sartzeko eskaerak." msgid "Only admins can ignore join requests." msgstr "Administratzaileek soilik baztertu ditzakete sartzeko eskaerak." -#: src/components/intents/GroupChatJoinDialog.tsx:145 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." msgstr "Jarraitzaileak soilik sartu daitezke txat talde honetan." @@ -8068,12 +8110,12 @@ msgid "Only image files are supported" msgstr "Irudi-fitxategiak soilik onartzen dira" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:222 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." msgstr "{0}-k jarraitzen duen jendea bakarrik sar daiteke." #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:292 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" msgstr "Txataren jabeak jarraitzen duen jendea bakarrik sar daiteke" @@ -8087,7 +8129,7 @@ msgstr "Arazoren bat izan da!" #: src/features/inviteFriends/InviteScannerScreen.tsx:218 msgid "Oops, this profile doesn't exist. Try scanning another one." -msgstr "" +msgstr "Ene, profil hau ez da existitzen. Saiatu beste bat eskaneatzen." #: src/components/Lists.tsx:184 #: src/components/StarterPack/ProfileStarterPacks.tsx:363 @@ -8107,7 +8149,7 @@ msgid "Open camera" msgstr "Ireki kamera" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:437 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" msgstr "Ireki txata" @@ -8115,8 +8157,8 @@ msgstr "Ireki txata" msgid "Open chat member options for {displayName}" msgstr "Ireki {displayName}-ri txat-kide aukerak" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "Ireki elkarrizketa aukerak" @@ -8128,9 +8170,9 @@ msgstr "Ireki zirriborroa" msgid "Open drawer menu" msgstr "Ireki marrazki menua" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2158 msgid "Open emoji picker" msgstr "Ireki emoji-hautatzailea" @@ -8151,7 +8193,7 @@ msgstr "Ireki emoji zerrenda osoa" msgid "Open Germ DM" msgstr "Ireki Germ DM" -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" msgstr "Ireki txat taldea" @@ -8163,14 +8205,14 @@ msgstr "Ireki txat taldearen ezarpenak" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" -msgstr "" +msgstr "Ireki Google Translate-n" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "Ireki esteka {niceUrl}" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "Ireki mezuen aukerak" @@ -8197,7 +8239,7 @@ msgstr "Ireki profila" #: src/features/inviteFriends/components/ActionButtons.tsx:39 msgid "Open QR code scanner" -msgstr "" +msgstr "Ireki QR kode eskanerra" #: src/components/BotAccountAlert.tsx:62 #: src/components/BotAccountAlert.tsx:71 @@ -8221,7 +8263,7 @@ msgstr "Ireki ipuin liburuaren orria" msgid "Open system log" msgstr "Ireki sistemaren erregistroa" -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" msgstr "Ireki txat talde hau" @@ -8240,7 +8282,7 @@ msgstr "Post honekin nork elkarreragin dezakeen aukeratzeko elkarrizketa-koadro #: src/features/inviteFriends/components/ThemePicker.tsx:38 msgid "Opens a list of color themes for the QR card" -msgstr "" +msgstr "QR txartelaren kolore-gaien zerrenda irekitzen du" #: src/screens/Log.tsx:74 msgid "Opens additional details for a debug entry" @@ -8275,13 +8317,13 @@ msgstr "Ireki kamera gailua" 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." -#: src/screens/Messages/JoinRequest.tsx:309 +#: 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 "Fluxua irekitzen du Bluesky kontu berri bat sortzeko" -#: src/screens/Messages/JoinRequest.tsx:295 +#: 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" @@ -8322,7 +8364,7 @@ msgstr "Profila irekitzen du" #: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 msgid "Opens the find and invite friends settings" -msgstr "" +msgstr "Lagunak bilatzeko eta gonbidatzeko ezarpenak irekitzen ditu" #. Accessibility hint announced after the GIF picker button label, describing what activating it will do. #: src/view/com/composer/photos/SelectGifBtn.tsx:45 @@ -8331,7 +8373,7 @@ msgstr "GIF hautatzailearen elkarrizketa-koadroa irekitzen du" #: src/view/shell/Drawer.tsx:123 msgid "Opens the invite friends sheet to share your profile" -msgstr "" +msgstr "Lagunak gonbidatzeko orria irekitzen du zure profila partekatzeko" #: src/view/com/feeds/ComposerPrompt.tsx:148 msgid "Opens the post composer" @@ -8341,7 +8383,7 @@ msgstr "Post-konpositorea irekitzen du" msgid "Opens this draft in the composer" msgstr "Zirriborro hau konpositorean irekitzen du" -#: 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 "Profil hau irekitzen du" @@ -8513,6 +8555,16 @@ msgstr "@{0}-ri jarraitzen dion jendea" msgid "People I follow" msgstr "Jarraitzen ditudan pertsonak" +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "Jarraitzen ditudan pertsonak" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "Jarraitzen ditudan pertsonak" + #: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "Nik jarraitzen ditudan pertsonek berehala bat egin dezakete" @@ -8560,7 +8612,7 @@ msgstr "Argazkia" #: src/features/inviteFriends/components/ThemePicker.tsx:37 msgid "Pick a color theme" -msgstr "" +msgstr "Aukeratu kolore-gaia" #: src/view/com/composer/labels/LabelsBtn.tsx:165 msgid "Pictures meant for adults." @@ -8786,7 +8838,7 @@ msgstr "Hasi saioa @{0} gisa" #: src/features/inviteFriends/InviteScannerScreen.web.tsx:40 msgid "Please use the Bluesky mobile app to scan a QR code." -msgstr "" +msgstr "Erabili Bluesky aplikazio mugikorra QR kodea eskaneatzeko." #: src/screens/Settings/FindContactsSettings.tsx:107 msgid "Please use the native app to import your contacts." @@ -8813,7 +8865,7 @@ msgstr "Politika" msgid "Porn" msgstr "Pornografia" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post" msgstr "Posteatu" @@ -8833,12 +8885,12 @@ msgstr "Argazki bat posteatu" msgid "Post a video" msgstr "Bideo bat posteatu" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Post All" msgstr "Posteatu Dena" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1468 msgid "Post anyway" msgstr "Posteatu hala ere" @@ -8891,7 +8943,7 @@ msgstr "Postaren Interakzio-Ezarpenak" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:193 msgid "Post it to Bluesky or share anywhere." -msgstr "" +msgstr "Bluesky post bat egin edo partekatu edonon." #. Accessibility label for button that opens dialog to choose post language settings #: src/view/com/composer/select-language/PostLanguageSelect.tsx:195 @@ -9015,11 +9067,11 @@ msgstr "Pribatutasun Politika" msgid "Privacy violation of a minor" msgstr "Adingabe baten pribatutasun urraketa" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2592 msgid "Processing GIF..." msgstr "GIFa prozesatzen..." -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing video..." msgstr "Bideoa prozesatzen..." @@ -9031,7 +9083,7 @@ msgstr "Prozesatzen..." msgid "profile" msgstr "profila" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9117,22 @@ 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:1792 +#: src/view/com/composer/Composer.tsx:1790 msgid "Publish post" msgstr "Argitaratu posta" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1787 +#: src/view/com/composer/Composer.tsx:1785 msgid "Publish posts" msgstr "Argitaratu postak" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1776 +#: src/view/com/composer/Composer.tsx:1774 msgid "Publish replies" msgstr "Argitaratu erantzunak" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1781 +#: src/view/com/composer/Composer.tsx:1779 msgid "Publish reply" msgstr "Argitaratu erantzuna" @@ -9109,7 +9161,7 @@ msgid "QR code has been downloaded!" msgstr "QR kodea deskargatu da!" #: src/components/StarterPack/QrCodeDialog.tsx:122 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "QR kodea gorde da zure kameran!" @@ -9172,8 +9224,8 @@ msgstr "Gaitu berriro esteka" msgid "React with {emoji}" msgstr "Erreakzionatu {emoji}-rekin" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "Erreakzioak" @@ -9268,10 +9320,6 @@ msgstr "Gomendatua" msgid "Reconnect" msgstr "Berriro konektatu" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "Freskatu orria ikusteko." - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" @@ -9291,12 +9339,14 @@ msgstr "Baztertu txateatzeko eskaera" msgid "Reject join request" msgstr "Baztertu sartzeko eskaera" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "Berriz kargatu elkarrizketak" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9355,9 @@ msgstr "Berriz kargatu elkarrizketak" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "Kendu" @@ -9326,7 +9375,7 @@ msgstr "Kendu {displayName} abio multzotik" msgid "Remove {displayName} from this group chat" msgstr "Kendu {displayName} txat talde honetatik" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" msgstr "Kendu {displayName}?" @@ -9443,14 +9492,14 @@ msgstr "Kendu feed hau gordetako zure feedetatik" msgid "Remove unavailable moderation services" msgstr "Kendu erabilgarri ez dauden moderazio zerbitzuak" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "Kendu erabiltzailea zerrendatik" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "Kendu egiaztapena" @@ -9466,8 +9515,8 @@ msgstr "Egileak kenduta" msgid "Removed by you" msgstr "Zuk kenduta" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "Zerrendatik kenduta" @@ -9535,6 +9584,14 @@ msgctxt "description" msgid "Replied to you" msgstr "Zuri erantzunda" +#: src/components/dms/MessageItem.tsx:883 +msgid "Replied-to message from {senderName}, tap to scroll to it" +msgstr "" + +#: src/components/dms/MessageItem.tsx:884 +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 @@ -9552,7 +9609,12 @@ msgstr "Erantzunak desgaituta daude" msgid "Replies to this post are disabled." msgstr "Mezu honen erantzunak desgaituta daude." -#: src/view/com/composer/Composer.tsx:1804 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "Erantzun" + +#: src/view/com/composer/Composer.tsx:1802 msgctxt "action" msgid "Reply" msgstr "Erantzun" @@ -9590,14 +9652,14 @@ msgstr "Erantzunen ikusgarritasuna eguneratu da" msgid "Reply was successfully hidden" msgstr "Erantzuna behar bezala ezkutatu da" -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:582 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "Salatu" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "Salatu kontua" @@ -9623,7 +9685,7 @@ msgstr "Salatu feeda" msgid "Report list" msgstr "Salatu zerrenda" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "Salatu mezua" @@ -9657,7 +9719,7 @@ msgstr "Salatu elkarrizketa hau" msgid "Report this feed" msgstr "Salatu feed hau" -#: src/screens/Messages/ConversationSettings/index.tsx:581 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "Salatu txat talde hau" @@ -9737,7 +9799,7 @@ msgstr "Berpostatu post hau" msgid "Reposts of your reposts" msgstr "Zure berposten berpostak" -#: src/components/intents/GroupChatJoinDialog.tsx:447 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" msgstr "Eskatu txat talderako sarbidea" @@ -9755,7 +9817,7 @@ msgid "Request ignored." msgstr "Eskaera baztertua." #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:281 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" msgstr "Sartzeko eskaera" @@ -9764,7 +9826,7 @@ msgid "Requested" msgstr "Eskaera eginda" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "Eskaerak" @@ -9791,9 +9853,9 @@ msgstr "Beharrezkoa hornitzaile honetarako" msgid "Required in your region" msgstr "Beharrezkoa zure eskualdean" -#: src/components/intents/GroupChatJoinDialog.tsx:296 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:310 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:115 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:117 msgid "Rescind request" msgstr "Bertan behera utzi eskaera" @@ -9872,7 +9934,7 @@ 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:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 #: src/screens/Messages/JoinRequests.tsx:361 @@ -9928,7 +9990,7 @@ msgstr "GIF tristeak" #: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10015,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:1451 +#: src/view/com/composer/Composer.tsx:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Gorde aldaketak" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1421 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "Gorde aldaketak?" -#: src/view/com/composer/Composer.tsx:1451 +#: src/view/com/composer/Composer.tsx:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "Gorde zirriborroa" -#: src/view/com/composer/Composer.tsx:1425 +#: src/view/com/composer/Composer.tsx:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "Gorde zirriborroa?" @@ -10022,13 +10084,13 @@ msgid "Saved to your feeds" msgstr "Zure feedetan gordeta" #: 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 "Esan kaixo!" -#: src/screens/Messages/ChatList.tsx:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "Esan kaixo norbaiti" @@ -10038,13 +10100,13 @@ msgstr "Iruzurra" #: src/features/inviteFriends/components/ActionButtons.tsx:44 msgid "Scan" -msgstr "" +msgstr "Eskaneatu" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 #: src/Navigation.tsx:316 msgid "Scan QR code" -msgstr "" +msgstr "Eskaneatu QR kodea" #: src/lib/interests.ts:71 msgid "Science" @@ -10058,6 +10120,10 @@ msgstr "Joan ezkerrera" msgid "Scroll right" msgstr "Joan eskuinera" +#: src/components/dms/MessageItem.tsx:774 +msgid "Scroll to the message this is replying to" +msgstr "" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "Joan gora" @@ -10067,7 +10133,7 @@ msgstr "Joan gora" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Bilatu" @@ -10148,8 +10214,8 @@ msgstr "Bilatu hizkuntzak" msgid "Search my posts" msgstr "Bilatu nire postak" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "Bilatu postak" @@ -10425,8 +10491,8 @@ msgstr "Bidali errore salaketa" msgid "Send feedback" msgstr "Bidali iritzia" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "Bidali mezua" @@ -10460,7 +10526,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:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "Bidalia hemen: {0}" @@ -10565,7 +10631,7 @@ msgstr "Sexu-jarduera edo biluztasun erotikoa." msgid "Sexually Suggestive" msgstr "Sexu Lizuna" -#: 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 @@ -10577,7 +10643,7 @@ msgstr "Sexu Lizuna" msgid "Share" msgstr "Partekatu" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "Partekatu hala ere" @@ -10594,7 +10660,7 @@ msgstr "Partekatu irudia" #: src/features/inviteFriends/components/ActionButtons.tsx:23 msgid "Share invite link" -msgstr "" +msgstr "Partekatu gonbidapen-esteka" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 @@ -10611,7 +10677,7 @@ msgstr "Partekatu estekaren elkarrizketa-koadroa" #: src/screens/Settings/FindContactsSettings.tsx:172 #: src/screens/Settings/FindContactsSettings.tsx:181 msgid "Share my profile" -msgstr "" +msgstr "Partekatu nire profila" #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:167 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:170 @@ -10641,8 +10707,8 @@ msgstr "Partekatu abio multzo hau eta lagundu jendea zure Bluesky komunitatean s #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "Partekatu hemen..." @@ -10796,15 +10862,15 @@ msgstr "Edukia erakusten du" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:294 -#: src/screens/Messages/JoinRequest.tsx:300 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,7 +10896,7 @@ msgstr "Hasi saioa edo sortu kontua" msgid "Sign in or create your account to join the conversation!" msgstr "Hasi saioa edo sortu zure kontua elkarrizketan sartzeko!" -#: src/screens/Messages/JoinRequest.tsx:220 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." msgstr "Hasi saioa gonbidapena onartzeko." @@ -10842,7 +10908,7 @@ msgstr "Hasi saioa zerrendan ez dagoen kontuan" msgid "Sign in to Bluesky or create a new account" msgstr "Hasi saioa Bluesky-n edo sortu kontu berri bat" -#: src/screens/Messages/JoinRequest.tsx:219 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." msgstr "Hasi saioa txat talde honetarako sarbidea eskatzeko." @@ -10900,7 +10966,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:1468 +#: src/view/com/composer/Composer.tsx:1466 msgid "Skip empty posts?" msgstr "Post hutsak saltatu?" @@ -10971,12 +11037,12 @@ msgid "Someone left the group" msgstr "Norbaitek taldea utzi du" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:347 msgid "Someone reacted {0}" msgstr "Norbaitek erreakzionatu du {0}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "Norbaitek {0} erreakzionatu du {target}-i" @@ -10996,10 +11062,6 @@ msgstr "Norbait kendua izan da" msgid "Someone was removed from the group" msgstr "Norbait taldetik kendu da" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "Zerbait berria dago hemen" - #: 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 "Zerbait ez zegoen ondo salatzen saiatzen ari zaren datuekin. Mesedez, jarri laguntzarekin harremanetan." @@ -11043,8 +11105,8 @@ msgstr "Zerbait gaizki? Jakinaraziguzu." msgid "Sorry, we're unable to load account suggestions at this time." msgstr "Barkatu, ezin ditugu kontu-iradokizunak kargatu une honetan." -#: 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 "Barkatu! Zure saioa iraungi da. Mesedez, hasi saioa berriro." @@ -11085,7 +11147,7 @@ msgstr "Hasi elkarrizketa bat, eta hemen agertuko da." #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:130 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:135 msgid "Start a group chat" -msgstr "" +msgstr "Hasi txat talde bat" #: src/components/dms/dialogs/NewChatDialog.tsx:191 msgid "Start a new chat" @@ -11214,13 +11276,13 @@ msgid "Subscribe" msgstr "Harpidetu" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "Harpidetu {0}-n" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "Harpidetu {publicationTitle}-ra {0}-n" @@ -11255,7 +11317,7 @@ msgstr "Arrakasta" msgid "Success!" msgstr "Arrakasta!" -#: src/components/intents/GroupChatJoinDialog.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" msgstr "Txat taldean sartu zara!" @@ -11349,13 +11411,13 @@ msgstr "Etiketak soilik" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:184 msgid "Take the conversation private." -msgstr "" +msgstr "Eraman elkarrizketa pribatura." #: 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 "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:572 +#: src/components/dms/MessageItem.tsx:661 msgid "Tap for details" msgstr "Sakatu xehetasunak ikusteko" @@ -11390,7 +11452,7 @@ msgid "Tap to dismiss" msgstr "Sakatu baztertzeko" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:453 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" msgstr "Sakatu txat talde honetan berehala sartzeko" @@ -11398,34 +11460,34 @@ msgstr "Sakatu txat talde honetan berehala sartzeko" msgid "Tap to open this group chat" msgstr "Sakatu txat talde hau irekitzeko" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "Sakatu ezabatzeko" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "Sakatu zure {0} erreakzioa ezabatzeko" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:452 +#: src/components/intents/GroupChatJoinDialog.tsx:468 msgid "Tap to request access to join this group chat" msgstr "Sakatu txat talde honetan sartzeko sarbidea eskatzeko" -#: src/components/dms/MessageItem.tsx:537 +#: src/components/dms/MessageItem.tsx:626 msgid "Tap to retry" msgstr "Sakatu berriro saiatzeko" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "Sakatu {0} erreakzio erakusteko" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "Sakatu erreakzio guztiak erakusteko" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:373 msgid "Tap to view reactions" msgstr "Sakatu erreakzioak ikusteko" @@ -11528,7 +11590,7 @@ msgstr "Hori da dena!" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "Kontua zurekin elkarreragin ahal izango du desblokeatu ondoren." @@ -11594,7 +11656,7 @@ msgstr "Hurrengo ezarpenak zure lehenetsitakoak bezala erabiliko dira post berri msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "Zure eskualdeko legeek heldua zarela egiaztatzea eskatzen dute funtzio batzuetara sartzeko. Sakatu informazio gehiago lortzeko." -#: src/components/intents/GroupChatJoinDialog.tsx:155 +#: src/components/intents/GroupChatJoinDialog.tsx:165 #: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." msgstr "Kideen mugara iritsi da." @@ -11621,7 +11683,7 @@ msgstr "Zerbitzariak arazoak dituela dirudi. Mesedez, saiatu berriro une batzuk msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "Ikusten saiatzen ari zaren abio multzoa ez da zuzena. Horren ordez, abio multzo hau ezaba dezakezu." -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "Testuinguru-menuaren gaia" @@ -11665,8 +11727,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "Arazo bat izan da GIFak kargatzen. Egiaztatu konexioa eta saiatu berriro." #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:182 +#: 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 "Arazo bat izan da zure internet konexioarekin, mesedez, saiatu berriro" @@ -11693,7 +11755,7 @@ msgstr "Arazo bat izan da jakinarazpenak eskuratzean. Sakatu hemen berriro saiat msgid "There was an issue fetching posts. Tap here to try again." msgstr "Arazo bat izan da postak eskuratzean. Sakatu hemen berriro saiatzeko." -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "Arazo bat izan da zerrenda eskuratzean. Sakatu hemen berriro saiatzeko." @@ -11733,12 +11795,12 @@ msgstr "Arazo bat izan da feedak eguneratzean. Egiaztatu Interneteko konexioa et #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "Arazo bat egon da! {0}" @@ -11778,7 +11840,7 @@ msgstr "Ezarpen hauek Jarraitzen feedari soilik aplikatzen zaizkio." msgid "They own this chat" msgstr "Txat honen jabeak dira" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." msgstr "Ezin izango dira berriro sartu zuk berriro gonbidatu arte." @@ -11828,24 +11890,24 @@ msgstr "Egile honek bere postak saioa hasita duten pertsonentzat bakarrik ikusga 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 "Botoi honek Germ DM aplikazioa irekitzeko aukera ematen die beste batzuei mezu bat bidaltzeko. Bere ikusgarritasuna Germ DM aplikaziotik kudea dezakezu, edo zure Bluesky kontua Germ DM-tik guztiz deskonektatu dezakezu beheko botoian klik eginez." -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "Txat hau amaitu da" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:287 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" msgstr "Txat hau beteta dago" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "Txat hau itxita dago" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:430 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" -msgstr "" +msgstr "Txat hau moderazio ekintza batek blokeatu du" #: src/screens/Messages/components/MessageListError.tsx:17 msgid "This chat was disconnected" @@ -11881,7 +11943,7 @@ msgstr "Eduki hau ez dago erabilgarri inplikatutako erabiltzaileetako batek best msgid "This content is not viewable without a Bluesky account." msgstr "Eduki hau ezin da ikusi Bluesky konturik gabe." -#: src/components/intents/GroupChatJoinDialog.tsx:141 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." msgstr "Elkarrizketa hau blokeatuta dago." @@ -11931,9 +11993,9 @@ msgstr "Feed hau hutsik dago." msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "Feed hau jada ez dago sarean. <0>Ezagutu erakusten ari gara horren ordez." -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" -msgstr "" +msgstr "Talde hau blokeatuta dago jabearen aurkako moderazio-ekintza baten ondorioz" #: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "This handle is reserved. Please try a different one." @@ -11947,11 +12009,11 @@ msgstr "Irudi hau ezin izan da erabili. Saiatu beste formatu batekin, adibidez, msgid "This information is private and not shared with other users." msgstr "Informazio hau pribatua da eta ez da beste erabiltzaileekin partekatzen." -#: src/components/intents/GroupChatJoinDialog.tsx:151 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." msgstr "Gonbidapen-esteka hau desgaitu egin da." -#: src/components/intents/GroupChatJoinDialog.tsx:223 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" msgstr "Gonbidapen-esteka hau baliogabea da" @@ -11997,17 +12059,17 @@ msgstr "Zuk sortutako zerrenda honen izenak edo deskribapenak Bluesky-ren komuni msgid "This list is empty." msgstr "Zerrenda hau hutsik dago." -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" msgstr "Mezu hau ezkutatuta dago" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:688 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:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:658 +#: src/components/dms/MessageItem.tsx:684 msgid "This message is hidden because you are blocking this user." msgstr "Mezu hau ezkutatuta dago erabiltzaile hau blokeatzen ari zarelako." @@ -12045,11 +12107,11 @@ 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:1043 +#: src/view/com/composer/Composer.tsx:1041 msgid "This post's author has disabled quote posts." msgstr "Post honen egileak aipamenak desgaitu ditu." -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "Profil hau saioa hasitako erabiltzaileek soilik ikus dezakete. Saioa hasita ez dagoen jendearentzat ez da ikusgai egongo." @@ -12242,8 +12304,8 @@ msgstr "Goiko erantzunak lehenik" msgid "Topic" msgstr "Gaia" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,9 +12375,9 @@ msgctxt "action" msgid "Try again" msgstr "Saiatu berriro" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." -msgstr "" +msgstr "Saiatu berriro pixka bat beranduago." #: src/components/Post/Translated/index.tsx:229 #: src/components/Post/Translated/index.tsx:242 @@ -12325,7 +12387,7 @@ msgstr "Probatu Google Translate" #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:165 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:171 msgid "Try it" -msgstr "" +msgstr "Probatu" #: src/lib/interests.ts:74 msgid "TV" @@ -12335,7 +12397,7 @@ msgstr "Telebista" msgid "Two-factor authentication (2FA)" msgstr "Bi faktoreko autentifikazioa (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "Idatzi zure mezua hemen" @@ -12401,7 +12463,7 @@ msgstr "Ez dago eskuragarri" msgid "Unavailable feed information" msgstr "Feedaren informazioa ez dago erabilgarri" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:726 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12409,14 +12471,14 @@ msgstr "Feedaren informazioa ez dago erabilgarri" #: src/components/moderation/BlockDialog.tsx:211 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "Desblokeatu" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "Desblokeatu" @@ -12427,8 +12489,8 @@ msgstr "Desblokeatu {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "Desblokeatu kontua" @@ -12437,7 +12499,7 @@ msgid "Unblock account?" msgstr "Desblokeatu kontua?" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "Kontua Desblokeatu?" @@ -12474,12 +12536,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Desegin berposta ({0, plural, one {berpost #} other {# berpost}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "{0} jarraitzen utzi" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "Utzi kontua jarraitzeari" @@ -12521,11 +12583,11 @@ msgstr "Ez gogoko" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Ez gogoko ({0, plural, one {gogoko #} other {# gogoko}})" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "Ireki txata" -#: src/screens/Messages/ConversationSettings/index.tsx:567 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "Ireki txat talde hau" @@ -12548,8 +12610,8 @@ msgstr "{0} ez mututu" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "Desmututu kontua" @@ -12562,7 +12624,7 @@ msgstr "Elkarrizketa ez mututu" msgid "Unmute list" msgstr "Desmututu zerrenda" -#: src/screens/Messages/ConversationSettings/index.tsx:529 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "Desmututu txat talde hau" @@ -12641,26 +12703,23 @@ msgstr "Zerrendatik harpidetza kenduta" msgid "Unsupported clipboard content" msgstr "Onartzen ez den arbeleko edukia" -#: src/view/com/composer/Composer.tsx:1557 +#: src/view/com/composer/Composer.tsx:1555 msgid "Unsupported video type: {mimeType}" msgstr "Bideo mota bateraezina: {mimeType}" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" -msgstr "" +msgstr "50 pertsona arte" #: src/screens/Settings/components/OTAInfo.tsx:61 #: src/screens/Settings/components/OTAInfo.tsx:77 msgid "Update" msgstr "Eguneratu" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "Eguneratu <0>{displayName} Zerrendetan" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" -msgstr "Eguneratu aplikazioa" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 #: src/components/dialogs/EmailDialog/screens/Update.tsx:308 @@ -12669,6 +12728,10 @@ msgstr "Eguneratu aplikazioa" msgid "Update email" msgstr "Eguneratu posta elektronikoa" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 #: src/screens/Messages/components/InviteLinkDialog.tsx:303 @@ -12680,14 +12743,6 @@ msgstr "Eguneratu gonbidapen-esteka" msgid "Update to {domain}" msgstr "Eguneratu {domain}ra" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "Eguneratu zure aplikazioa" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "Eguneratu zure aplikazioa ikusteko." - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "Eguneratu zure posta elektronikoa" @@ -12736,7 +12791,7 @@ msgstr "Kargatu Fitxategietatik" msgid "Upload from Library" msgstr "Kargatu Liburutegitik" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2585 msgid "Uploading GIF..." msgstr "GIFa kargatzen..." @@ -12750,7 +12805,7 @@ msgstr "Irudiak kargatzen..." msgid "Uploading link thumbnail..." msgstr "Estekaren miniatura kargatzen..." -#: src/view/com/composer/Composer.tsx:2589 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading video..." msgstr "Bideoa kargatzen..." @@ -12826,7 +12881,7 @@ msgid "User Blocks You" msgstr "Erabiltzaileak Zu blokeatu zaitu" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "{0}-ren erabiltzaile zerrenda" @@ -12835,7 +12890,7 @@ msgstr "{0}-ren erabiltzaile zerrenda" msgid "User List by {0}" msgstr "{0}-ren Erabiltzaile Zerrenda" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "Zure erabiltzaile zerrenda" @@ -12875,16 +12930,6 @@ msgstr "<0>@{0}-k jarraitzen dituen erabiltzaileak" msgid "users following <0>@{0}" msgstr "<0>@{0} erabiltzaileak jarraitzen" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "Nik jarraitzen ditudan erabiltzaileak" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "Nik jarraitzen ditudan erabiltzaileak" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "Balioa:" @@ -12912,8 +12957,8 @@ msgstr "Honek egiaztatuta:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "Egiaztatu kontua" @@ -13039,7 +13084,7 @@ msgstr "Ez da bideoa aurkitu." msgid "Video settings" msgstr "Bideo ezarpenak" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2605 msgid "Video uploaded" msgstr "Bideoa kargatuta" @@ -13056,14 +13101,14 @@ msgstr "Bideoak" msgid "Videos must be less than 3 minutes long." msgstr "Bideoek 3 minutu baino gutxiago iraun behar dute." -#: src/view/com/composer/Composer.tsx:1150 +#: src/view/com/composer/Composer.tsx:1148 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Ikusi" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "Ikusi {0}" @@ -13078,7 +13123,7 @@ msgstr "Ikusi {0}-ren abatarra" #: 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 "Ikusi {0}-ren profila" @@ -13092,7 +13137,7 @@ msgstr "Ikusi {0}-ren profila" msgid "View {displayName}โ€™s profile" msgstr "Ikusi {displayName}-ren profila" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "Ikusi {publicationTitle}" @@ -13145,7 +13190,7 @@ msgstr "Ikusi gehiago" msgid "View more trending videos" msgstr "Joera-bideo gehiago ikusi" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1143 msgid "View post" msgstr "Ikusi posta" @@ -13162,10 +13207,10 @@ msgstr "Ikusi profila" msgid "View profile banner" msgstr "Ikusi profileko bannerra" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "Ikusi argitalpena" @@ -13173,7 +13218,7 @@ msgstr "Ikusi argitalpena" msgid "View the avatar" msgstr "Ikusi abatarra" -#: src/screens/Messages/ConversationSettings/index.tsx:554 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "Ikusi txat talde honetarako gonbidapen-esteka" @@ -13441,7 +13486,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:1041 +#: src/view/com/composer/Composer.tsx:1039 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Sentitzen dugu! Erantzuten ari zaren posta ezabatu da." @@ -13492,7 +13537,7 @@ msgid "What do you want to call your starter pack?" msgstr "Nola deitu nahi diozu zure abio multzoari?" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1519 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Zer da?" @@ -13519,7 +13564,7 @@ msgid "Who can verify?" msgstr "Nork egiaztatu dezake?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "Aiba!" @@ -13578,7 +13623,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:1439 +#: src/view/com/composer/Composer.tsx:1437 msgid "Would you like to save this as a draft to edit later?" msgstr "Zirriborro gisa gorde nahi duzu geroago editatzeko?" @@ -13587,12 +13632,12 @@ msgstr "Zirriborro gisa gorde nahi duzu geroago editatzeko?" msgid "Write a post" msgstr "Idatzi post bat" -#: src/view/com/composer/Composer.tsx:1617 +#: src/view/com/composer/Composer.tsx:1615 msgid "Write post" msgstr "Idatzi posta" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1517 msgid "Write your reply" msgstr "Idatzi zure erantzuna" @@ -13658,7 +13703,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:610 +#: src/components/dms/MessageItem.tsx:699 msgid "You are blocking {0}" msgstr "{0} blokeatzen ari zara" @@ -13756,7 +13801,7 @@ msgstr "Orain pertsona zehatzek posteatzen dutenean jakinarazpenak jasotzea auke #: 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 "Orain lagunak gonbida ditzakezu esteka edo QR kode baten bidez. Partekatu esteka edonon, edo utzi kodea eskaneatzen Bluesky-n zurekin elkartzeko." #: src/screens/Login/index.tsx:203 #: src/screens/Login/PasswordUpdatedForm.tsx:27 @@ -13764,11 +13809,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:221 +#: src/view/com/composer/Composer.tsx:220 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:1444 +#: src/view/com/composer/Composer.tsx:1442 msgid "You can only save drafts up to 1000 characters." msgstr "1000 karaktere arteko zirriborroak soilik gorde ditzakezu." @@ -13803,8 +13848,8 @@ msgstr "Guztira gehienez {MAX_GALLERY_IMAGES, plural, other {# irudi}} hauta dit msgid "You can update this later from your settings." msgstr "Geroago eguneratu dezakezu hau zure ezarpenetan." -#: src/components/dms/ActionsWrapper.web.tsx:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:115 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" @@ -13839,7 +13884,7 @@ msgstr "Ez duzu gordetako feedik." msgid "You got here first" msgstr "Zu lehenengo iritsi zinen hona" -#: src/components/intents/GroupChatJoinDialog.tsx:166 +#: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and canโ€™t join it using this link." msgstr "Aurretik kendu zaituzte talde honetatik eta ezin zara sartu esteka hau erabiliz." @@ -13884,6 +13929,7 @@ msgstr "Kontu hau mututu duzu." msgid "You have muted this user" msgstr "Erabiltzaile hau mututu duzu" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "Ez duzu zerrendarik." @@ -13912,7 +13958,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:1434 +#: src/view/com/composer/Composer.tsx:1432 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "Zirriborro honetan gorde gabeko aldaketak dituzu, gorde nahi dituzu?" @@ -13970,7 +14016,7 @@ msgstr "Gehienez {STARTER_PACK_MAX_SIZE, plural, other {{STARTER_PACK_MAX_SIZE} msgid "You may only add up to 3 feeds" msgstr "Gehienez 3 feed gehi ditzakezu" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." msgstr "Txataren jabea izan behar duzu kide bat kentzeko." @@ -13983,7 +14029,7 @@ msgid "You must be following at least seven other people to generate a starter p msgstr "Gutxienez beste zazpi pertsona jarraitu behar dituzu abio multzo bat sortzeko." #: src/components/StarterPack/QrCodeDialog.tsx:69 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:89 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" @@ -14009,12 +14055,12 @@ msgid "You probably want to restart the app now." msgstr "Aplikazioa orain berrabiaraztea komeni da." #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:259 +#: src/components/dms/MessageItem.tsx:340 msgid "You reacted {0}" msgstr "Erreakzionatu duzu {0}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "{0} erreakzionatu duzu {target}-i" @@ -14023,8 +14069,20 @@ 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 +msgid "You replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:802 +msgid "You replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:800 +msgid "You replied to yourself" +msgstr "" + #. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 msgid "You requested to join" msgstr "Sartzea eskatu duzu" @@ -14050,12 +14108,12 @@ msgstr "Hari honen jakinarazpenak jasoko dituzu orain" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "\"Berrezarpen kodea\" duen mezu elektroniko bat jasoko duzu. Sartu kode hori hemen, eta ondoren sartu pasahitz berria." -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "Ezin izango zara berriro sartu gonbidatuta ez bazaude." #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "Zu: {message}" @@ -14091,7 +14149,7 @@ msgstr "Feed hauekin eguneratuta egongo zara" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:205 msgid "Youโ€™re in control" -msgstr "" +msgstr "Zuk duzu kontrola" #: src/screens/SignupQueued.tsx:130 msgid "You're in line" @@ -14127,7 +14185,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:646 +#: src/view/com/composer/Composer.tsx:644 msgid "You've reached the maximum number of drafts" msgstr "Gehienezko zirriborro kopurura iritsi zara" @@ -14199,11 +14257,11 @@ msgstr "Zure txatak desaktibatu dira" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "Zure aukera etorkizuneko esteketarako gogoratuko da. Edozein unetan alda dezakezu ezarpenetan." -#: src/view/com/notifications/NotificationFeedItem.tsx:374 +#: src/view/com/notifications/NotificationFeedItem.tsx:380 msgid "Your contact {firstAuthorLink} is on Bluesky" msgstr "Zure kontaktua {firstAuthorLink} Bluesky-n dago" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:378 msgid "Your contact {firstAuthorName} is on Bluesky" msgstr "Zure kontaktua {firstAuthorName} Bluesky-n dago" @@ -14295,11 +14353,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:1141 +#: src/view/com/composer/Composer.tsx:1139 msgid "Your post was sent" msgstr "Zure posta bidali da" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1136 msgid "Your posts were sent" msgstr "Zure postak bidali dira" @@ -14320,7 +14378,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:1140 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your reply was sent" msgstr "Zure erantzuna bidali da" @@ -14333,7 +14391,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:1469 +#: src/view/com/composer/Composer.tsx:1467 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 3ea0693c32..a9a06bc7ee 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-10 21:06\n" +"PO-Revision-Date: 2026-06-17 12:23\n" "Last-Translator: \n" "Language-Team: Finnish\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:867 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" msgstr "" -#: src/components/dms/getMessageInfo.ts:73 +#: 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รถรค)" @@ -75,7 +79,7 @@ msgstr "Tรคlle sisรคllรถlle on asetettu {0, plural, one {# merkintรค} other {# m msgid "{0, plural, one {# like} other {# likes}}" msgstr "{0, plural, one {# tykkรคys} other {# tykkรคystรค}}" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "" @@ -97,7 +101,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:269 +#: src/components/dms/MessageItem.tsx:350 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "" @@ -118,15 +122,15 @@ msgstr "{0, plural, one {# sekunti} other {# sekuntia}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:703 msgid "{0} is blocking you" msgstr "" @@ -273,7 +277,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:345 msgid "{0} reacted {1}" msgstr "" @@ -326,24 +330,22 @@ msgstr "Kรคyttรคjรคn {0} profiilikuva" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:143 +#: src/screens/Messages/JoinRequest.tsx:139 msgctxt "group-chat-member-count" msgid "{0}/{1}" msgstr "" #. The number of members in a group chat, in the format '{members}/{total} members'. -#. placeholder {0}: preview.memberCount -#. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 -msgid "{0}/{1} {2, plural, one {member} other {members}}" -msgstr "" - -#. The number of active group chat members out of the total number allowed. +#. The number of members in a group chat, in the format '{members}/{total} members'. #. placeholder {0}: joinLinkPreview.memberCount +#. placeholder {0}: preview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:329 -msgid "{0}/{1} members" +#. placeholder {1}: preview.memberLimit +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 +msgid "{0}/{1} {2, plural, one {member} other {members}}" msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. @@ -389,7 +391,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -397,33 +399,11 @@ msgstr "" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "" - #. 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 "" -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "" - #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" msgstr "" @@ -441,155 +421,155 @@ msgstr "{estimatedTimeHrs, plural, one {tunti} other {tuntia}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minuutti} other {minuuttia}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: 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" -#: 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 "{firstAuthorLink} ja <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} muu} other {{formattedAuthorsCount} muuta}} tykkรคsivรคt mukautetusta syรถtteestรคsi" -#: 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 "{firstAuthorLink} ja <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} muu} other {{formattedAuthorsCount} muuta}} tykkรคsivรคt julkaisustasi" -#: 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 "{firstAuthorLink} ja <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} muu} other {{formattedAuthorsCount} muuta}} uudelleenjulkaisivat julkaisusi" -#: 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 "{firstAuthorLink} ja <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} muu} other {{formattedAuthorsCount} muuta}} rekisterรถityivรคt aloituspakettisi avulla" -#: 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 "{firstAuthorLink} seurasi sinua" -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} seurasi sinua takaisin" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} tykkรคsi mukautetusta syรถtteestรคsi" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} tykkรคsi julkaisustasi" -#: 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 "{firstAuthorLink} uudelleenjulkaisi julkaisusi" -#: 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 "{firstAuthorLink} rekisterรถityi aloituspakettisi avulla" -#: 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 "{firstAuthorName} ja {additionalAuthorsCount, plural, one {{formattedAuthorsCount} muu} other {{formattedAuthorsCount} muuta}} seurasivat sinua" -#: 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 "{firstAuthorName} ja {additionalAuthorsCount, plural, one {{formattedAuthorsCount} muu} other {{formattedAuthorsCount} muuta}} tykkรคsivรคt mukautetusta syรถtteestรคsi" -#: 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 "{firstAuthorName} ja {additionalAuthorsCount, plural, one {{formattedAuthorsCount} muu} other {{formattedAuthorsCount} muuta}} tykkรคsivรคt julkaisustasi" -#: 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 "{firstAuthorName} ja {additionalAuthorsCount, plural, one {{formattedAuthorsCount} muu} other {{formattedAuthorsCount} muuta}} uudelleenjulkaisivat julkaisusi" -#: 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 "{firstAuthorName} ja {additionalAuthorsCount, plural, one {{formattedAuthorsCount} muu} other {{formattedAuthorsCount} muuta}} rekisterรถityivรคt aloituspakettisi avulla" -#: 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 "{firstAuthorName} seurasi sinua" -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} seurasi sinua takaisin" -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} tykkรคsi mukautetusta syรถtteestรคsi" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} tykkรคsi julkaisustasi" -#: 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 "{firstAuthorName} uudelleenjulkaisi julkaisusi" -#: 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 "{firstAuthorName} rekisterรถityi aloituspakettisi avulla" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "" @@ -659,12 +639,12 @@ msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "" @@ -697,6 +677,18 @@ msgstr "" msgid "{rank}." msgstr "" +#: src/components/dms/MessageItem.tsx:813 +msgid "{replierDisplayName} replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:809 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:807 +msgid "{replierDisplayName} replied to you" +msgstr "" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "" @@ -873,8 +875,8 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 #: src/screens/Messages/JoinRequests.tsx:192 #: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." @@ -955,7 +957,7 @@ msgstr "" msgid "Accepted conversations" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:113 +#: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -980,12 +982,12 @@ msgstr "Tili" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "Tili estetty" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "Tiliรค seurattu" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "Tili mykistetty" @@ -1028,18 +1030,18 @@ msgstr "Tili poistettu pikakรคytรถstรค" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "Tilin esto poistettu" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "Tilin seuraaminen lopetettu" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "Tilin mykistys poistettu" @@ -1054,12 +1056,13 @@ msgstr "" msgid "Activity from others" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "Lisรครค" @@ -1112,11 +1115,11 @@ msgstr "Lisรครค tekstivastine (valinnainen)" msgid "Add another account" msgstr "Lisรครค toinen tili" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1518 msgid "Add another post" msgstr "Lisรครค toinen julkaisu" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2181 msgid "Add another post to thread" msgstr "" @@ -1182,7 +1185,7 @@ msgstr "Lisรครค mykistettyjรค sanoja ja tunnisteita" msgid "Add people" msgstr "Lisรครค kรคyttรคjiรค" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "" @@ -1214,8 +1217,8 @@ msgstr "Lisรครค seuraava DNS-tietue verkkotunnukseesi:" msgid "Add this feed to your feeds" msgstr "Lisรครค tรคmรค syรถte syรถtteisiisi" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "Lisรครค listoihin" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "" @@ -1246,8 +1249,8 @@ msgstr "" msgid "Added by invite link" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "Lisรคtty listaan" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "Kaikki" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "" @@ -1521,7 +1524,7 @@ msgid "An error occurred while loading your lists :/" msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:81 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:103 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "QR-koodia tallennettaessa tapahtui virhe!" @@ -1589,8 +1592,8 @@ msgstr "Yritettรคessรค avata chattia ilmenei ongelma" #: 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 "Ilmeni ongelma. Yritรค uudelleen." @@ -1643,7 +1646,7 @@ msgstr "" msgid "Anyone can interact" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:340 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" msgstr "" @@ -1796,8 +1799,8 @@ msgstr "Haluatko varmasti poistaa tรคmรคn aloituspaketin?" msgid "Are you sure you want to discard your changes?" msgstr "Haluatko varmasti hylรคtรค tekemรคsi muutokset?" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "" @@ -1814,11 +1817,11 @@ msgid "Are you sure you want to remove this from your feeds?" msgstr "Haluatko varmasti poistaa tรคmรคn syรถtteistรคsi?" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 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:1654 msgid "Are you sure you'd like to discard this post?" msgstr "Haluatko varmasti hylรคtรค tรคmรคn julkaisun?" @@ -1958,10 +1961,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2009,8 +2012,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "Estรค tili" @@ -2088,6 +2091,10 @@ 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." @@ -2260,7 +2267,7 @@ msgstr "" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:181 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2274,13 +2281,13 @@ msgstr "" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:363 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "Kรคyttรคjรคltรค <0>{0}" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" msgstr "" @@ -2348,10 +2355,10 @@ msgstr "" #: src/screens/Deactivated.tsx:150 #: src/screens/Messages/components/InviteLinkDialog.tsx:500 #: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,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:1732 +#: src/view/com/composer/Composer.tsx:1742 #: 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 @@ -2380,6 +2387,10 @@ msgstr "Peruuta julkaisun lainaus" msgid "Cancel reactivation and sign out" msgstr "Peruuta tilin kรคyttรถรถnpalautus ja kirjaudu ulos" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "Peruuta haku" @@ -2481,7 +2492,7 @@ msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,7 +2509,7 @@ msgid "Chat ended" msgstr "" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:256 +#: src/components/intents/GroupChatJoinDialog.tsx:269 #: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" msgstr "" @@ -2520,12 +2531,12 @@ msgctxt "toast" msgid "Chat muted" msgstr "Chatti mykistetty" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." msgstr "" -#: src/components/moderation/BlockDialog.tsx:292 +#: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2544,10 +2555,10 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "Chatin asetukset" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Chatti mykistetty" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "" @@ -2731,7 +2742,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:533 +#: src/components/dms/MessageItem.tsx:622 msgid "Click to retry failed message" msgstr "Napsauta tรคstรค yrittรครคksesi uudelleen epรคonnistunutta viestin lรคhetystรค" @@ -2745,6 +2756,7 @@ msgstr "Napsauta tรคstรค yrittรครคksesi uudelleen epรคonnistunutta viestin lรคhe #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "Napsauta tรคstรค yrittรครคksesi uudelleen epรคonnistunutta viestin lรคhe #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:233 -#: src/components/intents/GroupChatJoinDialog.tsx:268 +#: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2804,10 +2816,6 @@ msgstr "Sulje hรคlytys" msgid "Close banner" msgstr "" -#: src/view/com/util/BottomSheetCustomBackdrop.tsx:36 -msgid "Close bottom drawer" -msgstr "Sulje alavalikko" - #. Accessibility label for the button that dismisses the GIF picker error dialog. #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:223 #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:229 @@ -2822,7 +2830,7 @@ msgstr "Sulje alavalikko" msgid "Close dialog" msgstr "Sulje valintaikkuna" -#: src/view/shell/index.web.tsx:129 +#: src/view/shell/index.web.tsx:127 msgid "Close drawer menu" msgstr "" @@ -2850,10 +2858,10 @@ msgstr "" msgid "Close the incoming requests banner" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:226 -#: src/components/intents/GroupChatJoinDialog.tsx:227 -#: src/components/intents/GroupChatJoinDialog.tsx:263 -#: src/components/intents/GroupChatJoinDialog.tsx:264 +#: 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 msgid "Close this dialog" msgstr "Sulje tรคmรค valintaikkuna" @@ -2866,15 +2874,15 @@ msgstr "" msgid "Closes password update alert" msgstr "Sulkee salasanan pรคivityshรคlytyksen" -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1740 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 "Pienennรค kรคyttรคjรคluettelo" -#: src/view/com/notifications/NotificationFeedItem.tsx:953 +#: src/view/com/notifications/NotificationFeedItem.tsx:959 msgid "Collapses list of users for a given notification" msgstr "Pienentรครค tรคmรคn ilmoituksen kรคyttรคjรคluettelon" @@ -2920,7 +2928,7 @@ msgid "Compose new post" msgstr "Laadi uusi julkaisu" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1618 +#: src/view/com/composer/Composer.tsx:1616 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -2928,11 +2936,11 @@ msgstr "" msgid "Compose reply" msgstr "Laadi vastaus" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2578 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing video..." msgstr "Pakataan videotaโ€ฆ" @@ -3100,7 +3108,7 @@ msgstr "Jatka seuraavaan vaiheeseen" msgid "Conversation" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "Keskustelu poistettu" @@ -3127,7 +3135,7 @@ msgid "Copied build version to clipboard" msgstr "Ohjelmiston versio kopioitu leikepรถydรคlle" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3154,12 @@ msgstr "Kopioitu!" msgid "Copies build version to clipboard" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:198 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:265 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "Kopioi" @@ -3159,8 +3167,8 @@ msgstr "Kopioi" msgid "Copy App Password" msgstr "Kopioi sovellussalasana" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "" @@ -3175,8 +3183,8 @@ msgid "Copy code" msgstr "Kopioi koodi" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "Kopioi DID" @@ -3184,7 +3192,7 @@ msgstr "Kopioi DID" msgid "Copy host" msgstr "Kopioi hosti" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:254 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" msgstr "" @@ -3210,8 +3218,8 @@ msgstr "Kopioi listan linkki" msgid "Copy link to post" msgstr "Kopioi julkaisun linkki" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "" @@ -3219,8 +3227,8 @@ msgstr "" msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "Kopioi viestin teksti" @@ -3249,7 +3257,7 @@ msgstr "Kopioi TXT-tietueen arvo" msgid "Copyright Policy" msgstr "Tekijรคnoikeuskรคytรคntรถ" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" msgstr "" @@ -3261,11 +3269,11 @@ msgstr "" msgid "Could not connect to feed service" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:120 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" msgstr "" @@ -3294,7 +3302,7 @@ msgstr "" msgid "Could not leave chat" msgstr "Chatista ei voitu poistua" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." msgstr "" @@ -3308,7 +3316,7 @@ msgstr "Syรถtettรค ei voitu ladata" msgid "Could not load list" msgstr "Listaa ei voitu ladata" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:169 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" msgstr "" @@ -3320,7 +3328,7 @@ msgstr "Chattia ei voitu mykistรครค" msgid "Could not process your video" msgstr "Videota ei voitu kรคsitellรค" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." msgstr "" @@ -3329,7 +3337,7 @@ msgstr "" msgid "Could not save changes: {0}" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" msgstr "" @@ -3394,12 +3402,12 @@ msgstr "Luo aloituspaketti minulle" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:314 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3457,13 @@ msgstr "" msgid "Create moderation list" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:308 +#: 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 "Luo uusi tili" -#: src/screens/Messages/ConversationSettings/index.tsx:553 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "" @@ -3479,7 +3487,7 @@ msgstr "" #. placeholder {0}: i18n.date(createdAt, { dateStyle: 'long', timeStyle: 'short', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) #: src/screens/Messages/components/InviteLinkDialog.tsx:355 -#: src/screens/Messages/ConversationSettings/index.tsx:505 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "Luotu {0}" @@ -3624,7 +3632,7 @@ msgstr "" msgid "Delete conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "Poista itseltรคni" @@ -3637,7 +3645,7 @@ msgstr "" msgid "Delete message" msgstr "Poista viesti" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "Poista viesti itseltรคni" @@ -3647,7 +3655,7 @@ msgstr "Poista tilini" #: 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:1628 msgid "Delete post" msgstr "Poista julkaisu" @@ -3689,6 +3697,10 @@ 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 @@ -3794,9 +3806,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:1413 -#: src/view/com/composer/Composer.tsx:1457 -#: src/view/com/composer/Composer.tsx:1663 +#: 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/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3819,14 @@ msgstr "Hylkรครค" msgid "Discard changes?" msgstr "Hylรคtรครคnkรถ muutokset?" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1409 #: 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:1428 -#: src/view/com/composer/Composer.tsx:1655 +#: src/view/com/composer/Composer.tsx:1426 +#: src/view/com/composer/Composer.tsx:1653 msgid "Discard post?" msgstr "Hylรคtรครคnkรถ julkaisu?" @@ -3852,7 +3864,7 @@ msgstr "Hylkรครค" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2499 msgid "Dismiss error" msgstr "Hylkรครค virhe" @@ -3949,8 +3961,8 @@ msgstr "" #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:146 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3975,7 @@ msgstr "" msgid "Done" msgstr "Valmis" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "Valmis" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:520 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4087,8 +4093,8 @@ msgstr "" msgid "Edit" msgstr "Muokkaa" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "Muokkaa" @@ -4102,8 +4108,8 @@ msgstr "Muokkaa profiilikuvaa" msgid "Edit Feeds" msgstr "Muokkaa syรถtteitรค" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "" @@ -4141,8 +4147,8 @@ msgstr "" msgid "Edit list details" msgstr "Muokkaa listan tietoja" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "" @@ -4155,7 +4161,7 @@ msgstr "" msgid "Edit My Feeds" msgstr "Muokkaa syรถtteitรคni" -#: src/screens/Messages/ConversationSettings/index.tsx:540 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "" @@ -4184,8 +4190,8 @@ msgstr "Muokkaa profiilia" msgid "Edit starter pack" msgstr "Muokkaa aloituspakettia" -#: src/screens/Messages/ConversationSettings/index.tsx:486 -#: src/screens/Messages/ConversationSettings/index.tsx:539 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "" @@ -4402,7 +4408,7 @@ msgstr "" msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2598 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Virhe" @@ -4481,7 +4487,7 @@ msgstr "Poistu koko nรคytรถn tilasta" msgid "Expand alt text" msgstr "Laajenna tekstivastine" -#: src/view/com/notifications/NotificationFeedItem.tsx:606 +#: src/view/com/notifications/NotificationFeedItem.tsx:612 msgid "Expand list of users" msgstr "Laajenna kรคyttรคjรคluettelo" @@ -4596,8 +4602,8 @@ msgstr "" msgid "Failed to accept join request" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "" @@ -4606,6 +4612,10 @@ msgstr "" msgid "Failed to add members" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "" @@ -4615,7 +4625,7 @@ msgid "Failed to change handle. Please try again." msgstr "Kรคyttรคjรคtunnuksen vaihtaminen epรคonnistui. Yritรค uudelleen." #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:129 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "" @@ -4664,7 +4674,7 @@ msgstr "" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:374 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "" @@ -4692,7 +4702,7 @@ msgstr "" msgid "Failed to ignore join request" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:137 +#: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4700,14 +4710,14 @@ msgstr "" msgid "Failed to launch SMS app" msgstr "" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:401 +#: 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 "" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "" @@ -4753,15 +4763,20 @@ msgstr "Ehdotettujen syรถtteiden lataaminen epรคonnistui" msgid "Failed to load suggested follows" msgstr "Ehdotettujen seurattavien lataaminen epรคonnistui" -#: src/screens/Messages/ConversationSettings/index.tsx:426 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +msgid "Failed to mark all chats as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 +#: src/view/shell/bottom-bar/BottomBar.tsx:450 msgid "Failed to mark all requests as read" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:390 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "" @@ -4783,12 +4798,16 @@ msgstr "" msgid "Failed to remove data. {0}" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:111 +#: 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 "" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "" @@ -4802,7 +4821,7 @@ msgstr "" msgid "Failed to remove verification" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:180 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." msgstr "" @@ -4811,7 +4830,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:648 +#: src/view/com/composer/Composer.tsx:646 msgid "Failed to save draft" msgstr "" @@ -4854,7 +4873,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "Ketjun mykistรคminen tai mykistyksen poistaminen epรคonnistui, yritรค uudelleen" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:435 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "" @@ -5116,16 +5135,16 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 "Seuraa" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "Seuraa tiliรค {0}" @@ -5149,8 +5168,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "Seuraa 7:รครค tiliรค" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "Seuraa tiliรค" @@ -5173,9 +5192,9 @@ msgstr "" #. 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:423 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "Seuraa takaisin" @@ -5211,7 +5230,7 @@ msgstr "Seuraajina <0>{0} ja <1>{1}" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "Seuraajina <0>{0}, <1>{1} ja {2, plural, one {# muu} other {# muuta}}" -#: src/components/intents/GroupChatJoinDialog.tsx:339 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" msgstr "" @@ -5231,10 +5250,10 @@ msgstr "Tuntemasi seuraajat" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 "Seuratut" @@ -5249,7 +5268,7 @@ msgstr "Seuratut" #. 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 "Seurataan kรคyttรคjรครค {0}" @@ -5467,7 +5486,7 @@ msgstr "" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2603 msgid "GIF uploaded" msgstr "" @@ -5526,8 +5545,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "Palaa kotinรคkymรครคn" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "" @@ -5538,8 +5557,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "" @@ -5547,7 +5566,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 "" @@ -5622,9 +5641,9 @@ msgstr "" msgid "Grooming or predatory behavior" msgstr "" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:321 -#: src/screens/Messages/JoinRequest.tsx:129 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" msgstr "" @@ -5632,17 +5651,17 @@ msgstr "" msgid "Group chat invite link dialog" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:417 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:382 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "" @@ -5653,12 +5672,12 @@ msgid "Group chat settings" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:385 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "" @@ -5682,12 +5701,12 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "" @@ -5829,7 +5848,7 @@ msgstr "Piilotettu lista" msgid "Hide" msgstr "Piilota" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "Piilota" @@ -5904,7 +5923,7 @@ msgstr "Piilotetaanko trendaavat aiheet?" msgid "Hide trending videos?" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:951 +#: src/view/com/notifications/NotificationFeedItem.tsx:957 msgid "Hide user list" msgstr "Piilota kรคyttรคjรคluettelo" @@ -5960,7 +5979,7 @@ msgstr "Odottakaa! Annamme vรคhitellen pรครคsyn videoon, ja olet yhรค odotusjono #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6210,7 +6229,7 @@ msgstr "" msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "" @@ -6268,7 +6287,7 @@ msgstr "" msgid "Invalid 2FA confirmation code." msgstr "Virheellinen kaksivaiheisen tunnistautumisen vahvistuskoodi." -#: src/components/intents/GroupChatJoinDialog.tsx:147 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." msgstr "" @@ -6290,7 +6309,7 @@ msgstr "" msgid "Invalid report subject" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:187 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." msgstr "" @@ -6315,15 +6334,15 @@ 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:140 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:155 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6336,17 +6355,17 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:335 #: src/screens/Messages/components/InviteLinkDialog.tsx:514 #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 -#: src/screens/Messages/ConversationSettings/index.tsx:556 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:213 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" msgstr "" @@ -6410,7 +6429,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:2520 +#: src/view/com/composer/Composer.tsx:2518 msgid "Job ID: {0}" msgstr "Tyรถpaikan tunnus: {0}" @@ -6420,7 +6439,7 @@ msgid "Jobs" msgstr "Tyรถpaikat" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:282 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" msgstr "" @@ -6431,12 +6450,12 @@ msgstr "" msgid "Join Bluesky" msgstr "Liity Blueskyhin" -#: src/components/intents/GroupChatJoinDialog.tsx:71 -#: src/components/intents/GroupChatJoinDialog.tsx:448 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:176 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." msgstr "" @@ -6450,8 +6469,8 @@ msgstr "Liity keskusteluun" msgid "Journalism" msgstr "Journalismi" -#: src/view/com/composer/Composer.tsx:1461 -#: src/view/com/composer/Composer.tsx:1471 +#: src/view/com/composer/Composer.tsx:1459 +#: src/view/com/composer/Composer.tsx:1469 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6609,7 +6628,7 @@ msgid "Learn more." msgstr "Lue lisรครค." #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:590 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "Poistu" @@ -6623,8 +6642,8 @@ msgstr "Poistu" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "Poistu chatista" @@ -6644,12 +6663,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "Poistu keskustelusta" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:589 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "" @@ -6658,11 +6677,11 @@ msgstr "" msgid "Leaving Bluesky" msgstr "Poistutaan Blueskysta" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: src/screens/Messages/ConversationSettings/prompts.tsx:153 msgid "Leaving this chat will lock it permanently and you wonโ€™t be able to rejoin." msgstr "" -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." msgstr "" @@ -6935,9 +6954,9 @@ msgstr "Lataa uusia ilmoituksia" msgid "Load new posts" msgstr "Lataa uusia julkaisuja" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "" @@ -6954,23 +6973,23 @@ msgstr "" msgid "Loading..." msgstr "Ladataanโ€ฆ" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:568 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "" @@ -7051,6 +7070,16 @@ msgstr "Hallinnoi mykistettyjรค sanoja ja tunnisteita" msgid "Mark all as read" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:459 +#: src/view/shell/bottom-bar/BottomBar.tsx:463 +msgid "Mark all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:467 +#: src/view/shell/bottom-bar/BottomBar.tsx:471 +msgid "Mark all requests as read" +msgstr "" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7089,14 @@ msgstr "Merkitse luetuksi" msgid "Marked all as read" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,7 +7120,7 @@ msgstr "" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Media, joka voi olla hรคiritsevรครค tai sopimatonta joillekin yleisรถille." -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." msgstr "" @@ -7092,7 +7129,7 @@ msgstr "" msgid "Members" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "" @@ -7111,13 +7148,13 @@ msgstr "Maininnat" msgid "Menu" msgstr "Valikko" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 +#: 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" @@ -7132,7 +7169,7 @@ msgstr "Lรคhetรค viesti kรคyttรคjรคlle {0}" msgid "Message {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "Viesti poistettu" @@ -7141,13 +7178,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Viesti poistettu" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:616 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "" @@ -7156,21 +7193,21 @@ msgstr "" msgid "Message from server: {0}" msgstr "Viesti palvelimelta: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "Viestin syรถttรถkenttรค" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "" @@ -7178,11 +7215,11 @@ msgstr "" msgid "Messages" msgstr "Viestit" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:715 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:621 +#: src/components/dms/MessageItem.tsx:710 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7219,8 +7256,8 @@ msgstr "Moderoinnin yksityiskohdat" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "Moderointilista kรคyttรคjรคltรค {0}" @@ -7228,7 +7265,7 @@ msgstr "Moderointilista kรคyttรคjรคltรค {0}" msgid "Moderation list by <0/>" msgstr "Moderointilista kรคyttรคjรคltรค <0/>" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "Oma moderointilistasi" @@ -7281,8 +7318,8 @@ msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "Lisรครค valintoja" @@ -7302,7 +7339,7 @@ msgstr "Elokuvat" msgid "Music" msgstr "Musiikki" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "Mykistรค" @@ -7320,8 +7357,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "Mykistรค tili" @@ -7347,7 +7384,7 @@ msgstr "Mykistรค lista" msgid "Mute these accounts?" msgstr "Mykistetรครคnkรถ nรคmรค tilit?" -#: src/screens/Messages/ConversationSettings/index.tsx:530 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "" @@ -7389,7 +7426,7 @@ msgstr "Mykistรค sanoja ja tunnisteita" msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "" @@ -7480,7 +7517,7 @@ 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:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "Uusi" @@ -7490,21 +7527,21 @@ msgctxt "action" msgid "New" msgstr "Uusi" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: 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:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "Uusi chatti" @@ -7592,11 +7629,11 @@ msgctxt "action" msgid "New post" msgstr "Uusi julkaisu" -#: 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 "" @@ -7718,7 +7755,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 "Et enรครค seuraa kรคyttรคjรครค {0}" @@ -7726,7 +7763,7 @@ msgstr "Et enรครค seuraa kรคyttรคjรครค {0}" msgid "No media yet" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "Ei vielรค viestejรค" @@ -7763,7 +7800,7 @@ msgstr "" msgid "No one but the author can quote this post." msgstr "Vain tekijรค voi lainata tรคtรค julkaisua." -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "" @@ -7831,6 +7868,11 @@ 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" @@ -7895,7 +7937,7 @@ msgstr "Ei lรถydy" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "Huomio jakamisesta" @@ -7931,7 +7973,7 @@ msgstr "Ilmoitusasรครคnet" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8017,7 @@ msgstr "" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:722 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8008,11 +8050,11 @@ 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:862 msgid "One or more GIFs is missing alt text." msgstr "Ainakin yhdeltรค GIF-animaatiolta puuttuu tekstivastine." -#: src/view/com/composer/Composer.tsx:861 +#: src/view/com/composer/Composer.tsx:859 msgid "One or more images is missing alt text." msgstr "Ainakin yhdeltรค kuvalta puuttuu tekstivastine." @@ -8024,11 +8066,11 @@ msgstr "" 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:657 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:869 msgid "One or more videos is missing alt text." msgstr "Ainakin yhdeltรค videolta puuttuu tekstivastine." @@ -8041,7 +8083,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:234 +#: src/view/com/composer/Composer.tsx:233 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8053,7 +8095,7 @@ msgstr "" msgid "Only admins can ignore join requests." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:145 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." msgstr "" @@ -8068,12 +8110,12 @@ msgid "Only image files are supported" msgstr "Vain kuvatiedostoja tuetaan" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:222 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:292 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" msgstr "" @@ -8107,7 +8149,7 @@ msgid "Open camera" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:437 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" msgstr "" @@ -8115,8 +8157,8 @@ msgstr "" msgid "Open chat member options for {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "Avaa keskustelun valinnat" @@ -8128,9 +8170,9 @@ msgstr "" msgid "Open drawer menu" msgstr "Avaa alavalikko" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2158 msgid "Open emoji picker" msgstr "Avaa emojinvalitsin" @@ -8151,7 +8193,7 @@ msgstr "" msgid "Open Germ DM" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" msgstr "" @@ -8166,11 +8208,11 @@ msgid "Open in Google Translate" msgstr "" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "Avaa linkki {niceUrl}" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "Avaa viestin valinnat" @@ -8221,7 +8263,7 @@ msgstr "Avaa storybook-sivu" msgid "Open system log" msgstr "Avaa jรคrjestelmรคloki" -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" msgstr "" @@ -8275,13 +8317,13 @@ msgstr "" msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" -#: src/screens/Messages/JoinRequest.tsx:309 +#: 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 "Avaa vaiheet uuden Bluesky-tilin luomiseksi" -#: src/screens/Messages/JoinRequest.tsx:295 +#: 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" @@ -8341,7 +8383,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 "Avaa tรคmรคn profiilin" @@ -8513,6 +8555,16 @@ msgstr "Kรคyttรคjรคt, jotka seuraavat tiliรค @{0}" msgid "People I follow" msgstr "" +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "" @@ -8813,7 +8865,7 @@ msgstr "Politiikka" msgid "Porn" msgstr "Porno" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post" msgstr "Julkaise" @@ -8833,12 +8885,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Post All" msgstr "Julkaise kaikki" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1468 msgid "Post anyway" msgstr "" @@ -9015,11 +9067,11 @@ msgstr "Tietosuojakรคytรคntรถ" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2592 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing video..." msgstr "Kรคsitellรครคn videotaโ€ฆ" @@ -9031,7 +9083,7 @@ msgstr "Kรคsitellรครคnโ€ฆ" msgid "profile" msgstr "profiili" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9117,22 @@ 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:1792 +#: src/view/com/composer/Composer.tsx:1790 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:1785 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:1774 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:1779 msgid "Publish reply" msgstr "" @@ -9109,7 +9161,7 @@ msgid "QR code has been downloaded!" msgstr "QR-koodi ladattu!" #: src/components/StarterPack/QrCodeDialog.tsx:122 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "QR-koodi tallennettu kuvagalleriaasi!" @@ -9172,8 +9224,8 @@ msgstr "" msgid "React with {emoji}" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "" @@ -9268,10 +9320,6 @@ msgstr "Suositellut" msgid "Reconnect" msgstr "Yhdistรค uudelleen" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "" - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" @@ -9291,12 +9339,14 @@ msgstr "" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "Lataa keskustelut uudelleen" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9355,9 @@ msgstr "Lataa keskustelut uudelleen" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "Poista" @@ -9326,7 +9375,7 @@ msgstr "Poista {displayName} aloituspaketista" msgid "Remove {displayName} from this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" msgstr "" @@ -9443,14 +9492,14 @@ msgstr "Poista tรคmรค syรถte tallennetuista syรถtteistรคsi" msgid "Remove unavailable moderation services" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "" @@ -9466,8 +9515,8 @@ msgstr "Tekijรคn poistama" msgid "Removed by you" msgstr "Poistamasi" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "Poistettu listasta" @@ -9535,6 +9584,14 @@ msgctxt "description" msgid "Replied to you" msgstr "" +#: src/components/dms/MessageItem.tsx:883 +msgid "Replied-to message from {senderName}, tap to scroll to it" +msgstr "" + +#: src/components/dms/MessageItem.tsx:884 +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 @@ -9552,7 +9609,12 @@ msgstr "Vastaaminen poissa kรคytรถstรค" msgid "Replies to this post are disabled." msgstr "Tรคhรคn julkaisuun vastaaminen on poissa kรคytรถstรค." -#: src/view/com/composer/Composer.tsx:1804 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "Vastaa" + +#: src/view/com/composer/Composer.tsx:1802 msgctxt "action" msgid "Reply" msgstr "Vastaa" @@ -9590,14 +9652,14 @@ msgstr "Vastauksen nรคkyvyys pรคivitetty" msgid "Reply was successfully hidden" msgstr "Vastaus piilotettiin onnistuneesti" -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:582 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "Ilmianna" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "Ilmianna tili" @@ -9623,7 +9685,7 @@ msgstr "Ilmianna syรถte" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "Ilmianna viesti" @@ -9657,7 +9719,7 @@ msgstr "" msgid "Report this feed" msgstr "Ilmianna tรคmรค syรถte" -#: src/screens/Messages/ConversationSettings/index.tsx:581 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "" @@ -9737,7 +9799,7 @@ msgstr "Tรคmรคn julkaisun uudelleenjulkaisut" msgid "Reposts of your reposts" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:447 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" msgstr "" @@ -9755,7 +9817,7 @@ msgid "Request ignored." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:281 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" msgstr "" @@ -9764,7 +9826,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "" @@ -9791,9 +9853,9 @@ msgstr "Vaaditaan tรคlle palveluntarjoajalle" msgid "Required in your region" msgstr "Pakollinen alueellasi" -#: src/components/intents/GroupChatJoinDialog.tsx:296 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:310 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:115 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:117 msgid "Rescind request" msgstr "" @@ -9872,7 +9934,7 @@ 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:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 #: src/screens/Messages/JoinRequests.tsx:361 @@ -9928,7 +9990,7 @@ msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10015,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:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Tallenna muutokset" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1421 #: 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:1449 #: 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:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10022,13 +10084,13 @@ msgid "Saved to your feeds" msgstr "Tallennettu syรถtteisiisi" #: 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 "Tervehdi!" -#: src/screens/Messages/ChatList.tsx:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "" @@ -10058,6 +10120,10 @@ msgstr "" msgid "Scroll right" msgstr "" +#: src/components/dms/MessageItem.tsx:774 +msgid "Scroll to the message this is replying to" +msgstr "" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "Vieritรค alkuun" @@ -10067,7 +10133,7 @@ msgstr "Vieritรค alkuun" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Haku" @@ -10148,8 +10214,8 @@ msgstr "" msgid "Search my posts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "" @@ -10425,8 +10491,8 @@ msgstr "" msgid "Send feedback" msgstr "Lรคhetรค palautetta" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "Lรคhetรค viesti" @@ -10460,7 +10526,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:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "" @@ -10565,7 +10631,7 @@ msgstr "Erotiikka tai muu aikuisviihde." msgid "Sexually Suggestive" msgstr "Seksuaalisesti vihjaileva" -#: 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 @@ -10577,7 +10643,7 @@ msgstr "Seksuaalisesti vihjaileva" msgid "Share" msgstr "Jaa" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "Jaa kuitenkin" @@ -10641,8 +10707,8 @@ msgstr "Jaa tรคmรค aloituspaketti ja auta muita liittymรครคn yhteisรถรถsi Bluesk #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "" @@ -10796,15 +10862,15 @@ msgstr "" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:294 -#: src/screens/Messages/JoinRequest.tsx:300 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,7 +10896,7 @@ msgstr "" msgid "Sign in or create your account to join the conversation!" msgstr "Kirjaudu sisรครคn tai luo tili osallistuaksesi keskusteluun!" -#: src/screens/Messages/JoinRequest.tsx:220 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." msgstr "" @@ -10842,7 +10908,7 @@ msgstr "Kirjaudu tiliin, joka ei ole luettelossa" msgid "Sign in to Bluesky or create a new account" msgstr "Kirjaudu Blueskyhin tai luo uusi tili" -#: src/screens/Messages/JoinRequest.tsx:219 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." msgstr "" @@ -10900,7 +10966,7 @@ msgstr "Ohita" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1466 msgid "Skip empty posts?" msgstr "" @@ -10971,12 +11037,12 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:347 msgid "Someone reacted {0}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "" @@ -10996,10 +11062,6 @@ msgstr "" msgid "Someone was removed from the group" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "" - #: 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 "" @@ -11043,8 +11105,8 @@ msgstr "Onko jokin vialla? Kerro meille." 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 "Pahoittelut! Istuntosi on vanhentunut. Kirjaudu sisรครคn uudelleen." @@ -11214,13 +11276,13 @@ msgid "Subscribe" msgstr "Tilaa" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "" @@ -11255,7 +11317,7 @@ msgstr "" msgid "Success!" msgstr "Onnistui!" -#: src/components/intents/GroupChatJoinDialog.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" msgstr "" @@ -11355,7 +11417,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:572 +#: src/components/dms/MessageItem.tsx:661 msgid "Tap for details" msgstr "" @@ -11390,7 +11452,7 @@ msgid "Tap to dismiss" msgstr "Hylkรครค napauttamalla" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:453 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" msgstr "" @@ -11398,34 +11460,34 @@ msgstr "" msgid "Tap to open this group chat" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:452 +#: src/components/intents/GroupChatJoinDialog.tsx:468 msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:537 +#: src/components/dms/MessageItem.tsx:626 msgid "Tap to retry" msgstr "" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:373 msgid "Tap to view reactions" msgstr "" @@ -11528,7 +11590,7 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "Tili voi olla vuorovaikutuksessa kanssasi, kun poistat eston." @@ -11594,7 +11656,7 @@ msgstr "" msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:155 +#: src/components/intents/GroupChatJoinDialog.tsx:165 #: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." msgstr "" @@ -11621,7 +11683,7 @@ msgstr "Palvelin nรคyttรครค kรคrsivรคn ongelmista. Yritรค hetken kuluttua uudell msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "Aloituspaketti, jonka yritit nรคyttรครค, on virheellinen. Voit sen sijaan poistaa tรคmรคn aloituspaketin." -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "" @@ -11665,8 +11727,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "" #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:182 +#: 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 "" @@ -11693,7 +11755,7 @@ msgstr "Ilmoitusten hakemisessa ilmeni ongelma. Napauta tรคstรค yrittรครคksesi u msgid "There was an issue fetching posts. Tap here to try again." msgstr "Julkaisujen hakemisessa ilmeni ongelma. Napauta tรคstรค yrittรครคksesi uudelleen." -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "Listan hakemisessa ilmeni ongelma. Napauta tรคstรค yrittรครคksesi uudelleen." @@ -11733,12 +11795,12 @@ msgstr "Syรถtteidesi pรคivityksessรค ilmeni ongelma. Tarkista internetyhteytesi #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "Ilmeni ongelma! {0}" @@ -11778,7 +11840,7 @@ msgstr "Nรคmรค asetukset vaikuttavat vain Seuratut-syรถtteeseen." msgid "They own this chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." msgstr "" @@ -11828,22 +11890,22 @@ msgstr "" 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 "" -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:287 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:430 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" msgstr "" @@ -11881,7 +11943,7 @@ msgstr "Tรคmรค sisรคltรถ ei ole saatavilla, koska toinen kรคyttรคjistรค on estรค msgid "This content is not viewable without a Bluesky account." msgstr "Tรคmรค sisรคltรถ ei ole nรคhtรคvissรค ilman Bluesky-tiliรค." -#: src/components/intents/GroupChatJoinDialog.tsx:141 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." msgstr "" @@ -11931,7 +11993,7 @@ msgstr "Tรคmรค syรถte on tyhjรค." msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "Tรคmรค syรถte ei ole enรครค linjoilla. Nรคytรคmme sen sijaan syรถtteen <0>Discover." -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" msgstr "" @@ -11947,11 +12009,11 @@ msgstr "" msgid "This information is private and not shared with other users." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:151 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:223 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" msgstr "" @@ -11997,17 +12059,17 @@ msgstr "" msgid "This list is empty." msgstr "Tรคmรค lista on tyhjรค." -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:688 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:658 +#: src/components/dms/MessageItem.tsx:684 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12045,11 +12107,11 @@ 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:1043 +#: src/view/com/composer/Composer.tsx:1041 msgid "This post's author has disabled quote posts." msgstr "Tรคmรคn julkaisun tekijรค on poistanut lainausjulkaisut kรคytรถstรค." -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "Tรคmรค profiili nรคkyy vain kirjautuneille kรคyttรคjille. Se ei nรคy kirjautumattomille henkilรถille." @@ -12242,8 +12304,8 @@ msgstr "" msgid "Topic" msgstr "Aihe" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,7 +12375,7 @@ msgctxt "action" msgid "Try again" msgstr "Yritรค uudelleen" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." msgstr "" @@ -12335,7 +12397,7 @@ msgstr "" msgid "Two-factor authentication (2FA)" msgstr "Kaksivaiheinen tunnistautuminen" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "Kirjoita viestisi tรคhรคn" @@ -12401,7 +12463,7 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:726 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12409,14 +12471,14 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:211 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "Poista esto" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "Poista esto" @@ -12427,8 +12489,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "Poista tilin esto" @@ -12437,7 +12499,7 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "Poistetaanko tilin esto?" @@ -12474,12 +12536,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Kumoa uudelleenjulkaisu ({0, plural, one {# uudelleenjulkaisu} other {# uudelleenjulkaisua}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "Lopeta kรคyttรคjรคn {0} seuraaminen" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "Lopeta tilin seuraaminen" @@ -12521,11 +12583,11 @@ msgstr "ร„lรค tykkรครค" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "ร„lรค tykkรครค ({0, plural, one {# tykkรคys} other {# tykkรคystรค}})" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:567 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "" @@ -12548,8 +12610,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "Poista tilin mykistys" @@ -12562,7 +12624,7 @@ msgstr "Poista keskustelun mykistys" msgid "Unmute list" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:529 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "" @@ -12641,7 +12703,7 @@ msgstr "Listan tilaus peruutettu" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1557 +#: src/view/com/composer/Composer.tsx:1555 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -12654,12 +12716,9 @@ msgstr "" msgid "Update" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "Pรคivitรค <0>{displayName} listoissa" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" msgstr "" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 @@ -12669,6 +12728,10 @@ msgstr "" msgid "Update email" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 #: src/screens/Messages/components/InviteLinkDialog.tsx:303 @@ -12680,14 +12743,6 @@ msgstr "" msgid "Update to {domain}" msgstr "Pรคivitรค verkkotunnukseen {domain}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "" - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "" @@ -12736,7 +12791,7 @@ msgstr "Lataa tiedostoista" msgid "Upload from Library" msgstr "Lataa kirjastosta" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2585 msgid "Uploading GIF..." msgstr "" @@ -12750,7 +12805,7 @@ msgstr "Ladataan kuvia palveluunโ€ฆ" msgid "Uploading link thumbnail..." msgstr "Ladataan linkin pikkukuvaa palveluunโ€ฆ" -#: src/view/com/composer/Composer.tsx:2589 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading video..." msgstr "Ladataan videota palveluunโ€ฆ" @@ -12826,7 +12881,7 @@ msgid "User Blocks You" msgstr "Kรคyttรคjรค on estรคnyt sinut" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "Kรคyttรคjรคlista kรคyttรคjรคltรค {0}" @@ -12835,7 +12890,7 @@ msgstr "Kรคyttรคjรคlista kรคyttรคjรคltรค {0}" msgid "User List by {0}" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "Oma kรคyttรคjรคlistasi" @@ -12875,16 +12930,6 @@ msgstr "kรคyttรคjรคt, joita <0>@{0} seuraa" msgid "users following <0>@{0}" msgstr "" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "Arvo:" @@ -12912,8 +12957,8 @@ msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "" @@ -13039,7 +13084,7 @@ msgstr "Videota ei lรถydy." msgid "Video settings" msgstr "Videon asetukset" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2605 msgid "Video uploaded" msgstr "Video ladattu palveluun" @@ -13056,14 +13101,14 @@ msgstr "Videot" msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1150 +#: src/view/com/composer/Composer.tsx:1148 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "" @@ -13078,7 +13123,7 @@ msgstr "Nรคytรค kรคyttรคjรคn {0} profiilikuva" #: 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 "Nรคytรค kรคyttรคjรคn {0} profiili" @@ -13092,7 +13137,7 @@ msgstr "" msgid "View {displayName}โ€™s profile" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "" @@ -13145,7 +13190,7 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1143 msgid "View post" msgstr "" @@ -13162,10 +13207,10 @@ msgstr "Nรคytรค profiili" msgid "View profile banner" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "" @@ -13173,7 +13218,7 @@ msgstr "" msgid "View the avatar" msgstr "Nรคytรค profiilikuva" -#: src/screens/Messages/ConversationSettings/index.tsx:554 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "" @@ -13441,7 +13486,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:1039 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Pahoittelut! Julkaisu, johon olet vastaamassa, on poistettu." @@ -13492,7 +13537,7 @@ msgid "What do you want to call your starter pack?" msgstr "Millรค nimellรค haluat kutsua aloituspakettiasi?" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1519 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Mitรค kuuluu?" @@ -13519,7 +13564,7 @@ msgid "Who can verify?" msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "Hupsista!" @@ -13578,7 +13623,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:1437 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13587,12 +13632,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1617 +#: src/view/com/composer/Composer.tsx:1615 msgid "Write post" msgstr "Kirjoita julkaisu" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1517 msgid "Write your reply" msgstr "Kirjoita vastauksesi" @@ -13658,7 +13703,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:610 +#: src/components/dms/MessageItem.tsx:699 msgid "You are blocking {0}" msgstr "" @@ -13764,11 +13809,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:221 +#: src/view/com/composer/Composer.tsx:220 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:1442 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13803,8 +13848,8 @@ msgstr "" 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:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:115 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13839,7 +13884,7 @@ msgstr "Sinulla ei ole tallennettuja syรถtteitรค." msgid "You got here first" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:166 +#: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and canโ€™t join it using this link." msgstr "" @@ -13884,6 +13929,7 @@ msgstr "Olet mykistรคnyt tรคmรคn tilin." msgid "You have muted this user" msgstr "Olet mykistรคnyt tรคmรคn kรคyttรคjรคn" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "Sinulla ei ole listoja." @@ -13912,7 +13958,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:1434 +#: src/view/com/composer/Composer.tsx:1432 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -13970,7 +14016,7 @@ msgstr "" msgid "You may only add up to 3 feeds" msgstr "Voit lisรคtรค enintรครคn 3 syรถtettรค" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." msgstr "" @@ -13983,7 +14029,7 @@ msgid "You must be following at least seven other people to generate a starter p msgstr "Sinun on seurattava ainakin seitsemรครค muuta kรคyttรคjรครค, jotta voit luoda aloituspaketin." #: src/components/StarterPack/QrCodeDialog.tsx:69 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:89 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" @@ -14009,12 +14055,12 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:259 +#: src/components/dms/MessageItem.tsx:340 msgid "You reacted {0}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "" @@ -14023,8 +14069,20 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" +#: src/components/dms/MessageItem.tsx:804 +msgid "You replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:802 +msgid "You replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:800 +msgid "You replied to yourself" +msgstr "" + #. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 msgid "You requested to join" msgstr "" @@ -14050,12 +14108,12 @@ msgstr "Saat nyt ilmoituksia tรคstรค ketjusta" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "Saat sรคhkรถpostiisi โ€palautuskoodinโ€. Syรถtรค koodi tรคhรคn, ja syรถtรค sitten uusi salasanasi." -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "" #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "" @@ -14127,7 +14185,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:646 +#: src/view/com/composer/Composer.tsx:644 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14199,11 +14257,11 @@ msgstr "Chattisi on poistettu kรคytรถstรค" 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 "" @@ -14295,11 +14353,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:1139 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1136 msgid "Your posts were sent" msgstr "" @@ -14320,7 +14378,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:1140 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your reply was sent" msgstr "" @@ -14333,7 +14391,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:1467 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 75538ec775..fbd89c2978 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-10 21:06\n" +"PO-Revision-Date: 2026-06-17 12:23\n" "Last-Translator: \n" "Language-Team: French\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" @@ -23,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "Catรฉgorie ยซย {interestsDisplayName}ย ยป (active)" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:867 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" msgstr "(lien dโ€™invitation ร  une discussion)" -#: src/components/dms/getMessageInfo.ts:73 +#: 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รฉ)" @@ -75,7 +79,7 @@ msgstr "{0, plural, one {# รฉtiquette a รฉtรฉ placรฉe} other {# รฉtiquettes ont msgid "{0, plural, one {# like} other {# likes}}" msgstr "{0, plural, one {# compte} other {# comptes}} ont aimรฉ" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "{0, plural, one {# membre} other {# membres}}" @@ -97,7 +101,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:269 +#: src/components/dms/MessageItem.tsx:350 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "{0, plural, one {# personne a} other {# personnes ont}} rรฉagi โ€“ {1}" @@ -118,15 +122,15 @@ msgstr "{0, plural, one {# seconde} other {# secondes}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: 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}}" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "{0, plural, one {#ย min} other {#ย min}}" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "{0} abonnements" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:703 msgid "{0} is blocking you" msgstr "{0} vous a bloquรฉยทe" @@ -273,7 +277,7 @@ msgstr "{0} sur 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:345 msgid "{0} reacted {1}" msgstr "{0} a rรฉagi avec {1}" @@ -326,26 +330,24 @@ msgstr "Avatar de {0}" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:143 +#: src/screens/Messages/JoinRequest.tsx:139 msgctxt "group-chat-member-count" msgid "{0}/{1}" 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'. +#. placeholder {0}: joinLinkPreview.memberCount #. placeholder {0}: preview.memberCount +#. placeholder {1}: joinLinkPreview.memberLimit #. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 msgid "{0}/{1} {2, plural, one {member} other {members}}" msgstr "{0}/{1} {2, plural, one {membre} other {membres}}" -#. The number of active group chat members out of the total number allowed. -#. placeholder {0}: joinLinkPreview.memberCount -#. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:329 -msgid "{0}/{1} members" -msgstr "{0}/{1} 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 @@ -389,7 +391,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:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "{count, plural, one {# demande} other {# demandes}}" @@ -397,33 +399,11 @@ msgstr "{count, plural, one {# demande} other {# demandes}}" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "{count, plural, one {# รฉlรฉment non lu} other {# รฉlรฉments non lus}}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "{count, plural, one {Rafraรฎchissez la page pour la voir.} other {Rafraรฎchissez la page pour toutes les voir.}}" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "{count, plural, one {Ce post contient une photo.} other {Ce post contient #ย photos.}}" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "{count, plural, one {Mettez-ร -jour votre appli. pour la voir.} other {Mettez-ร -jour votre appli. pour les voir.}}" - #. 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 "{count, plural, other {Plus de # demandes ร  rejoindre}}" -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "+ย de {count}" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "+ de {count} demandes" - #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" msgstr "{date} ร  {time}" @@ -441,155 +421,155 @@ msgstr "{estimatedTimeHrs, plural, one {heure} other {heures}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minute} other {minutes}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: 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" -#: 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 "{firstAuthorLink} et <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre compte} other {{formattedAuthorsCount} autres comptes}} ont aimรฉ votre fil dโ€™actu personnalisรฉ" -#: 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 "{firstAuthorLink} et <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre compte} other {{formattedAuthorsCount} autres comptes}} ont aimรฉ votre post" -#: 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 "{firstAuthorLink} et <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre compte} other {{formattedAuthorsCount} autres comptes}} ont aimรฉ votre 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 "{firstAuthorLink} et <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre} other {{formattedAuthorsCount} autres}} ont retirรฉ leurs vรฉrifications de votre compte" -#: 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 "{firstAuthorLink} et <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre compte} other {{formattedAuthorsCount} autres comptes}} ont republiรฉ votre post" -#: 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 "{firstAuthorLink} et <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre compte} other {{formattedAuthorsCount} autres comptes}} ont republiรฉ votre 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 "{firstAuthorLink} et <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre compte} other {{formattedAuthorsCount} autres comptes}} se sont inscrits avec votre kit de dรฉmarrage" -#: src/view/com/notifications/NotificationFeedItem.tsx:442 +#: src/view/com/notifications/NotificationFeedItem.tsx:448 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "{firstAuthorLink} et <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre} other {{formattedAuthorsCount} autres}} ont vรฉrifiรฉ votre compte" -#: src/view/com/notifications/NotificationFeedItem.tsx:367 +#: src/view/com/notifications/NotificationFeedItem.tsx:373 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} vous a suiviยทe" -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} vous a suiviยทe en retour" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} a aimรฉ votre fil dโ€™actu personnalisรฉ" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} a aimรฉ votre post" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:512 msgid "{firstAuthorLink} liked your repost" msgstr "{firstAuthorLink} a aimรฉ votre repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:479 +#: src/view/com/notifications/NotificationFeedItem.tsx:485 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} a retirรฉ sa vรฉrification de votre compte" -#: src/view/com/notifications/NotificationFeedItem.tsx:334 +#: src/view/com/notifications/NotificationFeedItem.tsx:340 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} a republiรฉ votre post" -#: src/view/com/notifications/NotificationFeedItem.tsx:530 +#: src/view/com/notifications/NotificationFeedItem.tsx:536 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink} a republiรฉ votre repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:431 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} sโ€™est inscritยทe avec votre kit de dรฉmarrage" -#: src/view/com/notifications/NotificationFeedItem.tsx:454 +#: src/view/com/notifications/NotificationFeedItem.tsx:460 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} a vรฉrifiรฉ votre compte" -#: 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 "{firstAuthorName} et {additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre compte} other {{formattedAuthorsCount} autres comptes}} vous ont suivi" -#: 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 "{firstAuthorName} et {additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre compte} other {{formattedAuthorsCount} autres comptes}} ont aimรฉ votre fil dโ€™actu personnalisรฉ" -#: src/view/com/notifications/NotificationFeedItem.tsx:291 +#: src/view/com/notifications/NotificationFeedItem.tsx:297 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "{firstAuthorName} et {additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre compte} other {{formattedAuthorsCount} autres comptes}} ont aimรฉ votre post" -#: src/view/com/notifications/NotificationFeedItem.tsx:487 +#: src/view/com/notifications/NotificationFeedItem.tsx:493 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "{firstAuthorName} et {additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre compte} other {{formattedAuthorsCount} autres comptes}} ont aimรฉ votre repost" -#: 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 "{firstAuthorName} et {additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre} other {{formattedAuthorsCount} autres}} ont retirรฉ leurs vรฉrifications de votre compte" -#: 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 "{firstAuthorName} et {additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre compte} other {{formattedAuthorsCount} autres comptes}} ont republiรฉ votre post" -#: 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 "{firstAuthorName} et {additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre compte} other {{formattedAuthorsCount} autres comptes}} ont republiรฉ votre 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 "{firstAuthorName} et {additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre compte} other {{formattedAuthorsCount} autres comptes}} se sont inscrits avec votre kit de dรฉmarrage" -#: src/view/com/notifications/NotificationFeedItem.tsx:435 +#: src/view/com/notifications/NotificationFeedItem.tsx:441 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "{firstAuthorName} et {additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre} other {{formattedAuthorsCount} autres}} ont vรฉrifiรฉ votre compte" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:359 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} a suivi votre compte" -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} a suivi votre compte en retour" -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} a aimรฉ votre fil dโ€™actu personnalisรฉ" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} a aimรฉ votre post" -#: src/view/com/notifications/NotificationFeedItem.tsx:492 +#: src/view/com/notifications/NotificationFeedItem.tsx:498 msgid "{firstAuthorName} liked your repost" msgstr "{firstAuthorName} a aimรฉ votre repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:465 +#: src/view/com/notifications/NotificationFeedItem.tsx:471 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} a retirรฉ sa vรฉrification de votre compte" -#: src/view/com/notifications/NotificationFeedItem.tsx:320 +#: src/view/com/notifications/NotificationFeedItem.tsx:326 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} a republiรฉ votre post" -#: src/view/com/notifications/NotificationFeedItem.tsx:516 +#: src/view/com/notifications/NotificationFeedItem.tsx:522 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName} a republiรฉ votre repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:411 +#: src/view/com/notifications/NotificationFeedItem.tsx:417 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} sโ€™est inscritยทe avec votre kit de dรฉmarrage" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} a vรฉrifiรฉ votre compte" @@ -659,12 +639,12 @@ msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "{minutes, plural, one {# minute} other {# minutes}}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "{name} a rรฉagi {0} ร  {target}" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "{name}ย : {message}" @@ -697,6 +677,18 @@ msgstr "{profileName} a rejoint Bluesky ร  lโ€™aide dโ€™un kit de dรฉmarrage il msgid "{rank}." msgstr "{rank}." +#: src/components/dms/MessageItem.tsx:813 +msgid "{replierDisplayName} replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:809 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:807 +msgid "{replierDisplayName} replied to you" +msgstr "" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "Une collection de fils dโ€™actu populaires que vous pouvez trouver sur Bluesky, tels que News, Booksky, Game Dev, Blacksky et Fountain Pens" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "un message" @@ -873,8 +875,8 @@ msgstr "Une erreur rรฉseau est survenue. Veuillez vรฉrifier votre connexion Inte #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 #: src/screens/Messages/JoinRequests.tsx:192 #: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." @@ -955,7 +957,7 @@ msgstr "Accepter cette suggestion de langue" msgid "Accepted conversations" msgstr "Conversations acceptรฉes" -#: src/components/intents/GroupChatJoinDialog.tsx:113 +#: 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." @@ -980,12 +982,12 @@ msgstr "Compte" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "Compte bloquรฉ" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "Compte suivi" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "Le compte a รฉtรฉ dรฉsactivรฉ" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "Compte masquรฉ" @@ -1028,18 +1030,18 @@ msgstr "Compte supprimรฉ de lโ€™accรจs rapide" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "Compte dรฉbloquรฉ" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "Compte dรฉsabonnรฉ" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "Compte rรฉaffichรฉ" @@ -1054,12 +1056,13 @@ msgstr "Les comptes avec une coche bleue รฉmaillรฉeย <0><1/>ย peuvent en vรฉ msgid "Activity from others" msgstr "Activitรฉ des autres" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "Ajouter" @@ -1112,11 +1115,11 @@ msgstr "Ajouter un texte alt (facultatif)" msgid "Add another account" msgstr "Ajouter un autre compte" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1518 msgid "Add another post" msgstr "Ajouter un autre post" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2181 msgid "Add another post to thread" msgstr "Ajouter un autre post au fil de discussion" @@ -1182,7 +1185,7 @@ msgstr "Ajouter des mots et des mots-clรฉs masquรฉs" msgid "Add people" msgstr "Ajouter des personnes" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "Ajouter des comptes ร  la liste" @@ -1214,8 +1217,8 @@ msgstr "Ajoutez lโ€™enregistrement DNS suivant ร  votre domaineย :" msgid "Add this feed to your feeds" msgstr "Ajouter ce fil ร  vos fils dโ€™actu" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "Ajouter ร  des listes" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "Ajouter aux posts conservรฉs" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "Ajouter aux kits de dรฉmarrage" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "Ajouter le compte ร  la liste" @@ -1246,8 +1249,8 @@ msgstr "Ajoutรฉยทe par {0}" msgid "Added by invite link" msgstr "Ajoutรฉยทe via un lien dโ€™invitation" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "Ajoutรฉ ร  la liste" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "alice@example.com" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "Toutes" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "Tous les {0}" @@ -1521,7 +1524,7 @@ msgid "An error occurred while loading your lists :/" msgstr "Une erreur sโ€™est produite lors du chargement de vos listes :/" #: src/components/StarterPack/QrCodeDialog.tsx:81 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:103 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "Une erreur sโ€™est produite lors de lโ€™enregistrement du code QRย !" @@ -1589,8 +1592,8 @@ msgstr "Un problรจme est survenu lors de lโ€™ouverture de la discussion" #: 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 "Un problรจme est survenu, veuillez rรฉessayer." @@ -1643,7 +1646,7 @@ msgstr "Nโ€™importe qui" msgid "Anyone can interact" msgstr "Nโ€™importe qui peut interagir" -#: src/components/intents/GroupChatJoinDialog.tsx:340 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" msgstr "Accessible ร  nโ€™importe qui" @@ -1796,8 +1799,8 @@ msgstr "รŠtes-vous sรปr de vouloir supprimer ce kit de dรฉmarrageย ?" msgid "Are you sure you want to discard your changes?" msgstr "รŠtes-vous sรปr de vouloir abandonner vos changementsย ?" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "รŠtes-vous sรปrยทe de vouloir quitter {groupName}ย ?" @@ -1814,11 +1817,11 @@ msgid "Are you sure you want to remove this from your feeds?" msgstr "รŠtes-vous sรปr de vouloir supprimer cela de vos fils dโ€™actuย ?" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 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:1656 +#: src/view/com/composer/Composer.tsx:1654 msgid "Are you sure you'd like to discard this post?" msgstr "รŠtes-vous sรปr de vouloir abandonner ce postย ?" @@ -1958,10 +1961,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:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2009,8 +2012,8 @@ msgstr "Bloquer {displayName}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "Bloquer le compte" @@ -2088,6 +2091,10 @@ 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." @@ -2260,7 +2267,7 @@ msgstr "Bouton pour revenir ร  la page dโ€™accueil" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:181 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2274,13 +2281,13 @@ msgstr "par @{0}" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:363 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "Par <0>{0}" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" msgstr "Par <0>{ownerDisplayName}" @@ -2348,10 +2355,10 @@ msgstr "Accรจs ร  lโ€™appareil photo nรฉcessaire" #: src/screens/Deactivated.tsx:150 #: src/screens/Messages/components/InviteLinkDialog.tsx:500 #: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,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:1734 -#: src/view/com/composer/Composer.tsx:1744 +#: src/view/com/composer/Composer.tsx:1732 +#: src/view/com/composer/Composer.tsx:1742 #: 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 @@ -2380,6 +2387,10 @@ msgstr "Annuler la citation" msgid "Cancel reactivation and sign out" msgstr "Annuler la rรฉactivation et se dรฉconnecter" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "Annuler la recherche" @@ -2481,7 +2492,7 @@ msgstr "Les changements ultรฉrieurs dans ce kit de dรฉmarrage ne seront pas rรฉp #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,7 +2509,7 @@ msgid "Chat ended" msgstr "Fin de la discussion" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:256 +#: src/components/intents/GroupChatJoinDialog.tsx:269 #: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" msgstr "Le lien dโ€™invitation ร  la discussion nโ€™est plus disponible" @@ -2520,12 +2531,12 @@ msgctxt "toast" msgid "Chat muted" msgstr "Discussion en sourdine" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." msgstr "Discussion introuvable." -#: src/components/moderation/BlockDialog.tsx:292 +#: 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." @@ -2544,10 +2555,10 @@ msgstr "Demandes de discussion" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "Paramรจtres de discussion" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Discussion sans sourdine" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "Discussions" @@ -2731,7 +2742,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:533 +#: src/components/dms/MessageItem.tsx:622 msgid "Click to retry failed message" msgstr "Cliquer pour rรฉessayer lโ€™envoi รฉchouรฉ du message" @@ -2745,6 +2756,7 @@ msgstr "Cliquer pour rรฉessayer lโ€™envoi รฉchouรฉ du message" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "Cliquer pour rรฉessayer lโ€™envoi รฉchouรฉ du message" #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:233 -#: src/components/intents/GroupChatJoinDialog.tsx:268 +#: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2804,10 +2816,6 @@ msgstr "Fermer lโ€™alerte" msgid "Close banner" msgstr "Fermer la banniรจre" -#: src/view/com/util/BottomSheetCustomBackdrop.tsx:36 -msgid "Close bottom drawer" -msgstr "Fermer le tiroir du bas" - #. Accessibility label for the button that dismisses the GIF picker error dialog. #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:223 #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:229 @@ -2822,7 +2830,7 @@ msgstr "Fermer le tiroir du bas" msgid "Close dialog" msgstr "Fermer le dialogue" -#: src/view/shell/index.web.tsx:129 +#: src/view/shell/index.web.tsx:127 msgid "Close drawer menu" msgstr "Ferme le menu latรฉral" @@ -2850,10 +2858,10 @@ msgstr "Fermer le scanner" msgid "Close the incoming requests banner" msgstr "Ferme la banniรจre des demandes entrantes" -#: src/components/intents/GroupChatJoinDialog.tsx:226 -#: src/components/intents/GroupChatJoinDialog.tsx:227 -#: src/components/intents/GroupChatJoinDialog.tsx:263 -#: src/components/intents/GroupChatJoinDialog.tsx:264 +#: 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 msgid "Close this dialog" msgstr "Fermer ce dialogue" @@ -2866,15 +2874,15 @@ 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:1742 +#: src/view/com/composer/Composer.tsx:1740 msgid "Closes post composer and discards post draft" msgstr "Ferme la fenรชtre de rรฉdaction et abandonne le brouillon de post" -#: src/view/com/notifications/NotificationFeedItem.tsx:605 +#: src/view/com/notifications/NotificationFeedItem.tsx:611 msgid "Collapse list of users" msgstr "Fermer la liste des comptes" -#: src/view/com/notifications/NotificationFeedItem.tsx:953 +#: src/view/com/notifications/NotificationFeedItem.tsx:959 msgid "Collapses list of users for a given notification" msgstr "Rรฉduit la liste des comptes pour une notification donnรฉe" @@ -2920,7 +2928,7 @@ msgid "Compose new post" msgstr "ร‰crire un nouveau post" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1618 +#: src/view/com/composer/Composer.tsx:1616 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Permet dโ€™รฉcrire des posts de {0, plural, other {# caractรจres}} maximum" @@ -2928,11 +2936,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:2580 +#: src/view/com/composer/Composer.tsx:2578 msgid "Compressing GIF..." msgstr "Compression du GIF en coursโ€ฆ" -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing video..." msgstr "Compression de la vidรฉo en coursโ€ฆ" @@ -3100,7 +3108,7 @@ msgstr "Passer ร  lโ€™รฉtape suivante" msgid "Conversation" msgstr "Discussion" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "Conversation supprimรฉe" @@ -3127,7 +3135,7 @@ msgid "Copied build version to clipboard" msgstr "Version de build copiรฉe dans le presse-papier" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3154,12 @@ msgstr "Copiรฉย !" msgid "Copies build version to clipboard" msgstr "Copie la version de build vers le presse-papier" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" msgstr "Copie lโ€™URL canonique du profil dans le presse-papiers" #: src/components/StarterPack/QrCodeDialog.tsx:198 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:265 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "Copier" @@ -3159,8 +3167,8 @@ msgstr "Copier" msgid "Copy App Password" msgstr "Copier le mot de passe dโ€™application" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "Copier lโ€™URI at://" @@ -3175,8 +3183,8 @@ msgid "Copy code" msgstr "Copier ce code" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "Copier le DID" @@ -3184,7 +3192,7 @@ msgstr "Copier le DID" msgid "Copy host" msgstr "Copier lโ€™hรฉbergeur" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:254 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" msgstr "Copier le lien dโ€™invitation" @@ -3210,8 +3218,8 @@ msgstr "Copier le lien vers la liste" msgid "Copy link to post" msgstr "Copier le lien vers le post" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "Copier le lien vers le profil" @@ -3219,8 +3227,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:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "Copier le texte du message" @@ -3249,7 +3257,7 @@ msgstr "Copier la valeur du registre TXT" msgid "Copyright Policy" msgstr "Politique sur les droits dโ€™auteur" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" msgstr "Impossible de capturer le QR code" @@ -3261,11 +3269,11 @@ msgstr "Impossible de se connecter au fil dโ€™actu personnalisรฉ" msgid "Could not connect to feed service" msgstr "Impossible de se connecter au service de fil dโ€™actu" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:120 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" msgstr "Impossible de copier โ€“ veuillez rรฉessayer" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" msgstr "Impossible de tรฉlรฉcharger โ€“ veuillez rรฉessayer" @@ -3294,7 +3302,7 @@ msgstr "ร‰chec du suivi de tous les contacts trouvรฉs. {0}" msgid "Could not leave chat" msgstr "Impossible de se retirer de la discussion" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." msgstr "Impossible de partir de la discussion." @@ -3308,7 +3316,7 @@ msgstr "Impossible de charger le fil dโ€™actu" msgid "Could not load list" msgstr "Impossible de charger la liste" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:169 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" msgstr "Impossible de charger le profil" @@ -3320,7 +3328,7 @@ msgstr "Impossible de mettre la discussion en sourdine" msgid "Could not process your video" msgstr "Impossible de traiter votre vidรฉo" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." msgstr "Impossible de retirer le membre." @@ -3329,7 +3337,7 @@ msgstr "Impossible de retirer le membre." msgid "Could not save changes: {0}" msgstr "Impossible dโ€™enregistrer les changementsย : {0}" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" msgstr "Impossible de partager โ€“ veuillez rรฉessayer" @@ -3394,12 +3402,12 @@ 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:314 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3457,13 @@ msgstr "Crรฉer une liste ร  partir dโ€™un kit de dรฉmarrage" msgid "Create moderation list" msgstr "Crรฉer une liste de modรฉration" -#: src/screens/Messages/JoinRequest.tsx:308 +#: 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 "Crรฉer un nouveau compte" -#: src/screens/Messages/ConversationSettings/index.tsx:553 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "Crรฉer ou modifier un lien dโ€™invitation pour cette discussion de groupe" @@ -3479,7 +3487,7 @@ msgstr "Crรฉer une liste de comptes" #. placeholder {0}: i18n.date(createdAt, { dateStyle: 'long', timeStyle: 'short', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) #: src/screens/Messages/components/InviteLinkDialog.tsx:355 -#: src/screens/Messages/ConversationSettings/index.tsx:505 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "{0} crรฉรฉ" @@ -3624,7 +3632,7 @@ msgstr "Retirer les contacts" msgid "Delete conversation" msgstr "Supprimer la conversation" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "Supprimer pour moi" @@ -3637,7 +3645,7 @@ msgstr "Supprimer la liste" msgid "Delete message" msgstr "Supprimer le message" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "Supprimer le message pour moi" @@ -3647,7 +3655,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:1630 +#: src/view/com/composer/Composer.tsx:1628 msgid "Delete post" msgstr "Supprimer le post" @@ -3689,6 +3697,10 @@ 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 @@ -3794,9 +3806,9 @@ msgstr "Dรฉsactivรฉ" #: 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:1411 +#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1661 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3819,14 @@ msgstr "Abandonner" msgid "Discard changes?" msgstr "Abandonner les changementsย ?" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1409 #: 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:1428 -#: src/view/com/composer/Composer.tsx:1655 +#: src/view/com/composer/Composer.tsx:1426 +#: src/view/com/composer/Composer.tsx:1653 msgid "Discard post?" msgstr "Abandonner ce postย ?" @@ -3852,7 +3864,7 @@ msgstr "Ignorer" msgid "Dismiss banner" msgstr "Ignorer la banniรจre" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2499 msgid "Dismiss error" msgstr "Ignorer lโ€™erreur" @@ -3949,8 +3961,8 @@ msgstr "Pas dโ€™inquiรฉtudeย ! Tous les messages existants et vos paramรจtres so #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:146 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3975,7 @@ msgstr "Pas dโ€™inquiรฉtudeย ! Tous les messages existants et vos paramรจtres so msgid "Done" msgstr "Terminรฉ" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "Terminer" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:520 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" @@ -4087,8 +4093,8 @@ msgstr "Troubles alimentaires" msgid "Edit" msgstr "Modifier" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "Modifier" @@ -4102,8 +4108,8 @@ msgstr "Modifier lโ€™avatar" msgid "Edit Feeds" msgstr "Modifier les fils dโ€™actu" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "Modifier le nom du groupe" @@ -4141,8 +4147,8 @@ msgstr "Modifier les paramรจtres du lien" msgid "Edit list details" msgstr "Modifier les infos de la liste" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "Modifier le statut ยซย En directย ยป" @@ -4155,7 +4161,7 @@ msgstr "Modifier la liste de modรฉration" msgid "Edit My Feeds" msgstr "Modifier mes fils dโ€™actu" -#: src/screens/Messages/ConversationSettings/index.tsx:540 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "Modifier le nom" @@ -4184,8 +4190,8 @@ msgstr "Modifier le profil" msgid "Edit starter pack" msgstr "Modifier le kit de dรฉmarrage" -#: src/screens/Messages/ConversationSettings/index.tsx:486 -#: src/screens/Messages/ConversationSettings/index.tsx:539 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "Modifier le nom de cette discussion de groupe" @@ -4402,7 +4408,7 @@ msgstr "Passe en mode plein รฉcran" msgid "Entertainment" msgstr "Divertissement" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2598 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Erreur" @@ -4481,7 +4487,7 @@ msgstr "Quitter le plein รฉcran" msgid "Expand alt text" msgstr "Dรฉvelopper le texte alt" -#: src/view/com/notifications/NotificationFeedItem.tsx:606 +#: src/view/com/notifications/NotificationFeedItem.tsx:612 msgid "Expand list of users" msgstr "Dรฉvelopper la liste des comptes" @@ -4596,8 +4602,8 @@ msgstr "ร‰chec de lโ€™acceptation de la conversation" msgid "Failed to accept join request" msgstr "ร‰chec de lโ€™acceptation de la demande ร  rejoindre" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "ร‰chec de lโ€™ajout de la rรฉaction รฉmoji" @@ -4606,6 +4612,10 @@ msgstr "ร‰chec de lโ€™ajout de la rรฉaction รฉmoji" msgid "Failed to add members" msgstr "ร‰chec de lโ€™ajout de membres" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "ร‰chec de lโ€™ajout au kit de dรฉmarrage" @@ -4615,7 +4625,7 @@ msgid "Failed to change handle. Please try again." msgstr "Le changement de pseudo a รฉchouรฉ. Veuillez rรฉessayer." #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:129 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "ร‰chec de la copie du lien" @@ -4664,7 +4674,7 @@ msgstr "ร‰chec de la dรฉsactivation du lien dโ€™invitation" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "ร‰chec de la dรฉconnexion de Germ DM. Erreurย : {0}" -#: src/screens/Messages/ConversationSettings/index.tsx:374 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "ร‰chec de lโ€™รฉdition du nom de la discussion de groupe" @@ -4692,7 +4702,7 @@ msgstr "ร‰chec du masquage de la suggestion, veuillez vรฉrifier votre connexion msgid "Failed to ignore join request" msgstr "ร‰chec de lโ€™action dโ€™ignorer la demande ร  rejoindre" -#: src/components/intents/GroupChatJoinDialog.tsx:137 +#: 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." @@ -4700,14 +4710,14 @@ msgstr "ร‰chec de lโ€™action de rejoindre le groupe de discussion. Veuillez rรฉe msgid "Failed to launch SMS app" msgstr "ร‰chec du lancement de lโ€™app des SMS" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:401 +#: 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 "ร‰chec du retrait de la discussion de groupe" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "ร‰chec du chargement des conversations" @@ -4753,15 +4763,20 @@ msgstr "ร‰chec du chargement des fils dโ€™actu suggerรฉs" msgid "Failed to load suggested follows" msgstr "ร‰chec du chargement des suivis suggรฉrรฉs" -#: src/screens/Messages/ConversationSettings/index.tsx:426 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "ร‰chec du verrouillage de la discussion de groupe" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +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 msgid "Failed to mark all requests as read" msgstr "ร‰chec du marquage de toutes les demandes comme lues" -#: src/screens/Messages/ConversationSettings/index.tsx:390 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "ร‰chec de la mise en sourdine de la discussion de groupe" @@ -4783,12 +4798,16 @@ msgstr "ร‰chec de la suppression des donnรฉes ร  cause dโ€™un problรจme rรฉseau, msgid "Failed to remove data. {0}" msgstr "ร‰chec de la suppression des donnรฉes. {0}" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:111 +#: 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 "" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "ร‰chec du retrait du kit de dรฉmarrage" @@ -4802,7 +4821,7 @@ msgstr "ร‰chec du retrait dโ€™un membre de la discussion de groupe" msgid "Failed to remove verification" msgstr "ร‰chec du retrait de la vรฉrification" -#: src/components/intents/GroupChatJoinDialog.tsx:180 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." msgstr "ร‰chec de lโ€™annulation de votre demande. Veuillez rรฉessayer." @@ -4811,7 +4830,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:648 +#: src/view/com/composer/Composer.tsx:646 msgid "Failed to save draft" msgstr "ร‰chec de lโ€™enregistrement du brouillon" @@ -4854,7 +4873,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "ร‰chec de lโ€™activation ou dรฉsactivation du masquage du fil de discussion, veuillez rรฉessayer" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:435 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "ร‰chec du dรฉverrouillage de la discussion de groupe" @@ -5116,16 +5135,16 @@ msgstr "Mettre en focus le champ de recherche" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 "Suivre" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "Suivre {0}" @@ -5149,8 +5168,8 @@ msgstr "Suivez 10 personnes pour commencer" msgid "Follow 7 accounts" msgstr "Suivre 7 comptes" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "Suivre le compte" @@ -5173,9 +5192,9 @@ msgstr "Suivre tous les comptes" #. 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:423 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "Suivre en retour" @@ -5211,7 +5230,7 @@ msgstr "Suivi par <0>{0} et <1>{1}" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "Suivi par <0>{0}, <1>{1} et {2, plural, one {# autre} other {# autres}}" -#: src/components/intents/GroupChatJoinDialog.tsx:339 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" msgstr "Accessible aux comptes abonnรฉs" @@ -5231,10 +5250,10 @@ msgstr "Abonnรฉยทeยทs que vous connaissez" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 "Suivi" @@ -5249,7 +5268,7 @@ msgstr "Suivis" #. 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 "Suit {0}" @@ -5467,7 +5486,7 @@ msgstr "Cโ€™est parti" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2603 msgid "GIF uploaded" msgstr "GIF envoyรฉ" @@ -5526,8 +5545,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "Accรฉder ร  lโ€™accueil" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "Passer en direct" @@ -5538,8 +5557,8 @@ msgstr "Passer en direct" msgid "Go Live" msgstr "Passer en direct" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "Passer en direct (dรฉsactivรฉ)" @@ -5547,7 +5566,7 @@ msgstr "Passer en direct (dรฉsactivรฉ)" msgid "Go live for" msgstr "Passer en direct pendant" -#: src/view/com/notifications/NotificationFeedItem.tsx:250 +#: src/view/com/notifications/NotificationFeedItem.tsx:256 msgid "Go to {firstAuthorName}'s profile" msgstr "Voir le profil de {firstAuthorName}" @@ -5622,9 +5641,9 @@ msgstr "Contenu graphique violent" msgid "Grooming or predatory behavior" msgstr "Comportement de grooming ou de prรฉdation" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:321 -#: src/screens/Messages/JoinRequest.tsx:129 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" msgstr "Discussion de groupe" @@ -5632,17 +5651,17 @@ msgstr "Discussion de groupe" msgid "Group chat invite link dialog" msgstr "Boรฎte de dialogue du lien dโ€™invitation ร  la discussion de groupe" -#: src/screens/Messages/ConversationSettings/index.tsx:417 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "Discussion de groupe verrouillรฉe" -#: src/screens/Messages/ConversationSettings/index.tsx:382 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "Discussion de groupe en sourdine" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "Nom de la discussion de groupe modifiรฉ" @@ -5653,12 +5672,12 @@ msgid "Group chat settings" msgstr "Paramรจtres de la discussion de groupe" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "Discussion de groupe dรฉverrouillรฉe" -#: src/screens/Messages/ConversationSettings/index.tsx:385 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "Discussion de groupe rรฉtablie" @@ -5682,12 +5701,12 @@ msgstr "Le groupe est verrouillรฉ" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "Nom du groupe" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "Le nom du groupe est trop long. La taille maximum est de {MAX_GROUP_NAME_GRAPHEME_LENGTH, plural, one {# caractรจre.} other {# caractรจres.}}" @@ -5829,7 +5848,7 @@ msgstr "Liste cachรฉe" msgid "Hide" msgstr "Cacher" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "Cacher" @@ -5904,7 +5923,7 @@ msgstr "Cacher les tendancesย ?" msgid "Hide trending videos?" msgstr "Cacher les vidรฉos tendancesย ?" -#: src/view/com/notifications/NotificationFeedItem.tsx:951 +#: src/view/com/notifications/NotificationFeedItem.tsx:957 msgid "Hide user list" msgstr "Cacher la liste des comptes" @@ -5960,7 +5979,7 @@ msgstr "Attendezย ! Nous donnons progressivement accรจs ร  la vidรฉo et vous fai #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6210,7 +6229,7 @@ msgstr "Dans lโ€™app., alertes, de tout le monde" msgid "In-app, push, people you follow" msgstr "Dans lโ€™app., alertes, des comptes suivis" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "Boรฎte de rรฉception vide" @@ -6268,7 +6287,7 @@ msgstr "Et voici les posts conservรฉs (les signets)" msgid "Invalid 2FA confirmation code." msgstr "Code de confirmation 2FA invalide." -#: src/components/intents/GroupChatJoinDialog.tsx:147 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." msgstr "Code de discussion de groupe incorrect." @@ -6290,7 +6309,7 @@ msgstr "Numรฉro de tรฉlรฉphone incorrect" msgid "Invalid report subject" msgstr "Sujet de signalement invalide" -#: src/components/intents/GroupChatJoinDialog.tsx:187 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." msgstr "Demande dโ€™annulation invalide." @@ -6315,15 +6334,15 @@ 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:140 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" msgstr "Inviter des amis" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:155 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "Inviter des amis" @@ -6336,17 +6355,17 @@ msgstr "Inviter des amis <0/>" #: src/screens/Messages/components/InviteLinkDialog.tsx:335 #: src/screens/Messages/components/InviteLinkDialog.tsx:514 #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 -#: src/screens/Messages/ConversationSettings/index.tsx:556 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "Lien dโ€™invitation" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:213 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "Lien dโ€™invitation" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" msgstr "Lien dโ€™invitation copiรฉ" @@ -6410,7 +6429,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:2520 +#: src/view/com/composer/Composer.tsx:2518 msgid "Job ID: {0}" msgstr "ID de jobย : {0}" @@ -6420,7 +6439,7 @@ msgid "Jobs" msgstr "Emplois" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:282 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" msgstr "Rejoindre" @@ -6431,12 +6450,12 @@ msgstr "Rejoindre" msgid "Join Bluesky" msgstr "Rejoignez Bluesky" -#: src/components/intents/GroupChatJoinDialog.tsx:71 -#: src/components/intents/GroupChatJoinDialog.tsx:448 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" msgstr "Rejoindre la discussion de groupe" -#: src/components/intents/GroupChatJoinDialog.tsx:176 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." msgstr "Demande ร  rejoindre annulรฉe." @@ -6450,8 +6469,8 @@ msgstr "Participez ร  la conversation" msgid "Journalism" msgstr "Journalisme" -#: src/view/com/composer/Composer.tsx:1461 -#: src/view/com/composer/Composer.tsx:1471 +#: src/view/com/composer/Composer.tsx:1459 +#: src/view/com/composer/Composer.tsx:1469 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "Revenir ร  lโ€™รฉdition" @@ -6609,7 +6628,7 @@ msgid "Learn more." msgstr "En savoir plus." #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:590 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "Se retirer" @@ -6623,8 +6642,8 @@ msgstr "Se retirer" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "Se retirer de la discussion" @@ -6644,12 +6663,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "Se retirer de la conversation" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "Quitter la discussion de groupe" -#: src/screens/Messages/ConversationSettings/index.tsx:589 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "Se retirer de cette discussion de groupe" @@ -6658,11 +6677,11 @@ msgstr "Se retirer de cette discussion de groupe" msgid "Leaving Bluesky" msgstr "Vous quittez Bluesky" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: src/screens/Messages/ConversationSettings/prompts.tsx:153 msgid "Leaving this chat will lock it permanently and you wonโ€™t be able to rejoin." msgstr "Partir de cette discussion la verrouillera dรฉfinitivement et vous ne pourrez plus la rejoindre." -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." msgstr "A quittรฉ la discussion de groupe." @@ -6935,9 +6954,9 @@ msgstr "Charger les nouvelles notifications" msgid "Load new posts" msgstr "Charger les nouveaux posts" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "Chargement de la discussionโ€ฆ" @@ -6954,23 +6973,23 @@ msgstr "Chargement des paramรจtres dโ€™interaction du postโ€ฆ" msgid "Loading..." msgstr "Chargementโ€ฆ" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "Verrouiller" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "Verrouiller la discussion de groupe" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "Verrouiller la discussion de groupeย ?" -#: src/screens/Messages/ConversationSettings/index.tsx:568 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "Verrouiller cette discussion de groupe" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "Verrouillรฉe" @@ -7051,6 +7070,16 @@ msgstr "Gรฉrer les mots et les mots-clรฉs masquรฉs" 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 +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 +msgid "Mark all requests as read" +msgstr "Marquer toutes les demandes comme lues" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7089,14 @@ msgstr "Marquรฉ comme lu" msgid "Marked all as read" msgstr "Tout marquรฉ comme lus" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "Toutes les discussions marquรฉes comme lues" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "Toutes les demandes marquรฉes comme lues" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,7 +7120,7 @@ msgstr "Mรฉdia stockรฉ sur un autre appareil" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Mรฉdias qui peuvent รชtre perturbants ou inappropriรฉs pour certains publics." -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." msgstr "Membre retirรฉ de la discussion de groupe." @@ -7092,7 +7129,7 @@ msgstr "Membre retirรฉ de la discussion de groupe." msgid "Members" msgstr "Membres" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "Les membres pourront continuer ร  lire lโ€™historique de la discussion mais ne pourront plus envoyer de nouveaux messages." @@ -7111,13 +7148,13 @@ msgstr "Mentions" msgid "Menu" msgstr "Menu" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "Message" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 +#: 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" @@ -7132,7 +7169,7 @@ msgstr "Envoyer un message ร  {0}" msgid "Message {displayName}" msgstr "Envoyer un message ร  {displayName}" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "Message supprimรฉ" @@ -7141,13 +7178,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Message supprimรฉ" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:616 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:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "Message de @{0}ย : {1}" @@ -7156,21 +7193,21 @@ msgstr "Message de @{0}ย : {1}" msgid "Message from server: {0}" msgstr "Message du serveurย : {0}" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "Champ dโ€™รฉcriture du message" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 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:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "Options de message" @@ -7178,11 +7215,11 @@ msgstr "Options de message" msgid "Messages" msgstr "Messages" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:715 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:621 +#: src/components/dms/MessageItem.tsx:710 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รฉ." @@ -7219,8 +7256,8 @@ msgstr "Dรฉtails de la modรฉration" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "Liste de modรฉration par {0}" @@ -7228,7 +7265,7 @@ msgstr "Liste de modรฉration par {0}" msgid "Moderation list by <0/>" msgstr "Liste de modรฉration par <0/>" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "Liste de modรฉration par vous" @@ -7281,8 +7318,8 @@ msgstr "Plus de languesโ€ฆ" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "Plus dโ€™options" @@ -7302,7 +7339,7 @@ msgstr "Cinรฉma" msgid "Music" msgstr "Musique" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "Mettre en sourdine" @@ -7320,8 +7357,8 @@ msgstr "Masquer {0}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "Masquer le compte" @@ -7347,7 +7384,7 @@ msgstr "Masquer la liste" msgid "Mute these accounts?" msgstr "Masquer ces comptesย ?" -#: src/screens/Messages/ConversationSettings/index.tsx:530 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "Mettre cette discussion de groupe en sourdine" @@ -7389,7 +7426,7 @@ msgstr "Masquer les mots et les mots-clรฉs" msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." msgstr "Mettez en sourdine, partez ou retirez des personnes ร  tout moment. Cโ€™est votre discussion." -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "En sourdine" @@ -7480,7 +7517,7 @@ 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:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "Nouveau" @@ -7490,21 +7527,21 @@ msgctxt "action" msgid "New" msgstr "Nouveau" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: 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}" -#: 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 "{postsCount, plural, one {Nouveau post} other {Nouveaux posts}} de {firstAuthorName}" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "Nouvelle discussion" @@ -7592,11 +7629,11 @@ msgctxt "action" msgid "New post" msgstr "Nouveau post" -#: 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 "Nouveaux posts de {firstAuthorLink} et <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre} other {{formattedAuthorsCount} autres}} " -#: 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 "Nouveaux posts de {firstAuthorName} et {additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre} other {{formattedAuthorsCount} autres}}" @@ -7718,7 +7755,7 @@ msgstr "Aucune liste" #. 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 "Ne suit plus {0}" @@ -7726,7 +7763,7 @@ msgstr "Ne suit plus {0}" msgid "No media yet" msgstr "Aucun mรฉdia pour lโ€™instant" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "Pas encore de messages" @@ -7763,7 +7800,7 @@ msgstr "Personne" msgid "No one but the author can quote this post." msgstr "Personne dโ€™autre que lโ€™auteurยทice ne peut citer ce post." -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "Personne ne peut envoyer de message" @@ -7831,6 +7868,11 @@ 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" @@ -7895,7 +7937,7 @@ msgstr "Introuvable" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "Pas encore prรชtยทe ร  appuyer sur Posterย ? Gardez vos meilleures idรฉes dans les Brouillons jusquโ€™au moment parfait." -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "Note sur le partage" @@ -7931,7 +7973,7 @@ msgstr "Sons de notification" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8017,7 @@ msgstr "OK" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:722 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8008,11 +8050,11 @@ 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:864 +#: src/view/com/composer/Composer.tsx:862 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:861 +#: src/view/com/composer/Composer.tsx:859 msgid "One or more images is missing alt text." msgstr "Une ou plusieurs images nโ€™ont pas de texte alt." @@ -8024,11 +8066,11 @@ msgstr "Un ou plusieurs des fichiers sรฉlectionnรฉs ne sont pas pris en charge." 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:659 +#: src/view/com/composer/Composer.tsx:657 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:871 +#: src/view/com/composer/Composer.tsx:869 msgid "One or more videos is missing alt text." msgstr "Une ou plusieurs vidรฉos nโ€™ont pas de texte alt." @@ -8041,7 +8083,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:234 +#: src/view/com/composer/Composer.tsx:233 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" @@ -8053,7 +8095,7 @@ msgstr "Seuls les comptes administrateurs peuvent accepter les demandes ร  rejoi msgid "Only admins can ignore join requests." msgstr "Seuls les comptes administrateurs peuvent ignorer les demandes ร  rejoindre." -#: src/components/intents/GroupChatJoinDialog.tsx:145 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." msgstr "Seuls les comptes abonnรฉs peuvent rejoindre cette discussion." @@ -8068,12 +8110,12 @@ msgid "Only image files are supported" msgstr "Seuls les fichiers dโ€™images sont pris en charge" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:222 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." msgstr "Seules les personnes auxquelles {0} est abonnรฉยทe peuvent rejoindre la discussion." #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:292 +#: src/components/intents/GroupChatJoinDialog.tsx:306 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" @@ -8107,7 +8149,7 @@ msgid "Open camera" msgstr "Ouvrir lโ€™appareil photo" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:437 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" msgstr "Ouvrir la discussion" @@ -8115,8 +8157,8 @@ msgstr "Ouvrir la discussion" msgid "Open chat member options for {displayName}" msgstr "Ouvrir les options de membres concernant {displayName}" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "Ouvrir les options de conversation" @@ -8128,9 +8170,9 @@ msgstr "Ouvrir le brouillon" msgid "Open drawer menu" msgstr "Ouvre le menu latรฉral" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2158 msgid "Open emoji picker" msgstr "Ouvrir le sรฉlecteur dโ€™emoji" @@ -8151,7 +8193,7 @@ msgstr "Ouvrir la liste complรจte des emojis" msgid "Open Germ DM" msgstr "Ouvrir Germ DM" -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" msgstr "Ouvrir la discussion de groupe" @@ -8166,11 +8208,11 @@ msgid "Open in Google Translate" msgstr "Ouvrir dans Google Traduction" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "Ouvrir le lien vers {niceUrl}" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "Ouvrir les options de message" @@ -8221,7 +8263,7 @@ msgstr "Ouvrir la page Storybook" msgid "Open system log" msgstr "Ouvrir le journal du systรจme" -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" msgstr "Ouvrir cette discussion de groupe" @@ -8275,13 +8317,13 @@ msgstr "Ouvre lโ€™appareil photo" 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." -#: src/screens/Messages/JoinRequest.tsx:309 +#: 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 "Ouvre le flux de crรฉation dโ€™un nouveau compte Bluesky" -#: src/screens/Messages/JoinRequest.tsx:295 +#: 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" @@ -8341,7 +8383,7 @@ msgstr "Ouvre la fenรชtre de rรฉdaction" msgid "Opens this draft in the composer" msgstr "Ouvre le brouillon dans la fenรชtre de rรฉdaction" -#: 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 "Ouvre ce profil" @@ -8513,6 +8555,16 @@ msgstr "Personnes qui suivent @{0}" msgid "People I follow" msgstr "Comptes suivis" +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "Comptes suivis" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "Comptes suivis" + #: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "Les personnes que je suis peuvent rejoindre directement" @@ -8813,7 +8865,7 @@ msgstr "Politique" msgid "Porn" msgstr "Porno" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post" msgstr "Poster" @@ -8833,12 +8885,12 @@ msgstr "Publier une photo" msgid "Post a video" msgstr "Publier une vidรฉo" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Post All" msgstr "Tout poster" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1468 msgid "Post anyway" msgstr "Poster quand mรชme" @@ -9015,11 +9067,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:2594 +#: src/view/com/composer/Composer.tsx:2592 msgid "Processing GIF..." msgstr "Traitement du GIF en coursโ€ฆ" -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing video..." msgstr "Traitement de la vidรฉo en coursโ€ฆ" @@ -9031,7 +9083,7 @@ msgstr "Traitementโ€ฆ" msgid "profile" msgstr "profil" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9117,22 @@ 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:1792 +#: src/view/com/composer/Composer.tsx:1790 msgid "Publish post" msgstr "Publier le post" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1787 +#: src/view/com/composer/Composer.tsx:1785 msgid "Publish posts" msgstr "Publier les posts" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1776 +#: src/view/com/composer/Composer.tsx:1774 msgid "Publish replies" msgstr "Publier les rรฉponses" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1781 +#: src/view/com/composer/Composer.tsx:1779 msgid "Publish reply" msgstr "Publier la rรฉponse" @@ -9109,7 +9161,7 @@ msgid "QR code has been downloaded!" msgstr "Code QR a รฉtรฉ tรฉlรฉchargรฉย !" #: src/components/StarterPack/QrCodeDialog.tsx:122 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "Code QR enregistrรฉ dans votre photothรจqueย !" @@ -9172,8 +9224,8 @@ msgstr "Rรฉactiver le lien" msgid "React with {emoji}" msgstr "Rรฉagir avec {emoji}" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "Rรฉactions" @@ -9268,10 +9320,6 @@ msgstr "Recommandรฉ" msgid "Reconnect" msgstr "Se reconnecter" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "Rafraรฎchissez la page pour le voir." - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" @@ -9291,12 +9339,14 @@ msgstr "Dรฉcliner la demande de discussion" msgid "Reject join request" msgstr "Rejeter la demande ร  rejoindre" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "Rafraรฎchir les conversations" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9355,9 @@ msgstr "Rafraรฎchir les conversations" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "Supprimer" @@ -9326,7 +9375,7 @@ msgstr "Supprimer {displayName} du kit de dรฉmarrage" msgid "Remove {displayName} from this group chat" msgstr "Supprimer {displayName} de cette discussion de groupe" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" msgstr "Retirer {displayName}ย ?" @@ -9443,14 +9492,14 @@ msgstr "Supprimer ce fil dโ€™actu de vos fils dโ€™actu enregistrรฉs" msgid "Remove unavailable moderation services" msgstr "Supprimer les services de modรฉration indisponibles" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "Supprimer le compte de la liste" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "Retirer la vรฉrification" @@ -9466,8 +9515,8 @@ msgstr "Supprimรฉ par lโ€™auteurยทice" msgid "Removed by you" msgstr "Supprimรฉ par vous" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "Supprimรฉ de la liste" @@ -9535,6 +9584,14 @@ msgctxt "description" msgid "Replied to you" msgstr "en rรฉponse ร  vous" +#: src/components/dms/MessageItem.tsx:883 +msgid "Replied-to message from {senderName}, tap to scroll to it" +msgstr "" + +#: src/components/dms/MessageItem.tsx:884 +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 @@ -9552,7 +9609,12 @@ msgstr "Les rรฉponses sont dรฉsactivรฉes" msgid "Replies to this post are disabled." msgstr "Les rรฉponses ร  ce post sont dรฉsactivรฉes." -#: src/view/com/composer/Composer.tsx:1804 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "Rรฉpondre" + +#: src/view/com/composer/Composer.tsx:1802 msgctxt "action" msgid "Reply" msgstr "Rรฉpondre" @@ -9590,14 +9652,14 @@ 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:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:582 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "Signaler" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "Signaler le compte" @@ -9623,7 +9685,7 @@ msgstr "Signaler le fil dโ€™actu" msgid "Report list" msgstr "Signaler la liste" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "Signaler le message" @@ -9657,7 +9719,7 @@ msgstr "Signaler cette conversation" msgid "Report this feed" msgstr "Signaler ce fil dโ€™actu" -#: src/screens/Messages/ConversationSettings/index.tsx:581 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "Signaler cette discussion de groupe" @@ -9737,7 +9799,7 @@ msgstr "Reposts de ce post" msgid "Reposts of your reposts" msgstr "Reposts de vos reposts" -#: src/components/intents/GroupChatJoinDialog.tsx:447 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" msgstr "Demander ร  rejoindre cette discussion de groupe" @@ -9755,7 +9817,7 @@ msgid "Request ignored." msgstr "Demande ignorรฉe." #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:281 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" msgstr "Demander ร  rejoindre" @@ -9764,7 +9826,7 @@ msgid "Requested" msgstr "Demandรฉe" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "Demandes" @@ -9791,9 +9853,9 @@ msgstr "Obligatoire pour cet hรฉbergeur" msgid "Required in your region" msgstr "Nรฉcessaire dans votre rรฉgion" -#: src/components/intents/GroupChatJoinDialog.tsx:296 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:310 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:115 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:117 msgid "Rescind request" msgstr "Annuler la demande" @@ -9872,7 +9934,7 @@ 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:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 #: src/screens/Messages/JoinRequests.tsx:361 @@ -9928,7 +9990,7 @@ msgstr "GIFs tristes" #: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10015,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:1451 +#: src/view/com/composer/Composer.tsx:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Enregistrer les modifications" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1421 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "Enregistrer les modificationsย ?" -#: src/view/com/composer/Composer.tsx:1451 +#: src/view/com/composer/Composer.tsx:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "Enregistrer le brouillon" -#: src/view/com/composer/Composer.tsx:1425 +#: src/view/com/composer/Composer.tsx:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "Enregistrer le brouillonย ?" @@ -10022,13 +10084,13 @@ msgid "Saved to your feeds" msgstr "Enregistrรฉ ร  mes fils dโ€™actu" #: 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 "Dites bonjourย !" -#: src/screens/Messages/ChatList.tsx:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "Dites bonjour ร  quelquโ€™un" @@ -10058,6 +10120,10 @@ msgstr "Dรฉfiler ร  gauche" msgid "Scroll right" msgstr "Dรฉfiler ร  droite" +#: src/components/dms/MessageItem.tsx:774 +msgid "Scroll to the message this is replying to" +msgstr "" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "Remonter en haut" @@ -10067,7 +10133,7 @@ msgstr "Remonter en haut" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Recherche" @@ -10148,8 +10214,8 @@ msgstr "Rechercher une langue" msgid "Search my posts" msgstr "Rechercher dans mes posts" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "Rechercher dans ses posts" @@ -10425,8 +10491,8 @@ msgstr "Envoyer le rapport dโ€™erreur" msgid "Send feedback" msgstr "Envoyer des commentaires" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "Envoyer le message" @@ -10460,7 +10526,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:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "Envoyรฉ ร  {0}" @@ -10565,7 +10631,7 @@ msgstr "Activitรฉ sexuelle ou nuditรฉ รฉrotique." msgid "Sexually Suggestive" msgstr "Sexuellement suggestif" -#: 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 @@ -10577,7 +10643,7 @@ msgstr "Sexuellement suggestif" msgid "Share" msgstr "Partager" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "Partager quand mรชme" @@ -10641,8 +10707,8 @@ msgstr "Partagez ce kit de dรฉmarrage et aidez les gens ร  rejoindre votre commu #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "Partager viaโ€ฆ" @@ -10796,15 +10862,15 @@ msgstr "Affiche le contenu" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:294 -#: src/screens/Messages/JoinRequest.tsx:300 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,7 +10896,7 @@ msgstr "Se connecter ou crรฉer un compte" msgid "Sign in or create your account to join the conversation!" msgstr "Connectez-vous ou crรฉez votre compte pour participer ร  la conversationย !" -#: src/screens/Messages/JoinRequest.tsx:220 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." msgstr "Connectez-vous pour accepter lโ€™invitation." @@ -10842,7 +10908,7 @@ msgstr "Se connecter ร  un compte qui nโ€™est pas listรฉ" msgid "Sign in to Bluesky or create a new account" msgstr "Connectez-vous ร  Bluesky ou crรฉez un nouveau compte" -#: src/screens/Messages/JoinRequest.tsx:219 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." msgstr "Connectez-vous pour demander ร  rejoindre cette discussion de groupe." @@ -10900,7 +10966,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:1468 +#: src/view/com/composer/Composer.tsx:1466 msgid "Skip empty posts?" msgstr "Ignorer les posts videsย ?" @@ -10971,12 +11037,12 @@ msgid "Someone left the group" msgstr "Quelquโ€™un a quittรฉ le groupe" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:347 msgid "Someone reacted {0}" msgstr "Quelquโ€™un a rรฉagi avec {0}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "Quelquโ€™un a rรฉagi {0} ร  {target}" @@ -10996,10 +11062,6 @@ msgstr "Quelquโ€™un a รฉtรฉ retirรฉ" msgid "Someone was removed from the group" msgstr "Quelquโ€™un a รฉtรฉ retirรฉ du groupe" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "Il y a du nouveau par ici" - #: 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 "Il y a un souci avec les donnรฉes que vous essayez de signaler. Veuillez contacter le support." @@ -11043,8 +11105,8 @@ msgstr "Un problรจmeย ? Dites-nous tout." msgid "Sorry, we're unable to load account suggestions at this time." msgstr "Dรฉsolรฉ, nous nโ€™arrivons pas ร  charger des suggestions de comptes en ce moment." -#: 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 "Dรฉsolรฉย ! Votre session a expirรฉ. Essayez de vous reconnecter." @@ -11214,13 +11276,13 @@ msgid "Subscribe" msgstr "Sโ€™abonner" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "Sโ€™abonner sur {0}" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "Sโ€™abonner ร  {publicationTitle} sur {0}" @@ -11255,7 +11317,7 @@ msgstr "Succรจs" msgid "Success!" msgstr "Succรจsย !" -#: src/components/intents/GroupChatJoinDialog.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" msgstr "Vous avez rejoint la discussion de groupe avec succรจsย !" @@ -11355,7 +11417,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:572 +#: src/components/dms/MessageItem.tsx:661 msgid "Tap for details" msgstr "Tapez ici pour plus de dรฉtails" @@ -11390,7 +11452,7 @@ msgid "Tap to dismiss" msgstr "Appuyer pour annuler" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:453 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" msgstr "Appuyez pour rejoindre cette discussion de groupe immรฉdiatement" @@ -11398,34 +11460,34 @@ msgstr "Appuyez pour rejoindre cette discussion de groupe immรฉdiatement" msgid "Tap to open this group chat" msgstr "Appuyez pour ouvrir cette discussion de groupe" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "Appuyer pour supprimer" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "Appuyer pour supprimer votre rรฉaction {0}" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:452 +#: src/components/intents/GroupChatJoinDialog.tsx:468 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:537 +#: src/components/dms/MessageItem.tsx:626 msgid "Tap to retry" msgstr "Appuyer pour rรฉessayer" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "Appuyer sur afficher {0} rรฉactions" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "Appuyer pour afficher toutes les rรฉactions" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:373 msgid "Tap to view reactions" msgstr "Appuyer pour voir les rรฉactions" @@ -11528,7 +11590,7 @@ msgstr "Cโ€™est toutย !" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "Ce compte pourra interagir avec vous aprรจs le dรฉblocage." @@ -11594,7 +11656,7 @@ msgstr "Les paramรจtres qui suivent seront utilisรฉes comme vos paramรจtres par msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "Les lois locales nรฉcessitent de vรฉrifier que vous รชtes adulte pour accรฉder ร  certaines fonctionnalitรฉs. Appuyez pour en savoir plus." -#: src/components/intents/GroupChatJoinDialog.tsx:155 +#: src/components/intents/GroupChatJoinDialog.tsx:165 #: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." msgstr "La limite du nombre de membres a รฉtรฉ atteinte." @@ -11621,7 +11683,7 @@ msgstr "Le serveur semble rencontrer des problรจmes. Veuillez rรฉessayer ultรฉri msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "Le kit de dรฉmarrage que vous essayez de consulter nโ€™est pas valide. Vous pouvez supprimer ce kit de dรฉmarrage ร  la place." -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "Le sujet du menu contextuel" @@ -11665,8 +11727,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "Un problรจme est survenu lors du chargement des GIFs. Vรฉrifiez votre connexion et rรฉessayez." #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:182 +#: 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 "Il y a un problรจme avec votre connexion Internet, veuillez rรฉessayer" @@ -11693,7 +11755,7 @@ msgstr "Il y a eu un problรจme lors de la rรฉcupรฉration des notifications. Appu msgid "There was an issue fetching posts. Tap here to try again." msgstr "Il y a eu un problรจme lors de la rรฉcupรฉration des posts. Appuyez ici pour rรฉessayer." -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "Il y a eu un problรจme lors de la rรฉcupรฉration de la liste. Appuyez ici pour rรฉessayer." @@ -11733,12 +11795,12 @@ msgstr "Il y a eu un problรจme lors de la mise-ร -jour de vos fils dโ€™actu. Vรฉ #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "Il y a eu un problรจmeย ! {0}" @@ -11778,7 +11840,7 @@ msgstr "Ces paramรจtres sโ€™appliquent seulement pour votre fil dโ€™abonnements. msgid "They own this chat" msgstr "Ce compte est propriรฉtaire de la discussion" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." msgstr "Ce compte ne pourra pas revenir ร  moins quโ€™il soit ร  nouveau rรฉinvitรฉ." @@ -11828,22 +11890,22 @@ msgstr "Ce compte a choisi de ne rendre visible ses posts quโ€™aux personnes con 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 "Ce bouton permet ร  dโ€™autres dโ€™ouvrir lโ€™app Germย DM pour vous envoyer un message. Vous pouvez gรฉrer sa visibilitรฉ depuis lโ€™app Germย DM, ou vous pouvez dรฉconnecter votre compte Bluesky de Germย DM complรจtement en cliquant sur le bouton ci-dessous." -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "Cette discussion est terminรฉe" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:287 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" msgstr "Cette discussion est pleine" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "Cette discussion est verrouillรฉe" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:430 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" msgstr "Cette discussion a รฉtรฉ verrouillรฉe par une dรฉcision de modรฉration" @@ -11881,7 +11943,7 @@ msgstr "Ce contenu nโ€™est pas disponible car lโ€™un des comptes impliquรฉs a bl msgid "This content is not viewable without a Bluesky account." msgstr "Ce contenu nโ€™est pas visible sans un compte Bluesky." -#: src/components/intents/GroupChatJoinDialog.tsx:141 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." msgstr "Cette discussion est verrouillรฉe." @@ -11931,7 +11993,7 @@ msgstr "Ce fil dโ€™actu est vide." msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "Ce fil dโ€™actu nโ€™est plus disponible. Nous vous montrons <0>Discover ร  la place." -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" msgstr "Ce groupe est verrouillรฉ par une dรฉcision de modรฉration concernant son ou sa propriรฉtaire" @@ -11947,11 +12009,11 @@ msgstr "Impossible dโ€™utiliser cette image. Essayez avec un autre format, comme msgid "This information is private and not shared with other users." msgstr "Ces informations sont privรฉes et ne sont pas partagรฉes avec dโ€™autres utilisateurs." -#: src/components/intents/GroupChatJoinDialog.tsx:151 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." msgstr "Ce lien dโ€™invitation a รฉtรฉ dรฉsactivรฉ." -#: src/components/intents/GroupChatJoinDialog.tsx:223 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" msgstr "Ce lien dโ€™invitation est incorrect" @@ -11997,17 +12059,17 @@ msgstr "Cette liste โ€“ que vous avez crรฉรฉe โ€“ contient des violations possib msgid "This list is empty." msgstr "Cette liste est vide." -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" msgstr "Ce message est cachรฉ" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:688 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:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:658 +#: src/components/dms/MessageItem.tsx:684 msgid "This message is hidden because you are blocking this user." msgstr "Ce message est cachรฉ car vous avez bloquรฉ ce compte." @@ -12045,11 +12107,11 @@ 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:1043 +#: src/view/com/composer/Composer.tsx:1041 msgid "This post's author has disabled quote posts." msgstr "Lโ€™auteurยทice de ce post a dรฉsactivรฉ les citations." -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "Ce profil nโ€™est visible que pour les personnes connectรฉes. Il ne sera pas visible pour les personnes qui ne sont pas connectรฉes." @@ -12242,8 +12304,8 @@ msgstr "Meilleures rรฉponses en premier" msgid "Topic" msgstr "Sujet" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,7 +12375,7 @@ msgctxt "action" msgid "Try again" msgstr "Rรฉessayer" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." msgstr "Rรฉessayez dans un instant." @@ -12335,7 +12397,7 @@ msgstr "TV" msgid "Two-factor authentication (2FA)" msgstr "Auth. ร  deux facteurs (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "ร‰crivez votre message ici" @@ -12401,7 +12463,7 @@ msgstr "Indisponible" msgid "Unavailable feed information" msgstr "Informations sur le fil dโ€™actu indisponible" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:726 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12409,14 +12471,14 @@ msgstr "Informations sur le fil dโ€™actu indisponible" #: src/components/moderation/BlockDialog.tsx:211 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "Dรฉbloquer" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "Dรฉbloquer" @@ -12427,8 +12489,8 @@ msgstr "Dรฉbloquer {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "Dรฉbloquer le compte" @@ -12437,7 +12499,7 @@ msgid "Unblock account?" msgstr "Dรฉbloquer le compteย ?" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "Dรฉbloquer le compteย ?" @@ -12474,12 +12536,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Annuler le repost ({0, plural, one {# repost} other {# reposts}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "Se dรฉsabonner de {0}" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "Se dรฉsabonner du compte" @@ -12521,11 +12583,11 @@ msgstr "Retirer la mention ยซย Jโ€™aimeย ยป" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Retirer la mention ยซย Jโ€™aimeย ยป ({0, plural, one {# ont aimรฉ} other {# ont aimรฉ}})" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "Dรฉverrouiller la discussion" -#: src/screens/Messages/ConversationSettings/index.tsx:567 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "Dรฉverrouiller cette discussion de groupe" @@ -12548,8 +12610,8 @@ msgstr "Rรฉafficher {0}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "Rรฉafficher ce compte" @@ -12562,7 +12624,7 @@ msgstr "Rรฉafficher la conversation" msgid "Unmute list" msgstr "Rรฉafficher la liste" -#: src/screens/Messages/ConversationSettings/index.tsx:529 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "Enlever la sourdine de cette discussion de groupe" @@ -12641,7 +12703,7 @@ msgstr "Dรฉsabonnรฉ de la liste" msgid "Unsupported clipboard content" msgstr "Contenu ร  coller non supportรฉ" -#: src/view/com/composer/Composer.tsx:1557 +#: src/view/com/composer/Composer.tsx:1555 msgid "Unsupported video type: {mimeType}" msgstr "Type de vidรฉo non pris en chargeย : {mimeType}" @@ -12654,13 +12716,10 @@ msgstr "Jusquโ€™ร  50 personnes" msgid "Update" msgstr "Mettre ร  jour" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "Mise ร  jour de <0>{displayName} dans les listes" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" -msgstr "Mettre-ร -jour lโ€™appli." +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 #: src/components/dialogs/EmailDialog/screens/Update.tsx:308 @@ -12669,6 +12728,10 @@ msgstr "Mettre-ร -jour lโ€™appli." msgid "Update email" msgstr "Mettre ร  jour lโ€™e-mail" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 #: src/screens/Messages/components/InviteLinkDialog.tsx:303 @@ -12680,14 +12743,6 @@ msgstr "Mettre ร  jour le lien dโ€™invitation" msgid "Update to {domain}" msgstr "Mettre ร  jour pour {domain}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "Mettez-ร -jour votre appli." - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "Mettez-ร -jour votre appli. pour le voir." - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "Mettre ร  jour votre e-mail" @@ -12736,7 +12791,7 @@ msgstr "Envoyer ร  partir de fichiers" msgid "Upload from Library" msgstr "Envoyer ร  partir de la photothรจque" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2585 msgid "Uploading GIF..." msgstr "Envoi du GIF en coursโ€ฆ" @@ -12750,7 +12805,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:2589 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading video..." msgstr "Envoi de la vidรฉo en coursโ€ฆ" @@ -12826,7 +12881,7 @@ msgid "User Blocks You" msgstr "Compte qui vous bloque" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "Liste de compte de {0}" @@ -12835,7 +12890,7 @@ msgstr "Liste de compte de {0}" msgid "User List by {0}" msgstr "Liste de comptes par {0}" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "Liste de compte par vous" @@ -12875,16 +12930,6 @@ msgstr "comptes suivis par <0>@{0}" msgid "users following <0>@{0}" msgstr "comptes abonnรฉs ร  <0>@{0}" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "Comptes que je suis" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "Comptes que je suis" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "Valeurย :" @@ -12912,8 +12957,8 @@ msgstr "Vรฉrifiรฉ parย :" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "Vรฉrifier le compte" @@ -13039,7 +13084,7 @@ msgstr "Vidรฉo non trouvรฉe." msgid "Video settings" msgstr "Paramรจtres vidรฉo" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2605 msgid "Video uploaded" msgstr "Vidรฉo envoyรฉe" @@ -13056,14 +13101,14 @@ msgstr "Vidรฉos" 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:1150 +#: src/view/com/composer/Composer.tsx:1148 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Voir" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "Afficher {0}" @@ -13078,7 +13123,7 @@ msgstr "Voir lโ€™avatar de {0}" #: 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 "Voir le profil de {0}" @@ -13092,7 +13137,7 @@ msgstr "Voir le profil de {0}" msgid "View {displayName}โ€™s profile" msgstr "Voir le profil de {displayName}" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "Afficher {publicationTitle}" @@ -13145,7 +13190,7 @@ msgstr "Voir plus" msgid "View more trending videos" msgstr "Voir plus de vidรฉos tendances" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1143 msgid "View post" msgstr "Voir le post" @@ -13162,10 +13207,10 @@ msgstr "Voir le profil" msgid "View profile banner" msgstr "Voir la banniรจre du profil" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "Voir la publication" @@ -13173,7 +13218,7 @@ msgstr "Voir la publication" msgid "View the avatar" msgstr "Afficher lโ€™avatar" -#: src/screens/Messages/ConversationSettings/index.tsx:554 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "Voir le lien dโ€™invitation pour cette discussion de groupe" @@ -13441,7 +13486,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:1041 +#: src/view/com/composer/Composer.tsx:1039 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รฉ." @@ -13492,7 +13537,7 @@ msgid "What do you want to call your starter pack?" msgstr "Quel est le nom de votre kit de dรฉmarrageย ?" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1519 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Quoi de neufย ?" @@ -13519,7 +13564,7 @@ msgid "Who can verify?" msgstr "Qui peut vรฉrifierย ?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "Oupsย !" @@ -13578,7 +13623,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:1439 +#: src/view/com/composer/Composer.tsx:1437 msgid "Would you like to save this as a draft to edit later?" msgstr "Voulez-vous enregistrer รงa comme brouillon ร  modifier plus tardย ?" @@ -13587,12 +13632,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:1617 +#: src/view/com/composer/Composer.tsx:1615 msgid "Write post" msgstr "Rรฉdiger un post" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1517 msgid "Write your reply" msgstr "Rรฉdigez votre rรฉponse" @@ -13658,7 +13703,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:610 +#: src/components/dms/MessageItem.tsx:699 msgid "You are blocking {0}" msgstr "Vous avez bloquรฉ {0}" @@ -13764,11 +13809,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:221 +#: src/view/com/composer/Composer.tsx:220 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:1444 +#: src/view/com/composer/Composer.tsx:1442 msgid "You can only save drafts up to 1000 characters." msgstr "Les brouillons enregistrรฉs ne peuvent contenir que 1000 caractรจres maximum." @@ -13803,8 +13848,8 @@ msgstr "Vous pouvez sรฉlectionner jusqu'ร  {MAX_GALLERY_IMAGES, plural, other {# 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:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:115 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" @@ -13839,7 +13884,7 @@ msgstr "Vous nโ€™avez encore aucun fil dโ€™actu enregistrรฉ." msgid "You got here first" msgstr "Vous รชtes en avance" -#: src/components/intents/GroupChatJoinDialog.tsx:166 +#: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and canโ€™t join it using this link." msgstr "Vous avez รฉtรฉ retirรฉยทe de ce groupe par le passรฉ et ne pouvez pas le rejoindre en utilisant ce lien." @@ -13884,6 +13929,7 @@ msgstr "Vous avez masquรฉ ce compte." msgid "You have muted this user" msgstr "Vous avez masquรฉ ce compte" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "Vous nโ€™avez aucune liste." @@ -13912,7 +13958,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:1434 +#: src/view/com/composer/Composer.tsx:1432 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ย ?" @@ -13970,7 +14016,7 @@ msgstr "Vous ne pouvez ajouter que {STARTER_PACK_MAX_SIZE, plural, one {{STARTER msgid "You may only add up to 3 feeds" msgstr "Vous ne pouvez ajouter que 3 fils dโ€™actu au maximum" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." msgstr "Vous devez รชtre propriรฉtaire de la discussion pour en retirer un membre." @@ -13983,7 +14029,7 @@ msgid "You must be following at least seven other people to generate a starter p msgstr "Vous devez suivre au moins sept autres personnes pour gรฉnรฉrer un kit de dรฉmarrage." #: src/components/StarterPack/QrCodeDialog.tsx:69 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:89 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" @@ -14009,12 +14055,12 @@ 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:259 +#: src/components/dms/MessageItem.tsx:340 msgid "You reacted {0}" msgstr "Vous avez rรฉagi avec {0}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "Vous avez rรฉagi {0} ร  {target}" @@ -14023,8 +14069,20 @@ 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 +msgid "You replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:802 +msgid "You replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:800 +msgid "You replied to yourself" +msgstr "" + #. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 msgid "You requested to join" msgstr "Vous avez demandรฉ ร  rejoindre" @@ -14050,12 +14108,12 @@ msgstr "Vous recevrez dรฉsormais des notifications pour ce fil de discussion" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "Vous recevrez un e-mail contenant un ยซย code de rรฉinitialisationย ยป. Saisissez ce code ici, puis votre nouveau mot de passe." -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "Vous ne pourrez plus la rejoindre ร  moins dโ€™y รชtre invitรฉยทe." #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "Vousย : {message}" @@ -14127,7 +14185,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:646 +#: src/view/com/composer/Composer.tsx:644 msgid "You've reached the maximum number of drafts" msgstr "Vous avez atteint le nombre maximum de brouillons" @@ -14199,11 +14257,11 @@ msgstr "Vos discussions ont รฉtรฉ dรฉsactivรฉes" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "Votre choix sera mรฉmorisรฉ pour les futurs liens. Vous pouvez changer รงa ร  tout moment dans vos paramรจtres." -#: src/view/com/notifications/NotificationFeedItem.tsx:374 +#: src/view/com/notifications/NotificationFeedItem.tsx:380 msgid "Your contact {firstAuthorLink} is on Bluesky" msgstr "Votre contact {firstAuthorLink} est sur Bluesky" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:378 msgid "Your contact {firstAuthorName} is on Bluesky" msgstr "Votre contact {firstAuthorName} est sur Bluesky" @@ -14295,11 +14353,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:1141 +#: src/view/com/composer/Composer.tsx:1139 msgid "Your post was sent" msgstr "Votre post a รฉtรฉ envoyรฉ" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1136 msgid "Your posts were sent" msgstr "Vos posts ont รฉtรฉ envoyรฉs" @@ -14320,7 +14378,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:1140 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your reply was sent" msgstr "Votre rรฉponse a รฉtรฉ envoyรฉe" @@ -14333,7 +14391,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:1469 +#: src/view/com/composer/Composer.tsx:1467 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 6566f4fde2..daa1b9141c 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-10 21:06\n" +"PO-Revision-Date: 2026-06-17 12:23\n" "Last-Translator: \n" "Language-Team: Frisian\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "โ€˜{interestsDisplayName}โ€™ kategory (aktyf)" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:867 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" msgstr "" -#: src/components/dms/getMessageInfo.ts:73 +#: 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)" @@ -75,7 +79,7 @@ msgstr "{0, plural, one {# label is} other {# labels binne}} op dizze ynhรขld pl msgid "{0, plural, one {# like} other {# likes}}" msgstr "{0, plural, one {# mei-โ€™k-wol-oer} other {# mei-โ€™k-wol-oers}}" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "" @@ -97,7 +101,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:269 +#: src/components/dms/MessageItem.tsx:350 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "" @@ -118,15 +122,15 @@ msgstr "{0, plural, one {# sekonde} other {# sekonden}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: 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}}" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "{0} folgjend" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:703 msgid "{0} is blocking you" msgstr "" @@ -273,7 +277,7 @@ msgstr "{0} fan 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:345 msgid "{0} reacted {1}" msgstr "{0} reagearre {1}" @@ -326,24 +330,22 @@ msgstr "Avatar fan {0}" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:143 +#: src/screens/Messages/JoinRequest.tsx:139 msgctxt "group-chat-member-count" msgid "{0}/{1}" msgstr "" #. The number of members in a group chat, in the format '{members}/{total} members'. -#. placeholder {0}: preview.memberCount -#. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 -msgid "{0}/{1} {2, plural, one {member} other {members}}" -msgstr "" - -#. The number of active group chat members out of the total number allowed. +#. The number of members in a group chat, in the format '{members}/{total} members'. #. placeholder {0}: joinLinkPreview.memberCount +#. placeholder {0}: preview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:329 -msgid "{0}/{1} members" +#. placeholder {1}: preview.memberLimit +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 +msgid "{0}/{1} {2, plural, one {member} other {members}}" msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. @@ -389,7 +391,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -397,33 +399,11 @@ msgstr "" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "{count, plural, one {# net-lรชzen item} other {# net-lรชzen items}}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "" - #. 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 "" -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "" - #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" msgstr "" @@ -441,155 +421,155 @@ msgstr "{estimatedTimeHrs, plural, one {oere} other {oeren}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minรบt} other {minuten}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: 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" -#: 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 "{firstAuthorLink} en <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}} meie wol oer dyn personalisearre feed" -#: 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 "{firstAuthorLink} en <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}} meie wol oer dyn berjocht" -#: 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 "{firstAuthorLink} en <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}} meie wol oer dyn opnij-pleatsing" -#: 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 "{firstAuthorLink} en <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}} hawwe harren ferifikaasjes fan dyn account fuortsmiten" -#: 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 "{firstAuthorLink} en <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}} hawwe dyn berjocht opnij pleatst" -#: 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 "{firstAuthorLink} en <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}} hawwe dyn berjocht opnij pleatst" -#: 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 "{firstAuthorLink} en <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}} hawwe harren registrearre mei dyn startpakket" -#: 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 "{firstAuthorLink} en <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}} hawwe dy ferifiearre" -#: src/view/com/notifications/NotificationFeedItem.tsx:367 +#: src/view/com/notifications/NotificationFeedItem.tsx:373 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} folge dy" -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} folge dy werom" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} mei wol oer dyn personalisearre feed" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} mei wol oer dyn bericht" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:512 msgid "{firstAuthorLink} liked your repost" msgstr "{firstAuthorLink} mei wol oer dyn opnij-pleatsing" -#: src/view/com/notifications/NotificationFeedItem.tsx:479 +#: src/view/com/notifications/NotificationFeedItem.tsx:485 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} hat de ferifiearring fan dyn account fuortsmiten" -#: src/view/com/notifications/NotificationFeedItem.tsx:334 +#: src/view/com/notifications/NotificationFeedItem.tsx:340 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} hat dyn berjocht opnij pleatst" -#: src/view/com/notifications/NotificationFeedItem.tsx:530 +#: src/view/com/notifications/NotificationFeedItem.tsx:536 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink} hat dyn opnij-pleatsing opnij pleatst" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:431 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} registrearre harren mei dyn startpakket" -#: src/view/com/notifications/NotificationFeedItem.tsx:454 +#: src/view/com/notifications/NotificationFeedItem.tsx:460 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} hat dy ferifiearre" -#: 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 "{firstAuthorName} en {additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}} hawwe dy folge" -#: 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 "{firstAuthorName} en {additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}} meie wol oer dyn personalisearre feed" -#: 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 "{firstAuthorName} en {additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}} meie wol oer dyn berjocht" -#: 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 "{firstAuthorName} en {additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}} meie wol oer dyn opnij-pleatsing" -#: 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 "{firstAuthorName} en {additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}} hawwe harren ferifikaasjes fan dyn account fuortsmiten" -#: 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 "{firstAuthorName} en {additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}} hawwe dyn berjocht opnij pleatst" -#: 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 "{firstAuthorName} en {additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}} hawwe dyn opnij-pleatsing opnij pleatst" -#: 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 "{firstAuthorName} en {additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}} hawwe harren registrearre mei dyn startpakket" -#: 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 "{firstAuthorName} en {additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}} hawwe dy ferifiearre" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:359 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} folge dy" -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} folge dy werom" -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} mei wol oer dyn personalisearre feed" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} mei wol oer dyn berjocht" -#: src/view/com/notifications/NotificationFeedItem.tsx:492 +#: src/view/com/notifications/NotificationFeedItem.tsx:498 msgid "{firstAuthorName} liked your repost" msgstr "{firstAuthorName} mei wol oer dyn opnij-pleatsing" -#: src/view/com/notifications/NotificationFeedItem.tsx:465 +#: src/view/com/notifications/NotificationFeedItem.tsx:471 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} hat de ferifiearring fan dyn account fuortsmiten" -#: src/view/com/notifications/NotificationFeedItem.tsx:320 +#: src/view/com/notifications/NotificationFeedItem.tsx:326 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} hat dyn berjocht opnij pleatst" -#: src/view/com/notifications/NotificationFeedItem.tsx:516 +#: src/view/com/notifications/NotificationFeedItem.tsx:522 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName} hat dyn opnij-pleatsing opnij pleatst" -#: src/view/com/notifications/NotificationFeedItem.tsx:411 +#: src/view/com/notifications/NotificationFeedItem.tsx:417 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} registrearre harren mei dyn startpakket" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} hat dy ferifiearre" @@ -659,12 +639,12 @@ msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "{minutes, plural, one {# minรบt} other {# minuten}}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "" @@ -697,6 +677,18 @@ msgstr "" msgid "{rank}." msgstr "{rank}." +#: src/components/dms/MessageItem.tsx:813 +msgid "{replierDisplayName} replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:809 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:807 +msgid "{replierDisplayName} replied to you" +msgstr "" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "in berjocht" @@ -873,8 +875,8 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 #: src/screens/Messages/JoinRequests.tsx:192 #: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." @@ -955,7 +957,7 @@ msgstr "" msgid "Accepted conversations" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:113 +#: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -980,12 +982,12 @@ msgstr "Account" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "Account blokkearre" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "Account folge" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "Account negearre" @@ -1028,18 +1030,18 @@ msgstr "Account รบt flugge tagong fuortsmiten" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "Account deblokkearre" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "Account รปntfolge" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "Account negearre opheven" @@ -1054,12 +1056,13 @@ msgstr "Accounts mei in skulpe blau finkje <0><1/> kinne oaren ferifiearje. msgid "Activity from others" msgstr "Aktiviteiten fan oaren" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "Tafoegje" @@ -1112,11 +1115,11 @@ msgstr "Alt-tekst tafoegje (opsjoneel)" msgid "Add another account" msgstr "Noch in account tafoegje" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1518 msgid "Add another post" msgstr "Noch in berjocht tafoegje" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2181 msgid "Add another post to thread" msgstr "" @@ -1182,7 +1185,7 @@ msgstr "Negearre wurden en tags tafoegje" msgid "Add people" msgstr "Minsken tafoegje" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "Minsken oan list tafoegje" @@ -1214,8 +1217,8 @@ msgstr "Foegje it folgjende DNS-record ta oan dyn domein:" msgid "Add this feed to your feeds" msgstr "Dizze feed oan dyn feeds tafoegje" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "Oan listen tafoegje" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "Brรปker oan list tafoegje" @@ -1246,8 +1249,8 @@ msgstr "" msgid "Added by invite link" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "Tafoege oan list" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "alice@example.com" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "Alles" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "" @@ -1521,7 +1524,7 @@ msgid "An error occurred while loading your lists :/" msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:81 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:103 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "Der is in flater bard by it bewarjen fan de QR-koade!" @@ -1589,8 +1592,8 @@ msgstr "Der is in flater bard by it iepenjen fan de chat" #: 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 "Der is in flater bard. Probearje it opnij." @@ -1643,7 +1646,7 @@ msgstr "" msgid "Anyone can interact" msgstr "Elkenien kin reagearje" -#: src/components/intents/GroupChatJoinDialog.tsx:340 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" msgstr "" @@ -1796,8 +1799,8 @@ msgstr "Bisto wis datsto dit startpakket fuortsmite wolst?" msgid "Are you sure you want to discard your changes?" msgstr "Bisto wis datsto dyn wizigingen รปngedien meitsje wolst?" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "" @@ -1814,11 +1817,11 @@ msgid "Are you sure you want to remove this from your feeds?" msgstr "Bisto wis datsto dit รบt dyn feeds fuortsmite wolst?" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 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:1654 msgid "Are you sure you'd like to discard this post?" msgstr "Bisto wis datsto dit berjocht fuortsmite wolst?" @@ -1958,10 +1961,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:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2009,8 +2012,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "Account blokkearje" @@ -2088,6 +2091,10 @@ 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." @@ -2260,7 +2267,7 @@ msgstr "" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:181 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2274,13 +2281,13 @@ msgstr "" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:363 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "Troch <0>{0}" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" msgstr "" @@ -2348,10 +2355,10 @@ msgstr "" #: src/screens/Deactivated.tsx:150 #: src/screens/Messages/components/InviteLinkDialog.tsx:500 #: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,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:1732 +#: src/view/com/composer/Composer.tsx:1742 #: 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 @@ -2380,6 +2387,10 @@ msgstr "Sitaatberjocht annulearje" msgid "Cancel reactivation and sign out" msgstr "Weraktivearring annulearje en รดfmelde" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "Sykopdracht annulearje" @@ -2481,7 +2492,7 @@ msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,7 +2509,7 @@ msgid "Chat ended" msgstr "" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:256 +#: src/components/intents/GroupChatJoinDialog.tsx:269 #: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" msgstr "" @@ -2520,12 +2531,12 @@ msgctxt "toast" msgid "Chat muted" msgstr "Chat negearre" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." msgstr "" -#: src/components/moderation/BlockDialog.tsx:292 +#: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2544,10 +2555,10 @@ msgstr "Chatfersiken" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "Chatynstellingen" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Chat net mear negearre" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "Chats" @@ -2731,7 +2742,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:533 +#: src/components/dms/MessageItem.tsx:622 msgid "Click to retry failed message" msgstr "Klik om mislearre priveeberjocht opnij te probearjen" @@ -2745,6 +2756,7 @@ msgstr "Klik om mislearre priveeberjocht opnij te probearjen" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "Klik om mislearre priveeberjocht opnij te probearjen" #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:233 -#: src/components/intents/GroupChatJoinDialog.tsx:268 +#: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2804,10 +2816,6 @@ msgstr "Warskรดging slute" msgid "Close banner" msgstr "" -#: src/view/com/util/BottomSheetCustomBackdrop.tsx:36 -msgid "Close bottom drawer" -msgstr "Paniel รปnderoan slute" - #. Accessibility label for the button that dismisses the GIF picker error dialog. #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:223 #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:229 @@ -2822,7 +2830,7 @@ msgstr "Paniel รปnderoan slute" msgid "Close dialog" msgstr "Dialoochfinster slute" -#: src/view/shell/index.web.tsx:129 +#: src/view/shell/index.web.tsx:127 msgid "Close drawer menu" msgstr "Lademenu slute" @@ -2850,10 +2858,10 @@ msgstr "" msgid "Close the incoming requests banner" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:226 -#: src/components/intents/GroupChatJoinDialog.tsx:227 -#: src/components/intents/GroupChatJoinDialog.tsx:263 -#: src/components/intents/GroupChatJoinDialog.tsx:264 +#: 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 msgid "Close this dialog" msgstr "Dit dialoochfinster slute" @@ -2866,15 +2874,15 @@ msgstr "" msgid "Closes password update alert" msgstr "Slรบt warskรดging foar bywurkjen wachtwurd" -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1740 msgid "Closes post composer and discards post draft" msgstr "Slรบt opstellen berjocht en negearret konsept" -#: src/view/com/notifications/NotificationFeedItem.tsx:605 +#: src/view/com/notifications/NotificationFeedItem.tsx:611 msgid "Collapse list of users" msgstr "Brรปkerslist ynklappe" -#: src/view/com/notifications/NotificationFeedItem.tsx:953 +#: src/view/com/notifications/NotificationFeedItem.tsx:959 msgid "Collapses list of users for a given notification" msgstr "Klapt de brรปkerslist foar in bepaalde melding yn" @@ -2920,7 +2928,7 @@ msgid "Compose new post" msgstr "Nij berjocht opstelle" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1618 +#: src/view/com/composer/Composer.tsx:1616 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}}" @@ -2928,11 +2936,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:2580 +#: src/view/com/composer/Composer.tsx:2578 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing video..." msgstr "Fideo komprimearjeโ€ฆ" @@ -3100,7 +3108,7 @@ msgstr "Trochgean nei folgjende stap" msgid "Conversation" msgstr "Petear" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "Petear fuortsmiten" @@ -3127,7 +3135,7 @@ msgid "Copied build version to clipboard" msgstr "Buildferzje nei klamboerd kopiearre" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3154,12 @@ msgstr "Kopiearre!" msgid "Copies build version to clipboard" msgstr "Kopiearret buildferzje nei klamboerd" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:198 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:265 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "Kopiearje" @@ -3159,8 +3167,8 @@ msgstr "Kopiearje" msgid "Copy App Password" msgstr "App-wachtwurd kopiearje" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "at:// URI kopiearje" @@ -3175,8 +3183,8 @@ msgid "Copy code" msgstr "Koade kopiearje" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "DID kopiearje" @@ -3184,7 +3192,7 @@ msgstr "DID kopiearje" msgid "Copy host" msgstr "Host kopiearje" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:254 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" msgstr "" @@ -3210,8 +3218,8 @@ msgstr "Keppeling nei list kopiearje" msgid "Copy link to post" msgstr "Keppeling nei berjocht kopiearje" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "Keppeling nei profyl kopiearje" @@ -3219,8 +3227,8 @@ msgstr "Keppeling nei profyl kopiearje" msgid "Copy link to starter pack" msgstr "Keppeling nei startpakket kopiearje" -#: src/components/dms/MessageContextMenu.tsx:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "Berjochttekst kopiearje" @@ -3249,7 +3257,7 @@ msgstr "TXT-recordwearde kopiearje" msgid "Copyright Policy" msgstr "Auteursrjochtbelied" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" msgstr "" @@ -3261,11 +3269,11 @@ msgstr "Ferbine mei oanpaste feed mislearre" msgid "Could not connect to feed service" msgstr "Ferbine mei feedtsjinst mislearre" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:120 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" msgstr "" @@ -3294,7 +3302,7 @@ msgstr "" msgid "Could not leave chat" msgstr "Kin chat net ferlitte" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." msgstr "" @@ -3308,7 +3316,7 @@ msgstr "Kin feed net lade" msgid "Could not load list" msgstr "Kin list net lade" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:169 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" msgstr "" @@ -3320,7 +3328,7 @@ msgstr "Kin chat net negearje" msgid "Could not process your video" msgstr "Kin dyn fideo net ferwurkje" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." msgstr "" @@ -3329,7 +3337,7 @@ msgstr "" msgid "Could not save changes: {0}" msgstr "Wizigingen koene net bewarre wurde: {0}" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" msgstr "" @@ -3394,12 +3402,12 @@ msgstr "Meitsje in startpakket foar my" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:314 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3457,13 @@ msgstr "" msgid "Create moderation list" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:308 +#: 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 "Nij account oanmeitsje" -#: src/screens/Messages/ConversationSettings/index.tsx:553 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "" @@ -3479,7 +3487,7 @@ msgstr "" #. placeholder {0}: i18n.date(createdAt, { dateStyle: 'long', timeStyle: 'short', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) #: src/screens/Messages/components/InviteLinkDialog.tsx:355 -#: src/screens/Messages/ConversationSettings/index.tsx:505 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "Makke {0}" @@ -3624,7 +3632,7 @@ msgstr "" msgid "Delete conversation" msgstr "Petear fuortsmite" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "Foar my fuortsmite" @@ -3637,7 +3645,7 @@ msgstr "List fuortsmite" msgid "Delete message" msgstr "Berjocht fuortsmite" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "Berjocht foar my fuortsmite" @@ -3647,7 +3655,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:1630 +#: src/view/com/composer/Composer.tsx:1628 msgid "Delete post" msgstr "Berjocht fuortsmite" @@ -3689,6 +3697,10 @@ 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 @@ -3794,9 +3806,9 @@ msgstr "Utskeakele" #: 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:1411 +#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1661 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3819,14 @@ msgstr "Fuortsmite" msgid "Discard changes?" msgstr "Wizigingen fuortsmite?" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1409 #: 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:1428 -#: src/view/com/composer/Composer.tsx:1655 +#: src/view/com/composer/Composer.tsx:1426 +#: src/view/com/composer/Composer.tsx:1653 msgid "Discard post?" msgstr "Berjocht fuortsmite?" @@ -3852,7 +3864,7 @@ msgstr "Slute" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2499 msgid "Dismiss error" msgstr "Flater negearje" @@ -3949,8 +3961,8 @@ msgstr "Meitsje dy gjin soargen! Alle besteande berjochten en ynstellingen wurde #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:146 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3975,7 @@ msgstr "Meitsje dy gjin soargen! Alle besteande berjochten en ynstellingen wurde msgid "Done" msgstr "Dien" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "Dien" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:520 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" @@ -4087,8 +4093,8 @@ msgstr "" msgid "Edit" msgstr "Bewurkje" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "Bewurkje" @@ -4102,8 +4108,8 @@ msgstr "Avatar bewurkje" msgid "Edit Feeds" msgstr "Feeds bewurkje" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "" @@ -4141,8 +4147,8 @@ msgstr "" msgid "Edit list details" msgstr "Listdetails bewurkje" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "Live-status bewurkje" @@ -4155,7 +4161,7 @@ msgstr "" msgid "Edit My Feeds" msgstr "Myn feeds bewurkje" -#: src/screens/Messages/ConversationSettings/index.tsx:540 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "" @@ -4184,8 +4190,8 @@ msgstr "Profyl bewurkje" msgid "Edit starter pack" msgstr "Startpakket bewurkje" -#: src/screens/Messages/ConversationSettings/index.tsx:486 -#: src/screens/Messages/ConversationSettings/index.tsx:539 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "" @@ -4402,7 +4408,7 @@ msgstr "Iepenet folslein skerm" msgid "Entertainment" msgstr "Ferdivedaasje" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2598 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Flater" @@ -4481,7 +4487,7 @@ msgstr "Folslein skerm slute" msgid "Expand alt text" msgstr "Alt-tekst รบtklappe" -#: src/view/com/notifications/NotificationFeedItem.tsx:606 +#: src/view/com/notifications/NotificationFeedItem.tsx:612 msgid "Expand list of users" msgstr "Brรปkerslist รบtklappe" @@ -4596,8 +4602,8 @@ msgstr "Chat akseptearje mislearre" msgid "Failed to accept join request" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "Tafoegjen emoji-reaksje mislearre" @@ -4606,6 +4612,10 @@ msgstr "Tafoegjen emoji-reaksje mislearre" msgid "Failed to add members" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "" @@ -4615,7 +4625,7 @@ msgid "Failed to change handle. Please try again." msgstr "Kin handle net wizigje. Probearje nochris." #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:129 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "" @@ -4664,7 +4674,7 @@ msgstr "" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:374 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "" @@ -4692,7 +4702,7 @@ msgstr "" msgid "Failed to ignore join request" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:137 +#: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4700,14 +4710,14 @@ msgstr "" msgid "Failed to launch SMS app" msgstr "" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:401 +#: 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 "" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "Laden van konversaasjes mislearre" @@ -4753,15 +4763,20 @@ msgstr "Laden fan foarstelde feeds is mislearre" msgid "Failed to load suggested follows" msgstr "It is net slagge om in list te laden mei folchsuggestjes" -#: src/screens/Messages/ConversationSettings/index.tsx:426 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +msgid "Failed to mark all chats as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 +#: src/view/shell/bottom-bar/BottomBar.tsx:450 msgid "Failed to mark all requests as read" msgstr "Alle fersiken as lรชzen markearje mislearre" -#: src/screens/Messages/ConversationSettings/index.tsx:390 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "" @@ -4783,12 +4798,16 @@ msgstr "" msgid "Failed to remove data. {0}" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "Fuortsmiten emoji-reaksje mislearre" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:258 +msgid "Failed to remove from list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "" @@ -4802,7 +4821,7 @@ msgstr "" msgid "Failed to remove verification" msgstr "Fuortsmiten fan ferifikaasje mislearre" -#: src/components/intents/GroupChatJoinDialog.tsx:180 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." msgstr "" @@ -4811,7 +4830,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:648 +#: src/view/com/composer/Composer.tsx:646 msgid "Failed to save draft" msgstr "" @@ -4854,7 +4873,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "It wikseljen tusken wol/net-negearje fan it petear is mislearre, probearje it opnij" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:435 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "" @@ -5116,16 +5135,16 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 "Folgje" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "{0} folgje" @@ -5149,8 +5168,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "7 accounts folgje" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "Account folgje" @@ -5173,9 +5192,9 @@ msgstr "" #. 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:423 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "Weromfolgje" @@ -5211,7 +5230,7 @@ msgstr "Folge troch <0>{0} en <1>{1}" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "Folge troch <0>{0}, <1>{1} en {2, plural, one {# oar} other {# oaren}}" -#: src/components/intents/GroupChatJoinDialog.tsx:339 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" msgstr "" @@ -5231,10 +5250,10 @@ msgstr "Folgers dyโ€™tsto kinst" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 "Folgjend" @@ -5249,7 +5268,7 @@ msgstr "Folgjend" #. 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 "Folget {0}" @@ -5467,7 +5486,7 @@ msgstr "Oan de slach" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2603 msgid "GIF uploaded" msgstr "" @@ -5526,8 +5545,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "Nei startside" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "Gean live" @@ -5538,8 +5557,8 @@ msgstr "Gean live" msgid "Go Live" msgstr "Gean live" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "" @@ -5547,7 +5566,7 @@ msgstr "" msgid "Go live for" msgstr "Gean live foar" -#: src/view/com/notifications/NotificationFeedItem.tsx:250 +#: src/view/com/notifications/NotificationFeedItem.tsx:256 msgid "Go to {firstAuthorName}'s profile" msgstr "Gean nei it profyl fan {firstAuthorName}" @@ -5622,9 +5641,9 @@ msgstr "" msgid "Grooming or predatory behavior" msgstr "" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:321 -#: src/screens/Messages/JoinRequest.tsx:129 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" msgstr "" @@ -5632,17 +5651,17 @@ msgstr "" msgid "Group chat invite link dialog" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:417 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:382 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "" @@ -5653,12 +5672,12 @@ msgid "Group chat settings" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:385 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "" @@ -5682,12 +5701,12 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "" @@ -5829,7 +5848,7 @@ msgstr "Ferburgen list" msgid "Hide" msgstr "Ferstopje" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "Ferstopje" @@ -5904,7 +5923,7 @@ msgstr "Populรชre รปnderwerpen ferstopje?" msgid "Hide trending videos?" msgstr "Populรชre fideoโ€™s ferstopje?" -#: src/view/com/notifications/NotificationFeedItem.tsx:951 +#: src/view/com/notifications/NotificationFeedItem.tsx:957 msgid "Hide user list" msgstr "Brรปkerslist ferstopje" @@ -5960,7 +5979,7 @@ msgstr "Wachtsje even! Wy jouwe stadichoan tagong ta fideo en do stiest noch hie #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6210,7 +6229,7 @@ msgstr "" msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "" @@ -6268,7 +6287,7 @@ msgstr "" msgid "Invalid 2FA confirmation code." msgstr "Unjildige 2FA-befรชstigingskoade." -#: src/components/intents/GroupChatJoinDialog.tsx:147 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." msgstr "" @@ -6290,7 +6309,7 @@ msgstr "" msgid "Invalid report subject" msgstr "Unjildich rapportรปnderwerp" -#: src/components/intents/GroupChatJoinDialog.tsx:187 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." msgstr "" @@ -6315,15 +6334,15 @@ 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:140 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:155 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6336,17 +6355,17 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:335 #: src/screens/Messages/components/InviteLinkDialog.tsx:514 #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 -#: src/screens/Messages/ConversationSettings/index.tsx:556 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:213 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" msgstr "" @@ -6410,7 +6429,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:2520 +#: src/view/com/composer/Composer.tsx:2518 msgid "Job ID: {0}" msgstr "Taak-ID: {0}" @@ -6420,7 +6439,7 @@ msgid "Jobs" msgstr "Fakatueres" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:282 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" msgstr "" @@ -6431,12 +6450,12 @@ msgstr "" msgid "Join Bluesky" msgstr "Lid wurde fan Bluesky" -#: src/components/intents/GroupChatJoinDialog.tsx:71 -#: src/components/intents/GroupChatJoinDialog.tsx:448 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:176 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." msgstr "" @@ -6450,8 +6469,8 @@ msgstr "Doh mei oan it petear" msgid "Journalism" msgstr "Sjoernalistyk" -#: src/view/com/composer/Composer.tsx:1461 -#: src/view/com/composer/Composer.tsx:1471 +#: src/view/com/composer/Composer.tsx:1459 +#: src/view/com/composer/Composer.tsx:1469 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6609,7 +6628,7 @@ msgid "Learn more." msgstr "Mear ynfo." #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:590 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "Ferlitte" @@ -6623,8 +6642,8 @@ msgstr "Ferlitte" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "Chat ferlitte" @@ -6644,12 +6663,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "Petear ferlitte" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:589 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "" @@ -6658,11 +6677,11 @@ msgstr "" msgid "Leaving Bluesky" msgstr "Bluesky ferlitte" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: src/screens/Messages/ConversationSettings/prompts.tsx:153 msgid "Leaving this chat will lock it permanently and you wonโ€™t be able to rejoin." msgstr "" -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." msgstr "" @@ -6935,9 +6954,9 @@ msgstr "Nije meldingen lade" msgid "Load new posts" msgstr "Nije berjochten lade" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "" @@ -6954,23 +6973,23 @@ msgstr "" msgid "Loading..." msgstr "Ladeโ€ฆ" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:568 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "" @@ -7051,6 +7070,16 @@ msgstr "Dyn negearre wurden en tags beheare" 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 +msgid "Mark all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:467 +#: src/view/shell/bottom-bar/BottomBar.tsx:471 +msgid "Mark all requests as read" +msgstr "" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7089,14 @@ msgstr "As lรชzen markearje" msgid "Marked all as read" msgstr "Alles as lรชzen markearre" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,7 +7120,7 @@ msgstr "" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Media dyโ€™t foar bepaalde doelgroepen oanstjitjouwend of รปngepast wรชze kinne." -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." msgstr "" @@ -7092,7 +7129,7 @@ msgstr "" msgid "Members" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "" @@ -7111,13 +7148,13 @@ msgstr "Fermeldingen" msgid "Menu" msgstr "Menu" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 +#: 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" @@ -7132,7 +7169,7 @@ msgstr "Berjocht nei {0}" msgid "Message {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "Berjocht fuortsmiten" @@ -7141,13 +7178,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Berjocht fuortsmiten" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:616 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "Berjocht fan @{0}: {1}" @@ -7156,21 +7193,21 @@ msgstr "Berjocht fan @{0}: {1}" msgid "Message from server: {0}" msgstr "Berjocht fan server: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "Ynfierfjild priveeberjocht" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "Berjochtopsjes" @@ -7178,11 +7215,11 @@ msgstr "Berjochtopsjes" msgid "Messages" msgstr "Berjochten" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:715 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:621 +#: src/components/dms/MessageItem.tsx:710 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7219,8 +7256,8 @@ msgstr "Moderaasjedetails" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "Moderaasjelist troch {0}" @@ -7228,7 +7265,7 @@ msgstr "Moderaasjelist troch {0}" msgid "Moderation list by <0/>" msgstr "Moderaasjelist troch <0/>" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "Moderaasjelist troch dy" @@ -7281,8 +7318,8 @@ msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "Mear opsjes" @@ -7302,7 +7339,7 @@ msgstr "Films" msgid "Music" msgstr "Muzyk" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "Negearje" @@ -7320,8 +7357,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "Account negearje" @@ -7347,7 +7384,7 @@ msgstr "List negearje" msgid "Mute these accounts?" msgstr "Dizze accounts negearje?" -#: src/screens/Messages/ConversationSettings/index.tsx:530 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "" @@ -7389,7 +7426,7 @@ msgstr "Wurden en tags negearje" msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "" @@ -7480,7 +7517,7 @@ 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:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "Nij" @@ -7490,21 +7527,21 @@ msgctxt "action" msgid "New" msgstr "Nij" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: 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}" -#: 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 "{postsCount, plural, one {Nij berjocht} other {Nije berjochten}} fan {firstAuthorName}" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "Nije chat" @@ -7592,11 +7629,11 @@ msgctxt "action" msgid "New post" msgstr "Nij berjocht" -#: 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 "Nije berjochten fan {firstAuthorName} en {additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}}" @@ -7718,7 +7755,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 "Do folgest {0} net mear" @@ -7726,7 +7763,7 @@ msgstr "Do folgest {0} net mear" msgid "No media yet" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "Noch gjin berjochten" @@ -7763,7 +7800,7 @@ msgstr "" msgid "No one but the author can quote this post." msgstr "Allinnich de auteur mei dit berjocht sitearje." -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "" @@ -7831,6 +7868,11 @@ 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" @@ -7895,7 +7937,7 @@ msgstr "Net fรปn" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "Opmerking oer diele" @@ -7931,7 +7973,7 @@ msgstr "Meldingslรปden" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8017,7 @@ msgstr "OK" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:722 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8008,11 +8050,11 @@ 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:862 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:861 +#: src/view/com/composer/Composer.tsx:859 msgid "One or more images is missing alt text." msgstr "Alt-tekst รปntbrekt by ien of mear รดfbyldingen." @@ -8024,11 +8066,11 @@ msgstr "" 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:657 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:869 msgid "One or more videos is missing alt text." msgstr "Alt-tekst รปntbrekt by ien of mear fideoโ€™s." @@ -8041,7 +8083,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:234 +#: src/view/com/composer/Composer.tsx:233 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8053,7 +8095,7 @@ msgstr "" msgid "Only admins can ignore join requests." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:145 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." msgstr "" @@ -8068,12 +8110,12 @@ msgid "Only image files are supported" msgstr "Allinnich รดfbyldingsbestannen wurde stipe" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:222 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:292 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" msgstr "" @@ -8107,7 +8149,7 @@ msgid "Open camera" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:437 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" msgstr "" @@ -8115,8 +8157,8 @@ msgstr "" msgid "Open chat member options for {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "Petearopsjes iepenje" @@ -8128,9 +8170,9 @@ msgstr "" msgid "Open drawer menu" msgstr "Menu iepenje" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2158 msgid "Open emoji picker" msgstr "Emoji-kiezer iepenje" @@ -8151,7 +8193,7 @@ msgstr "Folsleine emojilist iepenje" msgid "Open Germ DM" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" msgstr "" @@ -8166,11 +8208,11 @@ msgid "Open in Google Translate" msgstr "" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "Keppeling nei {niceUrl} iepenje" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "Berjochtopsjes iepenje" @@ -8221,7 +8263,7 @@ msgstr "Ferhaleboekside iepenje" msgid "Open system log" msgstr "Systeemlochboek iepenje" -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" msgstr "" @@ -8275,13 +8317,13 @@ msgstr "" msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" -#: src/screens/Messages/JoinRequest.tsx:309 +#: 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 "Iepenet proses om in nij Bluesky-account oan te meitsjen" -#: src/screens/Messages/JoinRequest.tsx:295 +#: 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" @@ -8341,7 +8383,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 "Iepenet dit profyl" @@ -8513,6 +8555,16 @@ msgstr "Persoanen dyโ€™t @{0} folgje" msgid "People I follow" msgstr "Minsken dyโ€™t ik folgje" +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "Minsken dyโ€™t ik folgje" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "Minsken dyโ€™t ik folgje" + #: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "" @@ -8813,7 +8865,7 @@ msgstr "Polityk" msgid "Porn" msgstr "Porno" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post" msgstr "Pleatse" @@ -8833,12 +8885,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Post All" msgstr "Alles pleatse" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1468 msgid "Post anyway" msgstr "" @@ -9015,11 +9067,11 @@ msgstr "Privacybelied" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2592 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing video..." msgstr "Fideo ferwurkjeโ€ฆ" @@ -9031,7 +9083,7 @@ msgstr "Ferwurkjeโ€ฆ" msgid "profile" msgstr "profyl" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9117,22 @@ 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:1792 +#: src/view/com/composer/Composer.tsx:1790 msgid "Publish post" msgstr "Berjocht pleatse" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1787 +#: src/view/com/composer/Composer.tsx:1785 msgid "Publish posts" msgstr "Berjochten pleatse" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1776 +#: src/view/com/composer/Composer.tsx:1774 msgid "Publish replies" msgstr "Antwurden publisearje" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1781 +#: src/view/com/composer/Composer.tsx:1779 msgid "Publish reply" msgstr "Antwurd publisearje" @@ -9109,7 +9161,7 @@ msgid "QR code has been downloaded!" msgstr "QR-koade is download!" #: src/components/StarterPack/QrCodeDialog.tsx:122 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "QR-koade bewarre yn dyn fotobiblioteek!" @@ -9172,8 +9224,8 @@ msgstr "" msgid "React with {emoji}" msgstr "Mei {emoji} reagearje" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "" @@ -9268,10 +9320,6 @@ msgstr "Oanrekommandearre" msgid "Reconnect" msgstr "Opnij ferbine" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "" - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" @@ -9291,12 +9339,14 @@ msgstr "Chatfersyk รดfwize" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "Petearen opnij lade" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9355,9 @@ msgstr "Petearen opnij lade" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "Fuortsmite" @@ -9326,7 +9375,7 @@ msgstr "{displayName} รบt startpakket fuortsmite" msgid "Remove {displayName} from this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" msgstr "" @@ -9443,14 +9492,14 @@ msgstr "Dizze feed รบt dyn bewarre feeds fuortsmite" msgid "Remove unavailable moderation services" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "Brรปker รบt list fuortsmite" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "Ferifikaasje fuortsmite" @@ -9466,8 +9515,8 @@ msgstr "Troch auteur fuortsmiten" msgid "Removed by you" msgstr "Troch dy fuortsmiten" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "Ut list fuortsmiten" @@ -9535,6 +9584,14 @@ msgctxt "description" msgid "Replied to you" msgstr "Antwurde dy" +#: src/components/dms/MessageItem.tsx:883 +msgid "Replied-to message from {senderName}, tap to scroll to it" +msgstr "" + +#: src/components/dms/MessageItem.tsx:884 +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 @@ -9552,7 +9609,12 @@ msgstr "Antwurden รบtskeakele" msgid "Replies to this post are disabled." msgstr "Antwurden op dit berjocht binne รบtskeakele." -#: src/view/com/composer/Composer.tsx:1804 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "Reagearje" + +#: src/view/com/composer/Composer.tsx:1802 msgctxt "action" msgid "Reply" msgstr "Reagearje" @@ -9590,14 +9652,14 @@ msgstr "Sichtberheid fan reaksje bywurke" msgid "Reply was successfully hidden" msgstr "Reaksje is mei sukses ferstoppe" -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:582 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "Melde" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "Account melde" @@ -9623,7 +9685,7 @@ msgstr "Feed melde" msgid "Report list" msgstr "List melde" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "Priveeberjocht melde" @@ -9657,7 +9719,7 @@ msgstr "" msgid "Report this feed" msgstr "Dizze feed melde" -#: src/screens/Messages/ConversationSettings/index.tsx:581 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "" @@ -9737,7 +9799,7 @@ msgstr "Opnij-pleatsingen fan dit berjocht" msgid "Reposts of your reposts" msgstr "Opnij-pleatsingen fan dyn opnij-pleatsingen" -#: src/components/intents/GroupChatJoinDialog.tsx:447 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" msgstr "" @@ -9755,7 +9817,7 @@ msgid "Request ignored." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:281 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" msgstr "" @@ -9764,7 +9826,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "" @@ -9791,9 +9853,9 @@ msgstr "Fereaske foar dizze provider" msgid "Required in your region" msgstr "Fereaske yn dyn regio" -#: src/components/intents/GroupChatJoinDialog.tsx:296 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:310 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:115 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:117 msgid "Rescind request" msgstr "" @@ -9872,7 +9934,7 @@ 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:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 #: src/screens/Messages/JoinRequests.tsx:361 @@ -9928,7 +9990,7 @@ msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10015,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:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Wizigingen bewarje" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1421 #: 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:1449 #: 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:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10022,13 +10084,13 @@ msgid "Saved to your feeds" msgstr "Bewarre yn dyn feeds" #: 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 "Sis hallo!" -#: src/screens/Messages/ChatList.tsx:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "" @@ -10058,6 +10120,10 @@ msgstr "" msgid "Scroll right" msgstr "" +#: src/components/dms/MessageItem.tsx:774 +msgid "Scroll to the message this is replying to" +msgstr "" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "Nei boppe" @@ -10067,7 +10133,7 @@ msgstr "Nei boppe" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Sykje" @@ -10148,8 +10214,8 @@ msgstr "" msgid "Search my posts" msgstr "Myn berjochten trochsykje" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "Berjochten trochsykje" @@ -10425,8 +10491,8 @@ msgstr "" msgid "Send feedback" msgstr "Feedback ferstjoere" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "Berjocht ferstjoere" @@ -10460,7 +10526,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:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "" @@ -10565,7 +10631,7 @@ msgstr "Seksuele aktiviteit of eroatysk neaken." msgid "Sexually Suggestive" msgstr "Seksueel suggestyf" -#: 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 @@ -10577,7 +10643,7 @@ msgstr "Seksueel suggestyf" msgid "Share" msgstr "Diele" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "Dochs diele" @@ -10641,8 +10707,8 @@ msgstr "Diel dit startpakket en help minsken lid te wurden fan dyn mienskip op B #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "Diele fiaโ€ฆ" @@ -10796,15 +10862,15 @@ msgstr "Toant de ynhรขld" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:294 -#: src/screens/Messages/JoinRequest.tsx:300 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,7 +10896,7 @@ msgstr "Oanmelde of registrearje in account" msgid "Sign in or create your account to join the conversation!" msgstr "Meld dy oan of registrearje in account om diel te nimmen oan it petear!" -#: src/screens/Messages/JoinRequest.tsx:220 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." msgstr "" @@ -10842,7 +10908,7 @@ msgstr "Oanmelde by in account dat net yn de list stiet" msgid "Sign in to Bluesky or create a new account" msgstr "Meld dy oan by Bluesky of meitsje in nij account" -#: src/screens/Messages/JoinRequest.tsx:219 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." msgstr "" @@ -10900,7 +10966,7 @@ msgstr "Oerslaan" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1466 msgid "Skip empty posts?" msgstr "" @@ -10971,12 +11037,12 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:347 msgid "Someone reacted {0}" msgstr "Ien hat mei {0} reagearre" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "" @@ -10996,10 +11062,6 @@ msgstr "" msgid "Someone was removed from the group" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "" - #: 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 "Der is wat net hielendal krekt mei de gegevens dyโ€™tsto probearrest te melden. Nim kontakt op mei stipe." @@ -11043,8 +11105,8 @@ msgstr "Klopt er wat net? Lit it รบs witte." 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 "Sorry, dyn sesje is ferrรปn. Meld dy opnij oan." @@ -11214,13 +11276,13 @@ msgid "Subscribe" msgstr "Abonnearje" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "" @@ -11255,7 +11317,7 @@ msgstr "Slagge" msgid "Success!" msgstr "Slagge!" -#: src/components/intents/GroupChatJoinDialog.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" msgstr "" @@ -11355,7 +11417,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:572 +#: src/components/dms/MessageItem.tsx:661 msgid "Tap for details" msgstr "" @@ -11390,7 +11452,7 @@ msgid "Tap to dismiss" msgstr "Tik om te sluten" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:453 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" msgstr "" @@ -11398,34 +11460,34 @@ msgstr "" msgid "Tap to open this group chat" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:452 +#: src/components/intents/GroupChatJoinDialog.tsx:468 msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:537 +#: src/components/dms/MessageItem.tsx:626 msgid "Tap to retry" msgstr "" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:373 msgid "Tap to view reactions" msgstr "" @@ -11528,7 +11590,7 @@ msgstr "Dat wie alles!" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "De account kin nei it deblokkearjen mei dy kommunisearje." @@ -11594,7 +11656,7 @@ msgstr "De folgjende ynstellingen wurde brรปkt as standert by it meitsjen fan ni msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:155 +#: src/components/intents/GroupChatJoinDialog.tsx:165 #: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." msgstr "" @@ -11621,7 +11683,7 @@ msgstr "It liket derop dat der problemen mei de server binne. Probearje it oer i msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "It startpakket datsto probearrest te besjen is รปnjildich. Do kinst dit startpakket yn stee dรชrfan fuortsmite." -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "It รปnderwerp fan it kontekstmenu" @@ -11665,8 +11727,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "" #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:182 +#: 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 "" @@ -11693,7 +11755,7 @@ msgstr "Der is in probleem bard by it opheljen fan meldingen. Tik hjir om it opn msgid "There was an issue fetching posts. Tap here to try again." msgstr "Der is in probleem bard by it opheljen fan berjochten. Tik hjir om it opnij te probearjen." -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "Der is in probleem bard by it opheljen fan de list. Tik hjir om it opnij te probearjen." @@ -11733,12 +11795,12 @@ msgstr "Der is in probleem bard by it bywurkjen fan dyn feeds. Kontrolearje dyn #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "Der is in probleem bard! {0}" @@ -11778,7 +11840,7 @@ msgstr "Dizze ynstellingen binne allinnich fan tapassing op de folgjende feed." msgid "They own this chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." msgstr "" @@ -11828,22 +11890,22 @@ msgstr "" 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 "" -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:287 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:430 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" msgstr "" @@ -11881,7 +11943,7 @@ msgstr "Dizze ynhรขld is net beskikber, omdat ien fan de belutsene brรปkers de o msgid "This content is not viewable without a Bluesky account." msgstr "Dizze ynhรขld is net sichtber sรปnder in Bluesky-account." -#: src/components/intents/GroupChatJoinDialog.tsx:141 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." msgstr "" @@ -11931,7 +11993,7 @@ msgstr "Dizze feed is leech." msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "Dizze feed is net langer online. Wy toane <0>Untdekke yn stee fan dizze feed." -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" msgstr "" @@ -11947,11 +12009,11 @@ msgstr "" msgid "This information is private and not shared with other users." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:151 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:223 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" msgstr "" @@ -11997,17 +12059,17 @@ msgstr "Dizze list โ€“ makke troch dy โ€“ befettet mooglik skeiningen fan Bluesk msgid "This list is empty." msgstr "Dizze list is leech." -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:688 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:658 +#: src/components/dms/MessageItem.tsx:684 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12045,11 +12107,11 @@ 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:1043 +#: src/view/com/composer/Composer.tsx:1041 msgid "This post's author has disabled quote posts." msgstr "De auteur fan dit berjocht hat it pleatsen fan sitaten รบtskeakele." -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "Dit profyl is allinnich sichtber foar oanmelde brรปkers. It is net sichtber foar minsken dyโ€™t net oanmeld binne." @@ -12242,8 +12304,8 @@ msgstr "Populรชre reaksjes earst" msgid "Topic" msgstr "Underwerp" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,7 +12375,7 @@ msgctxt "action" msgid "Try again" msgstr "Probearje opnij" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." msgstr "" @@ -12335,7 +12397,7 @@ msgstr "TV" msgid "Two-factor authentication (2FA)" msgstr "Twafaktorautentikaasje (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "Typ hjir dyn priveebericht" @@ -12401,7 +12463,7 @@ msgstr "Net beskikber" msgid "Unavailable feed information" msgstr "Feedynformaasje net beskikber" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:726 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12409,14 +12471,14 @@ msgstr "Feedynformaasje net beskikber" #: src/components/moderation/BlockDialog.tsx:211 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "Deblokkearje" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "Deblokkearje" @@ -12427,8 +12489,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "Account deblokkearje" @@ -12437,7 +12499,7 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "Account deblokkearje?" @@ -12474,12 +12536,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Opnij pleatsen รปngedien meitsje ({0, plural, one {# opnijpleatsing} other {# opnijpleatsingen}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "{0} รปntfolgje" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "Account รปntfolgje" @@ -12521,11 +12583,11 @@ msgstr "Mei โ€™k net mear oer" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Mei ik net mear oer ({0, plural, one {# mei-โ€™k-net-mear-oer} other {# mei-โ€™k-net-mear-oers}})" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:567 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "" @@ -12548,8 +12610,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "Account net mear negearje" @@ -12562,7 +12624,7 @@ msgstr "Petear net mear negearje" msgid "Unmute list" msgstr "List net mear negearje" -#: src/screens/Messages/ConversationSettings/index.tsx:529 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "" @@ -12641,7 +12703,7 @@ msgstr "Fan lis รดfmeld" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1557 +#: src/view/com/composer/Composer.tsx:1555 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -12654,12 +12716,9 @@ msgstr "" msgid "Update" msgstr "Bywurkje" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "<0>{displayName} yn listen bywurkje" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" msgstr "" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 @@ -12669,6 +12728,10 @@ msgstr "" msgid "Update email" msgstr "E-mailadres bywurkje" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 #: src/screens/Messages/components/InviteLinkDialog.tsx:303 @@ -12680,14 +12743,6 @@ msgstr "" msgid "Update to {domain}" msgstr "Bywurkje nei {domain}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "" - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "Dyn e-mailadres bywurkje" @@ -12736,7 +12791,7 @@ msgstr "Fan bestannen รบt oplade" msgid "Upload from Library" msgstr "Fan bibloteek รบt oplade" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2585 msgid "Uploading GIF..." msgstr "" @@ -12750,7 +12805,7 @@ msgstr "Ofbyldingen opladeโ€ฆ" msgid "Uploading link thumbnail..." msgstr "Keppelingminiatuer opladeโ€ฆ" -#: src/view/com/composer/Composer.tsx:2589 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading video..." msgstr "Fideo opladeโ€ฆ" @@ -12826,7 +12881,7 @@ msgid "User Blocks You" msgstr "Brรปker blokkearret dy" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "Brรปkerslist troch {0}" @@ -12835,7 +12890,7 @@ msgstr "Brรปkerslist troch {0}" msgid "User List by {0}" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "Brรปkerslist troch dy" @@ -12875,16 +12930,6 @@ msgstr "brรปkers folge troch <0>@{0}" msgid "users following <0>@{0}" msgstr "brรปkers dyโ€™t <0>@{0} folgje" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "Wearde:" @@ -12912,8 +12957,8 @@ msgstr "Ferifiearre troch:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "Account ferifiearje" @@ -13039,7 +13084,7 @@ msgstr "Fideo net fรปn." msgid "Video settings" msgstr "Fideo-ynstellingen" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2605 msgid "Video uploaded" msgstr "Fideo opladen" @@ -13056,14 +13101,14 @@ msgstr "Fideoโ€™s" msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1150 +#: src/view/com/composer/Composer.tsx:1148 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "" @@ -13078,7 +13123,7 @@ msgstr "Avatar fan {0} besjen" #: 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 "Profyl fan {0} besjen" @@ -13092,7 +13137,7 @@ msgstr "" msgid "View {displayName}โ€™s profile" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "" @@ -13145,7 +13190,7 @@ msgstr "Mear besjen" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1143 msgid "View post" msgstr "" @@ -13162,10 +13207,10 @@ msgstr "Profyl besjen" msgid "View profile banner" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "" @@ -13173,7 +13218,7 @@ msgstr "" msgid "View the avatar" msgstr "Avatar besjen" -#: src/screens/Messages/ConversationSettings/index.tsx:554 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "" @@ -13441,7 +13486,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:1039 msgid "We're sorry! The post you are replying to has been deleted." msgstr "It spyt รบs! It berjocht wรชropsto reagearrest is fuortsmiten." @@ -13492,7 +13537,7 @@ msgid "What do you want to call your starter pack?" msgstr "Hoe wolsto dyn startpakket neame?" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1519 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Hoe giet it?" @@ -13519,7 +13564,7 @@ msgid "Who can verify?" msgstr "Wa kin ferifiearje?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "Wรปpsty!" @@ -13578,7 +13623,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:1437 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13587,12 +13632,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1617 +#: src/view/com/composer/Composer.tsx:1615 msgid "Write post" msgstr "Skriuw berjocht" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1517 msgid "Write your reply" msgstr "Skriuw dyn reaksje" @@ -13658,7 +13703,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:610 +#: src/components/dms/MessageItem.tsx:699 msgid "You are blocking {0}" msgstr "" @@ -13764,11 +13809,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:221 +#: src/view/com/composer/Composer.tsx:220 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:1442 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13803,8 +13848,8 @@ msgstr "" 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:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:115 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13839,7 +13884,7 @@ msgstr "Do hast gjin bewarre feeds." msgid "You got here first" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:166 +#: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and canโ€™t join it using this link." msgstr "" @@ -13884,6 +13929,7 @@ msgstr "Do hast dizze account negearre." msgid "You have muted this user" msgstr "Do hast dizze brรปker negearre" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "Do hast gjin listen." @@ -13912,7 +13958,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:1434 +#: src/view/com/composer/Composer.tsx:1432 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -13970,7 +14016,7 @@ msgstr "Do meist mar oant {STARTER_PACK_MAX_SIZE, plural, one {}other {{STARTER_ msgid "You may only add up to 3 feeds" msgstr "Do meist maksimaal 3 feeds tafoegje" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." msgstr "" @@ -13983,7 +14029,7 @@ msgid "You must be following at least seven other people to generate a starter p msgstr "Do moatst op syn minst 7 oare persoanen folgje om in startpakket te generearjen." #: src/components/StarterPack/QrCodeDialog.tsx:69 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:89 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" @@ -14009,12 +14055,12 @@ 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:259 +#: src/components/dms/MessageItem.tsx:340 msgid "You reacted {0}" msgstr "Do hast mei {0} reagearre" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "" @@ -14023,8 +14069,20 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" +#: src/components/dms/MessageItem.tsx:804 +msgid "You replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:802 +msgid "You replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:800 +msgid "You replied to yourself" +msgstr "" + #. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 msgid "You requested to join" msgstr "" @@ -14050,12 +14108,12 @@ msgstr "Do รปntfangst no meldingen foar dit petear" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "Do รปntfangst in e-mailberjocht mei in โ€˜opnij-ynstelle-koadeโ€™. Fier hjir dy koade yn en fier dernei dyn nije wachtwurd yn." -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "" #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "" @@ -14127,7 +14185,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:646 +#: src/view/com/composer/Composer.tsx:644 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14199,11 +14257,11 @@ msgstr "Dyn chats binne รบtskeakele" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "Dyn kar sil foar takomstige keppelingen รปnthรขlden wurde. Do kinst it op elk momint yn de ynstellingen oanpasse." -#: src/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 "" @@ -14295,11 +14353,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:1141 +#: src/view/com/composer/Composer.tsx:1139 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1136 msgid "Your posts were sent" msgstr "" @@ -14320,7 +14378,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:1140 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your reply was sent" msgstr "" @@ -14333,7 +14391,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:1469 +#: src/view/com/composer/Composer.tsx:1467 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 4449b17d97..94cdac7208 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-10 21:06\n" +"PO-Revision-Date: 2026-06-17 12:23\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,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "Catagรณir \"{interestsDisplayName}\" (gnรญomhach)" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:867 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" msgstr "" -#: src/components/dms/getMessageInfo.ts:73 +#: 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)" @@ -75,7 +79,7 @@ msgstr "Cuireadh {0, plural, one {lipรฉad amhรกin} two {# lipรฉad} few {# lipรฉa msgid "{0, plural, one {# like} other {# likes}}" msgstr "{0, plural, one {# mholadh} two {# mholadh} few {# mholadh} many {# moladh} other {# moladh}}" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "" @@ -97,7 +101,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:269 +#: src/components/dms/MessageItem.tsx:350 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "" @@ -118,15 +122,15 @@ 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:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "{0} รก leanรบint" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:703 msgid "{0} is blocking you" msgstr "" @@ -273,7 +277,7 @@ msgstr "{0} as 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:345 msgid "{0} reacted {1}" msgstr "D'fhreagair {0} {1}" @@ -326,24 +330,22 @@ msgstr "abhatรกr {0}" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:143 +#: src/screens/Messages/JoinRequest.tsx:139 msgctxt "group-chat-member-count" msgid "{0}/{1}" msgstr "" #. The number of members in a group chat, in the format '{members}/{total} members'. -#. placeholder {0}: preview.memberCount -#. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 -msgid "{0}/{1} {2, plural, one {member} other {members}}" -msgstr "" - -#. The number of active group chat members out of the total number allowed. +#. The number of members in a group chat, in the format '{members}/{total} members'. #. placeholder {0}: joinLinkPreview.memberCount +#. placeholder {0}: preview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:329 -msgid "{0}/{1} members" +#. placeholder {1}: preview.memberLimit +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 +msgid "{0}/{1} {2, plural, one {member} other {members}}" msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. @@ -389,7 +391,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -397,33 +399,11 @@ msgstr "" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "" - #. 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 "" -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "" - #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" msgstr "" @@ -441,155 +421,155 @@ msgstr "{estimatedTimeHrs, plural, one {uair} two {uair} few {uair} many {uair} msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {nรณimรฉad} two {nรณimรฉad} few {nรณimรฉad} many {nรณimรฉad} other {nรณimรฉad}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: 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รบ" -#: 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 "Mhol {firstAuthorLink} agus <0>{additionalAuthorsCount, plural, one {duine amhรกin eile} two {beirt eile} few {{formattedAuthorsCount} dhuine eile} many {{formattedAuthorsCount} nduine eile} other {{formattedAuthorsCount} duine eile}} do shainfhotha" -#: 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 "Mhol {firstAuthorLink} agus <0>{additionalAuthorsCount, plural, one {duine amhรกin eile} two {beirt eile} few {{formattedAuthorsCount} dhuine eile} many {{formattedAuthorsCount} nduine eile} other {{formattedAuthorsCount} duine eile}} do phostรกil" -#: 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 "D'athphostรกil {firstAuthorLink} agus <0>{additionalAuthorsCount, plural, one {duine amhรกin eile} two {beirt eile} few {{formattedAuthorsCount} dhuine eile} many {{formattedAuthorsCount} nduine eile} other {{formattedAuthorsCount} duine eile}} do phostรกil" -#: 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 "Chlรกraigh {firstAuthorLink} agus <0>{additionalAuthorsCount, plural, one {duine amhรกin eile} two {beirt eile} few {{formattedAuthorsCount} dhuine eile} many {{formattedAuthorsCount} nduine eile} other {{formattedAuthorsCount} duine eile}} le do phacรกiste fรกilte" -#: 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 "Lean {firstAuthorLink} thรบ" -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "Lean {firstAuthorLink} thรบ" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "Mhol {firstAuthorLink} do shainfhotha" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "Mhol {firstAuthorLink} do phostรกil" -#: 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 "D'athphostรกil {firstAuthorLink} do phostรกil" -#: 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 "Chlรกraigh {firstAuthorLink} le do phacรกiste fรกilte" -#: src/view/com/notifications/NotificationFeedItem.tsx:454 +#: src/view/com/notifications/NotificationFeedItem.tsx:460 msgid "{firstAuthorLink} verified you" msgstr "Dheimhnigh {firstAuthorLink} thรบ" -#: 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 "Lean {firstAuthorName} agus {additionalAuthorsCount, plural, one {duine amhรกin eile} two {beirt eile} few {{formattedAuthorsCount} dhuine eile} many {{formattedAuthorsCount} nduine eile} other {{formattedAuthorsCount} duine eile}} thรบ" -#: src/view/com/notifications/NotificationFeedItem.tsx:382 +#: src/view/com/notifications/NotificationFeedItem.tsx:388 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "Mhol {firstAuthorName} agus {additionalAuthorsCount, plural, one {duine amhรกin eile} two {beirt eile} few {{formattedAuthorsCount} dhuine eile} many {{formattedAuthorsCount} nduine eile} other {{formattedAuthorsCount} duine eile}} do shainfhotha" -#: src/view/com/notifications/NotificationFeedItem.tsx:291 +#: src/view/com/notifications/NotificationFeedItem.tsx:297 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "Mhol {firstAuthorName} agus {additionalAuthorsCount, plural, one {duine amhรกin eile} two {beirt eile} few {{formattedAuthorsCount} dhuine eile} many {{formattedAuthorsCount} nduine eile} other {{formattedAuthorsCount} duine eile}} do phostรกil" -#: src/view/com/notifications/NotificationFeedItem.tsx: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 "D'athphostรกil {firstAuthorName} agus {additionalAuthorsCount, plural, one {duine amhรกin eile} two {beirt eile} few {{formattedAuthorsCount} dhuine eile} many {{formattedAuthorsCount} nduine eile} other {{formattedAuthorsCount} duine eile}} do phostรกil" -#: src/view/com/notifications/NotificationFeedItem.tsx: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 "Chlรกraigh {firstAuthorName} agus {additionalAuthorsCount, plural, one {duine amhรกin eile} two {beirt eile} few {{formattedAuthorsCount} dhuine eile} many {{formattedAuthorsCount} nduine eile} other {{formattedAuthorsCount} duine eile}} le do phacรกiste fรกilte" -#: src/view/com/notifications/NotificationFeedItem.tsx: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 "Lean {firstAuthorName} thรบ" -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" msgstr "Lean {firstAuthorName} thรบ" -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" msgstr "Mhol {firstAuthorName} do shainfhotha" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" msgstr "Mhol {firstAuthorName} do phostรกil" -#: 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 "D'athphostรกil {firstAuthorName} do phostรกil" -#: 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 "Chlรกraigh {firstAuthorName} le do phacรกiste fรกilte" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "Dheimhnigh {firstAuthorName} thรบ" @@ -659,12 +639,12 @@ msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "" @@ -697,6 +677,18 @@ msgstr "" msgid "{rank}." msgstr "" +#: src/components/dms/MessageItem.tsx:813 +msgid "{replierDisplayName} replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:809 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:807 +msgid "{replierDisplayName} replied to you" +msgstr "" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "" @@ -873,8 +875,8 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 #: src/screens/Messages/JoinRequests.tsx:192 #: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." @@ -955,7 +957,7 @@ msgstr "" msgid "Accepted conversations" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:113 +#: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -980,12 +982,12 @@ msgstr "Cuntas" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "Cuntas blocรกilte" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "Cuntas leanta" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "Balbhaรญodh an cuntas" @@ -1028,18 +1030,18 @@ msgstr "Baineadh an cuntas รณn mearliosta" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "Cuntas dรญbhlocรกilte" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "Cuntas dรญleanta" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "Nรญl an cuntas balbhaithe a thuilleadh" @@ -1054,12 +1056,13 @@ msgstr "" msgid "Activity from others" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "Cuir leis" @@ -1112,11 +1115,11 @@ msgstr "Cuir tรฉacs malartach leis seo (roghnach)" msgid "Add another account" msgstr "Cuir cuntas eile leis" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1518 msgid "Add another post" msgstr "Cuir postรกil eile leis" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2181 msgid "Add another post to thread" msgstr "" @@ -1182,7 +1185,7 @@ msgstr "Cuir focail agus clibeanna a balbhaรญodh leis seo" msgid "Add people" msgstr "Cuir daoine leis" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "" @@ -1214,8 +1217,8 @@ msgstr "Cuir an taifead DNS seo a leanas le d'fhearann:" msgid "Add this feed to your feeds" msgstr "Cuir an fotha seo le do chuid fothaรญ" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "Cuir le liostaรญ" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "" @@ -1246,8 +1249,8 @@ msgstr "" msgid "Added by invite link" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "Curtha leis an liosta" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "aoife@example.com" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "Uile" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "" @@ -1521,7 +1524,7 @@ msgid "An error occurred while loading your lists :/" msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:81 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:103 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "Tharla earrรกid agus an cรณd QR รก shรกbhรกil!" @@ -1589,8 +1592,8 @@ msgstr "Tharla fadhb agus an comhrรก รก oscailt" #: 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 "Tharla fadhb. Dรฉan iarracht eile, le do thoil." @@ -1643,7 +1646,7 @@ msgstr "Aon duine" msgid "Anyone can interact" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:340 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" msgstr "" @@ -1796,8 +1799,8 @@ msgstr "An bhfuil tรบ cinnte gur mhaith leat an pacรกiste fรกilte seo a scriosad msgid "Are you sure you want to discard your changes?" msgstr "An bhfuil tรบ cinnte gur mhaith leat do chuid athruithe a chur ar ceal?" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "" @@ -1814,11 +1817,11 @@ msgid "Are you sure you want to remove this from your feeds?" msgstr "An bhfuil tรบ cinnte gur mhaith leat รฉ seo a bhaint de do chuid fothaรญ?" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 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:1654 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?" @@ -1958,10 +1961,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2009,8 +2012,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "Blocรกil an cuntas seo" @@ -2088,6 +2091,10 @@ 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." @@ -2260,7 +2267,7 @@ msgstr "" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:181 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2274,13 +2281,13 @@ msgstr "" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:363 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "Le <0>{0}" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" msgstr "" @@ -2348,10 +2355,10 @@ msgstr "" #: src/screens/Deactivated.tsx:150 #: src/screens/Messages/components/InviteLinkDialog.tsx:500 #: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,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:1732 +#: src/view/com/composer/Composer.tsx:1742 #: 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 @@ -2380,6 +2387,10 @@ msgstr "Nรก dรฉan athlua na postรกla" msgid "Cancel reactivation and sign out" msgstr "" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "Cealaigh an cuardach" @@ -2481,7 +2492,7 @@ msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,7 +2509,7 @@ msgid "Chat ended" msgstr "" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:256 +#: src/components/intents/GroupChatJoinDialog.tsx:269 #: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" msgstr "" @@ -2520,12 +2531,12 @@ msgctxt "toast" msgid "Chat muted" msgstr "Balbhaรญodh an comhrรก" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." msgstr "" -#: src/components/moderation/BlockDialog.tsx:292 +#: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2544,10 +2555,10 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "Socruithe comhrรก" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Dรญbhalbhaรญodh an comhrรก" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "Comhrรกite" @@ -2731,7 +2742,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:533 +#: src/components/dms/MessageItem.tsx:622 msgid "Click to retry failed message" msgstr "Cliceรกil le triail eile a bhaint as teachtaireacht ar theip uirthi" @@ -2745,6 +2756,7 @@ msgstr "Cliceรกil le triail eile a bhaint as teachtaireacht ar theip uirthi" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "Cliceรกil le triail eile a bhaint as teachtaireacht ar theip uirthi" #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:233 -#: src/components/intents/GroupChatJoinDialog.tsx:268 +#: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2804,10 +2816,6 @@ msgstr "Dรบn an rabhadh" msgid "Close banner" msgstr "" -#: src/view/com/util/BottomSheetCustomBackdrop.tsx:36 -msgid "Close bottom drawer" -msgstr "Dรบn an tarraiceรกn รญochtair" - #. Accessibility label for the button that dismisses the GIF picker error dialog. #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:223 #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:229 @@ -2822,7 +2830,7 @@ msgstr "Dรบn an tarraiceรกn รญochtair" msgid "Close dialog" msgstr "Dรบn an dialรณg" -#: src/view/shell/index.web.tsx:129 +#: src/view/shell/index.web.tsx:127 msgid "Close drawer menu" msgstr "" @@ -2850,10 +2858,10 @@ msgstr "" msgid "Close the incoming requests banner" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:226 -#: src/components/intents/GroupChatJoinDialog.tsx:227 -#: src/components/intents/GroupChatJoinDialog.tsx:263 -#: src/components/intents/GroupChatJoinDialog.tsx:264 +#: 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 msgid "Close this dialog" msgstr "Dรบn an dialรณg seo" @@ -2866,15 +2874,15 @@ msgstr "" msgid "Closes password update alert" msgstr "Dรบnann sรฉ seo an rabhadh faoi uasdรกtรบ an phasfhocail" -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1740 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 "Laghdaigh an liosta รบsรกideoirรญ" -#: src/view/com/notifications/NotificationFeedItem.tsx:953 +#: src/view/com/notifications/NotificationFeedItem.tsx:959 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" @@ -2920,7 +2928,7 @@ msgid "Compose new post" msgstr "Cum postรกil nua" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1618 +#: src/view/com/composer/Composer.tsx:1616 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -2928,11 +2936,11 @@ msgstr "" msgid "Compose reply" msgstr "Scrรญobh freagra" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2578 msgid "Compressing GIF..." msgstr "GIF รก chomhbhrรบ..." -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing video..." msgstr "Fรญseรกn รก chomhbhrรบ..." @@ -3100,7 +3108,7 @@ msgstr "Lean ar aghaidh go dtรญ an chรฉad chรฉim eile" msgid "Conversation" msgstr "Comhrรก" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "Scriosadh an comhrรก" @@ -3127,7 +3135,7 @@ msgid "Copied build version to clipboard" msgstr "Leagan cรณipeรกilte sa ghearrthaisce" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3154,12 @@ msgstr "Cรณipeรกilte!" msgid "Copies build version to clipboard" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:198 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:265 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "Cรณipeรกil" @@ -3159,8 +3167,8 @@ msgstr "Cรณipeรกil" msgid "Copy App Password" msgstr "Cรณipeรกil an Pasfhocal Aipe" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "" @@ -3175,8 +3183,8 @@ msgid "Copy code" msgstr "Cรณipeรกil an cรณd" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "Cรณipeรกil an DID" @@ -3184,7 +3192,7 @@ msgstr "Cรณipeรกil an DID" msgid "Copy host" msgstr "Cรณipeรกil an t-รณstainm" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:254 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" msgstr "" @@ -3210,8 +3218,8 @@ msgstr "Cรณipeรกil an nasc leis an liosta" msgid "Copy link to post" msgstr "Cรณipeรกil an nasc leis an bpostรกil" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "" @@ -3219,8 +3227,8 @@ msgstr "" msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "Cรณipeรกil tรฉacs na teachtaireachta" @@ -3249,7 +3257,7 @@ msgstr "Cรณipeรกil an taifead TXT" msgid "Copyright Policy" msgstr "An polasaรญ maidir le cรณipcheart" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" msgstr "" @@ -3261,11 +3269,11 @@ msgstr "" msgid "Could not connect to feed service" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:120 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" msgstr "" @@ -3294,7 +3302,7 @@ msgstr "" msgid "Could not leave chat" msgstr "Nรญor รฉirรญodh ar an gcomhrรก a fhรกgรกil" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." msgstr "" @@ -3308,7 +3316,7 @@ msgstr "Nรญ fรฉidir an fotha a lรณdรกil" msgid "Could not load list" msgstr "Nรญ fรฉidir an liosta a lรณdรกil" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:169 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" msgstr "" @@ -3320,7 +3328,7 @@ msgstr "Nรญor รฉirรญodh ar an gcomhrรก a bhalbhรบ" msgid "Could not process your video" msgstr "Nรญorbh fhรฉidir d'fhรญseรกn a phrรณiseรกil" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." msgstr "" @@ -3329,7 +3337,7 @@ msgstr "" msgid "Could not save changes: {0}" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" msgstr "" @@ -3394,12 +3402,12 @@ msgstr "Cruthaigh pacรกiste fรกilte ar mo shon" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:314 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3457,13 @@ msgstr "" msgid "Create moderation list" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:308 +#: 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 "Cruthaigh cuntas nua" -#: src/screens/Messages/ConversationSettings/index.tsx:553 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "" @@ -3479,7 +3487,7 @@ msgstr "" #. placeholder {0}: i18n.date(createdAt, { dateStyle: 'long', timeStyle: 'short', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) #: src/screens/Messages/components/InviteLinkDialog.tsx:355 -#: src/screens/Messages/ConversationSettings/index.tsx:505 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "Cruthaรญodh {0}" @@ -3624,7 +3632,7 @@ msgstr "" msgid "Delete conversation" msgstr "Scrios an comhrรก" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "Scrios domsa" @@ -3637,7 +3645,7 @@ msgstr "" msgid "Delete message" msgstr "Scrios an teachtaireacht seo" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "Scrios an teachtaireacht seo domsa" @@ -3647,7 +3655,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:1630 +#: src/view/com/composer/Composer.tsx:1628 msgid "Delete post" msgstr "Scrios an phostรกil" @@ -3689,6 +3697,10 @@ 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 @@ -3794,9 +3806,9 @@ msgstr "Dรญchumasaithe" #: 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:1411 +#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1661 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3819,14 @@ msgstr "Nรก sรกbhรกil" msgid "Discard changes?" msgstr "Faigh rรฉidh leis na hathruithe?" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1409 #: 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:1428 -#: src/view/com/composer/Composer.tsx:1655 +#: src/view/com/composer/Composer.tsx:1426 +#: src/view/com/composer/Composer.tsx:1653 msgid "Discard post?" msgstr "Faigh rรฉidh leis an bpostรกil?" @@ -3852,7 +3864,7 @@ msgstr "Ruaig" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2499 msgid "Dismiss error" msgstr "Ruaig an earrรกid" @@ -3949,8 +3961,8 @@ msgstr "" #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:146 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3975,7 @@ msgstr "" msgid "Done" msgstr "Dรฉanta" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "Dรฉanta" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:520 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4087,8 +4093,8 @@ msgstr "" msgid "Edit" msgstr "Eagar" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "Eagar" @@ -4102,8 +4108,8 @@ msgstr "Cuir an t-abhatรกr in eagar" msgid "Edit Feeds" msgstr "Cuir Fothaรญ in Eagar" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "" @@ -4141,8 +4147,8 @@ msgstr "" msgid "Edit list details" msgstr "Athraigh mionsonraรญ an liosta" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "" @@ -4155,7 +4161,7 @@ msgstr "" msgid "Edit My Feeds" msgstr "Athraigh mo chuid fothaรญ" -#: src/screens/Messages/ConversationSettings/index.tsx:540 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "" @@ -4184,8 +4190,8 @@ msgstr "Athraigh an Phrรณifรญl" msgid "Edit starter pack" msgstr "Cuir an pacรกiste fรกilte in eagar" -#: src/screens/Messages/ConversationSettings/index.tsx:486 -#: src/screens/Messages/ConversationSettings/index.tsx:539 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "" @@ -4402,7 +4408,7 @@ msgstr "" msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2598 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Earrรกid" @@ -4481,7 +4487,7 @@ msgstr "Fรกg an mรณd lรกnscรกileรกin" msgid "Expand alt text" msgstr "Taispeรกin an tรฉacs malartach ina iomlรกine" -#: src/view/com/notifications/NotificationFeedItem.tsx:606 +#: src/view/com/notifications/NotificationFeedItem.tsx:612 msgid "Expand list of users" msgstr "Leathnaigh an liosta รบsรกideoirรญ" @@ -4596,8 +4602,8 @@ msgstr "" msgid "Failed to accept join request" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "" @@ -4606,6 +4612,10 @@ msgstr "" msgid "Failed to add members" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "" @@ -4615,7 +4625,7 @@ msgid "Failed to change handle. Please try again." msgstr "Theip ar athrรบ an leasainm. Bain triail eile as." #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:129 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "" @@ -4664,7 +4674,7 @@ msgstr "" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:374 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "" @@ -4692,7 +4702,7 @@ msgstr "" msgid "Failed to ignore join request" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:137 +#: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4700,14 +4710,14 @@ msgstr "" msgid "Failed to launch SMS app" msgstr "" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:401 +#: 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 "" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "" @@ -4753,15 +4763,20 @@ msgstr "Teip ar lรณdรกil na bhfothaรญ molta" msgid "Failed to load suggested follows" msgstr "Teip ar lรณdรกil na gcuntas molta" -#: src/screens/Messages/ConversationSettings/index.tsx:426 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +msgid "Failed to mark all chats as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 +#: src/view/shell/bottom-bar/BottomBar.tsx:450 msgid "Failed to mark all requests as read" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:390 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "" @@ -4783,12 +4798,16 @@ msgstr "" msgid "Failed to remove data. {0}" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:111 +#: 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 "" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "" @@ -4802,7 +4821,7 @@ msgstr "" msgid "Failed to remove verification" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:180 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." msgstr "" @@ -4811,7 +4830,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:648 +#: src/view/com/composer/Composer.tsx:646 msgid "Failed to save draft" msgstr "" @@ -4854,7 +4873,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "Teip ar bhalbhรบ an tsnรกithe a athrรบ; bain triail eile as" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:435 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "" @@ -5116,16 +5135,16 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 "Lean" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "Lean {0}" @@ -5149,8 +5168,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "Lean 7 gcuntas" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "" @@ -5173,9 +5192,9 @@ msgstr "" #. 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:423 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "Lean ar ais" @@ -5211,7 +5230,7 @@ msgstr "Leanta ag <0>{0} agus <1>{1}" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "Leanta ag <0>{0}, <1>{1}, agus {2, plural, one {duine amhรกin eile} two {beirt eile} few {# dhuine eile} many {# nduine eile} other {# duine eile}}" -#: src/components/intents/GroupChatJoinDialog.tsx:339 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" msgstr "" @@ -5231,10 +5250,10 @@ msgstr "Leantรณirรญ a bhfuil aithne agat orthu" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 "ร leanรบint" @@ -5249,7 +5268,7 @@ msgstr "ร leanรบint" #. 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 "Ag leanรบint {0}" @@ -5467,7 +5486,7 @@ msgstr "" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2603 msgid "GIF uploaded" msgstr "" @@ -5526,8 +5545,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "Abhaile" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "" @@ -5538,8 +5557,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "" @@ -5547,7 +5566,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 "" @@ -5622,9 +5641,9 @@ msgstr "" msgid "Grooming or predatory behavior" msgstr "" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:321 -#: src/screens/Messages/JoinRequest.tsx:129 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" msgstr "" @@ -5632,17 +5651,17 @@ msgstr "" msgid "Group chat invite link dialog" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:417 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:382 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "" @@ -5653,12 +5672,12 @@ msgid "Group chat settings" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:385 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "" @@ -5682,12 +5701,12 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "" @@ -5829,7 +5848,7 @@ msgstr "Liosta i bhfolach" msgid "Hide" msgstr "Cuir i bhfolach" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "Cuir i bhfolach" @@ -5904,7 +5923,7 @@ msgstr "An bhfuil fonn ort treochtaรญ a chur i bhfolach?" msgid "Hide trending videos?" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:951 +#: src/view/com/notifications/NotificationFeedItem.tsx:957 msgid "Hide user list" msgstr "Cuir liosta na gcuntas i bhfolach" @@ -5960,7 +5979,7 @@ msgstr "Foighne ort! Tรก fรญseรกin รก seoladh de rรฉir a chรฉile, agus tรก tรบ f #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6210,7 +6229,7 @@ msgstr "" msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "" @@ -6268,7 +6287,7 @@ msgstr "" msgid "Invalid 2FA confirmation code." msgstr "Tรก an cรณd 2FA seo neamhbhailรญ." -#: src/components/intents/GroupChatJoinDialog.tsx:147 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." msgstr "" @@ -6290,7 +6309,7 @@ msgstr "" msgid "Invalid report subject" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:187 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." msgstr "" @@ -6315,15 +6334,15 @@ 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:140 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:155 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6336,17 +6355,17 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:335 #: src/screens/Messages/components/InviteLinkDialog.tsx:514 #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 -#: src/screens/Messages/ConversationSettings/index.tsx:556 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:213 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" msgstr "" @@ -6410,7 +6429,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:2520 +#: src/view/com/composer/Composer.tsx:2518 msgid "Job ID: {0}" msgstr "ID an Jab: {0}" @@ -6420,7 +6439,7 @@ msgid "Jobs" msgstr "Jabanna" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:282 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" msgstr "" @@ -6431,12 +6450,12 @@ msgstr "" msgid "Join Bluesky" msgstr "Clรกraigh le Bluesky" -#: src/components/intents/GroupChatJoinDialog.tsx:71 -#: src/components/intents/GroupChatJoinDialog.tsx:448 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:176 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." msgstr "" @@ -6450,8 +6469,8 @@ msgstr "Glac pรกirt sa chomhrรก" msgid "Journalism" msgstr "Iriseoireacht" -#: src/view/com/composer/Composer.tsx:1461 -#: src/view/com/composer/Composer.tsx:1471 +#: src/view/com/composer/Composer.tsx:1459 +#: src/view/com/composer/Composer.tsx:1469 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6609,7 +6628,7 @@ msgid "Learn more." msgstr "Tuilleadh eolais." #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:590 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "ร‰irigh as" @@ -6623,8 +6642,8 @@ msgstr "ร‰irigh as" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "ร‰irigh as an gcomhrรก" @@ -6644,12 +6663,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "ร‰irigh as an gcomhrรก" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:589 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "" @@ -6658,11 +6677,11 @@ msgstr "" msgid "Leaving Bluesky" msgstr "Ag fรกgรกil slรกn ag Bluesky" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: src/screens/Messages/ConversationSettings/prompts.tsx:153 msgid "Leaving this chat will lock it permanently and you wonโ€™t be able to rejoin." msgstr "" -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." msgstr "" @@ -6935,9 +6954,9 @@ msgstr "Lรณdรกil fรณgraรญ nua" msgid "Load new posts" msgstr "Lรณdรกil postรกlacha nua" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "" @@ -6954,23 +6973,23 @@ msgstr "" msgid "Loading..." msgstr "Ag lรณdรกil โ€ฆ" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:568 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "" @@ -7051,6 +7070,16 @@ msgstr "Bainistigh do chuid clibeanna agus na focail a bhalbhaigh tรบ" msgid "Mark all as read" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:459 +#: src/view/shell/bottom-bar/BottomBar.tsx:463 +msgid "Mark all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:467 +#: src/view/shell/bottom-bar/BottomBar.tsx:471 +msgid "Mark all requests as read" +msgstr "" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7089,14 @@ msgstr "Marcรกil lรฉite" msgid "Marked all as read" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,7 +7120,7 @@ msgstr "" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Meรกin a d'fhรฉadfadh a bheith mรญ-oiriรบnach nรณ a chuirfeadh isteach ar dhaoine รกirithe." -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." msgstr "" @@ -7092,7 +7129,7 @@ msgstr "" msgid "Members" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "" @@ -7111,13 +7148,13 @@ msgstr "Luaite" msgid "Menu" msgstr "Clรกr" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 +#: 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" @@ -7132,7 +7169,7 @@ msgstr "Teachtaireacht {0}" msgid "Message {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "Scriosadh an teachtaireacht" @@ -7141,13 +7178,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Scriosadh an teachtaireacht" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:616 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "" @@ -7156,21 +7193,21 @@ msgstr "" msgid "Message from server: {0}" msgstr "Teachtaireacht รณn bhfreastalaรญ: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "Rรฉimse ionchur teachtaireachtaรญ" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "" @@ -7178,11 +7215,11 @@ msgstr "" msgid "Messages" msgstr "Teachtaireachtaรญ" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:715 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:621 +#: src/components/dms/MessageItem.tsx:710 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7219,8 +7256,8 @@ msgstr "Mionsonraรญ modhnรณireachta" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "Liosta modhnรณireachta le {0}" @@ -7228,7 +7265,7 @@ msgstr "Liosta modhnรณireachta le {0}" msgid "Moderation list by <0/>" msgstr "Liosta modhnรณireachta le <0/>" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "Liosta modhnรณireachta leat" @@ -7281,8 +7318,8 @@ msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "Tuilleadh roghanna" @@ -7302,7 +7339,7 @@ msgstr "Scannรกin" msgid "Music" msgstr "Ceol" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "Balbhaigh" @@ -7320,8 +7357,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "Balbhaigh cuntas" @@ -7347,7 +7384,7 @@ msgstr "Balbhaigh an liosta" msgid "Mute these accounts?" msgstr "An bhfuil fonn ort na cuntais seo a bhalbhรบ?" -#: src/screens/Messages/ConversationSettings/index.tsx:530 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "" @@ -7389,7 +7426,7 @@ msgstr "Balbhaigh focail โŠ clibeanna" msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "" @@ -7480,7 +7517,7 @@ 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:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "Nua" @@ -7490,21 +7527,21 @@ msgctxt "action" msgid "New" msgstr "Nua" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: 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:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "Comhrรก nua" @@ -7592,11 +7629,11 @@ msgctxt "action" msgid "New post" msgstr "Postรกil nua" -#: 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 "" @@ -7718,7 +7755,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 "Nรญ leantar {0} nรญos mรณ" @@ -7726,7 +7763,7 @@ msgstr "Nรญ leantar {0} nรญos mรณ" msgid "No media yet" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "Nรญl aon teachtaireacht ann fรณs" @@ -7763,7 +7800,7 @@ msgstr "" msgid "No one but the author can quote this post." msgstr "Is รฉ an t-รบdar amhรกin atรก in ann an phostรกil seo a athlua." -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "" @@ -7831,6 +7868,11 @@ 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" @@ -7895,7 +7937,7 @@ msgstr "Nรญ bhfuarthas รฉ sin" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "Nรณta faoi roinnt" @@ -7931,7 +7973,7 @@ msgstr "Fuaimeanna fรณgra" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8017,7 @@ msgstr "OK" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:722 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8008,11 +8050,11 @@ 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:862 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:861 +#: src/view/com/composer/Composer.tsx:859 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." @@ -8024,11 +8066,11 @@ msgstr "" 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:657 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:869 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" @@ -8041,7 +8083,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:234 +#: src/view/com/composer/Composer.tsx:233 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8053,7 +8095,7 @@ msgstr "" msgid "Only admins can ignore join requests." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:145 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." msgstr "" @@ -8068,12 +8110,12 @@ msgid "Only image files are supported" msgstr "Nรญ thacaรญtear ach le comhaid รญomhรก" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:222 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:292 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" msgstr "" @@ -8107,7 +8149,7 @@ msgid "Open camera" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:437 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" msgstr "" @@ -8115,8 +8157,8 @@ msgstr "" msgid "Open chat member options for {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "Oscail na roghanna comhrรก" @@ -8128,9 +8170,9 @@ msgstr "" msgid "Open drawer menu" msgstr "Oscail an roghchlรกr tarraiceรกin" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2158 msgid "Open emoji picker" msgstr "Oscail roghnรณir na n-emoji" @@ -8151,7 +8193,7 @@ msgstr "" msgid "Open Germ DM" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" msgstr "" @@ -8166,11 +8208,11 @@ msgid "Open in Google Translate" msgstr "" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "Oscail nasc le {niceUrl}" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "Oscail na roghanna teachtaireachta" @@ -8221,7 +8263,7 @@ msgstr "Oscail leathanach an Storybook" msgid "Open system log" msgstr "Oscail logleabhar an chรณrais" -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" msgstr "" @@ -8275,13 +8317,13 @@ msgstr "" msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" -#: src/screens/Messages/JoinRequest.tsx:309 +#: 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 "Osclaรญonn sรฉ seo an prรณiseas le cuntas nua Bluesky a chruthรบ" -#: src/screens/Messages/JoinRequest.tsx:295 +#: 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" @@ -8341,7 +8383,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 "Osclaรญonn sรฉ an phrรณifรญl seo" @@ -8513,6 +8555,16 @@ msgstr "Na leantรณirรญ atรก ag @{0}" msgid "People I follow" msgstr "" +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "" @@ -8813,7 +8865,7 @@ msgstr "Polaitรญocht" msgid "Porn" msgstr "Pornagrafaรญocht" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post" msgstr "Postรกil" @@ -8833,12 +8885,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Post All" msgstr "Postรกil Uile" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1468 msgid "Post anyway" msgstr "" @@ -9015,11 +9067,11 @@ msgstr "Polasaรญ Prรญobhรกideachta" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2592 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing video..." msgstr "Fรญseรกn รก phrรณiseรกil..." @@ -9031,7 +9083,7 @@ msgstr "ร phrรณiseรกil..." msgid "profile" msgstr "prรณifรญl" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9117,22 @@ 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:1792 +#: src/view/com/composer/Composer.tsx:1790 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:1785 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:1774 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:1779 msgid "Publish reply" msgstr "" @@ -9109,7 +9161,7 @@ msgid "QR code has been downloaded!" msgstr "รoslรณdรกladh an cรณd QR!" #: src/components/StarterPack/QrCodeDialog.tsx:122 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "Sรกbhรกladh an cรณd QR i do rolla cheamara!" @@ -9172,8 +9224,8 @@ msgstr "" msgid "React with {emoji}" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "" @@ -9268,10 +9320,6 @@ msgstr "Molta" msgid "Reconnect" msgstr "Athnasc" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "" - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" @@ -9291,12 +9339,14 @@ msgstr "" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "Athlรณdรกil comhrรกite" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9355,9 @@ msgstr "Athlรณdรกil comhrรกite" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "Scrios" @@ -9326,7 +9375,7 @@ msgstr "Bain {displayName} den phacรกiste fรกilte" msgid "Remove {displayName} from this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" msgstr "" @@ -9443,14 +9492,14 @@ msgstr "Bain an fotha seo de do chuid fothaรญ sรกbhรกilte" msgid "Remove unavailable moderation services" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "" @@ -9466,8 +9515,8 @@ msgstr "Bainte ag an รบdar" msgid "Removed by you" msgstr "Bainte agat" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "Baineadh den liosta รฉ" @@ -9535,6 +9584,14 @@ msgctxt "description" msgid "Replied to you" msgstr "" +#: src/components/dms/MessageItem.tsx:883 +msgid "Replied-to message from {senderName}, tap to scroll to it" +msgstr "" + +#: src/components/dms/MessageItem.tsx:884 +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 @@ -9552,7 +9609,12 @@ msgstr "Cuireadh bac ar fhreagraรญ" msgid "Replies to this post are disabled." msgstr "Nรญ fรฉidir freagraรญ a thabhairt ar an bpostรกil seo." -#: src/view/com/composer/Composer.tsx:1804 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "Freagair" + +#: src/view/com/composer/Composer.tsx:1802 msgctxt "action" msgid "Reply" msgstr "Freagair" @@ -9590,14 +9652,14 @@ msgstr "Nuashonraรญodh infheictheacht na bhfreagraรญ" msgid "Reply was successfully hidden" msgstr "Cuireadh an freagra i bhfolach" -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:582 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "Tuairiscigh" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "" @@ -9623,7 +9685,7 @@ msgstr "Dรฉan gearรกn faoi fhotha" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "Tuairiscigh an teachtaireacht seo" @@ -9657,7 +9719,7 @@ msgstr "" msgid "Report this feed" msgstr "Dรฉan gearรกn faoin fhotha seo" -#: src/screens/Messages/ConversationSettings/index.tsx:581 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "" @@ -9737,7 +9799,7 @@ msgstr "Athphostรกlacha den phostรกil seo" msgid "Reposts of your reposts" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:447 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" msgstr "" @@ -9755,7 +9817,7 @@ msgid "Request ignored." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:281 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" msgstr "" @@ -9764,7 +9826,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "" @@ -9791,9 +9853,9 @@ msgstr "Riachtanach don solรกthraรญ seo" msgid "Required in your region" msgstr "Riachtanach i do rรฉigiรบn" -#: src/components/intents/GroupChatJoinDialog.tsx:296 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:310 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:115 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:117 msgid "Rescind request" msgstr "" @@ -9872,7 +9934,7 @@ 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:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 #: src/screens/Messages/JoinRequests.tsx:361 @@ -9928,7 +9990,7 @@ msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10015,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:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Sรกbhรกil na hathruithe" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1421 #: 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:1449 #: 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:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10022,13 +10084,13 @@ msgid "Saved to your feeds" msgstr "Sรกbhรกilte le mo chuid fothaรญ" #: 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 "Abair heileo!" -#: src/screens/Messages/ChatList.tsx:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "" @@ -10058,6 +10120,10 @@ msgstr "" msgid "Scroll right" msgstr "" +#: src/components/dms/MessageItem.tsx:774 +msgid "Scroll to the message this is replying to" +msgstr "" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "Fill ar an mbarr" @@ -10067,7 +10133,7 @@ msgstr "Fill ar an mbarr" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Cuardaigh" @@ -10148,8 +10214,8 @@ msgstr "" msgid "Search my posts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "" @@ -10425,8 +10491,8 @@ msgstr "" msgid "Send feedback" msgstr "Seol aiseolas" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "Seol teachtaireacht" @@ -10460,7 +10526,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:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "" @@ -10565,7 +10631,7 @@ msgstr "Gnรญomhaรญocht ghnรฉasach nรณ lomnochtacht ghรกirsiรบil." msgid "Sexually Suggestive" msgstr "Graosta" -#: 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 @@ -10577,7 +10643,7 @@ msgstr "Graosta" msgid "Share" msgstr "Comhroinn" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "Comhroinn mar sin fรฉin" @@ -10641,8 +10707,8 @@ msgstr "Roinn an pacรกiste fรกilte seo agus cuidigh le daoine pรกirt a ghlacadh #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "" @@ -10796,15 +10862,15 @@ msgstr "" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:294 -#: src/screens/Messages/JoinRequest.tsx:300 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,7 +10896,7 @@ msgstr "" msgid "Sign in or create your account to join the conversation!" msgstr "Logรกil isteach nรณ clรกraigh chun pรกirt a ghlacadh sa chomhrรก!" -#: src/screens/Messages/JoinRequest.tsx:220 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." msgstr "" @@ -10842,7 +10908,7 @@ msgstr "" msgid "Sign in to Bluesky or create a new account" msgstr "Logรกil isteach chuig Bluesky nรณ cruthaigh cuntas nua" -#: src/screens/Messages/JoinRequest.tsx:219 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." msgstr "" @@ -10900,7 +10966,7 @@ msgstr "Nรก bac leis" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1466 msgid "Skip empty posts?" msgstr "" @@ -10971,12 +11037,12 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:347 msgid "Someone reacted {0}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "" @@ -10996,10 +11062,6 @@ msgstr "" msgid "Someone was removed from the group" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "" - #: 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 "" @@ -11043,8 +11105,8 @@ msgstr "Rud รฉigin mรญcheart? Abair linn." 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 "" @@ -11214,13 +11276,13 @@ msgid "Subscribe" msgstr "Liostรกil" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "" @@ -11255,7 +11317,7 @@ msgstr "" msgid "Success!" msgstr "D'รฉirigh leis!" -#: src/components/intents/GroupChatJoinDialog.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" msgstr "" @@ -11355,7 +11417,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:572 +#: src/components/dms/MessageItem.tsx:661 msgid "Tap for details" msgstr "" @@ -11390,7 +11452,7 @@ msgid "Tap to dismiss" msgstr "Tapรกil le dรบnadh" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:453 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" msgstr "" @@ -11398,34 +11460,34 @@ msgstr "" msgid "Tap to open this group chat" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:452 +#: src/components/intents/GroupChatJoinDialog.tsx:468 msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:537 +#: src/components/dms/MessageItem.tsx:626 msgid "Tap to retry" msgstr "" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:373 msgid "Tap to view reactions" msgstr "" @@ -11528,7 +11590,7 @@ msgstr "Sin an mรฉid!" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "Beidh an cuntas seo in ann caidreamh a dhรฉanamh leat tar รฉis duit รฉ a dhรญbhlocรกil" @@ -11594,7 +11656,7 @@ msgstr "" msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:155 +#: src/components/intents/GroupChatJoinDialog.tsx:165 #: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." msgstr "" @@ -11621,7 +11683,7 @@ msgstr "Is dรณigh go bhfuil fadhb leis an bhfreastalaรญ. Bain triail eile as i g msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "Tรก an pacรกiste fรกilte sin neamhbhailรญ. Tig leat รฉ a scriosadh." -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "" @@ -11665,8 +11727,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "" #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:182 +#: 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 "" @@ -11693,7 +11755,7 @@ msgstr "Bhรญ fadhb ann maidir le fรณgraรญ a fhรกil. Tapรกil anseo le triail eile msgid "There was an issue fetching posts. Tap here to try again." msgstr "Bhรญ fadhb ann maidir le postรกlacha a fhรกil. Tapรกil anseo le triail eile a bhaint as." -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "Bhรญ fadhb ann maidir leis an liosta a fhรกil. Tapรกil anseo le triail eile a bhaint as." @@ -11733,12 +11795,12 @@ msgstr "Bhรญ fadhb ann maidir le do chuid fothaรญ a nuashonrรบ. Seiceรกil do che #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "Bhรญ fadhb ann! {0}" @@ -11778,7 +11840,7 @@ msgstr "Cuirtear na socruithe seo i bhfeidhm ar an bhfotha Following amhรกin." msgid "They own this chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." msgstr "" @@ -11828,22 +11890,22 @@ msgstr "" 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 "" -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:287 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:430 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" msgstr "" @@ -11881,7 +11943,7 @@ msgstr "Nรญl an t-รกbhar seo le feiceรกil toisc gur bhlocรกil duine de na hรบsรก msgid "This content is not viewable without a Bluesky account." msgstr "Nรญl an t-รกbhar seo le feiceรกil gan chuntas Bluesky." -#: src/components/intents/GroupChatJoinDialog.tsx:141 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." msgstr "" @@ -11931,7 +11993,7 @@ msgstr "Tรก an fotha seo folamh." msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "Nรญl an fotha seo ar lรญne nรญos mรณ. Tรก <0>Discover รก thaispeรกint againn ina ionad." -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" msgstr "" @@ -11947,11 +12009,11 @@ msgstr "" msgid "This information is private and not shared with other users." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:151 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:223 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" msgstr "" @@ -11997,17 +12059,17 @@ msgstr "" msgid "This list is empty." msgstr "Tรก an liosta seo folamh." -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:688 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:658 +#: src/components/dms/MessageItem.tsx:684 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12045,11 +12107,11 @@ 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:1043 +#: src/view/com/composer/Composer.tsx:1041 msgid "This post's author has disabled quote posts." msgstr "Chuir รบdar na postรกla seo cosc ar phostรกlacha athluaite." -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "" @@ -12242,8 +12304,8 @@ msgstr "" msgid "Topic" msgstr "รbhar" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,7 +12375,7 @@ msgctxt "action" msgid "Try again" msgstr "Bain triail eile as" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." msgstr "" @@ -12335,7 +12397,7 @@ msgstr "Teilifรญs" msgid "Two-factor authentication (2FA)" msgstr "Fรญordheimhniรบ dรฉshraithe (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "Scrรญobh do theachtaireacht anseo" @@ -12401,7 +12463,7 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:726 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12409,14 +12471,14 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:211 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "Dรญbhlocรกil" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "Dรญbhlocรกil" @@ -12427,8 +12489,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "Dรญbhlocรกil an cuntas" @@ -12437,7 +12499,7 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "An bhfuil fonn ort an cuntas seo a dhรญbhlocรกil?" @@ -12474,12 +12536,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Cuir stop leis an athphostรกil ({0, plural, one {# athphostรกil} two {# athphostรกil} few {# athphostรกil} many {# n-athphostรกil} other {# athphostรกil}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "Dรญlean {0}" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "" @@ -12521,11 +12583,11 @@ msgstr "Dรญmhol" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Dรญmhol ({0, plural, one {# mholadh} two {# mholadh} few {# mholadh} many {# moladh} other {# moladh}})" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:567 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "" @@ -12548,8 +12610,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "" @@ -12562,7 +12624,7 @@ msgstr "Nรก balbhaigh an comhrรก seo nรญos mรณ" msgid "Unmute list" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:529 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "" @@ -12641,7 +12703,7 @@ msgstr "Dhรญliostรกil tรบ รณn liosta seo" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1557 +#: src/view/com/composer/Composer.tsx:1555 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -12654,12 +12716,9 @@ msgstr "" msgid "Update" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "Nuashonraigh <0>{displayName} i Liostaรญ" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" msgstr "" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 @@ -12669,6 +12728,10 @@ msgstr "" msgid "Update email" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 #: src/screens/Messages/components/InviteLinkDialog.tsx:303 @@ -12680,14 +12743,6 @@ msgstr "" msgid "Update to {domain}" msgstr "Uasdรกtรบ chuig {domain}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "" - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "" @@ -12736,7 +12791,7 @@ msgstr "Uaslรณdรกil รณ Chomhaid" msgid "Upload from Library" msgstr "Uaslรณdรกil รณ Leabharlann" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2585 msgid "Uploading GIF..." msgstr "" @@ -12750,7 +12805,7 @@ msgstr "รomhรกnna รก n-uaslรณdรกil..." msgid "Uploading link thumbnail..." msgstr "Mionsamhail รก huaslรณdรกil..." -#: src/view/com/composer/Composer.tsx:2589 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading video..." msgstr "Fรญseรกn รก uaslรณdรกil..." @@ -12826,7 +12881,7 @@ msgid "User Blocks You" msgstr "Blocรกlann an t-รบsรกideoir seo thรบ" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "Liosta รบsรกideoirรญ le {0}" @@ -12835,7 +12890,7 @@ msgstr "Liosta รบsรกideoirรญ le {0}" msgid "User List by {0}" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "Liosta รบsรกideoirรญ leat" @@ -12875,16 +12930,6 @@ msgstr "รบsรกideoirรญ a bhfuil <0>@{0} รก leanรบint" msgid "users following <0>@{0}" msgstr "" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "Luach:" @@ -12912,8 +12957,8 @@ msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "" @@ -13039,7 +13084,7 @@ msgstr "Fรญseรกn gan aimsiรบ." msgid "Video settings" msgstr "Socruithe fรญse" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2605 msgid "Video uploaded" msgstr "Uaslรณdรกladh an fรญseรกn" @@ -13056,14 +13101,14 @@ msgstr "Fรญseรกin" msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1150 +#: src/view/com/composer/Composer.tsx:1148 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "" @@ -13078,7 +13123,7 @@ msgstr "Fรฉach ar an abhatรกr atรก ag {0}" #: 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 "Amharc ar phrรณifรญl {0}" @@ -13092,7 +13137,7 @@ msgstr "" msgid "View {displayName}โ€™s profile" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "" @@ -13145,7 +13190,7 @@ msgstr "Tuilleadh" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1143 msgid "View post" msgstr "" @@ -13162,10 +13207,10 @@ msgstr "Fรฉach ar an bprรณifรญl" msgid "View profile banner" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "" @@ -13173,7 +13218,7 @@ msgstr "" msgid "View the avatar" msgstr "Fรฉach ar an abhatรกr" -#: src/screens/Messages/ConversationSettings/index.tsx:554 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "" @@ -13441,7 +13486,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:1039 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." @@ -13492,7 +13537,7 @@ 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?" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1519 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Aon scรฉal?" @@ -13519,7 +13564,7 @@ msgid "Who can verify?" msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "รšps!" @@ -13578,7 +13623,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:1437 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13587,12 +13632,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1617 +#: src/view/com/composer/Composer.tsx:1615 msgid "Write post" msgstr "Scrรญobh postรกil" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1517 msgid "Write your reply" msgstr "Scrรญobh freagra" @@ -13658,7 +13703,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:610 +#: src/components/dms/MessageItem.tsx:699 msgid "You are blocking {0}" msgstr "" @@ -13764,11 +13809,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:221 +#: src/view/com/composer/Composer.tsx:220 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:1442 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13803,8 +13848,8 @@ msgstr "" msgid "You can update this later from your settings." msgstr "Tig leat รฉ seo a uasdรกtรบ รณ do shocruithe." -#: src/components/dms/ActionsWrapper.web.tsx:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:115 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13839,7 +13884,7 @@ msgstr "Nรญl aon fhothaรญ sรกbhรกilte agat." msgid "You got here first" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:166 +#: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and canโ€™t join it using this link." msgstr "" @@ -13884,6 +13929,7 @@ msgstr "Bhalbhaigh tรบ an cuntas seo." msgid "You have muted this user" msgstr "Bhalbhaigh tรบ an t-รบsรกideoir seo" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "Nรญl aon liostaรญ agat." @@ -13912,7 +13958,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:1434 +#: src/view/com/composer/Composer.tsx:1432 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -13970,7 +14016,7 @@ msgstr "" msgid "You may only add up to 3 feeds" msgstr "Nรญ fรฉidir leat ach suas le 3 fhotha a chur leis seo" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." msgstr "" @@ -13983,7 +14029,7 @@ msgid "You must be following at least seven other people to generate a starter p msgstr "Nรญ mรณr duit seachtar ar a laghad a leanรบint le pacรกiste fรกilte a chruthรบ." #: src/components/StarterPack/QrCodeDialog.tsx:69 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:89 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" @@ -14009,12 +14055,12 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:259 +#: src/components/dms/MessageItem.tsx:340 msgid "You reacted {0}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "" @@ -14023,8 +14069,20 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" +#: src/components/dms/MessageItem.tsx:804 +msgid "You replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:802 +msgid "You replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:800 +msgid "You replied to yourself" +msgstr "" + #. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 msgid "You requested to join" msgstr "" @@ -14050,12 +14108,12 @@ msgstr "Gheobhaidh tรบ fรณgraรญ don snรกithe seo anois." msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "Gheobhaidh tรบ teachtaireacht rรญomhphoist le โ€œcรณd athshocraitheโ€ ann. Cuir an cรณd sin isteach anseo, ansin cuir do phasfhocal nua isteach." -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "" #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "" @@ -14127,7 +14185,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:646 +#: src/view/com/composer/Composer.tsx:644 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14199,11 +14257,11 @@ msgstr "Cuireadh do chuid comhrรกite ar ceal" 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 "" @@ -14295,11 +14353,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:1139 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1136 msgid "Your posts were sent" msgstr "" @@ -14320,7 +14378,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:1140 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your reply was sent" msgstr "" @@ -14333,7 +14391,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:1467 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 bc086c4c96..66de8217a6 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-10 21:06\n" +"PO-Revision-Date: 2026-06-17 12:23\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,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "Roinn-seรฒrsa โ€œ{interestsDisplayName}โ€ (gnรฌomhach)" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:867 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" msgstr "" -#: src/components/dms/getMessageInfo.ts:73 +#: 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)" @@ -75,7 +79,7 @@ msgstr "Chaidh {0, plural, one {# leubail} two {# leubail} few {# leubailean} ot msgid "{0, plural, one {# like} other {# likes}}" msgstr "{0, plural, one {โ€™s toil le # seo} two {โ€™s toil le # seo} few {โ€™s toil le # seo} other {โ€™s toil le # seo}}" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "" @@ -97,7 +101,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:269 +#: src/components/dms/MessageItem.tsx:350 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "" @@ -118,15 +122,15 @@ 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:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: 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}}" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "aโ€™ leantainn {0}" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:703 msgid "{0} is blocking you" msgstr "" @@ -273,7 +277,7 @@ msgstr "{0} ร  50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:345 msgid "{0} reacted {1}" msgstr "Chuir {0} {1} mar fhrith-fhreagairt" @@ -326,24 +330,22 @@ msgstr "An t-avatar aig {0}" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:143 +#: src/screens/Messages/JoinRequest.tsx:139 msgctxt "group-chat-member-count" msgid "{0}/{1}" msgstr "" #. The number of members in a group chat, in the format '{members}/{total} members'. -#. placeholder {0}: preview.memberCount -#. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 -msgid "{0}/{1} {2, plural, one {member} other {members}}" -msgstr "" - -#. The number of active group chat members out of the total number allowed. +#. The number of members in a group chat, in the format '{members}/{total} members'. #. placeholder {0}: joinLinkPreview.memberCount +#. placeholder {0}: preview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:329 -msgid "{0}/{1} members" +#. placeholder {1}: preview.memberLimit +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 +msgid "{0}/{1} {2, plural, one {member} other {members}}" msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. @@ -389,7 +391,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -397,33 +399,11 @@ msgstr "" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "{count, plural, one {# nรฌ gun leughadh} two {# nรฌ gun leughadh} few {# nithean gun leughadh} other {# nรฌ gun leughadh}}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "" - #. 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 "" -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "" - #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" msgstr "" @@ -441,155 +421,155 @@ msgstr "{estimatedTimeHrs, plural, one {uair a thรฌde} two {uair a thรฌde} few { msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {mhionaid} two {mhionaid} few {mionaidean} other {mionaid}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: 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" -#: 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 "Tha an t-inbhir gnร thaichte agad aโ€™ cรฒrdadh ri {firstAuthorLink} agus <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}}" -#: 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 "โ€™S toil le {firstAuthorLink} agus <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}} am post agad" -#: 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 "โ€™S toil le {firstAuthorLink} agus <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}} an ath-phostadh agad" -#: 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 "Thug {firstAuthorLink} agus <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}} air falbh an dearbhadh a rinn iad air aโ€™ chunntas agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:322 +#: src/view/com/notifications/NotificationFeedItem.tsx:328 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "Dhโ€™ath-phostaich {firstAuthorLink} agus <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}} am post agad" -#: 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 "Dhโ€™ath-phostaich {firstAuthorLink} agus <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}} an ath-phostadh agad" -#: 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 "Chlร raich {firstAuthorLink} agus <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}} aig aโ€™ phacaid tรฒiseachaidh agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:442 +#: src/view/com/notifications/NotificationFeedItem.tsx:448 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "Rinn {firstAuthorLink} agus <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}} dearbhadh ort" -#: src/view/com/notifications/NotificationFeedItem.tsx:367 +#: src/view/com/notifications/NotificationFeedItem.tsx:373 msgid "{firstAuthorLink} followed you" msgstr "Tha {firstAuthorLink} gad leantainn a-nis" -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "Tha {firstAuthorLink} gad leantainn cuideachd a-nis" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "โ€™S toil le {firstAuthorLink} an t-inbhir gnร thaichte agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "Is toil le {firstAuthorLink} am post agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:512 msgid "{firstAuthorLink} liked your repost" msgstr "Is toil le {firstAuthorLink} an ath-phostadh agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:479 +#: src/view/com/notifications/NotificationFeedItem.tsx:485 msgid "{firstAuthorLink} removed their verification from your account" msgstr "Thug {firstAuthorLink} air falbh an dearbhadh a rinn iad air aโ€™ chunntas agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:334 +#: src/view/com/notifications/NotificationFeedItem.tsx:340 msgid "{firstAuthorLink} reposted your post" msgstr "Dhโ€™ath-phostaich {firstAuthorLink} am post agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:530 +#: src/view/com/notifications/NotificationFeedItem.tsx:536 msgid "{firstAuthorLink} reposted your repost" msgstr "Dhโ€™ath-phostaich {firstAuthorLink} an ath-phostadh agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:431 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "Chlร raich {firstAuthorLink} aig aโ€™ phacaid tรฒiseachaidh agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:454 +#: src/view/com/notifications/NotificationFeedItem.tsx:460 msgid "{firstAuthorLink} verified you" msgstr "Rinn {firstAuthorLink} dearbhadh ort" -#: 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 "Tha {firstAuthorName} agus {additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}} gad leantainn" -#: src/view/com/notifications/NotificationFeedItem.tsx:382 +#: src/view/com/notifications/NotificationFeedItem.tsx:388 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "Tha an t-inbhir gnร thaichte agad aโ€™ cรฒrdadh ri {firstAuthorName} agus {additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:291 +#: src/view/com/notifications/NotificationFeedItem.tsx:297 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "โ€™S toil le {firstAuthorName} agus {additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}} am post agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:487 +#: src/view/com/notifications/NotificationFeedItem.tsx:493 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "โ€™S toil le {firstAuthorName} agus {additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}} an ath-phostadh agad" -#: 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 "Thug {firstAuthorName} agus {additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}} air falbh an dearbhadh a rinn iad air aโ€™ chunntas agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:315 +#: src/view/com/notifications/NotificationFeedItem.tsx:321 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "Dhโ€™ath-phostaich {firstAuthorName} agus {additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}} am post agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:511 +#: src/view/com/notifications/NotificationFeedItem.tsx:517 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "Dhโ€™ath-phostaich {firstAuthorName} agus {additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}} an ath-phostadh agad" -#: 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 "Chlร raich {firstAuthorName} agus {additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}} aig aโ€™ phacaid tรฒiseachaidh agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:435 +#: src/view/com/notifications/NotificationFeedItem.tsx:441 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "Rinn {firstAuthorName} agus {additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}} dearbhadh ort" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:359 msgid "{firstAuthorName} followed you" msgstr "Tha {firstAuthorName} gad leantainn a-nis" -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" msgstr "Tha {firstAuthorName} gad leantainn cuideachd a-nis" -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" msgstr "โ€™S toil le {firstAuthorName} an t-inbhir gnร thaichte agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" msgstr "Is toil le {firstAuthorName} am post agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:492 +#: src/view/com/notifications/NotificationFeedItem.tsx:498 msgid "{firstAuthorName} liked your repost" msgstr "Is toil le {firstAuthorName} an ath-phostadh agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:465 +#: src/view/com/notifications/NotificationFeedItem.tsx:471 msgid "{firstAuthorName} removed their verification from your account" msgstr "Thug {firstAuthorName} air falbh an dearbhadh a rinn iad air aโ€™ chunntas agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:320 +#: src/view/com/notifications/NotificationFeedItem.tsx:326 msgid "{firstAuthorName} reposted your post" msgstr "Dhโ€™ath-phostaich {firstAuthorName} am post agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:516 +#: src/view/com/notifications/NotificationFeedItem.tsx:522 msgid "{firstAuthorName} reposted your repost" msgstr "Dhโ€™ath-phostaich {firstAuthorName} an ath-phostadh agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:411 +#: src/view/com/notifications/NotificationFeedItem.tsx:417 msgid "{firstAuthorName} signed up with your starter pack" msgstr "Chlร raich {firstAuthorName} aig aโ€™ phacaid tรฒiseachaidh agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "Rinn {firstAuthorName} dearbhadh ort" @@ -659,12 +639,12 @@ msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "{minutes, plural, one {# mhionaid} two {# mhionaid} few {# mionaidean} other {# mionaid}}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "" @@ -697,6 +677,18 @@ msgstr "Chaidh {profileName} an sร s Bluesky {timeAgoString} air ais, aโ€™ cleac msgid "{rank}." msgstr "{rank}." +#: src/components/dms/MessageItem.tsx:813 +msgid "{replierDisplayName} replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:809 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:807 +msgid "{replierDisplayName} replied to you" +msgstr "" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "Cruinneachadh de dhโ€™inbhirean air a bheil fรจill mhรฒr air Bluesky, aโ€™ gabhail a-staigh News, Booksky, Game Dev, Blacksky agus Fountain Pens" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "teachdaireachd" @@ -873,8 +875,8 @@ msgstr "Dhโ€™รจirich mearachd leis an lรฌonra. Thoir sรนil air aโ€™ cheangal aga #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 #: src/screens/Messages/JoinRequests.tsx:192 #: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." @@ -955,7 +957,7 @@ msgstr "Gabh ris aโ€™ chร nan seo a chaidh a mholadh" msgid "Accepted conversations" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:113 +#: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -980,12 +982,12 @@ msgstr "Cunntas" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "Chaidh an cunntas a bhacadh" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "Chaidh an cunntas a leantainn" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "Chaidh an cunntas a chur ร  gnรฌomh" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "Chaidh an cunntas a mhรนchadh" @@ -1028,18 +1030,18 @@ msgstr "Chaidh an cunntas a thoirt air falbh on ghrad-inntrigeadh" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "Chaidh am bacadh a thoirt far aโ€™ chunntais" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "Chan eil thu aโ€™ leantainn aโ€™ chunntais tuilleadh" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "Chaidh an cunntas a neo-mhรนchadh" @@ -1054,12 +1056,13 @@ msgstr "โ€™S urrainn do chunntasan aig a bheil cromag chrom-bhileach ghorm <0><1 msgid "Activity from others" msgstr "Gnรฌomhachd o dhaoine eile" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "Cuir ris" @@ -1112,11 +1115,11 @@ msgstr "Cuir roghainn teacsa ris (roghainneil)" msgid "Add another account" msgstr "Cuir cunntas eile ris" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1518 msgid "Add another post" msgstr "Cuir post eile ris" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2181 msgid "Add another post to thread" msgstr "Cuir post eile ris an t-snร ithlean" @@ -1182,7 +1185,7 @@ msgstr "Cuir ris faclan is tagaichean mรนchaidh" msgid "Add people" msgstr "Cuir daoine ris" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "Cuir daoine ri liosta" @@ -1214,8 +1217,8 @@ msgstr "Cuir an reacord DNS a leanas ris an ร rainn agad:" msgid "Add this feed to your feeds" msgstr "Cuir an t-inbhir seo ris na h-inbhirean agad" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "Cuir ri liosta" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "Cuir ris na puist a shร bhail thu" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "Cuir ris na pacaidean tรฒiseachaidh" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "Cuir an cleachdaiche ri liosta" @@ -1246,8 +1249,8 @@ msgstr "" msgid "Added by invite link" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "Chaidh a chur ris an liosta" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "meadhbh@eisimpleir.com" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "Na h-uile" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "" @@ -1521,7 +1524,7 @@ msgid "An error occurred while loading your lists :/" msgstr "Dhโ€™รจirich mearachd rรจ luchdadh nan liostaichean agad ๐Ÿ˜•" #: src/components/StarterPack/QrCodeDialog.tsx:81 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:103 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "Dhโ€™รจirich mearachd rรจ sร bhaladh aโ€™ chรฒd QR!" @@ -1589,8 +1592,8 @@ msgstr "Dhโ€™รจirich duilgheadas nuair a bha sinn aโ€™ fosgladh na cabadaich" #: 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 "Dhโ€™รจirich duilgheadas, feuch ris a-rithist." @@ -1643,7 +1646,7 @@ msgstr "Duine sam bith" msgid "Anyone can interact" msgstr "Faodaidh duine sam bith eadar-ghabhail a dhรจanamh" -#: src/components/intents/GroupChatJoinDialog.tsx:340 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" msgstr "" @@ -1796,8 +1799,8 @@ msgstr "A bheil thu cinnteach gu bheil thu airson aโ€™ phacaid tรฒiseachaidh seo msgid "Are you sure you want to discard your changes?" msgstr "A bheil thu cinnteach gu bheil thu airson na h-atharraichean agad a thilgeil air falbh?" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "" @@ -1814,11 +1817,11 @@ msgid "Are you sure you want to remove this from your feeds?" msgstr "A bheil thu cinnteach gu bheil thu airson seo a thoirt air falbh o na h-inbhirean agad?" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 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:1654 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?" @@ -1958,10 +1961,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:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2009,8 +2012,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "Bac an cunntas" @@ -2088,6 +2091,10 @@ 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." @@ -2260,7 +2267,7 @@ msgstr "Am putan a bheir air ais gu loidhne-ama do dhachaigh thu" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:181 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2274,13 +2281,13 @@ msgstr "" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:363 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "Le <0>{0}" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" msgstr "" @@ -2348,10 +2355,10 @@ msgstr "" #: src/screens/Deactivated.tsx:150 #: src/screens/Messages/components/InviteLinkDialog.tsx:500 #: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,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:1732 +#: src/view/com/composer/Composer.tsx:1742 #: 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 @@ -2380,6 +2387,10 @@ msgstr "Sguir dhen luaidh air aโ€™ phost" msgid "Cancel reactivation and sign out" msgstr "Sguir dhen ath-ghnรฌomhachadh is clร raich a-mach" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "Sguir dhen lorg" @@ -2481,7 +2492,7 @@ msgstr "Cha bhi buaidh air an liosta ma dhโ€™atharraicheas tu aโ€™ phacaid-thรฒi #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,7 +2509,7 @@ msgid "Chat ended" msgstr "" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:256 +#: src/components/intents/GroupChatJoinDialog.tsx:269 #: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" msgstr "" @@ -2520,12 +2531,12 @@ msgctxt "toast" msgid "Chat muted" msgstr "Chaidh aโ€™ chabadaich a mhรนchadh" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." msgstr "" -#: src/components/moderation/BlockDialog.tsx:292 +#: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2544,10 +2555,10 @@ msgstr "Iarrtasan cabadaich" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "Roghainnean na cabadaich" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Chaidh aโ€™ chabadaich a neo-mhรนchadh" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "Cabadaich" @@ -2731,7 +2742,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:533 +#: src/components/dms/MessageItem.tsx:622 msgid "Click to retry failed message" msgstr "Dรจan briogadh airson feuchainn ris an teachdaireachd a dhโ€™fhร illig as รนr" @@ -2745,6 +2756,7 @@ msgstr "Dรจan briogadh airson feuchainn ris an teachdaireachd a dhโ€™fhร illig a #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "Dรจan briogadh airson feuchainn ris an teachdaireachd a dhโ€™fhร illig a #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:233 -#: src/components/intents/GroupChatJoinDialog.tsx:268 +#: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2804,10 +2816,6 @@ msgstr "Dรนin aโ€™ chaismeachd" msgid "Close banner" msgstr "" -#: src/view/com/util/BottomSheetCustomBackdrop.tsx:36 -msgid "Close bottom drawer" -msgstr "Dรนin an drathair aig aโ€™ bhonn" - #. Accessibility label for the button that dismisses the GIF picker error dialog. #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:223 #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:229 @@ -2822,7 +2830,7 @@ msgstr "Dรนin an drathair aig aโ€™ bhonn" msgid "Close dialog" msgstr "Dรนin an cรฒmhradh" -#: src/view/shell/index.web.tsx:129 +#: src/view/shell/index.web.tsx:127 msgid "Close drawer menu" msgstr "Dรนin an clร r-taice air an taobh" @@ -2850,10 +2858,10 @@ msgstr "" msgid "Close the incoming requests banner" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:226 -#: src/components/intents/GroupChatJoinDialog.tsx:227 -#: src/components/intents/GroupChatJoinDialog.tsx:263 -#: src/components/intents/GroupChatJoinDialog.tsx:264 +#: 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 msgid "Close this dialog" msgstr "Dรนin an co-cรฒmhradh seo" @@ -2866,15 +2874,15 @@ 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:1742 +#: src/view/com/composer/Composer.tsx:1740 msgid "Closes post composer and discards post draft" msgstr "Dรนinidh seo an uinneag sgrรฌobhaidh is tilgidh e air falbh dreachd aโ€™ phuist" -#: src/view/com/notifications/NotificationFeedItem.tsx:605 +#: src/view/com/notifications/NotificationFeedItem.tsx:611 msgid "Collapse list of users" msgstr "Co-theannaich liosta an luchd-chleachdaidh" -#: src/view/com/notifications/NotificationFeedItem.tsx:953 +#: src/view/com/notifications/NotificationFeedItem.tsx:959 msgid "Collapses list of users for a given notification" msgstr "Co-theannaichidh seo liosta nan cleachdaichean aig aโ€™ bhrath" @@ -2920,7 +2928,7 @@ msgid "Compose new post" msgstr "Sgrรฌobh post รนr" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1618 +#: src/view/com/composer/Composer.tsx:1616 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" @@ -2928,11 +2936,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:2580 +#: src/view/com/composer/Composer.tsx:2578 msgid "Compressing GIF..." msgstr "Aโ€™ co-dhlรนthachadh an GIFโ€ฆ" -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing video..." msgstr "Aโ€™ dรนmhlachadh aโ€™ videoโ€ฆ" @@ -3100,7 +3108,7 @@ msgstr "Air adhart gun ath-cheum" msgid "Conversation" msgstr "Cรฒmhradh" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "Chaidh an cรฒmhradh a sguabadh ร s" @@ -3127,7 +3135,7 @@ msgid "Copied build version to clipboard" msgstr "Chaidh lethbhreac de thionndadh aโ€™ bhuild a chur air an stรฒr-bhรฒrd" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3154,12 @@ msgstr "Chaidh lethbhreac a dhรจanamh!" msgid "Copies build version to clipboard" msgstr "Cuiridh seo lethbhreac de thionndadh aโ€™ bhuild air an stรฒr-bhรฒrd" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:198 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:265 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "Lethbhreac" @@ -3159,8 +3167,8 @@ msgstr "Lethbhreac" msgid "Copy App Password" msgstr "Dรจan lethbhreac de dhโ€™fhacal-faire na h-aplacaid" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "Dรจan lethbhreac dheth at:// URI" @@ -3175,8 +3183,8 @@ msgid "Copy code" msgstr "Dรจan lethbhreac dhen chรฒd" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "Dรจan lethbhreac dhen DID" @@ -3184,7 +3192,7 @@ msgstr "Dรจan lethbhreac dhen DID" msgid "Copy host" msgstr "Dรจan lethbhreac dhen รฒstair" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:254 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" msgstr "" @@ -3210,8 +3218,8 @@ msgstr "Dรจan lethbhreac dhen cheangal ris an liosta" msgid "Copy link to post" msgstr "Dรจan lethbhreac dhen cheangal ris aโ€™ phost" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "Cuir lethbhreac dhen cheangal dhan phrรฒifil" @@ -3219,8 +3227,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:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "Dรจan lethbhreac de theacsa na teachdaireachd" @@ -3249,7 +3257,7 @@ msgstr "Dรจan lethbhreac dhen reacord TXT" msgid "Copyright Policy" msgstr "Poileasaidh na cรฒrach-lethbhreac" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" msgstr "" @@ -3261,11 +3269,11 @@ msgstr "Cha bโ€™ urrainn dhuinn ceangal ris an inbhir ghnร thaichte" msgid "Could not connect to feed service" msgstr "Cha bโ€™ urrainn dhuinn ceangal ri seirbheis an inbhir" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:120 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" msgstr "" @@ -3294,7 +3302,7 @@ msgstr "Cha bโ€™ urrainn dhuinn gach maids a leantainn. {0}" msgid "Could not leave chat" msgstr "Cha bโ€™ urrainn dhuinn aโ€™ chabadaich fhร gail" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." msgstr "" @@ -3308,7 +3316,7 @@ msgstr "Cha bโ€™ urrainn dhuinn an t-inbhir a luchdadh" msgid "Could not load list" msgstr "Cha bโ€™ urrainn dhuinn an liosta a luchdadh" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:169 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" msgstr "" @@ -3320,7 +3328,7 @@ msgstr "Cha bโ€™ urrainn dhuinn aโ€™ chabadaich a mhรนchadh" msgid "Could not process your video" msgstr "Cha bโ€™ urrainn aโ€™ video agad a phrรฒiseasadh" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." msgstr "" @@ -3329,7 +3337,7 @@ msgstr "" msgid "Could not save changes: {0}" msgstr "Cha bโ€™ urrainn dhuinn na h-atharraichean a shร bhaladh: {0}" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" msgstr "" @@ -3394,12 +3402,12 @@ msgstr "Cruthaich pacaid tรฒiseachaidh dhomh" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:314 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3457,13 @@ msgstr "Cruthaich liosta dhen phacaid-thรฒiseachaidh" msgid "Create moderation list" msgstr "Cruthaich liosta modarataireachd" -#: src/screens/Messages/JoinRequest.tsx:308 +#: 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 "Cruthaich cunntas รนr" -#: src/screens/Messages/ConversationSettings/index.tsx:553 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "" @@ -3479,7 +3487,7 @@ msgstr "Cruthaich liosta luchd-cleachdaidh" #. placeholder {0}: i18n.date(createdAt, { dateStyle: 'long', timeStyle: 'short', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) #: src/screens/Messages/components/InviteLinkDialog.tsx:355 -#: src/screens/Messages/ConversationSettings/index.tsx:505 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "Air a chruthachadh {0}" @@ -3624,7 +3632,7 @@ msgstr "Sguab an luchd-aithne ร s" msgid "Delete conversation" msgstr "Sguab an cรฒmhradh ร s" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "Sguab ร s dhomh-sa" @@ -3637,7 +3645,7 @@ msgstr "Sguab an liosta ร s" msgid "Delete message" msgstr "Sguab an teachdaireachd ร s" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "Sguab an teachdaireachd ร s dhomh-sa" @@ -3647,7 +3655,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:1630 +#: src/view/com/composer/Composer.tsx:1628 msgid "Delete post" msgstr "Sguab ร s am post" @@ -3689,6 +3697,10 @@ 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 @@ -3794,9 +3806,9 @@ msgstr "ร€ comas" #: 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:1411 +#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1661 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3819,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:1411 +#: src/view/com/composer/Composer.tsx:1409 #: 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:1428 -#: src/view/com/composer/Composer.tsx:1655 +#: src/view/com/composer/Composer.tsx:1426 +#: src/view/com/composer/Composer.tsx:1653 msgid "Discard post?" msgstr "A bheil thu airson am post a thilgeil air falbh?" @@ -3852,7 +3864,7 @@ msgstr "Leig seachad" msgid "Dismiss banner" msgstr "Leig seachad aโ€™ bhratach" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2499 msgid "Dismiss error" msgstr "Leig seachad aโ€™ mhearachd" @@ -3949,8 +3961,8 @@ msgstr "Na gabh dragh! Chaidh gach teachdaireachd is roghainn a shร bhaladh is b #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:146 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3975,7 @@ msgstr "Na gabh dragh! Chaidh gach teachdaireachd is roghainn a shร bhaladh is b msgid "Done" msgstr "Deiseil" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "Deiseil" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:520 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" @@ -4087,8 +4093,8 @@ msgstr "Mรฌ-rian ithe" msgid "Edit" msgstr "Deasaich" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "Deasaich" @@ -4102,8 +4108,8 @@ msgstr "Deasaich an t-avatar" msgid "Edit Feeds" msgstr "Deasaich na h-inbhirean" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "" @@ -4141,8 +4147,8 @@ msgstr "" msgid "Edit list details" msgstr "Deasaich mion-fhiosrachadh na liosta" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "Deasaich staid an t-srutha bheรฒ" @@ -4155,7 +4161,7 @@ msgstr "Deasaich an liosta modarataireachd " msgid "Edit My Feeds" msgstr "Deasaich na h-inbhirean agam" -#: src/screens/Messages/ConversationSettings/index.tsx:540 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "" @@ -4184,8 +4190,8 @@ msgstr "Deasaich aโ€™ phrรฒifil" msgid "Edit starter pack" msgstr "Deasaich aโ€™ phacaid tรฒiseachaidh" -#: src/screens/Messages/ConversationSettings/index.tsx:486 -#: src/screens/Messages/ConversationSettings/index.tsx:539 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "" @@ -4402,7 +4408,7 @@ msgstr "Fosglaidh seo an lร n-sgrรฌn" msgid "Entertainment" msgstr "Dibhearsan" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2598 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Mearachd" @@ -4481,7 +4487,7 @@ msgstr "Fร g an lร n-sgrรฌn" msgid "Expand alt text" msgstr "Leudaich an roghainn teacsa" -#: src/view/com/notifications/NotificationFeedItem.tsx:606 +#: src/view/com/notifications/NotificationFeedItem.tsx:612 msgid "Expand list of users" msgstr "Leudaich liosta an luchd-chleachdaidh" @@ -4596,8 +4602,8 @@ msgstr "Cha bโ€™ urrainn dhuinn gabhail ris aโ€™ chabadaich" msgid "Failed to accept join request" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "Cha bโ€™ urrainn dhuinn an emoji a chur mar fhrith-fhreagairt" @@ -4606,6 +4612,10 @@ msgstr "Cha bโ€™ urrainn dhuinn an emoji a chur mar fhrith-fhreagairt" msgid "Failed to add members" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "Cha bโ€™ urrainn dhuinn pacaid tรฒiseachaidh a chur ris" @@ -4615,7 +4625,7 @@ msgid "Failed to change handle. Please try again." msgstr "Dhโ€™fhร illig atharrachadh an lร mhrachain. Feuch ris a-rithist." #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:129 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "" @@ -4664,7 +4674,7 @@ msgstr "" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "Cha bโ€™ urrainn dhuinn Germ DM a dhรฌ-cheangal. Seo aโ€™ mhearachd: {0}" -#: src/screens/Messages/ConversationSettings/index.tsx:374 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "" @@ -4692,7 +4702,7 @@ msgstr "Cha bโ€™ urrainn dhuinn am moladh a chur am falach, thoir sรนil air aโ€™ msgid "Failed to ignore join request" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:137 +#: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4700,14 +4710,14 @@ msgstr "" msgid "Failed to launch SMS app" msgstr "Cha bโ€™ urrainn dhuinn aplacaid nan SMS a chur gu dol" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:401 +#: 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 "" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "Cha bโ€™ urrainn dhuinn na cรฒmhraidhean a luchdadh" @@ -4753,15 +4763,20 @@ msgstr "Cha bโ€™ urrainn dhuinn na h-inbhirean a mholamaid a luchdadh" msgid "Failed to load suggested follows" msgstr "Cha bโ€™ urrainn dhuinn na daoine a mholamaid an leantainn a luchdadh" -#: src/screens/Messages/ConversationSettings/index.tsx:426 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +msgid "Failed to mark all chats as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 +#: src/view/shell/bottom-bar/BottomBar.tsx:450 msgid "Failed to mark all requests as read" msgstr "Cha bโ€™ urrainn dhuinn comharradh gun deach gach iarrtas a leughadh" -#: src/screens/Messages/ConversationSettings/index.tsx:390 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "" @@ -4783,12 +4798,16 @@ msgstr "Cha bโ€™ urrainn dhuinn an dร ta a thoirt air falbh air sgร th mearachd 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:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:111 +#: 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" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:258 +msgid "Failed to remove from list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "Cha bโ€™ urrainn dhuinn a thoirt air falbh on phacaid tรฒiseachaidh" @@ -4802,7 +4821,7 @@ msgstr "" msgid "Failed to remove verification" msgstr "Cha bโ€™ urrainn dhuinn an dearbhadh a thoirt air falbh" -#: src/components/intents/GroupChatJoinDialog.tsx:180 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." msgstr "" @@ -4811,7 +4830,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:648 +#: src/view/com/composer/Composer.tsx:646 msgid "Failed to save draft" msgstr "Cha bโ€™ urrainn dhuinn an dreachd a luchdadh" @@ -4854,7 +4873,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "Cha bโ€™ urrainn dhuinn mรนchadh an t-snร ithlein a thoglachadh, feuch ris a-rithist" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:435 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "" @@ -5116,16 +5135,16 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 "Lean" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "Lean ri {0}" @@ -5149,8 +5168,8 @@ msgstr "Lean deichnear an toiseach" msgid "Follow 7 accounts" msgstr "Lean ri 7 cunntasan" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "Lean ris aโ€™ chunntas" @@ -5173,9 +5192,9 @@ msgstr "Lean a h-uile cunntas" #. 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:423 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "Lean iad cuideachd" @@ -5211,7 +5230,7 @@ msgstr "Tha <0>{0} agus <1>{1} ga leantainn" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "Tha <0>{0}, <1>{1} is {2, plural, one {# eile} two {# eile} few {# eile} other {# eile}} ga leantainn" -#: src/components/intents/GroupChatJoinDialog.tsx:339 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" msgstr "" @@ -5231,10 +5250,10 @@ msgstr "Luchd-leantainn as aithne dhut" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 "Ga leantainn" @@ -5249,7 +5268,7 @@ msgstr "Ga leantainn" #. 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 "Aโ€™ leantainn {0} a-nis" @@ -5467,7 +5486,7 @@ msgstr "Dรจan toiseach-tรฒiseachaidh" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2603 msgid "GIF uploaded" msgstr "Chaidh an GIF a luchdadh suas" @@ -5526,8 +5545,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "Dhachaigh" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "Cuir struth beรฒ" @@ -5538,8 +5557,8 @@ msgstr "Cuir struth beรฒ" msgid "Go Live" msgstr "Cuir struth beรฒ" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "Dรจan craoladh beรฒ (ร  comas)" @@ -5547,7 +5566,7 @@ msgstr "Dรจan craoladh beรฒ (ร  comas)" msgid "Go live for" msgstr "Cuir struth beรฒ fad" -#: src/view/com/notifications/NotificationFeedItem.tsx:250 +#: src/view/com/notifications/NotificationFeedItem.tsx:256 msgid "Go to {firstAuthorName}'s profile" msgstr "Tadhail air aโ€™ phrรฒifil aig {firstAuthorName}" @@ -5622,9 +5641,9 @@ msgstr "Susbaint glรจ ainneartach" msgid "Grooming or predatory behavior" msgstr "Grumachadh no giรนlan creachach" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:321 -#: src/screens/Messages/JoinRequest.tsx:129 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" msgstr "" @@ -5632,17 +5651,17 @@ msgstr "" msgid "Group chat invite link dialog" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:417 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:382 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "" @@ -5653,12 +5672,12 @@ msgid "Group chat settings" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:385 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "" @@ -5682,12 +5701,12 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "" @@ -5829,7 +5848,7 @@ msgstr "Liosta fhalaichte" msgid "Hide" msgstr "Falaich" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "Falaich" @@ -5904,7 +5923,7 @@ msgstr "A bheil thu airson na cuspairean a tha aโ€™ treandadh a chur am falach?" msgid "Hide trending videos?" msgstr "A bheil thu airson na videothan a tha aโ€™ treandadh a chur am falach?" -#: src/view/com/notifications/NotificationFeedItem.tsx:951 +#: src/view/com/notifications/NotificationFeedItem.tsx:957 msgid "Hide user list" msgstr "Falaich liosta an luchd-chleachdaidh" @@ -5960,7 +5979,7 @@ msgstr "Air do shocair! Tha sinn aโ€™ toirt comas air video mean air mhean โ€“ g #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6210,7 +6229,7 @@ msgstr "" msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "" @@ -6268,7 +6287,7 @@ msgstr "โ€™S urrainn dhuit puist a shร bhaladh mar chomharran-lรฌn a-nis" msgid "Invalid 2FA confirmation code." msgstr "Tha an cรฒd dearbhaidh 2FA mรฌ-dhligheach." -#: src/components/intents/GroupChatJoinDialog.tsx:147 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." msgstr "" @@ -6290,7 +6309,7 @@ msgstr "ร€ireamh fรฒn mhรฌ-dhligheach" msgid "Invalid report subject" msgstr "Tha cuspair na h-aithrise mรฌ-dhligheach" -#: src/components/intents/GroupChatJoinDialog.tsx:187 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." msgstr "" @@ -6315,15 +6334,15 @@ 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:140 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:155 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "Thoir cuireadh dha do charaidean" @@ -6336,17 +6355,17 @@ msgstr "Thoir cuireadh dha do charaidean <0/>" #: src/screens/Messages/components/InviteLinkDialog.tsx:335 #: src/screens/Messages/components/InviteLinkDialog.tsx:514 #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 -#: src/screens/Messages/ConversationSettings/index.tsx:556 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:213 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" msgstr "" @@ -6410,7 +6429,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:2520 +#: src/view/com/composer/Composer.tsx:2518 msgid "Job ID: {0}" msgstr "ID na h-obrach: {0}" @@ -6420,7 +6439,7 @@ msgid "Jobs" msgstr "Obraichean" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:282 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" msgstr "" @@ -6431,12 +6450,12 @@ msgstr "" msgid "Join Bluesky" msgstr "Rach an sร s Bluesky" -#: src/components/intents/GroupChatJoinDialog.tsx:71 -#: src/components/intents/GroupChatJoinDialog.tsx:448 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:176 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." msgstr "" @@ -6450,8 +6469,8 @@ msgstr "Thig a chรฒmhradh" msgid "Journalism" msgstr "Naidheachdas" -#: src/view/com/composer/Composer.tsx:1461 -#: src/view/com/composer/Composer.tsx:1471 +#: src/view/com/composer/Composer.tsx:1459 +#: src/view/com/composer/Composer.tsx:1469 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "Cรนm ort leis an deasachadh" @@ -6609,7 +6628,7 @@ msgid "Learn more." msgstr "Barrachd fiosrachaidh." #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:590 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "Fร g anยญ-seo" @@ -6623,8 +6642,8 @@ msgstr "Fร g anยญ-seo" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "Fร g aโ€™ chabadaich" @@ -6644,12 +6663,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "Fร g an cรฒmhradh" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:589 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "" @@ -6658,11 +6677,11 @@ msgstr "" msgid "Leaving Bluesky" msgstr "Aโ€™ fร gail Bluesky" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: src/screens/Messages/ConversationSettings/prompts.tsx:153 msgid "Leaving this chat will lock it permanently and you wonโ€™t be able to rejoin." msgstr "" -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." msgstr "" @@ -6935,9 +6954,9 @@ msgstr "Luchdaich na brathan รนra" msgid "Load new posts" msgstr "Luchdaich na puist รนra" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "" @@ -6954,23 +6973,23 @@ msgstr "Aโ€™ luchdadh roghainnean eadar-ghabhail nam postโ€ฆ" msgid "Loading..." msgstr "Ga luchdadhโ€ฆ" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:568 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "" @@ -7051,6 +7070,16 @@ msgstr "Stiรนirich na faclan is tagaichean a mhรนch thu" 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 +msgid "Mark all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:467 +#: src/view/shell/bottom-bar/BottomBar.tsx:471 +msgid "Mark all requests as read" +msgstr "" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7089,14 @@ msgstr "Comharraich gun deach a leughadh" msgid "Marked all as read" msgstr "Chaidh comharradh gun deach iad uile a leughadh" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,7 +7120,7 @@ msgstr "Meadhanan a thโ€™ air uidheam eile" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Meadhanan a chuireadh dragh air cuid a dhaoine no a bhiodh mรฌ-iomchaidh." -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." msgstr "" @@ -7092,7 +7129,7 @@ msgstr "" msgid "Members" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "" @@ -7111,13 +7148,13 @@ msgstr "Iomraidhean" msgid "Menu" msgstr "An clร r-taice" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 +#: 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" @@ -7132,7 +7169,7 @@ msgstr "Cuir teachdaireachd gu {0}" msgid "Message {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "Chaidh an teachdaireachd a sguabadh ร s" @@ -7141,13 +7178,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Chaidh an teachdaireachd a sguabadh ร s" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:616 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "Teachdaireachd o @{0}: {1}" @@ -7156,21 +7193,21 @@ msgstr "Teachdaireachd o @{0}: {1}" msgid "Message from server: {0}" msgstr "Teachdaireachd on fhrithealaiche: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "Raon ion-chur na teachdaireachd" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "Roghainnean na teachdaireachd" @@ -7178,11 +7215,11 @@ msgstr "Roghainnean na teachdaireachd" msgid "Messages" msgstr "Teachdaireachdan" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:715 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:621 +#: src/components/dms/MessageItem.tsx:710 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7219,8 +7256,8 @@ msgstr "Mion-fhiosrachadh mun mhodarataireachd" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "Liosta modarataireachd le {0}" @@ -7228,7 +7265,7 @@ msgstr "Liosta modarataireachd le {0}" msgid "Moderation list by <0/>" msgstr "Liosta modarataireachd le <0/>" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "Liosta modarataireachd leat-sa" @@ -7281,8 +7318,8 @@ msgstr "Barrachd chร nanโ€ฆ" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "Barrachd roghainnean" @@ -7302,7 +7339,7 @@ msgstr "Filmichean" msgid "Music" msgstr "Ceรฒl" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "Mรนch" @@ -7320,8 +7357,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "Mรนch an cunntas" @@ -7347,7 +7384,7 @@ msgstr "Mรนch an liosta" msgid "Mute these accounts?" msgstr "A bheil thu airson na cunntasan seo a mhรนchadh?" -#: src/screens/Messages/ConversationSettings/index.tsx:530 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "" @@ -7389,7 +7426,7 @@ msgstr "Mรนch faclan โŠ tagaichean" msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "" @@ -7480,7 +7517,7 @@ 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:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "ร™r" @@ -7490,21 +7527,21 @@ msgctxt "action" msgid "New" msgstr "ร™r" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: 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}" -#: 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 "{postsCount, plural, one {post รนr} two {phost รนr} few {puist รนra} other {post รนra}} o {firstAuthorName}" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "Cabadaich รนr" @@ -7592,11 +7629,11 @@ msgctxt "action" msgid "New post" msgstr "Post รนr" -#: 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 "Puist รนra o {firstAuthorLink} agus <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}} " -#: 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 "Puist รนra o {firstAuthorName} agus {additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}}" @@ -7718,7 +7755,7 @@ msgstr "Gun liostaichean" #. 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 "Chan eil thu aโ€™ leantainn {0} tuilleadh" @@ -7726,7 +7763,7 @@ msgstr "Chan eil thu aโ€™ leantainn {0} tuilleadh" msgid "No media yet" msgstr "Gun mheadhanan fhathast" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "Gun teachdaireachdan fhathast" @@ -7763,7 +7800,7 @@ msgstr "Chan eil gin" msgid "No one but the author can quote this post." msgstr "Chan fhaod duine sam bith ach an t-รนghdar luaidh a dhรจanamh air aโ€™ phost seo." -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "" @@ -7831,6 +7868,11 @@ 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" @@ -7895,7 +7937,7 @@ msgstr "Cha deach a lorg" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "Ro thrร th airson a phostadh? Cรนm rudan mar seo mar dhreachdan gus am bi iad deiseil agad uile gu lรจir." -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "Fiosrachadh mu cho-roinneadh" @@ -7931,7 +7973,7 @@ msgstr "Fuaimean nam brathan" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8017,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:633 +#: src/components/dms/MessageItem.tsx:722 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8008,11 +8050,11 @@ 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:862 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:861 +#: src/view/com/composer/Composer.tsx:859 msgid "One or more images is missing alt text." msgstr "Tha roghainn teacsa a dhรฌth air co-dhiรน aon dealbh." @@ -8024,11 +8066,11 @@ msgstr "Thagh thu co-dhiรน aon fhaidhle ris nach eil taic." 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:657 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:871 +#: src/view/com/composer/Composer.tsx:869 msgid "One or more videos is missing alt text." msgstr "Tha roghainn teacsa a dhรฌth air co-dhiรน aon video." @@ -8041,7 +8083,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:234 +#: src/view/com/composer/Composer.tsx:233 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8053,7 +8095,7 @@ msgstr "" msgid "Only admins can ignore join requests." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:145 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." msgstr "" @@ -8068,12 +8110,12 @@ msgid "Only image files are supported" msgstr "Chan eil taic ach ri faidhlichean dhealbhan" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:222 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:292 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" msgstr "" @@ -8107,7 +8149,7 @@ msgid "Open camera" msgstr "Fosgail an camara" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:437 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" msgstr "" @@ -8115,8 +8157,8 @@ msgstr "" msgid "Open chat member options for {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "Fosgail roghainnean nan cรฒmhraidhean" @@ -8128,9 +8170,9 @@ msgstr "Fosgail an dreachd" msgid "Open drawer menu" msgstr "Fosgail an clร r-taice air an taobh" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2158 msgid "Open emoji picker" msgstr "Fosgail rรฒghnaichear nan emoji" @@ -8151,7 +8193,7 @@ msgstr "Fosgail liosta shlร n nan emoji" msgid "Open Germ DM" msgstr "Fosgail Germ DM" -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" msgstr "" @@ -8166,11 +8208,11 @@ msgid "Open in Google Translate" msgstr "" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "Fosgail an ceangal ri {niceUrl}" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "Fosgail roghainnean nan teachdaireachdan" @@ -8221,7 +8263,7 @@ msgstr "Fosgail duilleag an leabhair-sgeulachd" msgid "Open system log" msgstr "Fosgail log an t-siostaim" -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" msgstr "" @@ -8275,13 +8317,13 @@ msgstr "Fosglaidh seo camara an uidheim" msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" -#: src/screens/Messages/JoinRequest.tsx:309 +#: 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 "Fosglaidh seo an sruth airson cunntas Bhluesky รนr a chruthachadh" -#: src/screens/Messages/JoinRequest.tsx:295 +#: 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" @@ -8341,7 +8383,7 @@ msgstr "Fosglaidh seo uinneag sgrรฌobhadh nam post" msgid "Opens this draft in the composer" msgstr "Fosglaidh seo an dreachd san uinneag sgrรฌobhaidh" -#: 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 "Fosglaidh seo aโ€™ phrรฒifil" @@ -8513,6 +8555,16 @@ msgstr "Daoine a leanas ri @{0}" msgid "People I follow" msgstr "Daoine a tha mi gan leantainn" +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "Daoine a tha mi gan leantainn" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "Daoine a tha mi gan leantainn" + #: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "" @@ -8813,7 +8865,7 @@ msgstr "Poileataigs" msgid "Porn" msgstr "Pรฒrnografachd" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post" msgstr "Postaich" @@ -8833,12 +8885,12 @@ msgstr "Postaich dealbh" msgid "Post a video" msgstr "Postaich video" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Post All" msgstr "Postaich na h-uile" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1468 msgid "Post anyway" msgstr "" @@ -9015,11 +9067,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:2594 +#: src/view/com/composer/Composer.tsx:2592 msgid "Processing GIF..." msgstr "Aโ€™ prรฒiseasadh an GIFโ€ฆ" -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing video..." msgstr "Aโ€™ prรฒiseasadh aโ€™ videoโ€ฆ" @@ -9031,7 +9083,7 @@ msgstr "Ga phrรฒiseasadhโ€ฆ" msgid "profile" msgstr "prรฒifil" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9117,22 @@ 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:1792 +#: src/view/com/composer/Composer.tsx:1790 msgid "Publish post" msgstr "Foillsich am post" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1787 +#: src/view/com/composer/Composer.tsx:1785 msgid "Publish posts" msgstr "Foillsich na puist" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1776 +#: src/view/com/composer/Composer.tsx:1774 msgid "Publish replies" msgstr "Foillsich na freagairtean" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1781 +#: src/view/com/composer/Composer.tsx:1779 msgid "Publish reply" msgstr "Foillsich an fhreagairt" @@ -9109,7 +9161,7 @@ msgid "QR code has been downloaded!" msgstr "Chaidh an cรฒd QR a luchdadh a-nuas!" #: src/components/StarterPack/QrCodeDialog.tsx:122 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "Chaidh an cรฒd QR a shร bhaladh ann an albam aโ€™ chamara agad!" @@ -9172,8 +9224,8 @@ msgstr "" msgid "React with {emoji}" msgstr "Cuir {emoji} mar fhrith-fhreagairt" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "" @@ -9268,10 +9320,6 @@ msgstr "Na mholamaid" msgid "Reconnect" msgstr "Ath-cheangail" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "" - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" @@ -9291,12 +9339,14 @@ msgstr "Diรนlt an t-iarrtas cabadaich" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "Ath-luchdaich na cรฒmhraidhean" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9355,9 @@ msgstr "Ath-luchdaich na cรฒmhraidhean" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "Thoir air falbh" @@ -9326,7 +9375,7 @@ msgstr "Thoir air falbh {displayName} on phacaid tรฒiseachaidh" msgid "Remove {displayName} from this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" msgstr "" @@ -9443,14 +9492,14 @@ msgstr "Thoir an t-inbhir seo air falbh o na h-inbhirean a shร bhail thu" msgid "Remove unavailable moderation services" msgstr "Thoir air falbh seirbheisean modarataireachd nach eil ri lร imh" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "Thoir an cleachdaiche air falbh on liosta" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "Thoir an dearbhadh air falbh" @@ -9466,8 +9515,8 @@ msgstr "Air a thoirt air falbh leis an รนghdar" msgid "Removed by you" msgstr "Air a thoirt air falbh leat-sa" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "Air a thoirt air falbh on liosta" @@ -9535,6 +9584,14 @@ msgctxt "description" msgid "Replied to you" msgstr "Fhreagair iad thu" +#: src/components/dms/MessageItem.tsx:883 +msgid "Replied-to message from {senderName}, tap to scroll to it" +msgstr "" + +#: src/components/dms/MessageItem.tsx:884 +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 @@ -9552,7 +9609,12 @@ msgstr "Tha na freagairtean ร  comas" msgid "Replies to this post are disabled." msgstr "Chan urrainnear am post seo a fhreagairt." -#: src/view/com/composer/Composer.tsx:1804 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "Freagair" + +#: src/view/com/composer/Composer.tsx:1802 msgctxt "action" msgid "Reply" msgstr "Freagair" @@ -9590,14 +9652,14 @@ msgstr "Chaidh faicsinneachd na freagairt รนrachadh" msgid "Reply was successfully hidden" msgstr "Chaidh an fhreagairt a chur am falach" -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:582 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "Dรจan aithris" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "Dรจan aithris air aโ€™ chunntas" @@ -9623,7 +9685,7 @@ msgstr "Dรจan aithris air an inbhir" msgid "Report list" msgstr "Dรจan aithris air an liosta" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "Dรจan aithris air an teachdaireachd" @@ -9657,7 +9719,7 @@ msgstr "Dรจan aithris air aโ€™ chรฒmhradh seo" msgid "Report this feed" msgstr "Dรจan aithris air an inbhir seo" -#: src/screens/Messages/ConversationSettings/index.tsx:581 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "" @@ -9737,7 +9799,7 @@ msgstr "Ath-phostaidh aโ€™ phuist seo" msgid "Reposts of your reposts" msgstr "Ath-phostadh de rud a dhโ€™ath-phostaich thusa" -#: src/components/intents/GroupChatJoinDialog.tsx:447 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" msgstr "" @@ -9755,7 +9817,7 @@ msgid "Request ignored." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:281 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" msgstr "" @@ -9764,7 +9826,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "" @@ -9791,9 +9853,9 @@ msgstr "Riatanach aig an t-solaraiche seo" msgid "Required in your region" msgstr "Riatanach far a bheil thusa" -#: src/components/intents/GroupChatJoinDialog.tsx:296 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:310 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:115 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:117 msgid "Rescind request" msgstr "" @@ -9872,7 +9934,7 @@ 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:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 #: src/screens/Messages/JoinRequests.tsx:361 @@ -9928,7 +9990,7 @@ msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10015,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:1451 +#: src/view/com/composer/Composer.tsx:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Sร bhail na h-atharraichean" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1421 #: 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:1451 +#: src/view/com/composer/Composer.tsx:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "Sร bhail an dreachd" -#: src/view/com/composer/Composer.tsx:1425 +#: src/view/com/composer/Composer.tsx:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "A bheil thu airson an dreachd a shร bhaladh?" @@ -10022,13 +10084,13 @@ msgid "Saved to your feeds" msgstr "Air a shร bhaladh sna h-inbhirean agad" #: 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 "Can halรฒ!" -#: src/screens/Messages/ChatList.tsx:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "" @@ -10058,6 +10120,10 @@ msgstr "Sgrolaich chun an taoibh chlรฌ" msgid "Scroll right" msgstr "Sgrolaich chun an taoibh dheis" +#: src/components/dms/MessageItem.tsx:774 +msgid "Scroll to the message this is replying to" +msgstr "" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "Sgrolaich gun bhร rr" @@ -10067,7 +10133,7 @@ msgstr "Sgrolaich gun bhร rr" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Lorg" @@ -10148,8 +10214,8 @@ msgstr "Lorg cร nain" msgid "Search my posts" msgstr "Lorg sna puist agam" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "Lorg sna puist" @@ -10425,8 +10491,8 @@ msgstr "" msgid "Send feedback" msgstr "Cuir do bheachdan" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "Cuir an teachdaireachd" @@ -10460,7 +10526,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:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "" @@ -10565,7 +10631,7 @@ msgstr "Gnรฌomhachd fheiseil no lomnochd earotaigeach." msgid "Sexually Suggestive" msgstr "Leth-fheiseil" -#: 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 @@ -10577,7 +10643,7 @@ msgstr "Leth-fheiseil" msgid "Share" msgstr "Co-roinn" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "Co-roinn e co-dhiรน" @@ -10641,8 +10707,8 @@ msgstr "Co-roinn aโ€™ phacaid tรฒiseachaidh seo agus cuidich daoine nad choimhea #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "Co-roinn airโ€ฆ" @@ -10796,15 +10862,15 @@ msgstr "Seallaidh seo an t-susbaint" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:294 -#: src/screens/Messages/JoinRequest.tsx:300 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,7 +10896,7 @@ msgstr "Clร raich a-steach no cruthaich cunntas" msgid "Sign in or create your account to join the conversation!" msgstr "Clร raich a-steach no cruthaich cunntas is thig a chรฒmhradh!" -#: src/screens/Messages/JoinRequest.tsx:220 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." msgstr "" @@ -10842,7 +10908,7 @@ msgstr "Clร raich a-steach gu cunntas nach eil air an liosta" msgid "Sign in to Bluesky or create a new account" msgstr "Clร raich a-steach gu Bluesky no cruthaich cunntas รนr" -#: src/screens/Messages/JoinRequest.tsx:219 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." msgstr "" @@ -10900,7 +10966,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:1468 +#: src/view/com/composer/Composer.tsx:1466 msgid "Skip empty posts?" msgstr "" @@ -10971,12 +11037,12 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:347 msgid "Someone reacted {0}" msgstr "Chuir cuideigin {0} mar fhrith-fhreagairt" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "" @@ -10996,10 +11062,6 @@ msgstr "" msgid "Someone was removed from the group" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "" - #: 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 "Bha rudeigin ann nach robh buileach ceart leis an dร ta a bha thu airson aithris a dhรจanamh air. Cuir fios gu sgioba na taice." @@ -11043,8 +11105,8 @@ msgstr "Mearachd air choireigin? Innis dhuinn." msgid "Sorry, we're unable to load account suggestions at this time." msgstr "Tha sinn duilich ach cha bโ€™ urrainn dhuinn na cunntasan a mholamaid a luchdadh aig an รฌre-sa." -#: 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 "Tha sinn duilich! Dhโ€™fhalbh an รนine air an t-seisean agad. Clร raich a-steach a-rithist." @@ -11214,13 +11276,13 @@ msgid "Subscribe" msgstr "Fo-sgrรฌobh" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "" @@ -11255,7 +11317,7 @@ msgstr "Soirbheas" msgid "Success!" msgstr "Soirbheas!" -#: src/components/intents/GroupChatJoinDialog.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" msgstr "" @@ -11355,7 +11417,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:572 +#: src/components/dms/MessageItem.tsx:661 msgid "Tap for details" msgstr "" @@ -11390,7 +11452,7 @@ msgid "Tap to dismiss" msgstr "Thoir gnogag airson a leigeil seachad" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:453 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" msgstr "" @@ -11398,34 +11460,34 @@ msgstr "" msgid "Tap to open this group chat" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:452 +#: src/components/intents/GroupChatJoinDialog.tsx:468 msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:537 +#: src/components/dms/MessageItem.tsx:626 msgid "Tap to retry" msgstr "" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:373 msgid "Tap to view reactions" msgstr "" @@ -11528,7 +11590,7 @@ msgstr "Sin e!" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "โ€™S urrainn dhan chunntas seo eadar-ghabhail a dhรจanamh leat a-rithist an dรจidh dhut a dhรฌ-bhacadh." @@ -11594,7 +11656,7 @@ msgstr "Thรจid na roghainnean a leanas a chleachdadh a ghnร th โ€™s tu aโ€™ crut msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "Tha na laghan far a bheil thu aโ€™ sparradh oirnn dearbhadh gur e inbheach a thโ€™ annad mus fhaigh thu cothrom air gleusan ร raidh. Thoir gnogag airson barrachd fiosrachaidh." -#: src/components/intents/GroupChatJoinDialog.tsx:155 +#: src/components/intents/GroupChatJoinDialog.tsx:165 #: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." msgstr "" @@ -11621,7 +11683,7 @@ msgstr "Tha coltas gu bheil duilgheadasan aig an fhrithealaiche. Feuch ris a-rit msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "Tha aโ€™ phacaid tรฒiseachaidh a bu toil leat coimhead air mรฌ-dhligheach. โ€™S urrainn dhut aโ€™ phacaid tรฒiseachaidh a sguabadh ร s an ร ite sin." -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "Cuspair aโ€™ chlร ir-thaice cho-theacsail" @@ -11665,8 +11727,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "" #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:182 +#: 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 "Bha duilgheadas ann leis aโ€™ cheangal ris an eadar-lรฌon, feuch ris a-rithist" @@ -11693,7 +11755,7 @@ msgstr "Cha bโ€™ urrainn dhuinn na brathan fhaighinn dhut. Thoir gnogag airson f msgid "There was an issue fetching posts. Tap here to try again." msgstr "Cha bโ€™ urrainn dhuinn na puist fhaighinn dhut. Thoir gnogag airson feuchainn ris a-rithist." -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "Cha bโ€™ urrainn dhuinn an liosta fhaighinn dhut. Thoir gnogag airson feuchainn ris a-rithist." @@ -11733,12 +11795,12 @@ msgstr "Cha bโ€™ urrainn dhuinn na h-inbhirean agad รนrachadh, thoir sรนil air a #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "Bha duilgheadas ann! {0}" @@ -11778,7 +11840,7 @@ msgstr "Chan eil na roghainnean seo an sร s ach san inbhir โ€œAโ€™ leantainnโ€. msgid "They own this chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." msgstr "" @@ -11828,22 +11890,22 @@ msgstr "Cho-dhรนin an t-รนghdar seo nach fhaic ach daoine a tha clร raichte a-st 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 "Bheir am putan seo comas do dhaoine eile aplacaid Germ DM fhosgladh is teachdaireachd a chur thugad. Is urrainn dhut co-dhรนnadh am faicear seo san aplacaid Germ DM no โ€™s urrainn dhut an cunntas Bluesky agad a dhรฌ-cheangal o Germ DM uile gu lรจir le bhith aโ€™ putadh air aโ€™ phutan gu h-รฌosal." -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:287 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:430 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" msgstr "" @@ -11881,7 +11943,7 @@ msgstr "Chan eil an t-susbaint seo ri fhaighinn a chionn โ€™s gu bheil cleachdai msgid "This content is not viewable without a Bluesky account." msgstr "Chan fhaicear an t-susbaint seo as aonais cunntas Bhluesky." -#: src/components/intents/GroupChatJoinDialog.tsx:141 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." msgstr "" @@ -11931,7 +11993,7 @@ msgstr "Tha an t-inbhir seo falamh." msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "Chan eil an t-inbhir seo air loidhne tuilleadh. Tha sinn aโ€™ sealltainn dhut an inbhir <0>Fidir na ร ite." -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" msgstr "" @@ -11947,11 +12009,11 @@ msgstr "" msgid "This information is private and not shared with other users." msgstr "Tha am fiosrachadh seo prรฌobhaideach is chan fhaic luchd-cleachdaidh eile am fiosrachadh seo." -#: src/components/intents/GroupChatJoinDialog.tsx:151 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:223 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" msgstr "" @@ -11997,17 +12059,17 @@ msgstr "Tha ainm no tuairisgeul na liosta seo โ€“ a chruthaich thu fhรจin โ€“ a msgid "This list is empty." msgstr "Tha an liosta seo falamh." -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:688 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:658 +#: src/components/dms/MessageItem.tsx:684 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12045,11 +12107,11 @@ 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:1043 +#: src/view/com/composer/Composer.tsx:1041 msgid "This post's author has disabled quote posts." msgstr "Chuir รนghdar aโ€™ phuist seo ร  comas luaidhean air aโ€™ phost." -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "Chan fhaic ach luchd-cleachdaidh clร raichte a-staigh aโ€™ phrรฒifil seo. Chan fhaic daoine nach eil clร raichte a-staigh e." @@ -12242,8 +12304,8 @@ msgstr "Brod nam freagairtean an toiseach" msgid "Topic" msgstr "Cuspair" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,7 +12375,7 @@ msgctxt "action" msgid "Try again" msgstr "Feuch ris a-rithist" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." msgstr "" @@ -12335,7 +12397,7 @@ msgstr "Tbh" msgid "Two-factor authentication (2FA)" msgstr "Dearbhadh dร -cheumnach (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "Sgrรฌobh do theachdaireachd an-seo" @@ -12401,7 +12463,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:637 +#: src/components/dms/MessageItem.tsx:726 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12409,14 +12471,14 @@ msgstr "Chan eil fiosrachadh mun inbhir ri fhaighinn" #: src/components/moderation/BlockDialog.tsx:211 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "Dรฌ-bhac" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "Dรฌ-bhac" @@ -12427,8 +12489,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "Dรฌ-bhac an cunntas" @@ -12437,7 +12499,7 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "A bheil thu airson an cunntas a dhรฌ-bhacadh?" @@ -12474,12 +12536,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Neo-dhรจan an t-ath-phostadh ({0, plural, one {air ath-phostadh # turas} two {air ath-phostadh # thuras} few {air ath-phostadh # turais} other {air ath-phostadh # turas}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "Na lean ri {0} tuilleadh" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "Na lean an cunntas tuilleadh" @@ -12521,11 +12583,11 @@ msgstr "Cha toil tuilleadh" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Cha toil tuilleadh ({0, plural, one {โ€™s toil le # seo} two {โ€™s toil le # seo} few {โ€™s toil le # seo} other {โ€™s toil le # seo}})" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:567 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "" @@ -12548,8 +12610,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "Neo-mhรนch an cunntas" @@ -12562,7 +12624,7 @@ msgstr "Neo-mhรนch an cรฒmhradh" msgid "Unmute list" msgstr "Neo-mhรนch an liosta" -#: src/screens/Messages/ConversationSettings/index.tsx:529 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "" @@ -12641,7 +12703,7 @@ 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:1557 +#: src/view/com/composer/Composer.tsx:1555 msgid "Unsupported video type: {mimeType}" msgstr "Chan eil taic ri videothan dhen t-seรฒrsa {mimeType}" @@ -12654,12 +12716,9 @@ msgstr "" msgid "Update" msgstr "ร™raich" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "ร™raich <0>{displayName} sna liostaichean" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" msgstr "" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 @@ -12669,6 +12728,10 @@ msgstr "" msgid "Update email" msgstr "ร™raich am post-d" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 #: src/screens/Messages/components/InviteLinkDialog.tsx:303 @@ -12680,14 +12743,6 @@ msgstr "" msgid "Update to {domain}" msgstr "ร™raich air {domain}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "" - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "ร™raich am post-d agad" @@ -12736,7 +12791,7 @@ msgstr "Luchdaich suas o na faidhlichean" msgid "Upload from Library" msgstr "Luchdaich suas on leabhar-lann" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2585 msgid "Uploading GIF..." msgstr "Aโ€™ luchdadh suas an GIFโ€ฆ" @@ -12750,7 +12805,7 @@ msgstr "Aโ€™ luchdadh suas nan dealbhanโ€ฆ" msgid "Uploading link thumbnail..." msgstr "Aโ€™ luchdadh suas dealbhag aโ€™ cheangailโ€ฆ" -#: src/view/com/composer/Composer.tsx:2589 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading video..." msgstr "Aโ€™ luchdadh suas aโ€™ videoโ€ฆ" @@ -12826,7 +12881,7 @@ msgid "User Blocks You" msgstr "Bhac an cleachdaiche seo thu" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "Liosta luchd-cleachdaidh le {0}" @@ -12835,7 +12890,7 @@ msgstr "Liosta luchd-cleachdaidh le {0}" msgid "User List by {0}" msgstr "Liosta luchd-cleachdaidh le {0}" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "Liosta luchd-cleachdaidh leat-sa" @@ -12875,16 +12930,6 @@ msgstr "luchd-cleachdaidh a tha <0>@{0} gan leantainn" msgid "users following <0>@{0}" msgstr "luchd-cleachdaidh a leanas ri <0>@{0}" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "Luach:" @@ -12912,8 +12957,8 @@ msgstr "Air a dhearbhadh le:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "Dearbh an cunntas seo" @@ -13039,7 +13084,7 @@ msgstr "Cha deach aโ€™ video a lorg." msgid "Video settings" msgstr "Roghainnean aโ€™ video" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2605 msgid "Video uploaded" msgstr "Chaidh aโ€™ video a luchdadh suas" @@ -13056,14 +13101,14 @@ msgstr "Videothan" 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:1150 +#: src/view/com/composer/Composer.tsx:1148 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Seall" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "" @@ -13078,7 +13123,7 @@ msgstr "Seall an t-avatar aig {0}" #: 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 "Seall aโ€™ phrรฒifil aig {0}" @@ -13092,7 +13137,7 @@ msgstr "" msgid "View {displayName}โ€™s profile" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "" @@ -13145,7 +13190,7 @@ msgstr "Seall barrachd" msgid "View more trending videos" msgstr "Seall barrachd videothan a tha aโ€™ treandadh" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1143 msgid "View post" msgstr "Seall am post" @@ -13162,10 +13207,10 @@ msgstr "Seall aโ€™ phrรฒifil" msgid "View profile banner" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "" @@ -13173,7 +13218,7 @@ msgstr "" msgid "View the avatar" msgstr "Seall an t-avatar" -#: src/screens/Messages/ConversationSettings/index.tsx:554 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "" @@ -13441,7 +13486,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:1041 +#: src/view/com/composer/Composer.tsx:1039 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." @@ -13492,7 +13537,7 @@ msgid "What do you want to call your starter pack?" msgstr "Dรจ an t-ainm a chuireas sinn air aโ€™ phacaid tรฒiseachaidh agad?" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1519 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Dรจ do naidheachd?" @@ -13519,7 +13564,7 @@ msgid "Who can verify?" msgstr "Cรฒ aig a bheil cead-dearbhaidh?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "Oich!" @@ -13578,7 +13623,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:1439 +#: src/view/com/composer/Composer.tsx:1437 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?" @@ -13587,12 +13632,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:1617 +#: src/view/com/composer/Composer.tsx:1615 msgid "Write post" msgstr "Sgrรฌobh post" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1517 msgid "Write your reply" msgstr "Sgrรฌobh do fhreagairt" @@ -13658,7 +13703,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:610 +#: src/components/dms/MessageItem.tsx:699 msgid "You are blocking {0}" msgstr "" @@ -13764,11 +13809,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:221 +#: src/view/com/composer/Composer.tsx:220 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:1442 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." @@ -13803,8 +13848,8 @@ msgstr "" 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:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:115 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13839,7 +13884,7 @@ msgstr "Cha do shร bhail thu inbhir gu ruige seo." msgid "You got here first" msgstr "Thusa air thoiseach chร ich" -#: src/components/intents/GroupChatJoinDialog.tsx:166 +#: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and canโ€™t join it using this link." msgstr "" @@ -13884,6 +13929,7 @@ msgstr "Mhรนch thu an cunntas seo." msgid "You have muted this user" msgstr "Mhรนch thu an cleachdaiche seo" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "Chan eil liosta sam bith agad." @@ -13912,7 +13958,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:1434 +#: src/view/com/composer/Composer.tsx:1432 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?" @@ -13970,7 +14016,7 @@ msgstr "Chan fhaod thu barrachd air {STARTER_PACK_MAX_SIZE, plural, one {{STARTE msgid "You may only add up to 3 feeds" msgstr "Chan fhaod thu barrachd air trรฌ inbhirean a chur ris" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." msgstr "" @@ -13983,7 +14029,7 @@ msgid "You must be following at least seven other people to generate a starter p msgstr "Feumaidh tu co-dhiรน seachdnar a leantainn mus urrainn dhut pacaid tรฒiseachaidh a ghintinn." #: src/components/StarterPack/QrCodeDialog.tsx:69 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:89 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" @@ -14009,12 +14055,12 @@ 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:259 +#: src/components/dms/MessageItem.tsx:340 msgid "You reacted {0}" msgstr "Chuir thu {0} mar fhrith-fhreagairt" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "" @@ -14023,8 +14069,20 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "Dhโ€™atharraich thu latha do bhreith o chionn goirid" +#: src/components/dms/MessageItem.tsx:804 +msgid "You replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:802 +msgid "You replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:800 +msgid "You replied to yourself" +msgstr "" + #. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 msgid "You requested to join" msgstr "" @@ -14050,12 +14108,12 @@ msgstr "Gheibh thu brathan mun t-snร ithlean seo a-nis" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "Gheibh thu post-d anns am bi cรฒd airson ath-shuidheachadh. Cuir a-steach an cรฒd an-seo agus an uair sin am facal-faire รนr agad." -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "" #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "" @@ -14127,7 +14185,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:646 +#: src/view/com/composer/Composer.tsx:644 msgid "You've reached the maximum number of drafts" msgstr "Tha uiread a dhreachdan agad โ€™s a tha ceadaichte" @@ -14199,11 +14257,11 @@ msgstr "Chaidh aโ€™ chabadaich agad a chur ร  comas" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "Cumaidh sinn seo nar cuimhne airson ceanglaichean san ร m ri teachd. โ€™S urrainn dhut seo a chur air gleus uair sam bith sna roghainnean." -#: src/view/com/notifications/NotificationFeedItem.tsx:374 +#: src/view/com/notifications/NotificationFeedItem.tsx:380 msgid "Your contact {firstAuthorLink} is on Bluesky" msgstr "Tha neach-aithne agad, {firstAuthorLink}, air Bluesky" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:378 msgid "Your contact {firstAuthorName} is on Bluesky" msgstr "Tha neach-aithne agad, {firstAuthorName}, air Bluesky" @@ -14295,11 +14353,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:1141 +#: src/view/com/composer/Composer.tsx:1139 msgid "Your post was sent" msgstr "Chaidh am post agad a chur" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1136 msgid "Your posts were sent" msgstr "Chaidh na puist agad a chur" @@ -14320,7 +14378,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:1140 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your reply was sent" msgstr "Chaidh do fhreagairt a chur" @@ -14333,7 +14391,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:1469 +#: src/view/com/composer/Composer.tsx:1467 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 a7abbdf2b7..7152c92453 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-10 21:06\n" +"PO-Revision-Date: 2026-06-17 12:23\n" "Last-Translator: \n" "Language-Team: Galician\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:867 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" msgstr "" -#: src/components/dms/getMessageInfo.ts:73 +#: 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)" @@ -75,7 +79,7 @@ msgstr "" msgid "{0, plural, one {# like} other {# likes}}" msgstr "" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "" @@ -97,7 +101,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:269 +#: src/components/dms/MessageItem.tsx:350 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "" @@ -118,15 +122,15 @@ msgstr "{0, plural, one {# segundo} other {# segundos}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:703 msgid "{0} is blocking you" msgstr "" @@ -273,7 +277,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:345 msgid "{0} reacted {1}" msgstr "" @@ -326,24 +330,22 @@ msgstr "Avatar de {0}" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:143 +#: src/screens/Messages/JoinRequest.tsx:139 msgctxt "group-chat-member-count" msgid "{0}/{1}" msgstr "" #. The number of members in a group chat, in the format '{members}/{total} members'. -#. placeholder {0}: preview.memberCount -#. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 -msgid "{0}/{1} {2, plural, one {member} other {members}}" -msgstr "" - -#. The number of active group chat members out of the total number allowed. +#. The number of members in a group chat, in the format '{members}/{total} members'. #. placeholder {0}: joinLinkPreview.memberCount +#. placeholder {0}: preview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:329 -msgid "{0}/{1} members" +#. placeholder {1}: preview.memberLimit +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 +msgid "{0}/{1} {2, plural, one {member} other {members}}" msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. @@ -389,7 +391,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -397,33 +399,11 @@ msgstr "" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "" - #. 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 "" -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "" - #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" msgstr "" @@ -441,155 +421,155 @@ msgstr "" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: 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 "" @@ -659,12 +639,12 @@ msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "" @@ -697,6 +677,18 @@ msgstr "" msgid "{rank}." msgstr "" +#: src/components/dms/MessageItem.tsx:813 +msgid "{replierDisplayName} replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:809 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:807 +msgid "{replierDisplayName} replied to you" +msgstr "" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "" @@ -873,8 +875,8 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 #: src/screens/Messages/JoinRequests.tsx:192 #: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." @@ -955,7 +957,7 @@ msgstr "" msgid "Accepted conversations" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:113 +#: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -980,12 +982,12 @@ msgstr "Conta" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "Conta bloqueada" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "Conta seguida" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "Conta silenciada" @@ -1028,18 +1030,18 @@ msgstr "Conta elimada de acceso rรกpido" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "Conta desbloqueada" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "Deixaches de seguir esta conta" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "Conta desenmudecida" @@ -1054,12 +1056,13 @@ msgstr "" msgid "Activity from others" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "Engadir" @@ -1112,11 +1115,11 @@ msgstr "Engadir texto alternativo (opcional)" msgid "Add another account" msgstr "" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1518 msgid "Add another post" msgstr "" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2181 msgid "Add another post to thread" msgstr "" @@ -1182,7 +1185,7 @@ msgstr "Engadir palabras silenciadas e etiquetas" msgid "Add people" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "" @@ -1214,8 +1217,8 @@ msgstr "Engade o seguinte rexistro DNS ao teu dominio:" msgid "Add this feed to your feeds" msgstr "Engade esta canle รกs tรบas canles" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "" @@ -1246,8 +1249,8 @@ msgstr "" msgid "Added by invite link" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "Engadido รก listaxe" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "Todas" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "" @@ -1521,7 +1524,7 @@ msgid "An error occurred while loading your lists :/" msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:81 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:103 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "Ocurreu un erro ao gardar o cรณdigo QR!" @@ -1589,8 +1592,8 @@ msgstr "Ocurreu un erro mentres tentabas abrir as conversas." #: 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 "Ocurreu un erro. Proba de novo." @@ -1643,7 +1646,7 @@ msgstr "" msgid "Anyone can interact" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:340 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" msgstr "" @@ -1796,8 +1799,8 @@ msgstr "Tes a certeza de que queres eliminar este paquete de inicio?" msgid "Are you sure you want to discard your changes?" msgstr "Tes a certeza de que queres descartar os teus cambios?" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "" @@ -1814,11 +1817,11 @@ msgid "Are you sure you want to remove this from your feeds?" msgstr "Tes a certeza de que desexas eliminar isto das tรบas canles?" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 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:1654 msgid "Are you sure you'd like to discard this post?" msgstr "Tes a certeza de querer desbotar esta publicaciรณn?" @@ -1958,10 +1961,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2009,8 +2012,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "Bloquear conta" @@ -2088,6 +2091,10 @@ 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." @@ -2260,7 +2267,7 @@ msgstr "" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:181 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2274,13 +2281,13 @@ msgstr "" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:363 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "Por <0>{0}" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" msgstr "" @@ -2348,10 +2355,10 @@ msgstr "" #: src/screens/Deactivated.tsx:150 #: src/screens/Messages/components/InviteLinkDialog.tsx:500 #: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,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:1732 +#: src/view/com/composer/Composer.tsx:1742 #: 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 @@ -2380,6 +2387,10 @@ msgstr "Cancelar citaciรณn" msgid "Cancel reactivation and sign out" msgstr "Cancelar a reactivaciรณn e pechar a sesiรณn" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "Cancelar procura" @@ -2481,7 +2492,7 @@ msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,7 +2509,7 @@ msgid "Chat ended" msgstr "" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:256 +#: src/components/intents/GroupChatJoinDialog.tsx:269 #: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" msgstr "" @@ -2520,12 +2531,12 @@ msgctxt "toast" msgid "Chat muted" msgstr "" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." msgstr "" -#: src/components/moderation/BlockDialog.tsx:292 +#: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2544,10 +2555,10 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "Axustes da conversa" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "" @@ -2731,7 +2742,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:533 +#: src/components/dms/MessageItem.tsx:622 msgid "Click to retry failed message" msgstr "Preme para reintentar a mensaxe fallida" @@ -2745,6 +2756,7 @@ msgstr "Preme para reintentar a mensaxe fallida" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "Preme para reintentar a mensaxe fallida" #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:233 -#: src/components/intents/GroupChatJoinDialog.tsx:268 +#: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2804,10 +2816,6 @@ msgstr "Pechar alerta" msgid "Close banner" msgstr "" -#: src/view/com/util/BottomSheetCustomBackdrop.tsx:36 -msgid "Close bottom drawer" -msgstr "Pechar o caixรณn inferior" - #. Accessibility label for the button that dismisses the GIF picker error dialog. #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:223 #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:229 @@ -2822,7 +2830,7 @@ msgstr "Pechar o caixรณn inferior" msgid "Close dialog" msgstr "Pechar" -#: src/view/shell/index.web.tsx:129 +#: src/view/shell/index.web.tsx:127 msgid "Close drawer menu" msgstr "" @@ -2850,10 +2858,10 @@ msgstr "" msgid "Close the incoming requests banner" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:226 -#: src/components/intents/GroupChatJoinDialog.tsx:227 -#: src/components/intents/GroupChatJoinDialog.tsx:263 -#: src/components/intents/GroupChatJoinDialog.tsx:264 +#: 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 msgid "Close this dialog" msgstr "Pechar esta xanela" @@ -2866,15 +2874,15 @@ msgstr "" msgid "Closes password update alert" msgstr "Pecha a alerta de actualizaciรณn de contrasinal" -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1740 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 "Pechar listaxe de contas" -#: src/view/com/notifications/NotificationFeedItem.tsx:953 +#: src/view/com/notifications/NotificationFeedItem.tsx:959 msgid "Collapses list of users for a given notification" msgstr "Pechar a listaxe de contas para unha notificaciรณn en particular" @@ -2920,7 +2928,7 @@ msgid "Compose new post" msgstr "Escribir nova publicaciรณn" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1618 +#: src/view/com/composer/Composer.tsx:1616 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -2928,11 +2936,11 @@ msgstr "" msgid "Compose reply" msgstr "Redactar resposta" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2578 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing video..." msgstr "Comprimindo vรญdeo..." @@ -3100,7 +3108,7 @@ msgstr "Sigue co seguinte paso" msgid "Conversation" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "Conversa eliminada" @@ -3127,7 +3135,7 @@ msgid "Copied build version to clipboard" msgstr "Versiรณn de compilaciรณn copiada ao portapapeis" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3154,12 @@ msgstr "Copiado!" msgid "Copies build version to clipboard" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:198 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:265 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "Copiar" @@ -3159,8 +3167,8 @@ msgstr "Copiar" msgid "Copy App Password" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "" @@ -3175,8 +3183,8 @@ msgid "Copy code" msgstr "Copiar cรณdigo" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "" @@ -3184,7 +3192,7 @@ msgstr "" msgid "Copy host" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:254 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" msgstr "" @@ -3210,8 +3218,8 @@ msgstr "Copia ligazรณn รก lista" msgid "Copy link to post" msgstr "Copiar ligazรณn ao chรญo" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "" @@ -3219,8 +3227,8 @@ msgstr "" msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "Copiar texto da mensaxe" @@ -3249,7 +3257,7 @@ msgstr "" msgid "Copyright Policy" msgstr "Polรญtica de dereitos de autor" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" msgstr "" @@ -3261,11 +3269,11 @@ msgstr "" msgid "Could not connect to feed service" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:120 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" msgstr "" @@ -3294,7 +3302,7 @@ msgstr "" msgid "Could not leave chat" msgstr "Non se puido saรญr deste conversa" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." msgstr "" @@ -3308,7 +3316,7 @@ msgstr "Non se puido cargar esta canle" msgid "Could not load list" msgstr "Non se puido cargar esta listaxe" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:169 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" msgstr "" @@ -3320,7 +3328,7 @@ msgstr "Non se puido silenciar a conversa" msgid "Could not process your video" msgstr "Non se puido procesar o teu vรญdeo" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." msgstr "" @@ -3329,7 +3337,7 @@ msgstr "" msgid "Could not save changes: {0}" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" msgstr "" @@ -3394,12 +3402,12 @@ msgstr "Crea un paquete de inicio para min" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:314 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3457,13 @@ msgstr "" msgid "Create moderation list" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:308 +#: 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 "Crear unha conta nova" -#: src/screens/Messages/ConversationSettings/index.tsx:553 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "" @@ -3479,7 +3487,7 @@ msgstr "" #. placeholder {0}: i18n.date(createdAt, { dateStyle: 'long', timeStyle: 'short', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) #: src/screens/Messages/components/InviteLinkDialog.tsx:355 -#: src/screens/Messages/ConversationSettings/index.tsx:505 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "Creado {0}" @@ -3624,7 +3632,7 @@ msgstr "" msgid "Delete conversation" msgstr "Eliminar conversa" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "Borrar para min" @@ -3637,7 +3645,7 @@ msgstr "" msgid "Delete message" msgstr "Borrar mensaxe" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "Borrar mensaxe para min" @@ -3647,7 +3655,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:1630 +#: src/view/com/composer/Composer.tsx:1628 msgid "Delete post" msgstr "Borrar un chรญo" @@ -3689,6 +3697,10 @@ 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 @@ -3794,9 +3806,9 @@ msgstr "Deshabilitado" #: 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:1411 +#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1661 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3819,14 @@ msgstr "Desbotar" msgid "Discard changes?" msgstr "Desbotar cambios?" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1409 #: 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:1428 -#: src/view/com/composer/Composer.tsx:1655 +#: src/view/com/composer/Composer.tsx:1426 +#: src/view/com/composer/Composer.tsx:1653 msgid "Discard post?" msgstr "Desbotar publicaciรณn?" @@ -3852,7 +3864,7 @@ msgstr "Desbotar" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2499 msgid "Dismiss error" msgstr "Desbotar erro" @@ -3949,8 +3961,8 @@ msgstr "" #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:146 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3975,7 @@ msgstr "" msgid "Done" msgstr "Listo" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "Listo" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:520 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4087,8 +4093,8 @@ msgstr "" msgid "Edit" msgstr "Editar" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "Editar" @@ -4102,8 +4108,8 @@ msgstr "Editar avatar" msgid "Edit Feeds" msgstr "Editar Canles" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "" @@ -4141,8 +4147,8 @@ msgstr "" msgid "Edit list details" msgstr "Editar os detalles da listaxe" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "" @@ -4155,7 +4161,7 @@ msgstr "" msgid "Edit My Feeds" msgstr "Editar as Miรฑas Canles" -#: src/screens/Messages/ConversationSettings/index.tsx:540 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "" @@ -4184,8 +4190,8 @@ msgstr "Editar o perfil" msgid "Edit starter pack" msgstr "Editar paquete de inicio" -#: src/screens/Messages/ConversationSettings/index.tsx:486 -#: src/screens/Messages/ConversationSettings/index.tsx:539 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "" @@ -4402,7 +4408,7 @@ msgstr "" msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2598 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Erro" @@ -4481,7 +4487,7 @@ msgstr "Saรญr da pantalla completa" msgid "Expand alt text" msgstr "Expandir o texto alt" -#: src/view/com/notifications/NotificationFeedItem.tsx:606 +#: src/view/com/notifications/NotificationFeedItem.tsx:612 msgid "Expand list of users" msgstr "Expandir listaxe de persoas" @@ -4596,8 +4602,8 @@ msgstr "" msgid "Failed to accept join request" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "" @@ -4606,6 +4612,10 @@ msgstr "" msgid "Failed to add members" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "" @@ -4615,7 +4625,7 @@ msgid "Failed to change handle. Please try again." msgstr "Erro ao mudar o nome de usuario. Tรฉntao de novo." #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:129 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "" @@ -4664,7 +4674,7 @@ msgstr "" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:374 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "" @@ -4692,7 +4702,7 @@ msgstr "" msgid "Failed to ignore join request" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:137 +#: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4700,14 +4710,14 @@ msgstr "" msgid "Failed to launch SMS app" msgstr "" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:401 +#: 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 "" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "" @@ -4753,15 +4763,20 @@ msgstr "Error ao cargar as canles suxeridas." msgid "Failed to load suggested follows" msgstr "Error ao cargar as suxerencias de seguimento." -#: src/screens/Messages/ConversationSettings/index.tsx:426 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +msgid "Failed to mark all chats as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 +#: src/view/shell/bottom-bar/BottomBar.tsx:450 msgid "Failed to mark all requests as read" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:390 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "" @@ -4783,12 +4798,16 @@ msgstr "" msgid "Failed to remove data. {0}" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:111 +#: 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 "" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "" @@ -4802,7 +4821,7 @@ msgstr "" msgid "Failed to remove verification" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:180 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." msgstr "" @@ -4811,7 +4830,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:648 +#: src/view/com/composer/Composer.tsx:646 msgid "Failed to save draft" msgstr "" @@ -4854,7 +4873,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "Error ao cambiar o estado de silencio do fรญo, por favor, intรฉntao de novo." #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:435 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "" @@ -5116,16 +5135,16 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 "Seguir" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "Seguir a {0}" @@ -5149,8 +5168,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "Sigue 7 contas" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "Seguir esta conta" @@ -5173,9 +5192,9 @@ msgstr "" #. 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:423 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "Seguir tamรฉn" @@ -5211,7 +5230,7 @@ msgstr "Seguido por <0>{0} e <1>{1}" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "Seguido por <0>{0}, <1>{1}, e {2, plural, one {# other} other {# others}}" -#: src/components/intents/GroupChatJoinDialog.tsx:339 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" msgstr "" @@ -5231,10 +5250,10 @@ msgstr "Seguidores que coรฑeces" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 "Seguindo" @@ -5249,7 +5268,7 @@ msgstr "Seguindo" #. 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 "Seguindo {0}" @@ -5467,7 +5486,7 @@ msgstr "" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2603 msgid "GIF uploaded" msgstr "" @@ -5526,8 +5545,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "Ir ao inicio" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "" @@ -5538,8 +5557,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "" @@ -5547,7 +5566,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 "" @@ -5622,9 +5641,9 @@ msgstr "" msgid "Grooming or predatory behavior" msgstr "" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:321 -#: src/screens/Messages/JoinRequest.tsx:129 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" msgstr "" @@ -5632,17 +5651,17 @@ msgstr "" msgid "Group chat invite link dialog" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:417 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:382 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "" @@ -5653,12 +5672,12 @@ msgid "Group chat settings" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:385 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "" @@ -5682,12 +5701,12 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "" @@ -5829,7 +5848,7 @@ msgstr "Listaxe oculta" msgid "Hide" msgstr "Ocultar" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "Ocultar" @@ -5904,7 +5923,7 @@ msgstr "Ocultar os temas de tendencia?" msgid "Hide trending videos?" msgstr "Ocultar os vรญdeos en tendencia?" -#: src/view/com/notifications/NotificationFeedItem.tsx:951 +#: src/view/com/notifications/NotificationFeedItem.tsx:957 msgid "Hide user list" msgstr "Ocultar listaxe de persoas" @@ -5960,7 +5979,7 @@ msgstr "Espera! Estamos dando acceso a vรญdeos gradualmente e aรญnda estรกs na l #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6210,7 +6229,7 @@ msgstr "" msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "" @@ -6268,7 +6287,7 @@ msgstr "" msgid "Invalid 2FA confirmation code." msgstr "O cรณdigo de confirmaciรณn 2FA non รฉ vรกlido." -#: src/components/intents/GroupChatJoinDialog.tsx:147 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." msgstr "" @@ -6290,7 +6309,7 @@ msgstr "" msgid "Invalid report subject" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:187 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." msgstr "" @@ -6315,15 +6334,15 @@ 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:140 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:155 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6336,17 +6355,17 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:335 #: src/screens/Messages/components/InviteLinkDialog.tsx:514 #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 -#: src/screens/Messages/ConversationSettings/index.tsx:556 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:213 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" msgstr "" @@ -6410,7 +6429,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:2520 +#: src/view/com/composer/Composer.tsx:2518 msgid "Job ID: {0}" msgstr "Tarefa ID: {0}" @@ -6420,7 +6439,7 @@ msgid "Jobs" msgstr "Tarefas" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:282 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" msgstr "" @@ -6431,12 +6450,12 @@ msgstr "" msgid "Join Bluesky" msgstr "รšnete a Bluesky" -#: src/components/intents/GroupChatJoinDialog.tsx:71 -#: src/components/intents/GroupChatJoinDialog.tsx:448 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:176 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." msgstr "" @@ -6450,8 +6469,8 @@ msgstr "รšnete รก conversa" msgid "Journalism" msgstr "Xornalismo" -#: src/view/com/composer/Composer.tsx:1461 -#: src/view/com/composer/Composer.tsx:1471 +#: src/view/com/composer/Composer.tsx:1459 +#: src/view/com/composer/Composer.tsx:1469 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6609,7 +6628,7 @@ msgid "Learn more." msgstr "Aprender mรกis." #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:590 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "Deixar" @@ -6623,8 +6642,8 @@ msgstr "Deixar" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "Deixar conversa" @@ -6644,12 +6663,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "Deixar conversaciรณn" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:589 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "" @@ -6658,11 +6677,11 @@ msgstr "" msgid "Leaving Bluesky" msgstr "Saรญr de Bluesky" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: src/screens/Messages/ConversationSettings/prompts.tsx:153 msgid "Leaving this chat will lock it permanently and you wonโ€™t be able to rejoin." msgstr "" -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." msgstr "" @@ -6935,9 +6954,9 @@ msgstr "Cargar notificaciรณns novas" msgid "Load new posts" msgstr "Cargar novos chรญos" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "" @@ -6954,23 +6973,23 @@ msgstr "" msgid "Loading..." msgstr "Cargando..." -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:568 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "" @@ -7051,6 +7070,16 @@ msgstr "Xestiona as tรบas palabras e etiquetas silenciadas" msgid "Mark all as read" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:459 +#: src/view/shell/bottom-bar/BottomBar.tsx:463 +msgid "Mark all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:467 +#: src/view/shell/bottom-bar/BottomBar.tsx:471 +msgid "Mark all requests as read" +msgstr "" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7089,14 @@ msgstr "Marcar como lido" msgid "Marked all as read" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,7 +7120,7 @@ msgstr "" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Medios que poden resultar perturbadores ou inapropiados para algunhas audiencias." -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." msgstr "" @@ -7092,7 +7129,7 @@ msgstr "" msgid "Members" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "" @@ -7111,13 +7148,13 @@ msgstr "Menciรณns" msgid "Menu" msgstr "Menรบ" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 +#: 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" @@ -7132,7 +7169,7 @@ msgstr "Mensaxe {0}" msgid "Message {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "Mensaxe eliminada" @@ -7141,13 +7178,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Mensaxe eliminada" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:616 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "" @@ -7156,21 +7193,21 @@ msgstr "" msgid "Message from server: {0}" msgstr "Mensaxe do servidor: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "Campo de entrada da mensaxe" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "" @@ -7178,11 +7215,11 @@ msgstr "" msgid "Messages" msgstr "Mensaxes" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:715 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:621 +#: src/components/dms/MessageItem.tsx:710 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7219,8 +7256,8 @@ msgstr "Detalles de moderaciรณn" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "Listaxe de moderaciรณn feita por {0}" @@ -7228,7 +7265,7 @@ msgstr "Listaxe de moderaciรณn feita por {0}" msgid "Moderation list by <0/>" msgstr "Listaxe de moderaciรณn feita por <0/>" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "Listaxe de moderaciรณn feita por ti" @@ -7281,8 +7318,8 @@ msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "Mรกis opciรณns" @@ -7302,7 +7339,7 @@ msgstr "Filmes" msgid "Music" msgstr "Mรบsica" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "Silenciar" @@ -7320,8 +7357,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "Silenciar conta" @@ -7347,7 +7384,7 @@ msgstr "Silenciar a listaxe" msgid "Mute these accounts?" msgstr "Silenciar estas contas?" -#: src/screens/Messages/ConversationSettings/index.tsx:530 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "" @@ -7389,7 +7426,7 @@ msgstr "Silenciar palabras e etiquetas" msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "" @@ -7480,7 +7517,7 @@ 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:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "Novo" @@ -7490,21 +7527,21 @@ msgctxt "action" msgid "New" msgstr "Novo" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: 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:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "Novo chat" @@ -7592,11 +7629,11 @@ msgctxt "action" msgid "New post" msgstr "Novo chรญo" -#: 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 "" @@ -7718,7 +7755,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 "Xa non segues a {0}" @@ -7726,7 +7763,7 @@ msgstr "Xa non segues a {0}" msgid "No media yet" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "Aรญnda non hai mensaxes" @@ -7763,7 +7800,7 @@ msgstr "" msgid "No one but the author can quote this post." msgstr "Ninguรฉn, excepto a persoa autora, pode citar este chรญo." -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "" @@ -7831,6 +7868,11 @@ 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" @@ -7895,7 +7937,7 @@ msgstr "Non se encontrou" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "Nota sobre compartir" @@ -7931,7 +7973,7 @@ msgstr "Sons de notificaciรณns" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8017,7 @@ msgstr "Ben" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:722 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8008,11 +8050,11 @@ 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:862 msgid "One or more GIFs is missing alt text." msgstr "" -#: src/view/com/composer/Composer.tsx:861 +#: src/view/com/composer/Composer.tsx:859 msgid "One or more images is missing alt text." msgstr "Falta o texto alternativo nunha ou mรกis imaxes." @@ -8024,11 +8066,11 @@ msgstr "" 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:657 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:869 msgid "One or more videos is missing alt text." msgstr "Falta o texto alternativo nun ou mรกis vรญdeos." @@ -8041,7 +8083,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:234 +#: src/view/com/composer/Composer.tsx:233 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8053,7 +8095,7 @@ msgstr "" msgid "Only admins can ignore join requests." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:145 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." msgstr "" @@ -8068,12 +8110,12 @@ msgid "Only image files are supported" msgstr "Sรณ se admiten ficheiros de imaxe" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:222 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:292 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" msgstr "" @@ -8107,7 +8149,7 @@ msgid "Open camera" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:437 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" msgstr "" @@ -8115,8 +8157,8 @@ msgstr "" msgid "Open chat member options for {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "Abrir as opciรณns de conversa" @@ -8128,9 +8170,9 @@ msgstr "" msgid "Open drawer menu" msgstr "Abrir menรบ lateral" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2158 msgid "Open emoji picker" msgstr "Abrir o selector de emoji" @@ -8151,7 +8193,7 @@ msgstr "" msgid "Open Germ DM" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" msgstr "" @@ -8166,11 +8208,11 @@ msgid "Open in Google Translate" msgstr "" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "Abrir ligazรณn a {niceUrl}" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "Abrir opciรณns de mensaxe" @@ -8221,7 +8263,7 @@ msgstr "Abrir pagina de histรณrico" msgid "Open system log" msgstr "Abrir registro do sistema." -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" msgstr "" @@ -8275,13 +8317,13 @@ msgstr "" msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" -#: src/screens/Messages/JoinRequest.tsx:309 +#: 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 "Abrir o fluxo para crear unha nova conta Bluesky" -#: src/screens/Messages/JoinRequest.tsx:295 +#: 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" @@ -8341,7 +8383,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 "Abrir este perfil" @@ -8513,6 +8555,16 @@ msgstr "Persoas siguindo a @{0}" msgid "People I follow" msgstr "" +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "" @@ -8813,7 +8865,7 @@ msgstr "Polรญtica" msgid "Porn" msgstr "Pornografรญa" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post" msgstr "Chiar" @@ -8833,12 +8885,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Post All" msgstr "Publicar todo" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1468 msgid "Post anyway" msgstr "" @@ -9015,11 +9067,11 @@ msgstr "Polรญtica de privacidade" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2592 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing video..." msgstr "Procesando vรญdeo..." @@ -9031,7 +9083,7 @@ msgstr "Procesando..." msgid "profile" msgstr "perfil" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9117,22 @@ 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:1790 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:1785 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:1774 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:1779 msgid "Publish reply" msgstr "" @@ -9109,7 +9161,7 @@ msgid "QR code has been downloaded!" msgstr "O cรณdigo QR foi descargado!" #: src/components/StarterPack/QrCodeDialog.tsx:122 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "O cรณdigo QR gardouse no carrete da cรกmara." @@ -9172,8 +9224,8 @@ msgstr "" msgid "React with {emoji}" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "" @@ -9268,10 +9320,6 @@ msgstr "Recomendados" msgid "Reconnect" msgstr "Reconectar" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "" - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" @@ -9291,12 +9339,14 @@ msgstr "" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "Recargar as conversas" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9355,9 @@ msgstr "Recargar as conversas" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "Eliminar" @@ -9326,7 +9375,7 @@ msgstr "Eliminar a {displayName} do paquete inicial" msgid "Remove {displayName} from this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" msgstr "" @@ -9443,14 +9492,14 @@ msgstr "Eliminar esta canle das tรบas canles gardadas" msgid "Remove unavailable moderation services" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "" @@ -9466,8 +9515,8 @@ msgstr "Eliminado pola persoa autora" msgid "Removed by you" msgstr "Eliminado por ti" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "Eliminado da listaxe" @@ -9535,6 +9584,14 @@ msgctxt "description" msgid "Replied to you" msgstr "" +#: src/components/dms/MessageItem.tsx:883 +msgid "Replied-to message from {senderName}, tap to scroll to it" +msgstr "" + +#: src/components/dms/MessageItem.tsx:884 +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 @@ -9552,7 +9609,12 @@ msgstr "Respostas deshabilitadas" msgid "Replies to this post are disabled." msgstr "As respostas a este chรญo estรกn desactivadas." -#: src/view/com/composer/Composer.tsx:1804 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "Responder" + +#: src/view/com/composer/Composer.tsx:1802 msgctxt "action" msgid "Reply" msgstr "Responder" @@ -9590,14 +9652,14 @@ msgstr "Visibilidade da resposta actualizada" msgid "Reply was successfully hidden" msgstr "A resposta ocultouse correctamente." -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:582 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "Denunciar" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "Denunciar conta" @@ -9623,7 +9685,7 @@ msgstr "Denunciar canle" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "Denunciar mensaxe" @@ -9657,7 +9719,7 @@ msgstr "" msgid "Report this feed" msgstr "Denunciar esta canle" -#: src/screens/Messages/ConversationSettings/index.tsx:581 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "" @@ -9737,7 +9799,7 @@ msgstr "Rechouchรญos deste chรญo" msgid "Reposts of your reposts" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:447 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" msgstr "" @@ -9755,7 +9817,7 @@ msgid "Request ignored." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:281 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" msgstr "" @@ -9764,7 +9826,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "" @@ -9791,9 +9853,9 @@ msgstr "Obrigatorio para este provedor" msgid "Required in your region" msgstr "Obrigatorio na tรบa rexiรณn" -#: src/components/intents/GroupChatJoinDialog.tsx:296 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:310 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:115 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:117 msgid "Rescind request" msgstr "" @@ -9872,7 +9934,7 @@ 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:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 #: src/screens/Messages/JoinRequests.tsx:361 @@ -9928,7 +9990,7 @@ msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10015,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:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Gardar cambios" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1421 #: 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:1449 #: 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:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10022,13 +10084,13 @@ msgid "Saved to your feeds" msgstr "Guardado nas tรบas canles" #: 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 "Di ola!" -#: src/screens/Messages/ChatList.tsx:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "" @@ -10058,6 +10120,10 @@ msgstr "" msgid "Scroll right" msgstr "" +#: src/components/dms/MessageItem.tsx:774 +msgid "Scroll to the message this is replying to" +msgstr "" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "Desprรกzate cara arriba" @@ -10067,7 +10133,7 @@ msgstr "Desprรกzate cara arriba" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Buscar" @@ -10148,8 +10214,8 @@ msgstr "" msgid "Search my posts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "" @@ -10425,8 +10491,8 @@ msgstr "" msgid "Send feedback" msgstr "Enviar comentarios" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "Enviar mensaxe" @@ -10460,7 +10526,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:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "" @@ -10565,7 +10631,7 @@ msgstr "Actividade sexual ou nudez erรณtica." msgid "Sexually Suggestive" msgstr "Sexualmente suxestivo" -#: 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 @@ -10577,7 +10643,7 @@ msgstr "Sexualmente suxestivo" msgid "Share" msgstr "Compartir" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "Compartir de todas as maneiras" @@ -10641,8 +10707,8 @@ msgstr "Comparte este paquete de iniciaciรณn e axuda a xente a unirse รก tรบa co #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "" @@ -10796,15 +10862,15 @@ msgstr "" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:294 -#: src/screens/Messages/JoinRequest.tsx:300 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,7 +10896,7 @@ msgstr "" msgid "Sign in or create your account to join the conversation!" msgstr "Inicia sesiรณn ou crea a tรบa conta para unirte รก conversa!" -#: src/screens/Messages/JoinRequest.tsx:220 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." msgstr "" @@ -10842,7 +10908,7 @@ msgstr "Acceder a unha conta que non estรก na listaxe" msgid "Sign in to Bluesky or create a new account" msgstr "Inicia sesiรณn en Bluesky ou crea unha nova conta" -#: src/screens/Messages/JoinRequest.tsx:219 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." msgstr "" @@ -10900,7 +10966,7 @@ msgstr "Saltar" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1466 msgid "Skip empty posts?" msgstr "" @@ -10971,12 +11037,12 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:347 msgid "Someone reacted {0}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "" @@ -10996,10 +11062,6 @@ msgstr "" msgid "Someone was removed from the group" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "" - #: 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 "" @@ -11043,8 +11105,8 @@ msgstr "Ocorreu un erro? Dรญnolo." 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 "Sentรญmolo! A tรบa sesiรณn caducou. Inicia sesiรณn de novo." @@ -11214,13 +11276,13 @@ msgid "Subscribe" msgstr "Suscribirse" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "" @@ -11255,7 +11317,7 @@ msgstr "" msgid "Success!" msgstr "ร‰xito!" -#: src/components/intents/GroupChatJoinDialog.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" msgstr "" @@ -11355,7 +11417,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:572 +#: src/components/dms/MessageItem.tsx:661 msgid "Tap for details" msgstr "" @@ -11390,7 +11452,7 @@ msgid "Tap to dismiss" msgstr "Toca para descartar" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:453 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" msgstr "" @@ -11398,34 +11460,34 @@ msgstr "" msgid "Tap to open this group chat" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:452 +#: src/components/intents/GroupChatJoinDialog.tsx:468 msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:537 +#: src/components/dms/MessageItem.tsx:626 msgid "Tap to retry" msgstr "" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:373 msgid "Tap to view reactions" msgstr "" @@ -11528,7 +11590,7 @@ msgstr "Iso รฉ todo!" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "A conta poderรก interactuar contigo despois de desbloqueala." @@ -11594,7 +11656,7 @@ msgstr "" msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:155 +#: src/components/intents/GroupChatJoinDialog.tsx:165 #: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." msgstr "" @@ -11621,7 +11683,7 @@ msgstr "Semella que o servidor estรก a experimentar problemas. Por favor, tรฉnta msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "O paquete de inicio que estรกs tentando ver non รฉ vรกlido. Podes eliminar este paquete de inicio no seu lugar." -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "" @@ -11665,8 +11727,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "" #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:182 +#: 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 "" @@ -11693,7 +11755,7 @@ msgstr "Houbo un problema ao recuperar as notificaciรณns. Toca aquรญ para tental msgid "There was an issue fetching posts. Tap here to try again." msgstr "Houbo un problema ao recuperar os chรญos. Toca aquรญ para tentalo de novo." -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "Houbo un problema ao buscar a listaxe. Toca aquรญ para tentalo de novo." @@ -11733,12 +11795,12 @@ msgstr "Houbo un problema ao actualizar as tรบas canles. Comproba a tรบa conexi #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "Houbo un problema! {0}" @@ -11778,7 +11840,7 @@ msgstr "Estas opciรณns sรณ se aplicarรกn ao seguinte fรญo." msgid "They own this chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." msgstr "" @@ -11828,22 +11890,22 @@ msgstr "" 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 "" -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:287 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:430 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" msgstr "" @@ -11881,7 +11943,7 @@ msgstr "Este contido non estรก dispoรฑรญbel porque unha das persoas implicadas b msgid "This content is not viewable without a Bluesky account." msgstr "Este contido non se pode ver sen unha conta Bluesky." -#: src/components/intents/GroupChatJoinDialog.tsx:141 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." msgstr "" @@ -11931,7 +11993,7 @@ msgstr "Esta canle estรก baleira." msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "Esta canle xa non estรก en liรฑa. No seu lugar, mostramos <0>Descubrir." -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" msgstr "" @@ -11947,11 +12009,11 @@ msgstr "" msgid "This information is private and not shared with other users." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:151 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:223 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" msgstr "" @@ -11997,17 +12059,17 @@ msgstr "" msgid "This list is empty." msgstr "Esta lista estรก baleira." -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:688 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:658 +#: src/components/dms/MessageItem.tsx:684 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12045,11 +12107,11 @@ 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:1043 +#: src/view/com/composer/Composer.tsx:1041 msgid "This post's author has disabled quote posts." msgstr "A persoa autora deste chรญo desactivou os chรญos de citas." -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "" @@ -12242,8 +12304,8 @@ msgstr "" msgid "Topic" msgstr "Tema" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,7 +12375,7 @@ msgctxt "action" msgid "Try again" msgstr "Intentar de novo" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." msgstr "" @@ -12335,7 +12397,7 @@ msgstr "TV" msgid "Two-factor authentication (2FA)" msgstr "Autenticaciรณn en dous pasos (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "Escribe aquรญ a tรบa mensaxe" @@ -12401,7 +12463,7 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:726 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12409,14 +12471,14 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:211 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "Desbloquear" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "Desbloquear" @@ -12427,8 +12489,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "Desbloquear conta" @@ -12437,7 +12499,7 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "Desbloquear Conta?" @@ -12474,12 +12536,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "Deixa de seguir a {0}" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "" @@ -12521,11 +12583,11 @@ msgstr "No me gusta" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:567 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "" @@ -12548,8 +12610,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "" @@ -12562,7 +12624,7 @@ msgstr "Activar a conversa" msgid "Unmute list" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:529 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "" @@ -12641,7 +12703,7 @@ msgstr "Cancelouse a subscriciรณn da listaxe" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1557 +#: src/view/com/composer/Composer.tsx:1555 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -12654,12 +12716,9 @@ msgstr "" msgid "Update" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "Actualizar <0>{displayName} nas listaxes" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" msgstr "" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 @@ -12669,6 +12728,10 @@ msgstr "" msgid "Update email" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 #: src/screens/Messages/components/InviteLinkDialog.tsx:303 @@ -12680,14 +12743,6 @@ msgstr "" msgid "Update to {domain}" msgstr "Actualizar para {domain}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "" - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "" @@ -12736,7 +12791,7 @@ msgstr "Cargar desde ficheiros" msgid "Upload from Library" msgstr "Cargar desde a biblioteca" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2585 msgid "Uploading GIF..." msgstr "" @@ -12750,7 +12805,7 @@ msgstr "Cargando imaxes..." msgid "Uploading link thumbnail..." msgstr "Cargando miniatura da ligazรณn..." -#: src/view/com/composer/Composer.tsx:2589 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading video..." msgstr "Cargando vรญdeo..." @@ -12826,7 +12881,7 @@ msgid "User Blocks You" msgstr "A persoas bloquรฉate" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "Listaxe de persoas por {0}" @@ -12835,7 +12890,7 @@ msgstr "Listaxe de persoas por {0}" msgid "User List by {0}" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "Listaxe de persoas por ti" @@ -12875,16 +12930,6 @@ msgstr "persoas seguidas por <0>@{0}" msgid "users following <0>@{0}" msgstr "" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "Valor:" @@ -12912,8 +12957,8 @@ msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "" @@ -13039,7 +13084,7 @@ msgstr "Non se encontrou o vรญdeo." msgid "Video settings" msgstr "Axustes do video" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2605 msgid "Video uploaded" msgstr "Vรญdeo cargado" @@ -13056,14 +13101,14 @@ msgstr "Vรญdeos" msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1150 +#: src/view/com/composer/Composer.tsx:1148 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "" @@ -13078,7 +13123,7 @@ msgstr "Ver o avatar de {0}" #: 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 "Ver o perfil de {0}" @@ -13092,7 +13137,7 @@ msgstr "" msgid "View {displayName}โ€™s profile" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "" @@ -13145,7 +13190,7 @@ msgstr "Ver mรกis" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1143 msgid "View post" msgstr "" @@ -13162,10 +13207,10 @@ msgstr "Ver perfil" msgid "View profile banner" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "" @@ -13173,7 +13218,7 @@ msgstr "" msgid "View the avatar" msgstr "Ver o avatar" -#: src/screens/Messages/ConversationSettings/index.tsx:554 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "" @@ -13441,7 +13486,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:1039 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." @@ -13492,7 +13537,7 @@ msgid "What do you want to call your starter pack?" msgstr "Como queres chamar ao teu paquete de inicio?" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1519 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Que hai de novo?" @@ -13519,7 +13564,7 @@ msgid "Who can verify?" msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "Vaia!" @@ -13578,7 +13623,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:1437 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13587,12 +13632,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1617 +#: src/view/com/composer/Composer.tsx:1615 msgid "Write post" msgstr "Escribe un chรญo" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1517 msgid "Write your reply" msgstr "Escribe a tรบa resposta" @@ -13658,7 +13703,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:610 +#: src/components/dms/MessageItem.tsx:699 msgid "You are blocking {0}" msgstr "" @@ -13764,11 +13809,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:221 +#: src/view/com/composer/Composer.tsx:220 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:1442 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13803,8 +13848,8 @@ msgstr "" msgid "You can update this later from your settings." msgstr "Podes actualizar posteriormente desde as tรบas preferencias." -#: src/components/dms/ActionsWrapper.web.tsx:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:115 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13839,7 +13884,7 @@ msgstr "Non tes canles gardadas." msgid "You got here first" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:166 +#: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and canโ€™t join it using this link." msgstr "" @@ -13884,6 +13929,7 @@ msgstr "Silenciaches esta conta." msgid "You have muted this user" msgstr "Silenciaches esta persoas" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "Non tes listaxes." @@ -13912,7 +13958,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:1434 +#: src/view/com/composer/Composer.tsx:1432 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -13970,7 +14016,7 @@ msgstr "" msgid "You may only add up to 3 feeds" msgstr "Sรณ podes engadir ata 3 canles" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." msgstr "" @@ -13983,7 +14029,7 @@ msgid "You must be following at least seven other people to generate a starter p msgstr "Debes seguir polo menos a outras sete persoas para xerar un paquete de inicio." #: src/components/StarterPack/QrCodeDialog.tsx:69 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:89 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" @@ -14009,12 +14055,12 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:259 +#: src/components/dms/MessageItem.tsx:340 msgid "You reacted {0}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "" @@ -14023,8 +14069,20 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" +#: src/components/dms/MessageItem.tsx:804 +msgid "You replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:802 +msgid "You replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:800 +msgid "You replied to yourself" +msgstr "" + #. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 msgid "You requested to join" msgstr "" @@ -14050,12 +14108,12 @@ msgstr "Agora recibirรกs notificaciรณns deste fรญo" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "Recibirรกs un correo electrรณnico cun \"cรณdigo de restablecemento\". Introduce ese cรณdigo aquรญ e, a continuaciรณn, introduce o teu novo contrasinal." -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "" #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "" @@ -14127,7 +14185,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:646 +#: src/view/com/composer/Composer.tsx:644 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14199,11 +14257,11 @@ msgstr "As tรบas conversas foron deshabilitadas." 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 "" @@ -14295,11 +14353,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:1141 +#: src/view/com/composer/Composer.tsx:1139 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1136 msgid "Your posts were sent" msgstr "" @@ -14320,7 +14378,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:1140 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your reply was sent" msgstr "" @@ -14333,7 +14391,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:1467 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 5fdd744ab4..27f5bb04f9 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-10 21:06\n" +"PO-Revision-Date: 2026-06-17 12:23\n" "Last-Translator: \n" "Language-Team: Hawaiian\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:876 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" msgstr "" -#: src/components/dms/getMessageInfo.ts:73 +#: src/components/dms/getMessageInfo.ts:105 +#: src/components/dms/MessageItem.tsx:878 +#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "" @@ -75,7 +79,7 @@ msgstr "" msgid "{0, plural, one {# like} other {# likes}}" msgstr "" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "" @@ -97,7 +101,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:269 +#: src/components/dms/MessageItem.tsx:335 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "" @@ -118,15 +122,15 @@ msgstr "" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "" @@ -199,13 +203,13 @@ msgid "{0} <0>in <1>text & tags" msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:41 +#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:44 msgid "{0} added to chat" msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:43 +#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:46 msgid "{0} and {1} added to chat" msgstr "" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:712 msgid "{0} is blocking you" msgstr "" @@ -273,7 +277,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:330 msgid "{0} reacted {1}" msgstr "" @@ -299,7 +303,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:46 +#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 msgid "{0}, {1} and {memberCount, plural, one {# other} other {# others}} added to chat" msgstr "" @@ -326,24 +330,22 @@ msgstr "" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:136 +#: src/screens/Messages/JoinRequest.tsx:139 msgctxt "group-chat-member-count" msgid "{0}/{1}" msgstr "" #. The number of members in a group chat, in the format '{members}/{total} members'. -#. placeholder {0}: preview.memberCount -#. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 -msgid "{0}/{1} {2, plural, one {member} other {members}}" -msgstr "" - -#. The number of active group chat members out of the total number allowed. +#. The number of members in a group chat, in the format '{members}/{total} members'. #. placeholder {0}: joinLinkPreview.memberCount +#. placeholder {0}: preview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:307 -msgid "{0}/{1} members" +#. placeholder {1}: preview.memberLimit +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 +msgid "{0}/{1} {2, plural, one {member} other {members}}" msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. @@ -377,7 +379,7 @@ msgstr "" msgid "{0}s" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:427 +#: src/screens/Messages/JoinRequests.tsx:433 msgid "{count, plural, =0 {No requests to join} one {# request to join} other {# requests to join}}" msgstr "" @@ -389,7 +391,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -397,33 +399,11 @@ msgstr "" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "" - #. Displayed when there are more requests to join a group chat than have been loaded -#: src/screens/Messages/JoinRequests.tsx:421 +#: src/screens/Messages/JoinRequests.tsx:427 msgid "{count, plural, other {#+ requests to join}}" msgstr "" -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "" - #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" msgstr "" @@ -659,12 +639,12 @@ msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "" @@ -697,6 +677,18 @@ msgstr "" msgid "{rank}." msgstr "" +#: src/components/dms/MessageItem.tsx:822 +msgid "{replierDisplayName} replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:818 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:816 +msgid "{replierDisplayName} replied to you" +msgstr "" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "" @@ -873,10 +875,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 -#: src/screens/Messages/JoinRequests.tsx:187 -#: src/screens/Messages/JoinRequests.tsx:219 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 +#: src/screens/Messages/JoinRequests.tsx:192 +#: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." msgstr "" @@ -928,7 +930,7 @@ msgid "Accept" msgstr "" #. Accept a request to join a chat -#: src/screens/Messages/JoinRequests.tsx:458 +#: src/screens/Messages/JoinRequests.tsx:464 msgctxt "button" msgid "Accept" msgstr "" @@ -937,7 +939,7 @@ msgstr "" msgid "Accept chat request" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:452 +#: src/screens/Messages/JoinRequests.tsx:458 msgid "Accept join request" msgstr "" @@ -955,7 +957,7 @@ msgstr "" msgid "Accepted conversations" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:101 +#: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -979,13 +981,13 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:119 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "" @@ -1025,21 +1027,21 @@ msgstr "" msgid "Account removed from quick access" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:106 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "" @@ -1054,12 +1056,13 @@ msgstr "" msgid "Activity from others" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "" @@ -1112,11 +1115,11 @@ msgstr "" msgid "Add another account" msgstr "" -#: src/view/com/composer/Composer.tsx:1505 +#: src/view/com/composer/Composer.tsx:1520 msgid "Add another post" msgstr "" -#: src/view/com/composer/Composer.tsx:2168 +#: src/view/com/composer/Composer.tsx:2183 msgid "Add another post to thread" msgstr "" @@ -1151,9 +1154,9 @@ msgstr "" msgid "Add media to post" msgstr "" -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:69 -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:103 -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:122 +#: 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 "" @@ -1175,14 +1178,14 @@ msgstr "" msgid "Add muted words and tags" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:130 -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:169 +#: 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 "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "" @@ -1214,8 +1217,8 @@ msgstr "" msgid "Add this feed to your feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "" @@ -1246,8 +1249,8 @@ msgstr "" msgid "Added by invite link" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "" @@ -1269,7 +1272,7 @@ msgid "Additional details (limit 300 characters)" msgstr "" #: src/screens/Messages/ConversationSettings/Member.tsx:94 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:152 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:155 msgid "Admin" msgstr "" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "" @@ -1520,8 +1523,8 @@ msgstr "" msgid "An error occurred while loading your lists :/" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:78 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/components/StarterPack/QrCodeDialog.tsx:81 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "" @@ -1565,7 +1568,7 @@ msgstr "" msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:190 +#: 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 "" @@ -1643,17 +1646,17 @@ msgstr "" msgid "Anyone can interact" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:318 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:145 -#: src/screens/Messages/components/InviteLinkDialog.tsx:146 +#: src/screens/Messages/components/InviteLinkDialog.tsx:153 +#: src/screens/Messages/components/InviteLinkDialog.tsx:154 msgid "Anyone can join instantly" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:150 -#: src/screens/Messages/components/InviteLinkDialog.tsx:151 +#: src/screens/Messages/components/InviteLinkDialog.tsx:158 +#: src/screens/Messages/components/InviteLinkDialog.tsx:159 msgid "Anyone can request to join" msgstr "" @@ -1663,7 +1666,7 @@ msgstr "" msgid "Anyone who follows me" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:458 +#: 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 "" @@ -1796,8 +1799,8 @@ msgstr "" msgid "Are you sure you want to discard your changes?" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "" @@ -1814,11 +1817,11 @@ msgid "Are you sure you want to remove this from your feeds?" msgstr "" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1641 +#: src/view/com/composer/Composer.tsx:1656 msgid "Are you sure you'd like to discard this post?" msgstr "" @@ -1899,8 +1902,8 @@ msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:178 #: src/screens/Messages/components/ChatDisabled.tsx:164 #: src/screens/Messages/components/ChatDisabled.tsx:166 -#: src/screens/Messages/components/InviteLinkDialog.tsx:268 -#: src/screens/Messages/components/InviteLinkDialog.tsx:296 +#: src/screens/Messages/components/InviteLinkDialog.tsx:276 +#: src/screens/Messages/components/InviteLinkDialog.tsx:304 #: src/screens/Messages/Inbox.tsx:240 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 @@ -1958,12 +1961,12 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:96 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." msgstr "" @@ -1994,12 +1997,12 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:186 #: src/components/moderation/BlockDialog.tsx:192 #: src/components/moderation/BlockDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:224 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 msgid "Block" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:213 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:216 msgid "Block {displayName}" msgstr "" @@ -2009,8 +2012,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "" @@ -2088,6 +2091,10 @@ 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 "" @@ -2260,7 +2267,7 @@ msgstr "" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:174 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2274,13 +2281,13 @@ msgstr "" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:341 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" msgstr "" @@ -2346,12 +2353,12 @@ msgstr "" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/lib/media/picker.tsx:38 #: src/screens/Deactivated.tsx:150 -#: src/screens/Messages/components/InviteLinkDialog.tsx:480 -#: src/screens/Messages/components/InviteLinkDialog.tsx:484 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/components/InviteLinkDialog.tsx:500 +#: src/screens/Messages/components/InviteLinkDialog.tsx:504 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,8 @@ msgstr "" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1719 -#: src/view/com/composer/Composer.tsx:1729 +#: src/view/com/composer/Composer.tsx:1734 +#: src/view/com/composer/Composer.tsx:1744 #: 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 @@ -2380,6 +2387,10 @@ msgstr "" msgid "Cancel reactivation and sign out" msgstr "" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "" @@ -2481,7 +2492,7 @@ msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,8 +2509,8 @@ msgid "Chat ended" msgstr "" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:234 -#: src/screens/Messages/JoinRequest.tsx:90 +#: src/components/intents/GroupChatJoinDialog.tsx:269 +#: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" msgstr "" @@ -2520,12 +2531,12 @@ msgctxt "toast" msgid "Chat muted" msgstr "" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." msgstr "" -#: src/components/moderation/BlockDialog.tsx:292 +#: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2544,10 +2555,10 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "" @@ -2630,7 +2641,7 @@ msgstr "" msgid "Choose this color as your avatar" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:235 +#: src/screens/Messages/components/InviteLinkDialog.tsx:243 msgid "Choose who can join this group chat and how." msgstr "" @@ -2684,7 +2695,7 @@ msgstr "" msgid "click here" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:126 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:129 msgid "Click here to add people to this group chat" msgstr "" @@ -2692,7 +2703,7 @@ msgstr "" msgid "Click here to contact our support team" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:140 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:143 msgid "Click here to create or manage an invite link for this group chat" msgstr "" @@ -2722,7 +2733,7 @@ msgstr "" msgid "Click here to update your email" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:141 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:144 msgid "Click here to view the invite link for this group chat" msgstr "" @@ -2731,7 +2742,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:533 +#: src/components/dms/MessageItem.tsx:631 msgid "Click to retry failed message" msgstr "" @@ -2745,6 +2756,7 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "" #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:211 #: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2782,8 +2794,8 @@ msgstr "" #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:217 #: src/features/liveNow/components/EditLiveDialog.tsx:223 -#: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/components/InviteLinkDialog.tsx:509 +#: src/screens/Messages/components/InviteLinkDialog.tsx:524 +#: src/screens/Messages/components/InviteLinkDialog.tsx:529 #: src/screens/Settings/components/ChangePasswordDialog.tsx:288 #: src/screens/Settings/components/ChangePasswordDialog.tsx:293 #: src/view/com/feeds/MissingFeed.tsx:211 @@ -2850,10 +2862,10 @@ msgstr "" msgid "Close the incoming requests banner" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:204 -#: src/components/intents/GroupChatJoinDialog.tsx:205 -#: src/components/intents/GroupChatJoinDialog.tsx:241 -#: src/components/intents/GroupChatJoinDialog.tsx:242 +#: 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 msgid "Close this dialog" msgstr "" @@ -2866,7 +2878,7 @@ msgstr "" msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:1727 +#: src/view/com/composer/Composer.tsx:1742 msgid "Closes post composer and discards post draft" msgstr "" @@ -2920,7 +2932,7 @@ msgid "Compose new post" msgstr "" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1603 +#: src/view/com/composer/Composer.tsx:1618 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -2928,11 +2940,11 @@ msgstr "" msgid "Compose reply" msgstr "" -#: src/view/com/composer/Composer.tsx:2565 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2567 +#: src/view/com/composer/Composer.tsx:2582 msgid "Compressing video..." msgstr "" @@ -3100,7 +3112,7 @@ msgstr "" msgid "Conversation" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "" @@ -3117,8 +3129,8 @@ msgid "Conversation left" msgstr "" #: src/components/dms/LeaveConvoPrompt.tsx:40 -#: src/screens/Messages/JoinRequests.tsx:191 -#: src/screens/Messages/JoinRequests.tsx:223 +#: src/screens/Messages/JoinRequests.tsx:196 +#: src/screens/Messages/JoinRequests.tsx:229 msgid "Conversation not found." msgstr "" @@ -3127,7 +3139,7 @@ msgid "Copied build version to clipboard" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3158,12 @@ msgstr "" msgid "Copies build version to clipboard" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:252 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:195 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:262 +#: src/components/StarterPack/QrCodeDialog.tsx:198 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "" @@ -3159,8 +3171,8 @@ msgstr "" msgid "Copy App Password" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "" @@ -3175,8 +3187,8 @@ msgid "Copy code" msgstr "" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "" @@ -3184,7 +3196,7 @@ msgstr "" msgid "Copy host" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:251 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" msgstr "" @@ -3210,8 +3222,8 @@ msgstr "" msgid "Copy link to post" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "" @@ -3219,8 +3231,8 @@ msgstr "" msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "" @@ -3234,7 +3246,7 @@ msgstr "" msgid "Copy post text" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:181 +#: src/components/StarterPack/QrCodeDialog.tsx:184 msgid "Copy QR code" msgstr "" @@ -3249,7 +3261,7 @@ msgstr "" msgid "Copyright Policy" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" msgstr "" @@ -3261,11 +3273,11 @@ msgstr "" msgid "Could not connect to feed service" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:117 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" msgstr "" @@ -3294,7 +3306,7 @@ msgstr "" msgid "Could not leave chat" msgstr "" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." msgstr "" @@ -3308,7 +3320,7 @@ msgstr "" msgid "Could not load list" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:166 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" msgstr "" @@ -3320,7 +3332,7 @@ msgstr "" msgid "Could not process your video" msgstr "" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." msgstr "" @@ -3329,7 +3341,7 @@ msgstr "" msgid "Could not save changes: {0}" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" msgstr "" @@ -3373,7 +3385,7 @@ msgstr "" msgid "Create a list from this starter pack" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:166 +#: src/components/StarterPack/QrCodeDialog.tsx:169 msgid "Create a QR code for a starter pack" msgstr "" @@ -3394,12 +3406,12 @@ msgstr "" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:307 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3461,13 @@ msgstr "" msgid "Create moderation list" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:301 +#: 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 "" -#: src/screens/Messages/ConversationSettings/index.tsx:547 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "" @@ -3478,8 +3490,8 @@ msgstr "" #. 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', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) -#: src/screens/Messages/components/InviteLinkDialog.tsx:341 -#: src/screens/Messages/ConversationSettings/index.tsx:499 +#: src/screens/Messages/components/InviteLinkDialog.tsx:355 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "" @@ -3624,7 +3636,7 @@ msgstr "" msgid "Delete conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "" @@ -3637,7 +3649,7 @@ msgstr "" msgid "Delete message" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "" @@ -3647,7 +3659,7 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1630 msgid "Delete post" msgstr "" @@ -3689,6 +3701,10 @@ 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 @@ -3741,8 +3757,8 @@ msgstr "" msgid "Dim" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:373 -#: src/screens/Messages/components/InviteLinkDialog.tsx:378 +#: src/screens/Messages/components/InviteLinkDialog.tsx:385 +#: src/screens/Messages/components/InviteLinkDialog.tsx:390 msgid "Disable" msgstr "" @@ -3768,8 +3784,8 @@ msgstr "" msgid "Disable haptic feedback" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:468 -#: src/screens/Messages/components/InviteLinkDialog.tsx:474 +#: src/screens/Messages/components/InviteLinkDialog.tsx:488 +#: src/screens/Messages/components/InviteLinkDialog.tsx:494 msgid "Disable link" msgstr "" @@ -3781,7 +3797,7 @@ msgstr "" msgid "Disable replies entirely" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:455 +#: src/screens/Messages/components/InviteLinkDialog.tsx:475 msgid "Disable this invite link?" msgstr "" @@ -3794,9 +3810,9 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1398 -#: src/view/com/composer/Composer.tsx:1442 -#: src/view/com/composer/Composer.tsx:1648 +#: 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/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3823,14 @@ msgstr "" msgid "Discard changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1396 +#: src/view/com/composer/Composer.tsx:1411 #: 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:1413 -#: src/view/com/composer/Composer.tsx:1640 +#: src/view/com/composer/Composer.tsx:1428 +#: src/view/com/composer/Composer.tsx:1655 msgid "Discard post?" msgstr "" @@ -3852,7 +3868,7 @@ msgstr "" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2486 +#: src/view/com/composer/Composer.tsx:2501 msgid "Dismiss error" msgstr "" @@ -3949,8 +3965,8 @@ msgstr "" #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:143 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:149 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3979,7 @@ msgstr "" msgid "Done" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:525 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4087,8 +4097,8 @@ msgstr "" msgid "Edit" msgstr "" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "" @@ -4102,8 +4112,8 @@ msgstr "" msgid "Edit Feeds" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "" @@ -4123,16 +4133,16 @@ msgstr "" msgid "Edit interests" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:293 +#: src/screens/Messages/JoinRequests.tsx:299 msgid "Edit invite link" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:299 +#: src/screens/Messages/JoinRequests.tsx:305 msgctxt "button" msgid "Edit invite link" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:355 +#: src/screens/Messages/components/InviteLinkDialog.tsx:369 msgid "Edit link settings" msgstr "" @@ -4141,8 +4151,8 @@ msgstr "" msgid "Edit list details" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "" @@ -4155,7 +4165,7 @@ msgstr "" msgid "Edit My Feeds" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:534 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "" @@ -4184,8 +4194,8 @@ msgstr "" msgid "Edit starter pack" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:480 -#: src/screens/Messages/ConversationSettings/index.tsx:533 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "" @@ -4402,7 +4412,7 @@ msgstr "" msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2600 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "" @@ -4592,20 +4602,24 @@ msgctxt "toast" msgid "Failed to accept chat" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:185 +#: src/screens/Messages/JoinRequests.tsx:190 msgid "Failed to accept join request" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:88 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:42 -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:60 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:45 +#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:63 msgid "Failed to add members" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "" @@ -4615,7 +4629,7 @@ msgid "Failed to change handle. Please try again." msgstr "" #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "" @@ -4628,7 +4642,7 @@ msgstr "" msgid "Failed to create conversation" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:101 +#: src/screens/Messages/components/InviteLinkDialog.tsx:106 msgid "Failed to create invite link" msgstr "" @@ -4655,7 +4669,7 @@ msgstr "" msgid "Failed to delete starter pack" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:124 +#: src/screens/Messages/components/InviteLinkDialog.tsx:132 msgid "Failed to disable invite link" msgstr "" @@ -4664,15 +4678,15 @@ msgstr "" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:114 +#: src/screens/Messages/components/InviteLinkDialog.tsx:119 msgid "Failed to edit invite link" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:134 +#: src/screens/Messages/components/InviteLinkDialog.tsx:142 msgid "Failed to enable invite link" msgstr "" @@ -4688,11 +4702,11 @@ msgstr "" msgid "Failed to hide suggestion, please check your internet connection" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:217 +#: src/screens/Messages/JoinRequests.tsx:223 msgid "Failed to ignore join request" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:124 +#: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4700,14 +4714,14 @@ msgstr "" msgid "Failed to launch SMS app" msgstr "" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:396 +#: 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 "" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "" @@ -4753,15 +4767,20 @@ msgstr "" msgid "Failed to load suggested follows" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +msgid "Failed to mark all chats as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 +#: src/view/shell/bottom-bar/BottomBar.tsx:450 msgid "Failed to mark all requests as read" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:383 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "" @@ -4783,18 +4802,22 @@ msgstr "" msgid "Failed to remove data. {0}" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:111 +#: 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 "" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "" #: src/screens/Messages/ConversationSettings/Member.tsx:56 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:73 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:76 msgid "Failed to remove group chat member" msgstr "" @@ -4802,7 +4825,7 @@ msgstr "" msgid "Failed to remove verification" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:158 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." msgstr "" @@ -4854,7 +4877,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:429 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "" @@ -5116,7 +5139,7 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 @@ -5125,7 +5148,7 @@ msgstr "" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "" @@ -5149,8 +5172,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "" @@ -5173,7 +5196,7 @@ msgstr "" #. 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:423 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 #: src/view/com/notifications/NotificationFeedItem.tsx:868 #: src/view/com/notifications/NotificationFeedItem.tsx:875 msgid "Follow back" @@ -5211,7 +5234,7 @@ msgstr "" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:317 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" msgstr "" @@ -5231,7 +5254,7 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 @@ -5359,17 +5382,17 @@ msgstr "" msgid "Generate a starter pack" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:231 -#: src/screens/Messages/components/InviteLinkDialog.tsx:269 -#: src/screens/Messages/components/InviteLinkDialog.tsx:297 +#: 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 "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:426 +#: src/screens/Messages/components/InviteLinkDialog.tsx:446 msgid "Generate new invite link" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:431 +#: src/screens/Messages/components/InviteLinkDialog.tsx:451 msgid "Generate new link" msgstr "" @@ -5457,8 +5480,8 @@ msgstr "" #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:71 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:81 -#: src/screens/Messages/components/InviteLinkDialog.tsx:211 -#: src/screens/Messages/components/InviteLinkDialog.tsx:218 +#: src/screens/Messages/components/InviteLinkDialog.tsx:219 +#: src/screens/Messages/components/InviteLinkDialog.tsx:226 msgid "Get started" msgstr "" @@ -5467,7 +5490,7 @@ msgstr "" msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2590 +#: src/view/com/composer/Composer.tsx:2605 msgid "GIF uploaded" msgstr "" @@ -5526,8 +5549,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "" @@ -5538,8 +5561,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "" @@ -5573,7 +5596,7 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:262 #: src/screens/Messages/components/MessagesListInfoPanel.tsx:98 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:191 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:194 #: src/view/shell/desktop/LeftNav.tsx:336 #: src/view/shell/desktop/LeftNav.tsx:342 msgid "Go to profile" @@ -5622,43 +5645,43 @@ msgstr "" msgid "Grooming or predatory behavior" msgstr "" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:299 -#: src/screens/Messages/JoinRequest.tsx:122 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:536 +#: src/screens/Messages/components/InviteLinkDialog.tsx:556 msgid "Group chat invite link dialog" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:412 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:376 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:364 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "" #: src/Navigation.tsx:496 -#: src/screens/Messages/ConversationSettings/index.tsx:111 +#: src/screens/Messages/ConversationSettings/index.tsx:113 msgid "Group chat settings" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:414 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:378 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "" @@ -5672,7 +5695,7 @@ msgid "Group chats are only available to users 18 and over." msgstr "" #. placeholder {0}: convo.details.memberLimit -#: src/screens/Messages/components/InviteLinkDialog.tsx:197 +#: src/screens/Messages/components/InviteLinkDialog.tsx:205 msgid "Group chats can only have a maximum of {0, plural, other {# people}}." msgstr "" @@ -5682,12 +5705,12 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "" @@ -5960,7 +5983,7 @@ msgstr "" #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6210,7 +6233,7 @@ msgstr "" msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "" @@ -6268,7 +6291,7 @@ msgstr "" msgid "Invalid 2FA confirmation code." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:134 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." msgstr "" @@ -6290,7 +6313,7 @@ msgstr "" msgid "Invalid report subject" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:165 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." msgstr "" @@ -6315,15 +6338,15 @@ msgstr "" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:137 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6331,22 +6354,22 @@ msgstr "" msgid "Invite friends <0/>" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:185 -#: src/screens/Messages/components/InviteLinkDialog.tsx:321 -#: src/screens/Messages/components/InviteLinkDialog.tsx:327 -#: src/screens/Messages/components/InviteLinkDialog.tsx:494 -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:146 -#: src/screens/Messages/ConversationSettings/index.tsx:550 +#: src/screens/Messages/components/InviteLinkDialog.tsx:193 +#: src/screens/Messages/components/InviteLinkDialog.tsx:329 +#: src/screens/Messages/components/InviteLinkDialog.tsx:335 +#: src/screens/Messages/components/InviteLinkDialog.tsx:514 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:210 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:123 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" msgstr "" @@ -6355,7 +6378,7 @@ msgid "Invite link created" msgstr "" #: src/components/dms/getSystemMessageInfo.ts:138 -#: src/screens/Messages/components/InviteLinkDialog.tsx:321 +#: src/screens/Messages/components/InviteLinkDialog.tsx:329 msgid "Invite link disabled" msgstr "" @@ -6380,7 +6403,7 @@ msgstr "" msgid "Invite your friends to follow your favorite feeds and people" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:152 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:155 msgid "Invited" msgstr "" @@ -6410,7 +6433,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:2505 +#: src/view/com/composer/Composer.tsx:2520 msgid "Job ID: {0}" msgstr "" @@ -6420,7 +6443,7 @@ msgid "Jobs" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:260 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" msgstr "" @@ -6431,12 +6454,12 @@ msgstr "" msgid "Join Bluesky" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:68 -#: src/components/intents/GroupChatJoinDialog.tsx:426 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:154 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." msgstr "" @@ -6450,8 +6473,8 @@ msgstr "" msgid "Journalism" msgstr "" -#: src/view/com/composer/Composer.tsx:1446 -#: src/view/com/composer/Composer.tsx:1456 +#: src/view/com/composer/Composer.tsx:1461 +#: src/view/com/composer/Composer.tsx:1471 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6609,7 +6632,7 @@ msgid "Learn more." msgstr "" #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:585 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "" @@ -6623,8 +6646,8 @@ msgstr "" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "" @@ -6644,12 +6667,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:584 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "" @@ -6658,11 +6681,11 @@ msgstr "" msgid "Leaving Bluesky" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: src/screens/Messages/ConversationSettings/prompts.tsx:153 msgid "Leaving this chat will lock it permanently and you wonโ€™t be able to rejoin." msgstr "" -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." msgstr "" @@ -6935,9 +6958,9 @@ msgstr "" msgid "Load new posts" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "" @@ -6954,23 +6977,23 @@ msgstr "" msgid "Loading..." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:564 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:562 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:564 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "" @@ -7051,6 +7074,16 @@ msgstr "" msgid "Mark all as read" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:459 +#: src/view/shell/bottom-bar/BottomBar.tsx:463 +msgid "Mark all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:467 +#: src/view/shell/bottom-bar/BottomBar.tsx:471 +msgid "Mark all requests as read" +msgstr "" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7093,14 @@ msgstr "" msgid "Marked all as read" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,7 +7124,7 @@ msgstr "" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "" -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." msgstr "" @@ -7092,7 +7133,7 @@ msgstr "" msgid "Members" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "" @@ -7111,14 +7152,14 @@ msgstr "" msgid "Menu" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:200 +#: 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 "" @@ -7128,11 +7169,11 @@ msgstr "" msgid "Message {0}" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:196 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:199 msgid "Message {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "" @@ -7141,13 +7182,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:625 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "" @@ -7156,21 +7197,21 @@ msgstr "" msgid "Message from server: {0}" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "" @@ -7178,11 +7219,11 @@ msgstr "" msgid "Messages" msgstr "" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:724 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:621 +#: src/components/dms/MessageItem.tsx:719 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7219,8 +7260,8 @@ msgstr "" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "" @@ -7228,7 +7269,7 @@ msgstr "" msgid "Moderation list by <0/>" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "" @@ -7281,8 +7322,8 @@ msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "" @@ -7302,7 +7343,7 @@ msgstr "" msgid "Music" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:526 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "" @@ -7320,8 +7361,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "" @@ -7347,7 +7388,7 @@ msgstr "" msgid "Mute these accounts?" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:524 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "" @@ -7389,7 +7430,7 @@ msgstr "" msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:526 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "" @@ -7480,7 +7521,7 @@ msgstr "" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "" @@ -7500,28 +7541,28 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:58 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:61 msgid "New chat with {0}" msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:62 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:65 msgid "New chat with {0} and {1}" msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:70 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:73 msgid "New chat with {0}, {1}, and {memberCount, plural, one {{memberCount} more} other {{memberCount} more}}." msgstr "" @@ -7726,7 +7767,7 @@ msgstr "" msgid "No media yet" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "" @@ -7763,7 +7804,7 @@ msgstr "" msgid "No one but the author can quote this post." msgstr "" -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "" @@ -7831,6 +7872,11 @@ 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" @@ -7895,7 +7941,7 @@ msgstr "" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "" @@ -7931,7 +7977,7 @@ msgstr "" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8021,7 @@ msgstr "" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:731 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8045,15 +8091,15 @@ msgstr "" msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:195 +#: src/screens/Messages/JoinRequests.tsx:200 msgid "Only admins can accept join requests." msgstr "" -#: src/screens/Messages/JoinRequests.tsx:227 +#: src/screens/Messages/JoinRequests.tsx:233 msgid "Only admins can ignore join requests." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:132 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." msgstr "" @@ -8068,12 +8114,12 @@ msgid "Only image files are supported" msgstr "" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:215 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:270 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" msgstr "" @@ -8107,16 +8153,16 @@ msgid "Open camera" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:415 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:139 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:142 msgid "Open chat member options for {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "" @@ -8128,9 +8174,9 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2145 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2160 msgid "Open emoji picker" msgstr "" @@ -8151,7 +8197,7 @@ msgstr "" msgid "Open Germ DM" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:408 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" msgstr "" @@ -8166,11 +8212,11 @@ msgid "Open in Google Translate" msgstr "" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "" @@ -8221,7 +8267,7 @@ msgstr "" msgid "Open system log" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:409 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" msgstr "" @@ -8275,13 +8321,13 @@ msgstr "" msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" -#: src/screens/Messages/JoinRequest.tsx:302 +#: 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 "" -#: src/screens/Messages/JoinRequest.tsx:288 +#: 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" @@ -8490,11 +8536,11 @@ msgstr "" msgid "People" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:156 +#: src/screens/Messages/components/InviteLinkDialog.tsx:164 msgid "People {ownerName} follows can join instantly" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:161 +#: src/screens/Messages/components/InviteLinkDialog.tsx:169 msgid "People {ownerName} follows can request to join" msgstr "" @@ -8513,11 +8559,21 @@ msgstr "" msgid "People I follow" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:155 +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "" + +#: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:160 +#: src/screens/Messages/components/InviteLinkDialog.tsx:168 msgid "People I follow can request to join" msgstr "" @@ -8813,7 +8869,7 @@ msgstr "" msgid "Porn" msgstr "" -#: src/view/com/composer/Composer.tsx:1793 +#: src/view/com/composer/Composer.tsx:1808 msgctxt "action" msgid "Post" msgstr "" @@ -8833,12 +8889,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1791 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post All" msgstr "" -#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1470 msgid "Post anyway" msgstr "" @@ -8898,8 +8954,8 @@ msgstr "" msgid "Post language selection" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:383 #: src/screens/Messages/components/InviteLinkDialog.tsx:395 +#: src/screens/Messages/components/InviteLinkDialog.tsx:411 msgid "Post link" msgstr "" @@ -8957,7 +9013,7 @@ msgstr "" #: src/components/Error.tsx:56 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 -#: src/screens/Messages/JoinRequests.tsx:349 +#: src/screens/Messages/JoinRequests.tsx:355 #: src/screens/Signup/BackNextButtons.tsx:48 msgid "Press to retry" msgstr "" @@ -9015,11 +9071,11 @@ msgstr "" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2579 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2581 +#: src/view/com/composer/Composer.tsx:2596 msgid "Processing video..." msgstr "" @@ -9031,7 +9087,7 @@ msgstr "" msgid "profile" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9121,22 @@ 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:1777 +#: src/view/com/composer/Composer.tsx:1792 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1772 +#: src/view/com/composer/Composer.tsx:1787 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1761 +#: src/view/com/composer/Composer.tsx:1776 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1766 +#: src/view/com/composer/Composer.tsx:1781 msgid "Publish reply" msgstr "" @@ -9100,16 +9156,16 @@ msgstr "" msgid "Push, people you follow" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:140 +#: src/components/StarterPack/QrCodeDialog.tsx:143 msgid "QR code copied to your clipboard!" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:118 +#: src/components/StarterPack/QrCodeDialog.tsx:121 msgid "QR code has been downloaded!" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:119 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:97 +#: src/components/StarterPack/QrCodeDialog.tsx:122 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "" @@ -9160,11 +9216,11 @@ msgstr "" msgid "Re-attach quote" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:413 +#: src/screens/Messages/components/InviteLinkDialog.tsx:433 msgid "Re-enable invite link" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:420 +#: src/screens/Messages/components/InviteLinkDialog.tsx:440 msgid "Re-enable link" msgstr "" @@ -9172,8 +9228,8 @@ msgstr "" msgid "React with {emoji}" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "" @@ -9268,17 +9324,13 @@ msgstr "" msgid "Reconnect" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "" - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" msgstr "" #. Reject a request to join a chat -#: src/screens/Messages/JoinRequests.tsx:483 +#: src/screens/Messages/JoinRequests.tsx:489 msgctxt "button" msgid "Reject" msgstr "" @@ -9287,16 +9339,18 @@ msgstr "" msgid "Reject chat request" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:477 +#: src/screens/Messages/JoinRequests.tsx:483 msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9359,9 @@ msgstr "" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "" @@ -9322,11 +9375,11 @@ msgid "Remove {displayName} from starter pack" msgstr "" #: src/screens/Messages/ConversationSettings/Member.tsx:157 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:231 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:234 msgid "Remove {displayName} from this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" msgstr "" @@ -9378,7 +9431,7 @@ msgstr "" msgid "Remove feed?" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:235 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "" @@ -9443,14 +9496,14 @@ msgstr "" msgid "Remove unavailable moderation services" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "" @@ -9466,8 +9519,8 @@ msgstr "" msgid "Removed by you" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "" @@ -9535,6 +9588,14 @@ msgctxt "description" msgid "Replied to you" msgstr "" +#: src/components/dms/MessageItem.tsx:892 +msgid "Replied-to message from {senderName}, tap to scroll to it" +msgstr "" + +#: src/components/dms/MessageItem.tsx:893 +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 @@ -9552,7 +9613,12 @@ msgstr "" msgid "Replies to this post are disabled." msgstr "" -#: src/view/com/composer/Composer.tsx:1789 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Reply" msgstr "" @@ -9590,14 +9656,14 @@ msgstr "" msgid "Reply was successfully hidden" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:577 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "" @@ -9623,7 +9689,7 @@ msgstr "" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "" @@ -9657,7 +9723,7 @@ msgstr "" msgid "Report this feed" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:576 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "" @@ -9737,11 +9803,11 @@ msgstr "" msgid "Reposts of your reposts" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:425 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:177 +#: src/screens/Messages/JoinRequests.tsx:182 msgid "Request approved." msgstr "" @@ -9750,12 +9816,12 @@ msgstr "" msgid "Request code" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:209 +#: src/screens/Messages/JoinRequests.tsx:215 msgid "Request ignored." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:259 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" msgstr "" @@ -9764,13 +9830,13 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "" #: src/Navigation.tsx:501 -#: src/screens/Messages/JoinRequests.tsx:58 -#: src/screens/Messages/JoinRequests.tsx:419 +#: src/screens/Messages/JoinRequests.tsx:59 +#: src/screens/Messages/JoinRequests.tsx:425 msgid "Requests to join" msgstr "" @@ -9791,9 +9857,9 @@ msgstr "" msgid "Required in your region" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:274 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:310 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:115 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:117 msgid "Rescind request" msgstr "" @@ -9872,10 +9938,10 @@ msgstr "" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 -#: src/screens/Messages/JoinRequests.tsx:355 +#: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:92 @@ -9925,10 +9991,10 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:324 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:668 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:673 -#: src/components/StarterPack/QrCodeDialog.tsx:207 +#: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10019,22 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1436 +#: src/view/com/composer/Composer.tsx:1451 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "" -#: src/view/com/composer/Composer.tsx:1408 +#: src/view/com/composer/Composer.tsx:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1436 +#: src/view/com/composer/Composer.tsx:1451 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1410 +#: src/view/com/composer/Composer.tsx:1425 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -9985,7 +10051,7 @@ msgstr "" msgid "Save new handle" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:199 +#: src/components/StarterPack/QrCodeDialog.tsx:202 msgid "Save QR code" msgstr "" @@ -10027,8 +10093,8 @@ msgstr "" msgid "Say hello!" msgstr "" -#: src/screens/Messages/ChatList.tsx:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "" @@ -10058,6 +10124,10 @@ msgstr "" msgid "Scroll right" msgstr "" +#: src/components/dms/MessageItem.tsx:783 +msgid "Scroll to the message this is replying to" +msgstr "" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "" @@ -10067,7 +10137,7 @@ msgstr "" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "" @@ -10148,8 +10218,8 @@ msgstr "" msgid "Search my posts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "" @@ -10425,8 +10495,8 @@ msgstr "" msgid "Send feedback" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "" @@ -10460,7 +10530,7 @@ msgid "Send via direct message" msgstr "" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "" @@ -10568,16 +10638,16 @@ msgstr "" #: src/components/Link.tsx:433 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:74 -#: src/components/StarterPack/QrCodeDialog.tsx:195 +#: src/components/StarterPack/QrCodeDialog.tsx:198 #: src/screens/Hashtag.tsx:130 -#: src/screens/Messages/components/InviteLinkDialog.tsx:399 -#: src/screens/Messages/components/InviteLinkDialog.tsx:406 +#: src/screens/Messages/components/InviteLinkDialog.tsx:415 +#: src/screens/Messages/components/InviteLinkDialog.tsx:426 #: src/screens/StarterPack/StarterPackScreen.tsx:447 #: src/screens/Topic.tsx:90 msgid "Share" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "" @@ -10641,8 +10711,8 @@ msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "" @@ -10796,15 +10866,15 @@ msgstr "" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:287 -#: src/screens/Messages/JoinRequest.tsx:293 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,7 +10900,7 @@ msgstr "" msgid "Sign in or create your account to join the conversation!" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:213 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." msgstr "" @@ -10842,7 +10912,7 @@ msgstr "" msgid "Sign in to Bluesky or create a new account" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:212 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." msgstr "" @@ -10900,7 +10970,7 @@ msgstr "" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1453 +#: src/view/com/composer/Composer.tsx:1468 msgid "Skip empty posts?" msgstr "" @@ -10971,12 +11041,12 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:332 msgid "Someone reacted {0}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "" @@ -10996,17 +11066,13 @@ msgstr "" msgid "Someone was removed from the group" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "" - #: 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 "" #: src/screens/Messages/Conversation.tsx:133 -#: src/screens/Messages/ConversationSettings/index.tsx:132 -#: src/screens/Messages/JoinRequests.tsx:87 +#: src/screens/Messages/ConversationSettings/index.tsx:137 +#: src/screens/Messages/JoinRequests.tsx:88 msgid "Something went wrong" msgstr "" @@ -11214,13 +11280,13 @@ msgid "Subscribe" msgstr "" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "" @@ -11255,7 +11321,7 @@ msgstr "" msgid "Success!" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:108 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" msgstr "" @@ -11355,7 +11421,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:572 +#: src/components/dms/MessageItem.tsx:670 msgid "Tap for details" msgstr "" @@ -11390,7 +11456,7 @@ msgid "Tap to dismiss" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" msgstr "" @@ -11398,34 +11464,34 @@ msgstr "" msgid "Tap to open this group chat" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:468 msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:537 +#: src/components/dms/MessageItem.tsx:635 msgid "Tap to retry" msgstr "" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:358 msgid "Tap to view reactions" msgstr "" @@ -11528,7 +11594,7 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "" @@ -11594,8 +11660,8 @@ msgstr "" msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:142 -#: src/screens/Messages/JoinRequests.tsx:200 +#: src/components/intents/GroupChatJoinDialog.tsx:165 +#: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." msgstr "" @@ -11621,7 +11687,7 @@ msgstr "" msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "" -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "" @@ -11651,7 +11717,7 @@ msgstr "" 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 "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:499 +#: src/screens/Messages/components/InviteLinkDialog.tsx:519 msgid "There is no invite link for this group chat." msgstr "" @@ -11665,8 +11731,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "" #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:126 -#: src/components/intents/GroupChatJoinDialog.tsx:160 +#: 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 "" @@ -11693,7 +11759,7 @@ msgstr "" msgid "There was an issue fetching posts. Tap here to try again." msgstr "" -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "" @@ -11725,20 +11791,20 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:455 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:475 #: src/screens/Messages/ConversationSettings/Member.tsx:71 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:111 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:124 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "" @@ -11778,7 +11844,7 @@ msgstr "" msgid "They own this chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." msgstr "" @@ -11828,22 +11894,22 @@ msgstr "" 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 "" -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:265 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:424 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" msgstr "" @@ -11881,7 +11947,7 @@ msgstr "" msgid "This content is not viewable without a Bluesky account." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:128 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." msgstr "" @@ -11931,7 +11997,7 @@ msgstr "" msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "" -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" msgstr "" @@ -11947,11 +12013,11 @@ msgstr "" msgid "This information is private and not shared with other users." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:138 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:201 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" msgstr "" @@ -11997,17 +12063,17 @@ msgstr "" msgid "This list is empty." msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:668 +#: src/components/dms/MessageItem.tsx:697 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:667 +#: src/components/dms/MessageItem.tsx:693 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12049,7 +12115,7 @@ msgstr "" msgid "This post's author has disabled quote posts." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "" @@ -12057,8 +12123,8 @@ msgstr "" msgid "This reply will be sorted into a hidden section at the bottom of your thread and will mute notifications for subsequent replies - both for yourself and others." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:151 -#: src/screens/Messages/JoinRequests.tsx:110 +#: src/screens/Messages/ConversationSettings/index.tsx:156 +#: src/screens/Messages/JoinRequests.tsx:111 msgid "This screen is only available for group conversations." msgstr "" @@ -12242,8 +12308,8 @@ msgstr "" msgid "Topic" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,7 +12379,7 @@ msgctxt "action" msgid "Try again" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:167 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." msgstr "" @@ -12335,7 +12401,7 @@ msgstr "" msgid "Two-factor authentication (2FA)" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "" @@ -12369,7 +12435,7 @@ msgstr "" msgid "Unable to delete" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:345 +#: src/screens/Messages/JoinRequests.tsx:351 msgid "Unable to fetch join requests." msgstr "" @@ -12401,34 +12467,34 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:735 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 #: src/components/moderation/BlockDialog.tsx:190 #: src/components/moderation/BlockDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:224 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:212 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:215 msgid "Unblock {displayName}" msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "" @@ -12437,7 +12503,7 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "" @@ -12474,12 +12540,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "" @@ -12521,11 +12587,11 @@ msgstr "" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:561 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "" @@ -12548,8 +12614,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "" @@ -12562,7 +12628,7 @@ msgstr "" msgid "Unmute list" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:523 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "" @@ -12641,7 +12707,7 @@ msgstr "" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1542 +#: src/view/com/composer/Composer.tsx:1557 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -12654,12 +12720,9 @@ msgstr "" msgid "Update" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" msgstr "" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 @@ -12669,9 +12732,13 @@ msgstr "" msgid "Update email" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:231 -#: src/screens/Messages/components/InviteLinkDialog.tsx:267 -#: src/screens/Messages/components/InviteLinkDialog.tsx:295 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "" + +#: 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 "" @@ -12680,14 +12747,6 @@ msgstr "" msgid "Update to {domain}" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "" - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "" @@ -12736,7 +12795,7 @@ msgstr "" msgid "Upload from Library" msgstr "" -#: src/view/com/composer/Composer.tsx:2572 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading GIF..." msgstr "" @@ -12750,7 +12809,7 @@ msgstr "" msgid "Uploading link thumbnail..." msgstr "" -#: src/view/com/composer/Composer.tsx:2574 +#: src/view/com/composer/Composer.tsx:2589 msgid "Uploading video..." msgstr "" @@ -12826,7 +12885,7 @@ msgid "User Blocks You" msgstr "" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "" @@ -12835,7 +12894,7 @@ msgstr "" msgid "User List by {0}" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "" @@ -12875,16 +12934,6 @@ msgstr "" msgid "users following <0>@{0}" msgstr "" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "" @@ -12912,8 +12961,8 @@ msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "" @@ -13039,7 +13088,7 @@ msgstr "" msgid "Video settings" msgstr "" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2607 msgid "Video uploaded" msgstr "" @@ -13056,14 +13105,14 @@ msgstr "" msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1150 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "" @@ -13088,11 +13137,11 @@ msgid "View {0}โ€™s profile" msgstr "" #: src/components/dms/MessagesListHeader.tsx:111 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:185 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:188 msgid "View {displayName}โ€™s profile" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "" @@ -13145,7 +13194,7 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1131 +#: src/view/com/composer/Composer.tsx:1145 msgid "View post" msgstr "" @@ -13162,10 +13211,10 @@ msgstr "" msgid "View profile banner" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "" @@ -13173,7 +13222,7 @@ msgstr "" msgid "View the avatar" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:548 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "" @@ -13292,11 +13341,11 @@ msgstr "" msgid "We couldn't load this conversation" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:88 +#: src/screens/Messages/JoinRequests.tsx:89 msgid "We couldnโ€™t load this conversationโ€™s join requests" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:133 +#: src/screens/Messages/ConversationSettings/index.tsx:138 msgid "We couldnโ€™t load this conversationโ€™s settings" msgstr "" @@ -13492,7 +13541,7 @@ msgid "What do you want to call your starter pack?" msgstr "" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1506 +#: src/view/com/composer/Composer.tsx:1521 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "" @@ -13505,7 +13554,7 @@ msgstr "" msgid "Who can interact with this post?" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:239 +#: src/screens/Messages/components/InviteLinkDialog.tsx:247 msgid "Who can join this group chat and how" msgstr "" @@ -13519,7 +13568,7 @@ msgid "Who can verify?" msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "" @@ -13578,7 +13627,7 @@ msgstr "" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1424 +#: src/view/com/composer/Composer.tsx:1439 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13587,12 +13636,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1602 +#: src/view/com/composer/Composer.tsx:1617 msgid "Write post" msgstr "" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1504 +#: src/view/com/composer/Composer.tsx:1519 msgid "Write your reply" msgstr "" @@ -13605,8 +13654,8 @@ msgstr "" msgid "Wrong DID returned from server. Received: {0}" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:150 -#: src/screens/Messages/JoinRequests.tsx:109 +#: src/screens/Messages/ConversationSettings/index.tsx:155 +#: src/screens/Messages/JoinRequests.tsx:110 msgid "Wrong kind of conversation" msgstr "" @@ -13658,7 +13707,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:610 +#: src/components/dms/MessageItem.tsx:708 msgid "You are blocking {0}" msgstr "" @@ -13768,7 +13817,7 @@ msgstr "" msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1429 +#: src/view/com/composer/Composer.tsx:1444 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13803,8 +13852,8 @@ msgstr "" msgid "You can update this later from your settings." msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:115 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13839,7 +13888,7 @@ msgstr "" msgid "You got here first" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:144 +#: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and canโ€™t join it using this link." msgstr "" @@ -13884,6 +13933,7 @@ msgstr "" msgid "You have muted this user" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "" @@ -13912,7 +13962,7 @@ msgstr "" msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "" -#: src/view/com/composer/Composer.tsx:1419 +#: src/view/com/composer/Composer.tsx:1434 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -13970,7 +14020,7 @@ msgstr "" msgid "You may only add up to 3 feeds" msgstr "" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." msgstr "" @@ -13982,8 +14032,8 @@ msgstr "" msgid "You must be following at least seven other people to generate a starter pack." msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:68 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: 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 "" @@ -14009,12 +14059,12 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:259 +#: src/components/dms/MessageItem.tsx:325 msgid "You reacted {0}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "" @@ -14023,8 +14073,20 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" +#: src/components/dms/MessageItem.tsx:813 +msgid "You replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:811 +msgid "You replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:809 +msgid "You replied to yourself" +msgstr "" + #. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 msgid "You requested to join" msgstr "" @@ -14050,12 +14112,12 @@ msgstr "" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "" #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "" @@ -14283,7 +14345,7 @@ msgstr "" msgid "Your muted words" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:203 +#: 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 "" @@ -14295,11 +14357,11 @@ msgstr "" msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1127 +#: src/view/com/composer/Composer.tsx:1141 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1124 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your posts were sent" msgstr "" @@ -14320,7 +14382,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:1126 +#: src/view/com/composer/Composer.tsx:1140 msgid "Your reply was sent" msgstr "" @@ -14333,7 +14395,7 @@ msgstr "" msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1454 +#: src/view/com/composer/Composer.tsx:1469 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 f2e673818c..28bd602b90 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-10 21:06\n" +"PO-Revision-Date: 2026-06-17 12:23\n" "Last-Translator: \n" "Language-Team: Hindi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:867 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" msgstr "" -#: src/components/dms/getMessageInfo.ts:73 +#: src/components/dms/getMessageInfo.ts:105 +#: src/components/dms/MessageItem.tsx:869 +#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "(เคเคฎเฅเคฌเฅ‡เคกเฅ‡เคก เคธเคพเคฎเค—เฅเคฐเฅ€ เคฎเฅŒเคœเฅ‚เคฆ เคนเฅˆ)" @@ -75,7 +79,7 @@ msgstr "เค‡เคธ เคธเคพเคฎเคพเค—เฅเคฐเฅ€ เคชเคฐ {0, plural, one {# เคฒเฅ‡เคฌเคฒ msgid "{0, plural, one {# like} other {# likes}}" msgstr "{0, plural, one {# เคชเคธเค‚เคฆ} other {# เคชเคธเค‚เคฆ}}" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "" @@ -97,7 +101,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:269 +#: src/components/dms/MessageItem.tsx:350 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "" @@ -118,15 +122,15 @@ msgstr "{0, plural, other {# เคธเฅ‡เค•เค‚เคก}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:703 msgid "{0} is blocking you" msgstr "" @@ -273,7 +277,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:345 msgid "{0} reacted {1}" msgstr "" @@ -326,24 +330,22 @@ msgstr "{0} เค•เคพ เค…เคตเคคเคพเคฐ" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:143 +#: src/screens/Messages/JoinRequest.tsx:139 msgctxt "group-chat-member-count" msgid "{0}/{1}" msgstr "" #. The number of members in a group chat, in the format '{members}/{total} members'. -#. placeholder {0}: preview.memberCount -#. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 -msgid "{0}/{1} {2, plural, one {member} other {members}}" -msgstr "" - -#. The number of active group chat members out of the total number allowed. +#. The number of members in a group chat, in the format '{members}/{total} members'. #. placeholder {0}: joinLinkPreview.memberCount +#. placeholder {0}: preview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:329 -msgid "{0}/{1} members" +#. placeholder {1}: preview.memberLimit +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 +msgid "{0}/{1} {2, plural, one {member} other {members}}" msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. @@ -389,7 +391,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -397,33 +399,11 @@ msgstr "" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "" - #. 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 "" -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "" - #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" msgstr "" @@ -441,155 +421,155 @@ msgstr "" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, other {เคฎเคฟเคจเคŸ}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: 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} เค…เคจเฅเคฏเฅ‹เค‚}} เคจเฅ‡ เค†เคชเค•เฅ‹ เคซเคผเฅ‰เคฒเฅ‹ เค•เคฟเคฏเคพ" -#: 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 "{firstAuthorLink} เค”เคฐ <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} เค…เคจเฅเคฏ} other {{formattedAuthorsCount} เค…เคจเฅเคฏเฅ‹เค‚}} เคจเฅ‡ เค†เคชเค•เฅ‡ เค•เคธเฅเคŸเคฎ เฅžเฅ€เคก เค•เฅ‹ เคชเคธเค‚เคฆ เค•เคฟเคฏเคพ" -#: 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 "{firstAuthorLink} เค”เคฐ <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} เค…เคจเฅเคฏ} other {{formattedAuthorsCount} เค…เคจเฅเคฏเฅ‹เค‚}} เคจเฅ‡ เค†เคชเค•เฅ‡ เคชเฅ‹เคธเฅเคŸ เค•เฅ‹ เคชเคธเค‚เคฆ เค•เคฟเคฏเคพ" -#: 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 "{firstAuthorLink} เค”เคฐ <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} เค…เคจเฅเคฏ} other {{formattedAuthorsCount} เค…เคจเฅเคฏเฅ‹เค‚}} เคจเฅ‡ เค†เคชเค•เฅ‡ เคชเฅ‹เคธเฅเคŸ เค•เฅ‹ เคฐเฅ€เคชเฅ‹เคธเฅเคŸ เค•เคฟเคฏเคพ" -#: 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 "{firstAuthorLink} เค”เคฐ <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} เค…เคจเฅเคฏ} other {{formattedAuthorsCount} เค…เคจเฅเคฏเฅ‹เค‚}} เคจเฅ‡ เค†เคชเค•เฅ‡ เคธเฅเคŸเคพเคฐเฅเคŸเคฐ เคชเฅˆเค• เคธเฅ‡ เคธเคพเค‡เคจ เค…เคช เค•เคฟเคฏเคพ" -#: 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 "{firstAuthorLink} เคจเฅ‡ เค†เคชเค•เฅ‹ เคซเคผเฅ‰เคฒเฅ‹ เค•เคฟเคฏเคพ" -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} เคจเฅ‡ เค†เคชเค•เฅ‹ เคตเคพเคชเคธ เคซเคผเฅ‰เคฒเฅ‹ เค•เคฟเคฏเคพ" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} เคจเฅ‡ เค†เคชเค•เฅ‡ เค•เคธเฅเคŸเคฎ เฅžเฅ€เคก เค•เฅ‹ เคชเคธเค‚เคฆ เค•เคฟเคฏเคพ" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} เคจเฅ‡ เค†เคชเค•เฅ‡ เคชเฅ‹เคธเฅเคŸ เค•เฅ‹ เคชเคธเค‚เคฆ เค•เคฟเคฏเคพ" -#: 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 "{firstAuthorLink} เคจเฅ‡ เค†เคชเค•เฅ‡ เคชเฅ‹เคธเฅเคŸ เค•เฅ‹ เคฐเฅ€เคชเฅ‹เคธเฅเคŸ เค•เคฟเคฏเคพ" -#: 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 "{firstAuthorLink} เคจเฅ‡ เค†เคชเค•เฅ‡ เคธเฅเคŸเคพเคฐเฅเคŸเคฐ เคชเฅˆเค• เคธเฅ‡ เคธเคพเค‡เคจ เค…เคช เค•เคฟเคฏเคพ" -#: 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 "{firstAuthorName} เค”เคฐ {additionalAuthorsCount, plural, one {{formattedAuthorsCount} เค…เคจเฅเคฏ} other {{formattedAuthorsCount} เค…เคจเฅเคฏเฅ‹เค‚}} เคจเฅ‡ เค†เคชเค•เฅ‹ เคซเคผเฅ‰เคฒเฅ‹ เค•เคฟเคฏเคพ" -#: 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 "{firstAuthorName} เค”เคฐ {additionalAuthorsCount, plural, one {{formattedAuthorsCount} เค…เคจเฅเคฏ} other {{formattedAuthorsCount} เค…เคจเฅเคฏเฅ‹เค‚}} เคจเฅ‡ เค†เคชเค•เฅ‡ เค•เคธเฅเคŸเคฎ เฅžเฅ€เคก เค•เฅ‹ เคชเคธเค‚เคฆ เค•เคฟเคฏเคพ" -#: 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 "{firstAuthorName} เค”เคฐ {additionalAuthorsCount, plural, one {{formattedAuthorsCount} เค…เคจเฅเคฏ} other {{formattedAuthorsCount} เค…เคจเฅเคฏเฅ‹เค‚}} เคจเฅ‡ เค†เคชเค•เฅ‡ เคชเฅ‹เคธเฅเคŸ เค•เฅ‹ เคชเคธเค‚เคฆ เค•เคฟเคฏเคพ" -#: 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 "{firstAuthorName} เค”เคฐ {additionalAuthorsCount, plural, one {{formattedAuthorsCount} เค…เคจเฅเคฏ} other {{formattedAuthorsCount} เค…เคจเฅเคฏเฅ‹เค‚}} เคจเฅ‡ เค†เคชเค•เฅ‡ เคชเฅ‹เคธเฅเคŸ เค•เฅ‹ เคฐเฅ€เคชเฅ‹เคธเฅเคŸ เค•เคฟเคฏเคพ" -#: 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 "{firstAuthorName} เค”เคฐ {additionalAuthorsCount, plural, one {{formattedAuthorsCount} เค…เคจเฅเคฏ} other {{formattedAuthorsCount} เค…เคจเฅเคฏเฅ‹เค‚}} เคจเฅ‡ เค†เคชเค•เฅ‡ เคธเฅเคŸเคพเคฐเฅเคŸเคฐ เคชเฅˆเค• เคธเฅ‡ เคธเคพเค‡เคจ เค…เคช เค•เคฟเคฏเคพ" -#: 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 "{firstAuthorName} เคจเฅ‡ เค†เคชเค•เฅ‹ เคตเคพเคชเคธ เคซเคผเฅ‰เคฒเฅ‹ เค•เคฟเคฏเคพ" -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} เคจเฅ‡ เค†เคชเค•เฅ‡ เค•เคธเฅเคŸเคฎ เฅžเฅ€เคก เค•เฅ‹ เคชเคธเค‚เคฆ เค•เคฟเคฏเคพ" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} เคจเฅ‡ เค†เคชเค•เฅ‡ เคชเฅ‹เคธเฅเคŸ เค•เฅ‹ เคชเคธเค‚เคฆ เค•เคฟเคฏเคพ" -#: 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 "{firstAuthorName} เคจเฅ‡ เค†เคชเค•เฅ‡ เคชเฅ‹เคธเฅเคŸ เค•เฅ‹ เคฐเฅ€เคชเฅ‹เคธเฅเคŸ เค•เคฟเคฏเคพ" -#: 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 "{firstAuthorName} เคจเฅ‡ เค†เคชเค•เฅ‡ เคธเฅเคŸเคพเคฐเฅเคŸเคฐ เคชเฅˆเค• เคธเฅ‡ เคธเคพเค‡เคจ เค…เคช เค•เคฟเคฏเคพ" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "" @@ -659,12 +639,12 @@ msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "" @@ -697,6 +677,18 @@ msgstr "" msgid "{rank}." msgstr "" +#: src/components/dms/MessageItem.tsx:813 +msgid "{replierDisplayName} replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:809 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:807 +msgid "{replierDisplayName} replied to you" +msgstr "" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "" @@ -873,8 +875,8 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 #: src/screens/Messages/JoinRequests.tsx:192 #: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." @@ -955,7 +957,7 @@ msgstr "" msgid "Accepted conversations" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:113 +#: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -980,12 +982,12 @@ msgstr "เค–เคพเคคเคพ" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "เค–เคพเคคเคพ เค…เคตเคฐเฅเคฆเฅเคง" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "เค–เคพเคคเคพ เคซเคผเฅ‰เคฒเฅ‹ เค•เคฟเคฏเคพ เค—เคฏเคพ" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "เค–เคพเคคเคพ เคฎเฅเคฏเฅ‚เคŸ เค•เคฟเคฏเคพ เค—เคฏเคพ" @@ -1028,18 +1030,18 @@ msgstr "เคœเคฒเฅเคฆ เคชเคนเฅเคเคš เคธเฅ‡ เค–เคพเคคเคพ เคนเคŸเคพเคฏเคพ เค—เคฏ #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "เค–เคพเคคเคพ เค…เคจเค…เคตเคฐเฅเคฆเฅเคง" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "เค–เคพเคคเคพ เค…เคจเคซเคผเฅ‰เคฒเฅ‹ เค•เคฟเคฏเคพ เค—เคฏเคพ" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "เค–เคพเคคเคพ เค…เคจเคฎเฅเคฏเฅ‚เคŸ เค•เคฟเคฏเคพ เค—เคฏเคพ" @@ -1054,12 +1056,13 @@ msgstr "" msgid "Activity from others" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "เคœเฅ‹เฅœเฅ‡เค‚" @@ -1112,11 +1115,11 @@ msgstr "เคตเคฟเคตเคฐเคฃ เคœเฅ‹เคกเคผเฅ‡เค‚ (เคตเฅˆเค•เคฒเฅเคชเคฟเค•)" msgid "Add another account" msgstr "เคเค• เค”เคฐ เค–เคพเคคเคพ เคœเฅ‹เฅœเฅ‡เค‚" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1518 msgid "Add another post" msgstr "เคเค• เค”เคฐ เคชเฅ‹เคธเฅเคŸ เคœเฅ‹เฅœเฅ‡เค‚" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2181 msgid "Add another post to thread" msgstr "" @@ -1182,7 +1185,7 @@ msgstr "เคฎเฅเคฏเฅ‚เคŸ เค•เคฟเค เค—เค เคถเคฌเฅเคฆ เค”เคฐ เคŸเฅˆเค— เคœเฅ‹เฅœ msgid "Add people" msgstr "เคฒเฅ‹เค—เฅ‹เค‚ เค•เฅ‹ เคœเฅ‹เฅœเฅ‡เค‚" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "" @@ -1214,8 +1217,8 @@ msgstr "เค…เคชเคจเฅ‡ เคกเฅ‹เคฎเฅ‡เคจ เคฎเฅ‡เค‚ เคจเคฟเคฎเฅเคจเคฒเคฟเค–เคฟเคค DN msgid "Add this feed to your feeds" msgstr "เค†เคชเค•เฅ‡ เฅžเฅ€เคก เคฎเฅ‡ เคฏเคน เฅžเฅ€เคก เคœเฅ‹เฅœเฅ‡เค‚" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "เคธเฅ‚เคšเคฟเคฏเฅ‹เค‚ เคฎเฅ‡เค‚ เคœเฅ‹เคกเคผเฅ‡เค‚" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "" @@ -1246,8 +1249,8 @@ msgstr "" msgid "Added by invite link" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "เคธเฅ‚เคšเฅ€ เคฎเฅ‡เค‚ เคœเฅ‹เฅœเคพ เค—เคฏเคพ" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "เคธเคญเฅ€" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "" @@ -1521,7 +1524,7 @@ msgid "An error occurred while loading your lists :/" msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:81 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:103 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "QR เค•เฅ‹เคก เคธเคนเฅ‡เคœเคจเฅ‡ เคฎเฅ‡เค‚ เคคเฅเคฐเฅเคŸเคฟ เคนเฅเคˆ!" @@ -1589,8 +1592,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 "เค•เฅ‹เคˆ เคธเคฎเคธเฅเคฏเคพ เคนเฅเคˆ, เคซเคฟเคฐ เคธเฅ‡ เคชเฅเคฐเคฏเคพเคธ เค•เคฐเฅ‡เค‚เฅค" @@ -1643,7 +1646,7 @@ msgstr "" msgid "Anyone can interact" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:340 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" msgstr "" @@ -1796,8 +1799,8 @@ msgstr "เค•เฅเคฏเคพ เค†เคช เคธเคš เคฎเฅ‡เค‚ เค‡เคธ เคธเฅเคŸเคพเคฐเฅเคŸเคฐ เคช msgid "Are you sure you want to discard your changes?" msgstr "เค•เฅเคฏเคพ เค†เคช เคธเคš เคฎเฅ‡เค‚ เค…เคชเคจเฅ‡ เคฌเคฆเคฒเคพเคต เฅ™เคพเคฐเคฟเคœ เค•เคฐเคจเคพ เคšเคพเคนเคคเฅ‡ เคนเฅˆเค‚?" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "" @@ -1814,11 +1817,11 @@ msgid "Are you sure you want to remove this from your feeds?" msgstr "เค•เฅเคฏเคพ เค†เคช เคธเคš เคฎเฅ‡เค‚ เค‡เคธเฅ‡ เค…เคชเคจเฅ‡ เฅžเฅ€เคก เคธเฅ‡ เคนเคŸเคพเคจเคพ เคšเคพเคนเคคเฅ‡ เคนเฅˆเค‚?" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 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:1654 msgid "Are you sure you'd like to discard this post?" msgstr "เค•เฅเคฏเคพ เค†เคช เคธเคš เคฎเฅ‡เค‚ เค‡เคธ เคชเฅ‹เคธเฅเคŸ เค•เฅ‹ เค–เคผเคพเคฐเคฟเคœ เค•เคฐเคจเคพ เคšเคพเคนเฅ‡เค‚เค—เฅ‡?" @@ -1958,10 +1961,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2009,8 +2012,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "เค–เคพเคคเคพ เค…เคตเคฐเฅเคฆเฅเคง เค•เคฐเฅ‡เค‚" @@ -2088,6 +2091,10 @@ 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 "เค…เคตเคฐเฅเคฆเฅเคง เค•เคฐเคจเฅ‡ เคชเคฐ เคญเฅ€ เคฏเคน เคฒเฅ‡เคฌเคฒเค•เคฐเฅเคคเคพ เค†เคชเค•เฅ‡ เค–เคพเคคเฅ‡ เคชเคฐ เคฒเฅ‡เคฌเคฒ เคฒเค—เคพ เคธเค•เคคเคพ เคนเฅˆเฅค" @@ -2260,7 +2267,7 @@ msgstr "" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:181 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2274,13 +2281,13 @@ msgstr "" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:363 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "<0>{0} เค•เฅ‡ เคฆเฅเคตเคพเคฐ" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" msgstr "" @@ -2348,10 +2355,10 @@ msgstr "" #: src/screens/Deactivated.tsx:150 #: src/screens/Messages/components/InviteLinkDialog.tsx:500 #: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,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:1732 +#: src/view/com/composer/Composer.tsx:1742 #: 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 @@ -2380,6 +2387,10 @@ msgstr "เค•เฅเคตเฅ‹เคŸ เคชเฅ‹เคธเฅเคŸ เคฐเคฆเฅเคฆ เค•เคฐเฅ‡เค‚" msgid "Cancel reactivation and sign out" msgstr "" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "เค–เฅ‹เคœ เคฐเคฆเฅเคฆ เค•เคฐเฅ‡เค‚" @@ -2481,7 +2492,7 @@ msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,7 +2509,7 @@ msgid "Chat ended" msgstr "" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:256 +#: src/components/intents/GroupChatJoinDialog.tsx:269 #: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" msgstr "" @@ -2520,12 +2531,12 @@ msgctxt "toast" msgid "Chat muted" msgstr "เคฌเคพเคคเคšเฅ€เคค เคฎเฅเคฏเฅ‚เคŸ เค•เคฟเคฏเคพ เค—เคฏเคพ" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." msgstr "" -#: src/components/moderation/BlockDialog.tsx:292 +#: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2544,10 +2555,10 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "เคฌเคพเคคเคšเฅ€เคค เคธเฅ‡เคŸเคฟเค‚เค—" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "เคฌเคพเคคเคšเฅ€เคค เค…เคจเคฎเฅเคฏเฅ‚เคŸ เค•เคฟเคฏเคพ เค—เคฏเคพ" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "" @@ -2731,7 +2742,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:533 +#: src/components/dms/MessageItem.tsx:622 msgid "Click to retry failed message" msgstr "เค…เคธเคซเคฒ เคธเค‚เคฆเฅ‡เคถ เค•เฅ‹ เคซเคฟเคฐ เคธเฅ‡ เคญเฅ‡เคœเคจเฅ‡ เค•เฅ‡ เคฒเคฟเค เค•เฅเคฒเคฟเค• เค•เคฐเฅ‡เค‚" @@ -2745,6 +2756,7 @@ msgstr "เค…เคธเคซเคฒ เคธเค‚เคฆเฅ‡เคถ เค•เฅ‹ เคซเคฟเคฐ เคธเฅ‡ เคญเฅ‡เคœเคจเฅ‡ เค• #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "เค…เคธเคซเคฒ เคธเค‚เคฆเฅ‡เคถ เค•เฅ‹ เคซเคฟเคฐ เคธเฅ‡ เคญเฅ‡เคœเคจเฅ‡ เค• #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:233 -#: src/components/intents/GroupChatJoinDialog.tsx:268 +#: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2804,10 +2816,6 @@ 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 @@ -2822,7 +2830,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 "" @@ -2850,10 +2858,10 @@ msgstr "" msgid "Close the incoming requests banner" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:226 -#: src/components/intents/GroupChatJoinDialog.tsx:227 -#: src/components/intents/GroupChatJoinDialog.tsx:263 -#: src/components/intents/GroupChatJoinDialog.tsx:264 +#: 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 msgid "Close this dialog" msgstr "เคฏเคน เคกเคพเคฏเคฒเฅ‰เค— เคฌเค‚เคฆ เค•เคฐเฅ‡เค‚" @@ -2866,15 +2874,15 @@ msgstr "" msgid "Closes password update alert" msgstr "เคชเคพเคธเคตเคฐเฅเคก เค…เคชเคกเฅ‡เคŸ เคธเฅ‚เคšเคจเคพ เคฌเค‚เคฆ เค•เคฐเคคเคพ เคนเฅˆ" -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1740 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 "เค•เคฟเคธเฅ€ เค…เคงเคฟเคธเฅ‚เคšเคจเคพ เค•เฅ‡ เค‰เคชเคฏเฅ‹เค—เค•เคฐเฅเคคเคพเค“เค‚ เค•เฅ€ เคธเฅ‚เคšเฅ€ เค•เฅ‹ เคธเค‚เค•เฅเคทเคฟเคชเฅเคค เค•เคฐเคคเคพ เคนเฅˆ" @@ -2920,7 +2928,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:1616 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -2928,11 +2936,11 @@ msgstr "" msgid "Compose reply" msgstr "เคœเคตเคพเคฌ เคฒเคฟเค–เฅ‡เค‚" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2578 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing video..." msgstr "เคตเฅ€เคกเคฟเคฏเฅ‹ เค•เค‚เคชเฅเคฐเฅ‡เคธ เคนเฅ‹ เคฐเคนเคพ เคนเฅˆ..." @@ -3100,7 +3108,7 @@ msgstr "เค…เค—เคฒเฅ‡ เคšเคฐเคฃ เคชเคฐ เคœเคพเคเค" msgid "Conversation" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "เคฌเคพเคคเคšเฅ€เคค เคฎเคฟเคŸเคพ เคฆเฅ€ เค—เคˆ" @@ -3127,7 +3135,7 @@ msgid "Copied build version to clipboard" msgstr "เคฌเคฟเคฒเฅเคก เคธเค‚เคธเฅเค•เคพเคฐเคฃ เค•เฅเคฒเคฟเคชเคฌเฅ‹เคฐเฅเคก เคชเคฐ เค•เฅ‰เคชเฅ€ เค•เฅ€ เค—เคˆ" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3154,12 @@ msgstr "เค•เฅ‰เคชเฅ€ เค•เฅ€ เค—เคˆ!" msgid "Copies build version to clipboard" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:198 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:265 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "เค•เฅ‰เคชเฅ€ เค•เคฐเฅ‡เค‚" @@ -3159,8 +3167,8 @@ msgstr "เค•เฅ‰เคชเฅ€ เค•เคฐเฅ‡เค‚" msgid "Copy App Password" msgstr "เคเคช เคชเคพเคธเคตเคฐเฅเคก เค•เฅ‰เคชเฅ€ เค•เคฐเฅ‡เค‚" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "" @@ -3175,8 +3183,8 @@ msgid "Copy code" msgstr "เค•เฅ‹เคก เค•เฅ‰เคชเฅ€ เค•เคฐเฅ‡เค‚" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "DID เค•เฅ‰เคชเฅ€ เค•เคฐเฅ‡เค‚" @@ -3184,7 +3192,7 @@ msgstr "DID เค•เฅ‰เคชเฅ€ เค•เคฐเฅ‡เค‚" msgid "Copy host" msgstr "เคนเฅ‹เคธเฅเคŸ เค•เฅ‰เคชเฅ€ เค•เคฐเฅ‡เค‚" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:254 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" msgstr "" @@ -3210,8 +3218,8 @@ msgstr "เคธเฅ‚เคšเฅ€ เคชเคฐ เคฒเคฟเค‚เค• เค•เฅ‰เคชเฅ€ เค•เคฐเฅ‡เค‚" msgid "Copy link to post" msgstr "เคชเฅ‹เคธเฅเคŸ เค•เฅ€ เคฒเคฟเค‚เค• เค•เฅ‰เคชเฅ€ เค•เคฐเฅ‡เค‚" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "" @@ -3219,8 +3227,8 @@ msgstr "" msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "เคธเค‚เคฆเฅ‡เคถ เคชเคพเค  เค•เฅ‰เคชเฅ€ เค•เคฐเฅ‡เค‚" @@ -3249,7 +3257,7 @@ msgstr "TXT เคฐเคฟเค•เฅ‰เคฐเฅเคก เคฎเฅ‚เคฒเฅเคฏ เค•เฅ‰เคชเฅ€ เค•เคฐเฅ‡เค‚ " msgid "Copyright Policy" msgstr "เค•เฅ‰เคชเฅ€เคฐเคพเค‡เคŸ เคจเฅ€เคคเคฟ" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" msgstr "" @@ -3261,11 +3269,11 @@ msgstr "" msgid "Could not connect to feed service" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:120 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" msgstr "" @@ -3294,7 +3302,7 @@ msgstr "" msgid "Could not leave chat" msgstr "เคฌเคพเคคเคšเฅ€เคค เค›เฅ‹เฅœเฅ€ เคจเคนเฅ€เค‚ เคœเคพ เคธเค•เฅ€" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." msgstr "" @@ -3308,7 +3316,7 @@ msgstr "เคซเคผเฅ€เคก เคฒเฅ‹เคก เคจเคนเฅ€เค‚ เค•เคฟเคฏเคพ เคœเคพ เคธเค•เคพ" msgid "Could not load list" msgstr "เคธเฅ‚เคšเฅ€ เคฒเฅ‹เคก เคจเคนเฅ€เค‚ เค•เคฟเคฏเคพ เคœเคพ เคธเค•เคพ" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:169 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" msgstr "" @@ -3320,7 +3328,7 @@ msgstr "เคฌเคพเคคเคšเฅ€เคค เคฎเฅเคฏเฅ‚เคŸ เคจเคนเฅ€เค‚ เค•เคฟเคฏเคพ เคœเคพ เคธ msgid "Could not process your video" msgstr "เค†เคชเค•เคพ เคตเฅ€เคกเคฟเคฏเฅ‹ เคชเฅเคฐเฅ‹เคธเฅ‡เคธ เคจเคนเฅ€เค‚ เค•เคฟเคฏเคพ เคœเคพ เคธเค•เคพ" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." msgstr "" @@ -3329,7 +3337,7 @@ msgstr "" msgid "Could not save changes: {0}" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" msgstr "" @@ -3394,12 +3402,12 @@ msgstr "เคฎเฅ‡เคฐเฅ‡ เคฒเคฟเค เคธเฅเคŸเคพเคฐเฅเคŸเคฐ เคชเฅˆเค• เคฌเคจเคพเค #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:314 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3457,13 @@ msgstr "" msgid "Create moderation list" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:308 +#: 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 "เคจเคฏเคพ เค–เคพเคคเคพ เคฌเคจเคพเคเค" -#: src/screens/Messages/ConversationSettings/index.tsx:553 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "" @@ -3479,7 +3487,7 @@ msgstr "" #. placeholder {0}: i18n.date(createdAt, { dateStyle: 'long', timeStyle: 'short', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) #: src/screens/Messages/components/InviteLinkDialog.tsx:355 -#: src/screens/Messages/ConversationSettings/index.tsx:505 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "{0} เคฌเคจเคพเคฏเคพ เค—เคฏเคพ" @@ -3624,7 +3632,7 @@ msgstr "" msgid "Delete conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "เคฎเฅ‡เคฐเฅ‡ เคฒเคฟเค เคฎเคฟเคŸเคพเคเค" @@ -3637,7 +3645,7 @@ msgstr "" msgid "Delete message" msgstr "เคธเค‚เคฆเฅ‡เคถ เคฎเคฟเคŸเคพเคเค" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "เคฎเฅ‡เคฐเฅ‡ เคฒเคฟเค เคธเค‚เคฆเฅ‡เคถ เคฎเคฟเคŸเคพเคเค" @@ -3647,7 +3655,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:1628 msgid "Delete post" msgstr "เคชเฅ‹เคธเฅเคŸ เคฎเคฟเคŸเคพเคเค" @@ -3689,6 +3697,10 @@ 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 @@ -3794,9 +3806,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:1411 +#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1661 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3819,14 @@ msgstr "เฅ™เคพเคฐเคฟเคœ เค•เคฐเฅ‡เค‚" msgid "Discard changes?" msgstr "เคฌเคฆเคฒเคพเคต เฅ™เคพเคฐเคฟเคœ เค•เคฐเฅ‡เค‚?" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1409 #: 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:1426 +#: src/view/com/composer/Composer.tsx:1653 msgid "Discard post?" msgstr "เคชเฅ‹เคธเฅเคŸ เฅ™เคพเคฐเคฟเคœ เค•เคฐเฅ‡เค‚?" @@ -3852,7 +3864,7 @@ msgstr "เฅ™เคพเคฐเคฟเคœ เค•เคฐเฅ‡เค‚" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2499 msgid "Dismiss error" msgstr "เคคเฅเคฐเฅเคŸเคฟ เฅ™เคพเคฐเคฟเคœ เค•เคฐเฅ‡เค‚" @@ -3949,8 +3961,8 @@ msgstr "" #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:146 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3975,7 @@ msgstr "" msgid "Done" msgstr "เคนเฅ‹ เค—เคฏเคพ" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "เคนเฅ‹ เค—เคฏเคพ" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:520 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4087,8 +4093,8 @@ msgstr "" msgid "Edit" msgstr "เคธเค‚เคชเคพเคฆเคฟเคค เค•เคฐเฅ‡เค‚" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "เคธเค‚เคชเคพเคฆเคฟเคค เค•เคฐเฅ‡เค‚" @@ -4102,8 +4108,8 @@ msgstr "เค…เคตเคคเคพเคฐ เคธเค‚เคชเคพเคฆเคฟเคค เค•เคฐเฅ‡เค‚" msgid "Edit Feeds" msgstr "เฅžเฅ€เคก เคธเค‚เคชเคพเคฆเคฟเคค เค•เคฐเฅ‡เค‚" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "" @@ -4141,8 +4147,8 @@ msgstr "" msgid "Edit list details" msgstr "เคธเฅ‚เคšเฅ€ เคตเคฟเคตเคฐเคฃ เคธเค‚เคชเคพเคฆเคฟเคค เค•เคฐเฅ‡เค‚" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "" @@ -4155,7 +4161,7 @@ msgstr "" msgid "Edit My Feeds" msgstr "เคฎเฅ‡เคฐเฅ‡ เคซเคผเฅ€เคก เคธเค‚เคชเคพเคฆเคฟเคค เค•เคฐเฅ‡เค‚" -#: src/screens/Messages/ConversationSettings/index.tsx:540 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "" @@ -4184,8 +4190,8 @@ msgstr "เคฎเฅ‡เคฐเฅ€ เคชเฅเคฐเฅ‹เคซเคผเคพเค‡เคฒ เคธเค‚เคชเคพเคฆเคฟเคค เค•เคฐเฅ‡ msgid "Edit starter pack" msgstr "เคธเฅเคŸเคพเคฐเฅเคŸเคฐ เคชเฅˆเค• เคธเค‚เคชเคพเคฆเคฟเคค เค•เคฐเฅ‡เค‚" -#: src/screens/Messages/ConversationSettings/index.tsx:486 -#: src/screens/Messages/ConversationSettings/index.tsx:539 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "" @@ -4402,7 +4408,7 @@ msgstr "" msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2598 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "เคคเฅเคฐเฅเคŸเคฟ" @@ -4481,7 +4487,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 "เค‰เคชเคฏเฅ‹เค—เค•เคฐเฅเคคเคพเค“เค‚ เค•เฅ€ เคธเฅ‚เคšเฅ€ เคฌเฅเคพเคคเคพเคพ เคนเฅˆ" @@ -4596,8 +4602,8 @@ msgstr "" msgid "Failed to accept join request" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "" @@ -4606,6 +4612,10 @@ msgstr "" msgid "Failed to add members" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "" @@ -4615,7 +4625,7 @@ msgid "Failed to change handle. Please try again." msgstr "เคนเฅˆเค‚เคกเคฒ เคฌเคฆเคฒเคจเฅ‡ เคฎเฅ‡เค‚ เค…เคธเคซเคฒเฅค เค•เฅƒเคชเคฏเคพ เคซเคฟเคฐ เคธเฅ‡ เคชเฅเคฐเคฏเคพเคธ เค•เคฐเฅ‡เค‚เฅค" #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:129 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "" @@ -4664,7 +4674,7 @@ msgstr "" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:374 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "" @@ -4692,7 +4702,7 @@ msgstr "" msgid "Failed to ignore join request" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:137 +#: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4700,14 +4710,14 @@ msgstr "" msgid "Failed to launch SMS app" msgstr "" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:401 +#: 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 "" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "" @@ -4753,15 +4763,20 @@ msgstr "เค…เคจเฅเคถเค‚เคธเคฟเคค เคซเคผเฅ€เคก เคฒเฅ‹เคก เค•เคฐเคจเฅ‡ เคฎเฅ‡เค‚ msgid "Failed to load suggested follows" msgstr "เค…เคจเฅเคถเค‚เคธเคฟเคค เคซเคผเฅ‰เคฒเฅ‹ เคฒเฅ‹เคก เค•เคฐเคจเฅ‡ เคฎเฅ‡เค‚ เค…เคธเคซเคฒ" -#: src/screens/Messages/ConversationSettings/index.tsx:426 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +msgid "Failed to mark all chats as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 +#: src/view/shell/bottom-bar/BottomBar.tsx:450 msgid "Failed to mark all requests as read" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:390 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "" @@ -4783,12 +4798,16 @@ msgstr "" msgid "Failed to remove data. {0}" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:111 +#: 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 "" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "" @@ -4802,7 +4821,7 @@ msgstr "" msgid "Failed to remove verification" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:180 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." msgstr "" @@ -4811,7 +4830,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:648 +#: src/view/com/composer/Composer.tsx:646 msgid "Failed to save draft" msgstr "" @@ -4854,7 +4873,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "เคฅเฅเคฐเฅ‡เคก เคฎเฅเคฏเฅ‚เคŸ เคธเฅเคฅเคฟเคคเคฟ เคฌเคฆเคฒเคจเฅ‡ เคฎเฅ‡เค‚ เค…เคธเคซเคฒ, เคซเคฟเคฐ เคธเฅ‡ เคชเฅเคฐเคฏเคพเคธ เค•เคฐเฅ‡เค‚" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:435 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "" @@ -5116,16 +5135,16 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 "เคซเคผเฅ‰เคฒเฅ‹ เค•เคฐเฅ‡เค‚" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "{0} เค•เฅ‹ เคซเคผเฅ‰เคฒเฅ‹ เค•เคฐเฅ‡เค‚" @@ -5149,8 +5168,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "7 เค–เคพเคคเฅ‹เค‚ เค•เฅ‹ เคซเคผเฅ‰เคฒเฅ‹ เค•เคฐเฅ‡เค‚" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "" @@ -5173,9 +5192,9 @@ msgstr "" #. 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:423 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "เคตเคพเคชเคธ เคซเคผเฅ‰เคฒเฅ‹ เค•เคฐเฅ‡เค‚" @@ -5211,7 +5230,7 @@ msgstr "<0>{0} เค”เคฐ <1>{1} เคซเคผเฅ‰เคฒเฅ‹ เค•เคฐเคคเฅ‡ เคนเฅˆเค‚" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "<0>{0}, <1>{1}, เค”เคฐ {2, plural, one {# เค…เคจเฅเคฏ} other {# เค…เคจเฅเคฏ}} เคซเคผเฅ‰เคฒเฅ‹ เค•เคฐเคคเฅ‡ เคนเฅˆเค‚" -#: src/components/intents/GroupChatJoinDialog.tsx:339 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" msgstr "" @@ -5231,10 +5250,10 @@ msgstr "เคซเคผเฅ‰เคฒเฅ‹เค…เคฐ เคœเคฟเคจเฅเคนเฅ‡เค‚ เค†เคช เคœเคพเคจเคคเฅ‡ เคน #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 "เคซเคผเฅ‰เคฒเฅ‹เค‡เค‚เค—" @@ -5249,7 +5268,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 "{0} เค•เฅ‹ เคซเคผเฅ‰เคฒเฅ‹ เค•เคฐเคคเฅ‡ เคนเฅˆเค‚" @@ -5467,7 +5486,7 @@ msgstr "" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2603 msgid "GIF uploaded" msgstr "" @@ -5526,8 +5545,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "เคนเฅ‹เคฎ เคœเคพเคเค" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "" @@ -5538,8 +5557,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "" @@ -5547,7 +5566,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 "" @@ -5622,9 +5641,9 @@ msgstr "" msgid "Grooming or predatory behavior" msgstr "" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:321 -#: src/screens/Messages/JoinRequest.tsx:129 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" msgstr "" @@ -5632,17 +5651,17 @@ msgstr "" msgid "Group chat invite link dialog" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:417 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:382 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "" @@ -5653,12 +5672,12 @@ msgid "Group chat settings" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:385 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "" @@ -5682,12 +5701,12 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "" @@ -5829,7 +5848,7 @@ msgstr "เค›เคฟเคชเคพเคˆ เค—เคˆ เคธเฅ‚เคšเฅ€" msgid "Hide" msgstr "เค›เคฟเคชเคพเคเค" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "เค›เคฟเคชเคพเคเค" @@ -5904,7 +5923,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 "เค‰เคชเคฏเฅ‹เค—เค•เคฐเฅเคคเคพ เคธเฅ‚เคšเฅ€ เค›เฅเคชเคพเคเค" @@ -5960,7 +5979,7 @@ msgstr "เค•เฅƒเคชเคฏเคพ เคฐเฅเค•เคฟเคเฅค เคนเคฎ เคงเฅ€เคฐเฅ‡-เคงเฅ€เคฐเฅ‡ เคต #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6210,7 +6229,7 @@ msgstr "" msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "" @@ -6268,7 +6287,7 @@ msgstr "" msgid "Invalid 2FA confirmation code." msgstr "เค…เคฎเคพเคจเฅเคฏ 2FA เคชเฅเคทเฅเคŸเคฟเค•เคฐเคฃ เค•เฅ‹เคก" -#: src/components/intents/GroupChatJoinDialog.tsx:147 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." msgstr "" @@ -6290,7 +6309,7 @@ msgstr "" msgid "Invalid report subject" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:187 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." msgstr "" @@ -6315,15 +6334,15 @@ msgstr "เค†เคฎเค‚เคคเฅเคฐเคฃ เค•เฅ‹เคก" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "เค†เคฎเค‚เคคเฅเคฐเคฃ เค•เฅ‹เคก เคธเฅเคตเฅ€เค•เคพเคฐ เคจเคนเฅ€เค‚ เคนเฅเค†เฅค เคฆเฅ‡เค– เคฒเฅ‡เค‚ เค•เคฟ เค†เคชเคจเฅ‡ เค‰เคธเฅ‡ เคธเคนเฅ€ เคธเฅ‡ เคฆเคฐเฅเคœ เค•เคฟเคฏเคพ เคนเฅˆ เค”เคฐ เคซเคฟเคฐ เคธเฅ‡ เคชเฅเคฐเคฏเคพเคธ เค•เคฐเฅ‡เค‚เฅค" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:140 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:155 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6336,17 +6355,17 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:335 #: src/screens/Messages/components/InviteLinkDialog.tsx:514 #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 -#: src/screens/Messages/ConversationSettings/index.tsx:556 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:213 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" msgstr "" @@ -6410,7 +6429,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:2518 msgid "Job ID: {0}" msgstr "เค•เคพเคฎ เค†เคˆเคกเฅ€: {0}" @@ -6420,7 +6439,7 @@ msgid "Jobs" msgstr "เค•เคพเคฎ" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:282 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" msgstr "" @@ -6431,12 +6450,12 @@ msgstr "" msgid "Join Bluesky" msgstr "Bluesky เคฎเฅ‡เค‚ เคถเคพเคฎเคฟเคฒ เคนเฅ‹เค‚" -#: src/components/intents/GroupChatJoinDialog.tsx:71 -#: src/components/intents/GroupChatJoinDialog.tsx:448 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:176 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." msgstr "" @@ -6450,8 +6469,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:1459 +#: src/view/com/composer/Composer.tsx:1469 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6609,7 +6628,7 @@ msgid "Learn more." msgstr "เค…เคงเคฟเค• เคœเคพเคจเฅ‡เค‚เฅค" #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:590 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "เคจเคฟเค•เคฒเฅ‡เค‚" @@ -6623,8 +6642,8 @@ msgstr "เคจเคฟเค•เคฒเฅ‡เค‚" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "เคฌเคพเคคเคšเฅ€เคค เคธเฅ‡ เคจเคฟเค•เคฒเฅ‡เค‚" @@ -6644,12 +6663,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "เคฌเคพเคคเคšเฅ€เคค เคธเฅ‡ เคจเคฟเค•เคฒเฅ‡เค‚" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:589 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "" @@ -6658,11 +6677,11 @@ msgstr "" msgid "Leaving Bluesky" msgstr "Bluesky เคธเฅ‡ เคฌเคพเคนเคฐ เคœเคพ เคฐเคนเฅ‡ เคนเฅˆเค‚" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: src/screens/Messages/ConversationSettings/prompts.tsx:153 msgid "Leaving this chat will lock it permanently and you wonโ€™t be able to rejoin." msgstr "" -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." msgstr "" @@ -6935,9 +6954,9 @@ msgstr "เคจเคˆ เค…เคงเคฟเคธเฅ‚เคšเคจเคพเคเค เคฒเฅ‹เคก เค•เคฐเฅ‡เค‚" msgid "Load new posts" msgstr "เคจเค เคชเฅ‹เคธเฅเคŸ เคฒเฅ‹เคก เค•เคฐเฅ‡เค‚" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "" @@ -6954,23 +6973,23 @@ msgstr "" msgid "Loading..." msgstr "เคฒเฅ‹เคก เคนเฅ‹ เคฐเคนเคพ เคนเฅˆ..." -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:568 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "" @@ -7051,6 +7070,16 @@ msgstr "เค…เคชเคจเฅ‡ เคฎเฅเคฏเฅ‚เคŸ เค•เคฟเค เค—เค เคถเคฌเฅเคฆ เค”เคฐ เคŸเฅˆ msgid "Mark all as read" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:459 +#: src/view/shell/bottom-bar/BottomBar.tsx:463 +msgid "Mark all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:467 +#: src/view/shell/bottom-bar/BottomBar.tsx:471 +msgid "Mark all requests as read" +msgstr "" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7089,14 @@ msgstr "เคชเฅเคพ เคนเฅเค† เคฎเคพเคฐเฅเค• เค•เคฐเฅ‡เค‚" msgid "Marked all as read" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,7 +7120,7 @@ msgstr "" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "เคฎเฅ€เคกเคฟเคฏเคพ เคœเฅ‹ เค•เฅเค› เคฆเคฐเฅเคถเค•เฅ‹เค‚ เค•เฅ‡ เคฒเคฟเค เคญเคฏเคพเคตเคน เคฏเคพ เค…เคจเฅเคšเคฟเคค เคนเฅ‹ เคธเค•เคคเคพ เคนเฅˆ" -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." msgstr "" @@ -7092,7 +7129,7 @@ msgstr "" msgid "Members" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "" @@ -7111,13 +7148,13 @@ msgstr "เค‰เคฒเฅเคฒเฅ‡เค–" msgid "Menu" msgstr "เคฎเฅ‡เคจเฅ‚" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 +#: 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" @@ -7132,7 +7169,7 @@ msgstr "เคธเค‚เคฆเฅ‡เคถ {0}" msgid "Message {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "เคธเค‚เคฆเฅ‡เคถ เคฎเคฟเคŸเคพเคˆ เค—เคˆ" @@ -7141,13 +7178,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "เคธเค‚เคฆเฅ‡เคถ เคฎเคฟเคŸเคพเคˆ เค—เคˆ" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:616 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "" @@ -7156,21 +7193,21 @@ msgstr "" msgid "Message from server: {0}" msgstr "เคธเคฐเฅเคตเคฐ เคธเฅ‡ เคธเค‚เคฆเฅ‡เคถ: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "เคธเค‚เคฆเฅ‡เคถ เคฆเคฐเฅเคœ เค•เคฐเคจเฅ‡ เค•เคพ เคธเฅเคฅเคพเคจ" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "" @@ -7178,11 +7215,11 @@ msgstr "" msgid "Messages" msgstr "เคธเค‚เคฆเฅ‡เคถ" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:715 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:621 +#: src/components/dms/MessageItem.tsx:710 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7219,8 +7256,8 @@ msgstr "เคฎเฅ‰เคกเคฐเฅ‡เคถเคจ เคตเคฟเคตเคฐเคฃ" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "{0} เคฆเฅเคตเคพเคฐเคพ เคฎเฅ‰เคกเคฐเฅ‡เคถเคจ เคธเฅ‚เคšเฅ€" @@ -7228,7 +7265,7 @@ msgstr "{0} เคฆเฅเคตเคพเคฐเคพ เคฎเฅ‰เคกเคฐเฅ‡เคถเคจ เคธเฅ‚เคšเฅ€" msgid "Moderation list by <0/>" msgstr "<0/> เคฆเฅเคตเคพเคฐเคพ เคฎเฅ‰เคกเคฐเฅ‡เคถเคจ เคธเฅ‚เคšเฅ€" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "เค†เคชเค•เฅ‡ เคฆเฅเคตเคพเคฐเคพ เคฎเฅ‰เคกเคฐเฅ‡เคถเคจ เคธเฅ‚เคšเฅ€" @@ -7281,8 +7318,8 @@ msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "เค…เคงเคฟเค• เคตเคฟเค•เคฒเฅเคช" @@ -7302,7 +7339,7 @@ msgstr "เคธเคฟเคจเฅ‡เคฎเคพ" msgid "Music" msgstr "เคธเค‚เค—เฅ€เคค" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "เคฎเฅเคฏเฅ‚เคŸ" @@ -7320,8 +7357,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "เค–เคพเคคเคพ เคฎเฅเคฏเฅ‚เคŸ เค•เคฐเฅ‡เค‚" @@ -7347,7 +7384,7 @@ msgstr "เคธเฅ‚เคšเฅ€ เคฎเฅเคฏเฅ‚เคŸ เค•เคฐเฅ‡เค‚" msgid "Mute these accounts?" msgstr "เค‡เคจ เค–เคพเคคเฅ‹เค‚ เค•เฅ‹ เคฎเฅเคฏเฅ‚เคŸ เค•เคฐเฅ‡เค‚?" -#: src/screens/Messages/ConversationSettings/index.tsx:530 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "" @@ -7389,7 +7426,7 @@ msgstr "เคถเคฌเฅเคฆ เค”เคฐ เคŸเฅˆเค— เคฎเฅเคฏเฅ‚เคŸ เค•เคฐเฅ‡เค‚" msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "" @@ -7480,7 +7517,7 @@ msgstr "เค›เฅ‹เฅœเฅ‡เค‚, เคฎเฅ‡เคฐเฅ‡ เคฒเคฟเค เคนเฅˆเค‚เคกเคฒ เคฌเคจเคพเคเค" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "เคจเคฏเคพ" @@ -7490,21 +7527,21 @@ msgctxt "action" msgid "New" msgstr "เคจเคฏเคพ" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: 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:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "เคจเคฏเคพ เคฌเคพเคคเคšเฅ€เคค" @@ -7592,11 +7629,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 "" @@ -7718,7 +7755,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 "{0} เค•เฅ‹ เค”เคฐ เคซเคผเฅ‰เคฒเฅ‹ เคจเคนเฅ€เค‚ เค•เคฐ เคฐเคนเฅ‡" @@ -7726,7 +7763,7 @@ msgstr "{0} เค•เฅ‹ เค”เคฐ เคซเคผเฅ‰เคฒเฅ‹ เคจเคนเฅ€เค‚ เค•เคฐ เคฐเคนเฅ‡" msgid "No media yet" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "เค…เคญเฅ€ เคคเค• เค•เฅ‹เคˆ เคธเค‚เคฆเฅ‡เคถ เคจเคนเฅ€เค‚" @@ -7763,7 +7800,7 @@ msgstr "" msgid "No one but the author can quote this post." msgstr "เค•เฅ‡เคตเคฒ เคฒเฅ‡เค–เค• เคนเฅ€ เค‡เคธ เคชเฅ‹เคธเฅเคŸ เค•เฅ‹ เค•เฅเคตเฅ‹เคŸ เค•เคฐ เคธเค•เคคเคพ เคนเฅˆเฅค" -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "" @@ -7831,6 +7868,11 @@ 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" @@ -7895,7 +7937,7 @@ msgstr "เคจเคนเฅ€เค‚ เคฎเคฟเคฒเคพ" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "เคธเคพเคเคพ เค•เคฐเคจเฅ‡ เค•เฅ‡ เคฌเคพเคฐเฅ‡ เคฎเฅ‡เค‚" @@ -7931,7 +7973,7 @@ msgstr "เค…เคงเคฟเคธเฅ‚เคšเคจเคพ เคงเฅเคตเคจเคฟ" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8017,7 @@ msgstr "เค เฅ€เค•" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:722 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8008,11 +8050,11 @@ 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:862 msgid "One or more GIFs is missing alt text." msgstr "เคเค• เคฏเคพ เค…เคงเคฟเค• GIF เค•เฅ‡ เคตเคฟเคตเคฐเคฃ เคจเคนเฅ€เค‚ เคนเฅˆเค‚เฅค" -#: src/view/com/composer/Composer.tsx:861 +#: src/view/com/composer/Composer.tsx:859 msgid "One or more images is missing alt text." msgstr "เคเค• เคฏเคพ เค…เคงเคฟเค• เค›เคตเคฟเคฏเฅ‹เค‚ เคชเคฐ เคตเฅˆเค•เคฒเฅเคชเคฟเค• เคชเคพเค  เคจเคนเฅ€เค‚ เคนเฅˆเฅค" @@ -8024,11 +8066,11 @@ msgstr "" 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:657 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:869 msgid "One or more videos is missing alt text." msgstr "เคเค• เคฏเคพ เค…เคงเคฟเค• เคตเฅ€เคกเคฟเคฏเฅ‹ เค•เฅ‡ เคตเคฟเคตเคฐเคฃ เคจเคนเฅ€เค‚ เคนเฅˆเค‚เฅค" @@ -8041,7 +8083,7 @@ msgstr "เค•เฅ‡เคตเคฒ {0} เคœเคตเคพเคฌ เคฆเฅ‡ เคธเค•เคคเคพ เคนเฅˆ" #. 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:233 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8053,7 +8095,7 @@ msgstr "" msgid "Only admins can ignore join requests." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:145 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." msgstr "" @@ -8068,12 +8110,12 @@ msgid "Only image files are supported" msgstr "เค•เฅ‡เคตเคฒ เค›เคตเคฟ เคซเคพเค‡เคฒเฅ‡เค‚ เคธเคฎเคฐเฅเคฅเคฟเคค เคนเฅˆเค‚" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:222 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:292 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" msgstr "" @@ -8107,7 +8149,7 @@ msgid "Open camera" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:437 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" msgstr "" @@ -8115,8 +8157,8 @@ msgstr "" msgid "Open chat member options for {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "เคฌเคพเคคเคšเฅ€เคค เคตเคฟเค•เคฒเฅเคช เค–เฅ‹เคฒเฅ‡เค‚" @@ -8128,9 +8170,9 @@ msgstr "" msgid "Open drawer menu" msgstr "เคกเฅเคฐเฅ‰เค…เคฐ เคฎเฅ‡เคจเฅ‚ เค–เฅ‹เคฒเฅ‡เค‚" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2158 msgid "Open emoji picker" msgstr "เค‡เคฎเฅ‹เคœเฅ€ เคšเคฏเคจ เค–เฅ‹เคฒเฅ‡เค‚" @@ -8151,7 +8193,7 @@ msgstr "" msgid "Open Germ DM" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" msgstr "" @@ -8166,11 +8208,11 @@ msgid "Open in Google Translate" msgstr "" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "{niceUrl} เค•เคพ เคฒเคฟเค‚เค• เค–เฅ‹เคฒเฅ‡เค‚" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "เคธเค‚เคฆเฅ‡เคถ เคตเคฟเค•เคฒเฅเคช เค–เฅ‹เคฒเฅ‡เค‚" @@ -8221,7 +8263,7 @@ msgstr "เค•เคนเคพเคจเฅ€ เค•เฅ€ เค•เคฟเคคเคพเคฌ เค•เคพ เคชเฅƒเคทเฅเค  เค–เฅ‹เคฒ msgid "Open system log" msgstr "เคธเคฟเคธเฅเคŸเคฎ เคฒเฅ‰เค— เค–เฅ‹เคฒเฅ‡เค‚" -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" msgstr "" @@ -8275,13 +8317,13 @@ msgstr "" msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" -#: src/screens/Messages/JoinRequest.tsx:309 +#: 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 "เคจเคฏเคพ Bluesky เค–เคพเคคเคพ เคฌเคจเคพเคจเฅ‡ เค•เคพ เคธเคพเคงเคจ เค–เฅ‹เคฒเคคเคพ เคนเฅˆ" -#: src/screens/Messages/JoinRequest.tsx:295 +#: 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" @@ -8341,7 +8383,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 "เคฏเคน เคชเฅเคฐเฅ‹เฅžเคพเค‡เคฒ เค–เฅ‹เคฒเคคเคพ เคนเฅˆ" @@ -8513,6 +8555,16 @@ msgstr "@{0} เค•เฅ‹ เคซเคผเฅ‰เคฒเฅ‹ เค•เคฐเคคเฅ‡ เคฒเฅ‹เค—" msgid "People I follow" msgstr "" +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "" @@ -8813,7 +8865,7 @@ msgstr "เคฐเคพเคœเคจเฅ€เคคเคฟ" msgid "Porn" msgstr "เค…เคถเฅเคฒเฅ€เคฒ" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post" msgstr "เคชเฅ‹เคธเฅเคŸ เค•เคฐเฅ‡เค‚" @@ -8833,12 +8885,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Post All" msgstr "เคธเคญเฅ€ เคชเฅ‹เคธเฅเคŸ เค•เคฐเฅ‡เค‚" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1468 msgid "Post anyway" msgstr "" @@ -9015,11 +9067,11 @@ msgstr "เค—เฅ‹เคชเคจเฅ€เคฏเคคเคพ เคจเฅ€เคคเคฟ" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2592 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing video..." msgstr "เคตเฅ€เคกเคฟเคฏเฅ‹ เคชเฅเคฐเคธเค‚เคธเฅเค•เคฐเคฃ เคนเฅ‹ เคฐเคนเคพ เคนเฅˆ..." @@ -9031,7 +9083,7 @@ msgstr "เคชเฅเคฐเคธเค‚เคธเฅเค•เคฐเคฃ เคนเฅ‹ เคฐเคนเคพ เคนเฅˆ..." msgid "profile" msgstr "เคชเฅเคฐเฅ‹เฅžเคพเค‡เคฒ" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9117,22 @@ 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:1790 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:1785 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:1774 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:1779 msgid "Publish reply" msgstr "" @@ -9109,7 +9161,7 @@ msgid "QR code has been downloaded!" msgstr "QR เค•เฅ‹เคก เคกเคพเค‰เคจเคฒเฅ‹เคก เค•เฅ€ เค—เคˆ!" #: src/components/StarterPack/QrCodeDialog.tsx:122 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "QR เค•เฅ‹เคก เค†เคชเค•เฅ‡ เค•เฅˆเคฎเคฐเคพ เคฐเฅ‹เคฒ เคฎเฅ‡เค‚ เคธเคนเฅ‡เคœเฅ€ เค—เคˆ!" @@ -9172,8 +9224,8 @@ msgstr "" msgid "React with {emoji}" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "" @@ -9268,10 +9320,6 @@ msgstr "เค…เคจเฅเคถเค‚เคธเคฟเคค" msgid "Reconnect" msgstr "เคซเคฟเคฐ เค•เคจเฅ‡เค•เฅเคŸ เค•เคฐเฅ‡เค‚" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "" - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" @@ -9291,12 +9339,14 @@ msgstr "" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "เคฌเคพเคคเคšเฅ€เคค เคซเคฟเคฐ เคฒเฅ‹เคก เค•เคฐเฅ‡เค‚" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9355,9 @@ msgstr "เคฌเคพเคคเคšเฅ€เคค เคซเคฟเคฐ เคฒเฅ‹เคก เค•เคฐเฅ‡เค‚" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "เคนเคŸเคพเคเค" @@ -9326,7 +9375,7 @@ msgstr "เคธเฅเคŸเคพเคฐเฅเคŸเคฐ เคชเฅˆเค• เคธเฅ‡ {displayName} เค•เฅ‹ เคนเคŸเคพ msgid "Remove {displayName} from this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" msgstr "" @@ -9443,14 +9492,14 @@ msgstr "เค…เคชเคจเฅ‡ เคธเคนเฅ‡เคœเฅ‡ เฅžเฅ€เคก เคธเฅ‡ เค‡เคธ เฅžเฅ€เคก เค•เฅ‹ msgid "Remove unavailable moderation services" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "" @@ -9466,8 +9515,8 @@ msgstr "เคฒเฅ‡เค–เค• เคฆเฅเคตเคพเคฐเคพ เคนเคŸเคพเคฏเคพ เค—เคฏเคพ" msgid "Removed by you" msgstr "เค†เคชเค•เฅ‡ เคฆเฅเคตเคพเคฐเคพ เคนเคŸเคพเคฏเคพ เค—เคฏเคพ" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "เคธเฅ‚เคšเฅ€ เคธเฅ‡ เคนเคŸเคพเคฏเคพ เค—เคฏเคพ" @@ -9535,6 +9584,14 @@ msgctxt "description" msgid "Replied to you" msgstr "" +#: src/components/dms/MessageItem.tsx:883 +msgid "Replied-to message from {senderName}, tap to scroll to it" +msgstr "" + +#: src/components/dms/MessageItem.tsx:884 +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 @@ -9552,7 +9609,12 @@ msgstr "เคœเคตเคพเคฌ เค…เค•เฅเคทเคฎ" msgid "Replies to this post are disabled." msgstr "เค‡เคธ เคชเฅ‹เคธเฅเคŸ เคชเคฐ เคœเคตเคพเคฌ เค…เค•เฅเคทเคฎ เคนเฅˆ" -#: src/view/com/composer/Composer.tsx:1804 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "เคœเคตเคพเคฌ เคฆเฅ‡เค‚" + +#: src/view/com/composer/Composer.tsx:1802 msgctxt "action" msgid "Reply" msgstr "เคœเคตเคพเคฌ เคฆเฅ‡เค‚" @@ -9590,14 +9652,14 @@ msgstr "เคœเคตเคพเคฌ เคฆเฅƒเคถเฅเคฏเคคเคพ เค…เคชเคกเฅ‡เคŸ เค•เฅ€ เค—เคˆ" msgid "Reply was successfully hidden" msgstr "เคœเคตเคพเคฌ เคธเคซเคฒเคคเคพเคชเฅ‚เคฐเฅเคตเค• เค›เคฟเคชเคพเคˆ เค—เคˆ" -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:582 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "เคถเคฟเค•เคพเคฏเคค เค•เคฐเฅ‡เค‚" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "เค–เคพเคคเฅ‡ เค•เฅ€ เคถเคฟเค•เคพเคฏเคค เค•เคฐเฅ‡เค‚" @@ -9623,7 +9685,7 @@ msgstr "เคซเคผเฅ€เคก เค•เฅ€ เคถเคฟเค•เคพเคฏเคค เค•เคฐเฅ‡เค‚" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "เคธเค‚เคฆเฅ‡เคถ เค•เฅ€ เคถเคฟเค•เคพเคฏเคค เค•เคฐเฅ‡เค‚" @@ -9657,7 +9719,7 @@ msgstr "" msgid "Report this feed" msgstr "เค‡เคธ เฅžเฅ€เคก เค•เฅ€ เคถเคฟเค•เคพเคฏเคค เค•เคฐเฅ‡เค‚" -#: src/screens/Messages/ConversationSettings/index.tsx:581 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "" @@ -9737,7 +9799,7 @@ msgstr "เค‡เคธ เคชเฅ‹เคธเฅเคŸ เค•เฅ‡ เคฐเฅ€เคชเฅ‹เคธเฅเคŸ" msgid "Reposts of your reposts" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:447 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" msgstr "" @@ -9755,7 +9817,7 @@ msgid "Request ignored." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:281 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" msgstr "" @@ -9764,7 +9826,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "" @@ -9791,9 +9853,9 @@ msgstr "เค‡เคธ เคชเฅเคฐเคฆเคพเคคเคพ เค•เฅ‡ เคฒเคฟเค เค†เคตเคถเฅเคฏเค•" msgid "Required in your region" msgstr "เค†เคชเค•เฅ‡ เค•เฅเคทเฅ‡เคคเฅเคฐ เคฎเฅ‡เค‚ เค†เคตเคถเฅเคฏเค•" -#: src/components/intents/GroupChatJoinDialog.tsx:296 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:310 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:115 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:117 msgid "Rescind request" msgstr "" @@ -9872,7 +9934,7 @@ msgstr "เคชเคฟเค›เคฒเฅ€ เค•เฅเคฐเคฟเคฏเคพ เค•เคพ เคซเคฟเคฐ เคธเฅ‡ เคชเฅเคฐเคฏ #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 #: src/screens/Messages/JoinRequests.tsx:361 @@ -9928,7 +9990,7 @@ msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10015,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:1449 #: 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:1421 #: 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:1449 #: 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:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10022,13 +10084,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:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "" @@ -10058,6 +10120,10 @@ msgstr "" msgid "Scroll right" msgstr "" +#: src/components/dms/MessageItem.tsx:774 +msgid "Scroll to the message this is replying to" +msgstr "" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "เคŠเคชเคฐ เคœเคพเคเค" @@ -10067,7 +10133,7 @@ msgstr "เคŠเคชเคฐ เคœเคพเคเค" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "เค–เฅ‹เคœเฅ‡เค‚" @@ -10148,8 +10214,8 @@ msgstr "" msgid "Search my posts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "" @@ -10425,8 +10491,8 @@ msgstr "" msgid "Send feedback" msgstr "เคชเฅเคฐเคคเคฟเค•เฅเคฐเคฟเคฏเคพ เคญเฅ‡เคœเฅ‡เค‚" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "เคธเค‚เคฆเฅ‡เคถ เคญเฅ‡เคœเฅ‡เค‚" @@ -10460,7 +10526,7 @@ msgid "Send via direct message" msgstr "เคธเฅ€เคงเคพ เคธเค‚เคฆเฅ‡เคถ เคฆเฅเคตเคพเคฐเคพ เคญเฅ‡เคœเฅ‡เค‚" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "" @@ -10565,7 +10631,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 @@ -10577,7 +10643,7 @@ msgstr "เคฏเฅŒเคจ เคฐเฅ‚เคช เคธเฅ‡ เคญเฅœเค•เคพเคŠ" msgid "Share" msgstr "เคธเคพเคเคพ เค•เคฐเฅ‡เค‚" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "เคซเคฟเคฐ เคญเฅ€ เคธเคพเคเคพ เค•เคฐเฅ‡เค‚" @@ -10641,8 +10707,8 @@ msgstr "เค‡เคธ เคธเฅเคŸเคพเคฐเฅเคŸเคฐ เคชเฅˆเค• เค•เฅ‹ เคธเคพเคเคพ เค•เคฐเฅ‡ #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "" @@ -10796,15 +10862,15 @@ msgstr "" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:294 -#: src/screens/Messages/JoinRequest.tsx:300 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,7 +10896,7 @@ msgstr "" msgid "Sign in or create your account to join the conversation!" msgstr "เคฌเคพเคคเคšเฅ€เคค เคฎเฅ‡เค‚ เคœเฅเฅœเคจเฅ‡ เค•เฅ‡ เคฒเคฟเค เคธเคพเค‡เคจ เค‡เคจ เค•เคฐเฅ‡เค‚ เคฏเคพ เค…เคชเคจเคพ เค–เคพเคคเคพ เคฌเคจเคพเคเค" -#: src/screens/Messages/JoinRequest.tsx:220 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." msgstr "" @@ -10842,7 +10908,7 @@ msgstr "" msgid "Sign in to Bluesky or create a new account" msgstr "Bluesky เคฎเฅ‡เค‚ เคธเคพเค‡เคจ เค‡เคจ เค•เคฐเฅ‡เค‚ เคฏเคพ เคจเคฏเคพ เค–เคพเคคเคพ เคฌเคจเคพเคเค" -#: src/screens/Messages/JoinRequest.tsx:219 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." msgstr "" @@ -10900,7 +10966,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:1466 msgid "Skip empty posts?" msgstr "" @@ -10971,12 +11037,12 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:347 msgid "Someone reacted {0}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "" @@ -10996,10 +11062,6 @@ msgstr "" msgid "Someone was removed from the group" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "" - #: 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 "" @@ -11043,8 +11105,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 "" @@ -11214,13 +11276,13 @@ msgid "Subscribe" msgstr "เคธเคฆเคธเฅเคฏเคคเคพ เคฒเฅ‡เค‚" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "" @@ -11255,7 +11317,7 @@ msgstr "" msgid "Success!" msgstr "เคธเคซเคฒ!" -#: src/components/intents/GroupChatJoinDialog.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" msgstr "" @@ -11355,7 +11417,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:572 +#: src/components/dms/MessageItem.tsx:661 msgid "Tap for details" msgstr "" @@ -11390,7 +11452,7 @@ msgid "Tap to dismiss" msgstr "เฅ™เคพเคฐเคฟเคœ เค•เคฐเคจเฅ‡ เค•เฅ‡ เคฒเคฟเค เคฆเคฌเคพเคเค" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:453 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" msgstr "" @@ -11398,34 +11460,34 @@ msgstr "" msgid "Tap to open this group chat" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:452 +#: src/components/intents/GroupChatJoinDialog.tsx:468 msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:537 +#: src/components/dms/MessageItem.tsx:626 msgid "Tap to retry" msgstr "" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:373 msgid "Tap to view reactions" msgstr "" @@ -11528,7 +11590,7 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "เค…เคจเค…เคตเคฐเฅเคฆเฅเคง เค•เคฐเคจเฅ‡ เค•เฅ‡ เคฌเคพเคฆ เค–เคพเคคเคพ เค†เคชเคธเฅ‡ เคธเค‚เคชเคฐเฅเค• เค•เคฐ เคธเค•เฅ‡เค—เคพเฅค" @@ -11594,7 +11656,7 @@ msgstr "" msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:155 +#: src/components/intents/GroupChatJoinDialog.tsx:165 #: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." msgstr "" @@ -11621,7 +11683,7 @@ msgstr "เคฒเค—เคคเคพ เคนเฅˆ เคธเคฐเฅเคตเคฐ เค•เฅ‹ เคธเคฎเคธเฅเคฏเคพเคเค เคน msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "เค†เคช เคœเคฟเคธ เคธเฅเคŸเคพเคฐเฅเคŸเคฐ เคชเฅˆเค• เค•เฅ‹ เคฆเฅ‡เค–เคจเฅ‡ เค•เคพ เคชเฅเคฐเคฏเคพเคธ เค•เคฐ เคฐเคนเฅ‡ เคนเฅˆเค‚, เคตเคน เค…เคฎเคพเคจเฅเคฏ เคนเฅˆเฅค เค†เคช เค‡เคธ เคธเฅเคŸเคพเคฐเฅเคŸเคฐ เคชเฅˆเค• เค•เฅ‹ เคฎเคฟเคŸเคพ เคธเค•เคคเฅ‡ เคนเฅˆเค‚เฅค" -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "" @@ -11665,8 +11727,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "" #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:182 +#: 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 "" @@ -11693,7 +11755,7 @@ msgstr "เค…เคงเคฟเคธเฅ‚เคšเคจเคพเคเค เคฒเคพเคจเฅ‡ เคฎเฅ‡เค‚ เคธเคฎเคธเฅเคฏเคพ msgid "There was an issue fetching posts. Tap here to try again." msgstr "เคชเฅ‹เคธเฅเคŸ เคฒเคพเคจเฅ‡ เคฎเฅ‡เค‚ เคธเคฎเคธเฅเคฏเคพ เคนเฅเคˆเฅค เคซเคฟเคฐ เคชเฅเคฐเคฏเคพเคธ เค•เคฐเคจเฅ‡ เค•เฅ‡ เคฒเคฟเค เคฏเคนเคพเค เคฆเคฌเคพเคเคเฅค" -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "เคธเฅ‚เคšเฅ€ เค•เฅ‹ เคฒเคพเคจเฅ‡ เคฎเฅ‡เค‚ เคธเคฎเคธเฅเคฏเคพ เคนเฅเคˆเฅค เคซเคฟเคฐ เคชเฅเคฐเคฏเคพเคธ เค•เคฐเคจเฅ‡ เค•เฅ‡ เคฒเคฟเค เคฏเคนเคพเค เคฆเคฌเคพเคเคเฅค" @@ -11733,12 +11795,12 @@ msgstr "เค†เคชเค•เฅ‡ เฅžเฅ€เคก เค•เฅ‹ เค…เคชเคกเฅ‡เคŸ เค•เคฐเคจเฅ‡ เคฎเฅ‡เค‚ เคธ #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "เค•เฅ‹เคˆ เคธเคฎเคธเฅเคฏเคพ เคนเฅเคˆ! {0}" @@ -11778,7 +11840,7 @@ msgstr "เคฏเฅ‡ เคธเฅ‡เคŸเคฟเค‚เค— เค•เฅ‡เคตเคฒ เคซเคผเฅ‰เคฒเฅ‹เค‡เค‚เค— เฅžเฅ€ msgid "They own this chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." msgstr "" @@ -11828,22 +11890,22 @@ msgstr "" 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 "" -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:287 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:430 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" msgstr "" @@ -11881,7 +11943,7 @@ msgstr "เคฏเคน เคธเคพเคฎเค—เฅเคฐเฅ€ เค‰เคชเคฒเคฌเฅเคง เคจเคนเฅ€เค‚ เคนเฅˆ เค• msgid "This content is not viewable without a Bluesky account." msgstr "เคฏเคน เคธเคพเคฎเค—เฅเคฐเฅ€ Bluesky เค–เคพเคคเฅ‡ เค•เฅ‡ เคฌเคฟเคจเคพ เคฆเฅ‡เค–เฅ€ เคจเคนเฅ€เค‚ เคœเคพ เคธเค•เคคเฅ€เฅค" -#: src/components/intents/GroupChatJoinDialog.tsx:141 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." msgstr "" @@ -11931,7 +11993,7 @@ msgstr "เคฏเคน เฅžเฅ€เคก เค–เคพเคฒเฅ€ เคนเฅˆเฅค" msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "เคฏเคน เฅžเฅ€เคก เค”เคฐ เค‘เคจเคฒเคพเค‡เคจ เคจเคนเฅ€เค‚ เคนเฅˆเฅค เคนเคฎ เค‡เคธเค•เฅ‡ เคฌเคฆเคฒเฅ‡ <0>เคกเคฟเคธเฅเค•เคตเคฐ เคฆเคฟเค–เคพ เคฐเคนเฅ‡ เคนเฅˆเค‚เฅค" -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" msgstr "" @@ -11947,11 +12009,11 @@ msgstr "" msgid "This information is private and not shared with other users." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:151 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:223 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" msgstr "" @@ -11997,17 +12059,17 @@ msgstr "" msgid "This list is empty." msgstr "เคฏเคน เคธเฅ‚เคšเฅ€ เค–เคพเคฒเฅ€ เคนเฅˆเฅค" -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:688 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:658 +#: src/components/dms/MessageItem.tsx:684 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12045,11 +12107,11 @@ 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:1041 msgid "This post's author has disabled quote posts." msgstr "เค‡เคธ เคชเฅ‹เคธเฅเคŸ เค•เฅ‡ เคฒเฅ‡เค–เค• เคจเฅ‡ เค•เฅเคตเฅ‹เคŸ เคชเฅ‹เคธเฅเคŸ เค…เค•เฅเคทเคฎ เค•เคฟเค เคนเฅˆเค‚เฅค" -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "" @@ -12242,8 +12304,8 @@ msgstr "" msgid "Topic" msgstr "เคตเคฟเคทเคฏ" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,7 +12375,7 @@ msgctxt "action" msgid "Try again" msgstr "เคซเคฟเคฐ เคชเฅเคฐเคฏเคพเคธ เค•เคฐเฅ‡เค‚" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." msgstr "" @@ -12335,7 +12397,7 @@ msgstr "เคŸเฅ€เคตเฅ€" msgid "Two-factor authentication (2FA)" msgstr "เคฆเฅ‹-เคšเคฐเคฃเฅ€เคฏ เคชเฅเคฐเคฎเคพเคฃเฅ€เค•เคฐเคฃ (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "เค…เคชเคจเคพ เคธเค‚เคฆเฅ‡เคถ เคฏเคนเคพเค เคฒเคฟเค–เฅ‡เค‚" @@ -12401,7 +12463,7 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:726 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12409,14 +12471,14 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:211 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "เค…เคจเค…เคตเคฐเฅเคฆเฅเคง เค•เคฐเฅ‡เค‚" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "เค…เคจเค…เคตเคฐเฅเคฆเฅเคง เค•เคฐเฅ‡เค‚" @@ -12427,8 +12489,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "เค–เคพเคคเคพ เค…เคจเค…เคตเคฐเฅเคฆเฅเคง เค•เคฐเฅ‡เค‚" @@ -12437,7 +12499,7 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "เค–เคพเคคเคพ เค…เคจเค…เคตเคฐเฅเคฆเฅเคง เค•เคฐเฅ‡เค‚?" @@ -12474,12 +12536,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "เคฐเฅ€เคชเฅ‹เคธเฅเคŸ เคชเฅ‚เคฐเฅเคตเคตเคค เค•เคฐเฅ‡เค‚ ({0, plural, one {# เคฐเฅ€เคชเฅ‹เคธเฅเคŸ} other {# เคฐเฅ€เคชเฅ‹เคธเฅเคŸ}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "{0} เค•เฅ‹ เค…เคจเคซเคผเฅ‰เคฒเฅ‹ เค•เคฐเฅ‡เค‚" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "เค–เคพเคคเคพ เค…เคจเคซเคผเฅ‰เคฒเฅ‹ เค•เคฐเฅ‡เค‚" @@ -12521,11 +12583,11 @@ msgstr "เคจเคพเคชเคธเค‚เคฆ เค•เคฐเฅ‡เค‚" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "เคจเคพเคชเคธเค‚เคฆ เค•เคฐเฅ‡เค‚ ({0, plural, one {# เคชเคธเค‚เคฆ} other {# เคชเคธเค‚เคฆ}})" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:567 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "" @@ -12548,8 +12610,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "เค–เคพเคคเคพ เค…เคจเคฎเฅเคฏเฅ‚เคŸ เค•เคฐเฅ‡เค‚" @@ -12562,7 +12624,7 @@ msgstr "เคฌเคพเคคเคšเฅ€เคค เค…เคจเคฎเฅเคฏเฅ‚เคŸ เค•เคฐเฅ‡เค‚" msgid "Unmute list" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:529 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "" @@ -12641,7 +12703,7 @@ msgstr "เคธเฅ‚เคšเฅ€ เค•เฅ€ เคธเคฆเคธเฅเคฏเคคเคพ เค›เฅ‹เฅœเฅ€ เค—เคˆ" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1557 +#: src/view/com/composer/Composer.tsx:1555 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -12654,12 +12716,9 @@ msgstr "" msgid "Update" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "เคธเฅ‚เคšเฅ€ เคฎเฅ‡เค‚ <0>{displayName} เค…เคชเคกเฅ‡เคŸ เค•เคฐเฅ‡เค‚" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" msgstr "" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 @@ -12669,6 +12728,10 @@ msgstr "" msgid "Update email" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 #: src/screens/Messages/components/InviteLinkDialog.tsx:303 @@ -12680,14 +12743,6 @@ msgstr "" msgid "Update to {domain}" msgstr "{domain} เค•เฅ‹ เค…เคชเคกเฅ‡เคŸ เค•เคฐเฅ‡เค‚" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "" - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "" @@ -12736,7 +12791,7 @@ msgstr "เฅžเคพเค‡เคฒเฅ‹เค‚ เคธเฅ‡ เค…เคชเคฒเฅ‹เคก เค•เคฐเฅ‡เค‚" msgid "Upload from Library" msgstr "เคฒเคพเค‡เคฌเฅเคฐเฅ‡เคฐเฅ€ เคธเฅ‡ เค…เคชเคฒเฅ‹เคก เค•เคฐเฅ‡เค‚" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2585 msgid "Uploading GIF..." msgstr "" @@ -12750,7 +12805,7 @@ msgstr "เค›เคตเคฟ เค…เคชเคฒเฅ‹เคก เคนเฅ‹ เคฐเคนเคพ เคนเฅˆ..." msgid "Uploading link thumbnail..." msgstr "เคฒเคฟเค‚เค• เคฅเค‚เคฌเคจเฅ‡เคฒ เค…เคชเคฒเฅ‹เคก เคนเฅ‹ เคฐเคนเคพ เคนเฅˆ..." -#: src/view/com/composer/Composer.tsx:2589 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading video..." msgstr "เคตเฅ€เคกเคฟเคฏเฅ‹ เค…เคชเคฒเฅ‹เคก เคนเฅ‹ เคฐเคนเคพ เคนเฅˆ..." @@ -12826,7 +12881,7 @@ msgid "User Blocks You" msgstr "เค‰เคชเคฏเฅ‹เค—เค•เคฐเฅเคคเคพ เค†เคชเค•เฅ‹ เค…เคตเคฐเฅเคฆเฅเคง เค•เคฐเคคเคพ เคนเฅˆ" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "{0} เคฆเฅเคตเคพเคฐเคพ เค‰เคชเคฏเฅ‹เค—เค•เคฐเฅเคคเคพ เคธเฅ‚เคšเฅ€" @@ -12835,7 +12890,7 @@ msgstr "{0} เคฆเฅเคตเคพเคฐเคพ เค‰เคชเคฏเฅ‹เค—เค•เคฐเฅเคคเคพ เคธเฅ‚เคšเฅ€" msgid "User List by {0}" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "เค†เคชเค•เฅ‡ เคฆเฅเคตเคพเคฐเคพ เค‰เคชเคฏเฅ‹เค—เค•เคฐเฅเคคเคพ เคธเฅ‚เคšเฅ€" @@ -12875,16 +12930,6 @@ msgstr "<0>@{0} เคฆเฅเคตเคพเคฐเคพ เคซเคผเฅ‰เคฒเฅ‹ เค•เคฟเค เค—เค เค‰เคช msgid "users following <0>@{0}" msgstr "" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "เคฎเฅ‚เคฒเฅเคฏ:" @@ -12912,8 +12957,8 @@ msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "" @@ -13039,7 +13084,7 @@ msgstr "เคตเฅ€เคกเคฟเคฏเฅ‹ เคจเคนเฅ€เค‚ เคฎเคฟเคฒเคพ" msgid "Video settings" msgstr "เคตเฅ€เคกเคฟเคฏเฅ‹ เคธเฅ‡เคŸเคฟเค‚เค—" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2605 msgid "Video uploaded" msgstr "เคตเฅ€เคกเคฟเคฏเฅ‹ เค…เคชเคฒเฅ‹เคก เค•เคฟเคฏเคพ เค—เคฏเคพ" @@ -13056,14 +13101,14 @@ msgstr "" msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1150 +#: src/view/com/composer/Composer.tsx:1148 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "" @@ -13078,7 +13123,7 @@ msgstr "{0} เค•เคพ เค…เคตเคคเคพเคฐ เคฆเฅ‡เค–เฅ‡เค‚" #: 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 "{0} เค•เคพ เคชเฅเคฐเฅ‹เฅžเคพเค‡เคฒ เคฆเฅ‡เค–เฅ‡เค‚" @@ -13092,7 +13137,7 @@ msgstr "" msgid "View {displayName}โ€™s profile" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "" @@ -13145,7 +13190,7 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1143 msgid "View post" msgstr "" @@ -13162,10 +13207,10 @@ msgstr "เคชเฅเคฐเฅ‹เฅžเคพเค‡เคฒ เคฆเฅ‡เค–เฅ‡เค‚" msgid "View profile banner" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "" @@ -13173,7 +13218,7 @@ msgstr "" msgid "View the avatar" msgstr "เค…เคตเคคเคพเคฐ เคฆเฅ‡เค–เฅ‡เค‚" -#: src/screens/Messages/ConversationSettings/index.tsx:554 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "" @@ -13441,7 +13486,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:1039 msgid "We're sorry! The post you are replying to has been deleted." msgstr "เคนเคฎเฅ‡เค‚ เค•เฅเคทเคฎเคพ เค•เคฐเฅ‡เค‚! เค†เคช เคœเคฟเคธ เคชเฅ‹เคธเฅเคŸ เค•เฅ‹ เคœเคตเคพเคฌ เคฆเฅ‡ เคฐเคนเฅ‡ เคนเฅˆเค‚ เค‰เคธเฅ‡ เคฎเคฟเคŸเคพ เคฆเคฟเคฏเคพ เค—เคฏเคพ เคนเฅˆเฅค" @@ -13492,7 +13537,7 @@ msgid "What do you want to call your starter pack?" msgstr "เค†เคช เค…เคชเคจเฅ‡ เคธเฅเคŸเคพเคฐเฅเคŸเคฐ เคชเฅˆเค• เค•เฅ‹ เค•เฅเคฏเคพ เคจเคพเคฎ เคฆเฅ‡เคจเคพ เคšเคพเคนเคคเฅ‡ เคนเฅˆเค‚?" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1519 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "เค•เฅเคฏเคพ เคšเคฒ เคฐเคนเคพ เคนเฅˆ?" @@ -13519,7 +13564,7 @@ msgid "Who can verify?" msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "เค‰เฅž!" @@ -13578,7 +13623,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:1437 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13587,12 +13632,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1617 +#: src/view/com/composer/Composer.tsx:1615 msgid "Write post" msgstr "เคชเฅ‹เคธเฅเคŸ เคฒเคฟเค–เฅ‡เค‚" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1517 msgid "Write your reply" msgstr "เค…เคชเคจเคพ เคœเคตเคพเคฌ เคฆเฅ‡เค‚" @@ -13658,7 +13703,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:610 +#: src/components/dms/MessageItem.tsx:699 msgid "You are blocking {0}" msgstr "" @@ -13764,11 +13809,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:220 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:1442 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13803,8 +13848,8 @@ msgstr "" msgid "You can update this later from your settings." msgstr "เค†เคช เค‡เคธเฅ‡ เคฌเคพเคฆ เคฎเฅ‡เค‚ เค…เคชเคจเฅ‡ เคธเฅ‡เคŸเคฟเค‚เค— เคฎเฅ‡เค‚ เคฌเคฆเคฒ เคธเค•เคคเฅ‡ เคนเฅˆเค‚เฅค" -#: src/components/dms/ActionsWrapper.web.tsx:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:115 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13839,7 +13884,7 @@ msgstr "เค†เคชเค•เฅ€ เค•เฅ‹เคˆ เคธเคนเฅ‡เคœเฅ‡ เค—เค เคซเคผเฅ€เคก เคจเคนเฅ€เค‚ msgid "You got here first" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:166 +#: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and canโ€™t join it using this link." msgstr "" @@ -13884,6 +13929,7 @@ msgstr "เค†เคชเคจเฅ‡ เค‡เคธ เค–เคพเคคเฅ‡ เค•เฅ‹ เคฎเฅเคฏเฅ‚เคŸ เค•เคฟเคฏเคพ เคน msgid "You have muted this user" msgstr "เค†เคชเคจเฅ‡ เค‡เคธ เค‰เคชเคฏเฅ‹เค—เค•เคฐเฅเคคเคพ เค•เฅ‹ เคฎเฅเคฏเฅ‚เคŸ เค•เคฟเคฏเคพ เคนเฅˆ" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "เค†เคชเค•เฅ€ เค•เฅ‹เคˆ เคธเฅ‚เคšเคฟเคฏเคพเค เคจเคนเฅ€เค‚ เคนเฅˆเค‚เฅค" @@ -13912,7 +13958,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:1432 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -13970,7 +14016,7 @@ msgstr "" msgid "You may only add up to 3 feeds" msgstr "เค†เคช เค…เคงเคฟเค•เคคเคฎ เค•เฅ‡เคตเคฒ 3 เฅžเฅ€เคก เคœเฅ‹เฅœ เคธเค•เคคเฅ‡ เคนเฅˆเค‚" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." msgstr "" @@ -13983,7 +14029,7 @@ msgid "You must be following at least seven other people to generate a starter p msgstr "เคธเฅเคŸเคพเคฐเฅเคŸเคฐ เคชเฅˆเค• เค‰เคคเฅเคชเคจเฅเคจ เค•เคฐเคจเฅ‡ เค•เฅ‡ เคฒเคฟเค เค†เคชเค•เฅ‹ เค•เคฎ เคธเฅ‡ เค•เคฎ เคธเคพเคค เค…เคจเฅเคฏ เคฒเฅ‹เค—เฅ‹เค‚ เค•เฅ‹ เคซเคผเฅ‰เคฒเฅ‹ เค•เคฐเคจเคพ เคนเฅ‹เค—เคพเฅค" #: src/components/StarterPack/QrCodeDialog.tsx:69 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:89 msgid "You must grant access to your photo library to save a QR code" msgstr "QR เค•เฅ‹เคก เคธเคนเฅ‡เคœเคจเฅ‡ เค•เฅ‡ เคฒเคฟเค เค†เคชเค•เฅ‹ เฅžเฅ‹เคŸเฅ‹ เคฒเคพเค‡เคฌเฅเคฐเฅ‡เคฐเฅ€ เคคเค• เคชเคนเฅเคเคš เคฆเฅ‡เคจเฅ€ เคชเฅœเฅ‡เค—เฅ€เฅค" @@ -14009,12 +14055,12 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:259 +#: src/components/dms/MessageItem.tsx:340 msgid "You reacted {0}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "" @@ -14023,8 +14069,20 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" +#: src/components/dms/MessageItem.tsx:804 +msgid "You replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:802 +msgid "You replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:800 +msgid "You replied to yourself" +msgstr "" + #. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 msgid "You requested to join" msgstr "" @@ -14050,12 +14108,12 @@ msgstr "เค†เคชเค•เฅ‹ เค…เคฌ เค‡เคธ เคฅเฅเคฐเฅ‡เคก เค•เฅ‡ เคฒเคฟเค เค…เคงเคฟเคธ msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "เค†เคชเค•เฅ‹ \"เคฐเฅ€เคธเฅ‡เคŸ เค•เฅ‹เคก\" เค•เฅ‡ เคธเคพเคฅ เคเค• เคˆเคฎเฅ‡เคฒ เคฎเคฟเคฒเฅ‡เค—เคพเฅค เค‰เคธ เค•เฅ‹เคก เค•เฅ‹ เคฏเคนเคพเค เคฆเคฐเฅเคœ เค•เคฐเฅ‡เค‚, เคซเคฟเคฐ เค…เคชเคจเคพ เคจเคฏเคพ เคชเคพเคธเคตเคฐเฅเคก เคฆเคฐเฅเคœ เค•เคฐเฅ‡เค‚เฅค" -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "" #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "" @@ -14127,7 +14185,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:644 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14199,11 +14257,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 "" @@ -14295,11 +14353,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:1139 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1136 msgid "Your posts were sent" msgstr "" @@ -14320,7 +14378,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:1140 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your reply was sent" msgstr "" @@ -14333,7 +14391,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:1467 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 c473680ef1..737b5533ee 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-10 21:06\n" +"PO-Revision-Date: 2026-06-17 12:23\n" "Last-Translator: \n" "Language-Team: Hungarian\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "{interestsDisplayName} kategรณria (aktรญv)" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:867 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" msgstr "(csoportmeghรญvรณ)" -#: src/components/dms/getMessageInfo.ts:73 +#: 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)" @@ -75,7 +79,7 @@ msgstr "{0, plural, one {# feljegyzรฉst} other {# feljegyzรฉst}} helyeztek erre msgid "{0, plural, one {# like} other {# likes}}" msgstr "{0, plural, one {# kedvelรฉs} other {# kedvelรฉs}}" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "{0, plural, other {# tag}}" @@ -97,7 +101,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:269 +#: src/components/dms/MessageItem.tsx:350 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "{0, plural, other {#}} szemรฉly reagรกlt โ€“ {1}" @@ -118,15 +122,15 @@ 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:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "{0, plural, one {# olvasatlan} other {# olvasatlan}}" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "{0, plural, one {#} other {#}} perc" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "{0} kรถvetett" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:703 msgid "{0} is blocking you" msgstr "{0} letiltott Tรฉged" @@ -273,7 +277,7 @@ msgstr "50/{0}" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:345 msgid "{0} reacted {1}" msgstr "{0} {1} emojival reagรกlt" @@ -326,26 +330,24 @@ msgstr "{0} profilkรฉpe" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:143 +#: src/screens/Messages/JoinRequest.tsx:139 msgctxt "group-chat-member-count" msgid "{0}/{1}" msgstr "{1}/{0}" #. 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'. +#. placeholder {0}: joinLinkPreview.memberCount #. placeholder {0}: preview.memberCount +#. placeholder {1}: joinLinkPreview.memberLimit #. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 msgid "{0}/{1} {2, plural, one {member} other {members}}" msgstr "{1}/{0}{2, plural, one {} other {}} szemรฉly" -#. The number of active group chat members out of the total number allowed. -#. placeholder {0}: joinLinkPreview.memberCount -#. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:329 -msgid "{0}/{1} members" -msgstr "{1}/{0} 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 @@ -389,7 +391,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:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "{count, plural, one {#} other {#}} kรฉrelem" @@ -397,33 +399,11 @@ msgstr "{count, plural, one {#} other {#}} kรฉrelem" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "{count, plural, one {# olvasatlan} other {# olvasatlan}}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "{count, plural, one {A megtekintรฉshez frissรญtsd a lapot.} other {A megtekintรฉshez frissรญtsd a lapot.}}" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "Ehhez a bejegyzรฉshez {count, plural, one {#} other {#}} fรฉnykรฉpet csatoltak." - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "{count, plural, one {A megtekintรฉshez frissรญtsd az alkalmazรกst.} other {A megtekintรฉshez frissรญtsd az alkalmazรกst.}}" - #. 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 "Tรถbb, mint {count, plural, one {#} other {#}} csatlakozรกsi kรฉrelem" -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "{count}+" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "Tรถbb, mint {count} kรฉrelem" - #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" msgstr "{date}, {time}" @@ -441,155 +421,155 @@ msgstr "{estimatedTimeHrs, plural, one {# รณra} other {# รณra}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {# perc} other {# perc}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: 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" -#: 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 "{firstAuthorLink} รฉs <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}} tovรกbbi szemรฉly kedvelte az egyรฉni hรญrfolyamodat" -#: 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 "{firstAuthorLink} รฉs <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}} tovรกbbi szemรฉly kedvelte a bejegyzรฉsedet" -#: 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 "{firstAuthorLink} รฉs <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}} tovรกbbi szemรฉly kedvelte a megosztott bejegyzรฉsedet" -#: 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 "{firstAuthorLink} รฉs <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}} tovรกbbi szemรฉly eltรกvolรญtotta a hitelesรญtรฉsรฉt a fiรณkodrรณl" -#: src/view/com/notifications/NotificationFeedItem.tsx:322 +#: src/view/com/notifications/NotificationFeedItem.tsx:328 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "{firstAuthorLink} รฉs <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}} tovรกbbi szemรฉly megosztotta a bejegyzรฉsedet" -#: 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 "{firstAuthorLink} รฉs <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}} tovรกbbi szemรฉly megosztotta a megosztott bejegyzรฉsedet" -#: 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 "{firstAuthorLink} รฉs <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}} tovรกbbi szemรฉly a Te kezdล‘csomagoddal regisztrรกlt" -#: 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 "{firstAuthorLink} รฉs <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}} tovรกbbi szemรฉly hitelesรญtett Tรฉged" -#: src/view/com/notifications/NotificationFeedItem.tsx:367 +#: src/view/com/notifications/NotificationFeedItem.tsx:373 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} mostantรณl kรถvet Tรฉged" -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} kรถlcsรถnรถzte a kรถvetรฉsedet" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} kedvelte az egyรฉni hรญrfolyamodat" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} kedvelte a bejegyzรฉsedet" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:512 msgid "{firstAuthorLink} liked your repost" msgstr "{firstAuthorLink} kedvelte a megosztott bejegyzรฉsedet" -#: src/view/com/notifications/NotificationFeedItem.tsx:479 +#: src/view/com/notifications/NotificationFeedItem.tsx:485 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} eltรกvolรญtotta a hitelesรญtรฉsรฉt a fiรณkodrรณl" -#: src/view/com/notifications/NotificationFeedItem.tsx:334 +#: src/view/com/notifications/NotificationFeedItem.tsx:340 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} megosztotta a bejegyzรฉsedet" -#: src/view/com/notifications/NotificationFeedItem.tsx:530 +#: src/view/com/notifications/NotificationFeedItem.tsx:536 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink} megosztotta a megosztott bejegyzรฉsedet" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:431 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} a Te kezdล‘csomagoddal regisztrรกlt" -#: src/view/com/notifications/NotificationFeedItem.tsx:454 +#: src/view/com/notifications/NotificationFeedItem.tsx:460 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} hitelesรญtett Tรฉged" -#: 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 "{firstAuthorName} รฉs {additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}} tovรกbbi szemรฉly mostantรณl kรถvet Tรฉged" -#: 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 "{firstAuthorName} รฉs {additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}} tovรกbbi szemรฉly kedvelte az egyรฉni hรญrfolyamodat" -#: 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 "{firstAuthorName} รฉs {additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}} tovรกbbi szemรฉly kedvelte a bejegyzรฉsedet" -#: 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 "{firstAuthorName} รฉs {additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}} tovรกbbi szemรฉly kedvelte a megosztott bejegyzรฉsedet" -#: 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 "{firstAuthorName} รฉs {additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}} tovรกbbi szemรฉly eltรกvolรญtotta a hitelesรญtรฉsรฉt a fiรณkodrรณl" -#: src/view/com/notifications/NotificationFeedItem.tsx:315 +#: src/view/com/notifications/NotificationFeedItem.tsx:321 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "{firstAuthorName} รฉs {additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}} tovรกbbi szemรฉly megosztotta a bejegyzรฉsedet" -#: src/view/com/notifications/NotificationFeedItem.tsx:511 +#: src/view/com/notifications/NotificationFeedItem.tsx:517 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "{firstAuthorName} รฉs {additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}} tovรกbbi szemรฉly megosztotta a megosztott bejegyzรฉsedet" -#: 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 "{firstAuthorName} รฉs {additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}} tovรกbbi szemรฉly a Te kezdล‘csomagoddal regisztrรกlt" -#: 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 "{firstAuthorName} รฉs {additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}} tovรกbbi szemรฉly hitelesรญtett Tรฉged" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:359 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} mostantรณl kรถvet Tรฉged" -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} kรถlcsรถnรถzte a kรถvetรฉsedet" -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} kedvelte az egyรฉni hรญrfolyamodat" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} kedvelte a bejegyzรฉsedet" -#: src/view/com/notifications/NotificationFeedItem.tsx:492 +#: src/view/com/notifications/NotificationFeedItem.tsx:498 msgid "{firstAuthorName} liked your repost" msgstr "{firstAuthorName} kedvelte a megosztott bejegyzรฉsedet" -#: src/view/com/notifications/NotificationFeedItem.tsx:465 +#: src/view/com/notifications/NotificationFeedItem.tsx:471 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} eltรกvolรญtotta a hitelesรญtรฉsรฉt a fiรณkodrรณl" -#: src/view/com/notifications/NotificationFeedItem.tsx:320 +#: src/view/com/notifications/NotificationFeedItem.tsx:326 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} megosztotta a bejegyzรฉsedet" -#: src/view/com/notifications/NotificationFeedItem.tsx:516 +#: src/view/com/notifications/NotificationFeedItem.tsx:522 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName} megosztotta a megosztott bejegyzรฉsedet" -#: src/view/com/notifications/NotificationFeedItem.tsx:411 +#: src/view/com/notifications/NotificationFeedItem.tsx:417 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} a Te kezdล‘csomagoddal regisztrรกlt" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} hitelesรญtett Tรฉged" @@ -659,12 +639,12 @@ msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "{minutes, plural, one {# perc} other {# perc}}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "{name} {0} emojival reagรกlt erre: {target}" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "{name}: {message}" @@ -697,6 +677,18 @@ msgstr "{profileName} {timeAgoString} csatlakozott a Blueskyhoz egy kezdล‘csomag msgid "{rank}." msgstr "{rank}." +#: src/components/dms/MessageItem.tsx:813 +msgid "{replierDisplayName} replied" +msgstr "{replierDisplayName} vรกlaszolt" + +#: src/components/dms/MessageItem.tsx:809 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "{replierDisplayName} vรกlaszolt neki: {originalName}" + +#: src/components/dms/MessageItem.tsx:807 +msgid "{replierDisplayName} replied to you" +msgstr "{replierDisplayName} vรกlaszolt Neked" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "A Bluesky nรฉhรกny hรญrfolyamรกt รกbrรกzolรณ illusztrรกciรณ. Az alรกbbi hรญrfolyamok vannak megjelenรญtve: News, Booksky, Game Dev, Blacksky รฉs Fountain Pens" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "(รผres รผzenet)" @@ -873,8 +875,8 @@ msgstr "Hรกlรณzati hiba tรถrtรฉnt. Ellenล‘rizd az internetkapcsolatot" #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 #: src/screens/Messages/JoinRequests.tsx:192 #: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." @@ -955,7 +957,7 @@ msgstr "Javasolt nyelv elfogadรกsa" msgid "Accepted conversations" msgstr "Elfogadott beszรฉlgetรฉsek" -#: src/components/intents/GroupChatJoinDialog.tsx:113 +#: 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." @@ -980,12 +982,12 @@ msgstr "Fiรณk" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "Fiรณk letiltva" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "Fiรณk kรถvetve" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "Ez a fiรณk deaktivรกlรกsra kerรผlt" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "Fiรณk elnรฉmรญtva" @@ -1028,18 +1030,18 @@ msgstr "Fiรณk levรฉve a listรกrรณl" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "Fiรณk tiltรกsa feloldva" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "Fiรณk kรถvetรฉse megszakรญtva" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "Fiรณk nรฉmรญtรกsa feloldva" @@ -1054,12 +1056,13 @@ msgstr "Mรกsokat hitelesรญteni csak a <0><1/> recรฉs pipรกval rendelkezล‘ fi msgid "Activity from others" msgstr "Mรกsok tevรฉkenysรฉgei" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "Felvesz" @@ -1112,11 +1115,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:1520 +#: src/view/com/composer/Composer.tsx:1518 msgid "Add another post" msgstr "Vรกlaszlรกnc folytatรกsa" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2181 msgid "Add another post to thread" msgstr "Vรกlaszlรกnc bล‘vรญtรฉse" @@ -1182,7 +1185,7 @@ msgstr "Elnรฉmรญtott szavak รฉs cรญmkรฉk felvรฉtele" msgid "Add people" msgstr "Szemรฉlyek felvรฉtele" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "Szemรฉlyek felvรฉtele a listรกra" @@ -1214,8 +1217,8 @@ msgstr "Vedd fel az alรกbbi DNS-rekordot a tartomรกnyodhoz:" msgid "Add this feed to your feeds" msgstr "Add hozzรก ezt a hรญrfolyamot a gyลฑjtemรฉnyedhez!" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "Felvรฉtel listรกra" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "Bejegyzรฉs mentรฉse" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "Felvรฉtel kezdล‘csomagba" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "Szemรฉly felvรฉtele a listรกra" @@ -1246,8 +1249,8 @@ msgstr "{0} vette fel a csoportba" msgid "Added by invite link" msgstr "Meghรญvรณval csatlakozott" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "Fiรณk listรกra vรฉve" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "janos@pelda.hu" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "Mind" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "Mind {0, selectordinal, one {az #} other {a #}}" @@ -1521,7 +1524,7 @@ msgid "An error occurred while loading your lists :/" msgstr "A listรกk betรถltรฉse meghiรบsult :/" #: src/components/StarterPack/QrCodeDialog.tsx:81 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:103 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "A QR-kรณd mentรฉse meghiรบsult!" @@ -1589,8 +1592,8 @@ msgstr "A csevegรฉs megnyitรกsa meghiรบsult" #: 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 "Hiba tรถrtรฉnt. Prรณbรกld รบjra." @@ -1643,7 +1646,7 @@ msgstr "Bรกrki" msgid "Anyone can interact" msgstr "Bรกrki kapcsolatba lรฉphet" -#: src/components/intents/GroupChatJoinDialog.tsx:340 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" msgstr "Bรกrki csatlakozhat" @@ -1796,8 +1799,8 @@ msgstr "Biztosan tรถrรถlni akarod ezt a kezdล‘csomagot?" msgid "Are you sure you want to discard your changes?" msgstr "Biztosan el akarod vetni a vรกltoztatรกsokat?" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "Biztosan el akarod hagyni a(z) {groupName} csoportot?" @@ -1814,11 +1817,11 @@ msgid "Are you sure you want to remove this from your feeds?" msgstr "Biztosan el akarod tรกvolรญtani ezt a hรญrfolyamgyลฑjtemรฉnyedbล‘l?" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 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:1656 +#: src/view/com/composer/Composer.tsx:1654 msgid "Are you sure you'd like to discard this post?" msgstr "Biztosan el akarod vetni ezt a bejegyzรฉst?" @@ -1958,10 +1961,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:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2009,8 +2012,8 @@ msgstr "{displayName} letiltรกsa" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "Fiรณk letiltรกsa" @@ -2088,6 +2091,10 @@ 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." @@ -2260,7 +2267,7 @@ msgstr "Gomb a kezdล‘oldali idล‘vonalra ugrรกshoz" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:181 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2274,13 +2281,13 @@ msgstr "szerzล‘: @{0}" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:363 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "Szerzล‘: <0>{0}" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" msgstr "Szerzล‘: <0>{ownerDisplayName}" @@ -2348,10 +2355,10 @@ msgstr "Kamera-hozzรกfรฉrรฉs szรผksรฉges" #: src/screens/Deactivated.tsx:150 #: src/screens/Messages/components/InviteLinkDialog.tsx:500 #: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,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:1734 -#: src/view/com/composer/Composer.tsx:1744 +#: src/view/com/composer/Composer.tsx:1732 +#: src/view/com/composer/Composer.tsx:1742 #: 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 @@ -2380,6 +2387,10 @@ msgstr "Idรฉzรฉs megszakรญtรกsa" msgid "Cancel reactivation and sign out" msgstr "รšjraaktivรกlรกs megszakรญtรกsa รฉs kilรฉpรฉs" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "Vรกlaszolรกs megszakรญtรกsa" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "Keresรฉs megszakรญtรกsa" @@ -2481,7 +2492,7 @@ msgstr "A lรฉtrehozandรณ lista egy mรกsolat a kezdล‘csomag jelenlegi รกllapotรกr #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,7 +2509,7 @@ msgid "Chat ended" msgstr "A csevegรฉs vรฉget รฉrt" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:256 +#: src/components/intents/GroupChatJoinDialog.tsx:269 #: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" msgstr "Ez a meghรญvรณ mรกr nem รฉrvรฉnyes" @@ -2520,12 +2531,12 @@ msgctxt "toast" msgid "Chat muted" msgstr "Csevegรฉs elnรฉmรญtva" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." msgstr "A csevegรฉs nem talรกlhatรณ." -#: src/components/moderation/BlockDialog.tsx:292 +#: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "A csoport tulajdonosa nem hagyhatja el azt." @@ -2544,10 +2555,10 @@ msgstr "Csevegรฉsi kรฉrelmek" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "Csevegรฉsek" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Csevegรฉs nรฉmรญtรกsa feloldva" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "Csevegรฉsek" @@ -2731,7 +2742,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:533 +#: src/components/dms/MessageItem.tsx:622 msgid "Click to retry failed message" msgstr "รœzenetkรผldรฉs megkรญsรฉrlรฉse ismรฉt" @@ -2745,6 +2756,7 @@ msgstr "รœzenetkรผldรฉs megkรญsรฉrlรฉse ismรฉt" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "รœzenetkรผldรฉs megkรญsรฉrlรฉse ismรฉt" #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:233 -#: src/components/intents/GroupChatJoinDialog.tsx:268 +#: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2804,10 +2816,6 @@ msgstr "Figyelmeztetรฉs bezรกrรกsa" msgid "Close banner" msgstr "Reklรกmcsรญk bezรกrรกsa" -#: src/view/com/util/BottomSheetCustomBackdrop.tsx:36 -msgid "Close bottom drawer" -msgstr "Alsรณ kinyรญlรณ menรผ bezรกrรกsa" - #. Accessibility label for the button that dismisses the GIF picker error dialog. #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:223 #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:229 @@ -2822,7 +2830,7 @@ msgstr "Alsรณ kinyรญlรณ menรผ bezรกrรกsa" msgid "Close dialog" msgstr "Pรกrbeszรฉdablak bezรกrรกsa" -#: src/view/shell/index.web.tsx:129 +#: src/view/shell/index.web.tsx:127 msgid "Close drawer menu" msgstr "Oldalsรณ menรผ bezรกrรกsa" @@ -2850,10 +2858,10 @@ msgstr "QR-kรณdolvasรณ bezรกrรกsa" msgid "Close the incoming requests banner" msgstr "A bejรถvล‘ kรฉrelmeket jelzล‘ reklรกmcsรญk bezรกrรกsa" -#: src/components/intents/GroupChatJoinDialog.tsx:226 -#: src/components/intents/GroupChatJoinDialog.tsx:227 -#: src/components/intents/GroupChatJoinDialog.tsx:263 -#: src/components/intents/GroupChatJoinDialog.tsx:264 +#: 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 msgid "Close this dialog" msgstr "Pรกrbeszรฉdablak bezรกrรกsa" @@ -2866,15 +2874,15 @@ 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:1742 +#: src/view/com/composer/Composer.tsx:1740 msgid "Closes post composer and discards post draft" msgstr "A bejegyzรฉsรญrรณ bezรกrรกsa รฉs a piszkozat elvetรฉse" -#: src/view/com/notifications/NotificationFeedItem.tsx:605 +#: src/view/com/notifications/NotificationFeedItem.tsx:611 msgid "Collapse list of users" msgstr "Lista รถsszecsukรกsa" -#: src/view/com/notifications/NotificationFeedItem.tsx:953 +#: src/view/com/notifications/NotificationFeedItem.tsx:959 msgid "Collapses list of users for a given notification" msgstr "Egy รฉrtesรญtรฉs felhasznรกlรณlistรกjรกnak รถsszecsukรกsa" @@ -2920,7 +2928,7 @@ msgid "Compose new post" msgstr "รšj bejegyzรฉs รญrรกsa" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1618 +#: src/view/com/composer/Composer.tsx:1616 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Egy bejegyzรฉs legfeljebb {0, plural, other{#}} karakter hosszรบ lehet" @@ -2928,11 +2936,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:2580 +#: src/view/com/composer/Composer.tsx:2578 msgid "Compressing GIF..." msgstr "GIF tรถmรถrรญtรฉse folyamatbanโ€ฆ" -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing video..." msgstr "Videรณ tรถmรถrรญtรฉse folyamatbanโ€ฆ" @@ -3100,7 +3108,7 @@ msgstr "Kรถvetkezล‘ lรฉpรฉs" msgid "Conversation" msgstr "Beszรฉlgetรฉs" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "Beszรฉlgetรฉs tรถrรถlve" @@ -3127,7 +3135,7 @@ msgid "Copied build version to clipboard" msgstr "Buildszรกm a vรกgรณlapra helyezve" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3154,12 @@ msgstr "Vรกgรณlapra helyezve." msgid "Copies build version to clipboard" msgstr "Buildszรกm mรกsolรกsa a vรกgรณlapra" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" msgstr "A profil hivatkozรกsรกnak mรกsolรกsa a vรกgรณlapra" #: src/components/StarterPack/QrCodeDialog.tsx:198 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:265 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "Mรกsolรกs" @@ -3159,8 +3167,8 @@ msgstr "Mรกsolรกs" msgid "Copy App Password" msgstr "Alkalmazรกsjelszรณ mรกsolรกsa" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "โ€žat://โ€ URI mรกsolรกsa" @@ -3175,8 +3183,8 @@ msgid "Copy code" msgstr "Kรณd mรกsolรกsa" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "DID mรกsolรกsa" @@ -3184,7 +3192,7 @@ msgstr "DID mรกsolรกsa" msgid "Copy host" msgstr "Gazda mรกsolรกsa" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:254 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" msgstr "Meghรญvรณ hivatkozรกsรกnak mรกsolรกsa" @@ -3210,8 +3218,8 @@ msgstr "Lista hivatkozรกsรกnak mรกsolรกsa" msgid "Copy link to post" msgstr "Bejegyzรฉs hivatkozรกsรกnak mรกsolรกsa" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "Profil hivatkozรกsรกnak mรกsolรกsa" @@ -3219,8 +3227,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:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "รœzenet szรถvegรฉnek mรกsolรกsa" @@ -3249,7 +3257,7 @@ msgstr "TXT-rekord รฉrtรฉkรฉnek mรกsolรกsa" msgid "Copyright Policy" msgstr "Jogi irรกnyelvek" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" msgstr "Nem talรกlhatรณ QR-kรณd" @@ -3261,11 +3269,11 @@ msgstr "Megszakadt a kapcsolat az egyรฉni hรญrfolyammal" msgid "Could not connect to feed service" msgstr "Megszakadt a kapcsolat a hรญrfolyam-szolgรกltatรณval" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:120 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" msgstr "A mรกsolรกs meghiรบsult. Prรณbรกld รบjra." -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" msgstr "A letรถltรฉs meghiรบsult. Prรณbรกld รบjra." @@ -3294,7 +3302,7 @@ msgstr "Az ismerล‘seid kรถvetรฉse meghiรบsult. {0}" msgid "Could not leave chat" msgstr "A csevegรฉs elhagyรกsa meghiรบsult" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." msgstr "A csevegรฉs elhagyรกsa meghiรบsult." @@ -3308,7 +3316,7 @@ msgstr "A hรญrfolyam betรถltรฉse meghiรบsult" msgid "Could not load list" msgstr "A lista betรถltรฉse meghiรบsult" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:169 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" msgstr "A profil betรถltรฉse meghiรบsult" @@ -3320,7 +3328,7 @@ msgstr "A csevegรฉs elnรฉmรญtรกsa meghiรบsult" msgid "Could not process your video" msgstr "A videรณ feldolgozรกsa meghiรบsult." -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." msgstr "A tag eltรกvolรญtรกsa meghiรบsult." @@ -3329,7 +3337,7 @@ msgstr "A tag eltรกvolรญtรกsa meghiรบsult." msgid "Could not save changes: {0}" msgstr "A mentรฉs meghiรบsult. Indoklรกs: {0}" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" msgstr "A tovรกbbรญtรกs meghiรบsult. Prรณbรกld รบjra." @@ -3394,12 +3402,12 @@ msgstr "Automatikus lรฉtrehozรกs" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:314 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3457,13 @@ msgstr "Lista lรฉtrehozรกsa a kezdล‘csomag alapjรกn" msgid "Create moderation list" msgstr "Moderรกlรณlista lรฉtrehozรกsa" -#: src/screens/Messages/JoinRequest.tsx:308 +#: 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 "Regisztrรกciรณ" -#: src/screens/Messages/ConversationSettings/index.tsx:553 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "Meghรญvรณ lรฉtrehozรกsa vagy szerkesztรฉse a csoportbeszรฉlgetรฉshez" @@ -3479,7 +3487,7 @@ msgstr "Felhasznรกlรณlista lรฉtrehozรกsa" #. placeholder {0}: i18n.date(createdAt, { dateStyle: 'long', timeStyle: 'short', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) #: src/screens/Messages/components/InviteLinkDialog.tsx:355 -#: src/screens/Messages/ConversationSettings/index.tsx:505 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "Lรฉtrehozรกs dรกtuma: {0}" @@ -3624,7 +3632,7 @@ msgstr "Nรฉvjegyek tรถrlรฉse" msgid "Delete conversation" msgstr "Beszรฉlgetรฉs tรถrlรฉse" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "Tรถrlรฉs helyileg" @@ -3637,7 +3645,7 @@ msgstr "Lista tรถrlรฉse" msgid "Delete message" msgstr "รœzenet tรถrlรฉse" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "รœzenet tรถrlรฉse helyileg" @@ -3647,7 +3655,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:1630 +#: src/view/com/composer/Composer.tsx:1628 msgid "Delete post" msgstr "Bejegyzรฉs tรถrlรฉse" @@ -3689,6 +3697,10 @@ 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 @@ -3794,9 +3806,9 @@ msgstr "Letiltva" #: 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:1411 +#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1661 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3819,14 @@ msgstr "Elvetรฉs" msgid "Discard changes?" msgstr "Vรกltoztatรกsok elvetรฉse" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1409 #: 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:1428 -#: src/view/com/composer/Composer.tsx:1655 +#: src/view/com/composer/Composer.tsx:1426 +#: src/view/com/composer/Composer.tsx:1653 msgid "Discard post?" msgstr "Bejegyzรฉs elvetรฉse" @@ -3852,7 +3864,7 @@ msgstr "Bezรกrรกs" msgid "Dismiss banner" msgstr "Reklรกmcsรญk bezรกrรกsa" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2499 msgid "Dismiss error" msgstr "Hiba bezรกrรกsa" @@ -3949,8 +3961,8 @@ msgstr "Ne aggรณdj! A korรกbbi รผzeneteid รฉs beรกllรญtรกsaid nem vesztek el รฉs #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:146 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3975,7 @@ msgstr "Ne aggรณdj! A korรกbbi รผzeneteid รฉs beรกllรญtรกsaid nem vesztek el รฉs msgid "Done" msgstr "Kรฉsz" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "Kรฉsz" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:520 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." @@ -4087,8 +4093,8 @@ msgstr "ร‰tkezรฉsi zavar" msgid "Edit" msgstr "Szerkesztรฉs" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "Szerkesztรฉs" @@ -4102,8 +4108,8 @@ msgstr "Profilkรฉp szerkesztรฉse" msgid "Edit Feeds" msgstr "Hรญrfolyamok szerkesztรฉse" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "Csoport รกtnevezรฉse" @@ -4141,8 +4147,8 @@ msgstr "Meghรญvรณ beรกllรญtรกsai" msgid "Edit list details" msgstr "Lista szerkesztรฉse" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "ร‰lล‘adรกsos รกllapot szerkesztรฉse" @@ -4155,7 +4161,7 @@ msgstr "Moderรกlรณlista szerkesztรฉse" msgid "Edit My Feeds" msgstr "Hรญrfolyamgyลฑjtemรฉny szerkesztรฉse" -#: src/screens/Messages/ConversationSettings/index.tsx:540 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "รtnevezรฉs" @@ -4184,8 +4190,8 @@ msgstr "Profil szerkesztรฉse" msgid "Edit starter pack" msgstr "Kezdล‘csomag szerkesztรฉse" -#: src/screens/Messages/ConversationSettings/index.tsx:486 -#: src/screens/Messages/ConversationSettings/index.tsx:539 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "A csoport nevรฉnek szerkesztรฉse" @@ -4402,7 +4408,7 @@ msgstr "Teljes kรฉpernyล‘s mรณd" msgid "Entertainment" msgstr "Szรณrakozรกs" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2598 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Hiba" @@ -4481,7 +4487,7 @@ msgstr "Kilรฉpรฉs a teljes kรฉpernyล‘s mรณdbรณl" msgid "Expand alt text" msgstr "Helyettesรญtล‘ szรถveg folytatรกsรกnak megjelenรญtรฉse" -#: src/view/com/notifications/NotificationFeedItem.tsx:606 +#: src/view/com/notifications/NotificationFeedItem.tsx:612 msgid "Expand list of users" msgstr "Lista kibontรกsa" @@ -4596,8 +4602,8 @@ msgstr "A csevegรฉsi kรฉrelem elfogadรกsa meghiรบsult" msgid "Failed to accept join request" msgstr "A csatlakozรกsi kรฉrelem elfogadรกsa meghiรบsult" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "Az emoji-reakciรณ hozzรกfลฑzรฉse meghiรบsult" @@ -4606,6 +4612,10 @@ msgstr "Az emoji-reakciรณ hozzรกfลฑzรฉse meghiรบsult" msgid "Failed to add members" msgstr "A tagfelvรฉtel meghiรบsult" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "A listรกra tรถrtรฉnล‘ felvรฉtel meghiรบsult" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "A kezdล‘csomag bล‘vรญtรฉse meghiรบsult" @@ -4615,7 +4625,7 @@ msgid "Failed to change handle. Please try again." msgstr "A felhasznรกlรณnรฉv megvรกltoztatรกsa meghiรบsult. Prรณbรกld รบjra." #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:129 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "A hivatkozรกs mรกsolรกsa meghiรบsult" @@ -4664,7 +4674,7 @@ msgstr "A meghรญvรณ letiltรกsa meghiรบsult" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "A Germ DM szรฉtkapcsolรกsa meghiรบsult. Hibaรผzenet: {0}" -#: src/screens/Messages/ConversationSettings/index.tsx:374 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "A csoportbeszรฉlgetรฉs รกtnevezรฉse meghiรบsult" @@ -4692,7 +4702,7 @@ msgstr "A javaslat elrejtรฉse meghiรบsult. Ellenล‘rizd az internetkapcsolatot" 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:137 +#: 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." @@ -4700,14 +4710,14 @@ msgstr "A csatlakozรกs meghiรบsult. Prรณbรกld รบjra kรฉsล‘bb." msgid "Failed to launch SMS app" msgstr "Az SMS-alkalmazรกs megnyitรกsa meghiรบsult" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:401 +#: 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 "A csoportbeszรฉlgetรฉs elhagyรกsa meghiรบsult" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "A csevegรฉsek betรถltรฉse meghiรบsult" @@ -4753,15 +4763,20 @@ msgstr "Az ajรกnlott hรญrfolyamok betรถltรฉse meghiรบsult" msgid "Failed to load suggested follows" msgstr "A javasolt szemรฉlyek betรถltรฉse meghiรบsult" -#: src/screens/Messages/ConversationSettings/index.tsx:426 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "A csoportbeszรฉlgetรฉs zรกrolรกsa meghiรบsult" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +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 msgid "Failed to mark all requests as read" msgstr "A kรฉrelmek megjelรถlรฉse olvasottkรฉnt meghiรบsult" -#: src/screens/Messages/ConversationSettings/index.tsx:390 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "A csoportbeszรฉlgetรฉs elnรฉmรญtรกsa meghiรบsult" @@ -4783,12 +4798,16 @@ msgstr "Hรกlรณzati hiba miatt az adatok eltรกvolรญtรกsa meghiรบsult. Ellenล‘rizd msgid "Failed to remove data. {0}" msgstr "Az adatok eltรกvolรญtรกsa meghiรบsult. {0}" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "Az emoji-reakciรณ eltรกvolรญtรกsa meghiรบsult" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:258 +msgid "Failed to remove from list" +msgstr "A listรกrรณl tรถrtรฉnล‘ levรฉtel meghiรบsult" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "A kezdล‘csomagrรณl levรฉtel meghiรบsult" @@ -4802,7 +4821,7 @@ msgstr "A csoporttag eltรกvolรญtรกsa meghiรบsult" msgid "Failed to remove verification" msgstr "A hitelesรญtรฉs eltรกvolรญtรกsa meghiรบsult" -#: src/components/intents/GroupChatJoinDialog.tsx:180 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." msgstr "A kรฉrelem visszavonรกsa meghiรบsult. Prรณbรกld รบjra kรฉsล‘bb." @@ -4811,7 +4830,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:648 +#: src/view/com/composer/Composer.tsx:646 msgid "Failed to save draft" msgstr "A piszkozat mentรฉse meghiรบsult" @@ -4854,7 +4873,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "A beszรฉlgetรฉs nรฉmรญtรกsรกnak be-/kikapcsolรกsa meghiรบsult. Prรณbรกld รบjra." #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:435 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "A csoportbeszรฉlgetรฉs zรกrolรกsรกnak feloldรกsa meghiรบsult" @@ -5116,16 +5135,16 @@ msgstr "Fรณkuszรกlรกs a keresล‘mezล‘re" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 "Kรถvetรฉs" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "{0} kรถvetรฉse" @@ -5149,8 +5168,8 @@ msgstr "Kezdetnek kรถvess 10 szemรฉlyt!" msgid "Follow 7 accounts" msgstr "Kรถvess 7 fiรณkot!" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "Fiรณk kรถvetรฉse" @@ -5173,9 +5192,9 @@ msgstr "ร–sszes fiรณk kรถvetรฉse" #. 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:423 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "Kรถvetรฉs kรถlcsรถnzรฉse" @@ -5211,7 +5230,7 @@ msgstr "<0>{0} รฉs <1>{1} kรถveti" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "<0>{0}, <1>{1} รฉs {2, plural, one {#} other {#}} tovรกbbi szemรฉly kรถveti" -#: src/components/intents/GroupChatJoinDialog.tsx:339 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" msgstr "Csak kรถvetล‘k csatlakozhatnak" @@ -5231,10 +5250,10 @@ msgstr "Ismert kรถvetล‘k" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 "Kรถvetett" @@ -5249,7 +5268,7 @@ msgstr "Kรถvetett" #. 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 "Mostantรณl kรถveted: {0}" @@ -5467,7 +5486,7 @@ msgstr "Rendben" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2603 msgid "GIF uploaded" msgstr "GIF sikeresen feltรถltve" @@ -5526,8 +5545,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "Ugrรกs a kezdล‘oldalra" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "ร‰lล‘ adรกs indรญtรกsa" @@ -5538,8 +5557,8 @@ msgstr "ร‰lล‘ adรกs indรญtรกsa" msgid "Go Live" msgstr "ร‰lล‘ adรกs indรญtรกsa" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "ร‰lล‘ adรกs indรญtรกsa (korlรกtozva)" @@ -5547,7 +5566,7 @@ msgstr "ร‰lล‘ adรกs indรญtรกsa (korlรกtozva)" msgid "Go live for" msgstr "ร‰lล‘ adรกs indรญtรกsa az alรกbbi idล‘intervallumra:" -#: src/view/com/notifications/NotificationFeedItem.tsx:250 +#: src/view/com/notifications/NotificationFeedItem.tsx:256 msgid "Go to {firstAuthorName}'s profile" msgstr "{firstAuthorName} profiljรกnak megnyitรกsa" @@ -5622,9 +5641,9 @@ msgstr "Az erล‘szak lรกtvรกnyos megjelenรญtรฉse" msgid "Grooming or predatory behavior" msgstr "Kiskorรบak kizsรกkmรกnyolรกsa vagy szexuรกlis ragadozรกs" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:321 -#: src/screens/Messages/JoinRequest.tsx:129 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" msgstr "Csoportbeszรฉlgetรฉs" @@ -5632,17 +5651,17 @@ msgstr "Csoportbeszรฉlgetรฉs" msgid "Group chat invite link dialog" msgstr "Csoportmeghรญvรณ-kezelรฉsi pรกrbeszรฉdablak" -#: src/screens/Messages/ConversationSettings/index.tsx:417 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "Csoport zรกrolva" -#: src/screens/Messages/ConversationSettings/index.tsx:382 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "Csoportbeszรฉlgetรฉs elnรฉmรญtva" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "Csoportbeszรฉlgetรฉs รกtnevezve" @@ -5653,12 +5672,12 @@ msgid "Group chat settings" msgstr "Csoportbeszรฉlgetรฉs beรกllรญtรกsai" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "Csoport zรกrolรกsa feloldva" -#: src/screens/Messages/ConversationSettings/index.tsx:385 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "Csoportbeszรฉlgetรฉs nรฉmรญtรกsa feloldva" @@ -5682,12 +5701,12 @@ msgstr "A csoport zรกrolva van" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "Csoportnรฉv" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "A csoportbeszรฉlgetรฉs cรญme tรบl hosszรบ. {MAX_GROUP_NAME_GRAPHEME_LENGTH, plural, other {Korlรกt: # karakter.}}" @@ -5829,7 +5848,7 @@ msgstr "Rejtett lista" msgid "Hide" msgstr "Elrejtรฉs" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "Elrejtรฉs" @@ -5904,7 +5923,7 @@ msgstr "Felkapott tรฉmakรถrรถk elrejtรฉse" msgid "Hide trending videos?" msgstr "Felkapott videรณk elrejtรฉse" -#: src/view/com/notifications/NotificationFeedItem.tsx:951 +#: src/view/com/notifications/NotificationFeedItem.tsx:957 msgid "Hide user list" msgstr "Felhasznรกlรณlista elrejtรฉse" @@ -5960,7 +5979,7 @@ msgstr "Egy pillanat! A videรณfeltรถltรฉs lehetล‘sรฉge mรฉg nem mindenki szรกmรก #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6210,7 +6229,7 @@ msgstr "Alkalmazรกson belรผli, lekรผldรฉses, mindenkitล‘l" 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:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "Nincsenek beรฉrkezล‘ รผzenetek" @@ -6268,7 +6287,7 @@ msgstr "Bejegyzรฉsek mentรฉse (mรกs nรฉven: kรถnyvjelzล‘k)" msgid "Invalid 2FA confirmation code." msgstr "ร‰rvรฉnytelen kรฉtlรฉpcsล‘s azonosรญtรกsi kรณd." -#: src/components/intents/GroupChatJoinDialog.tsx:147 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." msgstr "ร‰rvรฉnytelen meghรญvรณ." @@ -6290,7 +6309,7 @@ msgstr "Ez a telefonszรกm รฉrvรฉnytelen" msgid "Invalid report subject" msgstr "ร‰rvรฉnytelen jelentรฉsi ok" -#: src/components/intents/GroupChatJoinDialog.tsx:187 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." msgstr "ร‰rvรฉnytelen visszavonรกsi kรฉrelem." @@ -6315,15 +6334,15 @@ 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:140 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" 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:155 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "Ismerล‘sรถk meghรญvรกsa" @@ -6336,17 +6355,17 @@ msgstr "Ismerล‘sรถk meghรญvรกsa <0/>" #: src/screens/Messages/components/InviteLinkDialog.tsx:335 #: src/screens/Messages/components/InviteLinkDialog.tsx:514 #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 -#: src/screens/Messages/ConversationSettings/index.tsx:556 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "Meghรญvรณ" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:213 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "Meghรญvรณ" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" msgstr "Meghรญvรณ kimรกsolva" @@ -6410,7 +6429,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:2520 +#: src/view/com/composer/Composer.tsx:2518 msgid "Job ID: {0}" msgstr "รllรกsazonosรญtรณ: {0}" @@ -6420,7 +6439,7 @@ msgid "Jobs" msgstr "Karrier" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:282 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" msgstr "Csatlakozรกs" @@ -6431,12 +6450,12 @@ msgstr "Csatlakozรกs" msgid "Join Bluesky" msgstr "Csatlakozz a Blueskyhoz!" -#: src/components/intents/GroupChatJoinDialog.tsx:71 -#: src/components/intents/GroupChatJoinDialog.tsx:448 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" msgstr "Csatlakozรกs a csoportbeszรฉlgetรฉshez" -#: src/components/intents/GroupChatJoinDialog.tsx:176 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." msgstr "Csatlakozรกsi kรฉrelem visszavonva." @@ -6450,8 +6469,8 @@ msgstr "Csatlakozz hozzรกnk!" msgid "Journalism" msgstr "Sajtรณ" -#: src/view/com/composer/Composer.tsx:1461 -#: src/view/com/composer/Composer.tsx:1471 +#: src/view/com/composer/Composer.tsx:1459 +#: src/view/com/composer/Composer.tsx:1469 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "Szerkesztรฉs folytatรกsa" @@ -6609,7 +6628,7 @@ msgid "Learn more." msgstr "Tovรกbbi informรกciรณ." #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:590 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "Elhagyรกs" @@ -6623,8 +6642,8 @@ msgstr "Elhagyรกs" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "Csevegรฉs elhagyรกsa" @@ -6644,12 +6663,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "Beszรฉlgetรฉs elhagyรกsa" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "Csoportbeszรฉlgetรฉs elhagyรกsa" -#: src/screens/Messages/ConversationSettings/index.tsx:589 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "Csoportbeszรฉlgetรฉs elhagyรกsa" @@ -6658,11 +6677,11 @@ msgstr "Csoportbeszรฉlgetรฉs elhagyรกsa" msgid "Leaving Bluesky" msgstr "A Bluesky elhagyรกsa" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: src/screens/Messages/ConversationSettings/prompts.tsx:153 msgid "Leaving this chat will lock it permanently and you wonโ€™t be able to rejoin." msgstr "Ha elhagyod ezt a csoportbeszรฉlgetรฉst, akkor az zรกrolva marad รฉs nem leszel kรฉpes รบjra csatlakozni." -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." msgstr "Csoportbeszรฉlgetรฉs elhagyva." @@ -6935,9 +6954,9 @@ 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:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "Csevegรฉs betรถltรฉseโ€ฆ" @@ -6954,23 +6973,23 @@ msgstr "Kapcsolatbalรฉpรฉsi beรกllรญtรกsok betรถltรฉseโ€ฆ" msgid "Loading..." msgstr "Betรถltรฉsโ€ฆ" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "Zรกrolรกs" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "Csoportbeszรฉlgetรฉs zรกrolรกsa" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "Csoportbeszรฉlgetรฉs zรกrolรกsa" -#: src/screens/Messages/ConversationSettings/index.tsx:568 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "A csoportbeszรฉlgetรฉs zรกrolรกsa" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "Zรกrolva" @@ -7051,6 +7070,16 @@ msgstr "Elnรฉmรญtott szavak รฉs cรญmkรฉk kezelรฉse" 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 +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 +msgid "Mark all requests as read" +msgstr "ร–sszes kรฉrelem megjelรถlรฉse olvasottkรฉnt" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7089,14 @@ msgstr "Megjelรถlรฉs olvasottkรฉnt" msgid "Marked all as read" msgstr "ร–sszes รผzenet megjelรถlve olvasottkรฉnt" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "Olvasottnak jelรถlve" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "Olvasottnak jelรถlve" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,7 +7120,7 @@ msgstr "A mรฉdiatartalmak egy mรกsik eszkรถzรถn รฉrhetล‘k el" 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." -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." msgstr "Tag eltรกvolรญtva a csoportbeszรฉlgetรฉsbล‘l." @@ -7092,7 +7129,7 @@ msgstr "Tag eltรกvolรญtva a csoportbeszรฉlgetรฉsbล‘l." msgid "Members" msgstr "Tagok" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "A tagok tovรกbbra is kรฉpesek lesznek az รผzenetek elolvasรกsรกra, de รบjakat nem tudnak kรผldeni." @@ -7111,13 +7148,13 @@ msgstr "Emlรญtรฉsek" msgid "Menu" msgstr "Menรผ" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "รœzenet megadรกsa" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 +#: 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" @@ -7132,7 +7169,7 @@ msgstr "รœzenetkรผldรฉs neki: {0}" msgid "Message {displayName}" msgstr "รœzenetkรผldรฉs neki: {displayName}" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "Tรถrรถlt รผzenet" @@ -7141,13 +7178,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "รœzenet tรถrรถlve" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:616 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:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "@{0} รผzenete: {1}" @@ -7156,21 +7193,21 @@ msgstr "@{0} รผzenete: {1}" msgid "Message from server: {0}" msgstr "A kiszolgรกlรณ รผzenete: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "รœzenetbeviteli mezล‘" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 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:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "รœzenetlehetล‘sรฉgek" @@ -7178,11 +7215,11 @@ msgstr "รœzenetlehetล‘sรฉgek" msgid "Messages" msgstr "รœzenetek" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:715 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:621 +#: src/components/dms/MessageItem.tsx:710 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." @@ -7219,8 +7256,8 @@ msgstr "Moderรกlรกsi rรฉszletek" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "Moderรกlรณlista โ€“ Szerzล‘: {0}" @@ -7228,7 +7265,7 @@ msgstr "Moderรกlรณlista โ€“ Szerzล‘: {0}" msgid "Moderation list by <0/>" msgstr "Moderรกlรณlista โ€“ Szerzล‘: <0/>" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "Moderรกlรณlista โ€“ Sajรกt" @@ -7281,8 +7318,8 @@ msgstr "Tovรกbbi nyelvekโ€ฆ" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "Tovรกbbi lehetล‘sรฉgek" @@ -7302,7 +7339,7 @@ msgstr "Filmek" msgid "Music" msgstr "Zene" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "Elnรฉmรญtรกs" @@ -7320,8 +7357,8 @@ msgstr "A(z) {0} cรญmke elnรฉmรญtรกsa" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "Fiรณk elnรฉmรญtรกsa" @@ -7347,7 +7384,7 @@ msgstr "Lista elnรฉmรญtรกsa" msgid "Mute these accounts?" msgstr "Biztosan el akarod nรฉmรญtani az alรกbbi fiรณkokat?" -#: src/screens/Messages/ConversationSettings/index.tsx:530 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "Csoportbeszรฉlgetรฉs elnรฉmรญtรกsa" @@ -7389,7 +7426,7 @@ msgstr "Szavak รฉs cรญmkรฉk elnรฉmรญtรกsa" msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." msgstr "Egy csoportot bรกrmikor elnรฉmรญthatsz vagy elhagyhatsz." -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "Elnรฉmรญtva" @@ -7480,7 +7517,7 @@ 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:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "รšj" @@ -7490,21 +7527,21 @@ msgctxt "action" msgid "New" msgstr "รšj" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: 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รฉ" -#: 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 "{firstAuthorName} รบj {postsCount, plural, one {bejegyzรฉst} other {bejegyzรฉseket}} tett kรถzzรฉ" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "รšj csevegรฉs" @@ -7592,11 +7629,11 @@ msgctxt "action" msgid "New post" msgstr "รšj bejegyzรฉs" -#: 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 "{firstAuthorLink} รฉs <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}} tovรกbbi szemรฉly รบj bejegyzรฉseket tett kรถzzรฉ " -#: 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 "{firstAuthorName} รฉs {additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}} tovรกbbi szemรฉly รบj bejegyzรฉseket tett kรถzzรฉ" @@ -7718,7 +7755,7 @@ msgstr "Mรฉg nincsenek listรกk" #. 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 "Abbahagytad {0} kรถvetรฉsรฉt" @@ -7726,7 +7763,7 @@ msgstr "Abbahagytad {0} kรถvetรฉsรฉt" msgid "No media yet" msgstr "Mรฉg nincsenek mรฉdiatartalmak" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "Mรฉg nincsenek รผzenetek" @@ -7763,7 +7800,7 @@ msgstr "Senkitล‘l" msgid "No one but the author can quote this post." msgstr "Ezt a bejegyzรฉst csak a szerzล‘ idรฉzheti." -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "Jelenleg senki sem kรผldhet รผzeneteket" @@ -7831,6 +7868,11 @@ 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" @@ -7895,7 +7937,7 @@ msgstr "Ez a tartalom nem talรกlhatรณ" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "Mรฉg nem รกllsz kรฉszen a kรถzzรฉtรฉtelre? Gyลฑjtsd รถssze a gondolataidat piszkozatok formรกjรกban รฉs vรกrd meg a tรถkรฉletes pillanatot!" -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "Korlรกtozott lรกthatรณsรกg" @@ -7931,7 +7973,7 @@ msgstr "ร‰rtesรญtรฉsi hangok" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8017,7 @@ msgstr "OK" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:722 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8008,11 +8050,11 @@ 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:864 +#: src/view/com/composer/Composer.tsx:862 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:861 +#: src/view/com/composer/Composer.tsx:859 msgid "One or more images is missing alt text." msgstr "Legalรกbb egy kรฉprล‘l hiรกnyzik a helyettesรญtล‘ szรถveg." @@ -8024,11 +8066,11 @@ msgstr "A kivรกlasztott fรกjlok kรถzรผl legalรกbb egy nem tรกmogatott formรกtum 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:659 +#: src/view/com/composer/Composer.tsx:657 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:871 +#: src/view/com/composer/Composer.tsx:869 msgid "One or more videos is missing alt text." msgstr "Legalรกbb egy videรณrรณl hiรกnyzik a helyettesรญtล‘ szรถveg." @@ -8041,7 +8083,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:234 +#: src/view/com/composer/Composer.tsx:233 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." @@ -8053,7 +8095,7 @@ msgstr "Csatlakozรกsi kรฉrelmeket csak adminisztrรกtorok hagyhatnak jรณvรก." msgid "Only admins can ignore join requests." msgstr "Csatlakozรกsi kรฉrelmeket csak adminisztrรกtorok hagyhatnak figyelmen kรญvรผl." -#: src/components/intents/GroupChatJoinDialog.tsx:145 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." msgstr "Ehhez a csoportbeszรฉlgetรฉshez csak kรถvetล‘k csatlakozhatnak." @@ -8068,12 +8110,12 @@ msgid "Only image files are supported" msgstr "Csak a kรฉpfรกjlok tรกmogatottak" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:222 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." msgstr "Csak a(z) {0} รกltal kรถvetett szemรฉlyek csatlakozhatnak." #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:292 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" msgstr "Csak a csoportbeszรฉlgetรฉs tulajdonosa รกltal kรถvetett szemรฉlyek csatlakozhatnak" @@ -8107,7 +8149,7 @@ msgid "Open camera" msgstr "Kamera megnyitรกsa" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:437 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" msgstr "Csevegรฉs megnyitรกsa" @@ -8115,8 +8157,8 @@ msgstr "Csevegรฉs megnyitรกsa" msgid "Open chat member options for {displayName}" msgstr "{displayName} beรกllรญtรกsainak megtekintรฉse" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "Beszรฉlgetรฉsi beรกllรญtรกsok megnyitรกsa" @@ -8128,9 +8170,9 @@ msgstr "Piszkozat szerkesztรฉse" msgid "Open drawer menu" msgstr "Oldalsรณ menรผ megnyitรกsa" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2158 msgid "Open emoji picker" msgstr "Emojivรกlasztรณ megnyitรกsa" @@ -8151,7 +8193,7 @@ msgstr "Teljes emojilista megnyitรกsa" msgid "Open Germ DM" msgstr "A Germ DM megnyitรกsa" -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" msgstr "Csoportbeszรฉlgetรฉs megnyitรกsa" @@ -8166,11 +8208,11 @@ msgid "Open in Google Translate" msgstr "Megnyitรกs a Google Fordรญtรณban" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "A(z) {niceUrl} hivatkozรกs megnyitรกsa" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "รœzenetlehetล‘sรฉgek megnyitรกsa" @@ -8221,7 +8263,7 @@ msgstr "Mesekรถnyv-oldal megnyitรกsa" msgid "Open system log" msgstr "Rendszernaplรณ megnyitรกsa" -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" msgstr "Csoportbeszรฉlgetรฉs megnyitรกsa" @@ -8275,13 +8317,13 @@ msgstr "A kรฉszรผlรฉk kamerรกjรกnak megnyitรกsa" 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รณ." -#: src/screens/Messages/JoinRequest.tsx:309 +#: 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 "Regisztrรกciรณs varรกzslรณ indรญtรกsa" -#: src/screens/Messages/JoinRequest.tsx:295 +#: 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" @@ -8341,7 +8383,7 @@ msgstr "Bejegyzรฉsรญrรณ felรผlet megnyitรกsa" msgid "Opens this draft in the composer" msgstr "Piszkozat szerkesztรฉse a bejegyzรฉsรญrรณ felรผleten" -#: 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 "Sajรกt profil megnyitรกsa" @@ -8513,6 +8555,16 @@ msgstr "Az ล‘t kรถvetล‘ szemรฉlyek: @{0}" msgid "People I follow" msgstr "Kรถvetett szemรฉlyektล‘l" +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "Kรถvetett szemรฉlyektล‘l" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "Kรถvetett szemรฉlyektล‘l" + #: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "Az รltalad kรถvetett szemรฉlyek kรฉzi jรณvรกhagyรกs nรฉlkรผl csatlakozhatnak" @@ -8813,7 +8865,7 @@ msgstr "Politika" msgid "Porn" msgstr "Pornรณ" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post" msgstr "Kรถzzรฉtรฉtel" @@ -8833,12 +8885,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:1806 +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Post All" msgstr "ร–sszes kรถzzรฉtรฉtele" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1468 msgid "Post anyway" msgstr "Kรถzzรฉtรฉtel mรฉgis" @@ -9015,11 +9067,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:2594 +#: src/view/com/composer/Composer.tsx:2592 msgid "Processing GIF..." msgstr "GIF feldolgozรกsa folyamatbanโ€ฆ" -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing video..." msgstr "Videรณ feldolgozรกsa folyamatbanโ€ฆ" @@ -9031,7 +9083,7 @@ msgstr "Feldolgozรกs folyamatbanโ€ฆ" msgid "profile" msgstr "profil" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9117,22 @@ 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:1792 +#: src/view/com/composer/Composer.tsx:1790 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:1787 +#: src/view/com/composer/Composer.tsx:1785 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:1776 +#: src/view/com/composer/Composer.tsx:1774 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:1781 +#: src/view/com/composer/Composer.tsx:1779 msgid "Publish reply" msgstr "Vรกlasz kรถzzรฉtรฉtele" @@ -9109,7 +9161,7 @@ msgid "QR code has been downloaded!" msgstr "A QR-kรณd letรถltรฉse megtรถrtรฉnt" #: src/components/StarterPack/QrCodeDialog.tsx:122 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "A QR-kรณd fรฉnykรฉpalbumba mentรฉse megtรถrtรฉnt" @@ -9172,8 +9224,8 @@ msgstr "Meghรญvรณ letiltรกsรกnak feloldรกsa" msgid "React with {emoji}" msgstr "Reagรกlรกs a(z) {emoji}-emojival" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "Reakciรณk" @@ -9268,10 +9320,6 @@ msgstr "Javasolt" msgid "Reconnect" msgstr "รšjracsatlakozรกs" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "A megtekintรฉshez frissรญtsd a lapot." - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" @@ -9291,12 +9339,14 @@ 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:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "Beszรฉlgetรฉsek รบjratรถltรฉse" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9355,9 @@ msgstr "Beszรฉlgetรฉsek รบjratรถltรฉse" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "Eltรกvolรญtรกs" @@ -9326,7 +9375,7 @@ msgstr "{displayName} eltรกvolรญtรกsa a kezdล‘csomagbรณl" msgid "Remove {displayName} from this group chat" msgstr "{displayName} eltรกvolรญtรกsa a csoportbeszรฉlgetรฉsbล‘l" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" msgstr "Biztosan el akarod tรกvolรญtani {displayName} felhasznรกlรณt?" @@ -9443,14 +9492,14 @@ msgstr "Eltรกvolรญtรกs a mentett hรญrfolyamok kรถzรผl" msgid "Remove unavailable moderation services" msgstr "Nem elรฉrhetล‘ moderรกlรกsi szolgรกltatรกsok eltรกvolรญtรกsa" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "Szemรฉly levรฉtele a listรกrรณl" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "Hitelesรญtรฉs eltรกvolรญtรกsa" @@ -9466,8 +9515,8 @@ msgstr "Eltรกvolรญtotta a szerzล‘" msgid "Removed by you" msgstr "Eltรกvolรญtottad ezt a tartalmat" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "Szemรฉly levรฉve a listรกrรณl" @@ -9535,6 +9584,14 @@ msgctxt "description" msgid "Replied to you" msgstr "Vรกlasz a bejegyzรฉsedre" +#: src/components/dms/MessageItem.tsx:883 +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 +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 @@ -9552,7 +9609,12 @@ msgstr "Vรกlaszadรกs letiltva" msgid "Replies to this post are disabled." msgstr "A bejegyzรฉs alatti vรกlaszadรกs le van tiltva." -#: src/view/com/composer/Composer.tsx:1804 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "Vรกlasz" + +#: src/view/com/composer/Composer.tsx:1802 msgctxt "action" msgid "Reply" msgstr "Vรกlasz kรถzzรฉtรฉtele" @@ -9590,14 +9652,14 @@ msgstr "Vรกlasz lรกthatรณsรกga frissรญtve" msgid "Reply was successfully hidden" msgstr "Elrejtetted a vรกlaszt" -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:582 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "Jelentรฉs" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "Fiรณk jelentรฉse" @@ -9623,7 +9685,7 @@ msgstr "Hรญrfolyam jelentรฉse" msgid "Report list" msgstr "Lista jelentรฉse" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "รœzenet jelentรฉse" @@ -9657,7 +9719,7 @@ msgstr "Beszรฉlgetรฉs jelentรฉse" msgid "Report this feed" msgstr "Hรญrfolyam jelentรฉse" -#: src/screens/Messages/ConversationSettings/index.tsx:581 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "Csoportbeszรฉlgetรฉs jelentรฉse" @@ -9737,7 +9799,7 @@ msgstr "A bejegyzรฉs megosztรกsai" msgid "Reposts of your reposts" msgstr "Megosztott bejegyzรฉsek megosztรกsa" -#: src/components/intents/GroupChatJoinDialog.tsx:447 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" msgstr "Csatlakozรกsi kรฉrelem kรผldรฉse" @@ -9755,7 +9817,7 @@ msgid "Request ignored." msgstr "Kรฉrelem figyelmen kรญvรผl hagyva." #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:281 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" msgstr "Csatlakozรกsi kรฉrelem" @@ -9764,7 +9826,7 @@ msgid "Requested" msgstr "Kรฉrelem elkรผldve" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "Kรฉrelmek" @@ -9791,9 +9853,9 @@ msgstr "Szรผksรฉges a tรกrhelyszolgรกltatรณhoz" msgid "Required in your region" msgstr "Szรผksรฉges ebben a rรฉgiรณban" -#: src/components/intents/GroupChatJoinDialog.tsx:296 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:310 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:115 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:117 msgid "Rescind request" msgstr "Kรฉrelem visszavonรกsa" @@ -9872,7 +9934,7 @@ 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:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 #: src/screens/Messages/JoinRequests.tsx:361 @@ -9928,7 +9990,7 @@ msgstr "Szomorรบ GIF-ek" #: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10015,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:1451 +#: src/view/com/composer/Composer.tsx:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Vรกltoztatรกsok mentรฉse" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1421 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "Vรกltoztatรกsok mentรฉse" -#: src/view/com/composer/Composer.tsx:1451 +#: src/view/com/composer/Composer.tsx:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "Mentรฉs" -#: src/view/com/composer/Composer.tsx:1425 +#: src/view/com/composer/Composer.tsx:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "Piszkozat mentรฉse" @@ -10022,13 +10084,13 @@ msgid "Saved to your feeds" msgstr "Hรญrfolyam elmentve" #: 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 "Kรถszรถnj!" -#: src/screens/Messages/ChatList.tsx:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "รrj valakinek!" @@ -10058,6 +10120,10 @@ msgstr "Gรถrgetรฉs balra" msgid "Scroll right" msgstr "Gรถrgetรฉs jobbra" +#: src/components/dms/MessageItem.tsx:774 +msgid "Scroll to the message this is replying to" +msgstr "Ugrรกs az รผzenethez, amelyre vรกlaszoltak" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "Vissza a tetejรฉre" @@ -10067,7 +10133,7 @@ msgstr "Vissza a tetejรฉre" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Keresรฉs" @@ -10148,8 +10214,8 @@ msgstr "Keresรฉs a nyelvek kรถzรถtt" msgid "Search my posts" msgstr "Keresรฉs a sajรกt bejegyzรฉsek kรถzรถtt" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "Keresรฉs a bejegyzรฉsek kรถzรถtt" @@ -10425,8 +10491,8 @@ msgstr "Hibajelentรฉs kรผldรฉse" msgid "Send feedback" msgstr "Visszajelzรฉs kรผldรฉse" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "รœzenet kรผldรฉse" @@ -10460,7 +10526,7 @@ 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:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "" @@ -10565,7 +10631,7 @@ msgstr "Szexuรกlis aktusok vagy erotikus meztelensรฉg." msgid "Sexually Suggestive" msgstr "Szexuรกlis tartalom" -#: 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 @@ -10577,7 +10643,7 @@ msgstr "Szexuรกlis tartalom" msgid "Share" msgstr "Tovรกbbรญtรกs" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "Tovรกbbรญtรกs mรฉgis" @@ -10641,8 +10707,8 @@ msgstr "Oszd meg ezt a kezdล‘csomagot, hogy mรกsok is csatlakozhassanak a Bluesk #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "Tovรกbbรญtรกsโ€ฆ" @@ -10796,15 +10862,15 @@ msgstr "Tartalom megjelenรญtรฉse" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:294 -#: src/screens/Messages/JoinRequest.tsx:300 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,7 +10896,7 @@ msgstr "Jelentkezz be vagy regisztrรกlj" msgid "Sign in or create your account to join the conversation!" msgstr "Jelentkezz be vagy regisztrรกlj a csatlakozรกshoz!" -#: src/screens/Messages/JoinRequest.tsx:220 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." msgstr "A meghรญvรณ elfogadรกsรกhoz bejelentkezรฉs szรผksรฉges." @@ -10842,7 +10908,7 @@ msgstr "Bejelentkezรฉs egy mรกsik felhasznรกlรณi fiรณkba" msgid "Sign in to Bluesky or create a new account" msgstr "Jelentkezz be vagy hozz lรฉtre egy Bluesky-fiรณkot." -#: src/screens/Messages/JoinRequest.tsx:219 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." msgstr "A csoportbeszรฉlgetรฉs megtekintรฉsรฉhez bejelentkezรฉs szรผksรฉges." @@ -10900,7 +10966,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:1468 +#: src/view/com/composer/Composer.tsx:1466 msgid "Skip empty posts?" msgstr "รœres bejegyzรฉsek kihagyรกsa" @@ -10971,12 +11037,12 @@ msgid "Someone left the group" msgstr "Valaki elhagyta a csoportot." #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:347 msgid "Someone reacted {0}" msgstr "Valaki {0} emojival reagรกlt" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "Valaki {0} emojival reagรกlt erre: {target}" @@ -10996,10 +11062,6 @@ msgstr "Valakit eltรกvolรญtottak a csoportbรณl" msgid "Someone was removed from the group" msgstr "Valaki el lett tรกvolรญtva a csoportbรณl." -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "Itt egy รบj funkciรณ kapott helyet" - #: 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 "Valami nem stimmel a bekรผldendล‘ adatokkal. Vedd fel a kapcsolatot az รผgyfรฉlszolgรกlattal." @@ -11043,8 +11105,8 @@ msgstr "Valami nem stimmel? Vedd fel velรผnk a kapcsolatot!" msgid "Sorry, we're unable to load account suggestions at this time." msgstr "Sajnรกljuk, de a javasolt fiรณkok betรถltรฉse meghiรบsult." -#: 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 "Sajnรกljuk, de lejรกrt a munkameneted. Jelentkezz be รบjra." @@ -11214,13 +11276,13 @@ msgid "Subscribe" msgstr "Feliratkozรกs" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "" @@ -11255,7 +11317,7 @@ msgstr "Siker" msgid "Success!" msgstr "Siker!" -#: src/components/intents/GroupChatJoinDialog.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" msgstr "Sikeres csatlakozรกs." @@ -11355,7 +11417,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:572 +#: src/components/dms/MessageItem.tsx:661 msgid "Tap for details" msgstr "Rรฉszletek" @@ -11390,7 +11452,7 @@ msgid "Tap to dismiss" msgstr "Koppints ide a bezรกrรกshoz" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:453 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" msgstr "Koppints ide az azonnali csatlakozรกshoz" @@ -11398,34 +11460,34 @@ msgstr "Koppints ide az azonnali csatlakozรกshoz" msgid "Tap to open this group chat" msgstr "Koppints ide a csoportbeszรฉlgetรฉs megnyitรกsรกhoz" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "Koppints ide az eltรกvolรญtรกshoz" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "Koppints ide a(z) โ€ž{0}โ€ reakciรณ eltรกvolรญtรกsรกhoz" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:452 +#: src/components/intents/GroupChatJoinDialog.tsx:468 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:537 +#: src/components/dms/MessageItem.tsx:626 msgid "Tap to retry" msgstr "Koppints ide az รบjraprรณbรกlkozรกshoz" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "Koppints ide a(z) {0} reakciรณ megtekintรฉsรฉhez" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "Koppints ide az รถsszes reakciรณ megtekintรฉsรฉhez" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:373 msgid "Tap to view reactions" msgstr "Koppints ide a reakciรณk megtekintรฉsรฉhez" @@ -11530,7 +11592,7 @@ msgstr "Ez minden!" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "A fiรณk ismรฉt kรฉpes lesz kapcsolatba lรฉpni veled, ha feloldod a letiltรกsรกt." @@ -11596,7 +11658,7 @@ msgstr "รšj bejegyzรฉseknรฉl az alรกbbi beรกllรญtรกsok lesznek az alapรฉrtelmeze msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "A rรฉgiรณdban รฉrvรฉnyes tรถrvรฉnyek szerint bizonyos funkciรณk hasznรกlatรกhoz igazolnod kell a felnล‘ttlรฉtedet. Tovรกbbi informรกciรณรฉrt koppints ide." -#: src/components/intents/GroupChatJoinDialog.tsx:155 +#: src/components/intents/GroupChatJoinDialog.tsx:165 #: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." msgstr "A tagkorlรกt elรฉrve." @@ -11623,7 +11685,7 @@ msgstr "Hibรกt tapasztaltunk a kiszolgรกlรณval. Prรณbรกld รบjra egy pรกr percen msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "A kezdล‘csomag รฉrvรฉnytelen. Ha szeretnรฉd, tรถrรถlheted a listรกrรณl." -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "A helyi menรผhรถz kapcsolรณdรณ szemรฉly" @@ -11667,8 +11729,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "A GIF-ek betรถltรฉse meghiรบsult. Ellenล‘rizd az internetkapcsolatot, majd prรณbรกld รบjra." #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:182 +#: 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 "Hรกlรณzati hiba tรถrtรฉnt. Prรณbรกld รบjra" @@ -11695,7 +11757,7 @@ msgstr "Az รฉrtesรญtรฉsek frissรญtรฉse meghiรบsult. Koppints ide az รบjraprรณbรก msgid "There was an issue fetching posts. Tap here to try again." msgstr "A bejegyzรฉsek lekรฉrรฉse meghiรบsult. Koppints ide az รบjraprรณbรกlkozรกshoz." -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "A lista lekรฉrรฉse meghiรบsult. Koppints ide az รบjraprรณbรกlkozรกshoz." @@ -11735,12 +11797,12 @@ msgstr "A hรญrfolyamok frissรญtรฉse meghiรบsult. Ellenล‘rizd az internetkapcsola #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "Hiba tรถrtรฉnt! {0}" @@ -11780,7 +11842,7 @@ msgstr "Az alรกbbi beรกllรญtรกsok csak a Kรถvetett hรญrfolyamra vonatkoznak." msgid "They own this chat" msgstr "Csoporttulajdonos" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." msgstr "Mรกr nem lesz kรฉpes ismรฉt csatlakozni, hacsak meg nem hรญvod ล‘t." @@ -11830,22 +11892,22 @@ msgstr "Ez a szerzล‘ csak a bejelentkezett felhasznรกlรณk szรกmรกra kรญvรกnja me 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 "Ezzel a gombbal mรกsok megnyithatjรกk a Germ DM-profilodat รผzenetkรผldรฉs cรฉljรกbรณl. Az elรฉrhetล‘sรฉg lรกthatรณsรกga a Germ DM-alkalmazรกsban kezelheล‘. Ha szรฉt kรญvรกnod vรกlasztani a Bluesky- รฉs Germ DM-fiรณkjaidat, azt az alรกbbi gombbal teheted meg." -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "A csevegรฉs vรฉget รฉrt" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:287 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" msgstr "A csoportbeszรฉlgetรฉs megtelt" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "A csevegรฉs zรกrolva van" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:430 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" msgstr "Ezt a csevegรฉst egy adminisztrรกtor zรกrolta" @@ -11883,7 +11945,7 @@ msgstr "Ez a tartalom jelenleg nem elรฉrhetล‘, mert az egyik kapcsolรณdรณ felhas msgid "This content is not viewable without a Bluesky account." msgstr "Ezt a tartalmat bejelentkezรฉs nรฉlkรผl nem tekintheted meg." -#: src/components/intents/GroupChatJoinDialog.tsx:141 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." msgstr "A csoportbeszรฉlgetรฉs zรกrolva van." @@ -11933,7 +11995,7 @@ msgstr "Ez a hรญrfolyam รผres." msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "Ez a hรญrfolyam mรกr nem elรฉrhetล‘. Helyette a <0>Felfedezรฉs hรญrfolyamot jelenรญtjรผk meg." -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" msgstr "Ezt a csevegรฉst a tulajdonos zรกrolta" @@ -11949,11 +12011,11 @@ msgstr "A megadott kรฉp nem hasznรกlhatรณ. Javasolt formรกtumok: JPG รฉs PNG." msgid "This information is private and not shared with other users." msgstr "Ez az informรกciรณ privรกt รฉs nem osztjuk meg mรกs felhasznรกlรณkkal." -#: src/components/intents/GroupChatJoinDialog.tsx:151 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." msgstr "A meghรญvรณt letiltottรกk." -#: src/components/intents/GroupChatJoinDialog.tsx:223 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" msgstr "A meghรญvรณ รฉrvรฉnytelen" @@ -11999,17 +12061,17 @@ msgstr "Ennek az รltalad lรฉtrehozott listรกnak a cรญme vagy leรญrรกsa lehetsรฉ msgid "This list is empty." msgstr "Ez a lista รผres." -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" msgstr "Rejtett รผzenet" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:688 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:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:658 +#: src/components/dms/MessageItem.tsx:684 msgid "This message is hidden because you are blocking this user." msgstr "Az รผzenet el van rejtve, mivel letiltottad a mรกsik felet." @@ -12047,11 +12109,11 @@ 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:1043 +#: src/view/com/composer/Composer.tsx:1041 msgid "This post's author has disabled quote posts." msgstr "A szerzล‘ letiltotta az idรฉzรฉst." -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "Ez a profil csak a bejelentkezett felhasznรกlรณk szรกmรกra lรกthatรณ; a kijelentkezett felhasznรกlรณk szรกmรกra nem." @@ -12244,8 +12306,8 @@ msgstr "A legjobbra รฉrtรฉkelt vรกlaszok elรถl" msgid "Topic" msgstr "Tรฉmakรถr" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12315,7 +12377,7 @@ msgctxt "action" msgid "Try again" msgstr "รšjra" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." msgstr "Prรณbรกld รบjra kรฉsล‘bb." @@ -12337,7 +12399,7 @@ msgstr "Televรญziรณ" msgid "Two-factor authentication (2FA)" msgstr "Kรฉtlรฉpcsล‘s azonosรญtรกs (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "รœzenet megadรกsa" @@ -12403,7 +12465,7 @@ msgstr "Nem elรฉrhetล‘" msgid "Unavailable feed information" msgstr "Nincs elรฉrhetล‘ hรญrfolyam-informรกciรณ" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:726 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12411,14 +12473,14 @@ msgstr "Nincs elรฉrhetล‘ hรญrfolyam-informรกciรณ" #: src/components/moderation/BlockDialog.tsx:211 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "Tiltรกs feloldรกsa" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "Tiltรกs feloldรกsa" @@ -12429,8 +12491,8 @@ msgstr "{displayName} tiltรกsรกnak feloldรกsa" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "Fiรณk tiltรกsรกnak feloldรกsa" @@ -12439,7 +12501,7 @@ msgid "Unblock account?" msgstr "Fiรณk tiltรกsรกnak feloldรกsa" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "Fiรณk tiltรกsรกnak feloldรกsa" @@ -12476,12 +12538,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Megosztรกs visszavonรกsa ({0, plural, one {# megosztรกs} other {# megosztรกs}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "{0} kรถvetรฉsรฉnek megszรผntetรฉse" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "Fiรณk kรถvetรฉsรฉnek megszรผntetรฉse" @@ -12523,11 +12585,11 @@ msgstr "Mรฉgse tetszik" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Kedvelรฉs visszavonรกsa ({0, plural, one {# kedvelรฉs} other {# kedvelรฉs}})" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "Zรกrolรกs feloldรกsa" -#: src/screens/Messages/ConversationSettings/index.tsx:567 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "A csoportbeszรฉlgetรฉs zรกrolรกsรกnak feloldรกsa" @@ -12550,8 +12612,8 @@ msgstr "A(z) {0} nรฉmรญtรกsรกnak feloldรกsa" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "Fiรณk nรฉmรญtรกsรกnak feloldรกsa" @@ -12564,7 +12626,7 @@ msgstr "Beszรฉlgetรฉs nรฉmรญtรกsรกnak feloldรกsa" msgid "Unmute list" msgstr "Lista nรฉmรญtรกsรกnak feloldรกsa" -#: src/screens/Messages/ConversationSettings/index.tsx:529 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "Csoportbeszรฉlgetรฉs nรฉmรญtรกsรกnak feloldรกsa" @@ -12643,7 +12705,7 @@ 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:1557 +#: src/view/com/composer/Composer.tsx:1555 msgid "Unsupported video type: {mimeType}" msgstr "Nem tรกmogatott videรณformรกtum: {mimeType}" @@ -12656,13 +12718,10 @@ msgstr "Akรกr 50 szemรฉly" msgid "Update" msgstr "Frissรญtรฉs" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "<0>{displayName} listatagsรกgรกnak frissรญtรฉse" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" -msgstr "Alkalmazรกs frissรญtรฉse" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" +msgstr "{0} listatagsรกgรกnak szerkesztรฉse" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 #: src/components/dialogs/EmailDialog/screens/Update.tsx:308 @@ -12671,6 +12730,10 @@ msgstr "Alkalmazรกs frissรญtรฉse" msgid "Update email" msgstr "E-mail-cรญm frissรญtรฉse" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "Listatagsรกgok szerkesztรฉse" + #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 #: src/screens/Messages/components/InviteLinkDialog.tsx:303 @@ -12682,14 +12745,6 @@ msgstr "Meghรญvรณ frissรญtรฉse" msgid "Update to {domain}" msgstr "Frissรญtรฉs erre: {domain}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "Frissรญtsd az alkalmazรกst" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "A megtekintรฉshez frissรญtsd az alkalmazรกst." - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "E-mail-cรญm frissรญtรฉse" @@ -12738,7 +12793,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:2587 +#: src/view/com/composer/Composer.tsx:2585 msgid "Uploading GIF..." msgstr "GIF feltรถltรฉse folyamatbanโ€ฆ" @@ -12752,7 +12807,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:2589 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading video..." msgstr "Videรณ feltรถltรฉse folyamatbanโ€ฆ" @@ -12828,7 +12883,7 @@ msgid "User Blocks You" msgstr "Ez a felhasznรกlรณ letiltott Tรฉged" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "Felhasznรกlรณlista โ€“ Szerzล‘: {0}" @@ -12837,7 +12892,7 @@ msgstr "Felhasznรกlรณlista โ€“ Szerzล‘: {0}" msgid "User List by {0}" msgstr "Felhasznรกlรณlista โ€“ Szerzล‘: {0}" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "Felhasznรกlรณlista โ€“ Sajรกt" @@ -12877,16 +12932,6 @@ msgstr "a(z) <0>@{0} รกltal kรถvetett felhasznรกlรณk" msgid "users following <0>@{0}" msgstr "a(z) <0>@{0} szemรฉlyt kรถvetett felhasznรกlรณk" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "Csak a kรถvetett szemรฉlyektล‘l" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "Csak a kรถvetett szemรฉlyektล‘l" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "ร‰rtรฉk:" @@ -12914,8 +12959,8 @@ msgstr "Hitelesรญtล‘:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "Fiรณk hitelesรญtรฉse" @@ -13041,7 +13086,7 @@ msgstr "A videรณ nem talรกlhatรณ." msgid "Video settings" msgstr "Videรณbeรกllรญtรกsok" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2605 msgid "Video uploaded" msgstr "A videรณ feltรถltรฉse sikeresen befejezล‘dรถtt" @@ -13058,14 +13103,14 @@ msgstr "Videรณk" 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:1150 +#: src/view/com/composer/Composer.tsx:1148 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Megtekintรฉs" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "A(z) {0} megtekintรฉse" @@ -13080,7 +13125,7 @@ msgstr "{0} profilkรฉpรฉnek megtekintรฉse" #: 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 "{0} profiljรกnak megtekintรฉse" @@ -13094,7 +13139,7 @@ msgstr "{0} profiljรกnak megtekintรฉse" msgid "View {displayName}โ€™s profile" msgstr "{displayName} profiljรกnak megtekintรฉse" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "A(z) {publicationTitle} megtekintรฉse" @@ -13147,7 +13192,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:1145 +#: src/view/com/composer/Composer.tsx:1143 msgid "View post" msgstr "Bejegyzรฉs megtekintรฉse" @@ -13164,10 +13209,10 @@ msgstr "Profil megtekintรฉse" msgid "View profile banner" msgstr "Borรญtรณkรฉp megtekintรฉse" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "Kiadvรกny megtekintรฉse" @@ -13175,7 +13220,7 @@ msgstr "Kiadvรกny megtekintรฉse" msgid "View the avatar" msgstr "Profilkรฉp megtekintรฉse" -#: src/screens/Messages/ConversationSettings/index.tsx:554 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "A csoportbeszรฉlgetรฉsek meghรญvรณjรกnak megtekintรฉse" @@ -13443,7 +13488,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:1041 +#: src/view/com/composer/Composer.tsx:1039 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." @@ -13494,7 +13539,7 @@ msgid "What do you want to call your starter pack?" msgstr "Milyen cรญmet adnรกl a kezdล‘csomagodnak?" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1519 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Mi a helyzet?" @@ -13521,7 +13566,7 @@ msgid "Who can verify?" msgstr "Ki hitelesรญthet?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "Hoppรก!" @@ -13580,7 +13625,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:1439 +#: src/view/com/composer/Composer.tsx:1437 msgid "Would you like to save this as a draft to edit later?" msgstr "Szeretnรฉd piszkozatkรฉnt menteni ezt a bejegyzรฉst?" @@ -13589,12 +13634,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:1617 +#: src/view/com/composer/Composer.tsx:1615 msgid "Write post" msgstr "Bejegyzรฉs รญrรกsa" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1517 msgid "Write your reply" msgstr "Vรกlasz รญrรกsa" @@ -13660,7 +13705,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:610 +#: src/components/dms/MessageItem.tsx:699 msgid "You are blocking {0}" msgstr "{0} le van tiltva" @@ -13766,11 +13811,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:221 +#: src/view/com/composer/Composer.tsx:220 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:1444 +#: src/view/com/composer/Composer.tsx:1442 msgid "You can only save drafts up to 1000 characters." msgstr "Egy piszkozat legfeljebb 1000 karakter hosszรบ lehet." @@ -13805,8 +13850,8 @@ msgstr "Egy bejegyzรฉshez {MAX_GALLERY_IMAGES, plural, other {# kรฉp}} csatolhat 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:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:115 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" @@ -13841,7 +13886,7 @@ msgstr "Egy hรญrfolyamot se mentettรฉl el." msgid "You got here first" msgstr "Te vagy az elsล‘!" -#: src/components/intents/GroupChatJoinDialog.tsx:166 +#: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and canโ€™t join it using this link." msgstr "Korรกbban eltรกvolรญtottak a csoportbeszรฉlgetรฉsbล‘l, รญgy ezzel a hivatkozรกssal mรกr nem csatlakozhatsz." @@ -13886,6 +13931,7 @@ msgstr "Elnรฉmรญtottad ezt a fiรณkot." msgid "You have muted this user" msgstr "Elnรฉmรญtottad ezt a felhasznรกlรณt" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "Mรฉg nincsenek listรกid." @@ -13914,7 +13960,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:1434 +#: src/view/com/composer/Composer.tsx:1432 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "A piszkozat tartalma megvรกltozott. Szeretnรฉd menteni?" @@ -13972,7 +14018,7 @@ msgstr "A csomag legfeljebb {STARTER_PACK_MAX_SIZE, plural, other {{STARTER_PACK msgid "You may only add up to 3 feeds" msgstr "Legfeljebb 3 hรญrfolyamot jelรถlhetsz ki." -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." msgstr "Tagokat csak a csoport tulajdonosa tรกvolรญthat el." @@ -13985,7 +14031,7 @@ msgid "You must be following at least seven other people to generate a starter p msgstr "Egy kezdล‘csomag lรฉtrehozรกsรกhoz legalรกbb hรฉt kรผlรถnbรถzล‘ szemรฉlyt kรถvetned kell." #: src/components/StarterPack/QrCodeDialog.tsx:69 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:89 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" @@ -14011,12 +14057,12 @@ 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:259 +#: src/components/dms/MessageItem.tsx:340 msgid "You reacted {0}" msgstr "{0} emojival reagรกltรกl" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "{0} emojival reagรกltรกl erre: {target}" @@ -14025,8 +14071,20 @@ 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 +msgid "You replied" +msgstr "Vรกlaszoltรกl" + +#: src/components/dms/MessageItem.tsx:802 +msgid "You replied to {originalName}" +msgstr "Vรกlaszoltรกl neki: {originalName}" + +#: src/components/dms/MessageItem.tsx:800 +msgid "You replied to yourself" +msgstr "Vรกlaszoltรกl magadnak" + #. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 msgid "You requested to join" msgstr "Csatlakozรกsi kรฉrelem elkรผldve" @@ -14052,12 +14110,12 @@ msgstr "Mostantรณl fogsz รฉrtesรญtรฉseket kapni errล‘l a vรกlaszlรกncrรณl" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "Kapni fogsz egy โ€žhelyreรกllรญtรกsi kรณdotโ€ tartalmazรณ e-mailt. Ezt a kรณdot itt kell megadnod a jelszรณ megvรกltoztatรกsรกhoz." -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "A jรถvล‘ben kรฉptelen leszel ismรฉt csatlakozni, hacsak meg nem hรญvnak." #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "ร‰n: {message}" @@ -14129,7 +14187,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:646 +#: src/view/com/composer/Composer.tsx:644 msgid "You've reached the maximum number of drafts" msgstr "A piszkozattรกr megtelt." @@ -14201,11 +14259,11 @@ msgstr "Megfosztottak a csevegรฉsi jogosultsรกgodtรณl" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "Ez a vรกlasztรกs tartรณs, de a jรถvล‘ben bรกrmikor megvรกltoztathatod az alkalmazรกs beรกllรญtรกsaiban." -#: src/view/com/notifications/NotificationFeedItem.tsx:374 +#: src/view/com/notifications/NotificationFeedItem.tsx:380 msgid "Your contact {firstAuthorLink} is on Bluesky" msgstr "Megtalรกltuk egy ismerล‘sรถdet a Blueskyon: {firstAuthorLink}" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:378 msgid "Your contact {firstAuthorName} is on Bluesky" msgstr "Megtalรกltuk egy ismerล‘sรถdet a Blueskyon: {firstAuthorName}" @@ -14297,11 +14355,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:1141 +#: src/view/com/composer/Composer.tsx:1139 msgid "Your post was sent" msgstr "Bejegyzรฉs elkรผldve" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1136 msgid "Your posts were sent" msgstr "Bejegyzรฉsek elkรผldve" @@ -14322,7 +14380,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:1140 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your reply was sent" msgstr "Vรกlasz elkรผldve" @@ -14335,7 +14393,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:1469 +#: src/view/com/composer/Composer.tsx:1467 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 f0b64bf3f1..52fb2846b0 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-10 21:06\n" +"PO-Revision-Date: 2026-06-17 12:23\n" "Last-Translator: \n" "Language-Team: Interlingua\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" @@ -23,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:867 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" msgstr "" -#: src/components/dms/getMessageInfo.ts:73 +#: 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)" @@ -75,7 +79,7 @@ msgstr "{0, plural, one {# etiquetta} other {# etiquettas}} ha essite applicate msgid "{0, plural, one {# like} other {# likes}}" msgstr "{0, plural, one {# appreciation} other {# appreciationes}}" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "" @@ -97,7 +101,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:269 +#: src/components/dms/MessageItem.tsx:350 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "" @@ -118,15 +122,15 @@ msgstr "{0, plural, one {# secunda} other {# secundas}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: 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}}" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:703 msgid "{0} is blocking you" msgstr "" @@ -273,7 +277,7 @@ msgstr "{0} de 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:345 msgid "{0} reacted {1}" msgstr "{0} ha reagite con {1}" @@ -326,24 +330,22 @@ msgstr "Avatar de {0}" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:143 +#: src/screens/Messages/JoinRequest.tsx:139 msgctxt "group-chat-member-count" msgid "{0}/{1}" msgstr "" #. The number of members in a group chat, in the format '{members}/{total} members'. -#. placeholder {0}: preview.memberCount -#. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 -msgid "{0}/{1} {2, plural, one {member} other {members}}" -msgstr "" - -#. The number of active group chat members out of the total number allowed. +#. The number of members in a group chat, in the format '{members}/{total} members'. #. placeholder {0}: joinLinkPreview.memberCount +#. placeholder {0}: preview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:329 -msgid "{0}/{1} members" +#. placeholder {1}: preview.memberLimit +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 +msgid "{0}/{1} {2, plural, one {member} other {members}}" msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. @@ -389,7 +391,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -397,33 +399,11 @@ msgstr "" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "{count, plural, one {# elemento non legite} other {# elementos non legite}}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "" - #. 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 "" -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "" - #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" msgstr "" @@ -441,155 +421,155 @@ msgstr "{estimatedTimeHrs, plural, one {hora} other {horas}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minuta} other {minutas}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: 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" -#: 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 "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}} ha appreciate tu canal personalisate" -#: 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 "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}} ha appreciate tu message" -#: 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 "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}} ha appreciate tu republication" -#: 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 "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}} ha removite lor verificationes de tu conto" -#: 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 "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}} ha republicate tu publication" -#: 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 "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}} ha republicate tu republication" -#: 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 "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}} se ha inscribite con tu pacchetto de initio" -#: 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 "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}} ha verificate tu conto" -#: src/view/com/notifications/NotificationFeedItem.tsx:367 +#: src/view/com/notifications/NotificationFeedItem.tsx:373 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} te ha sequite" -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} te seque in retorno" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} ha appreciate tu canal personalisate" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} ha appreciate tu publication" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:512 msgid "{firstAuthorLink} liked your repost" msgstr "{firstAuthorLink} ha appreciate tu republication" -#: src/view/com/notifications/NotificationFeedItem.tsx:479 +#: src/view/com/notifications/NotificationFeedItem.tsx:485 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} ha removite su verification de tu conto" -#: src/view/com/notifications/NotificationFeedItem.tsx:334 +#: src/view/com/notifications/NotificationFeedItem.tsx:340 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} ha republicate tu publication" -#: src/view/com/notifications/NotificationFeedItem.tsx:530 +#: src/view/com/notifications/NotificationFeedItem.tsx:536 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink} ha republicate tu republication" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:431 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} se ha inscribite con tu pacchetto de initio" -#: src/view/com/notifications/NotificationFeedItem.tsx:454 +#: src/view/com/notifications/NotificationFeedItem.tsx:460 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} ha verificate tu conto" -#: 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 "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}} te seque" -#: 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 "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}} ha appreciate tu canal personalisate" -#: 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 "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}} ha appreciate tu publication" -#: 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 "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}} ha appreciate tu republication" -#: 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 "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}} ha removite lor verificationes de tu conto" -#: 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 "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}} ha republicate tu publication" -#: 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 "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}} ha republicate tu republication" -#: 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 "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}} se ha inscribite con tu pacchetto de initio" -#: 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 "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}} ha verificate tu conto" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:359 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} te seque" -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} te seque in retorno" -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} ha appreciate tu canal personalisate" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} ha appreciate tu publication" -#: src/view/com/notifications/NotificationFeedItem.tsx:492 +#: src/view/com/notifications/NotificationFeedItem.tsx:498 msgid "{firstAuthorName} liked your repost" msgstr "{firstAuthorName} ha appreciate tu republication" -#: src/view/com/notifications/NotificationFeedItem.tsx:465 +#: src/view/com/notifications/NotificationFeedItem.tsx:471 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} ha removite su verification de tu conto" -#: src/view/com/notifications/NotificationFeedItem.tsx:320 +#: src/view/com/notifications/NotificationFeedItem.tsx:326 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} ha republicate tu publication" -#: src/view/com/notifications/NotificationFeedItem.tsx:516 +#: src/view/com/notifications/NotificationFeedItem.tsx:522 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName} ha republicate tu republication" -#: src/view/com/notifications/NotificationFeedItem.tsx:411 +#: src/view/com/notifications/NotificationFeedItem.tsx:417 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} se ha inscribite con tu pacchetto de initio" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} ha verificate tu conto" @@ -659,12 +639,12 @@ msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "{minutes, plural, one {# minuta} other {# minutas}}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "" @@ -697,6 +677,18 @@ msgstr "" msgid "{rank}." msgstr "{rank}." +#: src/components/dms/MessageItem.tsx:813 +msgid "{replierDisplayName} replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:809 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:807 +msgid "{replierDisplayName} replied to you" +msgstr "" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "un message" @@ -873,8 +875,8 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 #: src/screens/Messages/JoinRequests.tsx:192 #: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." @@ -955,7 +957,7 @@ msgstr "" msgid "Accepted conversations" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:113 +#: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -980,12 +982,12 @@ msgstr "Conto" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "Conto blocate" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "Conto sequite" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "Conto silentiate" @@ -1028,18 +1030,18 @@ msgstr "Conto removite del accesso rapide" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "Conto disblocate" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "Conto non plus sequite" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "Conto dissilentiate" @@ -1054,12 +1056,13 @@ msgstr "Contos con un marca de verification blau festonate <0><1/> pote veri msgid "Activity from others" msgstr "Activitates de alteres" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "Adder" @@ -1112,11 +1115,11 @@ msgstr "Adder texto alternative (optional)" msgid "Add another account" msgstr "Adder altere conto" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1518 msgid "Add another post" msgstr "Adder un altere publication" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2181 msgid "Add another post to thread" msgstr "" @@ -1182,7 +1185,7 @@ msgstr "Adder parolas e etiquettas silentiate" msgid "Add people" msgstr "Adder personas" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "Adder personas al lista" @@ -1214,8 +1217,8 @@ msgstr "Adde le sequente registro DNS a tu dominio:" msgid "Add this feed to your feeds" msgstr "Adde iste canal a tu canales" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "Adder al listas" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "Adder usator al lista" @@ -1246,8 +1249,8 @@ msgstr "" msgid "Added by invite link" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "Addite al lista" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "alice@exemplo.com" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "Toto" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "" @@ -1521,7 +1524,7 @@ msgid "An error occurred while loading your lists :/" msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:81 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:103 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "Un error ha occurrite durante le salvamento del codice QR!" @@ -1589,8 +1592,8 @@ msgstr "Un problema ha occurrite durante le tentativa de aperir le chat" #: 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 "Un problema ha occurrite, per favor tenta lo de novo." @@ -1643,7 +1646,7 @@ msgstr "" msgid "Anyone can interact" msgstr "Quicunque pote interager" -#: src/components/intents/GroupChatJoinDialog.tsx:340 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" msgstr "" @@ -1796,8 +1799,8 @@ msgstr "Es tu secur de voler deler iste pacchetto de initio?" msgid "Are you sure you want to discard your changes?" msgstr "Es tu secur de voler discartar tu cambiamentos?" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "" @@ -1814,11 +1817,11 @@ msgid "Are you sure you want to remove this from your feeds?" msgstr "Es tu secur de voler remover isto de tu canales?" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 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:1654 msgid "Are you sure you'd like to discard this post?" msgstr "Es tu secur de voler discartar iste publication?" @@ -1958,10 +1961,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:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2009,8 +2012,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "Blocar conto" @@ -2088,6 +2091,10 @@ 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." @@ -2260,7 +2267,7 @@ msgstr "" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:181 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2274,13 +2281,13 @@ msgstr "" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:363 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "Per <0>{0}" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" msgstr "" @@ -2348,10 +2355,10 @@ msgstr "" #: src/screens/Deactivated.tsx:150 #: src/screens/Messages/components/InviteLinkDialog.tsx:500 #: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,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:1732 +#: src/view/com/composer/Composer.tsx:1742 #: 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 @@ -2380,6 +2387,10 @@ msgstr "Cancellar citation" msgid "Cancel reactivation and sign out" msgstr "Cancellar le reactivation e clauder session" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "Cancellar cerca" @@ -2481,7 +2492,7 @@ msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,7 +2509,7 @@ msgid "Chat ended" msgstr "" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:256 +#: src/components/intents/GroupChatJoinDialog.tsx:269 #: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" msgstr "" @@ -2520,12 +2531,12 @@ msgctxt "toast" msgid "Chat muted" msgstr "Chat silentiate" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." msgstr "" -#: src/components/moderation/BlockDialog.tsx:292 +#: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2544,10 +2555,10 @@ msgstr "Requestas de chat" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "Configurationes de Chat" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Chat dissilentiate" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "Chats" @@ -2731,7 +2742,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:533 +#: src/components/dms/MessageItem.tsx:622 msgid "Click to retry failed message" msgstr "Clicca pro tentar inviar le message de novo" @@ -2745,6 +2756,7 @@ msgstr "Clicca pro tentar inviar le message de novo" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "Clicca pro tentar inviar le message de novo" #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:233 -#: src/components/intents/GroupChatJoinDialog.tsx:268 +#: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2804,10 +2816,6 @@ msgstr "Clauder alerta" msgid "Close banner" msgstr "" -#: src/view/com/util/BottomSheetCustomBackdrop.tsx:36 -msgid "Close bottom drawer" -msgstr "Clauder le tiratorio inferior" - #. Accessibility label for the button that dismisses the GIF picker error dialog. #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:223 #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:229 @@ -2822,7 +2830,7 @@ msgstr "Clauder le tiratorio inferior" msgid "Close dialog" msgstr "Clauder quadro de dialogo" -#: src/view/shell/index.web.tsx:129 +#: src/view/shell/index.web.tsx:127 msgid "Close drawer menu" msgstr "Clauder le menu lateral" @@ -2850,10 +2858,10 @@ msgstr "" msgid "Close the incoming requests banner" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:226 -#: src/components/intents/GroupChatJoinDialog.tsx:227 -#: src/components/intents/GroupChatJoinDialog.tsx:263 -#: src/components/intents/GroupChatJoinDialog.tsx:264 +#: 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 msgid "Close this dialog" msgstr "Clauder iste quadro de dialogo" @@ -2866,15 +2874,15 @@ msgstr "" msgid "Closes password update alert" msgstr "Claude le alerta de actualisation de contrasigno" -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1740 msgid "Closes post composer and discards post draft" msgstr "Claude le fenestra de redaction e discarta le minuta del publication" -#: src/view/com/notifications/NotificationFeedItem.tsx:605 +#: src/view/com/notifications/NotificationFeedItem.tsx:611 msgid "Collapse list of users" msgstr "Collaber lista de usatores" -#: src/view/com/notifications/NotificationFeedItem.tsx:953 +#: src/view/com/notifications/NotificationFeedItem.tsx:959 msgid "Collapses list of users for a given notification" msgstr "Contrahe le lista de usatores pro un notification date" @@ -2920,7 +2928,7 @@ msgid "Compose new post" msgstr "Scriber un nove publication" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1618 +#: src/view/com/composer/Composer.tsx:1616 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Redige publicationes de usque a {0, plural, other {# characteres}}" @@ -2928,11 +2936,11 @@ msgstr "Redige publicationes de usque a {0, plural, other {# characteres}}" msgid "Compose reply" msgstr "Scriber un responsa" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2578 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing video..." msgstr "Compression del video in curso..." @@ -3100,7 +3108,7 @@ msgstr "Continuar al proxime passo" msgid "Conversation" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "Conversation delite" @@ -3127,7 +3135,7 @@ msgid "Copied build version to clipboard" msgstr "Version de compilation copiate al area de transferentia" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3154,12 @@ msgstr "Copiate!" msgid "Copies build version to clipboard" msgstr "Copia le version del compilation al area de transferentia" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:198 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:265 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "Copiar" @@ -3159,8 +3167,8 @@ msgstr "Copiar" msgid "Copy App Password" msgstr "Copiar contrasigno de application" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "Copiar URI at://" @@ -3175,8 +3183,8 @@ msgid "Copy code" msgstr "Copiar codice" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "Copiar DID" @@ -3184,7 +3192,7 @@ msgstr "Copiar DID" msgid "Copy host" msgstr "Copiar servitor" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:254 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" msgstr "" @@ -3210,8 +3218,8 @@ msgstr "Copiar ligamine al lista" msgid "Copy link to post" msgstr "Copiar ligamine al publication" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "Copiar ligamine al profilo" @@ -3219,8 +3227,8 @@ msgstr "Copiar ligamine al profilo" msgid "Copy link to starter pack" msgstr "Copiar ligamine al pacchetto de initio" -#: src/components/dms/MessageContextMenu.tsx:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "Copiar message de texto" @@ -3249,7 +3257,7 @@ msgstr "Copiar le valor del registro TXT" msgid "Copyright Policy" msgstr "Politica de derectos de autor" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" msgstr "" @@ -3261,11 +3269,11 @@ msgstr "Non ha essite possibile connecter al canal personalisate" msgid "Could not connect to feed service" msgstr "Non ha essite possibile connecter al servicio de canal" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:120 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" msgstr "" @@ -3294,7 +3302,7 @@ msgstr "" msgid "Could not leave chat" msgstr "Non ha essite possibile partir del chat" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." msgstr "" @@ -3308,7 +3316,7 @@ msgstr "Non ha essite possibile cargar le canal" msgid "Could not load list" msgstr "Non ha essite possibile cargar le lista" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:169 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" msgstr "" @@ -3320,7 +3328,7 @@ msgstr "Non ha essite possibile silentiar le chat" msgid "Could not process your video" msgstr "Non ha essite possibile processar tu video" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." msgstr "" @@ -3329,7 +3337,7 @@ msgstr "" msgid "Could not save changes: {0}" msgstr "Non ha essite possibile salvar le cambiamentos: {0}" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" msgstr "" @@ -3394,12 +3402,12 @@ msgstr "Crea un pacchetto de initio pro me" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:314 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3457,13 @@ msgstr "" msgid "Create moderation list" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:308 +#: 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 "Crear nove conto" -#: src/screens/Messages/ConversationSettings/index.tsx:553 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "" @@ -3479,7 +3487,7 @@ msgstr "" #. placeholder {0}: i18n.date(createdAt, { dateStyle: 'long', timeStyle: 'short', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) #: src/screens/Messages/components/InviteLinkDialog.tsx:355 -#: src/screens/Messages/ConversationSettings/index.tsx:505 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "Create {0}" @@ -3624,7 +3632,7 @@ msgstr "" msgid "Delete conversation" msgstr "Deler conversation" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "Deler pro me" @@ -3637,7 +3645,7 @@ msgstr "Deler lista" msgid "Delete message" msgstr "Deler message" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "Deler message pro me" @@ -3647,7 +3655,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:1630 +#: src/view/com/composer/Composer.tsx:1628 msgid "Delete post" msgstr "Deler publication" @@ -3689,6 +3697,10 @@ 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 @@ -3794,9 +3806,9 @@ msgstr "Disactivate" #: 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:1411 +#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1661 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3819,14 @@ msgstr "Discartar" msgid "Discard changes?" msgstr "Discartar cambiamentos?" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1409 #: 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:1428 -#: src/view/com/composer/Composer.tsx:1655 +#: src/view/com/composer/Composer.tsx:1426 +#: src/view/com/composer/Composer.tsx:1653 msgid "Discard post?" msgstr "Discartar publication?" @@ -3852,7 +3864,7 @@ msgstr "Clauder" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2499 msgid "Dismiss error" msgstr "Clauder error" @@ -3949,8 +3961,8 @@ msgstr "" #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:146 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3975,7 @@ msgstr "" msgid "Done" msgstr "Preste" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "Preste" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:520 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" @@ -4087,8 +4093,8 @@ msgstr "" msgid "Edit" msgstr "Modificar" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "Modificar" @@ -4102,8 +4108,8 @@ msgstr "Modificar avatar" msgid "Edit Feeds" msgstr "Modificar canales" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "" @@ -4141,8 +4147,8 @@ msgstr "" msgid "Edit list details" msgstr "Modificar le detalios del lista" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "Modificar stato in directo" @@ -4155,7 +4161,7 @@ msgstr "" msgid "Edit My Feeds" msgstr "Modificar mi canales" -#: src/screens/Messages/ConversationSettings/index.tsx:540 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "" @@ -4184,8 +4190,8 @@ msgstr "Modificar profilo" msgid "Edit starter pack" msgstr "Modificar pacchetto de initio" -#: src/screens/Messages/ConversationSettings/index.tsx:486 -#: src/screens/Messages/ConversationSettings/index.tsx:539 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "" @@ -4402,7 +4408,7 @@ msgstr "Passa a plen schermo" msgid "Entertainment" msgstr "Intertenimento" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2598 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Error" @@ -4481,7 +4487,7 @@ msgstr "Exir del schermo plen" msgid "Expand alt text" msgstr "Expander texto alternative" -#: src/view/com/notifications/NotificationFeedItem.tsx:606 +#: src/view/com/notifications/NotificationFeedItem.tsx:612 msgid "Expand list of users" msgstr "Expander lista de usatores" @@ -4596,8 +4602,8 @@ msgstr "Non ha essite possibile acceptar le chat" msgid "Failed to accept join request" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "Non ha essite possibile adder reaction con emoji" @@ -4606,6 +4612,10 @@ msgstr "Non ha essite possibile adder reaction con emoji" msgid "Failed to add members" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "" @@ -4615,7 +4625,7 @@ msgid "Failed to change handle. Please try again." msgstr "Non ha essite possibile cambiar le pseudonymo. Tenta de novo." #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:129 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "" @@ -4664,7 +4674,7 @@ msgstr "" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:374 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "" @@ -4692,7 +4702,7 @@ msgstr "" msgid "Failed to ignore join request" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:137 +#: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4700,14 +4710,14 @@ msgstr "" msgid "Failed to launch SMS app" msgstr "" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:401 +#: 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 "" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "Non ha essite possibile cargar le conversationes" @@ -4753,15 +4763,20 @@ msgstr "Non ha essite possibile cargar le canales suggerite" msgid "Failed to load suggested follows" msgstr "Non ha essite possibile cargar le suggestiones de usatores a sequer" -#: src/screens/Messages/ConversationSettings/index.tsx:426 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +msgid "Failed to mark all chats as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 +#: src/view/shell/bottom-bar/BottomBar.tsx:450 msgid "Failed to mark all requests as read" msgstr "Non ha essite possibile marcar tote le requestas como legite" -#: src/screens/Messages/ConversationSettings/index.tsx:390 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "" @@ -4783,12 +4798,16 @@ msgstr "" msgid "Failed to remove data. {0}" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "Non ha essite possibile remover reaction con emoji" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:258 +msgid "Failed to remove from list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "" @@ -4802,7 +4821,7 @@ msgstr "" msgid "Failed to remove verification" msgstr "Non ha essite possibile remover le verification" -#: src/components/intents/GroupChatJoinDialog.tsx:180 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." msgstr "" @@ -4811,7 +4830,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:648 +#: src/view/com/composer/Composer.tsx:646 msgid "Failed to save draft" msgstr "" @@ -4854,7 +4873,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "Non ha essite possibile commutar le silentiamento del filo, tenta de novo" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:435 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "" @@ -5116,16 +5135,16 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 "Sequer" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "Sequer {0}" @@ -5149,8 +5168,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "Seque 7 contos" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "Sequer conto" @@ -5173,9 +5192,9 @@ msgstr "" #. 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:423 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "Sequer in retorno" @@ -5211,7 +5230,7 @@ msgstr "Sequite per <0>{0} e <1>{1}" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "Sequite per <0>{0}, <1>{1} e {2, plural, one {# altere} other {# alteres}}" -#: src/components/intents/GroupChatJoinDialog.tsx:339 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" msgstr "" @@ -5231,10 +5250,10 @@ msgstr "Sequitores que tu cognosce" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 "Sequente" @@ -5249,7 +5268,7 @@ msgstr "Sequente" #. 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 "Sequente {0}" @@ -5467,7 +5486,7 @@ msgstr "Comenciar" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2603 msgid "GIF uploaded" msgstr "" @@ -5526,8 +5545,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "Ir al initio" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "Entrar in directo" @@ -5538,8 +5557,8 @@ msgstr "Entrar in directo" msgid "Go Live" msgstr "Entrar in directo" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "" @@ -5547,7 +5566,7 @@ msgstr "" msgid "Go live for" msgstr "Entrar in directo per" -#: src/view/com/notifications/NotificationFeedItem.tsx:250 +#: src/view/com/notifications/NotificationFeedItem.tsx:256 msgid "Go to {firstAuthorName}'s profile" msgstr "Ir al profilo de {firstAuthorName}" @@ -5622,9 +5641,9 @@ msgstr "" msgid "Grooming or predatory behavior" msgstr "" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:321 -#: src/screens/Messages/JoinRequest.tsx:129 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" msgstr "" @@ -5632,17 +5651,17 @@ msgstr "" msgid "Group chat invite link dialog" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:417 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:382 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "" @@ -5653,12 +5672,12 @@ msgid "Group chat settings" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:385 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "" @@ -5682,12 +5701,12 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "" @@ -5829,7 +5848,7 @@ msgstr "Lista occultate" msgid "Hide" msgstr "Occultar" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "Occultar" @@ -5904,7 +5923,7 @@ msgstr "Occultar tendentias?" msgid "Hide trending videos?" msgstr "Occultar videos in tendentia?" -#: src/view/com/notifications/NotificationFeedItem.tsx:951 +#: src/view/com/notifications/NotificationFeedItem.tsx:957 msgid "Hide user list" msgstr "Occultar lista de usatores" @@ -5960,7 +5979,7 @@ msgstr "Un momento! Nos concede gradualmente le accesso al video, e tu attende a #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6210,7 +6229,7 @@ msgstr "" msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "" @@ -6268,7 +6287,7 @@ msgstr "" msgid "Invalid 2FA confirmation code." msgstr "Codice de confirmation 2FA invalide." -#: src/components/intents/GroupChatJoinDialog.tsx:147 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." msgstr "" @@ -6290,7 +6309,7 @@ msgstr "" msgid "Invalid report subject" msgstr "Thema de signalamento invalide" -#: src/components/intents/GroupChatJoinDialog.tsx:187 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." msgstr "" @@ -6315,15 +6334,15 @@ 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:140 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:155 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6336,17 +6355,17 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:335 #: src/screens/Messages/components/InviteLinkDialog.tsx:514 #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 -#: src/screens/Messages/ConversationSettings/index.tsx:556 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:213 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" msgstr "" @@ -6410,7 +6429,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:2520 +#: src/view/com/composer/Composer.tsx:2518 msgid "Job ID: {0}" msgstr "ID del processo: {0}" @@ -6420,7 +6439,7 @@ msgid "Jobs" msgstr "Empleos" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:282 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" msgstr "" @@ -6431,12 +6450,12 @@ msgstr "" msgid "Join Bluesky" msgstr "Inscribe te a Bluesky" -#: src/components/intents/GroupChatJoinDialog.tsx:71 -#: src/components/intents/GroupChatJoinDialog.tsx:448 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:176 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." msgstr "" @@ -6450,8 +6469,8 @@ msgstr "Participar al conversation" msgid "Journalism" msgstr "Journalismo" -#: src/view/com/composer/Composer.tsx:1461 -#: src/view/com/composer/Composer.tsx:1471 +#: src/view/com/composer/Composer.tsx:1459 +#: src/view/com/composer/Composer.tsx:1469 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6609,7 +6628,7 @@ msgid "Learn more." msgstr "Saper plus." #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:590 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "Partir" @@ -6623,8 +6642,8 @@ msgstr "Partir" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "Partir del chat" @@ -6644,12 +6663,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "Partir del conversation" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:589 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "" @@ -6658,11 +6677,11 @@ msgstr "" msgid "Leaving Bluesky" msgstr "Quitar Bluesky" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: src/screens/Messages/ConversationSettings/prompts.tsx:153 msgid "Leaving this chat will lock it permanently and you wonโ€™t be able to rejoin." msgstr "" -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." msgstr "" @@ -6935,9 +6954,9 @@ msgstr "Cargar nove notificationes" msgid "Load new posts" msgstr "Cargar nove publicationes" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "" @@ -6954,23 +6973,23 @@ msgstr "" msgid "Loading..." msgstr "Cargante..." -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:568 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "" @@ -7051,6 +7070,16 @@ msgstr "Gerer tu parolas e etiquettas silentiate" 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 +msgid "Mark all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:467 +#: src/view/shell/bottom-bar/BottomBar.tsx:471 +msgid "Mark all requests as read" +msgstr "" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7089,14 @@ msgstr "Marcar como legite" msgid "Marked all as read" msgstr "Marcate toto como legite" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,7 +7120,7 @@ msgstr "" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Contento multimedial que pote perturbar o esser innapropriate pro certe publicos." -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." msgstr "" @@ -7092,7 +7129,7 @@ msgstr "" msgid "Members" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "" @@ -7111,13 +7148,13 @@ msgstr "Mentiones" msgid "Menu" msgstr "Menu" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 +#: 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" @@ -7132,7 +7169,7 @@ msgstr "Message {0}" msgid "Message {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "Message delite" @@ -7141,13 +7178,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Message delite" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:616 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "Message de @{0}: {1}" @@ -7156,21 +7193,21 @@ msgstr "Message de @{0}: {1}" msgid "Message from server: {0}" msgstr "Message del servitor: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "Campo de insertion de message" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "Optiones de messages" @@ -7178,11 +7215,11 @@ msgstr "Optiones de messages" msgid "Messages" msgstr "Messages" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:715 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:621 +#: src/components/dms/MessageItem.tsx:710 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7219,8 +7256,8 @@ msgstr "Detalios de moderation" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "Lista de moderation de {0}" @@ -7228,7 +7265,7 @@ msgstr "Lista de moderation de {0}" msgid "Moderation list by <0/>" msgstr "Lista de moderation de <0/>" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "Lista de moderation tue" @@ -7281,8 +7318,8 @@ msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "Plus optiones" @@ -7302,7 +7339,7 @@ msgstr "Cinema" msgid "Music" msgstr "Musica" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "Silentiar" @@ -7320,8 +7357,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "Silentiar conto" @@ -7347,7 +7384,7 @@ msgstr "Silentiar lista" msgid "Mute these accounts?" msgstr "Silentiar iste contos?" -#: src/screens/Messages/ConversationSettings/index.tsx:530 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "" @@ -7389,7 +7426,7 @@ msgstr "Silentiar parolas e etiquettas" msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "" @@ -7480,7 +7517,7 @@ 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:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "Nove" @@ -7490,21 +7527,21 @@ msgctxt "action" msgid "New" msgstr "Nove" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: 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}" -#: 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 "Nove {postsCount, plural, one {publication} other {publicationes}} de {firstAuthorName}" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "Nove chat" @@ -7592,11 +7629,11 @@ msgctxt "action" msgid "New post" msgstr "Nove publication" -#: 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 "Nove publicationes de {firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}}" @@ -7718,7 +7755,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 "Non plus sequente {0}" @@ -7726,7 +7763,7 @@ msgstr "Non plus sequente {0}" msgid "No media yet" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "Ancora sin messages" @@ -7763,7 +7800,7 @@ msgstr "" msgid "No one but the author can quote this post." msgstr "Solmente le autor pote citar iste publication." -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "" @@ -7831,6 +7868,11 @@ 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" @@ -7895,7 +7937,7 @@ msgstr "Non trovate" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "Nota super compartimento" @@ -7931,7 +7973,7 @@ msgstr "Sonos de notification" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8017,7 @@ msgstr "OK" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:722 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8008,11 +8050,11 @@ 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:862 msgid "One or more GIFs is missing alt text." msgstr "Manca texto alternative a un o plus GIFs." -#: src/view/com/composer/Composer.tsx:861 +#: src/view/com/composer/Composer.tsx:859 msgid "One or more images is missing alt text." msgstr "Manca texto alternative a un o plus imagines." @@ -8024,11 +8066,11 @@ msgstr "" 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:657 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:869 msgid "One or more videos is missing alt text." msgstr "Manca texto alternative a un o plus videos." @@ -8041,7 +8083,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:234 +#: src/view/com/composer/Composer.tsx:233 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8053,7 +8095,7 @@ msgstr "" msgid "Only admins can ignore join requests." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:145 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." msgstr "" @@ -8068,12 +8110,12 @@ msgid "Only image files are supported" msgstr "Solmente files de imagine es supportate" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:222 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:292 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" msgstr "" @@ -8107,7 +8149,7 @@ msgid "Open camera" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:437 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" msgstr "" @@ -8115,8 +8157,8 @@ msgstr "" msgid "Open chat member options for {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "Aperir optiones de conversation" @@ -8128,9 +8170,9 @@ msgstr "" msgid "Open drawer menu" msgstr "Aperir le menu lateral" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2158 msgid "Open emoji picker" msgstr "Aperir selector de emojis" @@ -8151,7 +8193,7 @@ msgstr "Aperir le lista complete de emojis" msgid "Open Germ DM" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" msgstr "" @@ -8166,11 +8208,11 @@ msgid "Open in Google Translate" msgstr "" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "Aperir ligamine a {niceUrl}" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "Aperir optiones de message" @@ -8221,7 +8263,7 @@ msgstr "" msgid "Open system log" msgstr "Aperir registro de systema" -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" msgstr "" @@ -8275,13 +8317,13 @@ msgstr "" msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" -#: src/screens/Messages/JoinRequest.tsx:309 +#: 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 "Aperi le fluxo pro crear un nove conto Bluesky" -#: src/screens/Messages/JoinRequest.tsx:295 +#: 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" @@ -8341,7 +8383,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 "Aperi iste profilo" @@ -8513,6 +8555,16 @@ msgstr "Personas qui seque @{0}" msgid "People I follow" msgstr "Personas que io seque" +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "Personas que io seque" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "Personas que io seque" + #: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "" @@ -8813,7 +8865,7 @@ msgstr "Politica" msgid "Porn" msgstr "Pornographia" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post" msgstr "Publicar" @@ -8833,12 +8885,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Post All" msgstr "Publicar toto" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1468 msgid "Post anyway" msgstr "" @@ -9015,11 +9067,11 @@ msgstr "Politica de privatessa" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2592 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing video..." msgstr "Processante video..." @@ -9031,7 +9083,7 @@ msgstr "Processante..." msgid "profile" msgstr "profilo" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9117,22 @@ 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:1792 +#: src/view/com/composer/Composer.tsx:1790 msgid "Publish post" msgstr "Publicar" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1787 +#: src/view/com/composer/Composer.tsx:1785 msgid "Publish posts" msgstr "Publicar publicationes" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1776 +#: src/view/com/composer/Composer.tsx:1774 msgid "Publish replies" msgstr "Publicar responsas" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1781 +#: src/view/com/composer/Composer.tsx:1779 msgid "Publish reply" msgstr "Publicar responsa" @@ -9109,7 +9161,7 @@ msgid "QR code has been downloaded!" msgstr "Le codice QR ha essite discargate!" #: src/components/StarterPack/QrCodeDialog.tsx:122 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "Codice QR salvate in tu rolo del camera!" @@ -9172,8 +9224,8 @@ msgstr "" msgid "React with {emoji}" msgstr "Reager con {emoji}" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "" @@ -9268,10 +9320,6 @@ msgstr "Recommendate" msgid "Reconnect" msgstr "Reconnecter" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "" - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" @@ -9291,12 +9339,14 @@ msgstr "Rejectar requesta de chat" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "Recargar conversationes" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9355,9 @@ msgstr "Recargar conversationes" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "Remover" @@ -9326,7 +9375,7 @@ msgstr "Remover {displayName} del pacchetto de initio" msgid "Remove {displayName} from this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" msgstr "" @@ -9443,14 +9492,14 @@ msgstr "Remover iste canal de tu canales salvate" msgid "Remove unavailable moderation services" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "Remover usator del lista" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "Remover verification" @@ -9466,8 +9515,8 @@ msgstr "Removite per le autor" msgid "Removed by you" msgstr "Removite per te" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "Removite del lista" @@ -9535,6 +9584,14 @@ msgctxt "description" msgid "Replied to you" msgstr "" +#: src/components/dms/MessageItem.tsx:883 +msgid "Replied-to message from {senderName}, tap to scroll to it" +msgstr "" + +#: src/components/dms/MessageItem.tsx:884 +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 @@ -9552,7 +9609,12 @@ msgstr "Responsas disactivate" msgid "Replies to this post are disabled." msgstr "Responsas a iste publication es disactivate." -#: src/view/com/composer/Composer.tsx:1804 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "Responsa" + +#: src/view/com/composer/Composer.tsx:1802 msgctxt "action" msgid "Reply" msgstr "Responsa" @@ -9590,14 +9652,14 @@ msgstr "Visibilitate del responsa actualisate" msgid "Reply was successfully hidden" msgstr "Le responsa ha essite occultate con successo" -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:582 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "Signalar" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "Signalar conto" @@ -9623,7 +9685,7 @@ msgstr "Signalar canal" msgid "Report list" msgstr "Signalar lista" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "Signalar message" @@ -9657,7 +9719,7 @@ msgstr "" msgid "Report this feed" msgstr "Signalar iste canal" -#: src/screens/Messages/ConversationSettings/index.tsx:581 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "" @@ -9737,7 +9799,7 @@ msgstr "Republicationes de iste publication" msgid "Reposts of your reposts" msgstr "Republicationes de tu republicationes" -#: src/components/intents/GroupChatJoinDialog.tsx:447 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" msgstr "" @@ -9755,7 +9817,7 @@ msgid "Request ignored." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:281 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" msgstr "" @@ -9764,7 +9826,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "" @@ -9791,9 +9853,9 @@ msgstr "Obligatori pro iste fornitor" msgid "Required in your region" msgstr "Requirite in tu region" -#: src/components/intents/GroupChatJoinDialog.tsx:296 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:310 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:115 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:117 msgid "Rescind request" msgstr "" @@ -9872,7 +9934,7 @@ 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:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 #: src/screens/Messages/JoinRequests.tsx:361 @@ -9928,7 +9990,7 @@ msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10015,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:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Salvar cambiamentos" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1421 #: 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:1449 #: 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:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10022,13 +10084,13 @@ msgid "Saved to your feeds" msgstr "Salvate in tu canales" #: 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 "Dice hallo!" -#: src/screens/Messages/ChatList.tsx:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "" @@ -10058,6 +10120,10 @@ msgstr "" msgid "Scroll right" msgstr "" +#: src/components/dms/MessageItem.tsx:774 +msgid "Scroll to the message this is replying to" +msgstr "" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "Rolar al alto" @@ -10067,7 +10133,7 @@ msgstr "Rolar al alto" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Cercar" @@ -10148,8 +10214,8 @@ msgstr "" msgid "Search my posts" msgstr "Cercar mi publicationes" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "Cercar publicationes" @@ -10425,8 +10491,8 @@ msgstr "" msgid "Send feedback" msgstr "Inviar commentarios" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "Inviar message" @@ -10460,7 +10526,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:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "" @@ -10565,7 +10631,7 @@ msgstr "Activitate sexual o nuditate erotic." msgid "Sexually Suggestive" msgstr "Sexualmente suggestive" -#: 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 @@ -10577,7 +10643,7 @@ msgstr "Sexualmente suggestive" msgid "Share" msgstr "Compartir" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "Compartir nonobstante" @@ -10641,8 +10707,8 @@ msgstr "Comparti iste pacchetto de initio e adjuta le gente a unir se a tu commu #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "Compartir via..." @@ -10796,15 +10862,15 @@ msgstr "Monstra le contento" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:294 -#: src/screens/Messages/JoinRequest.tsx:300 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,7 +10896,7 @@ msgstr "Aperi session o crea un conto" msgid "Sign in or create your account to join the conversation!" msgstr "Aperi session o crea tu conto pro participar al conversation!" -#: src/screens/Messages/JoinRequest.tsx:220 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." msgstr "" @@ -10842,7 +10908,7 @@ msgstr "Aperir session con un conto que non es listate" msgid "Sign in to Bluesky or create a new account" msgstr "Aperi session in Bluesky o crea un nove conto" -#: src/screens/Messages/JoinRequest.tsx:219 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." msgstr "" @@ -10900,7 +10966,7 @@ msgstr "Saltar" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1466 msgid "Skip empty posts?" msgstr "" @@ -10971,12 +11037,12 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:347 msgid "Someone reacted {0}" msgstr "Alcuno ha reagite con {0}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "" @@ -10996,10 +11062,6 @@ msgstr "" msgid "Someone was removed from the group" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "" - #: 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 "Le datos que tu tenta signalar ha alcun problema. Contacta le supporto." @@ -11043,8 +11105,8 @@ msgstr "Alcun problema? Informa nos." 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 "Pardono! Tu session ha expirate. Aperi session de novo." @@ -11214,13 +11276,13 @@ msgid "Subscribe" msgstr "Subscriber" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "" @@ -11255,7 +11317,7 @@ msgstr "" msgid "Success!" msgstr "Successo!" -#: src/components/intents/GroupChatJoinDialog.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" msgstr "" @@ -11355,7 +11417,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:572 +#: src/components/dms/MessageItem.tsx:661 msgid "Tap for details" msgstr "" @@ -11390,7 +11452,7 @@ msgid "Tap to dismiss" msgstr "Tocca pro clauder" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:453 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" msgstr "" @@ -11398,34 +11460,34 @@ msgstr "" msgid "Tap to open this group chat" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:452 +#: src/components/intents/GroupChatJoinDialog.tsx:468 msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:537 +#: src/components/dms/MessageItem.tsx:626 msgid "Tap to retry" msgstr "" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:373 msgid "Tap to view reactions" msgstr "" @@ -11528,7 +11590,7 @@ msgstr "Illo es toto!" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "Le conto potera interager con te post le disblocage." @@ -11594,7 +11656,7 @@ msgstr "Le parametros sequente essera usate como tu predefinition quando tu crea msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:155 +#: src/components/intents/GroupChatJoinDialog.tsx:165 #: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." msgstr "" @@ -11621,7 +11683,7 @@ msgstr "Le servitor pare haber problemas. Tenta de novo post alcun instantes." msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "Le pacchetto de initio que tu tenta vider es invalide. In vice, tu pote deler iste pacchetto de initio." -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "Le thema del menu contextual" @@ -11665,8 +11727,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "" #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:182 +#: 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 "" @@ -11693,7 +11755,7 @@ msgstr "Il ha habite un problema durante le recuperation del notificationes. Toc msgid "There was an issue fetching posts. Tap here to try again." msgstr "Il ha habite un problema durante le recuperation del publicationes. Tocca hic pro tentar de novo." -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "Il ha habite un problema durante le recuperation del lista. Tocca hic pro tentar de novo." @@ -11733,12 +11795,12 @@ msgstr "Il ha habite un problema durante le actualisation de tu canales, verific #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "Il ha habite un problema! {0}" @@ -11778,7 +11840,7 @@ msgstr "Iste parametros se applica solmente al canal Sequente." msgid "They own this chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." msgstr "" @@ -11828,22 +11890,22 @@ msgstr "" 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 "" -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:287 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:430 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" msgstr "" @@ -11881,7 +11943,7 @@ msgstr "Iste contento non es disponibile proque un del usatores involvite ha blo msgid "This content is not viewable without a Bluesky account." msgstr "Le contento non se pote visualisar sin un conto de Bluesky." -#: src/components/intents/GroupChatJoinDialog.tsx:141 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." msgstr "" @@ -11931,7 +11993,7 @@ msgstr "Iste canal es vacue." msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "Iste canal non es plus in linea. Nos monstra <0>Discover in vice." -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" msgstr "" @@ -11947,11 +12009,11 @@ msgstr "" msgid "This information is private and not shared with other users." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:151 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:223 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" msgstr "" @@ -11997,17 +12059,17 @@ msgstr "Iste lista โ€“ create per te โ€“ contine possibile violationes al direct msgid "This list is empty." msgstr "Iste lista es vacue." -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:688 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:658 +#: src/components/dms/MessageItem.tsx:684 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12045,11 +12107,11 @@ 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:1043 +#: src/view/com/composer/Composer.tsx:1041 msgid "This post's author has disabled quote posts." msgstr "Le autor del publication ha disactivate le citationes." -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "Iste profilo solmente es visibile a usatores con session aperte. Illo non essera visibile a personas qui non ha aperite session." @@ -12242,8 +12304,8 @@ msgstr "Responsas popular primo" msgid "Topic" msgstr "Topico" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,7 +12375,7 @@ msgctxt "action" msgid "Try again" msgstr "Retenta" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." msgstr "" @@ -12335,7 +12397,7 @@ msgstr "Television" msgid "Two-factor authentication (2FA)" msgstr "Authentication a duo factores (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "Scribe tu message hic" @@ -12401,7 +12463,7 @@ msgstr "" msgid "Unavailable feed information" msgstr "Information super le canal indisponibile" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:726 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12409,14 +12471,14 @@ msgstr "Information super le canal indisponibile" #: src/components/moderation/BlockDialog.tsx:211 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "Disblocar" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "Disblocar" @@ -12427,8 +12489,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "Disblocar conto" @@ -12437,7 +12499,7 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "Disblocar le conto?" @@ -12474,12 +12536,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Disfacer republication ({0, plural, one {# republication} other {# republicationes}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "Cessar de sequer {0}" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "Cessar de sequer conto" @@ -12521,11 +12583,11 @@ msgstr "Disappreciar" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Disappreciar ({0, plural, one {# appreciation} other {# appreciationes}})" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:567 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "" @@ -12548,8 +12610,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "Dissilentiar conto" @@ -12562,7 +12624,7 @@ msgstr "Dissilentiar conversation" msgid "Unmute list" msgstr "Dissilentiar lista" -#: src/screens/Messages/ConversationSettings/index.tsx:529 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "" @@ -12641,7 +12703,7 @@ msgstr "Cancellate le subscription del lista" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1557 +#: src/view/com/composer/Composer.tsx:1555 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -12654,12 +12716,9 @@ msgstr "" msgid "Update" msgstr "Actualisar" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "Actualisar <0>{displayName} in Listas" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" msgstr "" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 @@ -12669,6 +12728,10 @@ msgstr "" msgid "Update email" msgstr "Actualisar e-mail" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 #: src/screens/Messages/components/InviteLinkDialog.tsx:303 @@ -12680,14 +12743,6 @@ msgstr "" msgid "Update to {domain}" msgstr "Actualisar a {domain}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "" - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "Actualisa tu e-mail" @@ -12736,7 +12791,7 @@ msgstr "Cargar desde files" msgid "Upload from Library" msgstr "Cargar desde bibliotheca" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2585 msgid "Uploading GIF..." msgstr "" @@ -12750,7 +12805,7 @@ msgstr "Incargante imagines..." msgid "Uploading link thumbnail..." msgstr "Incargante miniatura de ligamine..." -#: src/view/com/composer/Composer.tsx:2589 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading video..." msgstr "Incargante video..." @@ -12826,7 +12881,7 @@ msgid "User Blocks You" msgstr "Le usator te bloca" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "Lista de usatores de {0}" @@ -12835,7 +12890,7 @@ msgstr "Lista de usatores de {0}" msgid "User List by {0}" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "Lista de usatores tue" @@ -12875,16 +12930,6 @@ msgstr "usatores sequite per <0>@{0}" msgid "users following <0>@{0}" msgstr "usatores sequente <0>@{0}" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "Valor:" @@ -12912,8 +12957,8 @@ msgstr "Verificate per:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "Verificar conto" @@ -13039,7 +13084,7 @@ msgstr "Video non trovate." msgid "Video settings" msgstr "Configurationes de video" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2605 msgid "Video uploaded" msgstr "Video cargate" @@ -13056,14 +13101,14 @@ msgstr "Videos" msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1150 +#: src/view/com/composer/Composer.tsx:1148 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "" @@ -13078,7 +13123,7 @@ msgstr "Vider le avatar de {0}" #: 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 "Visualisar profilo de {0}" @@ -13092,7 +13137,7 @@ msgstr "" msgid "View {displayName}โ€™s profile" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "" @@ -13145,7 +13190,7 @@ msgstr "Vider plus" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1143 msgid "View post" msgstr "" @@ -13162,10 +13207,10 @@ msgstr "Visualisar profilo" msgid "View profile banner" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "" @@ -13173,7 +13218,7 @@ msgstr "" msgid "View the avatar" msgstr "Vider le avatar" -#: src/screens/Messages/ConversationSettings/index.tsx:554 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "" @@ -13441,7 +13486,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:1039 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Nos regretta! Le publication que tu responde ha essite delite." @@ -13492,7 +13537,7 @@ msgid "What do you want to call your starter pack?" msgstr "Como tu vole nominar tu pacchetto de initio?" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1519 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Qual es le novas?" @@ -13519,7 +13564,7 @@ msgid "Who can verify?" msgstr "Qui pote verificar?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "Ops!" @@ -13578,7 +13623,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:1437 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13587,12 +13632,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1617 +#: src/view/com/composer/Composer.tsx:1615 msgid "Write post" msgstr "Scriber message" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1517 msgid "Write your reply" msgstr "Scribe tu responsa" @@ -13658,7 +13703,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:610 +#: src/components/dms/MessageItem.tsx:699 msgid "You are blocking {0}" msgstr "" @@ -13764,11 +13809,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:221 +#: src/view/com/composer/Composer.tsx:220 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:1442 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13803,8 +13848,8 @@ msgstr "" 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:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:115 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13839,7 +13884,7 @@ msgstr "Tu ha necun canal salvate." msgid "You got here first" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:166 +#: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and canโ€™t join it using this link." msgstr "" @@ -13884,6 +13929,7 @@ msgstr "Tu ha silentiate iste conto." msgid "You have muted this user" msgstr "Tu ha silentiate iste usator" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "Tu non ha listas." @@ -13912,7 +13958,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:1434 +#: src/view/com/composer/Composer.tsx:1432 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -13970,7 +14016,7 @@ msgstr "Tu pote adder solmente {STARTER_PACK_MAX_SIZE, plural, other {{STARTER_P msgid "You may only add up to 3 feeds" msgstr "Tu solmente pote adder usque a 3 canales" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." msgstr "" @@ -13983,7 +14029,7 @@ msgid "You must be following at least seven other people to generate a starter p msgstr "Tu debe sequer al minus septe altere personas pro generar un pacchetto de initio." #: src/components/StarterPack/QrCodeDialog.tsx:69 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:89 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" @@ -14009,12 +14055,12 @@ 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:259 +#: src/components/dms/MessageItem.tsx:340 msgid "You reacted {0}" msgstr "Tu ha reagite con {0}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "" @@ -14023,8 +14069,20 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" +#: src/components/dms/MessageItem.tsx:804 +msgid "You replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:802 +msgid "You replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:800 +msgid "You replied to yourself" +msgstr "" + #. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 msgid "You requested to join" msgstr "" @@ -14050,12 +14108,12 @@ msgstr "Ora tu recipera notificationes de iste filo" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "Tu recipera un e-mail con un \"codice de reinitialisation\". Insere ille codice hic, alora insere tu nove contrasigno." -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "" #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "" @@ -14127,7 +14185,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:646 +#: src/view/com/composer/Composer.tsx:644 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14199,11 +14257,11 @@ msgstr "Tu chats ha essite disactivate" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "Tu election essera rememorate pro ligamines futur. Tu pote cambiar lo a qualcunque momento in le parametros." -#: 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 "" @@ -14295,11 +14353,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:1141 +#: src/view/com/composer/Composer.tsx:1139 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1136 msgid "Your posts were sent" msgstr "" @@ -14320,7 +14378,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:1140 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your reply was sent" msgstr "" @@ -14333,7 +14391,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:1469 +#: src/view/com/composer/Composer.tsx:1467 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 dd5be8fbe0..fe29150fae 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-10 21:06\n" +"PO-Revision-Date: 2026-06-17 12:23\n" "Last-Translator: \n" "Language-Team: Indonesian\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -23,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "Kategori \"{interestsDisplayName}\" (aktif)" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:867 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" msgstr "" -#: src/components/dms/getMessageInfo.ts:73 +#: 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)" @@ -75,7 +79,7 @@ msgstr "{0, plural, other {# label}} terpasang pada konten ini" msgid "{0, plural, one {# like} other {# likes}}" msgstr "{0, plural, other {# menyukai}}" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "" @@ -97,7 +101,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:269 +#: src/components/dms/MessageItem.tsx:350 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "" @@ -118,15 +122,15 @@ msgstr "{0, plural, other {# detik}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "{0, plural, other {# item belum dibaca}}" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "{0} mengikuti" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:703 msgid "{0} is blocking you" msgstr "" @@ -273,7 +277,7 @@ msgstr "{0} dari 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:345 msgid "{0} reacted {1}" msgstr "{0} menanggapi {1}" @@ -326,24 +330,22 @@ msgstr "Avatar {0}" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:143 +#: src/screens/Messages/JoinRequest.tsx:139 msgctxt "group-chat-member-count" msgid "{0}/{1}" msgstr "" #. The number of members in a group chat, in the format '{members}/{total} members'. -#. placeholder {0}: preview.memberCount -#. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 -msgid "{0}/{1} {2, plural, one {member} other {members}}" -msgstr "" - -#. The number of active group chat members out of the total number allowed. +#. The number of members in a group chat, in the format '{members}/{total} members'. #. placeholder {0}: joinLinkPreview.memberCount +#. placeholder {0}: preview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:329 -msgid "{0}/{1} members" +#. placeholder {1}: preview.memberLimit +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 +msgid "{0}/{1} {2, plural, one {member} other {members}}" msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. @@ -389,7 +391,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -397,33 +399,11 @@ msgstr "" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "{count, plural, other {# item belum dibaca}}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "" - #. 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 "" -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "" - #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" msgstr "" @@ -441,155 +421,155 @@ msgstr "{estimatedTimeHrs, plural, other {jam}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, other {menit}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: 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" -#: 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 "{firstAuthorLink} dan <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}} menyukai feed kustom Anda" -#: 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 "{firstAuthorLink} dan <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}} menyukai postingan Anda" -#: 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 "{firstAuthorLink} dan <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} others}} menyukai postingan ulang Anda" -#: 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 "{firstAuthorLink} dan <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}} menghapus verifikasi mereka dari akun Anda" -#: 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 "{firstAuthorLink} dan <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}} memposting ulang postingan Anda" -#: 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 "{firstAuthorLink} dan <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}} memposting ulang postingan ulang Anda" -#: 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 "{firstAuthorLink} dan <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}} mendaftar dengan paket pemula Anda" -#: 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 "{firstAuthorLink} dan <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}} memverifikasi Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:367 +#: src/view/com/notifications/NotificationFeedItem.tsx:373 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} mengikuti Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} mengikuti Anda kembali" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} menyukai feed kustom Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} menyukai postingan Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:512 msgid "{firstAuthorLink} liked your repost" msgstr "{firstAuthorLink} menyukai postingan ulang Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:479 +#: src/view/com/notifications/NotificationFeedItem.tsx:485 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} menghapus verifikasi mereka dari akun Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:334 +#: src/view/com/notifications/NotificationFeedItem.tsx:340 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} memposting ulang postingan Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:530 +#: src/view/com/notifications/NotificationFeedItem.tsx:536 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink} memposting ulang postingan ulang Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:431 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} mendaftar dengan paket pemula Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:454 +#: src/view/com/notifications/NotificationFeedItem.tsx:460 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} memverfikasi Anda" -#: 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 "{firstAuthorName} dan {additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}} mengikuti Anda" -#: 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 "{firstAuthorName} dan {additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}} menyukai feed kustom Anda" -#: 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 "{firstAuthorName} dan {additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}} menyukai postingan Anda" -#: 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 "{firstAuthorName} dan {additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}} menyukai postingan ulang Anda" -#: 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 "{firstAuthorName} dan {additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}} menghapus verifikasi mereka dari akun Anda" -#: 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 "{firstAuthorName} dan {additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}} memposting ulang postingan Anda" -#: 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 "{firstAuthorName} dan {additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}} memposting ulang postingan ulang Anda" -#: 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 "{firstAuthorName} dan {additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}} mendaftar dengan paket pemula Anda" -#: 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 "{firstAuthorName} dan {additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}} memverifikasi Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:359 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} mengikuti Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} mengikuti Anda kembali" -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} menyukai feed kustom Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} menyukai postingan Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:492 +#: src/view/com/notifications/NotificationFeedItem.tsx:498 msgid "{firstAuthorName} liked your repost" msgstr "{firstAuthorName} menyukai postingan ulang Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:465 +#: src/view/com/notifications/NotificationFeedItem.tsx:471 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} menghapus verifikasi mereka dari akun Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:320 +#: src/view/com/notifications/NotificationFeedItem.tsx:326 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} memposting ulang postingan Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:516 +#: src/view/com/notifications/NotificationFeedItem.tsx:522 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName} memposting ulang postingan ulang Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:411 +#: src/view/com/notifications/NotificationFeedItem.tsx:417 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} mendaftar dengan paket pemula Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} memverifikasi Anda" @@ -659,12 +639,12 @@ msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "{minutes, plural, other {# menit}}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "" @@ -697,6 +677,18 @@ msgstr "{profileName} bergabung Bluesky menggunakan paket pemula {timeAgoString} msgid "{rank}." msgstr "{rank}." +#: src/components/dms/MessageItem.tsx:813 +msgid "{replierDisplayName} replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:809 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:807 +msgid "{replierDisplayName} replied to you" +msgstr "" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "Kumpulan feed populer yang dapat Anda temukan di Bluesky, termasuk Berita, Booksky, Pengembangan Game, Blacksky, dan Pena Tinta" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "sebuah pesan" @@ -873,8 +875,8 @@ msgstr "Kesalahan jaringan terjadi. Silakan periksa koneksi internet Anda" #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 #: src/screens/Messages/JoinRequests.tsx:192 #: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." @@ -955,7 +957,7 @@ msgstr "Terima saran bahasa ini" msgid "Accepted conversations" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:113 +#: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -980,12 +982,12 @@ msgstr "Akun" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "Akun diblokir" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "Akun diikuti" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "Akun telah dinonaktifkan" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "Akun dibisukan" @@ -1028,18 +1030,18 @@ msgstr "Akun dihapus dari akses cepat" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "Akun batal diblokir" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "Akun tidak diikuti" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "Akun tidak dibisukan" @@ -1054,12 +1056,13 @@ msgstr "Akun dengan tanda cek biru bergerigi <0><1/> dapat memverifikasi lai msgid "Activity from others" msgstr "Aktivitas dari yang lainnya" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "Tambah" @@ -1112,11 +1115,11 @@ msgstr "Tambahkan teks alt (opsional)" msgid "Add another account" msgstr "Tambahkan akun lain" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1518 msgid "Add another post" msgstr "Tambahkan postingan lain" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2181 msgid "Add another post to thread" msgstr "" @@ -1182,7 +1185,7 @@ msgstr "Tambah kata dan tagar untuk dibisukan" msgid "Add people" msgstr "Tambahkan orang" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "Tambahkan orang ke daftar" @@ -1214,8 +1217,8 @@ msgstr "Tambahkan catatan DNS berikut ke domain Anda:" msgid "Add this feed to your feeds" msgstr "Tambahkan feed ini ke daftar feed Anda" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "Tambahkan dalam daftar" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "Tambahkan ke postingan yang disimpan" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "Tambahkan ke paket pemula" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "Tambahkan pengguna ke daftar" @@ -1246,8 +1249,8 @@ msgstr "" msgid "Added by invite link" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "Ditambahkan ke daftar" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "kresna@contoh.com" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "Semua" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "" @@ -1521,7 +1524,7 @@ msgid "An error occurred while loading your lists :/" msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:81 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:103 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "Terjadi kesalahan saat menyimpan kode QR!" @@ -1589,8 +1592,8 @@ msgstr "Terjadi masalah saat mencoba membuka obrolan" #: 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 "Terjadi masalah, silakan coba lagi." @@ -1643,7 +1646,7 @@ msgstr "Siapa saja" msgid "Anyone can interact" msgstr "Siapa saja dapat berinteraksi" -#: src/components/intents/GroupChatJoinDialog.tsx:340 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" msgstr "" @@ -1796,8 +1799,8 @@ msgstr "Anda yakin ingin menghapus paket pemula ini?" msgid "Are you sure you want to discard your changes?" msgstr "Anda yakin ingin membuang perubahan?" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "" @@ -1814,11 +1817,11 @@ msgid "Are you sure you want to remove this from your feeds?" msgstr "Anda yakin ingin menghapus ini dari daftar feed Anda?" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 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:1654 msgid "Are you sure you'd like to discard this post?" msgstr "Anda yakin ingin membuang postingan ini?" @@ -1958,10 +1961,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2009,8 +2012,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "Blokir akun" @@ -2088,6 +2091,10 @@ 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." @@ -2260,7 +2267,7 @@ msgstr "" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:181 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2274,13 +2281,13 @@ msgstr "" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:363 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "Oleh <0>{0}" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" msgstr "" @@ -2348,10 +2355,10 @@ msgstr "" #: src/screens/Deactivated.tsx:150 #: src/screens/Messages/components/InviteLinkDialog.tsx:500 #: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,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:1732 +#: src/view/com/composer/Composer.tsx:1742 #: 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 @@ -2380,6 +2387,10 @@ msgstr "Batal mengutip postingan" msgid "Cancel reactivation and sign out" msgstr "Batalkan pengaktifan kembali dan keluar" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "Batal mencari" @@ -2481,7 +2492,7 @@ msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,7 +2509,7 @@ msgid "Chat ended" msgstr "" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:256 +#: src/components/intents/GroupChatJoinDialog.tsx:269 #: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" msgstr "" @@ -2520,12 +2531,12 @@ msgctxt "toast" msgid "Chat muted" msgstr "Obrolan dibisukan" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." msgstr "" -#: src/components/moderation/BlockDialog.tsx:292 +#: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2544,10 +2555,10 @@ msgstr "Permintaan obrolan" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "Pengaturan obrolan" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Obrolan dibunyikan" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "Obrolan" @@ -2731,7 +2742,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:533 +#: src/components/dms/MessageItem.tsx:622 msgid "Click to retry failed message" msgstr "Ketuk untuk mengirim ulang pesan yang gagal" @@ -2745,6 +2756,7 @@ msgstr "Ketuk untuk mengirim ulang pesan yang gagal" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "Ketuk untuk mengirim ulang pesan yang gagal" #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:233 -#: src/components/intents/GroupChatJoinDialog.tsx:268 +#: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2804,10 +2816,6 @@ msgstr "Tutup peringatan" msgid "Close banner" msgstr "" -#: src/view/com/util/BottomSheetCustomBackdrop.tsx:36 -msgid "Close bottom drawer" -msgstr "Tutup kotak bawah" - #. Accessibility label for the button that dismisses the GIF picker error dialog. #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:223 #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:229 @@ -2822,7 +2830,7 @@ msgstr "Tutup kotak bawah" msgid "Close dialog" msgstr "Tutup dialog" -#: src/view/shell/index.web.tsx:129 +#: src/view/shell/index.web.tsx:127 msgid "Close drawer menu" msgstr "Tutup menu geser" @@ -2850,10 +2858,10 @@ msgstr "" msgid "Close the incoming requests banner" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:226 -#: src/components/intents/GroupChatJoinDialog.tsx:227 -#: src/components/intents/GroupChatJoinDialog.tsx:263 -#: src/components/intents/GroupChatJoinDialog.tsx:264 +#: 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 msgid "Close this dialog" msgstr "Tutup dialog ini" @@ -2866,15 +2874,15 @@ msgstr "" msgid "Closes password update alert" msgstr "Menutup peringatan pembaruan kata sandi" -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1740 msgid "Closes post composer and discards post draft" msgstr "Menutup komposer pos dan menghapus draf postingan" -#: src/view/com/notifications/NotificationFeedItem.tsx:605 +#: src/view/com/notifications/NotificationFeedItem.tsx:611 msgid "Collapse list of users" msgstr "Ciutkan daftar pengguna" -#: src/view/com/notifications/NotificationFeedItem.tsx:953 +#: src/view/com/notifications/NotificationFeedItem.tsx:959 msgid "Collapses list of users for a given notification" msgstr "Menciutkan daftar pengguna untuk notifikasi tertentu" @@ -2920,7 +2928,7 @@ msgid "Compose new post" msgstr "Tulis postingan baru" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1618 +#: src/view/com/composer/Composer.tsx:1616 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Tulis postingan hingga {0, plural, other {# karakter}} panjangnya" @@ -2928,11 +2936,11 @@ msgstr "Tulis postingan hingga {0, plural, other {# karakter}} panjangnya" msgid "Compose reply" msgstr "Tulis balasan" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2578 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing video..." msgstr "Mengompres video..." @@ -3100,7 +3108,7 @@ msgstr "Lanjutkan ke langkah berikutnya" msgid "Conversation" msgstr "Percakapan" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "Percakapan dihapus" @@ -3127,7 +3135,7 @@ msgid "Copied build version to clipboard" msgstr "Versi build disalin ke papan klip" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3154,12 @@ msgstr "Tersalin!" msgid "Copies build version to clipboard" msgstr "Menyalin versi build ke papan klip" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:198 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:265 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "Salin" @@ -3159,8 +3167,8 @@ msgstr "Salin" msgid "Copy App Password" msgstr "Salin Sandi Aplikasi" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "Salin URI at://" @@ -3175,8 +3183,8 @@ msgid "Copy code" msgstr "Salin kode" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "Salin DID" @@ -3184,7 +3192,7 @@ msgstr "Salin DID" msgid "Copy host" msgstr "Salin host" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:254 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" msgstr "" @@ -3210,8 +3218,8 @@ msgstr "Salin tautan daftar" msgid "Copy link to post" msgstr "Salin tautan postingan" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "Salin tautan ke profil" @@ -3219,8 +3227,8 @@ msgstr "Salin tautan ke profil" msgid "Copy link to starter pack" msgstr "Salin tautan ke paket pemula" -#: src/components/dms/MessageContextMenu.tsx:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "Salin teks pesan" @@ -3249,7 +3257,7 @@ msgstr "Salin nilai data TXT" msgid "Copyright Policy" msgstr "Kebijakan Hak Cipta" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" msgstr "" @@ -3261,11 +3269,11 @@ msgstr "Tidak dapat terhubung pada feed kustom" msgid "Could not connect to feed service" msgstr "Tidak dapat terhubung pada layanan feed" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:120 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" msgstr "" @@ -3294,7 +3302,7 @@ msgstr "" msgid "Could not leave chat" msgstr "Tidak dapat meninggalkan obrolan" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." msgstr "" @@ -3308,7 +3316,7 @@ msgstr "Tidak dapat memuat feed" msgid "Could not load list" msgstr "Tidak dapat memuat daftar" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:169 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" msgstr "" @@ -3320,7 +3328,7 @@ msgstr "Tidak dapat membisukan obrolan" msgid "Could not process your video" msgstr "Tidak dapat memproses video" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." msgstr "" @@ -3329,7 +3337,7 @@ msgstr "" msgid "Could not save changes: {0}" msgstr "Tidak dapat menyimpan perubahan: {0}" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" msgstr "" @@ -3394,12 +3402,12 @@ msgstr "Buatkan paket pemula untuk saya" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:314 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3457,13 @@ msgstr "" msgid "Create moderation list" msgstr "Buat daftar moderasi" -#: src/screens/Messages/JoinRequest.tsx:308 +#: 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 "Buat akun baru" -#: src/screens/Messages/ConversationSettings/index.tsx:553 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "" @@ -3479,7 +3487,7 @@ msgstr "Buat daftar pengguna" #. placeholder {0}: i18n.date(createdAt, { dateStyle: 'long', timeStyle: 'short', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) #: src/screens/Messages/components/InviteLinkDialog.tsx:355 -#: src/screens/Messages/ConversationSettings/index.tsx:505 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "Dibuat pada {0}" @@ -3624,7 +3632,7 @@ msgstr "" msgid "Delete conversation" msgstr "Hapus percakapan" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "Hapus untuk saya" @@ -3637,7 +3645,7 @@ msgstr "Hapus daftar" msgid "Delete message" msgstr "Hapus pesan" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "Hapus pesan untuk saya" @@ -3647,7 +3655,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:1630 +#: src/view/com/composer/Composer.tsx:1628 msgid "Delete post" msgstr "Hapus postingan" @@ -3689,6 +3697,10 @@ 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 @@ -3794,9 +3806,9 @@ msgstr "Dinonaktifkan" #: 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:1411 +#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1661 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3819,14 @@ msgstr "Buang" msgid "Discard changes?" msgstr "Buang perubahan?" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1409 #: 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:1428 -#: src/view/com/composer/Composer.tsx:1655 +#: src/view/com/composer/Composer.tsx:1426 +#: src/view/com/composer/Composer.tsx:1653 msgid "Discard post?" msgstr "Buang postingan?" @@ -3852,7 +3864,7 @@ msgstr "Tutup" msgid "Dismiss banner" msgstr "Abaikan spanduk" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2499 msgid "Dismiss error" msgstr "Abaikan kesalahan" @@ -3949,8 +3961,8 @@ msgstr "" #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:146 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3975,7 @@ msgstr "" msgid "Done" msgstr "Selesai" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "Selesai" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:520 msgid "Double tap or long press the message to add a reaction" msgstr "Ketuk dua kali atau tekan lama pada pesan untuk menambahkan reaksi" @@ -4087,8 +4093,8 @@ msgstr "" msgid "Edit" msgstr "Ubah" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "Ubah" @@ -4102,8 +4108,8 @@ msgstr "Ubah avatar" msgid "Edit Feeds" msgstr "Ubah Daftar Feed" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "" @@ -4141,8 +4147,8 @@ msgstr "" msgid "Edit list details" msgstr "Ubah rincian daftar" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "Ubah status siaran langsung" @@ -4155,7 +4161,7 @@ msgstr "Ubah daftar moderasi" msgid "Edit My Feeds" msgstr "Ubah Daftar Feed" -#: src/screens/Messages/ConversationSettings/index.tsx:540 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "" @@ -4184,8 +4190,8 @@ msgstr "Edit Profil" msgid "Edit starter pack" msgstr "Ubah paket pemula" -#: src/screens/Messages/ConversationSettings/index.tsx:486 -#: src/screens/Messages/ConversationSettings/index.tsx:539 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "" @@ -4402,7 +4408,7 @@ msgstr "Masuk ke mode layar penuh" msgid "Entertainment" msgstr "Hiburan" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2598 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Galat" @@ -4481,7 +4487,7 @@ msgstr "Keluar dari layar penuh" msgid "Expand alt text" msgstr "Bentangkan teks alt" -#: src/view/com/notifications/NotificationFeedItem.tsx:606 +#: src/view/com/notifications/NotificationFeedItem.tsx:612 msgid "Expand list of users" msgstr "Bentangkan daftar pengguna" @@ -4596,8 +4602,8 @@ msgstr "Gagal menerima obrolan" msgid "Failed to accept join request" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "Gagal menambahkan emoji reaksi" @@ -4606,6 +4612,10 @@ msgstr "Gagal menambahkan emoji reaksi" msgid "Failed to add members" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "Gagal menambahkan paket pemula" @@ -4615,7 +4625,7 @@ msgid "Failed to change handle. Please try again." msgstr "Gagal mengubah panggilan. Silakan coba lagi." #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:129 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "" @@ -4664,7 +4674,7 @@ msgstr "" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:374 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "" @@ -4692,7 +4702,7 @@ msgstr "" msgid "Failed to ignore join request" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:137 +#: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4700,14 +4710,14 @@ msgstr "" msgid "Failed to launch SMS app" msgstr "Gagal meluncurkan aplikasi SMS" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:401 +#: 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 "" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "Gagal memuat percakapan" @@ -4753,15 +4763,20 @@ msgstr "Gagal memuat daftar feed yang disarankan" msgid "Failed to load suggested follows" msgstr "Gagal memuat saran akun untuk diikuti" -#: src/screens/Messages/ConversationSettings/index.tsx:426 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +msgid "Failed to mark all chats as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 +#: src/view/shell/bottom-bar/BottomBar.tsx:450 msgid "Failed to mark all requests as read" msgstr "Gagal menandai semua permintaan sebagai dibaca" -#: src/screens/Messages/ConversationSettings/index.tsx:390 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "" @@ -4783,12 +4798,16 @@ msgstr "" msgid "Failed to remove data. {0}" msgstr "Gagal menghapus data. {0}" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "Gagal menghapus emoji reaksi" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:258 +msgid "Failed to remove from list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "Gagal menghapus dari paket pemula" @@ -4802,7 +4821,7 @@ msgstr "" msgid "Failed to remove verification" msgstr "Gagal menghapus verifikasi" -#: src/components/intents/GroupChatJoinDialog.tsx:180 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." msgstr "" @@ -4811,7 +4830,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:648 +#: src/view/com/composer/Composer.tsx:646 msgid "Failed to save draft" msgstr "Gagal menyimpan draf" @@ -4854,7 +4873,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "Gagal membisukan utas, silakan coba lagi" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:435 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "" @@ -5116,16 +5135,16 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 "Ikuti" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "Ikuti {0}" @@ -5149,8 +5168,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "Ikuti 7 akun" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "Ikuti akun" @@ -5173,9 +5192,9 @@ msgstr "Ikuti semua akun" #. 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:423 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "Ikuti Balik" @@ -5211,7 +5230,7 @@ msgstr "Diikuti oleh <0>{0} dan <1>{1}" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "Diikuti oleh <0>{0}, <1>{1}, dan {2, plural, other {# lainnya}}" -#: src/components/intents/GroupChatJoinDialog.tsx:339 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" msgstr "" @@ -5231,10 +5250,10 @@ msgstr "Pengikut yang Anda kenal" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 "Mengikuti" @@ -5249,7 +5268,7 @@ msgstr "Mengikuti" #. 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 "Mengikuti {0}" @@ -5467,7 +5486,7 @@ msgstr "Memulai" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2603 msgid "GIF uploaded" msgstr "" @@ -5526,8 +5545,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "Kembali ke beranda" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "Siaran langsung" @@ -5538,8 +5557,8 @@ msgstr "Siaran langsung" msgid "Go Live" msgstr "Siaran Langsung" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "" @@ -5547,7 +5566,7 @@ msgstr "" msgid "Go live for" msgstr "Siaran langsung untuk" -#: src/view/com/notifications/NotificationFeedItem.tsx:250 +#: src/view/com/notifications/NotificationFeedItem.tsx:256 msgid "Go to {firstAuthorName}'s profile" msgstr "Buka profil {firstAuthorName}" @@ -5622,9 +5641,9 @@ msgstr "Konten grafis mengandung kekerasan" msgid "Grooming or predatory behavior" msgstr "" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:321 -#: src/screens/Messages/JoinRequest.tsx:129 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" msgstr "" @@ -5632,17 +5651,17 @@ msgstr "" msgid "Group chat invite link dialog" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:417 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:382 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "" @@ -5653,12 +5672,12 @@ msgid "Group chat settings" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:385 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "" @@ -5682,12 +5701,12 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "" @@ -5829,7 +5848,7 @@ msgstr "Daftar yang disembunyikan" msgid "Hide" msgstr "Sembunyikan" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "Sembunyikan" @@ -5904,7 +5923,7 @@ msgstr "Sembunyikan tren topik?" msgid "Hide trending videos?" msgstr "Sembunyikan tren video?" -#: src/view/com/notifications/NotificationFeedItem.tsx:951 +#: src/view/com/notifications/NotificationFeedItem.tsx:957 msgid "Hide user list" msgstr "Sembunyikan daftar pengguna" @@ -5960,7 +5979,7 @@ msgstr "Harap tunggu! Kami secara bertahap memberikan akses video, dan Anda masi #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6210,7 +6229,7 @@ msgstr "" msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "" @@ -6268,7 +6287,7 @@ msgstr "" msgid "Invalid 2FA confirmation code." msgstr "Kode konfirmasi 2FA tidak valid." -#: src/components/intents/GroupChatJoinDialog.tsx:147 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." msgstr "" @@ -6290,7 +6309,7 @@ msgstr "" msgid "Invalid report subject" msgstr "Subjek laporan tidak valid" -#: src/components/intents/GroupChatJoinDialog.tsx:187 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." msgstr "" @@ -6315,15 +6334,15 @@ 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:140 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:155 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6336,17 +6355,17 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:335 #: src/screens/Messages/components/InviteLinkDialog.tsx:514 #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 -#: src/screens/Messages/ConversationSettings/index.tsx:556 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:213 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" msgstr "" @@ -6410,7 +6429,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:2520 +#: src/view/com/composer/Composer.tsx:2518 msgid "Job ID: {0}" msgstr "ID Kerja: {0}" @@ -6420,7 +6439,7 @@ msgid "Jobs" msgstr "Karir" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:282 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" msgstr "" @@ -6431,12 +6450,12 @@ msgstr "" msgid "Join Bluesky" msgstr "Bergabung di Bluesky" -#: src/components/intents/GroupChatJoinDialog.tsx:71 -#: src/components/intents/GroupChatJoinDialog.tsx:448 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:176 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." msgstr "" @@ -6450,8 +6469,8 @@ msgstr "Bergabunglah dengan kami" msgid "Journalism" msgstr "Jurnalisme" -#: src/view/com/composer/Composer.tsx:1461 -#: src/view/com/composer/Composer.tsx:1471 +#: src/view/com/composer/Composer.tsx:1459 +#: src/view/com/composer/Composer.tsx:1469 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6609,7 +6628,7 @@ msgid "Learn more." msgstr "Pelajari lebih lanjut." #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:590 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "Tinggalkan" @@ -6623,8 +6642,8 @@ msgstr "Tinggalkan" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "Tinggalkan obrolan" @@ -6644,12 +6663,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "Tinggalkan percakapan" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:589 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "" @@ -6658,11 +6677,11 @@ msgstr "" msgid "Leaving Bluesky" msgstr "Meninggalkan Bluesky" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: src/screens/Messages/ConversationSettings/prompts.tsx:153 msgid "Leaving this chat will lock it permanently and you wonโ€™t be able to rejoin." msgstr "" -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." msgstr "" @@ -6935,9 +6954,9 @@ msgstr "Muat notifikasi baru" msgid "Load new posts" msgstr "Muat postingan baru" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "" @@ -6954,23 +6973,23 @@ msgstr "" msgid "Loading..." msgstr "Memuat..." -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:568 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "" @@ -7051,6 +7070,16 @@ msgstr "Kelola kata dan tagar yang dibisukan" 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 +msgid "Mark all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:467 +#: src/view/shell/bottom-bar/BottomBar.tsx:471 +msgid "Mark all requests as read" +msgstr "" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7089,14 @@ msgstr "Tandai telah dibaca" msgid "Marked all as read" msgstr "Ditandai semua sebagai dibaca" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,7 +7120,7 @@ msgstr "" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Media yang mungkin mengganggu atau tidak pantas untuk sebagian orang." -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." msgstr "" @@ -7092,7 +7129,7 @@ msgstr "" msgid "Members" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "" @@ -7111,13 +7148,13 @@ msgstr "Sebutan" msgid "Menu" msgstr "Menu" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 +#: 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" @@ -7132,7 +7169,7 @@ msgstr "Kirim pesan ke {0}" msgid "Message {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "Pesan dihapus" @@ -7141,13 +7178,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Pesan dihapus" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:616 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "Pesan dari @{0}: {1}" @@ -7156,21 +7193,21 @@ msgstr "Pesan dari @{0}: {1}" msgid "Message from server: {0}" msgstr "Pesan dari server: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "Kotak input pesan" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "Opsi pesan" @@ -7178,11 +7215,11 @@ msgstr "Opsi pesan" msgid "Messages" msgstr "Pesan" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:715 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:621 +#: src/components/dms/MessageItem.tsx:710 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7219,8 +7256,8 @@ msgstr "Detail moderasi" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "Daftar moderasi {0}" @@ -7228,7 +7265,7 @@ msgstr "Daftar moderasi {0}" msgid "Moderation list by <0/>" msgstr "Daftar moderasi oleh <0/>" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "Daftar moderasi Anda" @@ -7281,8 +7318,8 @@ msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "Opsi lainnya" @@ -7302,7 +7339,7 @@ msgstr "Film" msgid "Music" msgstr "Musik" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "Bisukan" @@ -7320,8 +7357,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "Bisukan akun" @@ -7347,7 +7384,7 @@ msgstr "Bisukan daftar" msgid "Mute these accounts?" msgstr "Bisukan akun-akun ini?" -#: src/screens/Messages/ConversationSettings/index.tsx:530 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "" @@ -7389,7 +7426,7 @@ msgstr "Bisukan kata & tagar" msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "" @@ -7480,7 +7517,7 @@ 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:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "Baru" @@ -7490,21 +7527,21 @@ msgctxt "action" msgid "New" msgstr "Baru" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: 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}" -#: 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:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "Obrolan baru" @@ -7592,11 +7629,11 @@ msgctxt "action" msgid "New post" msgstr "Postingan baru" -#: 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 "" @@ -7718,7 +7755,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 "Tidak lagi mengikuti {0}" @@ -7726,7 +7763,7 @@ msgstr "Tidak lagi mengikuti {0}" msgid "No media yet" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "Belum ada pesan" @@ -7763,7 +7800,7 @@ msgstr "" msgid "No one but the author can quote this post." msgstr "Tak seorang pun dapat mengutip postingan ini selain pemosting." -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "" @@ -7831,6 +7868,11 @@ 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" @@ -7895,7 +7937,7 @@ msgstr "Tidak Ditemukan" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "Catatan tentang berbagi" @@ -7931,7 +7973,7 @@ msgstr "Suara notifikasi" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8017,7 @@ msgstr "OK" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:722 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8008,11 +8050,11 @@ 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:862 msgid "One or more GIFs is missing alt text." msgstr "Satu atau beberapa GIF belum memiliki teks alt." -#: src/view/com/composer/Composer.tsx:861 +#: src/view/com/composer/Composer.tsx:859 msgid "One or more images is missing alt text." msgstr "Satu atau beberapa gambar belum memiliki teks alt." @@ -8024,11 +8066,11 @@ msgstr "" 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:657 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:869 msgid "One or more videos is missing alt text." msgstr "Satu atau beberapa video belum memiliki teks alt." @@ -8041,7 +8083,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:234 +#: src/view/com/composer/Composer.tsx:233 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8053,7 +8095,7 @@ msgstr "" msgid "Only admins can ignore join requests." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:145 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." msgstr "" @@ -8068,12 +8110,12 @@ msgid "Only image files are supported" msgstr "Hanya mendukung berkas gambar" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:222 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:292 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" msgstr "" @@ -8107,7 +8149,7 @@ msgid "Open camera" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:437 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" msgstr "" @@ -8115,8 +8157,8 @@ msgstr "" msgid "Open chat member options for {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "Buka opsi percakapan" @@ -8128,9 +8170,9 @@ msgstr "" msgid "Open drawer menu" msgstr "Buka menu geser" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2158 msgid "Open emoji picker" msgstr "Buka pemilih emoji" @@ -8151,7 +8193,7 @@ msgstr "Buka daftar emoji lengkap" msgid "Open Germ DM" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" msgstr "" @@ -8166,11 +8208,11 @@ msgid "Open in Google Translate" msgstr "" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "Buka tautan {niceUrl}" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "Buka opsi pesan" @@ -8221,7 +8263,7 @@ msgstr "Buka halaman buku cerita" msgid "Open system log" msgstr "Buka log sistem" -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" msgstr "" @@ -8275,13 +8317,13 @@ msgstr "" msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" -#: src/screens/Messages/JoinRequest.tsx:309 +#: 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 "Membuka alur untuk membuat akun baru Bluesky" -#: src/screens/Messages/JoinRequest.tsx:295 +#: 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" @@ -8341,7 +8383,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 "Membuka profil ini" @@ -8513,6 +8555,16 @@ msgstr "Orang yang mengikuti @{0}" msgid "People I follow" msgstr "Orang yang saya ikuti" +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "Orang yang saya ikuti" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "Orang yang saya ikuti" + #: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "" @@ -8813,7 +8865,7 @@ msgstr "Politik" msgid "Porn" msgstr "Pornografi" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post" msgstr "Posting" @@ -8833,12 +8885,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Post All" msgstr "Posting Semua" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1468 msgid "Post anyway" msgstr "" @@ -9015,11 +9067,11 @@ msgstr "Kebijakan Privasi" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2592 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing video..." msgstr "Memproses video..." @@ -9031,7 +9083,7 @@ msgstr "Memproses..." msgid "profile" msgstr "profil" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9117,22 @@ 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:1792 +#: src/view/com/composer/Composer.tsx:1790 msgid "Publish post" msgstr "Kirim postingan" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1787 +#: src/view/com/composer/Composer.tsx:1785 msgid "Publish posts" msgstr "Kirim postingan" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1776 +#: src/view/com/composer/Composer.tsx:1774 msgid "Publish replies" msgstr "Kirim balasan" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1781 +#: src/view/com/composer/Composer.tsx:1779 msgid "Publish reply" msgstr "Kirim balasan" @@ -9109,7 +9161,7 @@ msgid "QR code has been downloaded!" msgstr "Kode QR telah diunduh!" #: src/components/StarterPack/QrCodeDialog.tsx:122 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "Kode QR disimpan ke rol kamera Anda!" @@ -9172,8 +9224,8 @@ msgstr "" msgid "React with {emoji}" msgstr "Reaksi dengan {emoji}" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "" @@ -9268,10 +9320,6 @@ msgstr "Direkomendasikan" msgid "Reconnect" msgstr "Hubungkan kembali" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "" - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" @@ -9291,12 +9339,14 @@ msgstr "Tolak permintaan obrolan" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "Memuat ulang percakapan" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9355,9 @@ msgstr "Memuat ulang percakapan" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "Hapus" @@ -9326,7 +9375,7 @@ msgstr "Hapus {displayName} dari paket pemula" msgid "Remove {displayName} from this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" msgstr "" @@ -9443,14 +9492,14 @@ msgstr "Hapus feed ini dari feed tersimpan Anda" msgid "Remove unavailable moderation services" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "Hapus pengguna dari daftar" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "Hapus verifikasi" @@ -9466,8 +9515,8 @@ msgstr "Dilepaskan oleh pemosting" msgid "Removed by you" msgstr "Dilepaskan oleh Anda" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "Dihapus dari daftar" @@ -9535,6 +9584,14 @@ msgctxt "description" msgid "Replied to you" msgstr "" +#: src/components/dms/MessageItem.tsx:883 +msgid "Replied-to message from {senderName}, tap to scroll to it" +msgstr "" + +#: src/components/dms/MessageItem.tsx:884 +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 @@ -9552,7 +9609,12 @@ msgstr "Balasan dinonaktifkan" msgid "Replies to this post are disabled." msgstr "Balasan ke postingan ini dinonaktifkan." -#: src/view/com/composer/Composer.tsx:1804 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "Balas" + +#: src/view/com/composer/Composer.tsx:1802 msgctxt "action" msgid "Reply" msgstr "Balas" @@ -9590,14 +9652,14 @@ msgstr "Visibilitas balasan diperbarui" msgid "Reply was successfully hidden" msgstr "Balasan berhasil disembunyikan" -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:582 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "Laporkan" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "Laporkan akun" @@ -9623,7 +9685,7 @@ msgstr "Laporkan feed" msgid "Report list" msgstr "Laporkan daftar" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "Laporkan pesan" @@ -9657,7 +9719,7 @@ msgstr "" msgid "Report this feed" msgstr "Laporkan feed ini" -#: src/screens/Messages/ConversationSettings/index.tsx:581 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "" @@ -9737,7 +9799,7 @@ msgstr "Postingan ulang postingan ini" msgid "Reposts of your reposts" msgstr "Postingan ulang dari posting ulang Anda" -#: src/components/intents/GroupChatJoinDialog.tsx:447 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" msgstr "" @@ -9755,7 +9817,7 @@ msgid "Request ignored." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:281 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" msgstr "" @@ -9764,7 +9826,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "" @@ -9791,9 +9853,9 @@ msgstr "Diwajibkan untuk provider ini" msgid "Required in your region" msgstr "Diperlukan di wilayah Anda" -#: src/components/intents/GroupChatJoinDialog.tsx:296 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:310 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:115 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:117 msgid "Rescind request" msgstr "" @@ -9872,7 +9934,7 @@ 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:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 #: src/screens/Messages/JoinRequests.tsx:361 @@ -9928,7 +9990,7 @@ msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10015,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:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Simpan perubahan" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1421 #: 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:1449 #: 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:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10022,13 +10084,13 @@ msgid "Saved to your feeds" msgstr "Disimpan ke daftar feed Anda" #: 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 "Katakan halo!" -#: src/screens/Messages/ChatList.tsx:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "" @@ -10058,6 +10120,10 @@ msgstr "" msgid "Scroll right" msgstr "" +#: src/components/dms/MessageItem.tsx:774 +msgid "Scroll to the message this is replying to" +msgstr "" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "Gulir ke atas" @@ -10067,7 +10133,7 @@ msgstr "Gulir ke atas" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Cari" @@ -10148,8 +10214,8 @@ msgstr "" msgid "Search my posts" msgstr "Cari postingan saya" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "Cari postingan" @@ -10425,8 +10491,8 @@ msgstr "" msgid "Send feedback" msgstr "Kirim masukan" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "Kirim pesan" @@ -10460,7 +10526,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:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "" @@ -10565,7 +10631,7 @@ msgstr "Aktivitas seksual atau ketelanjangan erotis." msgid "Sexually Suggestive" msgstr "Bermuatan Seksual" -#: 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 @@ -10577,7 +10643,7 @@ msgstr "Bermuatan Seksual" msgid "Share" msgstr "Bagikan" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "Tetap bagikan" @@ -10641,8 +10707,8 @@ msgstr "Bagikan paket pemula ini dan bantu orang-orang untuk bergabung dengan ko #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "Bagikan lewat..." @@ -10796,15 +10862,15 @@ msgstr "Menampilkan konten" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:294 -#: src/screens/Messages/JoinRequest.tsx:300 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,7 +10896,7 @@ msgstr "Masuk atau buat akun" msgid "Sign in or create your account to join the conversation!" msgstr "Masuk atau buat akun Anda untuk bergabung dalam percakapan!" -#: src/screens/Messages/JoinRequest.tsx:220 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." msgstr "" @@ -10842,7 +10908,7 @@ msgstr "Masuk ke akun yang tidak tercantum dalam daftar" msgid "Sign in to Bluesky or create a new account" msgstr "Masuk ke Bluesky atau buat akun baru" -#: src/screens/Messages/JoinRequest.tsx:219 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." msgstr "" @@ -10900,7 +10966,7 @@ msgstr "Lewati" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1466 msgid "Skip empty posts?" msgstr "" @@ -10971,12 +11037,12 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:347 msgid "Someone reacted {0}" msgstr "Seseorang menanggapi {0}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "" @@ -10996,10 +11062,6 @@ msgstr "" msgid "Someone was removed from the group" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "" - #: 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 "Ada sesuatu yang kurang benar dengan data yang Anda laporkan. Silakan hubungi bantuan." @@ -11043,8 +11105,8 @@ msgstr "Ada masalah? Beri tahu kami." 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 "Maaf! Sesi Anda telah berakhir. Silakan masuk lagi." @@ -11214,13 +11276,13 @@ msgid "Subscribe" msgstr "Berlangganan" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "" @@ -11255,7 +11317,7 @@ msgstr "" msgid "Success!" msgstr "Sukses!" -#: src/components/intents/GroupChatJoinDialog.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" msgstr "" @@ -11355,7 +11417,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:572 +#: src/components/dms/MessageItem.tsx:661 msgid "Tap for details" msgstr "" @@ -11390,7 +11452,7 @@ msgid "Tap to dismiss" msgstr "Ketuk untuk menutup" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:453 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" msgstr "" @@ -11398,34 +11460,34 @@ msgstr "" msgid "Tap to open this group chat" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:452 +#: src/components/intents/GroupChatJoinDialog.tsx:468 msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:537 +#: src/components/dms/MessageItem.tsx:626 msgid "Tap to retry" msgstr "" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:373 msgid "Tap to view reactions" msgstr "" @@ -11528,7 +11590,7 @@ msgstr "Itu saja!" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "Akun ini dapat berinteraksi kembali dengan Anda setelah blokir dibuka." @@ -11594,7 +11656,7 @@ msgstr "Pengaturan ini akan otomatis diterapkan ke postingan baru. Anda dapat me msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:155 +#: src/components/intents/GroupChatJoinDialog.tsx:165 #: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." msgstr "" @@ -11621,7 +11683,7 @@ msgstr "Server tampaknya mengalami masalah. Silahkan coba lagi dalam beberapa sa msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "Paket pemula yang ingin Anda lihat tidak valid. Anda dapat menghapus paket pemula ini." -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "Subyek dari menu konteks" @@ -11665,8 +11727,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "" #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:182 +#: 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 "" @@ -11693,7 +11755,7 @@ msgstr "Ada masalah saat mengambil notifikasi. Ketuk di sini untuk mencoba lagi. msgid "There was an issue fetching posts. Tap here to try again." msgstr "Ada masalah saat mengambil postingan. Ketuk di sini untuk mencoba lagi." -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "Ada masalah saat mengambil daftar. Ketuk di sini untuk mencoba lagi." @@ -11733,12 +11795,12 @@ msgstr "Ada masalah saat memperbarui feed Anda, silakan periksa koneksi internet #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "Ada masalah! {0}" @@ -11778,7 +11840,7 @@ msgstr "Pengaturan ini hanya berlaku untuk feed Mengikuti." msgid "They own this chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." msgstr "" @@ -11828,22 +11890,22 @@ msgstr "" 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 "" -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:287 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:430 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" msgstr "" @@ -11881,7 +11943,7 @@ msgstr "Konten ini tidak tersedia karena salah satu pengguna yang terlibat telah msgid "This content is not viewable without a Bluesky account." msgstr "Konten ini tidak dapat dilihat tanpa akun Bluesky." -#: src/components/intents/GroupChatJoinDialog.tsx:141 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." msgstr "" @@ -11931,7 +11993,7 @@ msgstr "Feed ini kosong." msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "Feed ini tidak lagi online. Kami akan menampilkan <0>Discover sebagai gantinya." -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" msgstr "" @@ -11947,11 +12009,11 @@ msgstr "" msgid "This information is private and not shared with other users." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:151 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:223 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" msgstr "" @@ -11997,17 +12059,17 @@ msgstr "Daftar ini โ€“ dibuat oleh Anda โ€“mengandung kemungkinan pelanggaran pe msgid "This list is empty." msgstr "Daftar ini kosong." -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:688 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:658 +#: src/components/dms/MessageItem.tsx:684 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12045,11 +12107,11 @@ 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:1043 +#: src/view/com/composer/Composer.tsx:1041 msgid "This post's author has disabled quote posts." msgstr "Pembuat postingan ini telah menonaktifkan kutipan." -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "Profil ini hanya dapat dilihat oleh pengguna yang masuk. Ini tidak akan terlihat bagi pengguna yang belum masuk." @@ -12242,8 +12304,8 @@ msgstr "Balasan teratas lebih dulu" msgid "Topic" msgstr "Topik" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,7 +12375,7 @@ msgctxt "action" msgid "Try again" msgstr "Coba lagi" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." msgstr "" @@ -12335,7 +12397,7 @@ msgstr "TV" msgid "Two-factor authentication (2FA)" msgstr "Autentikasi Dua Faktor (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "Ketik pesan Anda di sini" @@ -12401,7 +12463,7 @@ msgstr "Tidak tersedia" msgid "Unavailable feed information" msgstr "Informasi feed tidak tersedia" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:726 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12409,14 +12471,14 @@ msgstr "Informasi feed tidak tersedia" #: src/components/moderation/BlockDialog.tsx:211 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "Buka blokir" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "Buka blokir" @@ -12427,8 +12489,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "Buka blokir akun" @@ -12437,7 +12499,7 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "Buka Blokir Akun?" @@ -12474,12 +12536,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Batal posting ulang ({0, plural, other {# postingan ulang}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "Berhenti ikuti {0}" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "Berhenti ikuti akun" @@ -12521,11 +12583,11 @@ msgstr "Batal suka" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Batal suka ({0, plural, other {# suka}})" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:567 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "" @@ -12548,8 +12610,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "Bunyikan akun" @@ -12562,7 +12624,7 @@ msgstr "Bunyikan percakapan" msgid "Unmute list" msgstr "Bunyikan daftar" -#: src/screens/Messages/ConversationSettings/index.tsx:529 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "" @@ -12641,7 +12703,7 @@ msgstr "Telah berhenti berlangganan dari daftar" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1557 +#: src/view/com/composer/Composer.tsx:1555 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -12654,12 +12716,9 @@ msgstr "" msgid "Update" msgstr "Perbarui" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "Perbarui <0>{displayName} dalam Daftar" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" msgstr "" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 @@ -12669,6 +12728,10 @@ msgstr "" msgid "Update email" msgstr "Perbarui email" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 #: src/screens/Messages/components/InviteLinkDialog.tsx:303 @@ -12680,14 +12743,6 @@ msgstr "" msgid "Update to {domain}" msgstr "Perbarui ke {domain}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "" - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "Perbarui email Anda" @@ -12736,7 +12791,7 @@ msgstr "Unggah dari Berkas" msgid "Upload from Library" msgstr "Unggah dari Pustaka" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2585 msgid "Uploading GIF..." msgstr "" @@ -12750,7 +12805,7 @@ msgstr "Mengunggah gambar..." msgid "Uploading link thumbnail..." msgstr "Mengunggah keluku tautan..." -#: src/view/com/composer/Composer.tsx:2589 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading video..." msgstr "Mengunggah video..." @@ -12826,7 +12881,7 @@ msgid "User Blocks You" msgstr "Pengguna Memblokir Anda" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "Daftar pengguna {0}" @@ -12835,7 +12890,7 @@ msgstr "Daftar pengguna {0}" msgid "User List by {0}" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "Daftar pengguna Anda" @@ -12875,16 +12930,6 @@ msgstr "pengguna yang diikuti <0>@{0}" msgid "users following <0>@{0}" msgstr "pengguna yang mengikuti <0>@{0}" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "Nilai:" @@ -12912,8 +12957,8 @@ msgstr "Diverifikasi oleh:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "Verifikasi akun" @@ -13039,7 +13084,7 @@ msgstr "Video tidak ditemukan." msgid "Video settings" msgstr "Pengaturan video" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2605 msgid "Video uploaded" msgstr "Video diunggah" @@ -13056,14 +13101,14 @@ msgstr "Video" msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1150 +#: src/view/com/composer/Composer.tsx:1148 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "" @@ -13078,7 +13123,7 @@ msgstr "Lihat avatar {0}" #: 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 "Lihat profil {0}" @@ -13092,7 +13137,7 @@ msgstr "" msgid "View {displayName}โ€™s profile" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "" @@ -13145,7 +13190,7 @@ msgstr "Lihat lainnya" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1143 msgid "View post" msgstr "" @@ -13162,10 +13207,10 @@ msgstr "Lihat profil" msgid "View profile banner" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "" @@ -13173,7 +13218,7 @@ msgstr "" msgid "View the avatar" msgstr "Lihat avatar" -#: src/screens/Messages/ConversationSettings/index.tsx:554 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "" @@ -13441,7 +13486,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:1039 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Kami mohon maaf! Postingan yang Anda balas telah dihapus." @@ -13492,7 +13537,7 @@ msgid "What do you want to call your starter pack?" msgstr "Apa nama paket pemula Anda?" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1519 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Apa kabar?" @@ -13519,7 +13564,7 @@ msgid "Who can verify?" msgstr "Siapa yang dapat memverifikasi?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "Waduh!" @@ -13578,7 +13623,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:1437 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13587,12 +13632,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1617 +#: src/view/com/composer/Composer.tsx:1615 msgid "Write post" msgstr "Tulis postingan" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1517 msgid "Write your reply" msgstr "Tulis balasan Anda" @@ -13658,7 +13703,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:610 +#: src/components/dms/MessageItem.tsx:699 msgid "You are blocking {0}" msgstr "" @@ -13764,11 +13809,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:221 +#: src/view/com/composer/Composer.tsx:220 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:1442 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13803,8 +13848,8 @@ msgstr "" msgid "You can update this later from your settings." msgstr "Anda bisa mengubahnya nanti melalui pengaturan." -#: src/components/dms/ActionsWrapper.web.tsx:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:115 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13839,7 +13884,7 @@ msgstr "Anda tidak memiliki feed yang disimpan." msgid "You got here first" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:166 +#: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and canโ€™t join it using this link." msgstr "" @@ -13884,6 +13929,7 @@ msgstr "Anda telah membisukan akun ini." msgid "You have muted this user" msgstr "Anda telah membisukan pengguna ini" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "Anda tidak memiliki daftar." @@ -13912,7 +13958,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:1434 +#: src/view/com/composer/Composer.tsx:1432 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -13970,7 +14016,7 @@ msgstr "Anda hanya dapat menambahkan hingga {STARTER_PACK_MAX_SIZE, plural, othe msgid "You may only add up to 3 feeds" msgstr "Anda hanya boleh menambahkan maksimal 3 feed" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." msgstr "" @@ -13983,7 +14029,7 @@ msgid "You must be following at least seven other people to generate a starter p msgstr "Anda harus mengikuti setidaknya tujuh orang sebelum membuat paket pemula." #: src/components/StarterPack/QrCodeDialog.tsx:69 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:89 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" @@ -14009,12 +14055,12 @@ 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:259 +#: src/components/dms/MessageItem.tsx:340 msgid "You reacted {0}" msgstr "Anda menanggapi {0}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "" @@ -14023,8 +14069,20 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" +#: src/components/dms/MessageItem.tsx:804 +msgid "You replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:802 +msgid "You replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:800 +msgid "You replied to yourself" +msgstr "" + #. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 msgid "You requested to join" msgstr "" @@ -14050,12 +14108,12 @@ msgstr "Anda sekarang akan menerima notifikasi untuk utas ini" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "Anda akan menerima email berisikan \"kode reset\". Masukkan kode tersebut di sini, lalu masukkan kata sandi baru." -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "" #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "" @@ -14127,7 +14185,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:646 +#: src/view/com/composer/Composer.tsx:644 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14199,11 +14257,11 @@ msgstr "Obrolan Anda telah dinonaktifkan" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "Pilihan Anda akan diingat untuk tautan selanjutnya. Anda dapat mengubahnya kapan saja di pengaturan." -#: src/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 "" @@ -14295,11 +14353,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:1141 +#: src/view/com/composer/Composer.tsx:1139 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1136 msgid "Your posts were sent" msgstr "" @@ -14320,7 +14378,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:1140 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your reply was sent" msgstr "" @@ -14333,7 +14391,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:1469 +#: src/view/com/composer/Composer.tsx:1467 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 a4387ff0fd..0f21fccc07 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-10 21:45\n" +"PO-Revision-Date: 2026-06-17 12:23\n" "Last-Translator: \n" "Language-Team: Italian\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "Categoria \"{interestsDisplayName}\" (attiva)" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:867 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" msgstr "(link invito alla chat)" -#: src/components/dms/getMessageInfo.ts:73 +#: 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)" @@ -75,7 +79,7 @@ msgstr "{0, plural, one {# etichetta รจ stata applicata} other {# etichette sono msgid "{0, plural, one {# like} other {# likes}}" msgstr "{0, plural, one {# mi piace} other {# mi piace}}" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "{0, plural, one {# membro} other {# membri}}" @@ -97,7 +101,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:269 +#: src/components/dms/MessageItem.tsx:350 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "{0, plural, one {# persona ha} other {# persone hanno}} reagito โ€“ {1}" @@ -118,15 +122,15 @@ msgstr "{0, plural, one {# secondo} other {# secondi}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: 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}}" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "{0, plural, one {#m} other {#m}}" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "{0} seguiti" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:703 msgid "{0} is blocking you" msgstr "{0} ti sta bloccando" @@ -273,7 +277,7 @@ msgstr "{0} di 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:345 msgid "{0} reacted {1}" msgstr "{0} ha reagito con {1}" @@ -326,26 +330,24 @@ msgstr "Foto profilo di {0}" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:143 +#: src/screens/Messages/JoinRequest.tsx:139 msgctxt "group-chat-member-count" msgid "{0}/{1}" 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'. +#. placeholder {0}: joinLinkPreview.memberCount #. placeholder {0}: preview.memberCount +#. placeholder {1}: joinLinkPreview.memberLimit #. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 msgid "{0}/{1} {2, plural, one {member} other {members}}" msgstr "{0}/{1} {2, plural, one {membro} other {membri}}" -#. The number of active group chat members out of the total number allowed. -#. placeholder {0}: joinLinkPreview.memberCount -#. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:329 -msgid "{0}/{1} members" -msgstr "{0}/{1} 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 @@ -389,7 +391,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:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "{count, plural, one {# richiesta} other {# richieste}}" @@ -397,33 +399,11 @@ msgstr "{count, plural, one {# richiesta} other {# richieste}}" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "{count, plural, one {# elemento non letto} other {# elementi non letti}}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "{count, plural, one {Aggiorna la pagina per vederlo.} other {Aggiorna la pagina per vederli tutti.}}" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "{count, plural, one {Questo post ha # foto.} other {Questo post ha # foto.}}" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "{count, plural, one {Aggiorna l'app per vederlo.} other {Aggiorna l'app per vederli tutti.}}" - #. 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 "{count, plural, other {#+ richieste di partecipazione}}" -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "{count}+" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "{count}+ richieste" - #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" msgstr "{date} alle {time}" @@ -441,155 +421,155 @@ msgstr "{estimatedTimeHrs, plural, one {ora} other {ore}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minuto} other {minuti}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: 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" -#: 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 "A {firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}} รจ piaciuto il tuo feed personalizzato" -#: 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 "A {firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}} รจ piaciuto il tuo post" -#: 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 "A {firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}} รจ piaciuto il tuo 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 "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}} hanno rimosso le loro verifiche dal tuo account" -#: 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 "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}} hanno ripubblicato il tuo post" -#: 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 "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}} hanno ripubblicato il tuo 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 "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}} si sono iscritti al tuo starter pack" -#: 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 "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}} ti hanno verificato" -#: src/view/com/notifications/NotificationFeedItem.tsx:367 +#: src/view/com/notifications/NotificationFeedItem.tsx:373 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} ha iniziato a seguirti" -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} ha iniziato a seguirti a sua volta" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "A {firstAuthorLink} รจ piaciuto il tuo feed personalizzato" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "A {firstAuthorLink} รจ piaciuto il tuo post" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:512 msgid "{firstAuthorLink} liked your repost" msgstr "A {firstAuthorLink} รจ piaciuto il tuo repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:479 +#: src/view/com/notifications/NotificationFeedItem.tsx:485 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} ha rimosso la propria verifica dal tuo account" -#: src/view/com/notifications/NotificationFeedItem.tsx:334 +#: src/view/com/notifications/NotificationFeedItem.tsx:340 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} ha ripubblicato il tuo post" -#: src/view/com/notifications/NotificationFeedItem.tsx:530 +#: src/view/com/notifications/NotificationFeedItem.tsx:536 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink} ha ripubblicato il tuo repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:431 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} si รจ iscritto con il tuo starter pack" -#: src/view/com/notifications/NotificationFeedItem.tsx:454 +#: src/view/com/notifications/NotificationFeedItem.tsx:460 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} ti ha verificato" -#: 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 "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}} hanno iniziato a seguirti" -#: 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 "A {firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}} รจ piaciuto il tuo feed personalizzato" -#: 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 "A {firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}} รจ piaciuto il tuo post" -#: 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 "A {firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}} รจ piaciuto il tuo repost" -#: 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 "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}} hanno rimosso le loro verifiche dal tuo account" -#: 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 "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}} hanno ripubblicato il tuo post" -#: 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 "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}} hanno ripubblicato il tuo 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 "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}} si sono iscritti al tuo starter pack" -#: 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 "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}} ti hanno verificato" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:359 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} ha iniziato a seguirti" -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} ha iniziato a seguirti a sua volta" -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" msgstr "A {firstAuthorName} รจ piaciuto il tuo feed personalizzato" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" msgstr "A {firstAuthorName} รจ piaciuto il tuo post" -#: src/view/com/notifications/NotificationFeedItem.tsx:492 +#: src/view/com/notifications/NotificationFeedItem.tsx:498 msgid "{firstAuthorName} liked your repost" msgstr "A {firstAuthorName} รจ piaciuto il tuo repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:465 +#: src/view/com/notifications/NotificationFeedItem.tsx:471 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} ha rimosso la propria verifica dal tuo account" -#: src/view/com/notifications/NotificationFeedItem.tsx:320 +#: src/view/com/notifications/NotificationFeedItem.tsx:326 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} ha ripubblicato il tuo post" -#: src/view/com/notifications/NotificationFeedItem.tsx:516 +#: src/view/com/notifications/NotificationFeedItem.tsx:522 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName} ha ripubblicato il tuo repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:411 +#: src/view/com/notifications/NotificationFeedItem.tsx:417 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} si รจ iscritto al tuo starter pack" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} ti ha verificato" @@ -659,12 +639,12 @@ msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "{minutes, plural, one {# minuto} other {# minuti}}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "{name} ha reagito con {0} a {target}" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "{name}: {message}" @@ -697,6 +677,18 @@ msgstr "{profileName} ha iniziato a usare Bluesky {timeAgoString} fa con uno sta msgid "{rank}." msgstr "{rank}." +#: src/components/dms/MessageItem.tsx:813 +msgid "{replierDisplayName} replied" +msgstr "{replierDisplayName} ha risposto" + +#: src/components/dms/MessageItem.tsx:809 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "{replierDisplayName} ha risposto a {originalName}" + +#: src/components/dms/MessageItem.tsx:807 +msgid "{replierDisplayName} replied to you" +msgstr "{replierDisplayName} ti ha risposto" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "Una raccolta di feed popolari che puoi trovare su Bluesky, tra cui News, Booksky, Game Dev, Blacksky e Fountain Pens" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "un messaggio" @@ -873,8 +875,8 @@ msgstr "Si รจ verificato un errore di rete. Controlla la tua connessione a inter #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 #: src/screens/Messages/JoinRequests.tsx:192 #: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." @@ -955,7 +957,7 @@ msgstr "Accetta questa lingua suggerita" msgid "Accepted conversations" msgstr "Conversazioni accettate" -#: src/components/intents/GroupChatJoinDialog.tsx:113 +#: 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." @@ -980,12 +982,12 @@ msgstr "Account" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "Account bloccato" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "Account seguito" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "L'account รจ disattivato" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "Account silenziato" @@ -1028,18 +1030,18 @@ msgstr "Account rimosso dall'accesso rapido" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "Account sbloccato" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "Non segui piรน questo account" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "Account riattivato" @@ -1054,12 +1056,13 @@ msgstr "Gli account con una spunta blu dentellata <0><1/> possono verificare msgid "Activity from others" msgstr "Attivitร  da altri" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "Aggiungi" @@ -1112,11 +1115,11 @@ msgstr "Aggiungi testo alternativo (opzionale)" msgid "Add another account" msgstr "Aggiungi un altro account" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1518 msgid "Add another post" msgstr "Aggiungi un altro post" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2181 msgid "Add another post to thread" msgstr "Aggiungi un altro post al thread" @@ -1182,7 +1185,7 @@ msgstr "Aggiungi parole e tag silenziati" msgid "Add people" msgstr "Aggiungi persone" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "Aggiungi persone alla lista" @@ -1214,8 +1217,8 @@ msgstr "Aggiungi il seguente record DNS al tuo dominio:" msgid "Add this feed to your feeds" msgstr "Aggiungi feed" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "Aggiungi a liste" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "Aggiungi ai post salvati" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "Aggiungi a starter pack" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "Aggiungi utente alla lista" @@ -1246,8 +1249,8 @@ msgstr "Aggiunto da {0}" msgid "Added by invite link" msgstr "Aggiunto tramite link di invito" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "Aggiunto alla lista" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "alice@example.com" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "Tutte" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "Tutti e {0}" @@ -1521,7 +1524,7 @@ msgid "An error occurred while loading your lists :/" msgstr "Si รจ verificato un errore caricando le tue liste :/" #: src/components/StarterPack/QrCodeDialog.tsx:81 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:103 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "Si รจ verificato un errore nel salvare il codice QR!" @@ -1589,8 +1592,8 @@ msgstr "Si รจ verificato un problema nell'aprire la chat" #: 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 "Si รจ verificato un problema, riprova." @@ -1643,7 +1646,7 @@ msgstr "Chiunque" msgid "Anyone can interact" msgstr "Tutti possono interagire" -#: src/components/intents/GroupChatJoinDialog.tsx:340 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" msgstr "Chiunque puรฒ partecipare" @@ -1796,8 +1799,8 @@ msgstr "Eliminare questo starter pack?" msgid "Are you sure you want to discard your changes?" msgstr "Annullare le modifiche?" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "Abbandonare {groupName}?" @@ -1814,11 +1817,11 @@ msgid "Are you sure you want to remove this from your feeds?" msgstr "Vuoi rimuoverlo dai tuoi feed?" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 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:1656 +#: src/view/com/composer/Composer.tsx:1654 msgid "Are you sure you'd like to discard this post?" msgstr "Scartare questo post?" @@ -1958,10 +1961,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:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2009,8 +2012,8 @@ msgstr "Blocca {displayName}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "Blocca account" @@ -2088,6 +2091,10 @@ 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." @@ -2260,7 +2267,7 @@ msgstr "Pulsante per tornare alla timeline principale" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:181 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2274,13 +2281,13 @@ msgstr "di @{0}" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:363 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "Di <0>{0}" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" msgstr "Di <0>{ownerDisplayName}" @@ -2348,10 +2355,10 @@ msgstr "Accesso alla fotocamera necessario" #: src/screens/Deactivated.tsx:150 #: src/screens/Messages/components/InviteLinkDialog.tsx:500 #: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,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:1734 -#: src/view/com/composer/Composer.tsx:1744 +#: src/view/com/composer/Composer.tsx:1732 +#: src/view/com/composer/Composer.tsx:1742 #: 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 @@ -2380,6 +2387,10 @@ msgstr "Annnulla la citazione del post" msgid "Cancel reactivation and sign out" msgstr "Annulla la riattivazione e disconnettiti" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "Annulla risposta" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "Annulla la ricerca" @@ -2481,7 +2492,7 @@ msgstr "Le modifiche allo starter pack fatte dopo la sua creazione non cambieran #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,7 +2509,7 @@ msgid "Chat ended" msgstr "Chat terminata" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:256 +#: src/components/intents/GroupChatJoinDialog.tsx:269 #: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" msgstr "Link di invito alla chat non piรน disponibile" @@ -2520,12 +2531,12 @@ msgctxt "toast" msgid "Chat muted" msgstr "Conversazione silenziata" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." msgstr "Chat non trovata." -#: src/components/moderation/BlockDialog.tsx:292 +#: 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." @@ -2544,10 +2555,10 @@ msgstr "Richieste di messaggi" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "Impostazioni chat" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Conversazione riattivata" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "Messaggi" @@ -2731,7 +2742,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:533 +#: src/components/dms/MessageItem.tsx:622 msgid "Click to retry failed message" msgstr "Clicca per riprovare l'invio" @@ -2745,6 +2756,7 @@ msgstr "Clicca per riprovare l'invio" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "Clicca per riprovare l'invio" #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:233 -#: src/components/intents/GroupChatJoinDialog.tsx:268 +#: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2804,10 +2816,6 @@ msgstr "Chiudi l'avviso" msgid "Close banner" msgstr "Chiudi banner" -#: src/view/com/util/BottomSheetCustomBackdrop.tsx:36 -msgid "Close bottom drawer" -msgstr "Chiudi menu a scomparsa inferiore" - #. Accessibility label for the button that dismisses the GIF picker error dialog. #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:223 #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:229 @@ -2822,7 +2830,7 @@ msgstr "Chiudi menu a scomparsa inferiore" msgid "Close dialog" msgstr "Chiudi la finestra di dialogo" -#: src/view/shell/index.web.tsx:129 +#: src/view/shell/index.web.tsx:127 msgid "Close drawer menu" msgstr "Chiudi il menu a scomparsa" @@ -2850,10 +2858,10 @@ msgstr "Chiudi scanner" msgid "Close the incoming requests banner" msgstr "Chiudi il banner delle richieste in arrivo" -#: src/components/intents/GroupChatJoinDialog.tsx:226 -#: src/components/intents/GroupChatJoinDialog.tsx:227 -#: src/components/intents/GroupChatJoinDialog.tsx:263 -#: src/components/intents/GroupChatJoinDialog.tsx:264 +#: 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 msgid "Close this dialog" msgstr "Chiudi la finestra" @@ -2866,15 +2874,15 @@ msgstr "Chiudi finestra di benvenuto" msgid "Closes password update alert" msgstr "Chiude l'avviso di aggiornamento della password" -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1740 msgid "Closes post composer and discards post draft" msgstr "Annulla la creazione del post ed elimina la bozza" -#: src/view/com/notifications/NotificationFeedItem.tsx:605 +#: src/view/com/notifications/NotificationFeedItem.tsx:611 msgid "Collapse list of users" msgstr "Comprimi la lista di utenti" -#: src/view/com/notifications/NotificationFeedItem.tsx:953 +#: src/view/com/notifications/NotificationFeedItem.tsx:959 msgid "Collapses list of users for a given notification" msgstr "Comprime l'elenco degli utenti per una determinata notifica" @@ -2920,7 +2928,7 @@ msgid "Compose new post" msgstr "Scrivi un nuovo post" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1618 +#: src/view/com/composer/Composer.tsx:1616 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Scrivi post fino a {0, plural, other {# caratteri}}" @@ -2928,11 +2936,11 @@ msgstr "Scrivi post fino a {0, plural, other {# caratteri}}" msgid "Compose reply" msgstr "Scrivi la risposta" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2578 msgid "Compressing GIF..." msgstr "Compressione GIF in corso..." -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing video..." msgstr "Compressione del video..." @@ -3100,7 +3108,7 @@ msgstr "Vai al passaggio successivo" msgid "Conversation" msgstr "Conversazione" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "Conversazione eliminata" @@ -3127,7 +3135,7 @@ msgid "Copied build version to clipboard" msgstr "Versione della build copiata negli appunti" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3154,12 @@ msgstr "Copiato!" msgid "Copies build version to clipboard" msgstr "Copia la versione negli appunti" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" msgstr "Copia l'URL canonico del profilo negli appunti" #: src/components/StarterPack/QrCodeDialog.tsx:198 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:265 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "Copia" @@ -3159,8 +3167,8 @@ msgstr "Copia" msgid "Copy App Password" msgstr "Copia password per app" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "Copia URL at://" @@ -3175,8 +3183,8 @@ msgid "Copy code" msgstr "Copia codice" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "Copia DID" @@ -3184,7 +3192,7 @@ msgstr "Copia DID" msgid "Copy host" msgstr "Copia host" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:254 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" msgstr "Copia link di invito" @@ -3210,8 +3218,8 @@ msgstr "Copia link della lista" msgid "Copy link to post" msgstr "Copia link del post" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "Copia link al profilo" @@ -3219,8 +3227,8 @@ msgstr "Copia link al profilo" msgid "Copy link to starter pack" msgstr "Copia link allo starter pack" -#: src/components/dms/MessageContextMenu.tsx:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "Copia testo del messaggio" @@ -3249,7 +3257,7 @@ msgstr "Copia valore del record TXT" msgid "Copyright Policy" msgstr "Politica sul diritto d'autore" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" msgstr "Impossibile catturare il codice QR" @@ -3261,11 +3269,11 @@ msgstr "Impossibile connettersi al feed personalizzato" msgid "Could not connect to feed service" msgstr "Impossibile connettersi al servizio feed" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:120 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" msgstr "Impossibile copiare โ€“ riprova" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" msgstr "Impossibile scaricare โ€“ riprova" @@ -3294,7 +3302,7 @@ msgstr "Impossibile seguire tutte le corrispondenze. {0}" msgid "Could not leave chat" msgstr "Impossibile abbandonare la chat" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." msgstr "Impossibile abbandonare la chat." @@ -3308,7 +3316,7 @@ msgstr "Non รจ stato possibile caricare il feed" msgid "Could not load list" msgstr "Non รจ stato possibile caricare la lista" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:169 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" msgstr "Impossibile caricare il profilo" @@ -3320,7 +3328,7 @@ msgstr "Errore nel silenziare la conversazione" msgid "Could not process your video" msgstr "Impossibile processare il tuo video" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." msgstr "Impossibile rimuovere il membro." @@ -3329,7 +3337,7 @@ msgstr "Impossibile rimuovere il membro." msgid "Could not save changes: {0}" msgstr "Impossibile salvare le modifiche: {0}" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" msgstr "Impossibile condividere โ€“ riprova" @@ -3394,12 +3402,12 @@ msgstr "Crea uno starter pack per me" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:314 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3457,13 @@ msgstr "Crea lista da starter pack" msgid "Create moderation list" msgstr "Crea lista di moderazione" -#: src/screens/Messages/JoinRequest.tsx:308 +#: 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 "Crea un nuovo account" -#: src/screens/Messages/ConversationSettings/index.tsx:553 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "Crea o modifica un link di invito per questa chat di gruppo" @@ -3479,7 +3487,7 @@ msgstr "Crea lista di utenti" #. placeholder {0}: i18n.date(createdAt, { dateStyle: 'long', timeStyle: 'short', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) #: src/screens/Messages/components/InviteLinkDialog.tsx:355 -#: src/screens/Messages/ConversationSettings/index.tsx:505 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "Creato {0}" @@ -3624,7 +3632,7 @@ msgstr "Elimina contatti" msgid "Delete conversation" msgstr "Elimina conversazione" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "Elimina per me" @@ -3637,7 +3645,7 @@ msgstr "Elimina lista" msgid "Delete message" msgstr "Elimina messaggio" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "Elimina messaggio per me" @@ -3647,7 +3655,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:1630 +#: src/view/com/composer/Composer.tsx:1628 msgid "Delete post" msgstr "Elimina il post" @@ -3689,6 +3697,10 @@ 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 @@ -3794,9 +3806,9 @@ msgstr "Disabilitato" #: 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:1411 +#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1661 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3819,14 @@ msgstr "Scarta" msgid "Discard changes?" msgstr "Scartare le modifiche?" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1409 #: 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:1428 -#: src/view/com/composer/Composer.tsx:1655 +#: src/view/com/composer/Composer.tsx:1426 +#: src/view/com/composer/Composer.tsx:1653 msgid "Discard post?" msgstr "Scartare il post?" @@ -3852,7 +3864,7 @@ msgstr "Ignora" msgid "Dismiss banner" msgstr "Chiudi banner" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2499 msgid "Dismiss error" msgstr "Ignora errore" @@ -3949,8 +3961,8 @@ msgstr "Non preoccuparti! Tutti i messaggi e le impostazioni esistenti sono stat #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:146 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3975,7 @@ msgstr "Non preoccuparti! Tutti i messaggi e le impostazioni esistenti sono stat msgid "Done" msgstr "Fatto" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "Fatto" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:520 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" @@ -4087,8 +4093,8 @@ msgstr "Disturbi alimentari" msgid "Edit" msgstr "Modifica" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "Modifica" @@ -4102,8 +4108,8 @@ msgstr "Modifica avatar" msgid "Edit Feeds" msgstr "Modifica i feed" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "Modifica nome del gruppo" @@ -4141,8 +4147,8 @@ msgstr "Modifica impostazioni link" msgid "Edit list details" msgstr "Modifica lista" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "Modifica stato in diretta" @@ -4155,7 +4161,7 @@ msgstr "Modifica lista di moderazione" msgid "Edit My Feeds" msgstr "Modifica i miei feed" -#: src/screens/Messages/ConversationSettings/index.tsx:540 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "Modifica nome" @@ -4184,8 +4190,8 @@ msgstr "Modifica profilo" msgid "Edit starter pack" msgstr "Modifica starter pack" -#: src/screens/Messages/ConversationSettings/index.tsx:486 -#: src/screens/Messages/ConversationSettings/index.tsx:539 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "Modifica il nome di questa chat di gruppo" @@ -4402,7 +4408,7 @@ msgstr "Passa a schermo intero" msgid "Entertainment" msgstr "Intrattenimento" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2598 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Errore" @@ -4481,7 +4487,7 @@ msgstr "Esci da schermo intero" msgid "Expand alt text" msgstr "Espandi il testo alternativo" -#: src/view/com/notifications/NotificationFeedItem.tsx:606 +#: src/view/com/notifications/NotificationFeedItem.tsx:612 msgid "Expand list of users" msgstr "Espandi la lista di utenti" @@ -4596,8 +4602,8 @@ msgstr "Impossibile accettare la richiesta" msgid "Failed to accept join request" msgstr "Impossibile accettare la richiesta di partecipazione" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "Non รจ stato possibile aggiungere la reazione" @@ -4606,6 +4612,10 @@ msgstr "Non รจ stato possibile aggiungere la reazione" msgid "Failed to add members" msgstr "Impossibile aggiungere membri" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "Impossibile aggiungere alla lista" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "Non รจ stato possibile aggiungere allo starter pack" @@ -4615,7 +4625,7 @@ msgid "Failed to change handle. Please try again." msgstr "Non รจ stato possibile cambiare il nome utente. Riprovare." #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:129 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "Impossibile copiare il link" @@ -4664,7 +4674,7 @@ msgstr "Impossibile disattivare il link di invito" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "Impossibile disconnettere Germ DM. Errore: {0}" -#: src/screens/Messages/ConversationSettings/index.tsx:374 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "Modifica del nome della chat di gruppo non riuscita" @@ -4692,7 +4702,7 @@ msgstr "Impossibile nascondere il suggerimento, controlla la tua connessione a i msgid "Failed to ignore join request" msgstr "Impossibile ignorare la richiesta di partecipazione" -#: src/components/intents/GroupChatJoinDialog.tsx:137 +#: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "Impossibile partecipare alla chat di gruppo. Riprova." @@ -4700,14 +4710,14 @@ msgstr "Impossibile partecipare alla chat di gruppo. Riprova." msgid "Failed to launch SMS app" msgstr "Impossibile avviare l'app per gli SMS" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:401 +#: 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 "Impossibile abbandonare la chat di gruppo" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "Impossibile caricare le conversazioni" @@ -4753,15 +4763,20 @@ msgstr "Impossibile caricare feed consigliati" msgid "Failed to load suggested follows" msgstr "Impossibile caricare follow consigliati" -#: src/screens/Messages/ConversationSettings/index.tsx:426 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "Impossibile bloccare la chat di gruppo" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +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 msgid "Failed to mark all requests as read" msgstr "Impossibile segnare le richieste come lette" -#: src/screens/Messages/ConversationSettings/index.tsx:390 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "Impossibile silenziare la chat di gruppo" @@ -4783,12 +4798,16 @@ msgstr "Impossibile rimuovere i dati a causa di un errore di rete, controlla la msgid "Failed to remove data. {0}" msgstr "Impossibile rimuovere i dati. {0}" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "Non รจ stato possibile rimuovere la reazione" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:258 +msgid "Failed to remove from list" +msgstr "Impossibile rimuovere dalla lista" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "Non รจ stato possibile rimuovere dallo starter pack" @@ -4802,7 +4821,7 @@ msgstr "Impossibile rimuovere il membro dalla chat di gruppo" msgid "Failed to remove verification" msgstr "Non รจ stato possibile rimuovere la verifica" -#: src/components/intents/GroupChatJoinDialog.tsx:180 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." msgstr "Impossibile annullare la richiesta. Riprova." @@ -4811,7 +4830,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:648 +#: src/view/com/composer/Composer.tsx:646 msgid "Failed to save draft" msgstr "Impossibile salvare la bozza" @@ -4854,7 +4873,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "Impossibile abilitare silenziamento thread, riprovare" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:435 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "Impossibile sbloccare la chat di gruppo" @@ -5116,16 +5135,16 @@ msgstr "Attiva il campo di ricerca" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 "Segui" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "Segui {0}" @@ -5149,8 +5168,8 @@ msgstr "Segui 10 persone per iniziare" msgid "Follow 7 accounts" msgstr "Segui 7 account" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "Segui account" @@ -5173,9 +5192,9 @@ msgstr "Segui tutti gli account" #. 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:423 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "Ricambia follow" @@ -5211,7 +5230,7 @@ msgstr "Seguito da <0>{0} e <1>{1}" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "Seguito da <0>{0}, <1>{1}, e {2, plural, one {# altro} other {# altri}}" -#: src/components/intents/GroupChatJoinDialog.tsx:339 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" msgstr "Chi segue puรฒ partecipare" @@ -5231,10 +5250,10 @@ msgstr "Follower che conosci" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 "Seguito" @@ -5249,7 +5268,7 @@ msgstr "Seguito" #. 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 "Stai seguendo {0}" @@ -5467,7 +5486,7 @@ msgstr "Per cominciare" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2603 msgid "GIF uploaded" msgstr "GIF caricata" @@ -5526,8 +5545,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "Vai alla home" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "Vai in diretta" @@ -5538,8 +5557,8 @@ msgstr "Vai in diretta" msgid "Go Live" msgstr "Vai in diretta" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "Vai in diretta (disabilitato)" @@ -5547,7 +5566,7 @@ msgstr "Vai in diretta (disabilitato)" msgid "Go live for" msgstr "Vai in diretta per" -#: src/view/com/notifications/NotificationFeedItem.tsx:250 +#: src/view/com/notifications/NotificationFeedItem.tsx:256 msgid "Go to {firstAuthorName}'s profile" msgstr "Vai al profilo di {firstAuthorName}" @@ -5622,9 +5641,9 @@ msgstr "Contenuti violenti espliciti" msgid "Grooming or predatory behavior" msgstr "Adescamento o comportamento predatorio" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:321 -#: src/screens/Messages/JoinRequest.tsx:129 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" msgstr "Chat di gruppo" @@ -5632,17 +5651,17 @@ msgstr "Chat di gruppo" msgid "Group chat invite link dialog" msgstr "Finestra di dialogo link di invito alla chat di gruppo" -#: src/screens/Messages/ConversationSettings/index.tsx:417 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "Chat di gruppo bloccata" -#: src/screens/Messages/ConversationSettings/index.tsx:382 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "Chat di gruppo silenziata" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "Nome chat di gruppo aggiornato" @@ -5653,12 +5672,12 @@ msgid "Group chat settings" msgstr "Impostazioni chat di gruppo" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "Chat di gruppo sbloccata" -#: src/screens/Messages/ConversationSettings/index.tsx:385 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "Chat di gruppo riattivata" @@ -5682,12 +5701,12 @@ msgstr "Il gruppo รจ bloccato" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "Nome del gruppo" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "Il nome del gruppo รจ troppo lungo. {MAX_GROUP_NAME_GRAPHEME_LENGTH, plural, other {Il numero massimo di caratteri รจ #.}}" @@ -5829,7 +5848,7 @@ msgstr "Lista nascosta" msgid "Hide" msgstr "Nascondi" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "Nascondi" @@ -5904,7 +5923,7 @@ msgstr "Nascondere gli argomenti di tendenza?" msgid "Hide trending videos?" msgstr "Nascondere i video di tendenza?" -#: src/view/com/notifications/NotificationFeedItem.tsx:951 +#: src/view/com/notifications/NotificationFeedItem.tsx:957 msgid "Hide user list" msgstr "Nascondi elenco utenti" @@ -5960,7 +5979,7 @@ msgstr "Un po' di pazienza: stiamo gradualmente dando accesso al video e tu sei #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6210,7 +6229,7 @@ msgstr "Nell'app, push, tutti" msgid "In-app, push, people you follow" msgstr "Nell'app, push, persone che segui" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "Posta in arrivo vuota" @@ -6268,7 +6287,7 @@ msgstr "Presentazione dei post salvati, noti anche come segnalibri" msgid "Invalid 2FA confirmation code." msgstr "Codice di conferma 2FA non valido." -#: src/components/intents/GroupChatJoinDialog.tsx:147 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." msgstr "Codice chat di gruppo non valido." @@ -6290,7 +6309,7 @@ msgstr "Numero di telefono non valido" msgid "Invalid report subject" msgstr "Oggetto segnalazione non valido" -#: src/components/intents/GroupChatJoinDialog.tsx:187 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." msgstr "Richiesta di annullamento non valida." @@ -6315,15 +6334,15 @@ 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:140 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" msgstr "Invita amici" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:155 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "Invita amici" @@ -6336,17 +6355,17 @@ msgstr "Invita amici <0/>" #: src/screens/Messages/components/InviteLinkDialog.tsx:335 #: src/screens/Messages/components/InviteLinkDialog.tsx:514 #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 -#: src/screens/Messages/ConversationSettings/index.tsx:556 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "Link di invito" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:213 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "Link di invito" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" msgstr "Link di invito copiato" @@ -6410,7 +6429,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:2520 +#: src/view/com/composer/Composer.tsx:2518 msgid "Job ID: {0}" msgstr "ID processo: {0}" @@ -6420,7 +6439,7 @@ msgid "Jobs" msgstr "Opportunitร  di lavoro" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:282 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" msgstr "Partecipa" @@ -6431,12 +6450,12 @@ msgstr "Partecipa" msgid "Join Bluesky" msgstr "Entra in Bluesky" -#: src/components/intents/GroupChatJoinDialog.tsx:71 -#: src/components/intents/GroupChatJoinDialog.tsx:448 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" msgstr "Partecipa alla chat di gruppo" -#: src/components/intents/GroupChatJoinDialog.tsx:176 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." msgstr "Richiesta di partecipazione annullata." @@ -6450,8 +6469,8 @@ msgstr "Partecipa alla conversazione" msgid "Journalism" msgstr "Giornalismo" -#: src/view/com/composer/Composer.tsx:1461 -#: src/view/com/composer/Composer.tsx:1471 +#: src/view/com/composer/Composer.tsx:1459 +#: src/view/com/composer/Composer.tsx:1469 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "Continua a modificare" @@ -6609,7 +6628,7 @@ msgid "Learn more." msgstr "Saperne di piรน." #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:590 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "Abbandona" @@ -6623,8 +6642,8 @@ msgstr "Abbandona" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "Abbandona la chat" @@ -6644,12 +6663,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "Abbandona conversazione" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "Abbandona chat di gruppo" -#: src/screens/Messages/ConversationSettings/index.tsx:589 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "Abbandona questa chat di gruppo" @@ -6658,11 +6677,11 @@ msgstr "Abbandona questa chat di gruppo" msgid "Leaving Bluesky" msgstr "Stai lasciando Bluesky" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: src/screens/Messages/ConversationSettings/prompts.tsx:153 msgid "Leaving this chat will lock it permanently and you wonโ€™t be able to rejoin." msgstr "Se la abbandoni, questa chat verrร  bloccata definitivamente e non potrai parteciparvi piรน." -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." msgstr "Chat di gruppo abbandonata." @@ -6935,9 +6954,9 @@ msgstr "Carica piรน notifiche" msgid "Load new posts" msgstr "Carica nuovi post" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "Caricamento della chatโ€ฆ" @@ -6954,23 +6973,23 @@ msgstr "Caricamento impostazioni di interazione del post..." msgid "Loading..." msgstr "Caricamento..." -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "Blocca" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "Blocca chat di gruppo" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "Bloccare la chat di gruppo?" -#: src/screens/Messages/ConversationSettings/index.tsx:568 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "Blocca questa chat di gruppo" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "Bloccato" @@ -7051,6 +7070,16 @@ msgstr "Gestisci parole e tag silenziati" 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 +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 +msgid "Mark all requests as read" +msgstr "Contrassegna tutte le richieste come lette" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7089,14 @@ msgstr "Segna come letto" msgid "Marked all as read" msgstr "Segnato tutto come letto" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "Tutte le chat sono state contrassegnate come lette" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "Tutte le richieste sono state contrassegnate come lette" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,7 +7120,7 @@ msgstr "Media salvati su un altro dispositivo" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Contenuti che potrebbero disturbare o risultare inappropriati per alcuni tipi di pubblico." -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." msgstr "Membro rimosso dalla chat di gruppo." @@ -7092,7 +7129,7 @@ msgstr "Membro rimosso dalla chat di gruppo." msgid "Members" msgstr "Membri" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "I membri possono ancora leggere la cronologia della chat ma non possono inviare nuovi messaggi." @@ -7111,13 +7148,13 @@ msgstr "Menzioni" msgid "Menu" msgstr "Menu" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "Messaggio" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 +#: 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" @@ -7132,7 +7169,7 @@ msgstr "Messaggio {0}" msgid "Message {displayName}" msgstr "Invia messaggio a {displayName}" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "Messaggio eliminato" @@ -7141,13 +7178,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Messaggio eliminato" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:616 msgid "Message failed to send." msgstr "Impossibile inviare il messaggio." #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "Messaggio da @{0}: {1}" @@ -7156,21 +7193,21 @@ msgstr "Messaggio da @{0}: {1}" msgid "Message from server: {0}" msgstr "Messaggio dal server: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "Input del messaggio" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 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:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "Opzioni messaggio" @@ -7178,11 +7215,11 @@ msgstr "Opzioni messaggio" msgid "Messages" msgstr "Messaggi" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:715 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:621 +#: src/components/dms/MessageItem.tsx:710 msgid "Messages from this person are hidden while you are blocking them." msgstr "I messaggi di questa persona sono nascosti mentre la stai bloccando." @@ -7219,8 +7256,8 @@ msgstr "Dettagli sulla moderazione" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "Lista di moderazione di {0}" @@ -7228,7 +7265,7 @@ msgstr "Lista di moderazione di {0}" msgid "Moderation list by <0/>" msgstr "Lista di moderazione di <0/>" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "La tua lista di moderazione" @@ -7281,8 +7318,8 @@ msgstr "Altre lingue..." #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "Altre opzioni" @@ -7302,7 +7339,7 @@ msgstr "Film" msgid "Music" msgstr "Musica" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "Silenzia" @@ -7320,8 +7357,8 @@ msgstr "Silenzia {0}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "Silenzia account" @@ -7347,7 +7384,7 @@ msgstr "Silenzia lista" msgid "Mute these accounts?" msgstr "Silenziare questi account?" -#: src/screens/Messages/ConversationSettings/index.tsx:530 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "Silenzia questa chat di gruppo" @@ -7389,7 +7426,7 @@ msgstr "Silenzia parole e tag" msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." msgstr "Silenzia, abbandona o rimuovi persone in qualsiasi momento. รˆ la tua chat." -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "Silenziato" @@ -7480,7 +7517,7 @@ 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:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "Nuova" @@ -7490,21 +7527,21 @@ msgctxt "action" msgid "New" msgstr "Nuova" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: 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}" -#: 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 "{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:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "Nuova chat" @@ -7592,11 +7629,11 @@ msgctxt "action" msgid "New post" msgstr "Nuovo post" -#: 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 "Nuovi post di {firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}} " -#: 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 "Nuovi post di {firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}}" @@ -7718,7 +7755,7 @@ msgstr "Nessuna lista" #. 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 "Non segui piรน {0}" @@ -7726,7 +7763,7 @@ msgstr "Non segui piรน {0}" msgid "No media yet" msgstr "Ancora nessun media" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "Ancora nessun messaggio" @@ -7763,7 +7800,7 @@ msgstr "Nessuno" msgid "No one but the author can quote this post." msgstr "Solo l'autore puรฒ citare questo post." -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "Nessuno puรฒ inviare messaggi" @@ -7831,6 +7868,11 @@ 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" @@ -7895,7 +7937,7 @@ msgstr "Non trovato" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "Non sei pronto a pubblicare? Conserva le tue idee migliori nelle Bozze fino al momento giusto." -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "Nota sulla condivisione" @@ -7931,7 +7973,7 @@ msgstr "Suoni di notifica" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8017,7 @@ msgstr "OK" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:722 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8008,11 +8050,11 @@ 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:864 +#: src/view/com/composer/Composer.tsx:862 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:861 +#: src/view/com/composer/Composer.tsx:859 msgid "One or more images is missing alt text." msgstr "A una o piรน immagini manca il testo alternativo." @@ -8024,11 +8066,11 @@ msgstr "Uno o piรน file selezionati non sono supportati." 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:659 +#: src/view/com/composer/Composer.tsx:657 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:871 +#: src/view/com/composer/Composer.tsx:869 msgid "One or more videos is missing alt text." msgstr "In uno o piรน video manca il testo alternativo." @@ -8041,7 +8083,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:234 +#: src/view/com/composer/Composer.tsx:233 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}" @@ -8053,7 +8095,7 @@ msgstr "Solo gli amministratori possono accettare le richieste di partecipazione msgid "Only admins can ignore join requests." msgstr "Solo gli amministratori possono ignorare le richieste di partecipazione." -#: src/components/intents/GroupChatJoinDialog.tsx:145 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." msgstr "Solo i follower possono partecipare a questa chat di gruppo." @@ -8068,12 +8110,12 @@ msgid "Only image files are supported" msgstr "Sono supportati solo i file immagine" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:222 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." msgstr "Solo le persone che seguono {0} possono partecipare." #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:292 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" msgstr "Solo le persone seguite dal proprietario della chat possono partecipare" @@ -8107,7 +8149,7 @@ msgid "Open camera" msgstr "Apri fotocamera" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:437 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" msgstr "Apri chat" @@ -8115,8 +8157,8 @@ msgstr "Apri chat" msgid "Open chat member options for {displayName}" msgstr "Apri le opzioni dei membri della chat per {displayName}" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "Apri opzioni conversazione" @@ -8128,9 +8170,9 @@ msgstr "Apri bozza" msgid "Open drawer menu" msgstr "Apri il menu a scomparsa" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2158 msgid "Open emoji picker" msgstr "Apri il selettore emoji" @@ -8151,7 +8193,7 @@ msgstr "Apri elenco completo di emoji" msgid "Open Germ DM" msgstr "Apri Germ DM" -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" msgstr "Apri chat di gruppo" @@ -8166,11 +8208,11 @@ msgid "Open in Google Translate" msgstr "Apri in Google Translate" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "Apri link verso {niceUrl}" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "Apri opzioni messaggio" @@ -8221,7 +8263,7 @@ msgstr "Apri la pagina della cronologia" msgid "Open system log" msgstr "Apri il registro di sistema" -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" msgstr "Apri questa chat di gruppo" @@ -8275,13 +8317,13 @@ msgstr "Apre la fotocamera del dispositivo" 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." -#: src/screens/Messages/JoinRequest.tsx:309 +#: 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 "Apre il procedimento per creare un nuovo account Bluesky" -#: src/screens/Messages/JoinRequest.tsx:295 +#: 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" @@ -8341,7 +8383,7 @@ msgstr "Apre l'editor dei post" msgid "Opens this draft in the composer" msgstr "Apre questa bozza nellโ€™editor" -#: 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 "Apre questo profilo" @@ -8513,6 +8555,16 @@ msgstr "Persone che seguono @{0}" msgid "People I follow" msgstr "Persone che seguo" +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "Persone che seguo" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "Persone che seguo" + #: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "Le persone che seguo possono unirsi istantaneamente" @@ -8813,7 +8865,7 @@ msgstr "Politica" msgid "Porn" msgstr "Porno" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post" msgstr "Post" @@ -8833,12 +8885,12 @@ msgstr "Pubblica una foto" msgid "Post a video" msgstr "Pubblica un video" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Post All" msgstr "Posta tutti" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1468 msgid "Post anyway" msgstr "Pubblica comunque" @@ -9015,11 +9067,11 @@ msgstr "Informativa sulla privacy" msgid "Privacy violation of a minor" msgstr "Violazione della privacy di un minore" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2592 msgid "Processing GIF..." msgstr "Elaborazione GIF in corso..." -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing video..." msgstr "Elaborazione video in corso..." @@ -9031,7 +9083,7 @@ msgstr "Elaborazione in corsoโ€ฆ" msgid "profile" msgstr "profilo" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9117,22 @@ 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:1792 +#: src/view/com/composer/Composer.tsx:1790 msgid "Publish post" msgstr "Pubblica post" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1787 +#: src/view/com/composer/Composer.tsx:1785 msgid "Publish posts" msgstr "Pubblica i post" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1776 +#: src/view/com/composer/Composer.tsx:1774 msgid "Publish replies" msgstr "Pubblica risposte" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1781 +#: src/view/com/composer/Composer.tsx:1779 msgid "Publish reply" msgstr "Pubblica risposta" @@ -9109,7 +9161,7 @@ msgid "QR code has been downloaded!" msgstr "Codice QR scaricato!" #: src/components/StarterPack/QrCodeDialog.tsx:122 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "Codice QR salvato nella galleria!" @@ -9172,8 +9224,8 @@ msgstr "Riattiva link" msgid "React with {emoji}" msgstr "Reagisci con {emoji}" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "Reazioni" @@ -9268,10 +9320,6 @@ msgstr "Consigliati" msgid "Reconnect" msgstr "Riconnetti" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "Aggiorna la pagina per vederlo." - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" @@ -9291,12 +9339,14 @@ msgstr "Rifiuta richiesta" msgid "Reject join request" msgstr "Rifiuta richiesta di partecipazione" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "Ricarica conversazioni" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9355,9 @@ msgstr "Ricarica conversazioni" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "Rimuovi" @@ -9326,7 +9375,7 @@ msgstr "Rimuovi {displayName} dallo starter pack" msgid "Remove {displayName} from this group chat" msgstr "Rimuovi {displayName} da questa chat di gruppo" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" msgstr "Rimuovere {displayName}?" @@ -9443,14 +9492,14 @@ msgstr "Rimuovi questo feed dai feed salvati" msgid "Remove unavailable moderation services" msgstr "Rimuovi servizi di moderazione non disponibili" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "Rimuovi utente dalla lista" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "Rimuovi verifica" @@ -9466,8 +9515,8 @@ msgstr "Rimosso dall'autore" msgid "Removed by you" msgstr "Rimosso da te" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "Rimosso dalla lista" @@ -9535,6 +9584,14 @@ msgctxt "description" msgid "Replied to you" msgstr "Ti ha risposto" +#: src/components/dms/MessageItem.tsx:883 +msgid "Replied-to message from {senderName}, tap to scroll to it" +msgstr "" + +#: src/components/dms/MessageItem.tsx:884 +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 @@ -9552,7 +9609,12 @@ msgstr "Risposte disattivate" msgid "Replies to this post are disabled." msgstr "Le risposte a questo post sono disattivate." -#: src/view/com/composer/Composer.tsx:1804 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "Rispondi" + +#: src/view/com/composer/Composer.tsx:1802 msgctxt "action" msgid "Reply" msgstr "Rispondi" @@ -9590,14 +9652,14 @@ msgstr "Visibilitร  risposta aggiornata" msgid "Reply was successfully hidden" msgstr "Risposta nascosta con successo" -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:582 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "Segnala" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "Segnala account" @@ -9623,7 +9685,7 @@ msgstr "Segnala feed" msgid "Report list" msgstr "Segnala lista" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "Segnala messaggio" @@ -9657,7 +9719,7 @@ msgstr "Segnala questa conversazione" msgid "Report this feed" msgstr "Segnala questo feed" -#: src/screens/Messages/ConversationSettings/index.tsx:581 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "Segnala questa chat di gruppo" @@ -9737,7 +9799,7 @@ msgstr "Ripubblicazioni di questo post" msgid "Reposts of your reposts" msgstr "Repost dei tuoi repost" -#: src/components/intents/GroupChatJoinDialog.tsx:447 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" msgstr "Richiedi l'accesso alla chat di gruppo" @@ -9755,7 +9817,7 @@ msgid "Request ignored." msgstr "Richiesta ignorata." #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:281 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" msgstr "Chiedi di partecipare" @@ -9764,7 +9826,7 @@ msgid "Requested" msgstr "Richiesto" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "Richieste" @@ -9791,9 +9853,9 @@ msgstr "Obbligatorio per questo fornitore" msgid "Required in your region" msgstr "Richiesto nel tuo paese" -#: src/components/intents/GroupChatJoinDialog.tsx:296 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:310 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:115 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:117 msgid "Rescind request" msgstr "Annulla richiesta" @@ -9872,7 +9934,7 @@ 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:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 #: src/screens/Messages/JoinRequests.tsx:361 @@ -9928,7 +9990,7 @@ msgstr "GIF tristi" #: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10015,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:1451 +#: src/view/com/composer/Composer.tsx:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Salva modifiche" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1421 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "Salvare le modifiche?" -#: src/view/com/composer/Composer.tsx:1451 +#: src/view/com/composer/Composer.tsx:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "Salva bozza" -#: src/view/com/composer/Composer.tsx:1425 +#: src/view/com/composer/Composer.tsx:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "Salvare la bozza?" @@ -10022,13 +10084,13 @@ msgid "Saved to your feeds" msgstr "Salvato nei tuoi feed" #: 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 "Di' ciao!" -#: src/screens/Messages/ChatList.tsx:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "Saluta qualcuno" @@ -10058,6 +10120,10 @@ msgstr "Scorri a sinistra" msgid "Scroll right" msgstr "Scorri a destra" +#: src/components/dms/MessageItem.tsx:774 +msgid "Scroll to the message this is replying to" +msgstr "" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "Scorri verso l'alto" @@ -10067,7 +10133,7 @@ msgstr "Scorri verso l'alto" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Cerca" @@ -10148,8 +10214,8 @@ msgstr "Cerca lingue" msgid "Search my posts" msgstr "Cerca nei miei post" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "Cerca post" @@ -10425,8 +10491,8 @@ msgstr "Invia segnalazione di errore" msgid "Send feedback" msgstr "Invia feedback" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "Invia messaggio" @@ -10460,7 +10526,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:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "Inviato alle {0}" @@ -10565,7 +10631,7 @@ msgstr "Attivitร  sessuale o nuditร  erotica." msgid "Sexually Suggestive" msgstr "Sessualmente allusivo" -#: 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 @@ -10577,7 +10643,7 @@ msgstr "Sessualmente allusivo" msgid "Share" msgstr "Condividi" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "Condividi comunque" @@ -10641,8 +10707,8 @@ msgstr "Condividi questo starter pack e invita le persone a far parte della tua #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "Condividi tramite..." @@ -10796,15 +10862,15 @@ msgstr "Mostra il contenuto" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:294 -#: src/screens/Messages/JoinRequest.tsx:300 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,7 +10896,7 @@ msgstr "Accedi o crea un account" msgid "Sign in or create your account to join the conversation!" msgstr "Accedi o crea il tuo account per partecipare alla conversazione!" -#: src/screens/Messages/JoinRequest.tsx:220 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." msgstr "Accedi per accettare l'invito." @@ -10842,7 +10908,7 @@ msgstr "Accedi a un account non in elenco" msgid "Sign in to Bluesky or create a new account" msgstr "Accedi a Bluesky o crea un nuovo account" -#: src/screens/Messages/JoinRequest.tsx:219 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." msgstr "Accedi per richiedere l'accesso a questa chat di gruppo." @@ -10900,7 +10966,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:1468 +#: src/view/com/composer/Composer.tsx:1466 msgid "Skip empty posts?" msgstr "Saltare i post vuoti?" @@ -10971,12 +11037,12 @@ msgid "Someone left the group" msgstr "Qualcuno ha lasciato il gruppo" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:347 msgid "Someone reacted {0}" msgstr "Qualcuno ha reagito con {0}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "Qualcuno ha reagito con {0} a {target}" @@ -10996,10 +11062,6 @@ msgstr "Qualcuno รจ stato rimosso" msgid "Someone was removed from the group" msgstr "Qualcuno รจ stato rimosso dal gruppo" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "C'รจ qualcosa di nuovo" - #: 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 "C'รจ stato qualche problema con i dati che stai provando a segnalare. Contatta l'assistenza." @@ -11043,8 +11105,8 @@ msgstr "Qualcosa non va? Faccelo sapere." msgid "Sorry, we're unable to load account suggestions at this time." msgstr "Al momento non รจ possibile caricare gli account suggeriti." -#: 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 "La sessione รจ scaduta. Accedi di nuovo." @@ -11214,13 +11276,13 @@ msgid "Subscribe" msgstr "Iscriviti" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "Iscriviti a {0}" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "Iscriviti a {publicationTitle} su {0}" @@ -11255,7 +11317,7 @@ msgstr "Successo" msgid "Success!" msgstr "Successo!" -#: src/components/intents/GroupChatJoinDialog.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" msgstr "Adesione alla chat di gruppo completata!" @@ -11355,7 +11417,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:572 +#: src/components/dms/MessageItem.tsx:661 msgid "Tap for details" msgstr "Tocca per dettagli" @@ -11390,7 +11452,7 @@ msgid "Tap to dismiss" msgstr "Tocca per ignorare" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:453 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" msgstr "Tocca per partecipare subito a questa chat di gruppo" @@ -11398,34 +11460,34 @@ msgstr "Tocca per partecipare subito a questa chat di gruppo" msgid "Tap to open this group chat" msgstr "Tocca per aprire questa chat di gruppo" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "Tocca per rimuovere" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "Tocca per rimuovere la tua reazione {0}" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:452 +#: src/components/intents/GroupChatJoinDialog.tsx:468 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:537 +#: src/components/dms/MessageItem.tsx:626 msgid "Tap to retry" msgstr "Tocca per riprovare" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "Tocca per mostrare le reazioni {0}" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "Tocca per mostrare tutte le reazioni" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:373 msgid "Tap to view reactions" msgstr "Tocca per vedere le reazioni" @@ -11528,7 +11590,7 @@ msgstr "รˆ tutto!" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "L'account sarร  in grado di interagire con te dopo lo sblocco." @@ -11594,7 +11656,7 @@ msgstr "Queste impostazioni saranno utilizzate come predefinite quando si crea u msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "Le leggi vigenti nella tua regione richiedono di verificare che tu sia un adulto prima di accedere a determinate funzionalitร . Tocca per ulteriori informazioni." -#: src/components/intents/GroupChatJoinDialog.tsx:155 +#: src/components/intents/GroupChatJoinDialog.tsx:165 #: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." msgstr "รˆ stato raggiunto il limite dei membri." @@ -11621,7 +11683,7 @@ msgstr "Sembra che ci siano problemi sul server. Riprova tra qualche istante." msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "Questo starter pack non รจ valido. Prova a eliminare questo starter pack invece." -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "L'oggetto del menu contestuale" @@ -11665,8 +11727,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "Si รจ verificato un problema durante il caricamento delle GIF. Controlla la connessione e riprova." #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:182 +#: 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 "Si รจ verificato un problema con la tua connessione a internet, riprova" @@ -11693,7 +11755,7 @@ msgstr "Si รจ verificato un problema durante il recupero delle notifiche. Tocca msgid "There was an issue fetching posts. Tap here to try again." msgstr "Si รจ verificato un problema nel recupero dei post. Tocca qui per riprovare." -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "Si รจ verificato un problema durante il recupero dell'elenco. Tocca qui per riprovare." @@ -11733,12 +11795,12 @@ msgstr "Si รจ verificato un problema durante l'aggiornamento dei tuoi feed. Veri #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "Si รจ verificato un problema! {0}" @@ -11778,7 +11840,7 @@ msgstr "Queste impostazioni si applicano solo al feed Seguiti." msgid "They own this chat" msgstr "รˆ il proprietario di questa chat" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." msgstr "Non potrร  piรน partecipare finchรฉ non lo inviti di nuovo." @@ -11828,22 +11890,22 @@ msgstr "Questo autore ha scelto di rendere i propri post visibili solo a chi ha 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 "Questo pulsante consente agli altri di aprire l'app Germ DM per inviarti un messaggio. Puoi gestire la sua visibilitร  dall'app Germ DM, oppure puoi disconnettere il tuo account Bluesky da Germ DM facendo clic sul pulsante qui sotto." -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "Questa chat รจ terminata" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:287 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" msgstr "Questa chat รจ al completo" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "Questa chat รจ bloccata" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:430 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" msgstr "Questa chat รจ bloccata da un'azione di moderazione" @@ -11881,7 +11943,7 @@ msgstr "Questo contenuto non รจ disponibile perchรฉ uno degli utenti coinvolti h msgid "This content is not viewable without a Bluesky account." msgstr "Questo contenuto non รจ visualizzabile senza un account Bluesky." -#: src/components/intents/GroupChatJoinDialog.tsx:141 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." msgstr "Questa conversazione รจ bloccata." @@ -11931,7 +11993,7 @@ msgstr "Questo feed รจ vuoto." msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "Questo feed non รจ piรน online. Stiamo mostrando <0>Discover al suo posto." -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" msgstr "Questo gruppo รจ bloccato da un'azione di moderazione sul proprietario" @@ -11947,11 +12009,11 @@ msgstr "Questa immagine non puรฒ essere usata. Prova un altro formato come .jpg msgid "This information is private and not shared with other users." msgstr "Queste informazioni sono private e non vengono condivise con altri utenti." -#: src/components/intents/GroupChatJoinDialog.tsx:151 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." msgstr "Questo link di invito รจ stato disabilitato." -#: src/components/intents/GroupChatJoinDialog.tsx:223 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" msgstr "Questo link di invito non รจ valido" @@ -11997,17 +12059,17 @@ msgstr "Questa lista, creata da te, contiene possibili violazioni delle linee gu msgid "This list is empty." msgstr "Questa lista รจ vuota." -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" msgstr "Questo messaggio รจ nascosto" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:688 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:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:658 +#: src/components/dms/MessageItem.tsx:684 msgid "This message is hidden because you are blocking this user." msgstr "Questo messaggio รจ nascosto perchรฉ stai bloccando questo utente." @@ -12045,11 +12107,11 @@ 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:1043 +#: src/view/com/composer/Composer.tsx:1041 msgid "This post's author has disabled quote posts." msgstr "L'autore del post ha disattivato le citazioni." -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "Questo profilo รจ visibile solo agli utenti registrati. Non sarร  visibile alle persone che non hanno effettuato l'accesso." @@ -12242,8 +12304,8 @@ msgstr "Prima le risposte piรน popolari" msgid "Topic" msgstr "Argomento" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,7 +12375,7 @@ msgctxt "action" msgid "Try again" msgstr "Riprova" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." msgstr "Riprova tra un momento." @@ -12335,7 +12397,7 @@ msgstr "TV" msgid "Two-factor authentication (2FA)" msgstr "Autenticazione a due fattori (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "Scrivi il tuo messaggio qui" @@ -12401,7 +12463,7 @@ msgstr "Non disponibile" msgid "Unavailable feed information" msgstr "Informazioni sui feed non disponibili" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:726 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12409,14 +12471,14 @@ msgstr "Informazioni sui feed non disponibili" #: src/components/moderation/BlockDialog.tsx:211 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "Sblocca" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "Sblocca" @@ -12427,8 +12489,8 @@ msgstr "Sblocca {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "Sblocca account" @@ -12437,7 +12499,7 @@ msgid "Unblock account?" msgstr "Sbloccare l'account?" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "Sblocca account?" @@ -12474,12 +12536,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Annulla repost ({0, plural, one {# repost} other {# repost}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "Smetti di seguire {0}" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "Smetti di seguire" @@ -12521,11 +12583,11 @@ msgstr "Non mi piace piรน" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Non mi piace piรน ({0, plural, one {# mi piace} other {# mi piace}})" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "Sblocca chat" -#: src/screens/Messages/ConversationSettings/index.tsx:567 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "Sblocca questa chat di gruppo" @@ -12548,8 +12610,8 @@ msgstr "Riattiva {0}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "Riattiva account" @@ -12562,7 +12624,7 @@ msgstr "Riattiva conversazione" msgid "Unmute list" msgstr "Riattiva lista" -#: src/screens/Messages/ConversationSettings/index.tsx:529 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "Riattiva questa chat di gruppo" @@ -12641,7 +12703,7 @@ msgstr "Disiscritto dalla lista" msgid "Unsupported clipboard content" msgstr "Contenuto degli appunti non supportato" -#: src/view/com/composer/Composer.tsx:1557 +#: src/view/com/composer/Composer.tsx:1555 msgid "Unsupported video type: {mimeType}" msgstr "Tipo di video non supportato: {mimeType}" @@ -12654,13 +12716,10 @@ msgstr "Fino a 50 persone" msgid "Update" msgstr "Aggiorna" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "Aggiorna <0>{displayName} nelle liste" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" -msgstr "Aggiorna app" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 #: src/components/dialogs/EmailDialog/screens/Update.tsx:308 @@ -12669,6 +12728,10 @@ msgstr "Aggiorna app" msgid "Update email" msgstr "Aggiorna email" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 #: src/screens/Messages/components/InviteLinkDialog.tsx:303 @@ -12680,14 +12743,6 @@ msgstr "Aggiorna link di invito" msgid "Update to {domain}" msgstr "Aggiorna a {domain}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "Aggiorna la tua app" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "Aggiorna la tua app per vederlo." - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "Aggiorna la tua email" @@ -12736,7 +12791,7 @@ msgstr "Carica dai file" msgid "Upload from Library" msgstr "Carica dalla galleria" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2585 msgid "Uploading GIF..." msgstr "Caricamento GIF in corso..." @@ -12750,7 +12805,7 @@ msgstr "Caricamento immagini..." msgid "Uploading link thumbnail..." msgstr "Caricamento miniatura del link..." -#: src/view/com/composer/Composer.tsx:2589 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading video..." msgstr "Caricamento del video..." @@ -12826,7 +12881,7 @@ msgid "User Blocks You" msgstr "Questo utente ti blocca" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "Lista di {0}" @@ -12835,7 +12890,7 @@ msgstr "Lista di {0}" msgid "User List by {0}" msgstr "Elenco utenti di {0}" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "La tua lista" @@ -12875,16 +12930,6 @@ msgstr "utenti seguiti da <0>@{0}" msgid "users following <0>@{0}" msgstr "utenti che seguono <0>@{0}" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "Utenti che seguo" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "Utenti che seguo" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "Valore:" @@ -12912,8 +12957,8 @@ msgstr "Verificato da:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "Verifica account" @@ -13039,7 +13084,7 @@ msgstr "Video non trovato." msgid "Video settings" msgstr "Impostazioni video" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2605 msgid "Video uploaded" msgstr "Video caricato" @@ -13056,14 +13101,14 @@ msgstr "Video" msgid "Videos must be less than 3 minutes long." msgstr "I video devono durare meno di 3 minuti." -#: src/view/com/composer/Composer.tsx:1150 +#: src/view/com/composer/Composer.tsx:1148 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Vedi" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "Vedi {0}" @@ -13078,7 +13123,7 @@ msgstr "Vedi l'avatar di {0}" #: 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 "Vedi il profilo di {0}" @@ -13092,7 +13137,7 @@ msgstr "Vedi il profilo di {0}" msgid "View {displayName}โ€™s profile" msgstr "Vedi il profilo di {displayName}" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "Vedi {publicationTitle}" @@ -13145,7 +13190,7 @@ msgstr "Mostra di piรน" msgid "View more trending videos" msgstr "Vedi altri video di tendenza" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1143 msgid "View post" msgstr "Vedi post" @@ -13162,10 +13207,10 @@ msgstr "Vedi il profilo" msgid "View profile banner" msgstr "Vedi banner del profilo" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "Vedi pubblicazione" @@ -13173,7 +13218,7 @@ msgstr "Vedi pubblicazione" msgid "View the avatar" msgstr "Vedi l'avatar" -#: src/screens/Messages/ConversationSettings/index.tsx:554 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "Vedi il link di invito per questa chat di gruppo" @@ -13441,7 +13486,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:1041 +#: src/view/com/composer/Composer.tsx:1039 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." @@ -13492,7 +13537,7 @@ msgid "What do you want to call your starter pack?" msgstr "Come vuoi chiamare il tuo starter pack?" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1519 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Come va?" @@ -13519,7 +13564,7 @@ msgid "Who can verify?" msgstr "Chi puรฒ verificare?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "Ops!" @@ -13578,7 +13623,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:1439 +#: src/view/com/composer/Composer.tsx:1437 msgid "Would you like to save this as a draft to edit later?" msgstr "Salvare come bozza da modificare piรน tardi?" @@ -13587,12 +13632,12 @@ msgstr "Salvare come bozza da modificare piรน tardi?" msgid "Write a post" msgstr "Scrivi un post" -#: src/view/com/composer/Composer.tsx:1617 +#: src/view/com/composer/Composer.tsx:1615 msgid "Write post" msgstr "Scrivi un post" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1517 msgid "Write your reply" msgstr "Scrivi la tua risposta" @@ -13658,7 +13703,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:610 +#: src/components/dms/MessageItem.tsx:699 msgid "You are blocking {0}" msgstr "Stai bloccando {0}" @@ -13764,11 +13809,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:221 +#: src/view/com/composer/Composer.tsx:220 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:1444 +#: src/view/com/composer/Composer.tsx:1442 msgid "You can only save drafts up to 1000 characters." msgstr "Puoi salvare le bozze solo se hanno fino a 1000 caratteri." @@ -13803,8 +13848,8 @@ msgstr "Puoi selezionare fino a {MAX_GALLERY_IMAGES, plural, other {# immagini}} msgid "You can update this later from your settings." msgstr "Puoi modificare questa preferenza dalle impostazioni." -#: src/components/dms/ActionsWrapper.web.tsx:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:115 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}}" @@ -13839,7 +13884,7 @@ msgstr "Non hai salvato nessun feed." msgid "You got here first" msgstr "Sei arrivato qui per primo" -#: src/components/intents/GroupChatJoinDialog.tsx:166 +#: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and canโ€™t join it using this link." msgstr "Sei stato precedentemente rimosso da questo gruppo e non puoi partecipare usando questo link." @@ -13884,6 +13929,7 @@ msgstr "Hai silenziato questo account." msgid "You have muted this user" msgstr "Hai silenziato questo utente" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "Non hai liste." @@ -13912,7 +13958,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:1434 +#: src/view/com/composer/Composer.tsx:1432 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?" @@ -13970,7 +14016,7 @@ msgstr "Puoi aggiungere fino a {STARTER_PACK_MAX_SIZE, plural, other {{STARTER_P msgid "You may only add up to 3 feeds" msgstr "Puoi aggiungere un massimo di 3 feed" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." msgstr "Devi essere un proprietario della chat per rimuovere un membro." @@ -13983,7 +14029,7 @@ msgid "You must be following at least seven other people to generate a starter p msgstr "Devi seguire almeno altri 7 utenti per creare uno starter pack." #: src/components/StarterPack/QrCodeDialog.tsx:69 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:89 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" @@ -14009,12 +14055,12 @@ 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:259 +#: src/components/dms/MessageItem.tsx:340 msgid "You reacted {0}" msgstr "Hai reagito con {0}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "Hai reagito con {0} a {target}" @@ -14023,8 +14069,20 @@ 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 +msgid "You replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:802 +msgid "You replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:800 +msgid "You replied to yourself" +msgstr "" + #. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 msgid "You requested to join" msgstr "Hai richiesto di partecipare" @@ -14050,12 +14108,12 @@ msgstr "Riceverai le notifiche per questo thread" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "Riceverai un'email con un codice di recupero. Inserisci il codice qui, poi inserisci la tua nuova password." -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "Non sarai in grado di rientrare finchรฉ non sarai invitato a farlo." #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "Tu: {message}" @@ -14127,7 +14185,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:646 +#: src/view/com/composer/Composer.tsx:644 msgid "You've reached the maximum number of drafts" msgstr "Hai raggiunto il numero massimo di bozze" @@ -14199,11 +14257,11 @@ msgstr "Le tue conversazioni sono state disabilitate" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "La tua scelta sarร  ricordata per i link futuri. Puoi cambiarla in qualsiasi momento nelle impostazioni." -#: src/view/com/notifications/NotificationFeedItem.tsx:374 +#: src/view/com/notifications/NotificationFeedItem.tsx:380 msgid "Your contact {firstAuthorLink} is on Bluesky" msgstr "Il tuo contatto {firstAuthorLink} รจ su Bluesky" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:378 msgid "Your contact {firstAuthorName} is on Bluesky" msgstr "Il tuo contatto {firstAuthorName} รจ su Bluesky" @@ -14295,11 +14353,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:1141 +#: src/view/com/composer/Composer.tsx:1139 msgid "Your post was sent" msgstr "Il tuo post รจ stato inviato" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1136 msgid "Your posts were sent" msgstr "I tuoi post sono stati inviati" @@ -14320,7 +14378,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:1140 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your reply was sent" msgstr "Risposta inviata" @@ -14333,7 +14391,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:1469 +#: src/view/com/composer/Composer.tsx:1467 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 1929f44109..3b175e49da 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-10 21:45\n" +"PO-Revision-Date: 2026-06-17 12:23\n" "Last-Translator: \n" "Language-Team: Japanese\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -23,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "\"{interestsDisplayName}\" ใ‚ซใƒ†ใ‚ดใƒชใƒผ (ใ‚ขใ‚ฏใƒ†ใ‚ฃใƒ–)" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:867 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" msgstr "๏ผˆใƒใƒฃใƒƒใƒˆๆ‹›ๅพ…ใƒชใƒณใ‚ฏ๏ผ‰" -#: src/components/dms/getMessageInfo.ts:73 +#: src/components/dms/getMessageInfo.ts:105 +#: src/components/dms/MessageItem.tsx:869 +#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "๏ผˆๅŸ‹ใ‚่พผใฟใ‚ณใƒณใƒ†ใƒณใƒ„ใ‚ใ‚Š๏ผ‰" @@ -75,7 +79,7 @@ msgstr "{0, plural, other {#ไปถใฎใƒฉใƒ™ใƒซ}}ใŒใ“ใฎใ‚ณใƒณใƒ†ใƒณใƒ„ใซ้ฉ็”จ msgid "{0, plural, one {# like} other {# likes}}" msgstr "{0, plural, other {# ใ„ใ„ใญ}}" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "{0, plural, other {ใƒกใƒณใƒใƒผ#ไบบ}}" @@ -97,7 +101,7 @@ msgstr "{0, plural, other {#ๅ€‹ใฎๆ–ฐ่ฆๅ‚ๅŠ ใƒชใ‚ฏใ‚จใ‚นใƒˆ}}" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:269 +#: src/components/dms/MessageItem.tsx:350 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "{0, plural, other {#ไบบ}}ใŒใƒชใ‚ขใ‚ฏใ‚ทใƒงใƒณใ—ใพใ—ใŸ โ€“ {1}" @@ -118,15 +122,15 @@ msgstr "{0, plural, other {#็ง’}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "{0, plural, other {#ไปถใฎๆœช่ชญ}}" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "{0, plural, other {#ๅˆ†}}" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "{0} ใƒ•ใ‚ฉใƒญใƒผไธญ" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:703 msgid "{0} is blocking you" msgstr "{0}ใฏใ‚ใชใŸใ‚’ใƒ–ใƒญใƒƒใ‚ฏใ—ใฆใ„ใพใ™" @@ -273,7 +277,7 @@ msgstr "{0} / 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:345 msgid "{0} reacted {1}" msgstr "{0}ใŒ{1}ใจใƒชใ‚ขใ‚ฏใ‚ทใƒงใƒณใ—ใพใ—ใŸ" @@ -326,26 +330,24 @@ msgstr "{0}ใฎใ‚ขใƒใ‚ฟใƒผ" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:143 +#: src/screens/Messages/JoinRequest.tsx:139 msgctxt "group-chat-member-count" msgid "{0}/{1}" 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'. +#. placeholder {0}: joinLinkPreview.memberCount #. placeholder {0}: preview.memberCount +#. placeholder {1}: joinLinkPreview.memberLimit #. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 msgid "{0}/{1} {2, plural, one {member} other {members}}" msgstr "{0}/{1}{2, plural, other {ไบบ}}" -#. The number of active group chat members out of the total number allowed. -#. placeholder {0}: joinLinkPreview.memberCount -#. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:329 -msgid "{0}/{1} members" -msgstr "{0}/{1}ใƒกใƒณใƒใƒผ" - #. 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 @@ -389,7 +391,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:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "{count, plural, other {ใƒชใ‚ฏใ‚จใ‚นใƒˆ#ไปถ}}" @@ -397,33 +399,11 @@ msgstr "{count, plural, other {ใƒชใ‚ฏใ‚จใ‚นใƒˆ#ไปถ}}" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "{count, plural, other {#ไปถใฎๆœช่ชญ}}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "{count, plural, other {ใƒšใƒผใ‚ธใ‚’ๆ›ดๆ–ฐใ—ใฆใ€ใ™ในใฆ่กจ็คบใ€‚}}" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "{count, plural, other {ใ“ใฎๆŠ•็จฟใซใฏ#ๆžšใฎๅ†™็œŸใ€‚}}" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "{count, plural, other {ใ‚ขใƒ—ใƒชใ‚’ๆ›ดๆ–ฐใ—ใฆใ€ใ™ในใฆ่กจ็คบใ€‚}}" - #. 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 "{count, plural, other {#ไปถไปฅไธŠใฎๆ–ฐ่ฆๅ‚ๅŠ ใƒชใ‚ฏใ‚จใ‚นใƒˆ}}" -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "{count}+" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "{count}+ไปถใฎใƒชใ‚ฏใ‚จใ‚นใƒˆ" - #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" msgstr "{date} {time}" @@ -441,155 +421,155 @@ msgstr "{estimatedTimeHrs, plural, other {ๆ™‚้–“}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, other {ๅˆ†}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: 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}ไบบ}}ใŒใ‚ใชใŸใ‚’ใƒ•ใ‚ฉใƒญใƒผใ—ใพใ—ใŸ" -#: 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 "{firstAuthorLink}ใŠใ‚ˆใณ<0>{additionalAuthorsCount, plural, other {ไป–{formattedAuthorsCount}ไบบ}}ใŒใ‚ใชใŸใฎใ‚ซใ‚นใ‚ฟใƒ ใƒ•ใ‚ฃใƒผใƒ‰ใ‚’ใ„ใ„ใญใ—ใพใ—ใŸ" -#: 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 "{firstAuthorLink}ใŠใ‚ˆใณ<0>{additionalAuthorsCount, plural, other {ไป–{formattedAuthorsCount}ไบบ}}ใŒใ‚ใชใŸใฎๆŠ•็จฟใ‚’ใ„ใ„ใญใ—ใพใ—ใŸ" -#: 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 "{firstAuthorLink}ใŠใ‚ˆใณ<0>{additionalAuthorsCount, plural, other {ไป–{formattedAuthorsCount}ไบบ}}ใŒใ‚ใชใŸใฎใƒชใƒใ‚นใƒˆใ‚’ใ„ใ„ใญใ—ใพใ—ใŸ" -#: 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 "{firstAuthorLink} ใจ <0>{additionalAuthorsCount, plural, other {ไป–{formattedAuthorsCount}ไบบ}} ใŒใ‚ใชใŸใฎใ‚ขใ‚ซใ‚ฆใƒณใƒˆใ‹ใ‚‰่ช่จผใ‚’ๅ‰Š้™คใ—ใพใ—ใŸ" -#: 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 "{firstAuthorLink}ใŠใ‚ˆใณ<0>{additionalAuthorsCount, plural, other {ไป–{formattedAuthorsCount}ไบบ}}ใŒใ‚ใชใŸใฎๆŠ•็จฟใ‚’ใƒชใƒใ‚นใƒˆใ—ใพใ—ใŸ" -#: 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 "{firstAuthorLink}ใŠใ‚ˆใณ<0>{additionalAuthorsCount, plural, other {ไป–{formattedAuthorsCount}ไบบ}}ใŒใ‚ใชใŸใฎใƒชใƒใ‚นใƒˆใ‚’ใƒชใƒใ‚นใƒˆใ—ใพใ—ใŸ" -#: 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 "{firstAuthorLink}ใŠใ‚ˆใณ<0>{additionalAuthorsCount, plural, other {ไป–{formattedAuthorsCount}ไบบ}}ใŒใ‚ใชใŸใฎใ‚นใ‚ฟใƒผใ‚ฟใƒผใƒ‘ใƒƒใ‚ฏใงใ‚ตใ‚คใƒณใ‚ขใƒƒใƒ—ใ—ใพใ—ใŸ" -#: 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 "{firstAuthorLink} ใจ <0>{additionalAuthorsCount, plural, other {ไป–{formattedAuthorsCount}ไบบ}} ใŒใ‚ใชใŸใ‚’่ช่จผใ—ใพใ—ใŸ" -#: src/view/com/notifications/NotificationFeedItem.tsx:367 +#: src/view/com/notifications/NotificationFeedItem.tsx:373 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink}ใŒใ‚ใชใŸใ‚’ใƒ•ใ‚ฉใƒญใƒผใ—ใพใ—ใŸ" -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink}ใŒใ‚ใชใŸใ‚’ใƒ•ใ‚ฉใƒญใƒผใƒใƒƒใ‚ฏใ—ใพใ—ใŸ" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink}ใŒใ‚ใชใŸใฎใ‚ซใ‚นใ‚ฟใƒ ใƒ•ใ‚ฃใƒผใƒ‰ใ‚’ใ„ใ„ใญใ—ใพใ—ใŸ" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink}ใŒใ‚ใชใŸใฎๆŠ•็จฟใ‚’ใ„ใ„ใญใ—ใพใ—ใŸ" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:512 msgid "{firstAuthorLink} liked your repost" msgstr "{firstAuthorLink}ใŒใ‚ใชใŸใฎใƒชใƒใ‚นใƒˆใ‚’ใ„ใ„ใญใ—ใพใ—ใŸ" -#: src/view/com/notifications/NotificationFeedItem.tsx:479 +#: src/view/com/notifications/NotificationFeedItem.tsx:485 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} ใŒใ‚ใชใŸใฎใ‚ขใ‚ซใ‚ฆใƒณใƒˆใ‹ใ‚‰่ช่จผใ‚’ๅ‰Š้™คใ—ใพใ—ใŸ" -#: src/view/com/notifications/NotificationFeedItem.tsx:334 +#: src/view/com/notifications/NotificationFeedItem.tsx:340 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink}ใŒใ‚ใชใŸใฎๆŠ•็จฟใ‚’ใƒชใƒใ‚นใƒˆใ—ใพใ—ใŸ" -#: src/view/com/notifications/NotificationFeedItem.tsx:530 +#: src/view/com/notifications/NotificationFeedItem.tsx:536 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink}ใŒใ‚ใชใŸใฎใƒชใƒใ‚นใƒˆใ‚’ใƒชใƒใ‚นใƒˆใ—ใพใ—ใŸ" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:431 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink}ใŒใ‚ใชใŸใฎใ‚นใ‚ฟใƒผใ‚ฟใƒผใƒ‘ใƒƒใ‚ฏใงใ‚ตใ‚คใƒณใ‚ขใƒƒใƒ—ใ—ใพใ—ใŸ" -#: src/view/com/notifications/NotificationFeedItem.tsx:454 +#: src/view/com/notifications/NotificationFeedItem.tsx:460 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} ใŒใ‚ใชใŸใ‚’่ช่จผใ—ใพใ—ใŸ" -#: 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 "{firstAuthorName}ใŠใ‚ˆใณ{additionalAuthorsCount, plural, other {ไป–{formattedAuthorsCount}ไบบ}}ใŒใ‚ใชใŸใ‚’ใƒ•ใ‚ฉใƒญใƒผใ—ใพใ—ใŸ" -#: 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 "{firstAuthorName}ใŠใ‚ˆใณ{additionalAuthorsCount, plural, other {ไป–{formattedAuthorsCount}ไบบ}}ใŒใ‚ใชใŸใฎใ‚ซใ‚นใ‚ฟใƒ ใƒ•ใ‚ฃใƒผใƒ‰ใ‚’ใ„ใ„ใญใ—ใพใ—ใŸ" -#: 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 "{firstAuthorName}ใŠใ‚ˆใณ{additionalAuthorsCount, plural, other {ไป–{formattedAuthorsCount}ไบบ}}ใŒใ‚ใชใŸใฎๆŠ•็จฟใ‚’ใ„ใ„ใญใ—ใพใ—ใŸ" -#: 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 "{firstAuthorName}ใŠใ‚ˆใณ{additionalAuthorsCount, plural, other {ไป–{formattedAuthorsCount}ไบบ}}ใŒใ‚ใชใŸใฎใƒชใƒใ‚นใƒˆใ‚’ใ„ใ„ใญใ—ใพใ—ใŸ" -#: 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 "{firstAuthorName} ใจ {additionalAuthorsCount, plural, other {ไป–{formattedAuthorsCount}ไบบ}} ใŒใ‚ใชใŸใฎใ‚ขใ‚ซใ‚ฆใƒณใƒˆใ‹ใ‚‰่ช่จผใ‚’ๅ‰Š้™คใ—ใพใ—ใŸ" -#: 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 "{firstAuthorName}ใŠใ‚ˆใณ{additionalAuthorsCount, plural, other {ไป–{formattedAuthorsCount}ไบบ}}ใŒใ‚ใชใŸใฎๆŠ•็จฟใ‚’ใƒชใƒใ‚นใƒˆใ—ใพใ—ใŸ" -#: 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 "{firstAuthorName}ใŠใ‚ˆใณ{additionalAuthorsCount, plural, other {ไป–{formattedAuthorsCount}ไบบใŒ}}ใ‚ใชใŸใฎใƒชใƒใ‚นใƒˆใ‚’ใƒชใƒใ‚นใƒˆใ—ใพใ—ใŸ" -#: 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 "{firstAuthorName}ใŠใ‚ˆใณ{additionalAuthorsCount, plural, other {ไป–{formattedAuthorsCount}ไบบ}}ใŒใ‚ใชใŸใฎใ‚นใ‚ฟใƒผใ‚ฟใƒผใƒ‘ใƒƒใ‚ฏใงใ‚ตใ‚คใƒณใ‚ขใƒƒใƒ—ใ—ใพใ—ใŸ" -#: 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 "{firstAuthorName} ใจ {additionalAuthorsCount, plural, other {ไป–{formattedAuthorsCount}ไบบ}} ใŒใ‚ใชใŸใ‚’่ช่จผใ—ใพใ—ใŸ" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:359 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName}ใŒใ‚ใชใŸใ‚’ใƒ•ใ‚ฉใƒญใƒผใ—ใพใ—ใŸ" -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName}ใŒใ‚ใชใŸใ‚’ใƒ•ใ‚ฉใƒญใƒผใƒใƒƒใ‚ฏใ—ใพใ—ใŸ" -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName}ใŒใ‚ใชใŸใฎใ‚ซใ‚นใ‚ฟใƒ ใƒ•ใ‚ฃใƒผใƒ‰ใ‚’ใ„ใ„ใญใ—ใพใ—ใŸ" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName}ใŒใ‚ใชใŸใฎๆŠ•็จฟใ‚’ใ„ใ„ใญใ—ใพใ—ใŸ" -#: src/view/com/notifications/NotificationFeedItem.tsx:492 +#: src/view/com/notifications/NotificationFeedItem.tsx:498 msgid "{firstAuthorName} liked your repost" msgstr "{firstAuthorName}ใŒใ‚ใชใŸใฎใƒชใƒใ‚นใƒˆใ‚’ใ„ใ„ใญใ—ใพใ—ใŸ" -#: src/view/com/notifications/NotificationFeedItem.tsx:465 +#: src/view/com/notifications/NotificationFeedItem.tsx:471 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} ใŒใ‚ใชใŸใฎใ‚ขใ‚ซใ‚ฆใƒณใƒˆใ‹ใ‚‰่ช่จผใ‚’ๅ‰Š้™คใ—ใพใ—ใŸ" -#: src/view/com/notifications/NotificationFeedItem.tsx:320 +#: src/view/com/notifications/NotificationFeedItem.tsx:326 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName}ใŒใ‚ใชใŸใฎๆŠ•็จฟใ‚’ใƒชใƒใ‚นใƒˆใ—ใพใ—ใŸ" -#: src/view/com/notifications/NotificationFeedItem.tsx:516 +#: src/view/com/notifications/NotificationFeedItem.tsx:522 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName}ใŒใ‚ใชใŸใฎใƒชใƒใ‚นใƒˆใ‚’ใƒชใƒใ‚นใƒˆใ—ใพใ—ใŸ" -#: src/view/com/notifications/NotificationFeedItem.tsx:411 +#: src/view/com/notifications/NotificationFeedItem.tsx:417 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName}ใŒใ‚ใชใŸใฎใ‚นใ‚ฟใƒผใ‚ฟใƒผใƒ‘ใƒƒใ‚ฏใงใ‚ตใ‚คใƒณใ‚ขใƒƒใƒ—ใ—ใพใ—ใŸ" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} ใŒใ‚ใชใŸใ‚’่ช่จผใ—ใพใ—ใŸ" @@ -659,12 +639,12 @@ msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "{minutes, plural, other {#ๅˆ†}}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "{name}ใŒ{target}ใซ{0}ใจใƒชใ‚ขใ‚ฏใ‚ทใƒงใƒณใ—ใพใ—ใŸ" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "{name}: {message}" @@ -697,6 +677,18 @@ msgstr "{profileName}ใฏใ‚นใ‚ฟใƒผใ‚ฟใƒผใƒ‘ใƒƒใ‚ฏใ‚’ไฝฟใฃใฆ{timeAgoString}ๅ‰ msgid "{rank}." msgstr "{rank}." +#: src/components/dms/MessageItem.tsx:813 +msgid "{replierDisplayName} replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:809 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:807 +msgid "{replierDisplayName} replied to you" +msgstr "" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "Newsใ€Bookskyใ€Game Devใ€Blackskyใ€ใใ—ใฆFountain Pensใจใ„ใฃใŸBlueskyใง่ฆ‹ใคใ‘ใ‚‹ใ“ใจใฎใงใใ‚‹ไบบๆฐ—ใฎใƒ•ใ‚ฃใƒผใƒ‰ใฎใ‚ณใƒฌใ‚ฏใ‚ทใƒงใƒณ" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "ใƒกใƒƒใ‚ปใƒผใ‚ธ" @@ -873,8 +875,8 @@ msgstr "ใƒใƒƒใƒˆใƒฏใƒผใ‚ฏใ‚จใƒฉใƒผใŒ็™บ็”Ÿใ—ใพใ—ใŸใ€‚ใ‚คใƒณใ‚ฟใƒผใƒใƒƒใƒˆ #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 #: src/screens/Messages/JoinRequests.tsx:192 #: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." @@ -955,7 +957,7 @@ msgstr "ใ“ใฎ่จ€่ชžใฎๆๆกˆใ‚’ๅ—ใ‘ๅ…ฅใ‚Œใ‚‹" msgid "Accepted conversations" msgstr "ๆ‰ฟ่ชใ•ใ‚ŒใŸไผš่ฉฑ" -#: src/components/intents/GroupChatJoinDialog.tsx:113 +#: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "ใ‚ขใ‚ฏใ‚ปใ‚นใ‚’ใƒชใ‚ฏใ‚จใ‚นใƒˆใ—ใพใ—ใŸ๏ผใ‚ฐใƒซใƒผใƒ—ใฎใ‚ชใƒผใƒŠใƒผใŒใƒชใ‚ฏใ‚จใ‚นใƒˆใ‚’ใƒฌใƒ“ใƒฅใƒผใ—ใพใ™ใ€‚" @@ -980,12 +982,12 @@ msgstr "ใ‚ขใ‚ซใ‚ฆใƒณใƒˆ" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "ใ‚ขใ‚ซใ‚ฆใƒณใƒˆใ‚’ใƒ–ใƒญใƒƒใ‚ฏใ—ใพใ—ใŸ" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "ใ‚ขใ‚ซใ‚ฆใƒณใƒˆใ‚’ใƒ•ใ‚ฉใƒญใƒผใ—ใพใ—ใŸ" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "ใ‚ขใ‚ซใ‚ฆใƒณใƒˆใŒ็„กๅŠนใงใ™" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "ใ‚ขใ‚ซใ‚ฆใƒณใƒˆใ‚’ใƒŸใƒฅใƒผใƒˆใ—ใพใ—ใŸ" @@ -1028,18 +1030,18 @@ msgstr "ใ‚ฏใ‚คใƒƒใ‚ฏใ‚ขใ‚ฏใ‚ปใ‚นใ‹ใ‚‰ใ‚ขใ‚ซใ‚ฆใƒณใƒˆใ‚’่งฃ้™ค" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "ใ‚ขใ‚ซใ‚ฆใƒณใƒˆใฎใƒ–ใƒญใƒƒใ‚ฏใ‚’่งฃ้™คใ—ใพใ—ใŸ" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "ใ‚ขใ‚ซใ‚ฆใƒณใƒˆใฎใƒ•ใ‚ฉใƒญใƒผใ‚’่งฃ้™คใ—ใพใ—ใŸ" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "ใ‚ขใ‚ซใ‚ฆใƒณใƒˆใฎใƒŸใƒฅใƒผใƒˆใ‚’่งฃ้™คใ—ใพใ—ใŸ" @@ -1054,12 +1056,13 @@ msgstr "ใ‚นใ‚ซใƒฉใƒƒใƒ—็Šถ๏ผˆๅธ†็ซ‹่ฒใฎๅฝข็Šถ๏ผ‰ใฎ้’่‰ฒใฎใƒใ‚งใƒƒใ‚ฏใƒžใƒผ msgid "Activity from others" msgstr "ไป–ใฎใƒฆใƒผใ‚ถใƒผใ‹ใ‚‰ใฎใ‚ขใ‚ฏใƒ†ใ‚ฃใƒ“ใƒ†ใ‚ฃ" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "่ฟฝๅŠ " @@ -1112,11 +1115,11 @@ msgstr "ALTใƒ†ใ‚ญใ‚นใƒˆใ‚’่ฟฝๅŠ ๏ผˆใ‚ชใƒ—ใ‚ทใƒงใƒณ๏ผ‰" msgid "Add another account" msgstr "ไป–ใฎใ‚ขใ‚ซใ‚ฆใƒณใƒˆใ‚’่ฟฝๅŠ " -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1518 msgid "Add another post" msgstr "ไป–ใฎๆŠ•็จฟใ‚’่ฟฝๅŠ " -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2181 msgid "Add another post to thread" msgstr "ใ‚นใƒฌใƒƒใƒ‰ใซไป–ใฎๆŠ•็จฟใ‚’่ฟฝๅŠ " @@ -1182,7 +1185,7 @@ msgstr "ใƒŸใƒฅใƒผใƒˆใ™ใ‚‹ใƒฏใƒผใƒ‰ใจใ‚ฟใ‚ฐใ‚’่ฟฝๅŠ " msgid "Add people" msgstr "ใƒฆใƒผใ‚ถใƒผใ‚’่ฟฝๅŠ " -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "ใƒชใ‚นใƒˆใซใƒฆใƒผใ‚ถใƒผใ‚’่ฟฝๅŠ ใ™ใ‚‹" @@ -1214,8 +1217,8 @@ msgstr "ๆฌกใฎDNSใƒฌใ‚ณใƒผใƒ‰ใ‚’ใƒ‰ใƒกใ‚คใƒณใซ่ฟฝๅŠ ใ—ใฆใใ ใ•ใ„๏ผš" msgid "Add this feed to your feeds" msgstr "ใ“ใฎใƒ•ใ‚ฃใƒผใƒ‰ใ‚’ใ‚ใชใŸใฎใƒ•ใ‚ฃใƒผใƒ‰ใซ่ฟฝๅŠ ใ™ใ‚‹" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "ใƒชใ‚นใƒˆใซ่ฟฝๅŠ " @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "ไฟๅญ˜ๆธˆๆŠ•็จฟใธ่ฟฝๅŠ " #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "ใ‚นใ‚ฟใƒผใ‚ฟใƒผใƒ‘ใƒƒใ‚ฏใธ่ฟฝๅŠ " -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "ใƒชใ‚นใƒˆใซใƒฆใƒผใ‚ถใƒผใ‚’่ฟฝๅŠ " @@ -1246,8 +1249,8 @@ msgstr "{0} ใŒ่ฟฝๅŠ " msgid "Added by invite link" msgstr "ๆ‹›ๅพ…ใƒชใƒณใ‚ฏใซใ‚ˆใ‚Š่ฟฝๅŠ " -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "ใƒชใ‚นใƒˆใซ่ฟฝๅŠ " @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "alice@example.com" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "ใ™ในใฆ" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "ๅ…จ{0}" @@ -1521,7 +1524,7 @@ msgid "An error occurred while loading your lists :/" msgstr "ใƒชใ‚นใƒˆใฎ่ชญใฟ่พผใฟไธญใซใ‚จใƒฉใƒผใŒ็™บ็”Ÿใ—ใพใ—ใŸ :/" #: src/components/StarterPack/QrCodeDialog.tsx:81 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:103 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "QRใ‚ณใƒผใƒ‰ใฎไฟๅญ˜ไธญใซใ‚จใƒฉใƒผใŒ็™บ็”Ÿใ—ใพใ—ใŸ๏ผ" @@ -1589,8 +1592,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 "ๅ•้กŒใŒ็™บ็”Ÿใ—ใพใ—ใŸใ€‚ใ‚‚ใ†ไธ€ๅบฆใŠ่ฉฆใ—ใใ ใ•ใ„ใ€‚" @@ -1643,7 +1646,7 @@ msgstr "่ชฐใงใ‚‚" msgid "Anyone can interact" msgstr "่ชฐใงใ‚‚ๅๅฟœๅฏ่ƒฝ" -#: src/components/intents/GroupChatJoinDialog.tsx:340 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" msgstr "่ชฐใงใ‚‚ๅ‚ๅŠ ใงใใพใ™" @@ -1796,8 +1799,8 @@ msgstr "ๆœฌๅฝ“ใซใ“ใฎใ‚นใ‚ฟใƒผใ‚ฟใƒผใƒ‘ใƒƒใ‚ฏใ‚’ๅ‰Š้™คใ—ใŸใ„ใงใ™ใ‹๏ผŸ" msgid "Are you sure you want to discard your changes?" msgstr "ๆœฌๅฝ“ใซๅค‰ๆ›ดใ‚’็ ดๆฃ„ใ—ใŸใ„ใงใ™ใ‹๏ผŸ" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "{groupName} ใ‹ใ‚‰้€€ๅ‡บใ—ใพใ™ใ‹๏ผŸ" @@ -1814,11 +1817,11 @@ msgid "Are you sure you want to remove this from your feeds?" msgstr "ๆœฌๅฝ“ใซใ“ใฎใƒ•ใ‚ฃใƒผใƒ‰ใ‚’ใ‚ใชใŸใฎใƒ•ใ‚ฃใƒผใƒ‰ใ‹ใ‚‰ๅ‰Š้™คใ—ใŸใ„ใงใ™ใ‹๏ผŸ" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 msgid "Are you sure you want to rescind your request to join {0}?" msgstr "ๆœฌๅฝ“ใซ{0}ใซๅ‚ๅŠ ใ™ใ‚‹ใƒชใ‚ฏใ‚จใ‚นใƒˆใ‚’ๅ–ใ‚Šๆถˆใ—ใพใ™ใ‹๏ผŸ" -#: src/view/com/composer/Composer.tsx:1656 +#: src/view/com/composer/Composer.tsx:1654 msgid "Are you sure you'd like to discard this post?" msgstr "ๆœฌๅฝ“ใซใ“ใฎๆŠ•็จฟใ‚’ๅ‰Š้™คใ—ใพใ™ใ‹๏ผŸ" @@ -1958,10 +1961,10 @@ msgstr "{name}ใฎๆŠ•็จฟใฎ้€š็Ÿฅใ‚’ๅ—ใ‘ๅ–ใ‚‹ๅ‰ใซใ€ใพใšใƒกใƒผใƒซใ‚ขใƒ‰ใƒฌ #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2009,8 +2012,8 @@ msgstr "{displayName}ใ‚’ใƒ–ใƒญใƒƒใ‚ฏ" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "ใ‚ขใ‚ซใ‚ฆใƒณใƒˆใ‚’ใƒ–ใƒญใƒƒใ‚ฏ" @@ -2088,6 +2091,10 @@ 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 "ใƒ–ใƒญใƒƒใ‚ฏใ—ใฆใ‚‚ใ“ใฎใƒฉใƒ™ใƒฉใƒผใŒใ‚ใชใŸใฎใ‚ขใ‚ซใ‚ฆใƒณใƒˆใซใƒฉใƒ™ใƒซใ‚’้ฉ็”จใ™ใ‚‹ใ“ใจใŒใงใใพใ™ใ€‚" @@ -2260,7 +2267,7 @@ msgstr "ใƒ›ใƒผใƒ ใ‚ฟใ‚คใƒ ใƒฉใ‚คใƒณใซๆˆปใ‚‹ใƒœใ‚ฟใƒณ" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:181 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2274,13 +2281,13 @@ msgstr "่‘—่€…๏ผš@{0}" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:363 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "ไฝœๆˆ่€…๏ผš<0>{0}" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" msgstr "By <0>{ownerDisplayName}" @@ -2348,10 +2355,10 @@ msgstr "ใ‚ซใƒกใƒฉใธใฎใ‚ขใ‚ฏใ‚ปใ‚นใŒๅฟ…่ฆใงใ™" #: src/screens/Deactivated.tsx:150 #: src/screens/Messages/components/InviteLinkDialog.tsx:500 #: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,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:1732 +#: src/view/com/composer/Composer.tsx:1742 #: 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 @@ -2380,6 +2387,10 @@ msgstr "ๅผ•็”จใ‚’ใ‚ญใƒฃใƒณใ‚ปใƒซ" msgid "Cancel reactivation and sign out" msgstr "ๅ†ๆœ‰ๅŠนๅŒ–ใ‚’ใ‚ญใƒฃใƒณใ‚ปใƒซใ—ใฆใ‚ตใ‚คใƒณใ‚ขใ‚ฆใƒˆ" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "ๆคœ็ดขใ‚’ใ‚ญใƒฃใƒณใ‚ปใƒซ" @@ -2481,7 +2492,7 @@ msgstr "ไฝœๆˆๅพŒใ€ใ‚นใ‚ฟใƒผใ‚ฟใƒผใƒ‘ใƒƒใ‚ฏใธใฎๅค‰ๆ›ดใฏใƒชใ‚นใƒˆใซๅๆ˜ ใ• #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,7 +2509,7 @@ msgid "Chat ended" msgstr "ใƒใƒฃใƒƒใƒˆใŒ็ต‚ไบ†ใ—ใพใ—ใŸ" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:256 +#: src/components/intents/GroupChatJoinDialog.tsx:269 #: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" msgstr "ใƒใƒฃใƒƒใƒˆใฎๆ‹›ๅพ…ใƒชใƒณใ‚ฏใฏใ‚‚ใ†ๅˆฉ็”จใงใใพใ›ใ‚“" @@ -2520,12 +2531,12 @@ msgctxt "toast" msgid "Chat muted" msgstr "ใƒใƒฃใƒƒใƒˆใ‚’ใƒŸใƒฅใƒผใƒˆใ—ใพใ—ใŸ" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." msgstr "ใƒใƒฃใƒƒใƒˆใŒ่ฆ‹ใคใ‹ใ‚Šใพใ›ใ‚“ใงใ—ใŸใ€‚" -#: src/components/moderation/BlockDialog.tsx:292 +#: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "ใƒใƒฃใƒƒใƒˆใ‚ชใƒผใƒŠใƒผใฏใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆใ‚’้€€ๅ‡บใงใใพใ›ใ‚“ใ€‚" @@ -2544,10 +2555,10 @@ msgstr "ใƒใƒฃใƒƒใƒˆใฎ่ฆๆฑ‚" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "ใƒใƒฃใƒƒใƒˆใฎ่จญๅฎš" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "ใƒใƒฃใƒƒใƒˆใฎใƒŸใƒฅใƒผใƒˆใ‚’่งฃ้™คใ—ใพใ—ใŸ" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "ใƒใƒฃใƒƒใƒˆ" @@ -2731,7 +2742,7 @@ msgstr "ใ“ใ“ใ‚’ใ‚ฏใƒชใƒƒใ‚ฏใ—ใฆใ“ใฎใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆใฎๆ‹›ๅพ…ใƒชใƒณ msgid "Click to open tag menu for {0}" msgstr "ใ‚ฏใƒชใƒƒใ‚ฏใ—ใฆ {0} ใฎใ‚ฟใ‚ฐใƒกใƒ‹ใƒฅใƒผใ‚’้–‹ใ" -#: src/components/dms/MessageItem.tsx:533 +#: src/components/dms/MessageItem.tsx:622 msgid "Click to retry failed message" msgstr "้€ไฟกๅคฑๆ•—ใ—ใŸใƒกใƒƒใ‚ปใƒผใ‚ธใ‚’ๅ†้€ไฟก" @@ -2745,6 +2756,7 @@ msgstr "้€ไฟกๅคฑๆ•—ใ—ใŸใƒกใƒƒใ‚ปใƒผใ‚ธใ‚’ๅ†้€ไฟก" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "้€ไฟกๅคฑๆ•—ใ—ใŸใƒกใƒƒใ‚ปใƒผใ‚ธใ‚’ๅ†้€ไฟก" #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:233 -#: src/components/intents/GroupChatJoinDialog.tsx:268 +#: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2804,10 +2816,6 @@ 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 @@ -2822,7 +2830,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 "ๅผ•ใๅ‡บใ—ใƒกใƒ‹ใƒฅใƒผใ‚’้–‰ใ˜ใ‚‹" @@ -2850,10 +2858,10 @@ msgstr "ใ‚นใ‚ญใƒฃใƒŠใƒผใ‚’้–‰ใ˜ใ‚‹" msgid "Close the incoming requests banner" msgstr "ใƒชใ‚ฏใ‚จใ‚นใƒˆใƒใƒŠใƒผใ‚’้–‰ใ˜ใ‚‹" -#: src/components/intents/GroupChatJoinDialog.tsx:226 -#: src/components/intents/GroupChatJoinDialog.tsx:227 -#: src/components/intents/GroupChatJoinDialog.tsx:263 -#: src/components/intents/GroupChatJoinDialog.tsx:264 +#: 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 msgid "Close this dialog" msgstr "ใ“ใฎใƒ€ใ‚คใ‚ขใƒญใ‚ฐใ‚’้–‰ใ˜ใ‚‹" @@ -2866,15 +2874,15 @@ msgstr "ใ‚ฆใ‚งใƒซใ‚ซใƒ ใƒขใƒผใƒ€ใƒซใ‚’้–‰ใ˜ใ‚‹" msgid "Closes password update alert" msgstr "ใƒ‘ใ‚นใƒฏใƒผใƒ‰ๆ›ดๆ–ฐใ‚ขใƒฉใƒผใƒˆใ‚’้–‰ใ˜ใ‚‹" -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1740 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 "ๆŒ‡ๅฎšใ—ใŸ้€š็Ÿฅใฎใƒฆใƒผใ‚ถใƒผใƒชใ‚นใƒˆใ‚’ๆŠ˜ใ‚ŠใŸใŸใ‚€" @@ -2920,7 +2928,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:1616 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "ๆœ€ๅคง{0, plural, other {#ๆ–‡ๅญ—}}ใพใงๆŠ•็จฟใ‚’็ทจ้›†" @@ -2928,11 +2936,11 @@ msgstr "ๆœ€ๅคง{0, plural, other {#ๆ–‡ๅญ—}}ใพใงๆŠ•็จฟใ‚’็ทจ้›†" msgid "Compose reply" msgstr "่ฟ”ไฟกใ‚’ไฝœๆˆ" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2578 msgid "Compressing GIF..." msgstr "GIFใ‚’ๅœง็ธฎไธญโ€ฆ" -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing video..." msgstr "ใƒ“ใƒ‡ใ‚ชใ‚’ๅœง็ธฎไธญโ€ฆ" @@ -3100,7 +3108,7 @@ msgstr "ๆฌกใฎใ‚นใƒ†ใƒƒใƒ—ใธ้€ฒใ‚€" msgid "Conversation" msgstr "ไผš่ฉฑ" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "ไผš่ฉฑใŒๅ‰Š้™คใ•ใ‚Œใพใ—ใŸ" @@ -3127,7 +3135,7 @@ msgid "Copied build version to clipboard" msgstr "ใƒ“ใƒซใƒ‰ใƒใƒผใ‚ธใƒงใƒณใ‚’ใ‚ฏใƒชใƒƒใƒ—ใƒœใƒผใƒ‰ใซใ‚ณใƒ”ใƒผใ—ใพใ—ใŸ" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3154,12 @@ msgstr "ใ‚ณใƒ”ใƒผใ—ใพใ—ใŸ๏ผ" msgid "Copies build version to clipboard" msgstr "ใƒ“ใƒซใƒ‰ใƒใƒผใ‚ธใƒงใƒณใ‚’ใ‚ฏใƒชใƒƒใƒ—ใƒœใƒผใƒ‰ใธใ‚ณใƒ”ใƒผ" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" msgstr "ใƒ—ใƒญใƒ•ใ‚ฃใƒผใƒซใฎๆญฃ่ฆURLใ‚’ใ‚ฏใƒชใƒƒใƒ—ใƒœใƒผใƒ‰ใซใ‚ณใƒ”ใƒผใ—ใพใ™" #: src/components/StarterPack/QrCodeDialog.tsx:198 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:265 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "ใ‚ณใƒ”ใƒผ" @@ -3159,8 +3167,8 @@ msgstr "ใ‚ณใƒ”ใƒผ" msgid "Copy App Password" msgstr "ใ‚ขใƒ—ใƒชใƒ‘ใ‚นใƒฏใƒผใƒ‰ใ‚’ใ‚ณใƒ”ใƒผ" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "at:// URIใ‚’ใ‚ณใƒ”ใƒผ" @@ -3175,8 +3183,8 @@ msgid "Copy code" msgstr "ใ‚ณใƒผใƒ‰ใ‚’ใ‚ณใƒ”ใƒผ" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "DIDใ‚’ใ‚ณใƒ”ใƒผ" @@ -3184,7 +3192,7 @@ msgstr "DIDใ‚’ใ‚ณใƒ”ใƒผ" msgid "Copy host" msgstr "ใƒ›ใ‚นใƒˆใ‚’ใ‚ณใƒ”ใƒผ" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:254 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" msgstr "ๆ‹›ๅพ…ใƒชใƒณใ‚ฏใ‚’ใ‚ณใƒ”ใƒผ" @@ -3210,8 +3218,8 @@ msgstr "ใƒชใ‚นใƒˆใธใฎใƒชใƒณใ‚ฏใ‚’ใ‚ณใƒ”ใƒผ" msgid "Copy link to post" msgstr "ๆŠ•็จฟใธใฎใƒชใƒณใ‚ฏใ‚’ใ‚ณใƒ”ใƒผ" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "ใƒ—ใƒญใƒ•ใ‚ฃใƒผใƒซใธใฎใƒชใƒณใ‚ฏใ‚’ใ‚ณใƒ”ใƒผ" @@ -3219,8 +3227,8 @@ msgstr "ใƒ—ใƒญใƒ•ใ‚ฃใƒผใƒซใธใฎใƒชใƒณใ‚ฏใ‚’ใ‚ณใƒ”ใƒผ" msgid "Copy link to starter pack" msgstr "ใ‚นใ‚ฟใƒผใ‚ฟใƒผใƒ‘ใƒƒใ‚ฏใธใฎใƒชใƒณใ‚ฏใ‚’ใ‚ณใƒ”ใƒผ" -#: src/components/dms/MessageContextMenu.tsx:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "ใƒกใƒƒใ‚ปใƒผใ‚ธใฎใƒ†ใ‚ญใ‚นใƒˆใ‚’ใ‚ณใƒ”ใƒผ" @@ -3249,7 +3257,7 @@ msgstr "TXTใƒฌใ‚ณใƒผใƒ‰ใฎๅ€คใ‚’ใ‚ณใƒ”ใƒผ" msgid "Copyright Policy" msgstr "่‘—ไฝœๆจฉใƒใƒชใ‚ทใƒผ" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" msgstr "QRใ‚ณใƒผใƒ‰ใ‚’ๅ–ๅพ—ใงใใพใ›ใ‚“ใงใ—ใŸ" @@ -3261,11 +3269,11 @@ msgstr "ใ‚ซใ‚นใ‚ฟใƒ ใƒ•ใ‚ฃใƒผใƒ‰ใธๆŽฅ็ถšใงใใพใ›ใ‚“ใงใ—ใŸ" msgid "Could not connect to feed service" msgstr "ใƒ•ใ‚ฃใƒผใƒ‰ใ‚ตใƒผใƒ“ใ‚นใธๆŽฅ็ถšใงใใพใ›ใ‚“ใงใ—ใŸ" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:120 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" msgstr "ใ‚ณใƒ”ใƒผใงใใพใ›ใ‚“ใงใ—ใŸ โ€“ ใ‚‚ใ†ไธ€ๅบฆใŠ่ฉฆใ—ใใ ใ•ใ„" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" msgstr "ใƒ€ใ‚ฆใƒณใƒญใƒผใƒ‰ใงใใพใ›ใ‚“ใงใ—ใŸ โ€“ ใ‚‚ใ†ไธ€ๅบฆใŠ่ฉฆใ—ใใ ใ•ใ„" @@ -3294,7 +3302,7 @@ msgstr "ใƒžใƒƒใƒใ—ใŸๅ…จๅ“กใ‚’ใƒ•ใ‚ฉใƒญใƒผใงใใพใ›ใ‚“ใงใ—ใŸใ€‚{0}" msgid "Could not leave chat" msgstr "ใƒใƒฃใƒƒใƒˆใ‹ใ‚‰ใฎ้€€ๅ‡บใซๅคฑๆ•—ใ—ใพใ—ใŸ" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." msgstr "ใƒใƒฃใƒƒใƒˆใ‚’้€€ๅ‡บใงใใพใ›ใ‚“ใงใ—ใŸใ€‚" @@ -3308,7 +3316,7 @@ msgstr "ใƒ•ใ‚ฃใƒผใƒ‰ใฎ่ชญใฟ่พผใฟใซๅคฑๆ•—ใ—ใพใ—ใŸ" msgid "Could not load list" msgstr "ใƒชใ‚นใƒˆใฎ่ชญใฟ่พผใฟใซๅคฑๆ•—ใ—ใพใ—ใŸ" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:169 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" msgstr "ใƒ—ใƒญใƒ•ใ‚ฃใƒผใƒซใ‚’่ชญใฟ่พผใ‚ใพใ›ใ‚“ใงใ—ใŸ" @@ -3320,7 +3328,7 @@ msgstr "ใƒใƒฃใƒƒใƒˆใฎใƒŸใƒฅใƒผใƒˆใซๅคฑๆ•—ใ—ใพใ—ใŸ" msgid "Could not process your video" msgstr "ใƒ“ใƒ‡ใ‚ชใ‚’ๅ‡ฆ็†ใงใใพใ›ใ‚“ใงใ—ใŸ" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." msgstr "ใƒกใƒณใƒใƒผใ‚’ๅค–ใ›ใพใ›ใ‚“ใงใ—ใŸใ€‚" @@ -3329,7 +3337,7 @@ msgstr "ใƒกใƒณใƒใƒผใ‚’ๅค–ใ›ใพใ›ใ‚“ใงใ—ใŸใ€‚" msgid "Could not save changes: {0}" msgstr "ๅค‰ๆ›ดใ‚’ไฟๅญ˜ใงใใพใ›ใ‚“ใงใ—ใŸ๏ผš{0}" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" msgstr "ๅ…ฑๆœ‰ใงใใพใ›ใ‚“ใงใ—ใŸ โ€“ ใ‚‚ใ†ไธ€ๅบฆใŠ่ฉฆใ—ใใ ใ•ใ„" @@ -3394,12 +3402,12 @@ msgstr "็งๅ‘ใ‘ใฎใ‚นใ‚ฟใƒผใ‚ฟใƒผใƒ‘ใƒƒใ‚ฏใ‚’ไฝœๆˆ" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:314 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3457,13 @@ msgstr "ใ‚นใ‚ฟใƒผใ‚ฟใƒผใƒ‘ใƒƒใ‚ฏใ‹ใ‚‰ใƒชใ‚นใƒˆใ‚’ไฝœๆˆ" msgid "Create moderation list" msgstr "ใƒขใƒ‡ใƒฌใƒผใ‚ทใƒงใƒณใƒชใ‚นใƒˆใ‚’ไฝœๆˆ" -#: src/screens/Messages/JoinRequest.tsx:308 +#: 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 "ๆ–ฐใ—ใ„ใ‚ขใ‚ซใ‚ฆใƒณใƒˆใ‚’ไฝœๆˆ" -#: src/screens/Messages/ConversationSettings/index.tsx:553 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "ใ“ใฎใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆใฎๆ‹›ๅพ…ใƒชใƒณใ‚ฏใ‚’ไฝœๆˆใƒปๅค‰ๆ›ด" @@ -3479,7 +3487,7 @@ msgstr "ใƒฆใƒผใ‚ถใƒผใƒชใ‚นใƒˆใ‚’ไฝœๆˆ" #. placeholder {0}: i18n.date(createdAt, { dateStyle: 'long', timeStyle: 'short', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) #: src/screens/Messages/components/InviteLinkDialog.tsx:355 -#: src/screens/Messages/ConversationSettings/index.tsx:505 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "{0}ใซไฝœๆˆ" @@ -3624,7 +3632,7 @@ msgstr "้€ฃ็ตกๅ…ˆใ‚’ๅ‰Š้™ค" msgid "Delete conversation" msgstr "ไผš่ฉฑใ‚’ๅ‰Š้™ค" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "่‡ชๅˆ†ๅฎ›ใ‚’ๅ‰Š้™ค" @@ -3637,7 +3645,7 @@ msgstr "ใƒชใ‚นใƒˆใ‚’ๅ‰Š้™ค" msgid "Delete message" msgstr "ใƒกใƒƒใ‚ปใƒผใ‚ธใ‚’ๅ‰Š้™ค" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "ใƒกใƒƒใ‚ปใƒผใ‚ธใฎๅฎ›ๅ…ˆใ‹ใ‚‰่‡ชๅˆ†ใ‚’ๅ‰Š้™ค" @@ -3647,7 +3655,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:1628 msgid "Delete post" msgstr "ๆŠ•็จฟใ‚’ๅ‰Š้™ค" @@ -3689,6 +3697,10 @@ 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 @@ -3794,9 +3806,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:1411 +#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1661 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3819,14 @@ msgstr "็ ดๆฃ„" msgid "Discard changes?" msgstr "ๅค‰ๆ›ดใ‚’็ ดๆฃ„ใ—ใพใ™ใ‹๏ผŸ" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1409 #: 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:1426 +#: src/view/com/composer/Composer.tsx:1653 msgid "Discard post?" msgstr "ๆŠ•็จฟใ‚’ๅ‰Š้™คใ—ใพใ™ใ‹๏ผŸ" @@ -3852,7 +3864,7 @@ msgstr "ๆถˆใ™" msgid "Dismiss banner" msgstr "ใƒใƒŠใƒผใ‚’้–‰ใ˜ใ‚‹" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2499 msgid "Dismiss error" msgstr "ใ‚จใƒฉใƒผใ‚’ๆถˆใ™" @@ -3949,8 +3961,8 @@ msgstr "ๅฟƒ้…ใ—ใชใ„ใงใใ ใ•ใ„๏ผใ™ในใฆใฎๆ—ขๅญ˜ใฎใƒกใƒƒใ‚ปใƒผใ‚ธใจ #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:146 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3975,7 @@ msgstr "ๅฟƒ้…ใ—ใชใ„ใงใใ ใ•ใ„๏ผใ™ในใฆใฎๆ—ขๅญ˜ใฎใƒกใƒƒใ‚ปใƒผใ‚ธใจ msgid "Done" msgstr "ๅฎŒไบ†" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "ๅฎŒไบ†" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:520 msgid "Double tap or long press the message to add a reaction" msgstr "ใƒกใƒƒใ‚ปใƒผใ‚ธใ‚’ใƒ€ใƒ–ใƒซใ‚ฟใƒƒใƒ—ใ‹้•ทๆŠผใ—ใงใƒชใ‚ขใ‚ฏใ‚ทใƒงใƒณใ‚’่ฟฝๅŠ " @@ -4087,8 +4093,8 @@ msgstr "ๆ‘‚้ฃŸ้šœๅฎณ" msgid "Edit" msgstr "็ทจ้›†" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "็ทจ้›†" @@ -4102,8 +4108,8 @@ msgstr "ใ‚ขใƒใ‚ฟใƒผใ‚’็ทจ้›†" msgid "Edit Feeds" msgstr "ใƒ•ใ‚ฃใƒผใƒ‰ใ‚’็ทจ้›†" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "ใ‚ฐใƒซใƒผใƒ—ๅใ‚’็ทจ้›†" @@ -4141,8 +4147,8 @@ msgstr "ใƒชใƒณใ‚ฏใฎ่จญๅฎšใ‚’็ทจ้›†" msgid "Edit list details" msgstr "ใƒชใ‚นใƒˆใฎ่ฉณ็ดฐใ‚’็ทจ้›†" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "ใƒฉใ‚คใƒ–ใ‚นใƒ†ใƒผใ‚ฟใ‚นใ‚’็ทจ้›†" @@ -4155,7 +4161,7 @@ msgstr "ใƒขใƒ‡ใƒฌใƒผใ‚ทใƒงใƒณใƒชใ‚นใƒˆใ‚’็ทจ้›†" msgid "Edit My Feeds" msgstr "ใƒžใ‚คใƒ•ใ‚ฃใƒผใƒ‰ใ‚’็ทจ้›†" -#: src/screens/Messages/ConversationSettings/index.tsx:540 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "ๅๅ‰ใ‚’็ทจ้›†" @@ -4184,8 +4190,8 @@ msgstr "ใƒ—ใƒญใƒ•ใ‚ฃใƒผใƒซใ‚’็ทจ้›†" msgid "Edit starter pack" msgstr "ใ‚นใ‚ฟใƒผใ‚ฟใƒผใƒ‘ใƒƒใ‚ฏใ‚’็ทจ้›†" -#: src/screens/Messages/ConversationSettings/index.tsx:486 -#: src/screens/Messages/ConversationSettings/index.tsx:539 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "ใ“ใฎใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆใฎๅๅ‰ใ‚’็ทจ้›†" @@ -4402,7 +4408,7 @@ msgstr "ใƒ•ใƒซใ‚นใ‚ฏใƒชใƒผใƒณใง่กจ็คบ" msgid "Entertainment" msgstr "ใ‚จใƒณใ‚ฟใƒผใƒ†ใ‚คใƒณใƒกใƒณใƒˆ" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2598 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "ใ‚จใƒฉใƒผ" @@ -4481,7 +4487,7 @@ msgstr "ๅ…จ็”ป้ข่กจ็คบใ‚’็ต‚ไบ†" msgid "Expand alt text" msgstr "ALTใƒ†ใ‚ญใ‚นใƒˆใ‚’ๅฑ•้–‹" -#: src/view/com/notifications/NotificationFeedItem.tsx:606 +#: src/view/com/notifications/NotificationFeedItem.tsx:612 msgid "Expand list of users" msgstr "ใƒฆใƒผใ‚ถใƒผใƒชใ‚นใƒˆใ‚’ๅฑ•้–‹" @@ -4596,8 +4602,8 @@ msgstr "ใƒใƒฃใƒƒใƒˆใฎๅ—ใ‘ๅ…ฅใ‚Œใซๅคฑๆ•—ใ—ใพใ—ใŸ" msgid "Failed to accept join request" msgstr "ๅ‚ๅŠ ใƒชใ‚ฏใ‚จใ‚นใƒˆใ‚’ๆ‰ฟ่ชใงใใพใ›ใ‚“ใงใ—ใŸ" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "็ตตๆ–‡ๅญ—ใƒชใ‚ขใ‚ฏใ‚ทใƒงใƒณใ‚’่ฟฝๅŠ ใงใใพใ›ใ‚“ใงใ—ใŸ" @@ -4606,6 +4612,10 @@ msgstr "็ตตๆ–‡ๅญ—ใƒชใ‚ขใ‚ฏใ‚ทใƒงใƒณใ‚’่ฟฝๅŠ ใงใใพใ›ใ‚“ใงใ—ใŸ" msgid "Failed to add members" msgstr "ใƒกใƒณใƒใƒผใ‚’่ฟฝๅŠ ใงใใพใ›ใ‚“ใงใ—ใŸ" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "ใ‚นใ‚ฟใƒผใ‚ฟใƒผใƒ‘ใƒƒใ‚ฏใธใฎ่ฟฝๅŠ ใซๅคฑๆ•—ใ—ใพใ—ใŸ" @@ -4615,7 +4625,7 @@ msgid "Failed to change handle. Please try again." msgstr "ใƒใƒณใƒ‰ใƒซใฎๅค‰ๆ›ดใซๅคฑๆ•—ใ—ใพใ—ใŸใ€‚ใ‚‚ใ†ไธ€ๅบฆ่ฉฆใ—ใฆใใ ใ•ใ„ใ€‚" #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:129 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "ใƒชใƒณใ‚ฏใฎใ‚ณใƒ”ใƒผใซๅคฑๆ•—ใ—ใพใ—ใŸ" @@ -4664,7 +4674,7 @@ msgstr "ๆ‹›ๅพ…ใƒชใƒณใ‚ฏใ‚’็„กๅŠนใซใงใใพใ›ใ‚“ใงใ—ใŸ" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "Germ DMใฎๅˆ‡ๆ–ญใซๅคฑๆ•—ใ—ใพใ—ใŸใ€‚ใ‚จใƒฉใƒผ: {0}" -#: src/screens/Messages/ConversationSettings/index.tsx:374 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "ใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆๅใฎ็ทจ้›†ใซๅคฑๆ•—" @@ -4692,7 +4702,7 @@ msgstr "ๆๆกˆใ‚’้ž่กจ็คบใซใงใใพใ›ใ‚“ใงใ—ใŸใ€‚ใ‚คใƒณใ‚ฟใƒผใƒใƒƒใƒˆๆŽฅ msgid "Failed to ignore join request" msgstr "ๅ‚ๅŠ ใƒชใ‚ฏใ‚จใ‚นใƒˆใฎ็„ก่ฆ–ใซๅคฑๆ•—ใ—ใพใ—ใŸ" -#: src/components/intents/GroupChatJoinDialog.tsx:137 +#: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "ใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆใซๅ‚ๅŠ ใงใใพใ›ใ‚“ใงใ—ใŸใ€‚ใ‚‚ใ†ไธ€ๅบฆใ‚„ใ‚Š็›ดใ—ใฆใใ ใ•ใ„ใ€‚" @@ -4700,14 +4710,14 @@ msgstr "ใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆใซๅ‚ๅŠ ใงใใพใ›ใ‚“ใงใ—ใŸใ€‚ใ‚‚ใ†ไธ€ๅบฆ msgid "Failed to launch SMS app" msgstr "SMSใ‚ขใƒ—ใƒชใฎ่ตทๅ‹•ใซๅคฑๆ•—ใ—ใพใ—ใŸ" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:401 +#: 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 "ใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆใ‹ใ‚‰ใฎ้€€ๅ‡บใซๅคฑๆ•—" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "ไผš่ฉฑใฎ่ชญใฟ่พผใฟใซๅคฑๆ•—ใ—ใพใ—ใŸ" @@ -4753,15 +4763,20 @@ msgstr "ใŠใ™ใ™ใ‚ใฎใƒ•ใ‚ฃใƒผใƒ‰ใฎ่ชญใฟ่พผใฟใซๅคฑๆ•—ใ—ใพใ—ใŸ" msgid "Failed to load suggested follows" msgstr "ใŠใ™ใ™ใ‚ใฎใƒ•ใ‚ฉใƒญใƒผใฎ่ชญใฟ่พผใฟใซๅคฑๆ•—ใ—ใพใ—ใŸ" -#: src/screens/Messages/ConversationSettings/index.tsx:426 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "ใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆใฎใƒญใƒƒใ‚ฏใซๅคฑๆ•—ใ—ใพใ—ใŸ" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +msgid "Failed to mark all chats as read" +msgstr "ใ™ในใฆใฎใƒใƒฃใƒƒใƒˆใ‚’ๆ—ข่ชญใซใงใใพใ›ใ‚“ใงใ—ใŸ" + #: src/screens/Messages/Inbox.tsx:311 +#: src/view/shell/bottom-bar/BottomBar.tsx:450 msgid "Failed to mark all requests as read" msgstr "ใ™ในใฆใฎ่ฆๆฑ‚ใ‚’ๆ—ข่ชญใจใ—ใฆใƒžใƒผใ‚ฏใงใใพใ›ใ‚“ใงใ—ใŸ" -#: src/screens/Messages/ConversationSettings/index.tsx:390 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "ใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆใฎใƒŸใƒฅใƒผใƒˆใซๅคฑๆ•—" @@ -4783,12 +4798,16 @@ msgstr "ใƒใƒƒใƒˆใƒฏใƒผใ‚ฏใ‚จใƒฉใƒผใฎใŸใ‚ใƒ‡ใƒผใ‚ฟใฎๅ‰Š้™คใซๅคฑๆ•—ใ—ใพใ— msgid "Failed to remove data. {0}" msgstr "ใƒ‡ใƒผใ‚ฟใฎๅ‰Š้™คใซๅคฑๆ•—ใ—ใพใ—ใŸใ€‚ {0}" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:111 +#: 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 "" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "ใ‚นใ‚ฟใƒผใ‚ฟใƒผใƒ‘ใƒƒใ‚ฏใ‹ใ‚‰ใฎๅ‰Š้™คใซๅคฑๆ•—ใ—ใพใ—ใŸ" @@ -4802,7 +4821,7 @@ msgstr "ใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆใ‹ใ‚‰ใƒกใƒณใƒใƒผใ‚’ๅค–ใ›ใพใ›ใ‚“ใงใ—ใŸ" msgid "Failed to remove verification" msgstr "่ช่จผใฎๅ‰Š้™คใซๅคฑๆ•—ใ—ใพใ—ใŸ" -#: src/components/intents/GroupChatJoinDialog.tsx:180 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." msgstr "ใƒชใ‚ฏใ‚จใ‚นใƒˆใ‚’ๅ–ใ‚Šๆถˆใ™ใ“ใจใŒใงใใพใ›ใ‚“ใงใ—ใŸใ€‚ใ‚‚ใ†ไธ€ๅบฆใ‚„ใ‚Š็›ดใ—ใฆใใ ใ•ใ„ใ€‚" @@ -4811,7 +4830,7 @@ msgstr "ใƒชใ‚ฏใ‚จใ‚นใƒˆใ‚’ๅ–ใ‚Šๆถˆใ™ใ“ใจใŒใงใใพใ›ใ‚“ใงใ—ใŸใ€‚ใ‚‚ใ† msgid "Failed to resolve location. Please try again." msgstr "ไฝ็ฝฎๆƒ…ๅ ฑใฎ่ชฟๆŸปใซๅคฑๆ•—ใ—ใพใ—ใŸใ€‚ใ‚‚ใ†ไธ€ๅบฆ่ฉฆใ—ใฆใใ ใ•ใ„ใ€‚" -#: src/view/com/composer/Composer.tsx:648 +#: src/view/com/composer/Composer.tsx:646 msgid "Failed to save draft" msgstr "ไธ‹ๆ›ธใใฎไฟๅญ˜ใซๅคฑๆ•—ใ—ใพใ—ใŸ" @@ -4854,7 +4873,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "ใ‚นใƒฌใƒƒใƒ‰ใฎใƒŸใƒฅใƒผใƒˆใฎๅˆ‡ใ‚Šๆ›ฟใˆใซๅคฑๆ•—ใ—ใพใ—ใŸใ€‚ใ‚‚ใ†ไธ€ๅบฆใŠ่ฉฆใ—ใใ ใ•ใ„" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:435 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "ใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆใฎใƒญใƒƒใ‚ฏใ‚’่งฃ้™คใงใใพใ›ใ‚“ใงใ—ใŸ" @@ -5116,16 +5135,16 @@ msgstr "ๆคœ็ดขใƒ•ใ‚ฃใƒผใƒซใƒ‰ใซใƒ•ใ‚ฉใƒผใ‚ซใ‚นใ™ใ‚‹" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 "ใƒ•ใ‚ฉใƒญใƒผ" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "{0}ใ‚’ใƒ•ใ‚ฉใƒญใƒผ" @@ -5149,8 +5168,8 @@ msgstr "10 ไบบใ‚’ใƒ•ใ‚ฉใƒญใƒผใ—ใฆๅง‹ใ‚ใ‚ˆใ†" msgid "Follow 7 accounts" msgstr "7ใ‚ขใ‚ซใ‚ฆใƒณใƒˆใ‚’ใƒ•ใ‚ฉใƒญใƒผ" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "ใ‚ขใ‚ซใ‚ฆใƒณใƒˆใ‚’ใƒ•ใ‚ฉใƒญใƒผ" @@ -5173,9 +5192,9 @@ msgstr "ใ™ในใฆใฎใ‚ขใ‚ซใ‚ฆใƒณใƒˆใ‚’ใƒ•ใ‚ฉใƒญใƒผ" #. 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:423 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "ใƒ•ใ‚ฉใƒญใƒผใƒใƒƒใ‚ฏ" @@ -5211,7 +5230,7 @@ msgstr "<0>{0}ใจ<1>{1}ใŒใƒ•ใ‚ฉใƒญใƒผไธญ" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "<0>{0}ใ€<1>{1}ใŠใ‚ˆใณ{2, plural, other {ไป–#ไบบ}}ใŒใƒ•ใ‚ฉใƒญใƒผไธญ" -#: src/components/intents/GroupChatJoinDialog.tsx:339 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" msgstr "ใƒ•ใ‚ฉใƒญใƒฏใƒผใฏๅ‚ๅŠ ใงใใพใ™" @@ -5231,10 +5250,10 @@ msgstr "ใ‚ใชใŸใŒ็Ÿฅใฃใฆใ„ใ‚‹ใƒ•ใ‚ฉใƒญใƒฏใƒผ" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 "ใƒ•ใ‚ฉใƒญใƒผไธญ" @@ -5249,7 +5268,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 "{0}ใ‚’ใƒ•ใ‚ฉใƒญใƒผใ—ใพใ—ใŸ" @@ -5467,7 +5486,7 @@ msgstr "้–‹ๅง‹" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2603 msgid "GIF uploaded" msgstr "GIFใ‚’ใ‚ขใƒƒใƒ—ใƒญใƒผใƒ‰ใ—ใพใ—ใŸ" @@ -5526,8 +5545,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "ใƒ›ใƒผใƒ ใธ" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "ใƒฉใ‚คใƒ–้–‹ๅง‹" @@ -5538,8 +5557,8 @@ msgstr "ใƒฉใ‚คใƒ–้–‹ๅง‹" msgid "Go Live" msgstr "ใƒฉใ‚คใƒ–้–‹ๅง‹" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "ใƒฉใ‚คใƒ–้–‹ๅง‹๏ผˆ็„กๅŠน๏ผ‰" @@ -5547,7 +5566,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 "{firstAuthorName}ใฎใƒ—ใƒญใƒ•ใ‚ฃใƒผใƒซใซ็งปๅ‹•" @@ -5622,9 +5641,9 @@ msgstr "้œฒ้ชจใชๆšดๅŠ›็š„ใ‚ณใƒณใƒ†ใƒณใƒ„" msgid "Grooming or predatory behavior" msgstr "ใ‚ฐใƒซใƒผใƒŸใƒณใ‚ฐใพใŸใฏๆ•้ฃŸ็š„่กŒ็‚บ๏ผˆๆ€ง็š„ๆพๅ–็›ฎ็š„ใฎๆŽฅ่ฟ‘๏ผ‰" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:321 -#: src/screens/Messages/JoinRequest.tsx:129 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" msgstr "ใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆ" @@ -5632,17 +5651,17 @@ msgstr "ใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆ" msgid "Group chat invite link dialog" msgstr "ใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆๆ‹›ๅพ…ใƒชใƒณใ‚ฏใฎใƒ€ใ‚คใ‚ขใƒญใ‚ฐ" -#: src/screens/Messages/ConversationSettings/index.tsx:417 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "ใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆใ‚’ใƒญใƒƒใ‚ฏใ—ใพใ—ใŸ" -#: src/screens/Messages/ConversationSettings/index.tsx:382 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "ใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆใ‚’ใƒŸใƒฅใƒผใƒˆใ—ใพใ—ใŸ" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "ใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆๅใŒๆ›ดๆ–ฐใ•ใ‚Œใพใ—ใŸ" @@ -5653,12 +5672,12 @@ msgid "Group chat settings" msgstr "ใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆใฎ่จญๅฎš" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "ใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆใฎใƒญใƒƒใ‚ฏใ‚’่งฃ้™คใ—ใพใ—ใŸ" -#: src/screens/Messages/ConversationSettings/index.tsx:385 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "ใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆใฎใƒŸใƒฅใƒผใƒˆใ‚’่งฃ้™คใ—ใพใ—ใŸ" @@ -5682,12 +5701,12 @@ msgstr "ใ‚ฐใƒซใƒผใƒ—ใฏใƒญใƒƒใ‚ฏใ•ใ‚Œใฆใ„ใพใ™" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "ใ‚ฐใƒซใƒผใƒ—ๅ" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "ใ‚ฐใƒซใƒผใƒ—ๅใŒ้•ทใ™ใŽใพใ™ใ€‚{MAX_GROUP_NAME_GRAPHEME_LENGTH, plural, other {ๆœ€ๅคงใง#ๆ–‡ๅญ—ใงใ™ใ€‚}}" @@ -5829,7 +5848,7 @@ msgstr "้ž่กจ็คบใฎใƒชใ‚นใƒˆ" msgid "Hide" msgstr "้ž่กจ็คบ" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "้ž่กจ็คบ" @@ -5904,7 +5923,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 "ใƒฆใƒผใ‚ถใƒผใƒชใ‚นใƒˆใ‚’้ž่กจ็คบ" @@ -5960,7 +5979,7 @@ msgstr "ๅพ…ใฃใฆ๏ผๅพใ€…ใซใƒ“ใƒ‡ใ‚ชใธใฎใ‚ขใ‚ฏใ‚ปใ‚นใ‚’่จฑๅฏใ—ใฆใ„ใพใ™ #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6210,7 +6229,7 @@ msgstr "ใ‚ขใƒ—ใƒชๅ†…ใ€ใƒ—ใƒƒใ‚ทใƒฅใ€ๅ…จๅ“ก" msgid "In-app, push, people you follow" msgstr "ใ‚ขใƒ—ใƒชๅ†…ใ€ใƒ—ใƒƒใ‚ทใƒฅใ€ใƒ•ใ‚ฉใƒญใƒผไธญใฎไบบ" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "ๅ—ไฟกใƒˆใƒฌใ‚คใŒ็ฉบใงใ™" @@ -6268,7 +6287,7 @@ msgstr "ไฟๅญ˜ๆธˆๆŠ•็จฟใ€ใ„ใ‚ใ‚†ใ‚‹ใƒ–ใƒƒใ‚ฏใƒžใƒผใ‚ฏใ‚’็ดนไป‹ใ—ใพใ™" msgid "Invalid 2FA confirmation code." msgstr "็„กๅŠนใช2่ฆ็ด ่ช่จผใฎ็ขบ่ชใ‚ณใƒผใƒ‰ใงใ™ใ€‚" -#: src/components/intents/GroupChatJoinDialog.tsx:147 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." msgstr "ใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆใ‚ณใƒผใƒ‰ใŒ็„กๅŠนใงใ™ใ€‚" @@ -6290,7 +6309,7 @@ msgstr "็„กๅŠนใช้›ป่ฉฑ็•ชๅท" msgid "Invalid report subject" msgstr "ๅ ฑๅ‘ŠใฎไปถๅใŒ็„กๅŠนใงใ™" -#: src/components/intents/GroupChatJoinDialog.tsx:187 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." msgstr "็„กๅŠนใชๅ–ๆถˆใƒชใ‚ฏใ‚จใ‚นใƒˆใงใ™ใ€‚" @@ -6315,15 +6334,15 @@ msgstr "ๆ‹›ๅพ…ใ‚ณใƒผใƒ‰" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "ๆ‹›ๅพ…ใ‚ณใƒผใƒ‰ใŒ็ขบ่ชใงใใพใ›ใ‚“ใ€‚ๆญฃใ—ใๅ…ฅๅŠ›ใ•ใ‚Œใฆใ„ใ‚‹ใ“ใจใ‚’็ขบ่ชใ—ใ€ใ‚‚ใ†ไธ€ๅบฆ่ฉฆใ—ใฆใใ ใ•ใ„ใ€‚" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:140 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" msgstr "ๅ‹้”ใ‚’ๆ‹›ๅพ…" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:155 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "ๅ‹้”ใ‚’ๆ‹›ๅพ…" @@ -6336,17 +6355,17 @@ msgstr "ๅ‹้”ใ‚’ๆ‹›ๅพ… <0/>" #: src/screens/Messages/components/InviteLinkDialog.tsx:335 #: src/screens/Messages/components/InviteLinkDialog.tsx:514 #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 -#: src/screens/Messages/ConversationSettings/index.tsx:556 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "ๆ‹›ๅพ…ใƒชใƒณใ‚ฏ" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:213 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "ๆ‹›ๅพ…ใƒชใƒณใ‚ฏ" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" msgstr "ๆ‹›ๅพ…ใƒชใƒณใ‚ฏใ‚’ใ‚ณใƒ”ใƒผใ—ใพใ—ใŸ" @@ -6410,7 +6429,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:2518 msgid "Job ID: {0}" msgstr "ใ‚ธใƒงใƒ–ID๏ผš{0}" @@ -6420,7 +6439,7 @@ msgid "Jobs" msgstr "ไป•ไบ‹" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:282 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" msgstr "ๅ‚ๅŠ " @@ -6431,12 +6450,12 @@ msgstr "ๅ‚ๅŠ " msgid "Join Bluesky" msgstr "Blueskyใซๅ‚ๅŠ " -#: src/components/intents/GroupChatJoinDialog.tsx:71 -#: src/components/intents/GroupChatJoinDialog.tsx:448 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" msgstr "ใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆใซๅ‚ๅŠ " -#: src/components/intents/GroupChatJoinDialog.tsx:176 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." msgstr "ๅ‚ๅŠ ใƒชใ‚ฏใ‚จใ‚นใƒˆใŒๅ–ใ‚Šๆถˆใ•ใ‚Œใพใ—ใŸใ€‚" @@ -6450,8 +6469,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:1459 +#: src/view/com/composer/Composer.tsx:1469 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "็ทจ้›†ใ‚’็ถšใ‘ใ‚‹" @@ -6609,7 +6628,7 @@ msgid "Learn more." msgstr "่ฉณ็ดฐใ€‚" #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:590 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "้€€ๅ‡บ" @@ -6623,8 +6642,8 @@ msgstr "้€€ๅ‡บ" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "ใƒใƒฃใƒƒใƒˆใ‚’้€€ๅ‡บ" @@ -6644,12 +6663,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "ไผš่ฉฑใ‚’้€€ๅ‡บ" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "ใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆใ‚’้€€ๅ‡บ" -#: src/screens/Messages/ConversationSettings/index.tsx:589 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "ใ“ใฎใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆใ‹ใ‚‰้€€ๅ‡บใ™ใ‚‹" @@ -6658,11 +6677,11 @@ msgstr "ใ“ใฎใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆใ‹ใ‚‰้€€ๅ‡บใ™ใ‚‹" msgid "Leaving Bluesky" msgstr "Blueskyใ‹ใ‚‰้›ขใ‚Œใ‚‹" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: src/screens/Messages/ConversationSettings/prompts.tsx:153 msgid "Leaving this chat will lock it permanently and you wonโ€™t be able to rejoin." msgstr "ใ“ใฎใƒใƒฃใƒƒใƒˆใ‹ใ‚‰้€€ๅ‡บใ™ใ‚‹ใจๅฎŒๅ…จใซใƒญใƒƒใ‚ฏใ•ใ‚Œใ€ๅ†ใณๅ‚ๅŠ ใ™ใ‚‹ใ“ใจใฏใงใใพใ›ใ‚“ใ€‚" -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." msgstr "ใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆใ‚’้€€ๅ‡บใ—ใพใ—ใŸใ€‚" @@ -6935,9 +6954,9 @@ msgstr "ๆœ€ๆ–ฐใฎ้€š็Ÿฅใ‚’่ชญใฟ่พผใ‚€" msgid "Load new posts" msgstr "ๆœ€ๆ–ฐใฎๆŠ•็จฟใ‚’่ชญใฟ่พผใ‚€" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "ใƒใƒฃใƒƒใƒˆใ‚’่ชญใฟ่พผใฟไธญโ€ฆ" @@ -6954,23 +6973,23 @@ msgstr "ๆŠ•็จฟใธใฎๅๅฟœใฎ่จญๅฎšใ‚’่ชญใฟ่พผใฟไธญโ€ฆ" msgid "Loading..." msgstr "่ชญใฟ่พผใฟไธญโ€ฆ" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "ใƒญใƒƒใ‚ฏ" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "ใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆใ‚’ใƒญใƒƒใ‚ฏ" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "ใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆใ‚’ใƒญใƒƒใ‚ฏใ—ใพใ™ใ‹๏ผŸ" -#: src/screens/Messages/ConversationSettings/index.tsx:568 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "ใ“ใฎใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆใ‚’ใƒญใƒƒใ‚ฏ" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "ใƒญใƒƒใ‚ฏไธญ" @@ -7051,6 +7070,16 @@ msgstr "ใƒŸใƒฅใƒผใƒˆใ—ใŸใƒฏใƒผใƒ‰ใจใ‚ฟใ‚ฐใฎ็ฎก็†" msgid "Mark all as read" msgstr "ใ™ในใฆๆ—ข่ชญใซใ™ใ‚‹" +#: src/view/shell/bottom-bar/BottomBar.tsx:459 +#: src/view/shell/bottom-bar/BottomBar.tsx:463 +msgid "Mark all chats as read" +msgstr "ใ™ในใฆใฎใƒใƒฃใƒƒใƒˆใ‚’ๆ—ข่ชญใซใ™ใ‚‹" + +#: src/view/shell/bottom-bar/BottomBar.tsx:467 +#: src/view/shell/bottom-bar/BottomBar.tsx:471 +msgid "Mark all requests as read" +msgstr "ใ™ในใฆใฎใƒชใ‚ฏใ‚จใ‚นใƒˆใ‚’ๆ—ข่ชญใซใ™ใ‚‹" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7089,14 @@ msgstr "ๆ—ข่ชญใซใ™ใ‚‹" msgid "Marked all as read" msgstr "ใ™ในใฆๆ—ข่ชญใซใ—ใพใ—ใŸ" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "ใ™ในใฆใฎใƒใƒฃใƒƒใƒˆใ‚’ๆ—ข่ชญใซใ—ใพใ—ใŸ" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "ใ™ในใฆใฎใƒชใ‚ฏใ‚จใ‚นใƒˆใ‚’ๆ—ข่ชญใซใ—ใพใ—ใŸ" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,7 +7120,7 @@ msgstr "ไป–ใฎใƒ‡ใƒใ‚คใ‚นใซไฟๅญ˜ใ•ใ‚Œใฆใ„ใ‚‹ใƒกใƒ‡ใ‚ฃใ‚ข" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "ไธ€้ƒจใฎ้–ฒ่ฆง่€…ใซใจใฃใฆใฏๅ›ฐๆƒ‘ใ™ใ‚‹ใ€ใ‚ใ‚‹ใ„ใฏไธ้ฉๅˆ‡ใชใƒกใƒ‡ใ‚ฃใ‚ขใงใ™ใ€‚" -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." msgstr "ใƒกใƒณใƒใƒผใŒใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆใ‹ใ‚‰ๅค–ใ•ใ‚Œใพใ—ใŸใ€‚" @@ -7092,7 +7129,7 @@ msgstr "ใƒกใƒณใƒใƒผใŒใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆใ‹ใ‚‰ๅค–ใ•ใ‚Œใพใ—ใŸใ€‚" msgid "Members" msgstr "ใƒกใƒณใƒใƒผ" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "ใƒกใƒณใƒใƒผใฏใพใ ใƒใƒฃใƒƒใƒˆๅฑฅๆญดใ‚’่ชญใ‚€ใ“ใจใŒใงใใพใ™ใŒใ€ๆ–ฐใ—ใ„ใƒกใƒƒใ‚ปใƒผใ‚ธใ‚’้€ไฟกใ™ใ‚‹ใ“ใจใฏใงใใพใ›ใ‚“ใ€‚" @@ -7111,13 +7148,13 @@ msgstr "ใƒกใƒณใ‚ทใƒงใƒณ" msgid "Menu" msgstr "ใƒกใƒ‹ใƒฅใƒผ" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "ใƒกใƒƒใ‚ปใƒผใ‚ธ" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 +#: 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" @@ -7132,7 +7169,7 @@ msgstr "{0}ใธใƒกใƒƒใ‚ปใƒผใ‚ธใ‚’้€ใ‚‹" msgid "Message {displayName}" msgstr "{displayName}ใซใƒกใƒƒใ‚ปใƒผใ‚ธ" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "ใƒกใƒƒใ‚ปใƒผใ‚ธใฏๅ‰Š้™คใ•ใ‚Œใพใ—ใŸ" @@ -7141,13 +7178,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "ใƒกใƒƒใ‚ปใƒผใ‚ธใฏๅ‰Š้™คใ•ใ‚Œใพใ—ใŸ" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:616 msgid "Message failed to send." msgstr "ใƒกใƒƒใ‚ปใƒผใ‚ธใ‚’้€ไฟกใงใใพใ›ใ‚“ใงใ—ใŸใ€‚" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "@{0}ใ‹ใ‚‰ใฎใƒกใƒƒใ‚ปใƒผใ‚ธ๏ผš{1}" @@ -7156,21 +7193,21 @@ msgstr "@{0}ใ‹ใ‚‰ใฎใƒกใƒƒใ‚ปใƒผใ‚ธ๏ผš{1}" msgid "Message from server: {0}" msgstr "ใ‚ตใƒผใƒใƒผใ‹ใ‚‰ใฎใƒกใƒƒใ‚ปใƒผใ‚ธ๏ผš{0}" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "ใƒกใƒƒใ‚ปใƒผใ‚ธใ‚’ๅ…ฅๅŠ›ใ™ใ‚‹ใƒ•ใ‚ฃใƒผใƒซใƒ‰" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "ใƒกใƒƒใ‚ปใƒผใ‚ธใŒ้•ทใ™ใŽใพใ™๏ผˆ{graphemeCount}/{MAX_DM_GRAPHEME_LENGTH}๏ผ‰" -#: src/components/dms/MessageContextMenu.tsx:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "ใƒกใƒƒใ‚ปใƒผใ‚ธใฎใ‚ชใƒ—ใ‚ทใƒงใƒณ" @@ -7178,11 +7215,11 @@ msgstr "ใƒกใƒƒใ‚ปใƒผใ‚ธใฎใ‚ชใƒ—ใ‚ทใƒงใƒณ" msgid "Messages" msgstr "ใƒกใƒƒใ‚ปใƒผใ‚ธ" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:715 msgid "Messages from this person are hidden while they are blocking you." msgstr "ใ“ใฎใƒฆใƒผใ‚ถใƒผใ‹ใ‚‰ใฎใƒกใƒƒใ‚ปใƒผใ‚ธใฏใ‚ใชใŸใ‚’ใƒ–ใƒญใƒƒใ‚ฏไธญใฏ้ž่กจ็คบใงใ™ใ€‚" -#: src/components/dms/MessageItem.tsx:621 +#: src/components/dms/MessageItem.tsx:710 msgid "Messages from this person are hidden while you are blocking them." msgstr "ใ“ใฎใƒฆใƒผใ‚ถใƒผใ‹ใ‚‰ใฎใƒกใƒƒใ‚ปใƒผใ‚ธใฏใ‚ใชใŸใŒใƒ–ใƒญใƒƒใ‚ฏไธญใฏ้ž่กจ็คบใงใ™ใ€‚" @@ -7219,8 +7256,8 @@ msgstr "ใƒขใƒ‡ใƒฌใƒผใ‚ทใƒงใƒณใฎ่ฉณ็ดฐ" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "{0}ใฎไฝœๆˆใ—ใŸใƒขใƒ‡ใƒฌใƒผใ‚ทใƒงใƒณใƒชใ‚นใƒˆ" @@ -7228,7 +7265,7 @@ msgstr "{0}ใฎไฝœๆˆใ—ใŸใƒขใƒ‡ใƒฌใƒผใ‚ทใƒงใƒณใƒชใ‚นใƒˆ" msgid "Moderation list by <0/>" msgstr "<0/>ใฎไฝœๆˆใ—ใŸใƒขใƒ‡ใƒฌใƒผใ‚ทใƒงใƒณใƒชใ‚นใƒˆ" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "ใ‚ใชใŸใฎไฝœๆˆใ—ใŸใƒขใƒ‡ใƒฌใƒผใ‚ทใƒงใƒณใƒชใ‚นใƒˆ" @@ -7281,8 +7318,8 @@ msgstr "ใใฎไป–ใฎ่จ€่ชžโ€ฆ" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "ใใฎไป–ใฎใ‚ชใƒ—ใ‚ทใƒงใƒณ" @@ -7302,7 +7339,7 @@ msgstr "ๆ˜ ็”ป" msgid "Music" msgstr "้Ÿณๆฅฝ" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "ใƒŸใƒฅใƒผใƒˆ" @@ -7320,8 +7357,8 @@ msgstr "{0} ใ‚’ใƒŸใƒฅใƒผใƒˆ" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "ใ‚ขใ‚ซใ‚ฆใƒณใƒˆใ‚’ใƒŸใƒฅใƒผใƒˆ" @@ -7347,7 +7384,7 @@ msgstr "ใƒชใ‚นใƒˆใ‚’ใƒŸใƒฅใƒผใƒˆ" msgid "Mute these accounts?" msgstr "ใ“ใ‚Œใ‚‰ใฎใ‚ขใ‚ซใ‚ฆใƒณใƒˆใ‚’ใƒŸใƒฅใƒผใƒˆใ—ใพใ™ใ‹๏ผŸ" -#: src/screens/Messages/ConversationSettings/index.tsx:530 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "ใ“ใฎใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆใ‚’ใƒŸใƒฅใƒผใƒˆ" @@ -7389,7 +7426,7 @@ msgstr "ใƒฏใƒผใƒ‰ใจใ‚ฟใ‚ฐใ‚’ใƒŸใƒฅใƒผใƒˆ" msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." msgstr "ใ„ใคใงใ‚‚ใƒŸใƒฅใƒผใƒˆใ€้€€ๅ‡บใ€ใƒกใƒณใƒใƒผๅ‰Š้™คใŒๅฏ่ƒฝใ€‚ใ‚ใชใŸใฎใƒใƒฃใƒƒใƒˆใงใ™ใ€‚" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "ใƒŸใƒฅใƒผใƒˆๆธˆใฟ" @@ -7480,7 +7517,7 @@ msgstr "ๆฐ—ใซใ›ใšใซใƒใƒณใƒ‰ใƒซใ‚’ไฝœๆˆ" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "ๆ–ฐ่ฆ" @@ -7490,21 +7527,21 @@ msgctxt "action" msgid "New" msgstr "ๆ–ฐ่ฆ" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "{firstAuthorLink}ใ‹ใ‚‰ใฎๆ–ฐใ—ใ„{postsCount, plural, other {ๆŠ•็จฟ}}" -#: 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 "{firstAuthorName}ใ‹ใ‚‰ใฎๆ–ฐใ—ใ„{postsCount, plural, other {ๆŠ•็จฟ}}" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "ๆ–ฐใ—ใ„ใƒใƒฃใƒƒใƒˆ" @@ -7592,11 +7629,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 "{firstAuthorLink}ใŠใ‚ˆใณ<0>{additionalAuthorsCount, plural, other {ไป–{formattedAuthorsCount}ไบบ}}ใ‹ใ‚‰ใฎๆ–ฐใ—ใ„ๆŠ•็จฟ" -#: 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 "{firstAuthorName}ใŠใ‚ˆใณ{additionalAuthorsCount, plural, other {ไป–{formattedAuthorsCount}ไบบ}}ใ‹ใ‚‰ใฎๆ–ฐใ—ใ„ๆŠ•็จฟ" @@ -7718,7 +7755,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 "{0}ใฎใƒ•ใ‚ฉใƒญใƒผใ‚’่งฃ้™คใ—ใพใ—ใŸ" @@ -7726,7 +7763,7 @@ msgstr "{0}ใฎใƒ•ใ‚ฉใƒญใƒผใ‚’่งฃ้™คใ—ใพใ—ใŸ" msgid "No media yet" msgstr "ใพใ ใƒกใƒ‡ใ‚ฃใ‚ขใŒใ‚ใ‚Šใพใ›ใ‚“" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "ใƒกใƒƒใ‚ปใƒผใ‚ธใฏใ‚ใ‚Šใพใ›ใ‚“" @@ -7763,7 +7800,7 @@ msgstr "่ชฐใ‚‚" msgid "No one but the author can quote this post." msgstr "ๆŠ•็จฟ่€…ใ ใ‘ใŒใ“ใฎๆŠ•็จฟใ‚’ๅผ•็”จใงใใพใ™ใ€‚" -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "่ชฐใ‚‚ใƒกใƒƒใ‚ปใƒผใ‚ธใ‚’้€ไฟกใงใใพใ›ใ‚“" @@ -7831,6 +7868,11 @@ 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" @@ -7895,7 +7937,7 @@ msgstr "่ฆ‹ใคใ‹ใ‚Šใพใ›ใ‚“" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "ๆŠ•็จฟใ‚’ใƒใ‚นใƒˆใ™ใ‚‹ๆบ–ๅ‚™ใŒใงใใฆใ„ใพใ›ใ‚“ใ‹๏ผŸใกใ‚‡ใ†ใฉ่‰ฏใ„ใ‚ฟใ‚คใƒŸใƒณใ‚ฐใจใชใ‚‹ใพใงใ€ใ‚ใชใŸใฎๆœ€้ซ˜ใฎใ‚ขใ‚คใƒ‡ใ‚ขใ‚’ไธ‹ๆ›ธใใซไฟๅญ˜ใ—ใฆใŠใใพใ—ใ‚‡ใ†ใ€‚" -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "ๅ…ฑๆœ‰ใซใคใ„ใฆใฎๆณจๆ„ไบ‹้ …" @@ -7931,7 +7973,7 @@ msgstr "้€š็Ÿฅ้Ÿณ" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8017,7 @@ msgstr "OK" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:722 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8008,11 +8050,11 @@ 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:862 msgid "One or more GIFs is missing alt text." msgstr "1ใคใ‚‚ใ—ใใฏ่ค‡ๆ•ฐใฎGIFใซALTใƒ†ใ‚ญใ‚นใƒˆใŒใ‚ใ‚Šใพใ›ใ‚“ใ€‚" -#: src/view/com/composer/Composer.tsx:861 +#: src/view/com/composer/Composer.tsx:859 msgid "One or more images is missing alt text." msgstr "1ใคใ‚‚ใ—ใใฏ่ค‡ๆ•ฐใฎ็”ปๅƒใซALTใƒ†ใ‚ญใ‚นใƒˆใŒใ‚ใ‚Šใพใ›ใ‚“ใ€‚" @@ -8024,11 +8066,11 @@ msgstr "้ธๆŠžใ—ใŸใƒ•ใ‚กใ‚คใƒซใฎ 1ใคไปฅไธŠใŒใ‚ตใƒใƒผใƒˆใ•ใ‚Œใฆใ„ใพใ› 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:659 +#: src/view/com/composer/Composer.tsx:657 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:871 +#: src/view/com/composer/Composer.tsx:869 msgid "One or more videos is missing alt text." msgstr "1ใคใ‚‚ใ—ใใฏ่ค‡ๆ•ฐใฎใƒ“ใƒ‡ใ‚ชใซALTใƒ†ใ‚ญใ‚นใƒˆใŒใ‚ใ‚Šใพใ›ใ‚“ใ€‚" @@ -8041,7 +8083,7 @@ msgstr "{0}ใฎใฟ่ฟ”ไฟกๅฏ่ƒฝใ€‚" #. 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:233 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}ๆžšใงใ™" @@ -8053,7 +8095,7 @@ msgstr "็ฎก็†่€…ใฎใฟใŒๅ‚ๅŠ ใƒชใ‚ฏใ‚จใ‚นใƒˆใ‚’ๅ—ใ‘ไป˜ใ‘ใ‚‹ใ“ใจใŒใงใ msgid "Only admins can ignore join requests." msgstr "็ฎก็†่€…ใฎใฟใŒๅ‚ๅŠ ใƒชใ‚ฏใ‚จใ‚นใƒˆใ‚’็„ก่ฆ–ใงใใพใ™ใ€‚" -#: src/components/intents/GroupChatJoinDialog.tsx:145 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." msgstr "ใ“ใฎใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆใซๅ‚ๅŠ ใงใใ‚‹ใฎใฏใƒ•ใ‚ฉใƒญใƒฏใƒผใฎใฟใงใ™ใ€‚" @@ -8068,12 +8110,12 @@ msgid "Only image files are supported" msgstr "็”ปๅƒใƒ•ใ‚กใ‚คใƒซใฎใฟใซๅฏพๅฟœใ—ใฆใ„ใพใ™" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:222 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." msgstr "{0}ใŒใƒ•ใ‚ฉใƒญใƒผใ—ใฆใ„ใ‚‹ใƒฆใƒผใ‚ถใƒผใ ใ‘ใŒๅ‚ๅŠ ใงใใพใ™ใ€‚" #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:292 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" msgstr "ใƒใƒฃใƒƒใƒˆใฎใ‚ชใƒผใƒŠใƒผใŒใƒ•ใ‚ฉใƒญใƒผใ—ใฆใ„ใ‚‹ใƒฆใƒผใ‚ถใƒผใ ใ‘ใŒๅ‚ๅŠ ใงใใพใ™" @@ -8107,7 +8149,7 @@ msgid "Open camera" msgstr "ใ‚ซใƒกใƒฉใ‚’่ตทๅ‹•" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:437 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" msgstr "ใƒใƒฃใƒƒใƒˆใ‚’้–‹ใ" @@ -8115,8 +8157,8 @@ msgstr "ใƒใƒฃใƒƒใƒˆใ‚’้–‹ใ" msgid "Open chat member options for {displayName}" msgstr "{displayName}ใฎใƒใƒฃใƒƒใƒˆใƒกใƒณใƒใƒผใ‚ชใƒ—ใ‚ทใƒงใƒณใ‚’้–‹ใ" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "ไผš่ฉฑใฎใ‚ชใƒ—ใ‚ทใƒงใƒณใ‚’้–‹ใ" @@ -8128,9 +8170,9 @@ msgstr "ไธ‹ๆ›ธใใ‚’้–‹ใ" msgid "Open drawer menu" msgstr "ๅผ•ใๅ‡บใ—ใƒกใƒ‹ใƒฅใƒผใ‚’้–‹ใ" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2158 msgid "Open emoji picker" msgstr "็ตตๆ–‡ๅญ—ใ‚’ๅ…ฅๅŠ›" @@ -8151,7 +8193,7 @@ msgstr "ๅ…จ็ตตๆ–‡ๅญ—ใƒชใ‚นใƒˆใ‚’้–‹ใ" msgid "Open Germ DM" msgstr "Germ DMใ‚’้–‹ใ" -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" msgstr "ใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆใ‚’้–‹ใ" @@ -8166,11 +8208,11 @@ msgid "Open in Google Translate" msgstr "Google็ฟป่จณใง้–‹ใ" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "{niceUrl}ใธใฎใƒชใƒณใ‚ฏใ‚’้–‹ใ" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "ใƒกใƒƒใ‚ปใƒผใ‚ธใฎใ‚ชใƒ—ใ‚ทใƒงใƒณใ‚’้–‹ใ" @@ -8221,7 +8263,7 @@ msgstr "็ตตๆœฌใฎใƒšใƒผใ‚ธใ‚’้–‹ใ" msgid "Open system log" msgstr "ใ‚ทใ‚นใƒ†ใƒ ใฎใƒญใ‚ฐใ‚’้–‹ใ" -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" msgstr "ใ“ใฎใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆใ‚’้–‹ใ" @@ -8275,13 +8317,13 @@ msgstr "ใƒ‡ใƒใ‚คใ‚นใฎใ‚ซใƒกใƒฉใ‚’่ตทๅ‹•" 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ใคใ‚’้ธๆŠžใ—ใพใ™ใ€‚" -#: src/screens/Messages/JoinRequest.tsx:309 +#: 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 "ๆ–ฐใ—ใ„Blueskyใฎใ‚ขใ‚ซใ‚ฆใƒณใƒˆใ‚’ไฝœๆˆใ™ใ‚‹ใƒ•ใƒญใƒผใ‚’้–‹ใ" -#: src/screens/Messages/JoinRequest.tsx:295 +#: 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" @@ -8341,7 +8383,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 "ใƒ—ใƒญใƒ•ใ‚ฃใƒผใƒซใ‚’้–‹ใ" @@ -8513,6 +8555,16 @@ msgstr "@{0}ใ‚’ใƒ•ใ‚ฉใƒญใƒผไธญใฎใƒฆใƒผใ‚ถใƒผ" msgid "People I follow" msgstr "ใƒ•ใ‚ฉใƒญใƒผไธญใฎไบบ" +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "ใƒ•ใ‚ฉใƒญใƒผไธญใฎไบบ" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "ใƒ•ใ‚ฉใƒญใƒผไธญใฎไบบ" + #: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "ใƒ•ใ‚ฉใƒญใƒผไธญใฎไบบใฏใ™ใใซๅ‚ๅŠ ใงใใพใ™" @@ -8813,7 +8865,7 @@ msgstr "ๆ”ฟๆฒป" msgid "Porn" msgstr "ใƒใƒซใƒŽ" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post" msgstr "ๆŠ•็จฟ" @@ -8833,12 +8885,12 @@ msgstr "ๅ†™็œŸใ‚’ๆŠ•็จฟ" msgid "Post a video" msgstr "ใƒ“ใƒ‡ใ‚ชใ‚’ๆŠ•็จฟ" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Post All" msgstr "ใ™ในใฆใƒใ‚นใƒˆ" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1468 msgid "Post anyway" msgstr "ใจใซใ‹ใๆŠ•็จฟใ™ใ‚‹" @@ -9015,11 +9067,11 @@ msgstr "ใƒ—ใƒฉใ‚คใƒใ‚ทใƒผใƒใƒชใ‚ทใƒผ" msgid "Privacy violation of a minor" msgstr "ๆœชๆˆๅนด่€…ใฎใƒ—ใƒฉใ‚คใƒใ‚ทใƒผไพตๅฎณ" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2592 msgid "Processing GIF..." msgstr "GIFใ‚’ๅ‡ฆ็†ใ—ใฆใ„ใพใ™โ€ฆ" -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing video..." msgstr "ใƒ“ใƒ‡ใ‚ชใ‚’ๅ‡ฆ็†ไธญโ€ฆ" @@ -9031,7 +9083,7 @@ msgstr "ๅ‡ฆ็†ไธญโ€ฆ" msgid "profile" msgstr "ใƒ—ใƒญใƒ•ใ‚ฃใƒผใƒซ" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9117,22 @@ 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:1790 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:1785 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:1774 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:1779 msgid "Publish reply" msgstr "่ฟ”ไฟกใ‚’ๅ…ฌ้–‹" @@ -9109,7 +9161,7 @@ msgid "QR code has been downloaded!" msgstr "QRใ‚ณใƒผใƒ‰ใ‚’ใƒ€ใ‚ฆใƒณใƒญใƒผใƒ‰ใ—ใพใ—ใŸ๏ผ" #: src/components/StarterPack/QrCodeDialog.tsx:122 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "QRใ‚ณใƒผใƒ‰ใ‚’ใ‚ซใƒกใƒฉใƒญใƒผใƒซใซไฟๅญ˜ใ—ใพใ—ใŸ๏ผ" @@ -9172,8 +9224,8 @@ msgstr "ใƒชใƒณใ‚ฏใ‚’ๅ†ๅบฆๆœ‰ๅŠนๅŒ–" msgid "React with {emoji}" msgstr "{emoji}ใงใƒชใ‚ขใ‚ฏใ‚ทใƒงใƒณใ™ใ‚‹" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "ๅๅฟœ" @@ -9268,10 +9320,6 @@ msgstr "ใŠใ™ใ™ใ‚" msgid "Reconnect" msgstr "ๅ†ๆŽฅ็ถš" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "่กจ็คบใ™ใ‚‹ใ„ใฏใƒšใƒผใ‚ธใ‚’ๆ›ดๆ–ฐใ—ใฆใใ ใ•ใ„ใ€‚" - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" @@ -9291,12 +9339,14 @@ msgstr "ใƒใƒฃใƒƒใƒˆใฎใƒชใ‚ฏใ‚จใ‚นใƒˆใ‚’ๆ‹’ๅฆใ™ใ‚‹" msgid "Reject join request" msgstr "ๅ‚ๅŠ ใƒชใ‚ฏใ‚จใ‚นใƒˆใ‚’ๆ‹’ๅฆ" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "ไผš่ฉฑใ‚’ๅ†่ชญใฟ่พผใฟ" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9355,9 @@ msgstr "ไผš่ฉฑใ‚’ๅ†่ชญใฟ่พผใฟ" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "ๅ‰Š้™ค" @@ -9326,7 +9375,7 @@ msgstr "{displayName}ใ‚’ใ‚นใ‚ฟใƒผใ‚ฟใƒผใƒ‘ใƒƒใ‚ฏใ‹ใ‚‰ๅ‰Š้™ค" msgid "Remove {displayName} from this group chat" msgstr "ใ“ใฎใ‚ฐใƒซใƒผใƒ— ใƒใƒฃใƒƒใƒˆใ‹ใ‚‰{displayName}ใ‚’ๅ‰Š้™ค" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" msgstr "{displayName}ใ‚’ๅค–ใ—ใพใ™ใ‹๏ผŸ" @@ -9443,14 +9492,14 @@ msgstr "ไฟๅญ˜ใ•ใ‚ŒใŸใƒ•ใ‚ฃใƒผใƒ‰ใ‹ใ‚‰ใ“ใฎใƒ•ใ‚ฃใƒผใƒ‰ใ‚’ๅ‰Š้™ค" msgid "Remove unavailable moderation services" msgstr "ๅˆฉ็”จใงใใชใ„ใƒขใƒ‡ใƒฌใƒผใ‚ทใƒงใƒณใ‚ตใƒผใƒ“ใ‚นใ‚’ๅ‰Š้™ค" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "ใƒชใ‚นใƒˆใ‹ใ‚‰ใƒฆใƒผใ‚ถใƒผใ‚’ๅ‰Š้™ค" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "่ช่จผใ‚’ๅ‰Š้™ค" @@ -9466,8 +9515,8 @@ msgstr "ๆŠ•็จฟ่€…ใŒๅ‰Š้™คใ—ใพใ—ใŸ" msgid "Removed by you" msgstr "ใ‚ใชใŸใŒๅ‰Š้™คใ—ใพใ—ใŸ" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "ใƒชใ‚นใƒˆใ‹ใ‚‰ๅ‰Š้™คใ•ใ‚Œใพใ—ใŸ" @@ -9535,6 +9584,14 @@ msgctxt "description" msgid "Replied to you" msgstr "ใ‚ใชใŸใธใฎ่ฟ”ไฟก" +#: src/components/dms/MessageItem.tsx:883 +msgid "Replied-to message from {senderName}, tap to scroll to it" +msgstr "" + +#: src/components/dms/MessageItem.tsx:884 +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 @@ -9552,7 +9609,12 @@ msgstr "่ฟ”ไฟกใงใใพใ›ใ‚“" msgid "Replies to this post are disabled." msgstr "ใ“ใฎๆŠ•็จฟใธใฎ่ฟ”ไฟกใฏ็„กๅŠนๅŒ–ใ•ใ‚Œใฆใ„ใพใ™ใ€‚" -#: src/view/com/composer/Composer.tsx:1804 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "่ฟ”ไฟก" + +#: src/view/com/composer/Composer.tsx:1802 msgctxt "action" msgid "Reply" msgstr "่ฟ”ไฟก" @@ -9590,14 +9652,14 @@ msgstr "่ฟ”ไฟกใฎ่กจ็คบ่จญๅฎšใ‚’ๆ›ดๆ–ฐใ—ใพใ—ใŸ" msgid "Reply was successfully hidden" msgstr "่ฟ”ไฟกใ‚’้ž่กจ็คบใซใ™ใ‚‹ใ“ใจใŒใงใใพใ—ใŸ" -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:582 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "ๅ ฑๅ‘Š" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "ใ‚ขใ‚ซใ‚ฆใƒณใƒˆใ‚’ๅ ฑๅ‘Š" @@ -9623,7 +9685,7 @@ msgstr "ใƒ•ใ‚ฃใƒผใƒ‰ใ‚’ๅ ฑๅ‘Š" msgid "Report list" msgstr "ใƒชใ‚นใƒˆใ‚’ๅ ฑๅ‘Š" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "ใƒกใƒƒใ‚ปใƒผใ‚ธใ‚’ๅ ฑๅ‘Š" @@ -9657,7 +9719,7 @@ msgstr "ใ“ใฎไผš่ฉฑใ‚’ๅ ฑๅ‘Š" msgid "Report this feed" msgstr "ใ“ใฎใƒ•ใ‚ฃใƒผใƒ‰ใ‚’ๅ ฑๅ‘Š" -#: src/screens/Messages/ConversationSettings/index.tsx:581 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "ใ“ใฎใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆใ‚’ๅ ฑๅ‘Š" @@ -9737,7 +9799,7 @@ msgstr "ใ“ใฎๆŠ•็จฟใ‚’ใƒชใƒใ‚นใƒˆใ™ใ‚‹" msgid "Reposts of your reposts" msgstr "ใƒชใƒใ‚นใƒˆใฎใƒชใƒใ‚นใƒˆ" -#: src/components/intents/GroupChatJoinDialog.tsx:447 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" msgstr "ใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆใธใฎใ‚ขใ‚ฏใ‚ปใ‚นใ‚’ใƒชใ‚ฏใ‚จใ‚นใƒˆ" @@ -9755,7 +9817,7 @@ msgid "Request ignored." msgstr "ใƒชใ‚ฏใ‚จใ‚นใƒˆใฏ็„ก่ฆ–ใ•ใ‚Œใพใ—ใŸใ€‚" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:281 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" msgstr "ๅ‚ๅŠ ใƒชใ‚ฏใ‚จใ‚นใƒˆ" @@ -9764,7 +9826,7 @@ msgid "Requested" msgstr "ใƒชใ‚ฏใ‚จใ‚นใƒˆๆธˆ" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "ใƒชใ‚ฏใ‚จใ‚นใƒˆ" @@ -9791,9 +9853,9 @@ msgstr "ใ“ใฎใƒ—ใƒญใƒใ‚คใƒ€ใƒผใซๅฟ…่ฆ" msgid "Required in your region" msgstr "ใ‚ใชใŸใฎๅœฐๅŸŸใงใฏๅฟ…่ฆ" -#: src/components/intents/GroupChatJoinDialog.tsx:296 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:310 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:115 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:117 msgid "Rescind request" msgstr "ใƒชใ‚ฏใ‚จใ‚นใƒˆใฎๅ–ๆถˆ" @@ -9872,7 +9934,7 @@ msgstr "ใ‚จใƒฉใƒผใซใชใฃใŸๆœ€ๅพŒใฎใ‚ขใ‚ฏใ‚ทใƒงใƒณใ‚’ใ‚„ใ‚Š็›ดใ™" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 #: src/screens/Messages/JoinRequests.tsx:361 @@ -9928,7 +9990,7 @@ msgstr "ๆ‚ฒใ—ใ„GIF" #: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10015,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:1449 #: 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:1421 #: 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:1449 #: 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:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "ไธ‹ๆ›ธใใ‚’ไฟๅญ˜ใ—ใพใ™ใ‹๏ผŸ" @@ -10022,13 +10084,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:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "่ชฐใ‹ใซๆŒจๆ‹ถใ—ใฆใฟใ‚ˆใ†" @@ -10058,6 +10120,10 @@ msgstr "ๅทฆใซใ‚นใ‚ฏใƒญใƒผใƒซ" msgid "Scroll right" msgstr "ๅณใซใ‚นใ‚ฏใƒญใƒผใƒซ" +#: src/components/dms/MessageItem.tsx:774 +msgid "Scroll to the message this is replying to" +msgstr "" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "ไธ€็•ชไธŠใพใงใ‚นใ‚ฏใƒญใƒผใƒซ" @@ -10067,7 +10133,7 @@ msgstr "ไธ€็•ชไธŠใพใงใ‚นใ‚ฏใƒญใƒผใƒซ" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "ๆคœ็ดข" @@ -10148,8 +10214,8 @@ msgstr "่จ€่ชžใ‚’้ธๆŠž" msgid "Search my posts" msgstr "่‡ชๅˆ†ใฎๆŠ•็จฟใ‚’ๆคœ็ดข" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "ๆŠ•็จฟใ‚’ๆคœ็ดข" @@ -10425,8 +10491,8 @@ msgstr "ใ‚จใƒฉใƒผใƒฌใƒใƒผใƒˆใ‚’้€ไฟก" msgid "Send feedback" msgstr "ใƒ•ใ‚ฃใƒผใƒ‰ใƒใƒƒใ‚ฏใ‚’้€ไฟก" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "ใƒกใƒƒใ‚ปใƒผใ‚ธใ‚’้€ไฟก" @@ -10460,7 +10526,7 @@ msgid "Send via direct message" msgstr "ใƒ€ใ‚คใƒฌใ‚ฏใƒˆใƒกใƒƒใ‚ปใƒผใ‚ธใง้€ไฟก" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "{0}ใซ้€ไฟกใ—ใพใ—ใŸ" @@ -10565,7 +10631,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 @@ -10577,7 +10643,7 @@ msgstr "ๆ€ง็š„ใซใใ‚ใฉใ„" msgid "Share" msgstr "ๅ…ฑๆœ‰" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "ใจใซใ‹ใๅ…ฑๆœ‰" @@ -10641,8 +10707,8 @@ msgstr "ใ“ใฎใ‚นใ‚ฟใƒผใ‚ฟใƒผใƒ‘ใƒƒใ‚ฏใ‚’ๅ…ฑๆœ‰ใ—ใฆใ€ไป–ใฎใƒฆใƒผใ‚ถใƒผใŒBlu #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "ๅ…ฑๆœ‰โ€ฆ" @@ -10796,15 +10862,15 @@ msgstr "ใ‚ณใƒณใƒ†ใƒณใƒ„ใ‚’่กจ็คบ" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:294 -#: src/screens/Messages/JoinRequest.tsx:300 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,7 +10896,7 @@ msgstr "ใ‚ตใ‚คใƒณใ‚คใƒณใพใŸใฏใ‚ขใ‚ซใ‚ฆใƒณใƒˆใ‚’ไฝœๆˆ" msgid "Sign in or create your account to join the conversation!" msgstr "ไผš่ฉฑใซๅ‚ๅŠ ใ™ใ‚‹ใซใฏใ‚ตใ‚คใƒณใ‚คใƒณใ™ใ‚‹ใ‹ๆ–ฐใ—ใใ‚ขใ‚ซใ‚ฆใƒณใƒˆใ‚’็™ป้Œฒใ—ใฆใใ ใ•ใ„๏ผ" -#: src/screens/Messages/JoinRequest.tsx:220 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." msgstr "ใ‚ตใ‚คใƒณใ‚คใƒณใ—ใฆๆ‹›ๅพ…ใ‚’ๅ—ใ‘ๅ…ฅใ‚Œใ‚‹ใ€‚" @@ -10842,7 +10908,7 @@ msgstr "ใƒชใ‚นใƒˆใซใชใ„ใ‚ขใ‚ซใ‚ฆใƒณใƒˆใซใ‚ตใ‚คใƒณใ‚คใƒณ" msgid "Sign in to Bluesky or create a new account" msgstr "Blueskyใซใ‚ตใ‚คใƒณใ‚คใƒณ ใพใŸใฏ ๆ–ฐ่ฆใ‚ขใ‚ซใ‚ฆใƒณใƒˆใฎ็™ป้Œฒ" -#: src/screens/Messages/JoinRequest.tsx:219 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." msgstr "ใ‚ตใ‚คใƒณใ‚คใƒณใ—ใฆใ“ใฎใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆใธใฎๅ‚ๅŠ ใ‚’ใƒชใ‚ฏใ‚จใ‚นใƒˆใ™ใ‚‹ใ€‚" @@ -10900,7 +10966,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:1466 msgid "Skip empty posts?" msgstr "็ฉบใฎๆŠ•็จฟใ‚’ใ‚นใ‚ญใƒƒใƒ—ใ—ใพใ™ใ‹๏ผŸ" @@ -10971,12 +11037,12 @@ msgid "Someone left the group" msgstr "่ชฐใ‹ใŒใ‚ฐใƒซใƒผใƒ—ใ‹ใ‚‰้€€ๅ‡บใ—ใพใ—ใŸ" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:347 msgid "Someone reacted {0}" msgstr "่ชฐใ‹ใŒ{0}ใจใƒชใ‚ขใ‚ฏใ‚ทใƒงใƒณใ—ใพใ—ใŸ" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "่ชฐใ‹ใŒ{target}ใซ{0}ใจใƒชใ‚ขใ‚ฏใ‚ทใƒงใƒณใ—ใพใ—ใŸ" @@ -10996,10 +11062,6 @@ msgstr "่ชฐใ‹ใŒๅ‰Š้™คใ•ใ‚Œใพใ—ใŸ" msgid "Someone was removed from the group" msgstr "่ชฐใ‹ใŒใ‚ฐใƒซใƒผใƒ—ใ‹ใ‚‰ๅค–ใ•ใ‚Œใพใ—ใŸ" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "ไฝ•ใ‹ๆ–ฐใ—ใ„ใ‚‚ใฎใŒใ“ใ“ใซใ‚ใ‚Šใพใ™" - #: 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 "ๅ ฑๅ‘Šใ—ใ‚ˆใ†ใจใ—ใฆใ„ใ‚‹ใƒ‡ใƒผใ‚ฟใซๅ•้กŒใŒใ‚ใ‚Šใพใ—ใŸใ€‚ใ‚ตใƒใƒผใƒˆใซ้€ฃ็ตกใ—ใฆใใ ใ•ใ„ใ€‚" @@ -11043,8 +11105,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 "็”ณใ—่จณใ‚ใ‚Šใพใ›ใ‚“๏ผใ‚ปใƒƒใ‚ทใƒงใƒณใฎๆœ‰ๅŠนๆœŸ้™ใŒๅˆ‡ใ‚Œใพใ—ใŸใ€‚ใ‚‚ใ†ไธ€ๅบฆใ‚ตใ‚คใƒณใ‚คใƒณใ—ใฆใใ ใ•ใ„ใ€‚" @@ -11214,13 +11276,13 @@ msgid "Subscribe" msgstr "็™ป้Œฒ" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "{0}ใ‚’่ณผ่ชญ" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "{0}ใฎ{publicationTitle}ใ‚’่ณผ่ชญ" @@ -11255,7 +11317,7 @@ msgstr "ๆˆๅŠŸ" msgid "Success!" msgstr "ๆˆๅŠŸ๏ผ" -#: src/components/intents/GroupChatJoinDialog.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" msgstr "ใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆใซๅ‚ๅŠ ใงใใพใ—ใŸ๏ผ" @@ -11355,7 +11417,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:572 +#: src/components/dms/MessageItem.tsx:661 msgid "Tap for details" msgstr "ใ‚ฟใƒƒใƒ—ใ—ใฆ่ฉณ็ดฐใ‚’่กจ็คบ" @@ -11390,7 +11452,7 @@ msgid "Tap to dismiss" msgstr "ใ‚ฟใƒƒใƒ—ใ—ใฆๆถˆใ™" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:453 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" msgstr "ใ‚ฟใƒƒใƒ—ใ—ใฆใ™ใใซใ“ใฎใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆใซๅ‚ๅŠ ใ™ใ‚‹" @@ -11398,34 +11460,34 @@ msgstr "ใ‚ฟใƒƒใƒ—ใ—ใฆใ™ใใซใ“ใฎใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆใซๅ‚ๅŠ ใ™ใ‚‹" msgid "Tap to open this group chat" msgstr "ใ‚ฟใƒƒใƒ—ใ—ใฆใ“ใฎใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆใ‚’้–‹ใ" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "ใ‚ฟใƒƒใƒ—ใ—ใฆๅ‰Š้™ค" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "ใ‚ฟใƒƒใƒ—ใ—ใฆใƒชใ‚ขใ‚ฏใ‚ทใƒงใƒณ{0}ใ‚’ๅ‰Š้™ค" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:452 +#: src/components/intents/GroupChatJoinDialog.tsx:468 msgid "Tap to request access to join this group chat" msgstr "ใ‚ฟใƒƒใƒ—ใ—ใฆใ“ใฎใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆใธใฎๅ‚ๅŠ ใ‚’ใƒชใ‚ฏใ‚จใ‚นใƒˆใ—ใพใ™" -#: src/components/dms/MessageItem.tsx:537 +#: src/components/dms/MessageItem.tsx:626 msgid "Tap to retry" msgstr "ใ‚ฟใƒƒใƒ—ใ—ใฆๅ†่ฉฆ่กŒ" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "ใ‚ฟใƒƒใƒ—ใ—ใฆ{0}ใฎใƒชใ‚ขใ‚ฏใ‚ทใƒงใƒณใ‚’่กจ็คบ" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "ใ‚ฟใƒƒใƒ—ใ—ใฆใ™ในใฆใฎใƒชใ‚ขใ‚ฏใ‚ทใƒงใƒณใ‚’่กจ็คบ" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:373 msgid "Tap to view reactions" msgstr "ใ‚ฟใƒƒใƒ—ใ—ใฆใƒชใ‚ขใ‚ฏใ‚ทใƒงใƒณใ‚’่กจ็คบ" @@ -11528,7 +11590,7 @@ msgstr "ใ“ใ‚Œใงๅ…จ้ƒจใงใ™๏ผ" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "ใ“ใฎใ‚ขใ‚ซใ‚ฆใƒณใƒˆใฏใ€ใƒ–ใƒญใƒƒใ‚ฏ่งฃ้™คๅพŒใซใ‚ใชใŸใจใ‚„ใ‚Šๅ–ใ‚Šใ™ใ‚‹ใ“ใจใŒใงใใพใ™ใ€‚" @@ -11594,7 +11656,7 @@ msgstr "ๆ–ฐใ—ใ„ๆŠ•็จฟใ‚’ไฝœๆˆใ™ใ‚‹ๅ ดๅˆใ€ไปฅไธ‹ใฎ่จญๅฎšใŒใƒ‡ใƒ•ใ‚ฉใƒซใƒˆ msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "ใ‚ใชใŸใฎๅœฐๅŸŸใฎๆณ•ๅพ‹ใงใฏใ€็‰นๅฎšใฎๆฉŸ่ƒฝใซใ‚ขใ‚ฏใ‚ปใ‚นใ™ใ‚‹ใซใฏใ‚ใชใŸใŒๆˆไบบใงใ‚ใ‚‹ใ“ใจใ‚’็ขบ่ชใ™ใ‚‹ๅฟ…่ฆใŒใ‚ใ‚Šใพใ™ใ€‚่ฉณ็ดฐใฏใ‚ฟใƒƒใƒ—ใ—ใฆใใ ใ•ใ„ใ€‚" -#: src/components/intents/GroupChatJoinDialog.tsx:155 +#: src/components/intents/GroupChatJoinDialog.tsx:165 #: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." msgstr "ใƒกใƒณใƒใƒผใฎไธŠ้™ใซ้”ใ—ใพใ—ใŸใ€‚" @@ -11621,7 +11683,7 @@ msgstr "ใ‚ตใƒผใƒใƒผใงๅ•้กŒใŒ็™บ็”Ÿใ—ใฆใ„ใ‚‹ใ‚ˆใ†ใงใ™ใ€‚ๅฐ‘ใ—้–“ใ‚’ใŠ msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "่ฆ‹ใ‚ˆใ†ใจใ—ใŸใ‚นใ‚ฟใƒผใ‚ฟใƒผใƒ‘ใƒƒใ‚ฏใŒ็„กๅŠนใงใ™ใ€‚ไปฃใ‚ใ‚Šใซใ‚นใ‚ฟใƒผใ‚ฟใƒผใƒ‘ใƒƒใ‚ฏใ‚’ๅ‰Š้™คใ—ใฆใใ ใ•ใ„ใ€‚" -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "ใ‚ณใƒณใƒ†ใ‚ญใ‚นใƒˆใƒกใƒ‹ใƒฅใƒผใฎไปถๅ" @@ -11665,8 +11727,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "GIF ใฎ่ชญใฟ่พผใฟไธญใซๅ•้กŒใŒ็™บ็”Ÿใ—ใพใ—ใŸใ€‚ๆŽฅ็ถšใ‚’็ขบ่ชใ—ใฆใ€ใ‚‚ใ†ไธ€ๅบฆใ‚„ใ‚Š็›ดใ—ใฆใใ ใ•ใ„ใ€‚" #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:182 +#: 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 "ใ‚คใƒณใ‚ฟใƒผใƒใƒƒใƒˆๆŽฅ็ถšใซๅ•้กŒใŒ็™บ็”Ÿใ—ใพใ—ใŸใ€‚ใ‚‚ใ†ไธ€ๅบฆใ‚„ใ‚Š็›ดใ—ใฆใใ ใ•ใ„" @@ -11693,7 +11755,7 @@ msgstr "้€š็Ÿฅใฎๅ–ๅพ—ไธญใซๅ•้กŒใŒ็™บ็”Ÿใ—ใพใ—ใŸใ€‚ใ‚‚ใ†ไธ€ๅบฆ่ฉฆใ™ใซ msgid "There was an issue fetching posts. Tap here to try again." msgstr "ๆŠ•็จฟใฎๅ–ๅพ—ไธญใซๅ•้กŒใŒ็™บ็”Ÿใ—ใพใ—ใŸใ€‚ใ‚‚ใ†ไธ€ๅบฆ่ฉฆใ™ใซใฏใ“ใกใ‚‰ใ‚’ใ‚ฟใƒƒใƒ—ใ—ใฆใใ ใ•ใ„ใ€‚" -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "ใƒชใ‚นใƒˆใฎๅ–ๅพ—ไธญใซๅ•้กŒใŒ็™บ็”Ÿใ—ใพใ—ใŸใ€‚ใ‚‚ใ†ไธ€ๅบฆ่ฉฆใ™ใซใฏใ“ใกใ‚‰ใ‚’ใ‚ฟใƒƒใƒ—ใ—ใฆใใ ใ•ใ„ใ€‚" @@ -11733,12 +11795,12 @@ msgstr "ใƒ•ใ‚ฃใƒผใƒ‰ใฎๆ›ดๆ–ฐไธญใซๅ•้กŒใŒ็™บ็”Ÿใ—ใŸใฎใงใ€ใ‚คใƒณใ‚ฟใƒผใƒ #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "ๅ•้กŒใŒ็™บ็”Ÿใ—ใพใ—ใŸ๏ผ {0}" @@ -11778,7 +11840,7 @@ msgstr "ใ“ใ‚Œใ‚‰ใฎ่จญๅฎšใฏFollowingใƒ•ใ‚ฃใƒผใƒ‰ใซใฎใฟ้ฉ็”จใ•ใ‚Œใพใ™ใ€‚ msgid "They own this chat" msgstr "ๅฝผใ‚‰ใฏใ“ใฎใƒใƒฃใƒƒใƒˆใฎใ‚ชใƒผใƒŠใƒผใงใ™" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." msgstr "ๅ†ๅบฆๆ‹›ๅพ…ใ—ใชใ„ใจๅ†ใณๅ‚ๅŠ ใ™ใ‚‹ใ“ใจใฏใงใใพใ›ใ‚“ใ€‚" @@ -11828,22 +11890,22 @@ msgstr "ใ“ใฎๆŠ•็จฟ่€…ใฏใ€ใ‚ตใ‚คใƒณใ‚คใƒณใ—ใฆใ„ใ‚‹ไบบใซใฎใฟๆŠ•็จฟใ‚’่กจ 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 "ใ“ใฎใƒœใ‚ฟใƒณใ‚’ไป–ใฎใƒฆใƒผใ‚ถใƒผใŒใ‚ฏใƒชใƒƒใ‚ฏใ™ใ‚‹ใจใ€Germ DMใ‚ขใƒ—ใƒชใ‚’้–‹ใ„ใฆใ‚ใชใŸใซใƒกใƒƒใ‚ปใƒผใ‚ธใ‚’้€ไฟกใงใใพใ™ใ€‚ Germ DMใ‚ขใƒ—ใƒชใ‹ใ‚‰่ฆ‹ใˆใ‚‹ใ‹ใฉใ†ใ‹ใ‚’็ฎก็†ใงใใพใ™ใ€‚ ใพใŸใ€ไธ‹ใฎใƒœใ‚ฟใƒณใ‚’ใ‚ฏใƒชใƒƒใ‚ฏใ™ใ‚‹ใ“ใจใงBlueskyใ‚ขใ‚ซใ‚ฆใƒณใƒˆใ‚’Germ DMใ‹ใ‚‰ๅฎŒๅ…จใซๅˆ‡ๆ–ญใ™ใ‚‹ใ“ใจใ‚‚ใงใใพใ™ใ€‚" -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "ใ“ใฎใƒใƒฃใƒƒใƒˆใฏ็ต‚ไบ†ใ—ใพใ—ใŸ" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:287 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" msgstr "ใ“ใฎใƒใƒฃใƒƒใƒˆใฏๆบ€ๅ“กใงใ™" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "ใ“ใฎใƒใƒฃใƒƒใƒˆใฏใƒญใƒƒใ‚ฏใ•ใ‚Œใฆใ„ใพใ™" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:430 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" msgstr "ใ“ใฎใƒใƒฃใƒƒใƒˆใฏใƒขใƒ‡ใƒฌใƒผใ‚ทใƒงใƒณๅ‡ฆ็ฝฎใซใ‚ˆใ‚Šใƒญใƒƒใ‚ฏใ•ใ‚Œใฆใ„ใพใ™" @@ -11881,7 +11943,7 @@ msgstr "ใ“ใฎใ‚ณใƒณใƒ†ใƒณใƒ„ใฏ้–ขไฟ‚ใ™ใ‚‹ใƒฆใƒผใ‚ถใƒผใฎไธ€ๆ–นใŒไป–ๆ–นใ‚’ใƒ– msgid "This content is not viewable without a Bluesky account." msgstr "ใ“ใฎใ‚ณใƒณใƒ†ใƒณใƒ„ใฏBlueskyใฎใ‚ขใ‚ซใ‚ฆใƒณใƒˆใŒใชใ„ใจ้–ฒ่ฆงใงใใพใ›ใ‚“ใ€‚" -#: src/components/intents/GroupChatJoinDialog.tsx:141 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." msgstr "ใ“ใฎไผš่ฉฑใฏใƒญใƒƒใ‚ฏใ•ใ‚Œใฆใ„ใพใ™ใ€‚" @@ -11931,7 +11993,7 @@ msgstr "ใ“ใฎใƒ•ใ‚ฃใƒผใƒ‰ใฏ็ฉบใงใ™ใ€‚" msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "ใ“ใฎใƒ•ใ‚ฃใƒผใƒ‰ใฏใ‚‚ใฏใ‚„ใ‚ชใƒณใƒฉใ‚คใƒณใงใฏใ‚ใ‚Šใพใ›ใ‚“ใ€‚ไปฃใ‚ใ‚Šใซ<0>Discoverใ‚’่กจ็คบใ—ใฆใ„ใพใ™ใ€‚" -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" msgstr "ใ“ใฎใ‚ฐใƒซใƒผใƒ—ใฏใ‚ชใƒผใƒŠใƒผใธใฎใƒขใƒ‡ใƒฌใƒผใ‚ทใƒงใƒณๅ‡ฆ็ฝฎใซใ‚ˆใ‚Šใƒญใƒƒใ‚ฏใ•ใ‚Œใฆใ„ใพใ™" @@ -11947,11 +12009,11 @@ msgstr "ใ“ใฎ็”ปๅƒใฏไฝฟ็”จใงใใพใ›ใ‚“ใงใ—ใŸใ€‚.jpgใพใŸใฏ.pngใฎใ‚ˆ msgid "This information is private and not shared with other users." msgstr "ใ“ใฎๆƒ…ๅ ฑใฏใƒ—ใƒฉใ‚คใƒ™ใƒผใƒˆใงไป–ใฎใƒฆใƒผใ‚ถใƒผใจๅ…ฑๆœ‰ใ•ใ‚Œใพใ›ใ‚“ใ€‚" -#: src/components/intents/GroupChatJoinDialog.tsx:151 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." msgstr "ใ“ใฎๆ‹›ๅพ…ใƒชใƒณใ‚ฏใฏ็„กๅŠนๅŒ–ใ•ใ‚Œใพใ—ใŸใ€‚" -#: src/components/intents/GroupChatJoinDialog.tsx:223 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" msgstr "ใ“ใฎๆ‹›ๅพ…ใƒชใƒณใ‚ฏใฏ็„กๅŠนใงใ™" @@ -11997,17 +12059,17 @@ msgstr "ใ‚ใชใŸใŒไฝœๆˆใ—ใŸใ“ใฎใƒชใ‚นใƒˆใฏๅๅ‰ใพใŸใฏ่ชฌๆ˜ŽใŒBluesk msgid "This list is empty." msgstr "ใ“ใฎใƒชใ‚นใƒˆใฏ็ฉบใงใ™ใ€‚" -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" msgstr "ใ“ใฎใƒกใƒƒใ‚ปใƒผใ‚ธใฏ้ž่กจ็คบใงใ™" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:688 msgid "This message is hidden because this user is blocking you." msgstr "ใ“ใฎใƒฆใƒผใ‚ถใƒผใŒใ‚ใชใŸใ‚’ใƒ–ใƒญใƒƒใ‚ฏใ—ใฆใ„ใ‚‹ใŸใ‚ใ€ใ“ใฎใƒกใƒƒใ‚ปใƒผใ‚ธใฏ้ž่กจ็คบใงใ™ใ€‚" -#: src/components/dms/MessageItem.tsx:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:658 +#: src/components/dms/MessageItem.tsx:684 msgid "This message is hidden because you are blocking this user." msgstr "ใ“ใฎใƒฆใƒผใ‚ถใƒผใ‚’ใƒ–ใƒญใƒƒใ‚ฏใ—ใฆใ„ใ‚‹ใŸใ‚ใ€ใ“ใฎใƒกใƒƒใ‚ปใƒผใ‚ธใฏ้ž่กจ็คบใงใ™ใ€‚" @@ -12045,11 +12107,11 @@ 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:1041 msgid "This post's author has disabled quote posts." msgstr "ใ“ใฎๆŠ•็จฟใฎๆŠ•็จฟ่€…ใฏๅผ•็”จๆŠ•็จฟใ‚’็„กๅŠนใซใ—ใฆใ„ใพใ™ใ€‚" -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "ใ“ใฎๆŠ•็จฟใฏใ‚ตใ‚คใƒณใ‚คใƒณใ—ใฆใ„ใ‚‹ใƒฆใƒผใ‚ถใƒผใซใฎใฟ่กจ็คบใ•ใ‚Œใพใ™ใ€‚ใ‚ตใ‚คใƒณใ‚คใƒณใ—ใฆใ„ใชใ„ใƒฆใƒผใ‚ถใƒผใซใฏ่กจ็คบใ•ใ‚Œใพใ›ใ‚“ใ€‚" @@ -12242,8 +12304,8 @@ msgstr "ใƒˆใƒƒใƒ—ใฎ่ฟ”ไฟกใ‚’ๆœ€ๅˆใซ" msgid "Topic" msgstr "ใƒˆใƒ”ใƒƒใ‚ฏ" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,7 +12375,7 @@ msgctxt "action" msgid "Try again" msgstr "ๅ†่ฉฆ่กŒ" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." msgstr "ใ—ใฐใ‚‰ใใ—ใฆใ‹ใ‚‰ใ‚‚ใ†ไธ€ๅบฆใŠ่ฉฆใ—ใใ ใ•ใ„ใ€‚" @@ -12335,7 +12397,7 @@ msgstr "ใƒ†ใƒฌใƒ“" msgid "Two-factor authentication (2FA)" msgstr "2่ฆ็ด ่ช่จผ๏ผˆ2FA๏ผ‰" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "ใ“ใ“ใซใƒกใƒƒใ‚ปใƒผใ‚ธใ‚’ๅ…ฅๅŠ›ใ™ใ‚‹" @@ -12401,7 +12463,7 @@ msgstr "ๅˆฉ็”จไธๅฏ" msgid "Unavailable feed information" msgstr "ใƒ•ใ‚ฃใƒผใƒ‰ใฎๆƒ…ๅ ฑใŒๅˆฉ็”จใงใใพใ›ใ‚“" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:726 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12409,14 +12471,14 @@ msgstr "ใƒ•ใ‚ฃใƒผใƒ‰ใฎๆƒ…ๅ ฑใŒๅˆฉ็”จใงใใพใ›ใ‚“" #: src/components/moderation/BlockDialog.tsx:211 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "ใƒ–ใƒญใƒƒใ‚ฏใ‚’่งฃ้™ค" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "ใƒ–ใƒญใƒƒใ‚ฏใ‚’่งฃ้™ค" @@ -12427,8 +12489,8 @@ msgstr "{displayName}ใฎใƒ–ใƒญใƒƒใ‚ฏใ‚’่งฃ้™ค" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "ใ‚ขใ‚ซใ‚ฆใƒณใƒˆใฎใƒ–ใƒญใƒƒใ‚ฏใ‚’่งฃ้™ค" @@ -12437,7 +12499,7 @@ msgid "Unblock account?" msgstr "ใ‚ขใ‚ซใ‚ฆใƒณใƒˆใฎใƒ–ใƒญใƒƒใ‚ฏใ‚’่งฃ้™คใ—ใพใ™ใ‹๏ผŸ" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "ใ‚ขใ‚ซใ‚ฆใƒณใƒˆใฎใƒ–ใƒญใƒƒใ‚ฏใ‚’่งฃ้™คใ—ใพใ™ใ‹๏ผŸ" @@ -12474,12 +12536,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "ใƒชใƒใ‚นใƒˆใ‚’ๅ…ƒใซๆˆปใ™๏ผˆ{0, plural, other {#ไปถใฎใƒชใƒใ‚นใƒˆ}}๏ผ‰" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "{0}ใฎใƒ•ใ‚ฉใƒญใƒผใ‚’่งฃ้™ค" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "ใ‚ขใ‚ซใ‚ฆใƒณใƒˆใฎใƒ•ใ‚ฉใƒญใƒผใ‚’่งฃ้™ค" @@ -12521,11 +12583,11 @@ msgstr "ใ„ใ„ใญใ‚’ๅค–ใ™" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "ใ„ใ„ใญใ‚’ๅค–ใ™๏ผˆ{0, plural, other {#ไปถใฎใ„ใ„ใญ}}๏ผ‰" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "ใƒใƒฃใƒƒใƒˆใฎใƒญใƒƒใ‚ฏใ‚’่งฃ้™ค" -#: src/screens/Messages/ConversationSettings/index.tsx:567 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "ใ“ใฎใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆใฎใƒญใƒƒใ‚ฏใ‚’่งฃ้™ค" @@ -12548,8 +12610,8 @@ msgstr "{0} ใฎใƒŸใƒฅใƒผใƒˆใ‚’่งฃ้™ค" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "ใ‚ขใ‚ซใ‚ฆใƒณใƒˆใฎใƒŸใƒฅใƒผใƒˆใ‚’่งฃ้™ค" @@ -12562,7 +12624,7 @@ msgstr "ไผš่ฉฑใฎใƒŸใƒฅใƒผใƒˆใ‚’่งฃ้™ค" msgid "Unmute list" msgstr "ใƒชใ‚นใƒˆใฎใƒŸใƒฅใƒผใƒˆใ‚’่งฃ้™ค" -#: src/screens/Messages/ConversationSettings/index.tsx:529 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "ใ“ใฎใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆใฎใƒŸใƒฅใƒผใƒˆใ‚’่งฃ้™ค" @@ -12641,7 +12703,7 @@ msgstr "ใƒชใ‚นใƒˆใฎ็™ป้Œฒใ‚’่งฃ้™คใ—ใพใ—ใŸ" msgid "Unsupported clipboard content" msgstr "ใ‚ตใƒใƒผใƒˆใ•ใ‚Œใฆใ„ใชใ‚ฏใƒชใƒƒใƒ—ใƒœใƒผใƒ‰ใฎใ‚ณใƒณใƒ†ใƒณใƒ„" -#: src/view/com/composer/Composer.tsx:1557 +#: src/view/com/composer/Composer.tsx:1555 msgid "Unsupported video type: {mimeType}" msgstr "ใ‚ตใƒใƒผใƒˆใ—ใฆใ„ใชใ„ใƒ“ใƒ‡ใ‚ชๅฝขๅผ๏ผš{mimeType}" @@ -12654,13 +12716,10 @@ msgstr "ๆœ€ๅคง50ไบบ" msgid "Update" msgstr "ๆ›ดๆ–ฐใ™ใ‚‹" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "ใƒชใ‚นใƒˆใฎ<0>{displayName}ใ‚’ๆ›ดๆ–ฐ" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" -msgstr "ใ‚ขใƒ—ใƒชใ‚’ๆ›ดๆ–ฐ" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 #: src/components/dialogs/EmailDialog/screens/Update.tsx:308 @@ -12669,6 +12728,10 @@ msgstr "ใ‚ขใƒ—ใƒชใ‚’ๆ›ดๆ–ฐ" msgid "Update email" msgstr "ใƒกใƒผใƒซใ‚ขใƒ‰ใƒฌใ‚นใฎๆ›ดๆ–ฐ" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 #: src/screens/Messages/components/InviteLinkDialog.tsx:303 @@ -12680,14 +12743,6 @@ msgstr "ๆ‹›ๅพ…ใƒชใƒณใ‚ฏใ‚’ๆ›ดๆ–ฐ" msgid "Update to {domain}" msgstr "{domain}ใซๆ›ดๆ–ฐ" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "ใ‚ขใƒ—ใƒชใ‚’ๆ›ดๆ–ฐใ—ใฆใใ ใ•ใ„" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "่กจ็คบใ™ใ‚‹ใซใฏใ‚ขใƒ—ใƒชใ‚’ๆ›ดๆ–ฐใ—ใฆใใ ใ•ใ„ใ€‚" - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "ใƒกใƒผใƒซใ‚ขใƒ‰ใƒฌใ‚นใฎๆ›ดๆ–ฐ" @@ -12736,7 +12791,7 @@ msgstr "ใƒ•ใ‚กใ‚คใƒซใ‹ใ‚‰ใ‚ขใƒƒใƒ—ใƒญใƒผใƒ‰" msgid "Upload from Library" msgstr "ใƒฉใ‚คใƒ–ใƒฉใƒชใƒผใ‹ใ‚‰ใ‚ขใƒƒใƒ—ใƒญใƒผใƒ‰" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2585 msgid "Uploading GIF..." msgstr "GIFใ‚’ใ‚ขใƒƒใƒ—ใƒญใƒผใƒ‰ไธญโ€ฆ" @@ -12750,7 +12805,7 @@ msgstr "็”ปๅƒใ‚’ใ‚ขใƒƒใƒ—ใƒญใƒผใƒ‰ไธญโ€ฆ" msgid "Uploading link thumbnail..." msgstr "ใƒชใƒณใ‚ฏใฎใ‚ตใƒ ใƒใ‚คใƒซใ‚’ใ‚ขใƒƒใƒ—ใƒญใƒผใƒ‰ไธญโ€ฆ" -#: src/view/com/composer/Composer.tsx:2589 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading video..." msgstr "ใƒ“ใƒ‡ใ‚ชใ‚’ใ‚ขใƒƒใƒ—ใƒญใƒผใƒ‰ไธญโ€ฆ" @@ -12826,7 +12881,7 @@ msgid "User Blocks You" msgstr "ใ‚ใชใŸใ‚’ใƒ–ใƒญใƒƒใ‚ฏใ—ใฆใ„ใ‚‹ใƒฆใƒผใ‚ถใƒผ" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "<0/>ใฎไฝœๆˆใ—ใŸใƒฆใƒผใ‚ถใƒผใƒชใ‚นใƒˆ" @@ -12835,7 +12890,7 @@ msgstr "<0/>ใฎไฝœๆˆใ—ใŸใƒฆใƒผใ‚ถใƒผใƒชใ‚นใƒˆ" msgid "User List by {0}" msgstr "{0} ใซใ‚ˆใ‚‹ใƒฆใƒผใ‚ถใƒผใƒชใ‚นใƒˆ" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "ใ‚ใชใŸใฎไฝœๆˆใ—ใŸใƒฆใƒผใ‚ถใƒผใƒชใ‚นใƒˆ" @@ -12875,16 +12930,6 @@ msgstr "<0>@{0}ใซใƒ•ใ‚ฉใƒญใƒผใ•ใ‚Œใฆใ„ใ‚‹ใƒฆใƒผใ‚ถใƒผ" msgid "users following <0>@{0}" msgstr "<0>@{0}ใ‚’ใƒ•ใ‚ฉใƒญใƒผใ—ใฆใ„ใ‚‹ใƒฆใƒผใ‚ถใƒผ" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "ใƒ•ใ‚ฉใƒญใƒผใ—ใฆใ„ใ‚‹ใƒฆใƒผใ‚ถใƒผ" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "ใƒ•ใ‚ฉใƒญใƒผใ—ใฆใ„ใ‚‹ใƒฆใƒผใ‚ถใƒผ" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "ๅ€ค๏ผš" @@ -12912,8 +12957,8 @@ msgstr "่ช่จผ่€…๏ผš" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "ใ‚ขใ‚ซใ‚ฆใƒณใƒˆใ‚’่ช่จผ" @@ -13039,7 +13084,7 @@ msgstr "ใƒ“ใƒ‡ใ‚ชใŒ่ฆ‹ใคใ‹ใ‚Šใพใ›ใ‚“ใ€‚" msgid "Video settings" msgstr "ใƒ“ใƒ‡ใ‚ชใฎ่จญๅฎš" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2605 msgid "Video uploaded" msgstr "ใƒ“ใƒ‡ใ‚ชใ‚’ใ‚ขใƒƒใƒ—ใƒญใƒผใƒ‰ใ—ใพใ—ใŸ" @@ -13056,14 +13101,14 @@ msgstr "ใƒ“ใƒ‡ใ‚ช" msgid "Videos must be less than 3 minutes long." msgstr "ใƒ“ใƒ‡ใ‚ชใฏ3ๅˆ†ๆœชๆบ€ใงใชใ‘ใ‚Œใฐใชใ‚Šใพใ›ใ‚“ใ€‚" -#: src/view/com/composer/Composer.tsx:1150 +#: src/view/com/composer/Composer.tsx:1148 msgctxt "Action to view the post the user just created" msgid "View" msgstr "่กจ็คบ" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "{0}ใ‚’่กจ็คบ" @@ -13078,7 +13123,7 @@ msgstr "{0}ใฎใ‚ขใƒใ‚ฟใƒผใ‚’่กจ็คบ" #: 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 "{0}ใฎใƒ—ใƒญใƒ•ใ‚ฃใƒผใƒซใ‚’่กจ็คบ" @@ -13092,7 +13137,7 @@ msgstr "{0}ใฎใƒ—ใƒญใƒ•ใ‚ฃใƒผใƒซใ‚’่ฆ‹ใ‚‹" msgid "View {displayName}โ€™s profile" msgstr "{displayName}ใฎใƒ—ใƒญใƒ•ใ‚ฃใƒผใƒซใ‚’่ฆ‹ใ‚‹" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "{publicationTitle}ใ‚’่กจ็คบ" @@ -13145,7 +13190,7 @@ msgstr "ใ‚‚ใฃใจ่กจ็คบ" msgid "View more trending videos" msgstr "่ฉฑ้กŒใฎใƒ“ใƒ‡ใ‚ชใ‚’ใ‚‚ใฃใจ่ฆ‹ใ‚‹" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1143 msgid "View post" msgstr "ๆŠ•็จฟใ‚’่กจ็คบ" @@ -13162,10 +13207,10 @@ msgstr "ใƒ—ใƒญใƒ•ใ‚ฃใƒผใƒซใ‚’่กจ็คบ" msgid "View profile banner" msgstr "ใƒ—ใƒญใƒ•ใ‚ฃใƒผใƒซใฎใƒใƒŠใƒผใ‚’่ฆ‹ใ‚‹" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "ๅช’ไฝ“ใ‚’่กจ็คบ" @@ -13173,7 +13218,7 @@ msgstr "ๅช’ไฝ“ใ‚’่กจ็คบ" msgid "View the avatar" msgstr "ใ‚ขใƒใ‚ฟใƒผใ‚’่กจ็คบ" -#: src/screens/Messages/ConversationSettings/index.tsx:554 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "ใ“ใฎใ‚ฐใƒซใƒผใƒ—ใƒใƒฃใƒƒใƒˆใฎๆ‹›ๅพ…ใƒชใƒณใ‚ฏใ‚’่กจ็คบ" @@ -13441,7 +13486,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:1039 msgid "We're sorry! The post you are replying to has been deleted." msgstr "ๅคงๅค‰็”ณใ—่จณใ‚ใ‚Šใพใ›ใ‚“๏ผ่ฟ”ไฟกใ—ใ‚ˆใ†ใจใ—ใฆใ„ใ‚‹ๆŠ•็จฟใฏๅ‰Š้™คใ•ใ‚Œใพใ—ใŸใ€‚" @@ -13492,7 +13537,7 @@ msgid "What do you want to call your starter pack?" msgstr "ใ‚ใชใŸใฎใ‚นใ‚ฟใƒผใ‚ฟใƒผใƒ‘ใƒƒใ‚ฏใ‚’ไฝ•ใจๅ‘ผใณใŸใ„ใงใ™ใ‹๏ผŸ" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1519 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "ๆœ€่ฟ‘ใฉใ†๏ผŸ" @@ -13519,7 +13564,7 @@ msgid "Who can verify?" msgstr "่ชฐใŒ่ช่จผใงใใพใ™ใ‹๏ผŸ" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "ใŠใฃใจ๏ผ" @@ -13578,7 +13623,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:1437 msgid "Would you like to save this as a draft to edit later?" msgstr "ๅพŒใง็ทจ้›†ใ™ใ‚‹ใŸใ‚ใซใ“ใ‚Œใ‚’ไธ‹ๆ›ธใใจใ—ใฆไฟๅญ˜ใ—ใพใ™ใ‹๏ผŸ" @@ -13587,12 +13632,12 @@ msgstr "ๅพŒใง็ทจ้›†ใ™ใ‚‹ใŸใ‚ใซใ“ใ‚Œใ‚’ไธ‹ๆ›ธใใจใ—ใฆไฟๅญ˜ใ—ใพใ™ใ‹ msgid "Write a post" msgstr "ๆŠ•็จฟใ‚’ๆ›ธใ" -#: src/view/com/composer/Composer.tsx:1617 +#: src/view/com/composer/Composer.tsx:1615 msgid "Write post" msgstr "ๆŠ•็จฟใ‚’ๆ›ธใ" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1517 msgid "Write your reply" msgstr "่ฟ”ไฟกใ‚’ๆ›ธใ" @@ -13658,7 +13703,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:610 +#: src/components/dms/MessageItem.tsx:699 msgid "You are blocking {0}" msgstr "{0}ใ‚’ใƒ–ใƒญใƒƒใ‚ฏใ—ใฆใ„ใพใ™" @@ -13764,11 +13809,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:220 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:1444 +#: src/view/com/composer/Composer.tsx:1442 msgid "You can only save drafts up to 1000 characters." msgstr "ไธ‹ๆ›ธใใฏๆœ€ๅคงใง1000ๆ–‡ๅญ—ใงใ™ใ€‚" @@ -13803,8 +13848,8 @@ msgstr "ๅˆ่จˆใง{MAX_GALLERY_IMAGES, plural, other {#ๆžšใฎ็”ปๅƒ}}ใพใง้ธๆŠž msgid "You can update this later from your settings." msgstr "ใ“ใ‚Œใฏ่จญๅฎš็”ป้ขใ‹ใ‚‰ๅพŒใงๅค‰ๆ›ดใงใใพใ™ใ€‚" -#: src/components/dms/ActionsWrapper.web.tsx:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:115 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "ๆœ€ๅคงใง{EMOJI_REACTION_LIMIT, plural, other {#ๆ–‡ๅญ—ใฎ็ตตๆ–‡ๅญ—ใƒชใ‚ขใ‚ฏใ‚ทใƒงใƒณ}}ใพใงใ—ใ‹่ฟฝๅŠ ใงใใพใ›ใ‚“" @@ -13839,7 +13884,7 @@ msgstr "ไฟๅญ˜ใ•ใ‚ŒใŸใƒ•ใ‚ฃใƒผใƒ‰ใŒใ‚ใ‚Šใพใ›ใ‚“ใ€‚" msgid "You got here first" msgstr "ใ‚ใชใŸใŒๆœ€ๅˆใซใ“ใ“ใซใ‚„ใฃใฆๆฅใพใ—ใŸ" -#: src/components/intents/GroupChatJoinDialog.tsx:166 +#: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and canโ€™t join it using this link." msgstr "ใ‚ใชใŸใฏไปฅๅ‰ใ“ใฎใ‚ฐใƒซใƒผใƒ—ใ‹ใ‚‰ๅค–ใ•ใ‚ŒใฆใŠใ‚Šใ€ใ“ใฎใƒชใƒณใ‚ฏใ‚’ไฝฟ็”จใ—ใฆๅ‚ๅŠ ใงใใพใ›ใ‚“ใ€‚" @@ -13884,6 +13929,7 @@ msgstr "ใ“ใฎใ‚ขใ‚ซใ‚ฆใƒณใƒˆใ‚’ใƒŸใƒฅใƒผใƒˆใ—ใพใ—ใŸใ€‚" msgid "You have muted this user" msgstr "ใ“ใฎใƒฆใƒผใ‚ถใƒผใ‚’ใƒŸใƒฅใƒผใƒˆใ—ใพใ—ใŸ" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "ใƒชใ‚นใƒˆใŒใ‚ใ‚Šใพใ›ใ‚“ใ€‚" @@ -13912,7 +13958,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:1432 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "ใ“ใฎไธ‹ๆ›ธใใซๆœชไฟๅญ˜ใฎๅค‰ๆ›ดใŒใ‚ใ‚Šใพใ™ใ€‚ไฟๅญ˜ใ—ใพใ™ใ‹๏ผŸ" @@ -13970,7 +14016,7 @@ msgstr "่ฟฝๅŠ ใงใใ‚‹ใฎใฏ{STARTER_PACK_MAX_SIZE, plural, other {{STARTER_PAC msgid "You may only add up to 3 feeds" msgstr "3ใคใพใงใƒ•ใ‚ฃใƒผใƒ‰ใ‚’่ฟฝๅŠ ใงใใพใ™" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." msgstr "ใƒกใƒณใƒใƒผใ‚’ๅค–ใ™ใซใฏใ€ใƒใƒฃใƒƒใƒˆใฎใ‚ชใƒผใƒŠใƒผใงใชใ‘ใ‚Œใฐใชใ‚Šใพใ›ใ‚“ใ€‚" @@ -13983,7 +14029,7 @@ msgid "You must be following at least seven other people to generate a starter p msgstr "ใ‚นใ‚ฟใƒผใ‚ฟใƒผใƒ‘ใƒƒใ‚ฏใ‚’ไฝœๆˆใ™ใ‚‹ใซใฏใ€ๅฐ‘ใชใใจใ‚‚7ไบบใ‚’ใƒ•ใ‚ฉใƒญใƒผใ—ใชใ‘ใ‚Œใฐใชใ‚Šใพใ›ใ‚“ใ€‚" #: src/components/StarterPack/QrCodeDialog.tsx:69 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:89 msgid "You must grant access to your photo library to save a QR code" msgstr "QRใ‚ณใƒผใƒ‰ใ‚’ไฟๅญ˜ใ™ใ‚‹ใซใฏๅ†™็œŸใƒฉใ‚คใƒ–ใƒฉใƒชใธใฎใ‚ขใ‚ฏใ‚ปใ‚นใ‚’่จฑๅฏใ™ใ‚‹ๅฟ…่ฆใŒใ‚ใ‚Šใพใ™" @@ -14009,12 +14055,12 @@ msgid "You probably want to restart the app now." msgstr "ไปŠใ™ใใ‚ขใƒ—ใƒชใ‚’ๅ†่ตทๅ‹•ใ—ใŸใปใ†ใŒ่‰ฏใ„ใงใ—ใ‚‡ใ†ใ€‚" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:259 +#: src/components/dms/MessageItem.tsx:340 msgid "You reacted {0}" msgstr "ใ‚ใชใŸใฏ{0}ใจใƒชใ‚ขใ‚ฏใ‚ทใƒงใƒณใ—ใพใ—ใŸ" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "ใ‚ใชใŸใฏ{target}ใซ{0}ใจใƒชใ‚ขใ‚ฏใ‚ทใƒงใƒณใ—ใพใ—ใŸ" @@ -14023,8 +14069,20 @@ msgstr "ใ‚ใชใŸใฏ{target}ใซ{0}ใจใƒชใ‚ขใ‚ฏใ‚ทใƒงใƒณใ—ใพใ—ใŸ" msgid "You recently changed your birthdate" msgstr "ๆœ€่ฟ‘ใ€็”Ÿๅนดๆœˆๆ—ฅใ‚’ๅค‰ๆ›ดใ—ใพใ—ใŸ" +#: src/components/dms/MessageItem.tsx:804 +msgid "You replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:802 +msgid "You replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:800 +msgid "You replied to yourself" +msgstr "" + #. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 msgid "You requested to join" msgstr "ๅ‚ๅŠ ใ‚’ใƒชใ‚ฏใ‚จใ‚นใƒˆใ—ใพใ—ใŸ" @@ -14050,12 +14108,12 @@ msgstr "ใ“ใ‚Œไปฅ้™ใ€ใ“ใฎใ‚นใƒฌใƒƒใƒ‰ใซ้–ขใ™ใ‚‹้€š็Ÿฅใ‚’ๅ—ใ‘ๅ–ใ‚‹ใ“ใจ msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "ใ€Œใƒชใ‚ปใƒƒใƒˆใ‚ณใƒผใƒ‰ใ€ใŒ่จ˜่ผ‰ใ•ใ‚ŒใŸใƒกใƒผใƒซใŒๅฑŠใใพใ™ใ€‚ใ“ใ“ใซใ‚ณใƒผใƒ‰ใ‚’ๅ…ฅๅŠ›ใ—ใ€ๆ–ฐใ—ใ„ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใ‚’ๅ…ฅๅŠ›ใ—ใพใ™ใ€‚" -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "ๆ‹›ๅพ…ใ•ใ‚Œใชใ„้™ใ‚Šใ€ๅ†ใณๅ‚ๅŠ ใ™ใ‚‹ใ“ใจใฏใงใใพใ›ใ‚“ใ€‚" #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "ใ‚ใชใŸ: {message}" @@ -14127,7 +14185,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:644 msgid "You've reached the maximum number of drafts" msgstr "ไธ‹ๆ›ธใใฎๆ•ฐใฎไธŠ้™ใซ้”ใ—ใพใ—ใŸ" @@ -14199,11 +14257,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 "ใ‚ใชใŸใฎ้€ฃ็ตกๅ…ˆ {firstAuthorLink} ใฏBlueskyใซใ„ใพใ™" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:378 msgid "Your contact {firstAuthorName} is on Bluesky" msgstr "ใ‚ใชใŸใฎ้€ฃ็ตกๅ…ˆ {firstAuthorName} ใฏBlueskyใซใ„ใพใ™" @@ -14295,11 +14353,11 @@ msgstr "ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใŒๆญฃๅธธใซๅค‰ๆ›ดใ•ใ‚Œใพใ—ใŸ๏ผใ“ใ‚Œใ‹ใ‚‰Bluesky msgid "Your password must be at least 8 characters long." msgstr "ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใฏ 8 ๆ–‡ๅญ—ไปฅไธŠใงใ‚ใ‚‹ๅฟ…่ฆใŒใ‚ใ‚Šใพใ™ใ€‚" -#: src/view/com/composer/Composer.tsx:1141 +#: src/view/com/composer/Composer.tsx:1139 msgid "Your post was sent" msgstr "ๆŠ•็จฟใŒ้€ไฟกใ•ใ‚Œใพใ—ใŸ" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1136 msgid "Your posts were sent" msgstr "ๆŠ•็จฟใŒ้€ไฟกใ•ใ‚Œใพใ—ใŸ" @@ -14320,7 +14378,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:1140 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your reply was sent" msgstr "่ฟ”ไฟกใŒ้€ไฟกใ•ใ‚Œใพใ—ใŸ" @@ -14333,7 +14391,7 @@ msgstr "ๅ ฑๅ‘Šใฏ <0>{0}ใซ้€ไฟกใ•ใ‚Œใพใ™ใ€‚" 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:1467 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 c24d6c9f64..2a68d17893 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-10 21:06\n" +"PO-Revision-Date: 2026-06-17 12:23\n" "Last-Translator: \n" "Language-Team: Kabyle\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:876 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" msgstr "" -#: src/components/dms/getMessageInfo.ts:73 +#: src/components/dms/getMessageInfo.ts:105 +#: src/components/dms/MessageItem.tsx:878 +#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "" @@ -75,7 +79,7 @@ msgstr "" msgid "{0, plural, one {# like} other {# likes}}" msgstr "" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "" @@ -97,7 +101,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:269 +#: src/components/dms/MessageItem.tsx:335 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "" @@ -118,15 +122,15 @@ msgstr "" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "" @@ -199,13 +203,13 @@ msgid "{0} <0>in <1>text & tags" msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:41 +#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:44 msgid "{0} added to chat" msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:43 +#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:46 msgid "{0} and {1} added to chat" msgstr "" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:712 msgid "{0} is blocking you" msgstr "" @@ -273,7 +277,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:330 msgid "{0} reacted {1}" msgstr "" @@ -299,7 +303,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:46 +#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 msgid "{0}, {1} and {memberCount, plural, one {# other} other {# others}} added to chat" msgstr "" @@ -326,24 +330,22 @@ msgstr "" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:136 +#: src/screens/Messages/JoinRequest.tsx:139 msgctxt "group-chat-member-count" msgid "{0}/{1}" msgstr "" #. The number of members in a group chat, in the format '{members}/{total} members'. -#. placeholder {0}: preview.memberCount -#. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 -msgid "{0}/{1} {2, plural, one {member} other {members}}" -msgstr "" - -#. The number of active group chat members out of the total number allowed. +#. The number of members in a group chat, in the format '{members}/{total} members'. #. placeholder {0}: joinLinkPreview.memberCount +#. placeholder {0}: preview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:307 -msgid "{0}/{1} members" +#. placeholder {1}: preview.memberLimit +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 +msgid "{0}/{1} {2, plural, one {member} other {members}}" msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. @@ -377,7 +379,7 @@ msgstr "" msgid "{0}s" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:427 +#: src/screens/Messages/JoinRequests.tsx:433 msgid "{count, plural, =0 {No requests to join} one {# request to join} other {# requests to join}}" msgstr "" @@ -389,7 +391,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -397,33 +399,11 @@ msgstr "" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "" - #. Displayed when there are more requests to join a group chat than have been loaded -#: src/screens/Messages/JoinRequests.tsx:421 +#: src/screens/Messages/JoinRequests.tsx:427 msgid "{count, plural, other {#+ requests to join}}" msgstr "" -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "" - #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" msgstr "" @@ -659,12 +639,12 @@ msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "" @@ -697,6 +677,18 @@ msgstr "" msgid "{rank}." msgstr "" +#: src/components/dms/MessageItem.tsx:822 +msgid "{replierDisplayName} replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:818 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:816 +msgid "{replierDisplayName} replied to you" +msgstr "" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "" @@ -873,10 +875,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 -#: src/screens/Messages/JoinRequests.tsx:187 -#: src/screens/Messages/JoinRequests.tsx:219 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 +#: src/screens/Messages/JoinRequests.tsx:192 +#: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." msgstr "" @@ -928,7 +930,7 @@ msgid "Accept" msgstr "" #. Accept a request to join a chat -#: src/screens/Messages/JoinRequests.tsx:458 +#: src/screens/Messages/JoinRequests.tsx:464 msgctxt "button" msgid "Accept" msgstr "" @@ -937,7 +939,7 @@ msgstr "" msgid "Accept chat request" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:452 +#: src/screens/Messages/JoinRequests.tsx:458 msgid "Accept join request" msgstr "" @@ -955,7 +957,7 @@ msgstr "" msgid "Accepted conversations" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:101 +#: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -979,13 +981,13 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:119 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "" @@ -1025,21 +1027,21 @@ msgstr "" msgid "Account removed from quick access" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:106 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "" @@ -1054,12 +1056,13 @@ msgstr "" msgid "Activity from others" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "" @@ -1112,11 +1115,11 @@ msgstr "" msgid "Add another account" msgstr "" -#: src/view/com/composer/Composer.tsx:1505 +#: src/view/com/composer/Composer.tsx:1520 msgid "Add another post" msgstr "" -#: src/view/com/composer/Composer.tsx:2168 +#: src/view/com/composer/Composer.tsx:2183 msgid "Add another post to thread" msgstr "" @@ -1151,9 +1154,9 @@ msgstr "" msgid "Add media to post" msgstr "" -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:69 -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:103 -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:122 +#: 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 "" @@ -1175,14 +1178,14 @@ msgstr "" msgid "Add muted words and tags" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:130 -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:169 +#: 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 "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "" @@ -1214,8 +1217,8 @@ msgstr "" msgid "Add this feed to your feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "" @@ -1246,8 +1249,8 @@ msgstr "" msgid "Added by invite link" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "" @@ -1269,7 +1272,7 @@ msgid "Additional details (limit 300 characters)" msgstr "" #: src/screens/Messages/ConversationSettings/Member.tsx:94 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:152 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:155 msgid "Admin" msgstr "" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "" @@ -1520,8 +1523,8 @@ msgstr "" msgid "An error occurred while loading your lists :/" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:78 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/components/StarterPack/QrCodeDialog.tsx:81 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "" @@ -1565,7 +1568,7 @@ msgstr "" msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:190 +#: 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 "" @@ -1643,17 +1646,17 @@ msgstr "" msgid "Anyone can interact" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:318 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:145 -#: src/screens/Messages/components/InviteLinkDialog.tsx:146 +#: src/screens/Messages/components/InviteLinkDialog.tsx:153 +#: src/screens/Messages/components/InviteLinkDialog.tsx:154 msgid "Anyone can join instantly" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:150 -#: src/screens/Messages/components/InviteLinkDialog.tsx:151 +#: src/screens/Messages/components/InviteLinkDialog.tsx:158 +#: src/screens/Messages/components/InviteLinkDialog.tsx:159 msgid "Anyone can request to join" msgstr "" @@ -1663,7 +1666,7 @@ msgstr "" msgid "Anyone who follows me" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:458 +#: 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 "" @@ -1796,8 +1799,8 @@ msgstr "" msgid "Are you sure you want to discard your changes?" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "" @@ -1814,11 +1817,11 @@ msgid "Are you sure you want to remove this from your feeds?" msgstr "" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1641 +#: src/view/com/composer/Composer.tsx:1656 msgid "Are you sure you'd like to discard this post?" msgstr "" @@ -1899,8 +1902,8 @@ msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:178 #: src/screens/Messages/components/ChatDisabled.tsx:164 #: src/screens/Messages/components/ChatDisabled.tsx:166 -#: src/screens/Messages/components/InviteLinkDialog.tsx:268 -#: src/screens/Messages/components/InviteLinkDialog.tsx:296 +#: src/screens/Messages/components/InviteLinkDialog.tsx:276 +#: src/screens/Messages/components/InviteLinkDialog.tsx:304 #: src/screens/Messages/Inbox.tsx:240 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 @@ -1958,12 +1961,12 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:96 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." msgstr "" @@ -1994,12 +1997,12 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:186 #: src/components/moderation/BlockDialog.tsx:192 #: src/components/moderation/BlockDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:224 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 msgid "Block" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:213 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:216 msgid "Block {displayName}" msgstr "" @@ -2009,8 +2012,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "" @@ -2088,6 +2091,10 @@ 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 "" @@ -2260,7 +2267,7 @@ msgstr "" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:174 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2274,13 +2281,13 @@ msgstr "" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:341 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" msgstr "" @@ -2346,12 +2353,12 @@ msgstr "" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/lib/media/picker.tsx:38 #: src/screens/Deactivated.tsx:150 -#: src/screens/Messages/components/InviteLinkDialog.tsx:480 -#: src/screens/Messages/components/InviteLinkDialog.tsx:484 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/components/InviteLinkDialog.tsx:500 +#: src/screens/Messages/components/InviteLinkDialog.tsx:504 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,8 @@ msgstr "" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1719 -#: src/view/com/composer/Composer.tsx:1729 +#: src/view/com/composer/Composer.tsx:1734 +#: src/view/com/composer/Composer.tsx:1744 #: 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 @@ -2380,6 +2387,10 @@ msgstr "" msgid "Cancel reactivation and sign out" msgstr "" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "" @@ -2481,7 +2492,7 @@ msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,8 +2509,8 @@ msgid "Chat ended" msgstr "" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:234 -#: src/screens/Messages/JoinRequest.tsx:90 +#: src/components/intents/GroupChatJoinDialog.tsx:269 +#: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" msgstr "" @@ -2520,12 +2531,12 @@ msgctxt "toast" msgid "Chat muted" msgstr "" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." msgstr "" -#: src/components/moderation/BlockDialog.tsx:292 +#: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2544,10 +2555,10 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "" @@ -2630,7 +2641,7 @@ msgstr "" msgid "Choose this color as your avatar" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:235 +#: src/screens/Messages/components/InviteLinkDialog.tsx:243 msgid "Choose who can join this group chat and how." msgstr "" @@ -2684,7 +2695,7 @@ msgstr "" msgid "click here" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:126 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:129 msgid "Click here to add people to this group chat" msgstr "" @@ -2692,7 +2703,7 @@ msgstr "" msgid "Click here to contact our support team" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:140 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:143 msgid "Click here to create or manage an invite link for this group chat" msgstr "" @@ -2722,7 +2733,7 @@ msgstr "" msgid "Click here to update your email" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:141 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:144 msgid "Click here to view the invite link for this group chat" msgstr "" @@ -2731,7 +2742,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:533 +#: src/components/dms/MessageItem.tsx:631 msgid "Click to retry failed message" msgstr "" @@ -2745,6 +2756,7 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "" #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:211 #: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2782,8 +2794,8 @@ msgstr "" #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:217 #: src/features/liveNow/components/EditLiveDialog.tsx:223 -#: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/components/InviteLinkDialog.tsx:509 +#: src/screens/Messages/components/InviteLinkDialog.tsx:524 +#: src/screens/Messages/components/InviteLinkDialog.tsx:529 #: src/screens/Settings/components/ChangePasswordDialog.tsx:288 #: src/screens/Settings/components/ChangePasswordDialog.tsx:293 #: src/view/com/feeds/MissingFeed.tsx:211 @@ -2850,10 +2862,10 @@ msgstr "" msgid "Close the incoming requests banner" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:204 -#: src/components/intents/GroupChatJoinDialog.tsx:205 -#: src/components/intents/GroupChatJoinDialog.tsx:241 -#: src/components/intents/GroupChatJoinDialog.tsx:242 +#: 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 msgid "Close this dialog" msgstr "" @@ -2866,7 +2878,7 @@ msgstr "" msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:1727 +#: src/view/com/composer/Composer.tsx:1742 msgid "Closes post composer and discards post draft" msgstr "" @@ -2920,7 +2932,7 @@ msgid "Compose new post" msgstr "" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1603 +#: src/view/com/composer/Composer.tsx:1618 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -2928,11 +2940,11 @@ msgstr "" msgid "Compose reply" msgstr "" -#: src/view/com/composer/Composer.tsx:2565 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2567 +#: src/view/com/composer/Composer.tsx:2582 msgid "Compressing video..." msgstr "" @@ -3100,7 +3112,7 @@ msgstr "" msgid "Conversation" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "" @@ -3117,8 +3129,8 @@ msgid "Conversation left" msgstr "" #: src/components/dms/LeaveConvoPrompt.tsx:40 -#: src/screens/Messages/JoinRequests.tsx:191 -#: src/screens/Messages/JoinRequests.tsx:223 +#: src/screens/Messages/JoinRequests.tsx:196 +#: src/screens/Messages/JoinRequests.tsx:229 msgid "Conversation not found." msgstr "" @@ -3127,7 +3139,7 @@ msgid "Copied build version to clipboard" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3158,12 @@ msgstr "" msgid "Copies build version to clipboard" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:252 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:195 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:262 +#: src/components/StarterPack/QrCodeDialog.tsx:198 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "" @@ -3159,8 +3171,8 @@ msgstr "" msgid "Copy App Password" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "" @@ -3175,8 +3187,8 @@ msgid "Copy code" msgstr "" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "" @@ -3184,7 +3196,7 @@ msgstr "" msgid "Copy host" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:251 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" msgstr "" @@ -3210,8 +3222,8 @@ msgstr "" msgid "Copy link to post" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "" @@ -3219,8 +3231,8 @@ msgstr "" msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "" @@ -3234,7 +3246,7 @@ msgstr "" msgid "Copy post text" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:181 +#: src/components/StarterPack/QrCodeDialog.tsx:184 msgid "Copy QR code" msgstr "" @@ -3249,7 +3261,7 @@ msgstr "" msgid "Copyright Policy" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" msgstr "" @@ -3261,11 +3273,11 @@ msgstr "" msgid "Could not connect to feed service" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:117 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" msgstr "" @@ -3294,7 +3306,7 @@ msgstr "" msgid "Could not leave chat" msgstr "" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." msgstr "" @@ -3308,7 +3320,7 @@ msgstr "" msgid "Could not load list" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:166 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" msgstr "" @@ -3320,7 +3332,7 @@ msgstr "" msgid "Could not process your video" msgstr "" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." msgstr "" @@ -3329,7 +3341,7 @@ msgstr "" msgid "Could not save changes: {0}" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" msgstr "" @@ -3373,7 +3385,7 @@ msgstr "" msgid "Create a list from this starter pack" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:166 +#: src/components/StarterPack/QrCodeDialog.tsx:169 msgid "Create a QR code for a starter pack" msgstr "" @@ -3394,12 +3406,12 @@ msgstr "" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:307 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3461,13 @@ msgstr "" msgid "Create moderation list" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:301 +#: 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 "" -#: src/screens/Messages/ConversationSettings/index.tsx:547 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "" @@ -3478,8 +3490,8 @@ msgstr "" #. 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', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) -#: src/screens/Messages/components/InviteLinkDialog.tsx:341 -#: src/screens/Messages/ConversationSettings/index.tsx:499 +#: src/screens/Messages/components/InviteLinkDialog.tsx:355 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "" @@ -3624,7 +3636,7 @@ msgstr "" msgid "Delete conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "" @@ -3637,7 +3649,7 @@ msgstr "" msgid "Delete message" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "" @@ -3647,7 +3659,7 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1630 msgid "Delete post" msgstr "" @@ -3689,6 +3701,10 @@ 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 @@ -3741,8 +3757,8 @@ msgstr "" msgid "Dim" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:373 -#: src/screens/Messages/components/InviteLinkDialog.tsx:378 +#: src/screens/Messages/components/InviteLinkDialog.tsx:385 +#: src/screens/Messages/components/InviteLinkDialog.tsx:390 msgid "Disable" msgstr "" @@ -3768,8 +3784,8 @@ msgstr "" msgid "Disable haptic feedback" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:468 -#: src/screens/Messages/components/InviteLinkDialog.tsx:474 +#: src/screens/Messages/components/InviteLinkDialog.tsx:488 +#: src/screens/Messages/components/InviteLinkDialog.tsx:494 msgid "Disable link" msgstr "" @@ -3781,7 +3797,7 @@ msgstr "" msgid "Disable replies entirely" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:455 +#: src/screens/Messages/components/InviteLinkDialog.tsx:475 msgid "Disable this invite link?" msgstr "" @@ -3794,9 +3810,9 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1398 -#: src/view/com/composer/Composer.tsx:1442 -#: src/view/com/composer/Composer.tsx:1648 +#: 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/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3823,14 @@ msgstr "" msgid "Discard changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1396 +#: src/view/com/composer/Composer.tsx:1411 #: 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:1413 -#: src/view/com/composer/Composer.tsx:1640 +#: src/view/com/composer/Composer.tsx:1428 +#: src/view/com/composer/Composer.tsx:1655 msgid "Discard post?" msgstr "" @@ -3852,7 +3868,7 @@ msgstr "" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2486 +#: src/view/com/composer/Composer.tsx:2501 msgid "Dismiss error" msgstr "" @@ -3949,8 +3965,8 @@ msgstr "" #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:143 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:149 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3979,7 @@ msgstr "" msgid "Done" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:525 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4087,8 +4097,8 @@ msgstr "" msgid "Edit" msgstr "" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "" @@ -4102,8 +4112,8 @@ msgstr "" msgid "Edit Feeds" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "" @@ -4123,16 +4133,16 @@ msgstr "" msgid "Edit interests" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:293 +#: src/screens/Messages/JoinRequests.tsx:299 msgid "Edit invite link" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:299 +#: src/screens/Messages/JoinRequests.tsx:305 msgctxt "button" msgid "Edit invite link" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:355 +#: src/screens/Messages/components/InviteLinkDialog.tsx:369 msgid "Edit link settings" msgstr "" @@ -4141,8 +4151,8 @@ msgstr "" msgid "Edit list details" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "" @@ -4155,7 +4165,7 @@ msgstr "" msgid "Edit My Feeds" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:534 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "" @@ -4184,8 +4194,8 @@ msgstr "" msgid "Edit starter pack" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:480 -#: src/screens/Messages/ConversationSettings/index.tsx:533 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "" @@ -4402,7 +4412,7 @@ msgstr "" msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2600 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "" @@ -4592,20 +4602,24 @@ msgctxt "toast" msgid "Failed to accept chat" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:185 +#: src/screens/Messages/JoinRequests.tsx:190 msgid "Failed to accept join request" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:88 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:42 -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:60 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:45 +#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:63 msgid "Failed to add members" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "" @@ -4615,7 +4629,7 @@ msgid "Failed to change handle. Please try again." msgstr "" #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "" @@ -4628,7 +4642,7 @@ msgstr "" msgid "Failed to create conversation" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:101 +#: src/screens/Messages/components/InviteLinkDialog.tsx:106 msgid "Failed to create invite link" msgstr "" @@ -4655,7 +4669,7 @@ msgstr "" msgid "Failed to delete starter pack" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:124 +#: src/screens/Messages/components/InviteLinkDialog.tsx:132 msgid "Failed to disable invite link" msgstr "" @@ -4664,15 +4678,15 @@ msgstr "" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:114 +#: src/screens/Messages/components/InviteLinkDialog.tsx:119 msgid "Failed to edit invite link" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:134 +#: src/screens/Messages/components/InviteLinkDialog.tsx:142 msgid "Failed to enable invite link" msgstr "" @@ -4688,11 +4702,11 @@ msgstr "" msgid "Failed to hide suggestion, please check your internet connection" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:217 +#: src/screens/Messages/JoinRequests.tsx:223 msgid "Failed to ignore join request" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:124 +#: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4700,14 +4714,14 @@ msgstr "" msgid "Failed to launch SMS app" msgstr "" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:396 +#: 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 "" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "" @@ -4753,15 +4767,20 @@ msgstr "" msgid "Failed to load suggested follows" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +msgid "Failed to mark all chats as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 +#: src/view/shell/bottom-bar/BottomBar.tsx:450 msgid "Failed to mark all requests as read" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:383 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "" @@ -4783,18 +4802,22 @@ msgstr "" msgid "Failed to remove data. {0}" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:111 +#: 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 "" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "" #: src/screens/Messages/ConversationSettings/Member.tsx:56 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:73 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:76 msgid "Failed to remove group chat member" msgstr "" @@ -4802,7 +4825,7 @@ msgstr "" msgid "Failed to remove verification" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:158 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." msgstr "" @@ -4854,7 +4877,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:429 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "" @@ -5116,7 +5139,7 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 @@ -5125,7 +5148,7 @@ msgstr "" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "" @@ -5149,8 +5172,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "" @@ -5173,7 +5196,7 @@ msgstr "" #. 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:423 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 #: src/view/com/notifications/NotificationFeedItem.tsx:868 #: src/view/com/notifications/NotificationFeedItem.tsx:875 msgid "Follow back" @@ -5211,7 +5234,7 @@ msgstr "" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:317 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" msgstr "" @@ -5231,7 +5254,7 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 @@ -5359,17 +5382,17 @@ msgstr "" msgid "Generate a starter pack" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:231 -#: src/screens/Messages/components/InviteLinkDialog.tsx:269 -#: src/screens/Messages/components/InviteLinkDialog.tsx:297 +#: 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 "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:426 +#: src/screens/Messages/components/InviteLinkDialog.tsx:446 msgid "Generate new invite link" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:431 +#: src/screens/Messages/components/InviteLinkDialog.tsx:451 msgid "Generate new link" msgstr "" @@ -5457,8 +5480,8 @@ msgstr "" #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:71 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:81 -#: src/screens/Messages/components/InviteLinkDialog.tsx:211 -#: src/screens/Messages/components/InviteLinkDialog.tsx:218 +#: src/screens/Messages/components/InviteLinkDialog.tsx:219 +#: src/screens/Messages/components/InviteLinkDialog.tsx:226 msgid "Get started" msgstr "" @@ -5467,7 +5490,7 @@ msgstr "" msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2590 +#: src/view/com/composer/Composer.tsx:2605 msgid "GIF uploaded" msgstr "" @@ -5526,8 +5549,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "" @@ -5538,8 +5561,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "" @@ -5573,7 +5596,7 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:262 #: src/screens/Messages/components/MessagesListInfoPanel.tsx:98 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:191 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:194 #: src/view/shell/desktop/LeftNav.tsx:336 #: src/view/shell/desktop/LeftNav.tsx:342 msgid "Go to profile" @@ -5622,43 +5645,43 @@ msgstr "" msgid "Grooming or predatory behavior" msgstr "" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:299 -#: src/screens/Messages/JoinRequest.tsx:122 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:536 +#: src/screens/Messages/components/InviteLinkDialog.tsx:556 msgid "Group chat invite link dialog" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:412 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:376 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:364 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "" #: src/Navigation.tsx:496 -#: src/screens/Messages/ConversationSettings/index.tsx:111 +#: src/screens/Messages/ConversationSettings/index.tsx:113 msgid "Group chat settings" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:414 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:378 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "" @@ -5672,7 +5695,7 @@ msgid "Group chats are only available to users 18 and over." msgstr "" #. placeholder {0}: convo.details.memberLimit -#: src/screens/Messages/components/InviteLinkDialog.tsx:197 +#: src/screens/Messages/components/InviteLinkDialog.tsx:205 msgid "Group chats can only have a maximum of {0, plural, other {# people}}." msgstr "" @@ -5682,12 +5705,12 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "" @@ -5960,7 +5983,7 @@ msgstr "" #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6210,7 +6233,7 @@ msgstr "" msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "" @@ -6268,7 +6291,7 @@ msgstr "" msgid "Invalid 2FA confirmation code." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:134 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." msgstr "" @@ -6290,7 +6313,7 @@ msgstr "" msgid "Invalid report subject" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:165 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." msgstr "" @@ -6315,15 +6338,15 @@ msgstr "" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:137 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6331,22 +6354,22 @@ msgstr "" msgid "Invite friends <0/>" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:185 -#: src/screens/Messages/components/InviteLinkDialog.tsx:321 -#: src/screens/Messages/components/InviteLinkDialog.tsx:327 -#: src/screens/Messages/components/InviteLinkDialog.tsx:494 -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:146 -#: src/screens/Messages/ConversationSettings/index.tsx:550 +#: src/screens/Messages/components/InviteLinkDialog.tsx:193 +#: src/screens/Messages/components/InviteLinkDialog.tsx:329 +#: src/screens/Messages/components/InviteLinkDialog.tsx:335 +#: src/screens/Messages/components/InviteLinkDialog.tsx:514 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:210 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:123 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" msgstr "" @@ -6355,7 +6378,7 @@ msgid "Invite link created" msgstr "" #: src/components/dms/getSystemMessageInfo.ts:138 -#: src/screens/Messages/components/InviteLinkDialog.tsx:321 +#: src/screens/Messages/components/InviteLinkDialog.tsx:329 msgid "Invite link disabled" msgstr "" @@ -6380,7 +6403,7 @@ msgstr "" msgid "Invite your friends to follow your favorite feeds and people" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:152 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:155 msgid "Invited" msgstr "" @@ -6410,7 +6433,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:2505 +#: src/view/com/composer/Composer.tsx:2520 msgid "Job ID: {0}" msgstr "" @@ -6420,7 +6443,7 @@ msgid "Jobs" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:260 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" msgstr "" @@ -6431,12 +6454,12 @@ msgstr "" msgid "Join Bluesky" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:68 -#: src/components/intents/GroupChatJoinDialog.tsx:426 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:154 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." msgstr "" @@ -6450,8 +6473,8 @@ msgstr "" msgid "Journalism" msgstr "" -#: src/view/com/composer/Composer.tsx:1446 -#: src/view/com/composer/Composer.tsx:1456 +#: src/view/com/composer/Composer.tsx:1461 +#: src/view/com/composer/Composer.tsx:1471 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6609,7 +6632,7 @@ msgid "Learn more." msgstr "" #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:585 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "" @@ -6623,8 +6646,8 @@ msgstr "" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "" @@ -6644,12 +6667,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:584 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "" @@ -6658,11 +6681,11 @@ msgstr "" msgid "Leaving Bluesky" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: src/screens/Messages/ConversationSettings/prompts.tsx:153 msgid "Leaving this chat will lock it permanently and you wonโ€™t be able to rejoin." msgstr "" -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." msgstr "" @@ -6935,9 +6958,9 @@ msgstr "" msgid "Load new posts" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "" @@ -6954,23 +6977,23 @@ msgstr "" msgid "Loading..." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:564 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:562 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:564 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "" @@ -7051,6 +7074,16 @@ msgstr "" msgid "Mark all as read" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:459 +#: src/view/shell/bottom-bar/BottomBar.tsx:463 +msgid "Mark all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:467 +#: src/view/shell/bottom-bar/BottomBar.tsx:471 +msgid "Mark all requests as read" +msgstr "" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7093,14 @@ msgstr "" msgid "Marked all as read" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,7 +7124,7 @@ msgstr "" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "" -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." msgstr "" @@ -7092,7 +7133,7 @@ msgstr "" msgid "Members" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "" @@ -7111,14 +7152,14 @@ msgstr "" msgid "Menu" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:200 +#: 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 "" @@ -7128,11 +7169,11 @@ msgstr "" msgid "Message {0}" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:196 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:199 msgid "Message {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "" @@ -7141,13 +7182,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:625 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "" @@ -7156,21 +7197,21 @@ msgstr "" msgid "Message from server: {0}" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "" @@ -7178,11 +7219,11 @@ msgstr "" msgid "Messages" msgstr "" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:724 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:621 +#: src/components/dms/MessageItem.tsx:719 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7219,8 +7260,8 @@ msgstr "" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "" @@ -7228,7 +7269,7 @@ msgstr "" msgid "Moderation list by <0/>" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "" @@ -7281,8 +7322,8 @@ msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "" @@ -7302,7 +7343,7 @@ msgstr "" msgid "Music" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:526 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "" @@ -7320,8 +7361,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "" @@ -7347,7 +7388,7 @@ msgstr "" msgid "Mute these accounts?" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:524 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "" @@ -7389,7 +7430,7 @@ msgstr "" msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:526 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "" @@ -7480,7 +7521,7 @@ msgstr "" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "" @@ -7500,28 +7541,28 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:58 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:61 msgid "New chat with {0}" msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:62 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:65 msgid "New chat with {0} and {1}" msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:70 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:73 msgid "New chat with {0}, {1}, and {memberCount, plural, one {{memberCount} more} other {{memberCount} more}}." msgstr "" @@ -7726,7 +7767,7 @@ msgstr "" msgid "No media yet" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "" @@ -7763,7 +7804,7 @@ msgstr "" msgid "No one but the author can quote this post." msgstr "" -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "" @@ -7831,6 +7872,11 @@ 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" @@ -7895,7 +7941,7 @@ msgstr "" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "" @@ -7931,7 +7977,7 @@ msgstr "" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8021,7 @@ msgstr "" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:731 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8045,15 +8091,15 @@ msgstr "" msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:195 +#: src/screens/Messages/JoinRequests.tsx:200 msgid "Only admins can accept join requests." msgstr "" -#: src/screens/Messages/JoinRequests.tsx:227 +#: src/screens/Messages/JoinRequests.tsx:233 msgid "Only admins can ignore join requests." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:132 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." msgstr "" @@ -8068,12 +8114,12 @@ msgid "Only image files are supported" msgstr "" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:215 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:270 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" msgstr "" @@ -8107,16 +8153,16 @@ msgid "Open camera" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:415 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:139 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:142 msgid "Open chat member options for {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "" @@ -8128,9 +8174,9 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2145 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2160 msgid "Open emoji picker" msgstr "" @@ -8151,7 +8197,7 @@ msgstr "" msgid "Open Germ DM" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:408 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" msgstr "" @@ -8166,11 +8212,11 @@ msgid "Open in Google Translate" msgstr "" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "" @@ -8221,7 +8267,7 @@ msgstr "" msgid "Open system log" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:409 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" msgstr "" @@ -8275,13 +8321,13 @@ msgstr "" msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" -#: src/screens/Messages/JoinRequest.tsx:302 +#: 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 "" -#: src/screens/Messages/JoinRequest.tsx:288 +#: 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" @@ -8490,11 +8536,11 @@ msgstr "" msgid "People" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:156 +#: src/screens/Messages/components/InviteLinkDialog.tsx:164 msgid "People {ownerName} follows can join instantly" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:161 +#: src/screens/Messages/components/InviteLinkDialog.tsx:169 msgid "People {ownerName} follows can request to join" msgstr "" @@ -8513,11 +8559,21 @@ msgstr "" msgid "People I follow" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:155 +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "" + +#: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:160 +#: src/screens/Messages/components/InviteLinkDialog.tsx:168 msgid "People I follow can request to join" msgstr "" @@ -8813,7 +8869,7 @@ msgstr "" msgid "Porn" msgstr "" -#: src/view/com/composer/Composer.tsx:1793 +#: src/view/com/composer/Composer.tsx:1808 msgctxt "action" msgid "Post" msgstr "" @@ -8833,12 +8889,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1791 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post All" msgstr "" -#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1470 msgid "Post anyway" msgstr "" @@ -8898,8 +8954,8 @@ msgstr "" msgid "Post language selection" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:383 #: src/screens/Messages/components/InviteLinkDialog.tsx:395 +#: src/screens/Messages/components/InviteLinkDialog.tsx:411 msgid "Post link" msgstr "" @@ -8957,7 +9013,7 @@ msgstr "" #: src/components/Error.tsx:56 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 -#: src/screens/Messages/JoinRequests.tsx:349 +#: src/screens/Messages/JoinRequests.tsx:355 #: src/screens/Signup/BackNextButtons.tsx:48 msgid "Press to retry" msgstr "" @@ -9015,11 +9071,11 @@ msgstr "" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2579 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2581 +#: src/view/com/composer/Composer.tsx:2596 msgid "Processing video..." msgstr "" @@ -9031,7 +9087,7 @@ msgstr "" msgid "profile" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9121,22 @@ 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:1777 +#: src/view/com/composer/Composer.tsx:1792 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1772 +#: src/view/com/composer/Composer.tsx:1787 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1761 +#: src/view/com/composer/Composer.tsx:1776 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1766 +#: src/view/com/composer/Composer.tsx:1781 msgid "Publish reply" msgstr "" @@ -9100,16 +9156,16 @@ msgstr "" msgid "Push, people you follow" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:140 +#: src/components/StarterPack/QrCodeDialog.tsx:143 msgid "QR code copied to your clipboard!" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:118 +#: src/components/StarterPack/QrCodeDialog.tsx:121 msgid "QR code has been downloaded!" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:119 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:97 +#: src/components/StarterPack/QrCodeDialog.tsx:122 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "" @@ -9160,11 +9216,11 @@ msgstr "" msgid "Re-attach quote" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:413 +#: src/screens/Messages/components/InviteLinkDialog.tsx:433 msgid "Re-enable invite link" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:420 +#: src/screens/Messages/components/InviteLinkDialog.tsx:440 msgid "Re-enable link" msgstr "" @@ -9172,8 +9228,8 @@ msgstr "" msgid "React with {emoji}" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "" @@ -9268,17 +9324,13 @@ msgstr "" msgid "Reconnect" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "" - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" msgstr "" #. Reject a request to join a chat -#: src/screens/Messages/JoinRequests.tsx:483 +#: src/screens/Messages/JoinRequests.tsx:489 msgctxt "button" msgid "Reject" msgstr "" @@ -9287,16 +9339,18 @@ msgstr "" msgid "Reject chat request" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:477 +#: src/screens/Messages/JoinRequests.tsx:483 msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9359,9 @@ msgstr "" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "" @@ -9322,11 +9375,11 @@ msgid "Remove {displayName} from starter pack" msgstr "" #: src/screens/Messages/ConversationSettings/Member.tsx:157 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:231 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:234 msgid "Remove {displayName} from this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" msgstr "" @@ -9378,7 +9431,7 @@ msgstr "" msgid "Remove feed?" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:235 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "" @@ -9443,14 +9496,14 @@ msgstr "" msgid "Remove unavailable moderation services" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "" @@ -9466,8 +9519,8 @@ msgstr "" msgid "Removed by you" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "" @@ -9535,6 +9588,14 @@ msgctxt "description" msgid "Replied to you" msgstr "" +#: src/components/dms/MessageItem.tsx:892 +msgid "Replied-to message from {senderName}, tap to scroll to it" +msgstr "" + +#: src/components/dms/MessageItem.tsx:893 +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 @@ -9552,7 +9613,12 @@ msgstr "" msgid "Replies to this post are disabled." msgstr "" -#: src/view/com/composer/Composer.tsx:1789 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Reply" msgstr "" @@ -9590,14 +9656,14 @@ msgstr "" msgid "Reply was successfully hidden" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:577 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "" @@ -9623,7 +9689,7 @@ msgstr "" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "" @@ -9657,7 +9723,7 @@ msgstr "" msgid "Report this feed" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:576 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "" @@ -9737,11 +9803,11 @@ msgstr "" msgid "Reposts of your reposts" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:425 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:177 +#: src/screens/Messages/JoinRequests.tsx:182 msgid "Request approved." msgstr "" @@ -9750,12 +9816,12 @@ msgstr "" msgid "Request code" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:209 +#: src/screens/Messages/JoinRequests.tsx:215 msgid "Request ignored." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:259 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" msgstr "" @@ -9764,13 +9830,13 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "" #: src/Navigation.tsx:501 -#: src/screens/Messages/JoinRequests.tsx:58 -#: src/screens/Messages/JoinRequests.tsx:419 +#: src/screens/Messages/JoinRequests.tsx:59 +#: src/screens/Messages/JoinRequests.tsx:425 msgid "Requests to join" msgstr "" @@ -9791,9 +9857,9 @@ msgstr "" msgid "Required in your region" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:274 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:310 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:115 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:117 msgid "Rescind request" msgstr "" @@ -9872,10 +9938,10 @@ msgstr "" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 -#: src/screens/Messages/JoinRequests.tsx:355 +#: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:92 @@ -9925,10 +9991,10 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:324 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:668 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:673 -#: src/components/StarterPack/QrCodeDialog.tsx:207 +#: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10019,22 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1436 +#: src/view/com/composer/Composer.tsx:1451 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "" -#: src/view/com/composer/Composer.tsx:1408 +#: src/view/com/composer/Composer.tsx:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1436 +#: src/view/com/composer/Composer.tsx:1451 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1410 +#: src/view/com/composer/Composer.tsx:1425 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -9985,7 +10051,7 @@ msgstr "" msgid "Save new handle" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:199 +#: src/components/StarterPack/QrCodeDialog.tsx:202 msgid "Save QR code" msgstr "" @@ -10027,8 +10093,8 @@ msgstr "" msgid "Say hello!" msgstr "" -#: src/screens/Messages/ChatList.tsx:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "" @@ -10058,6 +10124,10 @@ msgstr "" msgid "Scroll right" msgstr "" +#: src/components/dms/MessageItem.tsx:783 +msgid "Scroll to the message this is replying to" +msgstr "" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "" @@ -10067,7 +10137,7 @@ msgstr "" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "" @@ -10148,8 +10218,8 @@ msgstr "" msgid "Search my posts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "" @@ -10425,8 +10495,8 @@ msgstr "" msgid "Send feedback" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "" @@ -10460,7 +10530,7 @@ msgid "Send via direct message" msgstr "" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "" @@ -10568,16 +10638,16 @@ msgstr "" #: src/components/Link.tsx:433 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:74 -#: src/components/StarterPack/QrCodeDialog.tsx:195 +#: src/components/StarterPack/QrCodeDialog.tsx:198 #: src/screens/Hashtag.tsx:130 -#: src/screens/Messages/components/InviteLinkDialog.tsx:399 -#: src/screens/Messages/components/InviteLinkDialog.tsx:406 +#: src/screens/Messages/components/InviteLinkDialog.tsx:415 +#: src/screens/Messages/components/InviteLinkDialog.tsx:426 #: src/screens/StarterPack/StarterPackScreen.tsx:447 #: src/screens/Topic.tsx:90 msgid "Share" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "" @@ -10641,8 +10711,8 @@ msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "" @@ -10796,15 +10866,15 @@ msgstr "" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:287 -#: src/screens/Messages/JoinRequest.tsx:293 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,7 +10900,7 @@ msgstr "" msgid "Sign in or create your account to join the conversation!" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:213 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." msgstr "" @@ -10842,7 +10912,7 @@ msgstr "" msgid "Sign in to Bluesky or create a new account" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:212 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." msgstr "" @@ -10900,7 +10970,7 @@ msgstr "" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1453 +#: src/view/com/composer/Composer.tsx:1468 msgid "Skip empty posts?" msgstr "" @@ -10971,12 +11041,12 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:332 msgid "Someone reacted {0}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "" @@ -10996,17 +11066,13 @@ msgstr "" msgid "Someone was removed from the group" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "" - #: 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 "" #: src/screens/Messages/Conversation.tsx:133 -#: src/screens/Messages/ConversationSettings/index.tsx:132 -#: src/screens/Messages/JoinRequests.tsx:87 +#: src/screens/Messages/ConversationSettings/index.tsx:137 +#: src/screens/Messages/JoinRequests.tsx:88 msgid "Something went wrong" msgstr "" @@ -11214,13 +11280,13 @@ msgid "Subscribe" msgstr "" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "" @@ -11255,7 +11321,7 @@ msgstr "" msgid "Success!" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:108 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" msgstr "" @@ -11355,7 +11421,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:572 +#: src/components/dms/MessageItem.tsx:670 msgid "Tap for details" msgstr "" @@ -11390,7 +11456,7 @@ msgid "Tap to dismiss" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" msgstr "" @@ -11398,34 +11464,34 @@ msgstr "" msgid "Tap to open this group chat" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:468 msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:537 +#: src/components/dms/MessageItem.tsx:635 msgid "Tap to retry" msgstr "" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:358 msgid "Tap to view reactions" msgstr "" @@ -11528,7 +11594,7 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "" @@ -11594,8 +11660,8 @@ msgstr "" msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:142 -#: src/screens/Messages/JoinRequests.tsx:200 +#: src/components/intents/GroupChatJoinDialog.tsx:165 +#: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." msgstr "" @@ -11621,7 +11687,7 @@ msgstr "" msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "" -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "" @@ -11651,7 +11717,7 @@ msgstr "" 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 "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:499 +#: src/screens/Messages/components/InviteLinkDialog.tsx:519 msgid "There is no invite link for this group chat." msgstr "" @@ -11665,8 +11731,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "" #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:126 -#: src/components/intents/GroupChatJoinDialog.tsx:160 +#: 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 "" @@ -11693,7 +11759,7 @@ msgstr "" msgid "There was an issue fetching posts. Tap here to try again." msgstr "" -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "" @@ -11725,20 +11791,20 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:455 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:475 #: src/screens/Messages/ConversationSettings/Member.tsx:71 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:111 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:124 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "" @@ -11778,7 +11844,7 @@ msgstr "" msgid "They own this chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." msgstr "" @@ -11828,22 +11894,22 @@ msgstr "" 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 "" -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:265 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:424 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" msgstr "" @@ -11881,7 +11947,7 @@ msgstr "" msgid "This content is not viewable without a Bluesky account." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:128 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." msgstr "" @@ -11931,7 +11997,7 @@ msgstr "" msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "" -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" msgstr "" @@ -11947,11 +12013,11 @@ msgstr "" msgid "This information is private and not shared with other users." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:138 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:201 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" msgstr "" @@ -11997,17 +12063,17 @@ msgstr "" msgid "This list is empty." msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:668 +#: src/components/dms/MessageItem.tsx:697 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:667 +#: src/components/dms/MessageItem.tsx:693 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12049,7 +12115,7 @@ msgstr "" msgid "This post's author has disabled quote posts." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "" @@ -12057,8 +12123,8 @@ msgstr "" msgid "This reply will be sorted into a hidden section at the bottom of your thread and will mute notifications for subsequent replies - both for yourself and others." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:151 -#: src/screens/Messages/JoinRequests.tsx:110 +#: src/screens/Messages/ConversationSettings/index.tsx:156 +#: src/screens/Messages/JoinRequests.tsx:111 msgid "This screen is only available for group conversations." msgstr "" @@ -12242,8 +12308,8 @@ msgstr "" msgid "Topic" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,7 +12379,7 @@ msgctxt "action" msgid "Try again" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:167 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." msgstr "" @@ -12335,7 +12401,7 @@ msgstr "" msgid "Two-factor authentication (2FA)" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "" @@ -12369,7 +12435,7 @@ msgstr "" msgid "Unable to delete" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:345 +#: src/screens/Messages/JoinRequests.tsx:351 msgid "Unable to fetch join requests." msgstr "" @@ -12401,34 +12467,34 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:735 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 #: src/components/moderation/BlockDialog.tsx:190 #: src/components/moderation/BlockDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:224 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:212 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:215 msgid "Unblock {displayName}" msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "" @@ -12437,7 +12503,7 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "" @@ -12474,12 +12540,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "" @@ -12521,11 +12587,11 @@ msgstr "" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:561 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "" @@ -12548,8 +12614,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "" @@ -12562,7 +12628,7 @@ msgstr "" msgid "Unmute list" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:523 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "" @@ -12641,7 +12707,7 @@ msgstr "" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1542 +#: src/view/com/composer/Composer.tsx:1557 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -12654,12 +12720,9 @@ msgstr "" msgid "Update" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" msgstr "" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 @@ -12669,9 +12732,13 @@ msgstr "" msgid "Update email" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:231 -#: src/screens/Messages/components/InviteLinkDialog.tsx:267 -#: src/screens/Messages/components/InviteLinkDialog.tsx:295 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "" + +#: 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 "" @@ -12680,14 +12747,6 @@ msgstr "" msgid "Update to {domain}" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "" - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "" @@ -12736,7 +12795,7 @@ msgstr "" msgid "Upload from Library" msgstr "" -#: src/view/com/composer/Composer.tsx:2572 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading GIF..." msgstr "" @@ -12750,7 +12809,7 @@ msgstr "" msgid "Uploading link thumbnail..." msgstr "" -#: src/view/com/composer/Composer.tsx:2574 +#: src/view/com/composer/Composer.tsx:2589 msgid "Uploading video..." msgstr "" @@ -12826,7 +12885,7 @@ msgid "User Blocks You" msgstr "" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "" @@ -12835,7 +12894,7 @@ msgstr "" msgid "User List by {0}" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "" @@ -12875,16 +12934,6 @@ msgstr "" msgid "users following <0>@{0}" msgstr "" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "" @@ -12912,8 +12961,8 @@ msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "" @@ -13039,7 +13088,7 @@ msgstr "" msgid "Video settings" msgstr "" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2607 msgid "Video uploaded" msgstr "" @@ -13056,14 +13105,14 @@ msgstr "" msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1150 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "" @@ -13088,11 +13137,11 @@ msgid "View {0}โ€™s profile" msgstr "" #: src/components/dms/MessagesListHeader.tsx:111 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:185 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:188 msgid "View {displayName}โ€™s profile" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "" @@ -13145,7 +13194,7 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1131 +#: src/view/com/composer/Composer.tsx:1145 msgid "View post" msgstr "" @@ -13162,10 +13211,10 @@ msgstr "" msgid "View profile banner" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "" @@ -13173,7 +13222,7 @@ msgstr "" msgid "View the avatar" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:548 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "" @@ -13292,11 +13341,11 @@ msgstr "" msgid "We couldn't load this conversation" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:88 +#: src/screens/Messages/JoinRequests.tsx:89 msgid "We couldnโ€™t load this conversationโ€™s join requests" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:133 +#: src/screens/Messages/ConversationSettings/index.tsx:138 msgid "We couldnโ€™t load this conversationโ€™s settings" msgstr "" @@ -13492,7 +13541,7 @@ msgid "What do you want to call your starter pack?" msgstr "" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1506 +#: src/view/com/composer/Composer.tsx:1521 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "" @@ -13505,7 +13554,7 @@ msgstr "" msgid "Who can interact with this post?" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:239 +#: src/screens/Messages/components/InviteLinkDialog.tsx:247 msgid "Who can join this group chat and how" msgstr "" @@ -13519,7 +13568,7 @@ msgid "Who can verify?" msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "" @@ -13578,7 +13627,7 @@ msgstr "" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1424 +#: src/view/com/composer/Composer.tsx:1439 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13587,12 +13636,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1602 +#: src/view/com/composer/Composer.tsx:1617 msgid "Write post" msgstr "" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1504 +#: src/view/com/composer/Composer.tsx:1519 msgid "Write your reply" msgstr "" @@ -13605,8 +13654,8 @@ msgstr "" msgid "Wrong DID returned from server. Received: {0}" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:150 -#: src/screens/Messages/JoinRequests.tsx:109 +#: src/screens/Messages/ConversationSettings/index.tsx:155 +#: src/screens/Messages/JoinRequests.tsx:110 msgid "Wrong kind of conversation" msgstr "" @@ -13658,7 +13707,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:610 +#: src/components/dms/MessageItem.tsx:708 msgid "You are blocking {0}" msgstr "" @@ -13768,7 +13817,7 @@ msgstr "" msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1429 +#: src/view/com/composer/Composer.tsx:1444 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13803,8 +13852,8 @@ msgstr "" msgid "You can update this later from your settings." msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:115 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13839,7 +13888,7 @@ msgstr "" msgid "You got here first" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:144 +#: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and canโ€™t join it using this link." msgstr "" @@ -13884,6 +13933,7 @@ msgstr "" msgid "You have muted this user" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "" @@ -13912,7 +13962,7 @@ msgstr "" msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "" -#: src/view/com/composer/Composer.tsx:1419 +#: src/view/com/composer/Composer.tsx:1434 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -13970,7 +14020,7 @@ msgstr "" msgid "You may only add up to 3 feeds" msgstr "" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." msgstr "" @@ -13982,8 +14032,8 @@ msgstr "" msgid "You must be following at least seven other people to generate a starter pack." msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:68 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: 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 "" @@ -14009,12 +14059,12 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:259 +#: src/components/dms/MessageItem.tsx:325 msgid "You reacted {0}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "" @@ -14023,8 +14073,20 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" +#: src/components/dms/MessageItem.tsx:813 +msgid "You replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:811 +msgid "You replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:809 +msgid "You replied to yourself" +msgstr "" + #. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 msgid "You requested to join" msgstr "" @@ -14050,12 +14112,12 @@ msgstr "" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "" #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "" @@ -14283,7 +14345,7 @@ msgstr "" msgid "Your muted words" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:203 +#: 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 "" @@ -14295,11 +14357,11 @@ msgstr "" msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1127 +#: src/view/com/composer/Composer.tsx:1141 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1124 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your posts were sent" msgstr "" @@ -14320,7 +14382,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:1126 +#: src/view/com/composer/Composer.tsx:1140 msgid "Your reply was sent" msgstr "" @@ -14333,7 +14395,7 @@ msgstr "" msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1454 +#: src/view/com/composer/Composer.tsx:1469 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 b327177739..f05c7c8c85 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-10 21:06\n" +"PO-Revision-Date: 2026-06-17 12:23\n" "Last-Translator: \n" "Language-Team: Khmer\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -23,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:867 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" msgstr "" -#: src/components/dms/getMessageInfo.ts:73 +#: src/components/dms/getMessageInfo.ts:105 +#: src/components/dms/MessageItem.tsx:869 +#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "" @@ -75,7 +79,7 @@ msgstr "" msgid "{0, plural, one {# like} other {# likes}}" msgstr "" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "" @@ -97,7 +101,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:269 +#: src/components/dms/MessageItem.tsx:350 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "" @@ -118,15 +122,15 @@ msgstr "" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:703 msgid "{0} is blocking you" msgstr "" @@ -273,7 +277,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:345 msgid "{0} reacted {1}" msgstr "" @@ -326,24 +330,22 @@ msgstr "" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:143 +#: src/screens/Messages/JoinRequest.tsx:139 msgctxt "group-chat-member-count" msgid "{0}/{1}" msgstr "" #. The number of members in a group chat, in the format '{members}/{total} members'. -#. placeholder {0}: preview.memberCount -#. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 -msgid "{0}/{1} {2, plural, one {member} other {members}}" -msgstr "" - -#. The number of active group chat members out of the total number allowed. +#. The number of members in a group chat, in the format '{members}/{total} members'. #. placeholder {0}: joinLinkPreview.memberCount +#. placeholder {0}: preview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:329 -msgid "{0}/{1} members" +#. placeholder {1}: preview.memberLimit +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 +msgid "{0}/{1} {2, plural, one {member} other {members}}" msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. @@ -389,7 +391,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -397,33 +399,11 @@ msgstr "" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "" - #. 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 "" -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "" - #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" msgstr "" @@ -441,155 +421,155 @@ msgstr "" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: 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 "{firstAuthorLink} แž”แžถแž“แžแžถแž˜แžขแŸ’แž“แž€" -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} แžแžถแž˜แžขแŸ’แž“แž€แž˜แž€แžœแžทแž‰" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} แž…แžผแž›แž…แžทแžแŸ’แžแž–แŸแžแŸŒแž˜แžถแž“แž•แŸ’แž‘แžถแž›แŸ‹แžแŸ’แž›แžฝแž“แžšแž”แžŸแŸ‹แžขแŸ’แž“แž€" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} แž”แžถแž“แž…แžผแž›แž…แžทแžแŸ’แžแž€แžถแžšแž”แž„แŸ’แž แŸ„แŸ‡แžšแž”แžŸแŸ‹แžขแŸ’แž“แž€" -#: 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 "{firstAuthorLink} แž”แžถแž“แž”แž„แŸ’แž แŸ„แŸ‡แžŸแžถแžšแžšแž”แžŸแŸ‹แžขแŸ’แž“แž€แžกแžพแž„แžœแžทแž‰" -#: 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 "{firstAuthorLink} แž”แžถแž“แž…แžปแŸ‡แžˆแŸ’แž˜แŸ„แŸ‡แž‡แžถแž˜แžฝแž™แž€แž‰แŸ’แž…แž”แŸ‹แž…แžถแž”แŸ‹แž•แŸ’แžแžพแž˜แžšแž”แžŸแŸ‹แžขแŸ’แž“แž€" -#: 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 "{firstAuthorName} แž”แžถแž“แžแžถแž˜แžขแŸ’แž“แž€" -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} แžแžถแž˜แžขแŸ’แž“แž€แž˜แž€แžœแžทแž‰" -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} แž…แžผแž›แž…แžทแžแŸ’แžแž–แŸแžแŸŒแž˜แžถแž“แž•แŸ’แž‘แžถแž›แŸ‹แžแŸ’แž›แžฝแž“แžšแž”แžŸแŸ‹แžขแŸ’แž“แž€" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} แž”แžถแž“แž…แžผแž›แž…แžทแžแŸ’แžแž€แžถแžšแž”แž„แŸ’แž แŸ„แŸ‡แžšแž”แžŸแŸ‹แžขแŸ’แž“แž€" -#: 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 "{firstAuthorName} แž”แžถแž“แž”แž„แŸ’แž แŸ„แŸ‡แžŸแžถแžšแžšแž”แžŸแŸ‹แžขแŸ’แž“แž€แžกแžพแž„แžœแžทแž‰" -#: 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 "{firstAuthorName} แž”แžถแž“แž…แžปแŸ‡แžˆแŸ’แž˜แŸ„แŸ‡แž‡แžถแž˜แžฝแž™แž€แž‰แŸ’แž…แž”แŸ‹แž…แžถแž”แŸ‹แž•แŸ’แžแžพแž˜แžšแž”แžŸแŸ‹แžขแŸ’แž“แž€" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "" @@ -659,12 +639,12 @@ msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "" @@ -697,6 +677,18 @@ msgstr "" msgid "{rank}." msgstr "" +#: src/components/dms/MessageItem.tsx:813 +msgid "{replierDisplayName} replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:809 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:807 +msgid "{replierDisplayName} replied to you" +msgstr "" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "" @@ -873,8 +875,8 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 #: src/screens/Messages/JoinRequests.tsx:192 #: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." @@ -955,7 +957,7 @@ msgstr "" msgid "Accepted conversations" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:113 +#: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -980,12 +982,12 @@ msgstr "แž‚แžŽแž“แžธ" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "แž‚แžŽแž“แžธแžแŸ’แžšแžผแžœแž”แžถแž“แžšแžถแžšแžถแŸ†แž„" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "แž‚แžŽแž“แžธแž”แžถแž“แž’แŸ’แžœแžพแžแžถแž˜" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "แž‚แžŽแž“แžธแžแŸ’แžšแžผแžœแž”แžถแž“แž”แžทแž‘แžŸแŸ†แžกแŸแž„" @@ -1028,18 +1030,18 @@ msgstr "แž‚แžŽแž“แžธแžแŸ’แžšแžผแžœแž”แžถแž“แžŠแž€แž…แŸแž‰แž–แžธแž€แžถแžšแž…แžผ #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "แž‚แžŽแž“แžธแžแŸ’แžšแžผแžœแž”แžถแž“แž”แžทแž‘" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "แž‚แžŽแž“แžธโ€‹แž˜แžทแž“โ€‹แž”แžถแž“โ€‹แžแžถแž˜" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "แž‚แžŽแž“แžธแžแŸ’แžšแžผแžœแž”แžถแž“แž”แžพแž€" @@ -1054,12 +1056,13 @@ msgstr "" msgid "Activity from others" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "แž”แž“แŸ’แžแŸ‚แž˜" @@ -1112,11 +1115,11 @@ msgstr "แž”แž“แŸ’แžแŸ‚แž˜แžขแžแŸ’แžแž”แž‘แž‡แŸ†แž“แžฝแžŸ (แž‡แžถแž‡แž˜แŸ’แžš msgid "Add another account" msgstr "แž”แž“แŸ’แžแŸ‚แž˜แž‚แžŽแž“แžธแž•แŸ’แžŸแŸแž„แž‘แŸ€แž" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1518 msgid "Add another post" msgstr "แž”แž“แŸ’แžแŸ‚แž˜แž”แŸ’แžšแž€แžถแžŸแž˜แžฝแž™แž‘แŸ€แž" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2181 msgid "Add another post to thread" msgstr "" @@ -1182,7 +1185,7 @@ msgstr "แž”แž“แŸ’แžแŸ‚แž˜แž–แžถแž€แŸ’แž™ แž“แžทแž„แžŸแŸ’แž›แžถแž€แžŠแŸ‚แž›แž” msgid "Add people" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "" @@ -1214,8 +1217,8 @@ msgstr "แž”แž“แŸ’แžแŸ‚แž˜แž€แŸ†แžŽแžแŸ‹แžแŸ’แžšแžถ DNS แžแžถแž„แž€แŸ’แžšแŸ„ msgid "Add this feed to your feeds" msgstr "แž”แž‰แŸ’แž…แžผแž›แž–แŸแžแŸŒแž˜แžถแž“แž“แŸแŸ‡แž‘แŸ…แž€แŸ’แž“แžปแž„แž˜แžแžทแž–แŸแžแŸŒแž˜แžถแž“แžšแž”แžŸแŸ‹แžขแŸ’แž“แž€" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "แž”แž“แŸ’แžแŸ‚แž˜แž‘แŸ…แž”แž‰แŸ’แž‡แžธ" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "" @@ -1246,8 +1249,8 @@ msgstr "" msgid "Added by invite link" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "แž”แžถแž“แž”แž“แŸ’แžแŸ‚แž˜แž‘แŸ…แž€แŸ’แž“แžปแž„แž”แž‰แŸ’แž‡แžธ" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "" @@ -1521,7 +1524,7 @@ msgid "An error occurred while loading your lists :/" msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:81 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:103 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "แž€แŸ†แž แžปแžŸแž”แžถแž“แž€แžพแžแžกแžพแž„แžแžŽแŸˆแž–แŸแž›แžšแž€แŸ’แžŸแžถแž‘แžปแž€แž€แžผแžŠ QR!" @@ -1589,8 +1592,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 "แž”แž‰แŸ’แž แžถแž”แžถแž“แž€แžพแžแžกแžพแž„ แžŸแžผแž˜แž–แŸ’แž™แžถแž™แžถแž˜แž˜แŸ’แžแž„แž‘แŸ€แž" @@ -1643,7 +1646,7 @@ msgstr "" msgid "Anyone can interact" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:340 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" msgstr "" @@ -1796,8 +1799,8 @@ msgstr "แžแžพแžขแŸ’แž“แž€แž”แŸ’แžšแžถแž€แžŠแž‘แŸแžแžถแžขแŸ’แž“แž€แž…แž„แŸ‹แž› msgid "Are you sure you want to discard your changes?" msgstr "แžแžพแžขแŸ’แž“แž€แž”แŸ’แžšแžถแž€แžŠแž‘แŸแžแžถแžขแŸ’แž“แž€แž…แž„แŸ‹แž”แŸ„แŸ‡แž”แž„แŸ‹แž€แžถแžšแž•แŸ’แž›แžถแžŸแŸ‹แž”แŸ’แžŠแžผแžšแžšแž”แžŸแŸ‹แžขแŸ’แž“แž€" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "" @@ -1814,11 +1817,11 @@ msgid "Are you sure you want to remove this from your feeds?" msgstr "แžแžพแžขแŸ’แž“แž€แž”แŸ’แžšแžถแž€แžŠแžแžถแž…แž„แŸ‹แž›แžปแž”แžœแžถแž…แŸแž‰แž–แžธแž˜แžแžทแž–แŸแžแŸŒแž˜แžถแž“แžšแž”แžŸแŸ‹แžขแŸ’แž“แž€แž˜แŸ‚แž“แž‘แŸ" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 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:1654 msgid "Are you sure you'd like to discard this post?" msgstr "แžแžพแžขแŸ’แž“แž€แž”แŸ’แžšแžถแž€แžŠแžแžถแž…แž„แŸ‹แž”แŸ„แŸ‡แž”แž„แŸ‹แž€แžถแžšแž”แž„แŸ’แž แŸ„แŸ‡แž“แŸแŸ‡แž‘แŸ?" @@ -1958,10 +1961,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2009,8 +2012,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "แž”แžทแž‘แž‚แžŽแž“แžธ" @@ -2088,6 +2091,10 @@ 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 "แž€แžถแžšแž‘แž”แŸ‹แžŸแŸ’แž€แžถแžแŸ‹แž˜แžทแž“แžšแžถแžšแžถแŸ†แž„แžขแŸ’แž“แž€แžŠแžถแž€แŸ‹แžŸแŸ’แž›แžถแž€แž“แŸแŸ‡แž–แžธแž€แžถแžšแžŠแžถแž€แŸ‹แžŸแŸ’แž›แžถแž€แž“แŸ…แž›แžพแž‚แžŽแž“แžธแžšแž”แžŸแŸ‹แžขแŸ’แž“แž€แž“แŸ„แŸ‡แž‘แŸ" @@ -2260,7 +2267,7 @@ msgstr "" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:181 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2274,13 +2281,13 @@ msgstr "" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:363 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" msgstr "" @@ -2348,10 +2355,10 @@ msgstr "" #: src/screens/Deactivated.tsx:150 #: src/screens/Messages/components/InviteLinkDialog.tsx:500 #: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,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:1732 +#: src/view/com/composer/Composer.tsx:1742 #: 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 @@ -2380,6 +2387,10 @@ msgstr "แž”แŸ„แŸ‡แž”แž„แŸ‹แž€แžถแžšแž”แŸ’แžšแž€แžถแžŸแžŸแž˜แŸ’แžšแž„แŸ‹" msgid "Cancel reactivation and sign out" msgstr "แž”แŸ„แŸ‡แž”แž„แŸ‹แž€แžถแžšแž”แžพแž€แžŠแŸ†แžŽแžพแžšแž€แžถแžšแžกแžพแž„แžœแžทแž‰ แž แžพแž™แž…แŸแž‰" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "แž”แŸ„แŸ‡แž”แž„แŸ‹แž€แžถแžšแžŸแŸ’แžœแŸ‚แž„แžšแž€" @@ -2481,7 +2492,7 @@ msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,7 +2509,7 @@ msgid "Chat ended" msgstr "" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:256 +#: src/components/intents/GroupChatJoinDialog.tsx:269 #: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" msgstr "" @@ -2520,12 +2531,12 @@ msgctxt "toast" msgid "Chat muted" msgstr "แž”แžถแž“แž”แžทแž‘แž€แžถแžšแž‡แž‡แŸ‚แž€" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." msgstr "" -#: src/components/moderation/BlockDialog.tsx:292 +#: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2544,10 +2555,10 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "แž€แžถแžšแž€แŸ†แžŽแžแŸ‹แž€แžถแžšแž‡แž‡แŸ‚แž€" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "แž”แžถแž“โ€‹แž”แžพแž€โ€‹แž€แžถแžšโ€‹แž‡แž‡แŸ‚แž€" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "" @@ -2731,7 +2742,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:533 +#: src/components/dms/MessageItem.tsx:622 msgid "Click to retry failed message" msgstr "แž…แžปแž…แžŠแžพแž˜แŸ’แž”แžธแž–แŸ’แž™แžถแž™แžถแž˜แžŸแžถแžšแžŠแŸ‚แž›แž”แžšแžถแž‡แŸแž™แž˜แŸ’แžแž„แž‘แŸ€แž" @@ -2745,6 +2756,7 @@ msgstr "แž…แžปแž…แžŠแžพแž˜แŸ’แž”แžธแž–แŸ’แž™แžถแž™แžถแž˜แžŸแžถแžšแžŠแŸ‚แž›แž”แžš #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "แž…แžปแž…แžŠแžพแž˜แŸ’แž”แžธแž–แŸ’แž™แžถแž™แžถแž˜แžŸแžถแžšแžŠแŸ‚แž›แž”แžš #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:233 -#: src/components/intents/GroupChatJoinDialog.tsx:268 +#: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2804,10 +2816,6 @@ 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 @@ -2822,7 +2830,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 "" @@ -2850,10 +2858,10 @@ msgstr "" msgid "Close the incoming requests banner" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:226 -#: src/components/intents/GroupChatJoinDialog.tsx:227 -#: src/components/intents/GroupChatJoinDialog.tsx:263 -#: src/components/intents/GroupChatJoinDialog.tsx:264 +#: 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 msgid "Close this dialog" msgstr "แž”แžทแž‘แž”แŸ’แžšแžขแž”แŸ‹แž“แŸแŸ‡แŸ”" @@ -2866,15 +2874,15 @@ msgstr "" msgid "Closes password update alert" msgstr "แž”แžทแž‘แž€แžถแžšแž‡แžผแž“แžŠแŸ†แžŽแžนแž„แžขแŸ†แž–แžธแž€แžถแžšแžขแžถแž”แŸ‹แžŠแŸแžแž–แžถแž€แŸ’แž™แžŸแž˜แŸ’แž„แžถแžแŸ‹" -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1740 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 "แž”แž„แŸ’แžšแžฝแž˜แž”แž‰แŸ’แž‡แžธแžขแŸ’แž“แž€แž”แŸ’แžšแžพแž”แŸ’แžšแžถแžŸแŸ‹แžŸแž˜แŸ’แžšแžถแž”แŸ‹แž€แžถแžšแž‡แžผแž“แžŠแŸ†แžŽแžนแž„แžŠแŸ‚แž›แž”แžถแž“แž•แŸ’แžแž›แŸ‹แžฑแŸ’แž™" @@ -2920,7 +2928,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:1616 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -2928,11 +2936,11 @@ msgstr "" msgid "Compose reply" msgstr "แžŸแžšแžŸแŸแžšแž€แžถแžšแž†แŸ’แž›แžพแž™แžแž”" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2578 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing video..." msgstr "แž€แŸ†แž–แžปแž„โ€‹แž”แž„แŸ’แž แžถแž”แŸ‹โ€‹แžœแžธแžŠแŸแžขแžผ..." @@ -3100,7 +3108,7 @@ msgstr "แž”แž“แŸ’แžแž‘แŸ…แž‡แŸ†แž แžถแž“แž”แž“แŸ’แž‘แžถแž”แŸ‹" msgid "Conversation" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "แž€แžถแžšแžŸแž“แŸ’แž‘แž“แžถแžแŸ’แžšแžผแžœแž”แžถแž“แž›แžปแž”" @@ -3127,7 +3135,7 @@ msgid "Copied build version to clipboard" msgstr "แž”แžถแž“แž…แž˜แŸ’แž›แž„แž€แŸ†แžŽแŸ‚แžŸแŸ’แžแžถแž”แž“แžถแž‘แŸ… clipboard" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3154,12 @@ msgstr "แž”แžถแž“แž…แž˜แŸ’แž›แž„" msgid "Copies build version to clipboard" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:198 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:265 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "แž…แž˜แŸ’แž›แž„" @@ -3159,8 +3167,8 @@ msgstr "แž…แž˜แŸ’แž›แž„" msgid "Copy App Password" msgstr "แž…แž˜แŸ’แž›แž„แž–แžถแž€แŸ’แž™แžŸแž˜แŸ’แž„แžถแžแŸ‹แž€แž˜แŸ’แž˜แžœแžทแž’แžธ" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "" @@ -3175,8 +3183,8 @@ msgid "Copy code" msgstr "แž…แž˜แŸ’แž›แž„แž€แžผแžŠ" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "แž…แž˜แŸ’แž›แž„ DID" @@ -3184,7 +3192,7 @@ msgstr "แž…แž˜แŸ’แž›แž„ DID" msgid "Copy host" msgstr "แž…แž˜แŸ’แž›แž„แž˜แŸ‰แžถแžŸแŸŠแžธแž“" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:254 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" msgstr "" @@ -3210,8 +3218,8 @@ msgstr "แž…แž˜แŸ’แž›แž„แžแŸ†แžŽแž‘แŸ…แž”แž‰แŸ’แž‡แžธ" msgid "Copy link to post" msgstr "แž…แž˜แŸ’แž›แž„แžแŸ†แžŽแž‘แŸ…แž”แŸ’แžšแž€แžถแžŸ" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "" @@ -3219,8 +3227,8 @@ msgstr "" msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "แž…แž˜แŸ’แž›แž„แžขแžแŸ’แžแž”แž‘แžŸแžถแžš" @@ -3249,7 +3257,7 @@ msgstr "แž…แž˜แŸ’แž›แž„แžแž˜แŸ’แž›แŸƒแž€แŸ†แžŽแžแŸ‹แžแŸ’แžšแžถ TXT" msgid "Copyright Policy" msgstr "แž‚แŸ„แž›แž€แžถแžšแžŽแŸแžšแž€แŸ’แžŸแžถแžŸแžทแž‘แŸ’แž’แžท" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" msgstr "" @@ -3261,11 +3269,11 @@ msgstr "" msgid "Could not connect to feed service" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:120 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" msgstr "" @@ -3294,7 +3302,7 @@ msgstr "" msgid "Could not leave chat" msgstr "แž˜แžทแž“แžขแžถแž…แž…แžถแž€แž…แŸแž‰แž–แžธแž€แžถแžšแž‡แž‡แŸ‚แž€แž”แžถแž“แž‘แŸ" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." msgstr "" @@ -3308,7 +3316,7 @@ msgstr "แž˜แžทแž“แžขแžถแž…แž•แŸ’แž‘แžปแž€แž–แŸแžแŸŒแž˜แžถแž“แž”แžถแž“แž‘แŸ" msgid "Could not load list" msgstr "แž˜แžทแž“แžขแžถแž…แž•แŸ’แž‘แžปแž€แž”แž‰แŸ’แž‡แžธแž”แžถแž“แž‘แŸ" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:169 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" msgstr "" @@ -3320,7 +3328,7 @@ msgstr "แž˜แžทแž“แžขแžถแž…แž”แžทแž‘แž€แžถแžšแž‡แž‡แŸ‚แž€แž”แžถแž“แž‘แŸ" msgid "Could not process your video" msgstr "แž˜แžทแž“แžขแžถแž…แžŠแŸ†แžŽแžพแžšแž€แžถแžšแžœแžธแžŠแŸแžขแžผแžšแž”แžŸแŸ‹แžขแŸ’แž“แž€แž”แžถแž“แž‘แŸ" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." msgstr "" @@ -3329,7 +3337,7 @@ msgstr "" msgid "Could not save changes: {0}" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" msgstr "" @@ -3394,12 +3402,12 @@ msgstr "แž”แž„แŸ’แž€แžพแžแž€แž‰แŸ’แž…แž”แŸ‹แž…แžถแž”แŸ‹แž•แŸ’แžแžพแž˜แžŸแž˜แŸ’ #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:314 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3457,13 @@ msgstr "" msgid "Create moderation list" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:308 +#: 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 "แž”แž„แŸ’แž€แžพแžแž‚แžŽแž“แžธแžแŸ’แž˜แžธ" -#: src/screens/Messages/ConversationSettings/index.tsx:553 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "" @@ -3479,7 +3487,7 @@ msgstr "" #. placeholder {0}: i18n.date(createdAt, { dateStyle: 'long', timeStyle: 'short', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) #: src/screens/Messages/components/InviteLinkDialog.tsx:355 -#: src/screens/Messages/ConversationSettings/index.tsx:505 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "แž”แž„แŸ’แž€แžพแž {0}" @@ -3624,7 +3632,7 @@ msgstr "" msgid "Delete conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "แž›แžปแž”แž–แžธแžแŸ’แž‰แžปแŸ†" @@ -3637,7 +3645,7 @@ msgstr "" msgid "Delete message" msgstr "แž›แžปแž”แžŸแžถแžš" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "" @@ -3647,7 +3655,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:1628 msgid "Delete post" msgstr "แž›แžปแž” post" @@ -3689,6 +3697,10 @@ 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 @@ -3794,9 +3806,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:1411 +#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1661 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3819,14 @@ msgstr "แž”แŸ„แŸ‡แž”แž„แŸ‹" msgid "Discard changes?" msgstr "แž”แŸ„แŸ‡แž”แž„แŸ‹ " -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1409 #: 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:1426 +#: src/view/com/composer/Composer.tsx:1653 msgid "Discard post?" msgstr "แž”แŸ„แŸ‡แž”แž„แŸ‹แž€แžถแžšแž”แž„แŸ’แž แŸ„แŸ‡?" @@ -3852,7 +3864,7 @@ msgstr "แž…แŸ’แžšแžถแž“แž…แŸ„แž›" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2499 msgid "Dismiss error" msgstr "แž…แŸ’แžšแžถแž“แž…แŸ„แž›แž€แŸ†แž แžปแžŸ" @@ -3949,8 +3961,8 @@ msgstr "" #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:146 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3975,7 @@ msgstr "" msgid "Done" msgstr "แžšแžฝแž…แžšแžถแž›แŸ‹" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "แžšแžฝแž…แžšแžถแž›แŸ‹" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:520 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4087,8 +4093,8 @@ msgstr "" msgid "Edit" msgstr "แž€แŸ‚แžŸแž˜แŸ’แžšแžฝแž›" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "แž€แŸ‚แžŸแž˜แŸ’แžšแžฝแž›" @@ -4102,8 +4108,8 @@ msgstr "แž€แŸ‚แžŸแž˜แŸ’แžšแžฝแž›แžšแžผแž”แžแŸ†แžŽแžถแž„" msgid "Edit Feeds" msgstr "แž€แŸ‚แžŸแž˜แŸ’แžšแžฝแž›แž˜แžแžทแž–แŸแžแŸŒแž˜แžถแž“" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "" @@ -4141,8 +4147,8 @@ msgstr "" msgid "Edit list details" msgstr "แž€แŸ‚แžŸแž˜แŸ’แžšแžฝแž›แž–แŸแžแŸŒแž˜แžถแž“แž›แž˜แŸ’แžขแžทแžแž“แŸƒแž”แž‰แŸ’แž‡แžธ" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "" @@ -4155,7 +4161,7 @@ msgstr "" msgid "Edit My Feeds" msgstr "แž€แŸ‚แžŸแž˜แŸ’แžšแžฝแž›แž˜แžแžทแž–แŸแžแŸŒแž˜แžถแž“แžšแž”แžŸแŸ‹แžแŸ’แž‰แžปแŸ†" -#: src/screens/Messages/ConversationSettings/index.tsx:540 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "" @@ -4184,8 +4190,8 @@ msgstr "แž€แŸ‚แž”แŸ’แžšแžœแžแŸ’แžแžทแžšแžผแž”" msgid "Edit starter pack" msgstr "แž€แŸ‚แžŸแž˜แŸ’แžšแžฝแž›แž€แž‰แŸ’แž…แž”แŸ‹แž…แžถแž”แŸ‹แž•แŸ’แžแžพแž˜" -#: src/screens/Messages/ConversationSettings/index.tsx:486 -#: src/screens/Messages/ConversationSettings/index.tsx:539 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "" @@ -4402,7 +4408,7 @@ msgstr "" msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2598 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "แž€แŸ†แž แžปแžŸ" @@ -4481,7 +4487,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 "แž–แž„แŸ’แžšแžธแž€แž”แž‰แŸ’แž‡แžธแžขแŸ’แž“แž€แž”แŸ’แžšแžพแž”แŸ’แžšแžถแžŸแŸ‹" @@ -4596,8 +4602,8 @@ msgstr "" msgid "Failed to accept join request" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "" @@ -4606,6 +4612,10 @@ msgstr "" msgid "Failed to add members" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "" @@ -4615,7 +4625,7 @@ msgid "Failed to change handle. Please try again." msgstr "แž”แžšแžถแž‡แŸแž™แž€แŸ’แž“แžปแž„แž€แžถแžšแž•แŸ’แž›แžถแžŸแŸ‹แž”แŸ’แžแžผแžšแž…แŸ†แžŽแžปแž…แž‘แžถแž‰แŸ” แžŸแžผแž˜แž–แŸ’แž™แžถแž™แžถแž˜แž˜แŸ’แžแž„แž‘แŸ€แž" #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:129 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "" @@ -4664,7 +4674,7 @@ msgstr "" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:374 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "" @@ -4692,7 +4702,7 @@ msgstr "" msgid "Failed to ignore join request" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:137 +#: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4700,14 +4710,14 @@ msgstr "" msgid "Failed to launch SMS app" msgstr "" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:401 +#: 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 "" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "" @@ -4753,15 +4763,20 @@ msgstr "แž”แžถแž“แž”แžšแžถแž‡แŸแž™แž€แŸ’แž“แžปแž„แž€แžถแžšแž•แŸ’แž‘แžปแž€แž–แŸ msgid "Failed to load suggested follows" msgstr "แž”แžถแž“แž”แžšแžถแž‡แŸแž™แž€แŸ’แž“แžปแž„แž€แžถแžšแž•แŸ’แž‘แžปแž€แžŠแŸ‚แž›แž”แžถแž“แžŽแŸ‚แž“แžถแŸ†แžŠแžผแž…แžแžถแž„แž€แŸ’แžšแŸ„แž˜" -#: src/screens/Messages/ConversationSettings/index.tsx:426 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +msgid "Failed to mark all chats as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 +#: src/view/shell/bottom-bar/BottomBar.tsx:450 msgid "Failed to mark all requests as read" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:390 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "" @@ -4783,12 +4798,16 @@ msgstr "" msgid "Failed to remove data. {0}" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:111 +#: 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 "" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "" @@ -4802,7 +4821,7 @@ msgstr "" msgid "Failed to remove verification" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:180 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." msgstr "" @@ -4811,7 +4830,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:648 +#: src/view/com/composer/Composer.tsx:646 msgid "Failed to save draft" msgstr "" @@ -4854,7 +4873,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "แž˜แžทแž“โ€‹แžขแžถแž…โ€‹แž”แžทแž‘โ€‹แž”แžพแž€โ€‹แž”แžทแž‘โ€‹แžŸแŸ†แžกแŸแž„โ€‹แž”แžถแž“โ€‹แž‘แŸ แžŸแžผแž˜โ€‹แž–แŸ’แž™แžถแž™แžถแž˜โ€‹แž˜แŸ’แžŠแž„โ€‹แž‘แŸ€แž" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:435 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "" @@ -5116,16 +5135,16 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 "แžแžถแž˜" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "แžแžถแž˜ {0}" @@ -5149,8 +5168,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "แžแžถแž˜แžŠแžถแž“ 7 แž‚แžŽแž“แžธ" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "แžแžถแž˜แžŠแžถแž“แž‚แžŽแž“แžธ" @@ -5173,9 +5192,9 @@ msgstr "" #. 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:423 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "แžแžถแž˜แžŠแžถแž“แžแŸ’แžšแžกแž”แŸ‹แžœแžทแž‰" @@ -5211,7 +5230,7 @@ msgstr "แžแžถแž˜แžŠแŸ„แž™ <0>{0} แž“แžทแž„ <1>{1}" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:339 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" msgstr "" @@ -5231,10 +5250,10 @@ msgstr "แžขแŸ’แž“แž€แžแžถแž˜แžŠแŸ‚แž›แžขแŸ’แž“แž€แžŸแŸ’แž‚แžถแž›แŸ‹" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 "แž€แŸ†แž–แžปแž„แžแžถแž˜" @@ -5249,7 +5268,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 "แž€แŸ†แž–แžปแž„แžแžถแž˜ {0}" @@ -5467,7 +5486,7 @@ msgstr "" msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2603 msgid "GIF uploaded" msgstr "" @@ -5526,8 +5545,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "แž‘แŸ…แž‘แŸ†แž–แžŽแŸŒแžŠแžพแž˜" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "" @@ -5538,8 +5557,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "" @@ -5547,7 +5566,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 "" @@ -5622,9 +5641,9 @@ msgstr "" msgid "Grooming or predatory behavior" msgstr "" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:321 -#: src/screens/Messages/JoinRequest.tsx:129 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" msgstr "" @@ -5632,17 +5651,17 @@ msgstr "" msgid "Group chat invite link dialog" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:417 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:382 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "" @@ -5653,12 +5672,12 @@ msgid "Group chat settings" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:385 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "" @@ -5682,12 +5701,12 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "" @@ -5829,7 +5848,7 @@ msgstr "แž”แž‰แŸ’แž‡แžธแžŠแŸ‚แž›แž›แžถแž€แŸ‹" msgid "Hide" msgstr "แž›แžถแž€แŸ‹" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "แž›แžถแž€แŸ‹" @@ -5904,7 +5923,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 "แž›แžถแž€แŸ‹แž”แž‰แŸ’แž‡แžธแžขแŸ’แž“แž€แž”แŸ’แžšแžพแž”แŸ’แžšแžถแžŸแŸ‹" @@ -5960,7 +5979,7 @@ msgstr "แž…แžถแŸ†! แž™แžพแž„แž€แŸ†แž–แžปแž„แž•แŸ’แžแž›แŸ‹แžŸแžทแž‘แŸ’แž’แžทแž… #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6210,7 +6229,7 @@ msgstr "" msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "" @@ -6268,7 +6287,7 @@ msgstr "" msgid "Invalid 2FA confirmation code." msgstr "แž›แŸแžแž€แžผแžŠแž”แž‰แŸ’แž‡แžถแž€แŸ‹ 2FA แž˜แžทแž“แžแŸ’แžšแžนแž˜แžแŸ’แžšแžผแžœ" -#: src/components/intents/GroupChatJoinDialog.tsx:147 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." msgstr "" @@ -6290,7 +6309,7 @@ msgstr "" msgid "Invalid report subject" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:187 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." msgstr "" @@ -6315,15 +6334,15 @@ msgstr "แž›แŸแžแž€แžผแžŠแžขแž‰แŸ’แž‡แžพแž‰" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "แž›แŸแžแž€แžผแžŠแžขแž‰แŸ’แž‡แžพแž‰แž˜แžทแž“แžแŸ’แžšแžผแžœแž”แžถแž“แž‘แž‘แžฝแž›แž™แž€แž‘แŸแŸ” แž–แžทแž“แžทแžแŸ’แž™แž˜แžพแž›แžแžถแžขแŸ’แž“แž€แž”แž‰แŸ’แž…แžผแž›แžœแžถแžแŸ’แžšแžนแž˜แžแŸ’แžšแžผแžœ แž แžพแž™แž–แŸ’แž™แžถแž™แžถแž˜แž˜แŸ’แžแž„แž‘แŸ€แž" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:140 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:155 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6336,17 +6355,17 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:335 #: src/screens/Messages/components/InviteLinkDialog.tsx:514 #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 -#: src/screens/Messages/ConversationSettings/index.tsx:556 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:213 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" msgstr "" @@ -6410,7 +6429,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:2518 msgid "Job ID: {0}" msgstr "" @@ -6420,7 +6439,7 @@ msgid "Jobs" msgstr "แž€แžถแžšแž„แžถแžš" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:282 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" msgstr "" @@ -6431,12 +6450,12 @@ msgstr "" msgid "Join Bluesky" msgstr "แž…แžผแž›แžšแžฝแž˜แž‡แžถแž˜แžฝแž™ Bluesky" -#: src/components/intents/GroupChatJoinDialog.tsx:71 -#: src/components/intents/GroupChatJoinDialog.tsx:448 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:176 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." msgstr "" @@ -6450,8 +6469,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:1459 +#: src/view/com/composer/Composer.tsx:1469 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6609,7 +6628,7 @@ msgid "Learn more." msgstr "แžŸแŸ’แžœแŸ‚แž„แž™แž›แŸ‹แž”แž“แŸ’แžแŸ‚แž˜" #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:590 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "แž…แžถแž€แž…แŸแž‰" @@ -6623,8 +6642,8 @@ msgstr "แž…แžถแž€แž…แŸแž‰" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "แž…แžถแž€แž…แŸแž‰แž–แžธแž€แžถแžšแž‡แž‡แŸ‚แž€" @@ -6644,12 +6663,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "แž…แžถแž€แž…แŸแž‰แž–แžธแž€แžถแžšแžŸแž“แŸ’แž‘แž“แžถ" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:589 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "" @@ -6658,11 +6677,11 @@ msgstr "" msgid "Leaving Bluesky" msgstr "แž…แžถแž€แž…แŸแž‰แž–แžธ Bluesky" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: src/screens/Messages/ConversationSettings/prompts.tsx:153 msgid "Leaving this chat will lock it permanently and you wonโ€™t be able to rejoin." msgstr "" -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." msgstr "" @@ -6935,9 +6954,9 @@ msgstr "แž•แŸ’แž‘แžปแž€แž€แžถแžšแž‡แžผแž“แžŠแŸ†แžŽแžนแž„แžแŸ’แž˜แžธแŸ—" msgid "Load new posts" msgstr "แž•แŸ’แž‘แžปแž€แž”แŸ’แžšแž€แžถแžŸแžแŸ’แž˜แžธแŸ—" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "" @@ -6954,23 +6973,23 @@ msgstr "" msgid "Loading..." msgstr "แž€แŸ†แž–แžปแž„แž•แŸ’แž‘แžปแž€..." -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:568 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "" @@ -7051,6 +7070,16 @@ msgstr "แž‚แŸ’แžšแž”แŸ‹แž‚แŸ’แžšแž„แž–แžถแž€แŸ’แž™ แž“แžทแž„แžŸแŸ’แž›แžถแž€แžŠ msgid "Mark all as read" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:459 +#: src/view/shell/bottom-bar/BottomBar.tsx:463 +msgid "Mark all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:467 +#: src/view/shell/bottom-bar/BottomBar.tsx:471 +msgid "Mark all requests as read" +msgstr "" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7089,14 @@ msgstr "แžŸแž˜แŸ’แž‚แžถแž›แŸ‹แžแžถแž”แžถแž“แžขแžถแž“แž แžพแž™" msgid "Marked all as read" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,7 +7120,7 @@ msgstr "" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "แž”แŸ’แžšแž–แŸแž“แŸ’แž’แž•แŸ’แžŸแž–แŸ’แžœแž•แŸ’แžŸแžถแž™แžŠแŸ‚แž›แžขแžถแž…แžšแŸ†แžแžถแž“ แžฌแž˜แžทแž“แžŸแž˜แžšแž˜แŸ’แž™แžŸแž˜แŸ’แžšแžถแž”แŸ‹แž‘แžŸแŸ’แžŸแž“แžทแž€แž‡แž“แž˜แžฝแž™แž…แŸ†แž“แžฝแž“" -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." msgstr "" @@ -7092,7 +7129,7 @@ msgstr "" msgid "Members" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "" @@ -7111,13 +7148,13 @@ msgstr "" msgid "Menu" msgstr "แž˜แŸ‰แžบแž“แžปแž™" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 +#: 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" @@ -7132,7 +7169,7 @@ msgstr "แžŸแžถแžš {0}" msgid "Message {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "แžŸแžถแžšแžแŸ’แžšแžผแžœแž”แžถแž“แž›แžปแž”" @@ -7141,13 +7178,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "แžŸแžถแžšแžแŸ’แžšแžผแžœแž”แžถแž“แž›แžปแž”" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:616 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "" @@ -7156,21 +7193,21 @@ msgstr "" msgid "Message from server: {0}" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "แžœแžถแž›แž”แž‰แŸ’แž…แžผแž›แžŸแžถแžš" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "" @@ -7178,11 +7215,11 @@ msgstr "" msgid "Messages" msgstr "แžŸแžถแžš" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:715 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:621 +#: src/components/dms/MessageItem.tsx:710 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7219,8 +7256,8 @@ msgstr "แž–แŸแžแŸŒแž˜แžถแž“แž›แž˜แŸ’แžขแžทแžแž“แŸƒแž€แžถแžšแžŸแž˜แŸ’แžšแž”แžŸ #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "แž”แž‰แŸ’แž‡แžธแžŸแž˜แŸ’แžšแž”แžŸแž˜แŸ’แžšแžฝแž›แžŠแŸ„แž™ {0}" @@ -7228,7 +7265,7 @@ msgstr "แž”แž‰แŸ’แž‡แžธแžŸแž˜แŸ’แžšแž”แžŸแž˜แŸ’แžšแžฝแž›แžŠแŸ„แž™ {0}" msgid "Moderation list by <0/>" msgstr "แž”แž‰แŸ’แž‡แžธแžŸแž˜แŸ’แžšแž”แžŸแž˜แŸ’แžšแžฝแž›แžŠแŸ„แž™ <0/>" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "แž”แž‰แŸ’แž‡แžธแžŸแž˜แŸ’แžšแž”แžŸแž˜แŸ’แžšแžฝแž›แžŠแŸ„แž™แžขแŸ’แž“แž€" @@ -7281,8 +7318,8 @@ msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "แž‡แž˜แŸ’แžšแžพแžŸแž…แŸ’แžšแžพแž“แž‘แŸ€แž" @@ -7302,7 +7339,7 @@ msgstr "แž—แžถแž–แž™แž“แŸ’แž" msgid "Music" msgstr "แžแž“แŸ’แžแŸ’แžšแžธ" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "แž”แžทแž‘" @@ -7320,8 +7357,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "" @@ -7347,7 +7384,7 @@ msgstr "แž”แžทแž‘แž”แž‰แŸ’แž‡แžธ" msgid "Mute these accounts?" msgstr "แž”แžทแž‘แžŸแŸ†แžกแŸแž„แž‚แžŽแž“แžธแž‘แžถแŸ†แž„แž“แŸแŸ‡?" -#: src/screens/Messages/ConversationSettings/index.tsx:530 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "" @@ -7389,7 +7426,7 @@ msgstr "แž”แžทแž‘แž–แžถแž€แŸ’แž™ & แžŸแŸ’แž›แžถแž€" msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "" @@ -7480,7 +7517,7 @@ msgstr "แž˜แžทแž“แžขแžธแž‘แŸ แž”แž„แŸ’แž€แžพแž handle แžŸแž˜แŸ’แžšแžถแž”แŸ‹แž #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "แžแŸ’แž˜แžธ" @@ -7490,21 +7527,21 @@ msgctxt "action" msgid "New" msgstr "แžแŸ’แž˜แžธ" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: 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:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "แž€แžถแžšแž‡แž‡แŸ‚แž€แžแŸ’แž˜แžธ" @@ -7592,11 +7629,11 @@ msgctxt "action" msgid "New post" msgstr "post แžแŸ’แž˜แžธ" -#: 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 "" @@ -7718,7 +7755,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 "แž›แŸ‚แž„โ€‹แžแžถแž˜ {0}" @@ -7726,7 +7763,7 @@ msgstr "แž›แŸ‚แž„โ€‹แžแžถแž˜ {0}" msgid "No media yet" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "แž˜แžทแž“แž˜แžถแž“แžŸแžถแžšแž“แŸ…แžกแžพแž™แž‘แŸ" @@ -7763,7 +7800,7 @@ msgstr "" msgid "No one but the author can quote this post." msgstr "แž‚แŸ’แž˜แžถแž“แž“แžšแžŽแžถแž˜แŸ’แž“แžถแž€แŸ‹แž€แŸ’แžšแŸ…แž–แžธแžขแŸ’แž“แž€แž“แžทแž–แž“แŸ’แž’แžขแžถแž…แžŠแž€แžŸแŸ’แžšแž„แŸ‹แž€แžถแžšแž”แŸ’แžšแž€แžถแžŸแž“แŸแŸ‡แž”แžถแž“แž‘แŸ" -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "" @@ -7831,6 +7868,11 @@ 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" @@ -7895,7 +7937,7 @@ msgstr "แžšแž€แž˜แžทแž“แžƒแžพแž‰" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "แž…แŸ†แžŽแžถแŸ†แžขแŸ†แž–แžธแž€แžถแžšแž…แŸ‚แž€แžšแŸ†แž›แŸ‚แž€" @@ -7931,7 +7973,7 @@ msgstr "แžŸแŸ†แžกแŸแž„แž‡แžผแž“แžŠแŸ†แžŽแžนแž„" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8017,7 @@ msgstr "" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:722 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8008,11 +8050,11 @@ 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:862 msgid "One or more GIFs is missing alt text." msgstr "GIFs แž˜แžฝแž™ แžฌโ€‹แž…แŸ’แžšแžพแž“โ€‹แž”แžถแžแŸ‹โ€‹แžขแžแŸ’แžแž”แž‘โ€‹แž‡แŸ†แž“แžฝแžŸ" -#: src/view/com/composer/Composer.tsx:861 +#: src/view/com/composer/Composer.tsx:859 msgid "One or more images is missing alt text." msgstr "แžšแžผแž”แž—แžถแž–แž˜แžฝแž™ แžฌแž…แŸ’แžšแžพแž“แž”แžถแžแŸ‹แžขแžแŸ’แžแž”แž‘แž‡แŸ†แž“แžฝแžŸ" @@ -8024,11 +8066,11 @@ msgstr "" 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:657 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:869 msgid "One or more videos is missing alt text." msgstr "แžœแžธแžŠแŸแžขแžผแž˜แžฝแž™ แžฌแž…แŸ’แžšแžพแž“แž”แžถแžแŸ‹แžขแžแŸ’แžแž”แž‘แž‡แŸ†แž“แžฝแžŸ" @@ -8041,7 +8083,7 @@ msgstr "แž˜แžถแž“แžแŸ‚ {0} แž”แŸ‰แžปแžŽแŸ’แžŽแŸ„แŸ‡แžŠแŸ‚แž›แžขแžถแž…แž†แŸ’แž› #. 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:233 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8053,7 +8095,7 @@ msgstr "" msgid "Only admins can ignore join requests." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:145 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." msgstr "" @@ -8068,12 +8110,12 @@ msgid "Only image files are supported" msgstr "แž˜แžถแž“แžแŸ‚แžฏแž€แžŸแžถแžšแžšแžผแž”แž—แžถแž–แž”แŸ‰แžปแžŽแŸ’แžŽแŸ„แŸ‡แžŠแŸ‚แž›แžแŸ’แžšแžผแžœแž”แžถแž“แž‚แžถแŸ†แž‘แŸ’แžš" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:222 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:292 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" msgstr "" @@ -8107,7 +8149,7 @@ msgid "Open camera" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:437 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" msgstr "" @@ -8115,8 +8157,8 @@ msgstr "" msgid "Open chat member options for {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "แž”แžพแž€แž‡แž˜แŸ’แžšแžพแžŸแž€แžถแžšแžŸแž“แŸ’แž‘แž“แžถ" @@ -8128,9 +8170,9 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2158 msgid "Open emoji picker" msgstr "แž”แžพแž€แž€แž˜แŸ’แž˜แžœแžทแž’แžธแž‡แŸ’แžšแžพแžŸแžšแžพแžŸแžšแžผแž”แžขแžถแžšแž˜แŸ’แž˜แžŽแŸ" @@ -8151,7 +8193,7 @@ msgstr "" msgid "Open Germ DM" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" msgstr "" @@ -8166,11 +8208,11 @@ msgid "Open in Google Translate" msgstr "" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "แž”แžพแž€แžแŸ†แžŽแž‘แŸ… {niceUrl}" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "แž”แžพแž€แž‡แž˜แŸ’แžšแžพแžŸแžŸแžถแžš" @@ -8221,7 +8263,7 @@ msgstr "" msgid "Open system log" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" msgstr "" @@ -8275,13 +8317,13 @@ msgstr "" msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" -#: src/screens/Messages/JoinRequest.tsx:309 +#: 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 "แž”แžพแž€แž›แŸ†แž แžผแžšแžŠแžพแž˜แŸ’แž”แžธแž”แž„แŸ’แž€แžพแžแž‚แžŽแž“แžธ Bluesky แžแŸ’แž˜แžธ" -#: src/screens/Messages/JoinRequest.tsx:295 +#: 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" @@ -8341,7 +8383,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 "แž”แžพแž€แž€แž˜แŸ’แžšแž„แž–แŸแžแŸŒแž˜แžถแž“แž“แŸแŸ‡" @@ -8513,6 +8555,16 @@ msgstr "แž˜แž“แžปแžŸแŸ’แžŸโ€‹แžแžถแž˜ @{0}" msgid "People I follow" msgstr "" +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "" @@ -8813,7 +8865,7 @@ msgstr "แž“แž™แŸ„แž”แžถแž™" msgid "Porn" msgstr "" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post" msgstr "แž€แžถแžšแž”แž„แŸ’แž แŸ„แŸ‡" @@ -8833,12 +8885,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Post All" msgstr "Post แž‘แžถแŸ†แž„แžขแžŸแŸ‹" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1468 msgid "Post anyway" msgstr "" @@ -9015,11 +9067,11 @@ msgstr "แž‚แŸ„แž›แž€แžถแžšแžŽแŸแžฏแž€แž‡แž“แž—แžถแž–" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2592 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing video..." msgstr "แžŠแŸ†แžŽแžพแžšแž€แžถแžšแžœแžธแžŠแŸแžขแžผ..." @@ -9031,7 +9083,7 @@ msgstr "แž€แŸ†แž–แžปแž„แžŠแŸ†แžŽแžพแžšแž€แžถแžš..." msgid "profile" msgstr "แž”แŸ’แžšแžœแžแŸ’แžแžทแžšแžผแž”" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9117,22 @@ 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:1790 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:1785 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:1774 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:1779 msgid "Publish reply" msgstr "" @@ -9109,7 +9161,7 @@ msgid "QR code has been downloaded!" msgstr "แž€แžผแžŠ QR แžแŸ’แžšแžผแžœแž”แžถแž“แž‘แžถแž‰แž™แž€แž แžพแž™" #: src/components/StarterPack/QrCodeDialog.tsx:122 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "แž›แŸแžแž€แžผแžŠ QR แžแŸ’แžšแžผแžœแž”แžถแž“แžšแž€แŸ’แžŸแžถแž‘แžปแž€แž‘แŸ…แž€แŸ’แž“แžปแž„แž€แŸ’แžšแžกแžปแž€แž€แžถแž˜แŸแžšแŸ‰แžถแžšแž”แžŸแŸ‹แžขแŸ’แž“แž€" @@ -9172,8 +9224,8 @@ msgstr "" msgid "React with {emoji}" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "" @@ -9268,10 +9320,6 @@ msgstr "" msgid "Reconnect" msgstr "แž—แŸ’แž‡แžถแž”แŸ‹แžกแžพแž„แžœแžทแž‰" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "" - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" @@ -9291,12 +9339,14 @@ msgstr "" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "แž•แŸ’แž‘แžปแž€แž€แžถแžšแžŸแž“แŸ’แž‘แž“แžถแžกแžพแž„แžœแžทแž‰" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9355,9 @@ msgstr "แž•แŸ’แž‘แžปแž€แž€แžถแžšแžŸแž“แŸ’แž‘แž“แžถแžกแžพแž„แžœแžทแž‰" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "แžŠแž€แž…แŸแž‰" @@ -9326,7 +9375,7 @@ msgstr "แž›แžปแž” {displayName} แž…แŸแž‰แž–แžธแž€แž‰แŸ’แž…แž”แŸ‹แž…แžถแž”แŸ‹แž• msgid "Remove {displayName} from this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" msgstr "" @@ -9443,14 +9492,14 @@ msgstr "แž›แžปแž”แž–แŸแžแŸŒแž˜แžถแž“แž“แŸแŸ‡แž…แŸแž‰แž–แžธแž–แŸแžแŸŒแž˜แžถ msgid "Remove unavailable moderation services" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "" @@ -9466,8 +9515,8 @@ msgstr "แž›แžปแž”แž…แŸแž‰แžŠแŸ„แž™ author" msgid "Removed by you" msgstr "แžŠแž€แž…แŸแž‰แžŠแŸ„แž™แžขแŸ’แž“แž€" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "แž”แžถแž“แžŠแž€แž…แŸแž‰แž–แžธแž”แž‰แŸ’แž‡แžธ" @@ -9535,6 +9584,14 @@ msgctxt "description" msgid "Replied to you" msgstr "" +#: src/components/dms/MessageItem.tsx:883 +msgid "Replied-to message from {senderName}, tap to scroll to it" +msgstr "" + +#: src/components/dms/MessageItem.tsx:884 +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 @@ -9552,7 +9609,12 @@ msgstr "แž€แžถแžšแž†แŸ’แž›แžพแž™แžแž”แžแŸ’แžšแžผแžœแž”แžถแž“แž”แžทแž‘" msgid "Replies to this post are disabled." msgstr "แž€แžถแžšแž†แŸ’แž›แžพแž™แžแž”แž‘แŸ…แž“แžนแž„แž€แžถแžšแž”แž„แŸ’แž แŸ„แŸ‡แž“แŸแŸ‡แžแŸ’แžšแžผแžœแž”แžถแž“แž”แžทแž‘" -#: src/view/com/composer/Composer.tsx:1804 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "แž†แŸ’แž›แžพแž™แžแž”" + +#: src/view/com/composer/Composer.tsx:1802 msgctxt "action" msgid "Reply" msgstr "แž†แŸ’แž›แžพแž™แžแž”" @@ -9590,14 +9652,14 @@ msgstr "แž”แžถแž“แž’แŸ’แžœแžพแž”แž…แŸ’แž…แžปแž”แŸ’แž”แž“แŸ’แž“แž—แžถแž–แž—แžถแž– msgid "Reply was successfully hidden" msgstr "แž€แžถแžšแž†แŸ’แž›แžพแž™แžแž”แžแŸ’แžšแžผแžœแž”แžถแž“แž›แžถแž€แŸ‹แžŠแŸ„แž™แž‡แŸ„แž‚แž‡แŸแž™" -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:582 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "แžšแžถแž™แž€แžถแžšแžŽแŸ" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "แžšแžถแž™แž€แžถแžšแžŽแŸแž‚แžŽแž“แžธ" @@ -9623,7 +9685,7 @@ msgstr "แžšแžถแž™แž€แžถแžšแžŽแŸแž–แŸแžแŸŒแž˜แžถแž“" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "แžšแžถแž™แž€แžถแžšแžŽแŸแž–แžธแžŸแžถแžš" @@ -9657,7 +9719,7 @@ msgstr "" msgid "Report this feed" msgstr "แžšแžถแž™แž€แžถแžšแžŽแŸแž–แŸแžแŸŒแž˜แžถแž“แž“แŸแŸ‡" -#: src/screens/Messages/ConversationSettings/index.tsx:581 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "" @@ -9737,7 +9799,7 @@ msgstr "แž€แžถแžšแž•แŸ’แžŸแžถแž™แžกแžพแž„แžœแžทแž‰แž“แŸƒแž”แŸ’แžšแž€แžถแžŸแž“แŸ msgid "Reposts of your reposts" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:447 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" msgstr "" @@ -9755,7 +9817,7 @@ msgid "Request ignored." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:281 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" msgstr "" @@ -9764,7 +9826,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "" @@ -9791,9 +9853,9 @@ msgstr "แž‘แžถแž˜แž‘แžถแžšแžŸแž˜แŸ’แžšแžถแž”แŸ‹แžขแŸ’แž“แž€แž•แŸ’แžแž›แŸ‹แžŸแŸ msgid "Required in your region" msgstr "แž‘แžถแž˜แž‘แžถแžšแž“แŸ…แž€แŸ’แž“แžปแž„แžแŸ†แž”แž“แŸ‹แžšแž”แžŸแŸ‹แžขแŸ’แž“แž€" -#: src/components/intents/GroupChatJoinDialog.tsx:296 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:310 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:115 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:117 msgid "Rescind request" msgstr "" @@ -9872,7 +9934,7 @@ msgstr "แž–แŸ’แž™แžถแž™แžถแž˜แž˜แŸ’แžแž„แž‘แŸ€แžแž“แžผแžœแžŸแž€แž˜แŸ’แž˜แž—แžถ #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 #: src/screens/Messages/JoinRequests.tsx:361 @@ -9928,7 +9990,7 @@ msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10015,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:1449 #: 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:1421 #: 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:1449 #: 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:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10022,13 +10084,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:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "" @@ -10058,6 +10120,10 @@ msgstr "" msgid "Scroll right" msgstr "" +#: src/components/dms/MessageItem.tsx:774 +msgid "Scroll to the message this is replying to" +msgstr "" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "แžšแŸ†แž€แžทแž›แž‘แŸ…แž€แŸ†แž–แžผแž›" @@ -10067,7 +10133,7 @@ msgstr "แžšแŸ†แž€แžทแž›แž‘แŸ…แž€แŸ†แž–แžผแž›" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "แžŸแŸ’แžœแŸ‚แž„แžšแž€" @@ -10148,8 +10214,8 @@ msgstr "" msgid "Search my posts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "" @@ -10425,8 +10491,8 @@ msgstr "" msgid "Send feedback" msgstr "แž•แŸ’แž‰แžพแž˜แžแžทแž€แŸ‚แž›แž˜แŸ’แžข" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "แž•แŸ’แž‰แžพแžŸแžถแžš" @@ -10460,7 +10526,7 @@ msgid "Send via direct message" msgstr "แž•แŸ’แž‰แžพแžแžถแž˜แžŸแžถแžšแž•แŸ’แž‘แžถแž›แŸ‹" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "" @@ -10565,7 +10631,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 @@ -10577,7 +10643,7 @@ msgstr "แž…แŸ†แžŽแž„แŸ‹แž•แŸ’แž›แžผแžœแž—แŸแž‘" msgid "Share" msgstr "แž…แŸ‚แž€แžšแŸ†แž›แŸ‚แž€" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "แž…แŸ‚แž€แžšแŸ†แž›แŸ‚แž€" @@ -10641,8 +10707,8 @@ msgstr "แž…แŸ‚แž€แžšแŸ†แž›แŸ‚แž€แž€แž‰แŸ’แž…แž”แŸ‹แž…แžถแž”แŸ‹แž•แŸ’แžแžพแž˜แž“ #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "" @@ -10796,15 +10862,15 @@ msgstr "" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:294 -#: src/screens/Messages/JoinRequest.tsx:300 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,7 +10896,7 @@ msgstr "" msgid "Sign in or create your account to join the conversation!" msgstr "แž…แžผแž› แžฌแž”แž„แŸ’แž€แžพแžแž‚แžŽแž“แžธแžšแž”แžŸแŸ‹แžขแŸ’แž“แž€ แžŠแžพแž˜แŸ’แž”แžธแž…แžผแž›แžšแžฝแž˜แž€แžถแžšแžŸแž“แŸ’แž‘แž“แžถ" -#: src/screens/Messages/JoinRequest.tsx:220 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." msgstr "" @@ -10842,7 +10908,7 @@ msgstr "แž…แžผแž›แž‘แŸ…แž‚แžŽแž“แžธแžŠแŸ‚แž›แž˜แžทแž“แž˜แžถแž“แž€แŸ’แž“แžปแž„แž” msgid "Sign in to Bluesky or create a new account" msgstr "แž…แžผแž› Bluesky แžฌแž”แž„แŸ’แž€แžพแžแž‚แžŽแž“แžธแžแŸ’แž˜แžธแž˜แžฝแž™" -#: src/screens/Messages/JoinRequest.tsx:219 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." msgstr "" @@ -10900,7 +10966,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:1466 msgid "Skip empty posts?" msgstr "" @@ -10971,12 +11037,12 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:347 msgid "Someone reacted {0}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "" @@ -10996,10 +11062,6 @@ msgstr "" msgid "Someone was removed from the group" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "" - #: 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 "" @@ -11043,8 +11105,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 "" @@ -11214,13 +11276,13 @@ msgid "Subscribe" msgstr "แž‡แžถแžœ" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "" @@ -11255,7 +11317,7 @@ msgstr "" msgid "Success!" msgstr "แž‡แŸ„แž‚แž‡แŸแž™!" -#: src/components/intents/GroupChatJoinDialog.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" msgstr "" @@ -11355,7 +11417,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:572 +#: src/components/dms/MessageItem.tsx:661 msgid "Tap for details" msgstr "" @@ -11390,7 +11452,7 @@ msgid "Tap to dismiss" msgstr "แž”แŸ‰แŸ‡แžŠแžพแž˜แŸ’แž”แžธแž…แŸ’แžšแžถแž“แž…แŸ„แž›" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:453 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" msgstr "" @@ -11398,34 +11460,34 @@ msgstr "" msgid "Tap to open this group chat" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:452 +#: src/components/intents/GroupChatJoinDialog.tsx:468 msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:537 +#: src/components/dms/MessageItem.tsx:626 msgid "Tap to retry" msgstr "" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:373 msgid "Tap to view reactions" msgstr "" @@ -11528,7 +11590,7 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "แž‚แžŽแž“แžธแž“แžนแž„แžขแžถแž…แž’แŸ’แžœแžพแžขแž“แŸ’แžแžšแž€แž˜แŸ’แž˜แž‡แžถแž˜แžฝแž™แžขแŸ’แž“แž€แž”แž“แŸ’แž‘แžถแž”แŸ‹แž–แžธแžˆแž”แŸ‹แž‘แž”แŸ‹แžŸแŸ’แž€แžถแžแŸ‹" @@ -11594,7 +11656,7 @@ msgstr "" msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:155 +#: src/components/intents/GroupChatJoinDialog.tsx:165 #: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." msgstr "" @@ -11621,7 +11683,7 @@ msgstr "แž˜แŸ‰แžถแžŸแŸŠแžธแž“แž˜แŸแž แžถแž€แŸ‹แžŠแžผแž…แž‡แžถแž€แŸ†แž–แžปแž„แž‡ msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "แž€แž‰แŸ’แž…แž”แŸ‹แž…แžถแž”แŸ‹แž•แŸ’แžแžพแž˜แžŠแŸ‚แž›แžขแŸ’แž“แž€แž€แŸ†แž–แžปแž„แž–แŸ’แž™แžถแž™แžถแž˜แž˜แžพแž›แž‚แžบแž˜แžทแž“แžแŸ’แžšแžนแž˜แžแŸ’แžšแžผแžœแž‘แŸแŸ” แžขแŸ’แž“แž€แžขแžถแž…แž›แžปแž”แž€แž‰แŸ’แž…แž”แŸ‹แž…แžถแž”แŸ‹แž•แŸ’แžแžพแž˜แž“แŸแŸ‡แž‡แŸ†แž“แžฝแžŸแžœแžทแž‰" -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "" @@ -11665,8 +11727,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "" #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:182 +#: 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 "" @@ -11693,7 +11755,7 @@ msgstr "แž˜แžถแž“แž”แž‰แŸ’แž แžถแž€แŸ’แž“แžปแž„แž€แžถแžšแž‘แžถแž‰แž™แž€แž€แžถแžš msgid "There was an issue fetching posts. Tap here to try again." msgstr "แž˜แžถแž“แž”แž‰แŸ’แž แžถแž€แŸ’แž“แžปแž„แž€แžถแžšแž‘แžถแž‰แž™แž€แžŸแžถแžšแž”แž„แŸ’แž แŸ„แŸ‡แŸ” แž…แžปแž…แž‘แžธแž“แŸแŸ‡แžŠแžพแž˜แŸ’แž”แžธแž–แŸ’แž™แžถแž™แžถแž˜แž˜แŸ’แžแž„แž‘แŸ€แž" -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "แž˜แžถแž“แž”แž‰แŸ’แž แžถแž€แŸ’แž“แžปแž„แž€แžถแžšแž‘แŸ…แž™แž€แž”แž‰แŸ’แž‡แžธแŸ” แž…แžปแž…แž‘แžธแž“แŸแŸ‡แžŠแžพแž˜แŸ’แž”แžธแž–แŸ’แž™แžถแž™แžถแž˜แž˜แŸ’แžแž„แž‘แŸ€แž" @@ -11733,12 +11795,12 @@ msgstr "แž˜แžถแž“แž”แž‰แŸ’แž แžถแž€แŸ’แž“แžปแž„แž€แžถแžšแž’แŸ’แžœแžพแž”แž…แŸ’แž… #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "" @@ -11778,7 +11840,7 @@ msgstr "แž€แžถแžšแž€แŸ†แžŽแžแŸ‹แž‘แžถแŸ†แž„แž“แŸแŸ‡แžขแž“แžปแžœแžแŸ’แžแž…แŸ† msgid "They own this chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." msgstr "" @@ -11828,22 +11890,22 @@ msgstr "" 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 "" -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:287 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:430 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" msgstr "" @@ -11881,7 +11943,7 @@ msgstr "แžแŸ’แž›แžนแž˜แžŸแžถแžšแž“แŸแŸ‡แž˜แžทแž“แž˜แžถแž“แž‘แŸ แžŠแŸ„แž™แžŸ msgid "This content is not viewable without a Bluesky account." msgstr "แžแŸ’แž›แžนแž˜แžŸแžถแžšแž“แŸแŸ‡แž˜แžทแž“แžขแžถแž…แž˜แžพแž›แž”แžถแž“แžŠแŸ„แž™แž‚แŸ’แž˜แžถแž“แž‚แžŽแž“แžธ Bluesky แž‘แŸ" -#: src/components/intents/GroupChatJoinDialog.tsx:141 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." msgstr "" @@ -11931,7 +11993,7 @@ msgstr "แž˜แžแžทแž–แŸแžแŸŒแž˜แžถแž“แž“แŸแŸ‡แž‚แžบแž‘แž‘แŸ" msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "แž˜แžแžทแž–แŸแžแŸŒแž˜แžถแž“แž“แŸแŸ‡แž›แŸ‚แž„แž˜แžถแž“แžขแŸŠแžธแž“แž’แžบแžŽแžทแžแž‘แŸ€แžแž แžพแž™แŸ” แž™แžพแž„แž€แŸ†แž–แžปแž„แž”แž„แŸ’แž แžถแž‰ <0>Discover แž‡แŸ†แž“แžฝแžŸแžœแžทแž‰" -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" msgstr "" @@ -11947,11 +12009,11 @@ msgstr "" msgid "This information is private and not shared with other users." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:151 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:223 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" msgstr "" @@ -11997,17 +12059,17 @@ msgstr "" msgid "This list is empty." msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:688 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:658 +#: src/components/dms/MessageItem.tsx:684 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12045,11 +12107,11 @@ 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:1041 msgid "This post's author has disabled quote posts." msgstr "แžขแŸ’แž“แž€แž“แžทแž–แž“แŸ’แž’แž“แŸƒแž”แŸ’แžšแž€แžถแžŸแž“แŸแŸ‡แž”แžถแž“แž”แžทแž‘แž€แžถแžšแž”แž„แŸ’แž แŸ„แŸ‡แžŸแž˜แŸ’แžšแž„แŸ‹" -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "" @@ -12242,8 +12304,8 @@ msgstr "" msgid "Topic" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,7 +12375,7 @@ msgctxt "action" msgid "Try again" msgstr "แž–แŸ’แž™แžถแž™แžถแž˜แž˜แŸ’แžแž„แž‘แŸ€แž" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." msgstr "" @@ -12335,7 +12397,7 @@ msgstr "" msgid "Two-factor authentication (2FA)" msgstr "แž€แžถแžšแž•แŸ’แž‘แŸ€แž„แž•แŸ’แž‘แžถแžแŸ‹แž€แžแŸ’แžแžถแž–แžธแžš (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "แžœแžถแž™แž”แž‰แŸ’แž…แžผแž›แžŸแžถแžšแžšแž”แžŸแŸ‹แžขแŸ’แž“แž€แž“แŸ…แž‘แžธแž“แŸแŸ‡" @@ -12401,7 +12463,7 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:726 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12409,14 +12471,14 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:211 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "แžˆแž”แŸ‹แž‘แž”แŸ‹แžŸแŸ’แž€แžถแžแŸ‹" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "แžˆแž”แŸ‹แž‘แž”แŸ‹แžŸแŸ’แž€แžถแžแŸ‹" @@ -12427,8 +12489,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "แž”แžทแž‘แž‚แžŽแž“แžธ" @@ -12437,7 +12499,7 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "แž”แžทแž‘แž‚แžŽแž“แžธ?" @@ -12474,12 +12536,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "แžˆแž”แŸ‹แžแžถแž˜ {0}" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "แžˆแž”แŸ‹แžแžถแž˜แžŠแžถแž“แž‚แžŽแž“แžธ" @@ -12521,11 +12583,11 @@ msgstr "" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:567 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "" @@ -12548,8 +12610,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "แž”แžพแž€แž‚แžŽแž“แžธ" @@ -12562,7 +12624,7 @@ msgstr "แž”แžพแž€แž€แžถแžšแžŸแž“แŸ’แž‘แž“แžถ" msgid "Unmute list" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:529 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "" @@ -12641,7 +12703,7 @@ msgstr "แžˆแž”แŸ‹แž‡แžถแžœแž–แžธแž”แž‰แŸ’แž‡แžธ" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1557 +#: src/view/com/composer/Composer.tsx:1555 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -12654,12 +12716,9 @@ msgstr "" msgid "Update" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "แž’แŸ’แžœแžพแž”แž…แŸ’แž…แžปแž”แŸ’แž”แž“แŸ’แž“แž—แžถแž– <0>{displayName} แž“แŸ…แž€แŸ’แž“แžปแž„แž”แž‰แŸ’แž‡แžธ" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" msgstr "" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 @@ -12669,6 +12728,10 @@ msgstr "" msgid "Update email" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 #: src/screens/Messages/components/InviteLinkDialog.tsx:303 @@ -12680,14 +12743,6 @@ msgstr "" msgid "Update to {domain}" msgstr "แž’แŸ’แžœแžพแž”แž…แŸ’แž…แžปแž”แŸ’แž”แž“แŸ’แž“แž—แžถแž–แž‘แŸ… {domain}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "" - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "" @@ -12736,7 +12791,7 @@ msgstr "แž”แž„แŸ’แž แŸ„แŸ‡แž–แžธแžฏแž€แžŸแžถแžš" msgid "Upload from Library" msgstr "แž”แž„แŸ’แž แŸ„แŸ‡แž–แžธแž”แžŽแŸ’แžŽแžถแž›แŸแž™" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2585 msgid "Uploading GIF..." msgstr "" @@ -12750,7 +12805,7 @@ msgstr "แž€แŸ†แž–แžปแž„แž”แž„แŸ’แž แŸ„แŸ‡แžšแžผแž”แž—แžถแž–..." msgid "Uploading link thumbnail..." msgstr "แž€แŸ†แž–แžปแž„แž”แž„แŸ’แž แŸ„แŸ‡แžšแžผแž”แž—แžถแž–แžแžผแž…แž“แŸƒแžแŸ†แžŽ..." -#: src/view/com/composer/Composer.tsx:2589 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading video..." msgstr "แž€แŸ†แž–แžปแž„แž”แž„แŸ’แž แŸ„แŸ‡แžœแžธแžŠแŸแžขแžผ..." @@ -12826,7 +12881,7 @@ msgid "User Blocks You" msgstr "แžขแŸ’แž“แž€แž”แŸ’แžšแžพแž”แŸ’แžšแžถแžŸแŸ‹แžšแžถแžšแžถแŸ†แž„แžขแŸ’แž“แž€" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "แž”แž‰แŸ’แž‡แžธแžขแŸ’แž“แž€แž”แŸ’แžšแžพแž”แŸ’แžšแžถแžŸแŸ‹แžŠแŸ„แž™ {0}" @@ -12835,7 +12890,7 @@ msgstr "แž”แž‰แŸ’แž‡แžธแžขแŸ’แž“แž€แž”แŸ’แžšแžพแž”แŸ’แžšแžถแžŸแŸ‹แžŠแŸ„แž™ {0}" msgid "User List by {0}" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "แž”แž‰แŸ’แž‡แžธแžขแŸ’แž“แž€แž”แŸ’แžšแžพแž”แŸ’แžšแžถแžŸแŸ‹แžŠแŸ„แž™แžขแŸ’แž“แž€" @@ -12875,16 +12930,6 @@ msgstr "แžขแŸ’แž“แž€โ€‹แž”แŸ’แžšแžพโ€‹แžแžถแž˜โ€‹แžŠแŸ„แž™ <0>@{0}" msgid "users following <0>@{0}" msgstr "" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "แžแž˜แŸ’แž›แŸƒแŸ–" @@ -12912,8 +12957,8 @@ msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "" @@ -13039,7 +13084,7 @@ msgstr "แžšแž€แž˜แžทแž“แžƒแžพแž‰แžœแžธแžŠแŸแžขแžผ" msgid "Video settings" msgstr "แž€แžถแžšแž€แŸ†แžŽแžแŸ‹แžœแžธแžŠแŸแžขแžผ" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2605 msgid "Video uploaded" msgstr "แž”แž„แŸ’แž แŸ„แŸ‡แžœแžธแžŠแŸแžขแžผ" @@ -13056,14 +13101,14 @@ msgstr "" msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1150 +#: src/view/com/composer/Composer.tsx:1148 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "" @@ -13078,7 +13123,7 @@ msgstr "แž˜แžพแž›แžšแžผแž”แžแŸ†แžŽแžถแž„แžšแž”แžŸแŸ‹ {0}" #: 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 "แž˜แžพแž›แž”แŸ’แžšแžœแžแŸ’แžแžทแžšแžผแž”แžšแž”แžŸแŸ‹ {0}" @@ -13092,7 +13137,7 @@ msgstr "" msgid "View {displayName}โ€™s profile" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "" @@ -13145,7 +13190,7 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1143 msgid "View post" msgstr "" @@ -13162,10 +13207,10 @@ msgstr "แž˜แžพแž›แž”แŸ’แžšแžœแžแŸ’แžแžทแžšแžผแž”" msgid "View profile banner" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "" @@ -13173,7 +13218,7 @@ msgstr "" msgid "View the avatar" msgstr "แž˜แžพแž›แžšแžผแž”แžแŸ†แžŽแžถแž„" -#: src/screens/Messages/ConversationSettings/index.tsx:554 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "" @@ -13441,7 +13486,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:1039 msgid "We're sorry! The post you are replying to has been deleted." msgstr "แž™แžพแž„แžŸแžปแŸ†แž‘แŸ„แžŸ! แž”แŸ’แžšแž€แžถแžŸแžŠแŸ‚แž›แžขแŸ’แž“แž€แž€แŸ†แž–แžปแž„แž†แŸ’แž›แžพแž™แžแž”แžแŸ’แžšแžผแžœแž”แžถแž“แž›แžปแž”" @@ -13492,7 +13537,7 @@ msgid "What do you want to call your starter pack?" msgstr "แžแžพแžขแŸ’แž“แž€แž…แž„แŸ‹แž แŸ…แž€แž‰แŸ’แž…แž”แŸ‹แž…แžถแž”แŸ‹แž•แŸ’แžแžพแž˜แžšแž”แžŸแŸ‹แžขแŸ’แž“แž€แžแžถแž˜แŸ‰แŸแž…?" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1519 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "แž˜แžถแž“แžšแžฟแž„แžขแžธ?" @@ -13519,7 +13564,7 @@ msgid "Who can verify?" msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "" @@ -13578,7 +13623,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:1437 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13587,12 +13632,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1617 +#: src/view/com/composer/Composer.tsx:1615 msgid "Write post" msgstr "แžŸแžšแžŸแŸแžšแžŸแžถแžšแž”แž„แŸ’แž แŸ„แŸ‡" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1517 msgid "Write your reply" msgstr "แžŸแžšแžŸแŸแžšแž€แžถแžšแž†แŸ’แž›แžพแž™แžแž”แžšแž”แžŸแŸ‹แžขแŸ’แž“แž€" @@ -13658,7 +13703,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:610 +#: src/components/dms/MessageItem.tsx:699 msgid "You are blocking {0}" msgstr "" @@ -13764,11 +13809,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:220 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:1442 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13803,8 +13848,8 @@ msgstr "" msgid "You can update this later from your settings." msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:115 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13839,7 +13884,7 @@ msgstr "แžขแŸ’แž“แž€แž˜แžทแž“แž˜แžถแž“แž–แŸแžแŸŒแž˜แžถแž“แžŠแŸ‚แž›แž”แžถแž“แžš msgid "You got here first" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:166 +#: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and canโ€™t join it using this link." msgstr "" @@ -13884,6 +13929,7 @@ msgstr "แžขแŸ’แž“แž€แž”แžถแž“แž”แžทแž‘แž‚แžŽแž“แžธแž“แŸแŸ‡" msgid "You have muted this user" msgstr "แžขแŸ’แž“แž€แž”แžถแž“แž”แžทแž‘แžขแŸ’แž“แž€แž”แŸ’แžšแžพแž”แŸ’แžšแžถแžŸแŸ‹แž“แŸแŸ‡" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "แžขแŸ’แž“แž€แž˜แžทแž“แž˜แžถแž“แž”แž‰แŸ’แž‡แžธแž‘แŸ" @@ -13912,7 +13958,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:1432 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -13970,7 +14016,7 @@ msgstr "" msgid "You may only add up to 3 feeds" msgstr "แžขแŸ’แž“แž€แžขแžถแž…แž”แž“แŸ’แžแŸ‚แž˜แž”แžถแž“แžแŸ’แžšแžนแž˜แžแŸ‚ 3 แž˜แžแžทแž–แŸแžแŸŒแž˜แžถแž“แž”แŸ‰แžปแžŽแŸ’แžŽแŸ„แŸ‡" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." msgstr "" @@ -13983,7 +14029,7 @@ msgid "You must be following at least seven other people to generate a starter p msgstr "แžขแŸ’แž“แž€โ€‹แžแŸ’แžšแžผแžœโ€‹แžแŸ‚โ€‹แžแžถแž˜โ€‹แž™แŸ‰แžถแž„โ€‹แž แŸ„แž…โ€‹แžŽแžถแžŸแŸ‹โ€‹แž”แŸ’แžšแžถแŸ†แž–แžธแžšโ€‹แž“แžถแž€แŸ‹โ€‹แž•แŸ’แžŸแŸแž„โ€‹แž‘แŸ€แžโ€‹แžŠแžพแž˜แŸ’แž”แžธโ€‹แž”แž„แŸ’แž€แžพแžโ€‹แž€แž‰แŸ’แž…แž”แŸ‹โ€‹แž…แžถแž”แŸ‹แž•แŸ’แžŠแžพแž˜" #: src/components/StarterPack/QrCodeDialog.tsx:69 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:89 msgid "You must grant access to your photo library to save a QR code" msgstr "แžขแŸ’แž“แž€แžแŸ’แžšแžผแžœแžแŸ‚แž•แŸ’แžแž›แŸ‹แžŸแžทแž‘แŸ’แž’แžทแž…แžผแž›แž”แŸ’แžšแžพแž”แžŽแŸ’แžŽแžถแž›แŸแž™แžšแžผแž”แžแžแžšแž”แžŸแŸ‹แžขแŸ’แž“แž€ แžŠแžพแž˜แŸ’แž”แžธแžšแž€แŸ’แžŸแžถแž‘แžปแž€แž€แžผแžŠ QR" @@ -14009,12 +14055,12 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:259 +#: src/components/dms/MessageItem.tsx:340 msgid "You reacted {0}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "" @@ -14023,8 +14069,20 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" +#: src/components/dms/MessageItem.tsx:804 +msgid "You replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:802 +msgid "You replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:800 +msgid "You replied to yourself" +msgstr "" + #. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 msgid "You requested to join" msgstr "" @@ -14050,12 +14108,12 @@ msgstr "แžฅแžกแžผแžœแž“แŸแŸ‡ แžขแŸ’แž“แž€แž“แžนแž„แž‘แž‘แžฝแž›แž”แžถแž“แž€แžถ msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "แžขแŸ’แž“แž€แž“แžนแž„แž‘แž‘แžฝแž›แž”แžถแž“แžขแŸŠแžธแž˜แŸ‚แž›แžŠแŸ‚แž›แž˜แžถแž“ \"แž€แŸ†แžŽแžแŸ‹แž€แžผแžŠแžกแžพแž„แžœแžทแž‰\" แž”แž‰แŸ’แž…แžผแž›แž›แŸแžแž€แžผแžŠแž“แŸ„แŸ‡แž“แŸ…แž‘แžธแž“แŸแŸ‡ แž”แž“แŸ’แž‘แžถแž”แŸ‹แž˜แž€แž”แž‰แŸ’แž…แžผแž›แž–แžถแž€แŸ’แž™แžŸแž˜แŸ’แž„แžถแžแŸ‹แžแŸ’แž˜แžธแžšแž”แžŸแŸ‹แžขแŸ’แž“แž€แŸ”" -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "" #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "" @@ -14127,7 +14185,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:644 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14199,11 +14257,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 "" @@ -14295,11 +14353,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:1139 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1136 msgid "Your posts were sent" msgstr "" @@ -14320,7 +14378,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:1140 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your reply was sent" msgstr "" @@ -14333,7 +14391,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:1467 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 5604a4e72d..10b2daa9c4 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-10 21:06\n" +"PO-Revision-Date: 2026-06-17 12:23\n" "Last-Translator: \n" "Language-Team: Korean\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -23,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "โ€˜{interestsDisplayName}โ€™ ์นดํ…Œ๊ณ ๋ฆฌ (ํ™œ์„ฑ)" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:867 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" msgstr "(๋Œ€ํ™” ์ดˆ๋Œ€ ๋งํฌ)" -#: src/components/dms/getMessageInfo.ts:73 +#: src/components/dms/getMessageInfo.ts:105 +#: src/components/dms/MessageItem.tsx:869 +#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "(์ž„๋ฒ ๋“œ ์ฝ˜ํ…์ธ  ํฌํ•จ)" @@ -75,7 +79,7 @@ msgstr "์ด ์ฝ˜ํ…์ธ ์— {0, plural, other {#๊ฐœ}}์˜ ๋ผ๋ฒจ์ด ์ง€์ •๋จ" msgid "{0, plural, one {# like} other {# likes}}" msgstr "{0, plural, other {# ์ข‹์•„์š”}}" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "๋ฉค๋ฒ„ {0, plural, other {#๋ช…}}" @@ -97,7 +101,7 @@ msgstr "{0, plural, other {์ƒˆ ์ฐธ์—ฌ ์š”์ฒญ #๊ฐœ}}" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:269 +#: src/components/dms/MessageItem.tsx:350 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "{0, plural, other {#๋ช…}} ๋ฐ˜์‘ํ•จ โ€“ {1}" @@ -118,15 +122,15 @@ msgstr "{0, plural, other {#์ดˆ}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "์ฝ์ง€ ์•Š์€ ํ•ญ๋ชฉ {0, plural, other {#๊ฐœ}}" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "{0, plural, other {#๋ถ„}}" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "{0} ํŒ”๋กœ์šฐ ์ค‘" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:703 msgid "{0} is blocking you" msgstr "{0} ๋‹˜์ด ๋‚˜๋ฅผ ์ฐจ๋‹จํ–ˆ์Šต๋‹ˆ๋‹ค" @@ -273,7 +277,7 @@ msgstr "{0}/50์ž" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:345 msgid "{0} reacted {1}" msgstr "{0} ๋‹˜์ด {1}(์œผ)๋กœ ๋ฐ˜์‘ํ•จ" @@ -326,26 +330,24 @@ msgstr "{0} ๋‹˜์˜ ํ”„๋กœํ•„ ์‚ฌ์ง„" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:143 +#: src/screens/Messages/JoinRequest.tsx:139 msgctxt "group-chat-member-count" msgid "{0}/{1}" 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'. +#. placeholder {0}: joinLinkPreview.memberCount #. placeholder {0}: preview.memberCount +#. placeholder {1}: joinLinkPreview.memberLimit #. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 msgid "{0}/{1} {2, plural, one {member} other {members}}" msgstr "{0}/{1} {2, plural, other {๋ฉค๋ฒ„}}" -#. The number of active group chat members out of the total number allowed. -#. placeholder {0}: joinLinkPreview.memberCount -#. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:329 -msgid "{0}/{1} members" -msgstr "{0}/{1} ๋ฉค๋ฒ„" - #. 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 @@ -389,7 +391,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:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "{count, plural, other {#๊ฐœ ์š”์ฒญ}}" @@ -397,33 +399,11 @@ msgstr "{count, plural, other {#๊ฐœ ์š”์ฒญ}}" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "์ฝ์ง€ ์•Š์€ ํ•ญ๋ชฉ {count, plural, other {#๊ฐœ}}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "{count, plural, one {ํŽ˜์ด์ง€๋ฅผ ์ƒˆ๋กœ ๊ณ ์นจํ•˜๊ณ  ํ™•์ธํ•˜์„ธ์š”.} other {ํŽ˜์ด์ง€๋ฅผ ์ƒˆ๋กœ ๊ณ ์นจํ•˜๊ณ  ๋ชจ๋‘ ํ™•์ธํ•˜์„ธ์š”.}}" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "์ด ๊ฒŒ์‹œ๋ฌผ์—๋Š” ์‚ฌ์ง„์ด {count, plural, other {#์žฅ}} ์žˆ์Šต๋‹ˆ๋‹ค." - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "{count, plural, one {์•ฑ์„ ์—…๋ฐ์ดํŠธํ•˜๊ณ  ํ™•์ธํ•˜์„ธ์š”.} other {์•ฑ์„ ์—…๋ฐ์ดํŠธํ•˜๊ณ  ๋ชจ๋‘ ํ™•์ธํ•˜์„ธ์š”.}}" - #. 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 "{count, plural, other {์ฐธ์—ฌ ์š”์ฒญ #+๊ฐœ}}" -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "{count}+" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "{count}+๊ฐœ ์š”์ฒญ" - #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" msgstr "{date} {time}" @@ -441,155 +421,155 @@ msgstr "{estimatedTimeHrs, plural, other {์‹œ๊ฐ„}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, other {๋ถ„}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: 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}๋ช…}}์ด ๋‚˜๋ฅผ ํŒ”๋กœ์šฐํ–ˆ์Šต๋‹ˆ๋‹ค" -#: 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 "{firstAuthorLink} ๋‹˜ <0>์™ธ {additionalAuthorsCount, plural, other {{formattedAuthorsCount}๋ช…}}์ด ๋‚ด ๋งž์ถค ํ”ผ๋“œ๋ฅผ ์ข‹์•„ํ•ฉ๋‹ˆ๋‹ค" -#: 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 "{firstAuthorLink} ๋‹˜ <0>์™ธ {additionalAuthorsCount, plural, other {{formattedAuthorsCount}๋ช…}}์ด ๋‚ด ๊ฒŒ์‹œ๋ฌผ์„ ์ข‹์•„ํ•ฉ๋‹ˆ๋‹ค" -#: 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 "{firstAuthorLink} ๋‹˜ <0>์™ธ {additionalAuthorsCount, plural, other {{formattedAuthorsCount}๋ช…}}์ด ๋‚ด ์žฌ๊ฒŒ์‹œ๋ฌผ์„ ์ข‹์•„ํ•ฉ๋‹ˆ๋‹ค" -#: 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 "{firstAuthorLink} ๋‹˜ <0>์™ธ {additionalAuthorsCount, plural, other {{formattedAuthorsCount}๋ช…}}์ด ๋‚ด ๊ณ„์ •์„ ์ธ์ฆ ์ทจ์†Œํ–ˆ์Šต๋‹ˆ๋‹ค" -#: 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 "{firstAuthorLink} ๋‹˜ <0>์™ธ {additionalAuthorsCount, plural, other {{formattedAuthorsCount}๋ช…}}์ด ๋‚ด ๊ฒŒ์‹œ๋ฌผ์„ ์žฌ๊ฒŒ์‹œํ–ˆ์Šต๋‹ˆ๋‹ค" -#: 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 "{firstAuthorLink} ๋‹˜ <0>์™ธ {additionalAuthorsCount, plural, other {{formattedAuthorsCount}๋ช…}}์ด ๋‚ด ์žฌ๊ฒŒ์‹œ๋ฌผ์„ ์žฌ๊ฒŒ์‹œํ–ˆ์Šต๋‹ˆ๋‹ค" -#: 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 "{firstAuthorLink} ๋‹˜ <0>์™ธ {additionalAuthorsCount, plural, other {{formattedAuthorsCount}๋ช…}}์ด ๋‚ด ์Šคํƒ€ํ„ฐ ํŒฉ์œผ๋กœ ๊ฐ€์ž…ํ–ˆ์Šต๋‹ˆ๋‹ค" -#: 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 "{firstAuthorLink} ๋‹˜ <0>์™ธ {additionalAuthorsCount, plural, other {{formattedAuthorsCount}๋ช…}}์ด ๋‚˜๋ฅผ ์ธ์ฆํ–ˆ์Šต๋‹ˆ๋‹ค" -#: src/view/com/notifications/NotificationFeedItem.tsx:367 +#: src/view/com/notifications/NotificationFeedItem.tsx:373 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} ๋‹˜์ด ๋‚˜๋ฅผ ํŒ”๋กœ์šฐํ–ˆ์Šต๋‹ˆ๋‹ค" -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} ๋‹˜์ด ๋‚˜๋ฅผ ๋งžํŒ”๋กœ์šฐํ–ˆ์Šต๋‹ˆ๋‹ค" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} ๋‹˜์ด ๋‚ด ๋งž์ถค ํ”ผ๋“œ๋ฅผ ์ข‹์•„ํ•ฉ๋‹ˆ๋‹ค" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} ๋‹˜์ด ๋‚ด ๊ฒŒ์‹œ๋ฌผ์„ ์ข‹์•„ํ•ฉ๋‹ˆ๋‹ค" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:512 msgid "{firstAuthorLink} liked your repost" msgstr "{firstAuthorLink} ๋‹˜์ด ๋‚ด ์žฌ๊ฒŒ์‹œ๋ฌผ์„ ์ข‹์•„ํ•ฉ๋‹ˆ๋‹ค" -#: src/view/com/notifications/NotificationFeedItem.tsx:479 +#: src/view/com/notifications/NotificationFeedItem.tsx:485 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} ๋‹˜์ด ๋‚˜๋ฅผ ์ธ์ฆ ์ทจ์†Œํ–ˆ์Šต๋‹ˆ๋‹ค" -#: src/view/com/notifications/NotificationFeedItem.tsx:334 +#: src/view/com/notifications/NotificationFeedItem.tsx:340 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} ๋‹˜์ด ๋‚ด ๊ฒŒ์‹œ๋ฌผ์„ ์žฌ๊ฒŒ์‹œํ–ˆ์Šต๋‹ˆ๋‹ค" -#: src/view/com/notifications/NotificationFeedItem.tsx:530 +#: src/view/com/notifications/NotificationFeedItem.tsx:536 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink} ๋‹˜์ด ๋‚ด ์žฌ๊ฒŒ์‹œ๋ฌผ์„ ์žฌ๊ฒŒ์‹œํ–ˆ์Šต๋‹ˆ๋‹ค" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:431 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} ๋‹˜์ด ๋‚ด ์Šคํƒ€ํ„ฐ ํŒฉ์œผ๋กœ ๊ฐ€์ž…ํ–ˆ์Šต๋‹ˆ๋‹ค" -#: src/view/com/notifications/NotificationFeedItem.tsx:454 +#: src/view/com/notifications/NotificationFeedItem.tsx:460 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} ๋‹˜์ด ๋‚˜๋ฅผ ์ธ์ฆํ–ˆ์Šต๋‹ˆ๋‹ค" -#: 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 "{firstAuthorName} ๋‹˜ ์™ธ {additionalAuthorsCount, plural, other {{formattedAuthorsCount}๋ช…}}์ด ๋‚˜๋ฅผ ํŒ”๋กœ์šฐํ–ˆ์Šต๋‹ˆ๋‹ค" -#: 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 "{firstAuthorName} ๋‹˜ ์™ธ {additionalAuthorsCount, plural, other {{formattedAuthorsCount}๋ช…}}์ด ๋‚ด ๋งž์ถค ํ”ผ๋“œ๋ฅผ ์ข‹์•„ํ•ฉ๋‹ˆ๋‹ค" -#: 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 "{firstAuthorName} ๋‹˜ ์™ธ {additionalAuthorsCount, plural, other {{formattedAuthorsCount}๋ช…}}์ด ๋‚ด ๊ฒŒ์‹œ๋ฌผ์„ ์ข‹์•„ํ•ฉ๋‹ˆ๋‹ค" -#: 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 "{firstAuthorName} ๋‹˜ ์™ธ {additionalAuthorsCount, plural, other {{formattedAuthorsCount}๋ช…}}์ด ๋‚ด ์žฌ๊ฒŒ์‹œ๋ฌผ์„ ์ข‹์•„ํ•ฉ๋‹ˆ๋‹ค" -#: 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 "{firstAuthorName} ๋‹˜ ์™ธ {additionalAuthorsCount, plural, other {{formattedAuthorsCount}๋ช…}}์ด ๋‚ด ๊ณ„์ •์„ ์ธ์ฆ ์ทจ์†Œํ–ˆ์Šต๋‹ˆ๋‹ค" -#: 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 "{firstAuthorName} ๋‹˜ ์™ธ {additionalAuthorsCount, plural, other {{formattedAuthorsCount}๋ช…}}์ด ๋‚ด ๊ฒŒ์‹œ๋ฌผ์„ ์žฌ๊ฒŒ์‹œํ–ˆ์Šต๋‹ˆ๋‹ค" -#: 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 "{firstAuthorName} ๋‹˜ ์™ธ {additionalAuthorsCount, plural, other {{formattedAuthorsCount}๋ช…}}์ด ๋‚ด ์žฌ๊ฒŒ์‹œ๋ฌผ์„ ์žฌ๊ฒŒ์‹œํ–ˆ์Šต๋‹ˆ๋‹ค" -#: 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 "{firstAuthorName} ๋‹˜ ์™ธ {additionalAuthorsCount, plural, other {{formattedAuthorsCount}๋ช…}}์ด ๋‚ด ์Šคํƒ€ํ„ฐ ํŒฉ์œผ๋กœ ๊ฐ€์ž…ํ–ˆ์Šต๋‹ˆ๋‹ค" -#: 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 "{firstAuthorName} ๋‹˜ ์™ธ {additionalAuthorsCount, plural, other {{formattedAuthorsCount}๋ช…}}์ด ๋‚˜๋ฅผ ์ธ์ฆํ–ˆ์Šต๋‹ˆ๋‹ค" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:359 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} ๋‹˜์ด ๋‚˜๋ฅผ ํŒ”๋กœ์šฐํ–ˆ์Šต๋‹ˆ๋‹ค" -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} ๋‹˜์ด ๋‚˜๋ฅผ ๋งžํŒ”๋กœ์šฐํ–ˆ์Šต๋‹ˆ๋‹ค" -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} ๋‹˜์ด ๋‚ด ๋งž์ถค ํ”ผ๋“œ๋ฅผ ์ข‹์•„ํ•ฉ๋‹ˆ๋‹ค" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} ๋‹˜์ด ๋‚ด ๊ฒŒ์‹œ๋ฌผ์„ ์ข‹์•„ํ•ฉ๋‹ˆ๋‹ค" -#: src/view/com/notifications/NotificationFeedItem.tsx:492 +#: src/view/com/notifications/NotificationFeedItem.tsx:498 msgid "{firstAuthorName} liked your repost" msgstr "{firstAuthorName} ๋‹˜์ด ๋‚ด ์žฌ๊ฒŒ์‹œ๋ฌผ์„ ์ข‹์•„ํ•ฉ๋‹ˆ๋‹ค" -#: src/view/com/notifications/NotificationFeedItem.tsx:465 +#: src/view/com/notifications/NotificationFeedItem.tsx:471 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} ๋‹˜์ด ๋‚˜๋ฅผ ์ธ์ฆ ์ทจ์†Œํ–ˆ์Šต๋‹ˆ๋‹ค" -#: src/view/com/notifications/NotificationFeedItem.tsx:320 +#: src/view/com/notifications/NotificationFeedItem.tsx:326 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} ๋‹˜์ด ๋‚ด ๊ฒŒ์‹œ๋ฌผ์„ ์žฌ๊ฒŒ์‹œํ–ˆ์Šต๋‹ˆ๋‹ค" -#: src/view/com/notifications/NotificationFeedItem.tsx:516 +#: src/view/com/notifications/NotificationFeedItem.tsx:522 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName} ๋‹˜์ด ๋‚ด ์žฌ๊ฒŒ์‹œ๋ฌผ์„ ์žฌ๊ฒŒ์‹œํ–ˆ์Šต๋‹ˆ๋‹ค" -#: src/view/com/notifications/NotificationFeedItem.tsx:411 +#: src/view/com/notifications/NotificationFeedItem.tsx:417 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} ๋‹˜์ด ๋‚ด ์Šคํƒ€ํ„ฐ ํŒฉ์œผ๋กœ ๊ฐ€์ž…ํ–ˆ์Šต๋‹ˆ๋‹ค" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} ๋‹˜์ด ๋‚˜๋ฅผ ์ธ์ฆํ–ˆ์Šต๋‹ˆ๋‹ค" @@ -659,12 +639,12 @@ msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "{minutes, plural, other {#๋ถ„}}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "{name} ๋‹˜์ด {target}์— {0}(์œผ)๋กœ ๋ฐ˜์‘ํ–ˆ์Šต๋‹ˆ๋‹ค" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "{name}: {message}" @@ -697,6 +677,18 @@ msgstr "{profileName} ๋‹˜์€ {timeAgoString} ์ „์— ์Šคํƒ€ํ„ฐ ํŒฉ์„ ์‚ฌ์šฉํ•˜ msgid "{rank}." msgstr "{rank}." +#: src/components/dms/MessageItem.tsx:813 +msgid "{replierDisplayName} replied" +msgstr "{replierDisplayName} ๋‹˜์ด ๋ณด๋‚ด๋Š” ๋‹ต์žฅ" + +#: src/components/dms/MessageItem.tsx:809 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "{replierDisplayName} ๋‹˜์ด {originalName} ๋‹˜์—๊ฒŒ ๋ณด๋‚ด๋Š” ๋‹ต์žฅ" + +#: src/components/dms/MessageItem.tsx:807 +msgid "{replierDisplayName} replied to you" +msgstr "{replierDisplayName} ๋‹˜์ด ๋‚˜์—๊ฒŒ ๋ณด๋‚ด๋Š” ๋‹ต์žฅ" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "News, Booksky, Game Dev, Blacksky, Fountain Pens ๋“ฑ Bluesky์—์„œ ์ฐพ์„ ์ˆ˜ ์žˆ๋Š” ์ธ๊ธฐ ํ”ผ๋“œ ๋ชจ์Œ" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "๋ฉ”์‹œ์ง€" @@ -873,8 +875,8 @@ msgstr "๋„คํŠธ์›Œํฌ ์˜ค๋ฅ˜๊ฐ€ ๋ฐœ์ƒํ–ˆ์Šต๋‹ˆ๋‹ค. ์ธํ„ฐ๋„ท ์—ฐ๊ฒฐ ์ƒํƒœ๋ฅผ #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 #: src/screens/Messages/JoinRequests.tsx:192 #: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." @@ -955,7 +957,7 @@ msgstr "์ด ์–ธ์–ด ์ œ์•ˆ ์ˆ˜๋ฝํ•˜๊ธฐ" msgid "Accepted conversations" msgstr "์ˆ˜๋ฝํ•œ ๋Œ€ํ™”" -#: src/components/intents/GroupChatJoinDialog.tsx:113 +#: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "์ฐธ์—ฌ ์š”์ฒญ ์™„๋ฃŒ! ๊ทธ๋ฃน ์†Œ์œ ์ž๊ฐ€ ์š”์ฒญ์„ ๊ฒ€ํ† ํ•  ์˜ˆ์ •์ž…๋‹ˆ๋‹ค" @@ -980,12 +982,12 @@ msgstr "๊ณ„์ •" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "๊ณ„์ •์„ ์ฐจ๋‹จํ–ˆ์Šต๋‹ˆ๋‹ค" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "๊ณ„์ •์„ ํŒ”๋กœ์šฐํ–ˆ์Šต๋‹ˆ๋‹ค" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "๊ณ„์ •์ด ๋น„ํ™œ์„ฑํ™”๋˜์—ˆ์Šต๋‹ˆ๋‹ค" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "๊ณ„์ •์„ ๋ฎคํŠธํ–ˆ์Šต๋‹ˆ๋‹ค" @@ -1028,18 +1030,18 @@ msgstr "๋น ๋ฅธ ์•ก์„ธ์Šค์—์„œ ๊ณ„์ • ์ œ๊ฑฐ" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "๊ณ„์ •์„ ์ฐจ๋‹จ ํ•ด์ œํ–ˆ์Šต๋‹ˆ๋‹ค" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "๊ณ„์ •์„ ์–ธํŒ”๋กœ์šฐํ–ˆ์Šต๋‹ˆ๋‹ค" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "๊ณ„์ •์„ ์–ธ๋ฎคํŠธํ–ˆ์Šต๋‹ˆ๋‹ค" @@ -1054,12 +1056,13 @@ msgstr "๋ฌผ๊ฒฐ ๋ชจ์–‘์˜ ํŒŒ๋ž€์ƒ‰ ์ฒดํฌ ํ‘œ์‹œ <0><1/> ๊ฐ€ ์žˆ๋Š” ๊ณ„์ • msgid "Activity from others" msgstr "๋‹ค๋ฅธ ์‚ฌ์šฉ์ž์˜ ํ™œ๋™" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "์ถ”๊ฐ€" @@ -1112,11 +1115,11 @@ msgstr "๋Œ€์ฒด ํ…์ŠคํŠธ ์ถ”๊ฐ€ (์„ ํƒ ์‚ฌํ•ญ)" msgid "Add another account" msgstr "๋‹ค๋ฅธ ๊ณ„์ • ์ถ”๊ฐ€" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1518 msgid "Add another post" msgstr "๋‹ค๋ฅธ ๊ฒŒ์‹œ๋ฌผ ์ถ”๊ฐ€ํ•˜๊ธฐ" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2181 msgid "Add another post to thread" msgstr "์Šค๋ ˆ๋“œ์— ๋‹ค๋ฅธ ๊ฒŒ์‹œ๋ฌผ ์ถ”๊ฐ€" @@ -1182,7 +1185,7 @@ msgstr "๋ฎคํŠธํ•  ๋‹จ์–ด ๋ฐ ํƒœ๊ทธ ์ถ”๊ฐ€" msgid "Add people" msgstr "์‚ฌ์šฉ์ž ์ถ”๊ฐ€" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "๋ฆฌ์ŠคํŠธ์— ์‚ฌ์šฉ์ž ์ถ”๊ฐ€ํ•˜๊ธฐ" @@ -1214,8 +1217,8 @@ msgstr "๋„๋ฉ”์ธ์— ๋‹ค์Œ DNS ๋ ˆ์ฝ”๋“œ๋ฅผ ์ถ”๊ฐ€ํ•˜์„ธ์š”:" msgid "Add this feed to your feeds" msgstr "์ด ํ”ผ๋“œ๋ฅผ ๋‚ด ํ”ผ๋“œ์— ์ถ”๊ฐ€ํ•˜๊ธฐ" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "๋ฆฌ์ŠคํŠธ์— ์ถ”๊ฐ€" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "์ €์žฅ๋œ ๊ฒŒ์‹œ๋ฌผ์— ์ถ”๊ฐ€" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "์Šคํƒ€ํ„ฐ ํŒฉ์— ์ถ”๊ฐ€" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "๋ฆฌ์ŠคํŠธ์— ์‚ฌ์šฉ์ž ์ถ”๊ฐ€" @@ -1246,8 +1249,8 @@ msgstr "{0} ๋‹˜์ด ์ถ”๊ฐ€ํ•จ" msgid "Added by invite link" msgstr "์ดˆ๋Œ€ ๋งํฌ๋กœ ์ถ”๊ฐ€๋จ" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "๋ฆฌ์ŠคํŠธ์— ์ถ”๊ฐ€ํ–ˆ์Šต๋‹ˆ๋‹ค" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "alice@example.com" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "๋ชจ๋‘" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "์ „์ฒด {0}" @@ -1521,7 +1524,7 @@ msgid "An error occurred while loading your lists :/" msgstr "๋ฆฌ์ŠคํŠธ๋ฅผ ๋ถˆ๋Ÿฌ์˜ค๋Š” ๋™์•ˆ ์˜ค๋ฅ˜๊ฐ€ ๋ฐœ์ƒํ–ˆ์Šต๋‹ˆ๋‹ค :/" #: src/components/StarterPack/QrCodeDialog.tsx:81 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:103 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "QR ์ฝ”๋“œ๋ฅผ ์ €์žฅํ•˜๋Š” ๋™์•ˆ ์˜ค๋ฅ˜๊ฐ€ ๋ฐœ์ƒํ–ˆ์Šต๋‹ˆ๋‹ค" @@ -1589,8 +1592,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 "๋ฌธ์ œ๊ฐ€ ๋ฐœ์ƒํ–ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•ด ์ฃผ์„ธ์š”." @@ -1643,7 +1646,7 @@ msgstr "๋ˆ„๊ตฌ๋‚˜" msgid "Anyone can interact" msgstr "๋ˆ„๊ตฌ๋‚˜ ์ƒํ˜ธ์ž‘์šฉํ•  ์ˆ˜ ์žˆ์Œ" -#: src/components/intents/GroupChatJoinDialog.tsx:340 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" msgstr "๋ˆ„๊ตฌ๋‚˜ ์ฐธ์—ฌํ•  ์ˆ˜ ์žˆ์Œ" @@ -1796,8 +1799,8 @@ msgstr "์ด ์Šคํƒ€ํ„ฐ ํŒฉ์„ ์‚ญ์ œํ•˜์‹œ๊ฒ ์Šต๋‹ˆ๊นŒ?" msgid "Are you sure you want to discard your changes?" msgstr "๋ณ€๊ฒฝ ์‚ฌํ•ญ์„ ์‚ญ์ œํ•˜์‹œ๊ฒ ์Šต๋‹ˆ๊นŒ?" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "์ •๋ง {groupName}์—์„œ ๋‚˜๊ฐ€์‹œ๊ฒ ์Šต๋‹ˆ๊นŒ?" @@ -1814,11 +1817,11 @@ msgid "Are you sure you want to remove this from your feeds?" msgstr "๋‚ด ํ”ผ๋“œ์—์„œ ์ด ํ”ผ๋“œ๋ฅผ ์‚ญ์ œํ•˜์‹œ๊ฒ ์Šต๋‹ˆ๊นŒ?" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 msgid "Are you sure you want to rescind your request to join {0}?" msgstr "{0}์— ๋Œ€ํ•œ ์ฐธ์—ฌ ์š”์ฒญ์„ ์ทจ์†Œํ•˜์‹œ๊ฒ ์Šต๋‹ˆ๊นŒ?" -#: src/view/com/composer/Composer.tsx:1656 +#: src/view/com/composer/Composer.tsx:1654 msgid "Are you sure you'd like to discard this post?" msgstr "์ด ๊ฒŒ์‹œ๋ฌผ์„ ์‚ญ์ œํ•˜์‹œ๊ฒ ์Šต๋‹ˆ๊นŒ?" @@ -1958,10 +1961,10 @@ msgstr "{name} ๋‹˜์˜ ๊ฒŒ์‹œ๋ฌผ์— ๋Œ€ํ•œ ์•Œ๋ฆผ์„ ๋ฐ›์œผ๋ ค๋ฉด ๋จผ์ € ์ด๋ฉ” #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2009,8 +2012,8 @@ msgstr "{displayName} ๋‹˜ ์ฐจ๋‹จํ•˜๊ธฐ" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "๊ณ„์ • ์ฐจ๋‹จ" @@ -2088,6 +2091,10 @@ 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 "์ฐจ๋‹จํ•˜๋”๋ผ๋„ ์ด ๋ผ๋ฒจ๋Ÿฌ๊ฐ€ ๋‚ด ๊ณ„์ •์— ๋ผ๋ฒจ์„ ๋ถ™์ด๋Š” ๊ฒƒ์„ ๋ง‰์ง€๋Š” ๋ชปํ•ฉ๋‹ˆ๋‹ค." @@ -2260,7 +2267,7 @@ msgstr "ํ™ˆ ํƒ€์ž„๋ผ์ธ์œผ๋กœ ๋Œ์•„๊ฐ€๋ ค๋ฉด ๋ฒ„ํŠผ์„ ๋ˆ„๋ฅด์„ธ์š”" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:181 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2274,13 +2281,13 @@ msgstr "@{0}" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:363 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "<0>{0}" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" msgstr "์†Œ์œ ์ž: <0>{ownerDisplayName}" @@ -2348,10 +2355,10 @@ msgstr "์นด๋ฉ”๋ผ ์ ‘๊ทผ ๊ถŒํ•œ์ด ํ•„์š”ํ•ฉ๋‹ˆ๋‹ค" #: src/screens/Deactivated.tsx:150 #: src/screens/Messages/components/InviteLinkDialog.tsx:500 #: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,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:1732 +#: src/view/com/composer/Composer.tsx:1742 #: 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 @@ -2380,6 +2387,10 @@ msgstr "๊ฒŒ์‹œ๋ฌผ ์ธ์šฉ ์ทจ์†Œ" msgid "Cancel reactivation and sign out" msgstr "์žฌํ™œ์„ฑํ™” ์ทจ์†Œ ๋ฐ ๋กœ๊ทธ์•„์›ƒ" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "๋‹ต์žฅ ์ทจ์†Œํ•˜๊ธฐ" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "๊ฒ€์ƒ‰ ์ทจ์†Œ" @@ -2481,7 +2492,7 @@ msgstr "๋ฆฌ์ŠคํŠธ๋ฅผ ๋งŒ๋“  ํ›„์—๋Š” ์Šคํƒ€ํ„ฐ ํŒฉ์˜ ๋ณ€๊ฒฝ ์‚ฌํ•ญ์ด ๋ฆฌ์Šค #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,7 +2509,7 @@ msgid "Chat ended" msgstr "๋Œ€ํ™”๊ฐ€ ์ข…๋ฃŒ๋˜์—ˆ์Šต๋‹ˆ๋‹ค" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:256 +#: src/components/intents/GroupChatJoinDialog.tsx:269 #: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" msgstr "๋Œ€ํ™” ์ดˆ๋Œ€ ๋งํฌ๋ฅผ ์‚ฌ์šฉํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค" @@ -2520,12 +2531,12 @@ msgctxt "toast" msgid "Chat muted" msgstr "๋Œ€ํ™”๋ฅผ ๋ฎคํŠธํ–ˆ์Šต๋‹ˆ๋‹ค" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." msgstr "๋Œ€ํ™”๋ฅผ ์ฐพ์„ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค." -#: src/components/moderation/BlockDialog.tsx:292 +#: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "๋Œ€ํ™” ์†Œ์œ ์ž๋Š” ๊ทธ๋ฃน ๋Œ€ํ™”์—์„œ ๋‚˜๊ฐˆ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค." @@ -2544,10 +2555,10 @@ msgstr "๋Œ€ํ™” ์š”์ฒญ" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "๋Œ€ํ™” ์„ค์ •" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "๋Œ€ํ™”๋ฅผ ์–ธ๋ฎคํŠธํ–ˆ์Šต๋‹ˆ๋‹ค" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "๋Œ€ํ™”" @@ -2731,7 +2742,7 @@ msgstr "์ด๊ณณ์„ ํด๋ฆญํ•˜์—ฌ ์ด ๊ทธ๋ฃน ๋Œ€ํ™”์˜ ์ดˆ๋Œ€ ๋งํฌ ๋ณด๊ธฐ" msgid "Click to open tag menu for {0}" msgstr "ํด๋ฆญํ•˜์—ฌ {0}์— ๋Œ€ํ•œ ํƒœ๊ทธ ๋ฉ”๋‰ด๋ฅผ ์—ฝ๋‹ˆ๋‹ค" -#: src/components/dms/MessageItem.tsx:533 +#: src/components/dms/MessageItem.tsx:622 msgid "Click to retry failed message" msgstr "ํด๋ฆญํ•˜์—ฌ ๋ฉ”์‹œ์ง€ ๋‹ค์‹œ ๋ณด๋‚ด๊ธฐ" @@ -2745,6 +2756,7 @@ msgstr "ํด๋ฆญํ•˜์—ฌ ๋ฉ”์‹œ์ง€ ๋‹ค์‹œ ๋ณด๋‚ด๊ธฐ" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "ํด๋ฆญํ•˜์—ฌ ๋ฉ”์‹œ์ง€ ๋‹ค์‹œ ๋ณด๋‚ด๊ธฐ" #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:233 -#: src/components/intents/GroupChatJoinDialog.tsx:268 +#: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2804,10 +2816,6 @@ 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 @@ -2822,7 +2830,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 "์„œ๋ž ๋ฉ”๋‰ด ๋‹ซ๊ธฐ" @@ -2850,10 +2858,10 @@ msgstr "์Šค์บ๋„ˆ ๋‹ซ๊ธฐ" msgid "Close the incoming requests banner" msgstr "์ฐธ์—ฌ ์š”์ฒญ ๋ฐฐ๋„ˆ๋ฅผ ๋‹ซ์Šต๋‹ˆ๋‹ค" -#: src/components/intents/GroupChatJoinDialog.tsx:226 -#: src/components/intents/GroupChatJoinDialog.tsx:227 -#: src/components/intents/GroupChatJoinDialog.tsx:263 -#: src/components/intents/GroupChatJoinDialog.tsx:264 +#: 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 msgid "Close this dialog" msgstr "์ด ๋Œ€ํ™” ์ƒ์ž ๋‹ซ๊ธฐ" @@ -2866,15 +2874,15 @@ msgstr "ํ™˜์˜ ๋Œ€ํ™” ์ƒ์ž ๋‹ซ๊ธฐ" msgid "Closes password update alert" msgstr "๋น„๋ฐ€๋ฒˆํ˜ธ ๋ณ€๊ฒฝ ์•Œ๋ฆผ์„ ๋‹ซ์Šต๋‹ˆ๋‹ค" -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1740 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 "์ด ์•Œ๋ฆผ์— ๋Œ€ํ•œ ์‚ฌ์šฉ์ž ๋ชฉ๋ก์„ ์ถ•์†Œํ•ฉ๋‹ˆ๋‹ค" @@ -2920,7 +2928,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:1616 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "๊ฒŒ์‹œ๋ฌผ์„ ์ตœ๋Œ€ {0, plural, other {#์ž}}๊นŒ์ง€ ์ž‘์„ฑํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค" @@ -2928,11 +2936,11 @@ msgstr "๊ฒŒ์‹œ๋ฌผ์„ ์ตœ๋Œ€ {0, plural, other {#์ž}}๊นŒ์ง€ ์ž‘์„ฑํ•  ์ˆ˜ ์žˆ์Šต msgid "Compose reply" msgstr "๋‹ต๊ธ€ ์ž‘์„ฑํ•˜๊ธฐ" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2578 msgid "Compressing GIF..." msgstr "GIF ์••์ถ• ์ค‘โ€ฆ" -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing video..." msgstr "๋™์˜์ƒ ์••์ถ• ์ค‘โ€ฆ" @@ -3100,7 +3108,7 @@ msgstr "๋‹ค์Œ ๋‹จ๊ณ„๋กœ ๊ณ„์†ํ•˜๊ธฐ" msgid "Conversation" msgstr "๋Œ€ํ™”" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "๋Œ€ํ™” ์‚ญ์ œ๋จ" @@ -3127,7 +3135,7 @@ msgid "Copied build version to clipboard" msgstr "๋นŒ๋“œ ๋ฒ„์ „์„ ํด๋ฆฝ๋ณด๋“œ์— ๋ณต์‚ฌํ–ˆ์Šต๋‹ˆ๋‹ค" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3154,12 @@ msgstr "๋ณต์‚ฌํ–ˆ์Šต๋‹ˆ๋‹ค!" msgid "Copies build version to clipboard" msgstr "๋นŒ๋“œ ๋ฒ„์ „์„ ํด๋ฆฝ๋ณด๋“œ์— ๋ณต์‚ฌํ•ฉ๋‹ˆ๋‹ค" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" msgstr "ํ”„๋กœํ•„ ๊ณ ์œ  URL์„ ํด๋ฆฝ๋ณด๋“œ์— ๋ณต์‚ฌํ•ฉ๋‹ˆ๋‹ค" #: src/components/StarterPack/QrCodeDialog.tsx:198 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:265 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "๋ณต์‚ฌ" @@ -3159,8 +3167,8 @@ msgstr "๋ณต์‚ฌ" msgid "Copy App Password" msgstr "์•ฑ ๋น„๋ฐ€๋ฒˆํ˜ธ ๋ณต์‚ฌ" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "at:// URI ๋ณต์‚ฌ" @@ -3175,8 +3183,8 @@ msgid "Copy code" msgstr "์ฝ”๋“œ ๋ณต์‚ฌ" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "DID ๋ณต์‚ฌ" @@ -3184,7 +3192,7 @@ msgstr "DID ๋ณต์‚ฌ" msgid "Copy host" msgstr "ํ˜ธ์ŠคํŠธ ๋ณต์‚ฌ" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:254 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" msgstr "์ดˆ๋Œ€ ๋งํฌ ๋ณต์‚ฌํ•˜๊ธฐ" @@ -3210,8 +3218,8 @@ msgstr "๋ฆฌ์ŠคํŠธ ๋งํฌ ๋ณต์‚ฌ" msgid "Copy link to post" msgstr "๊ฒŒ์‹œ๋ฌผ ๋งํฌ ๋ณต์‚ฌ" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "ํ”„๋กœํ•„ ๋งํฌ ๋ณต์‚ฌ" @@ -3219,8 +3227,8 @@ msgstr "ํ”„๋กœํ•„ ๋งํฌ ๋ณต์‚ฌ" msgid "Copy link to starter pack" msgstr "์Šคํƒ€ํ„ฐ ํŒฉ ๋งํฌ ๋ณต์‚ฌ" -#: src/components/dms/MessageContextMenu.tsx:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "๋ฉ”์‹œ์ง€ ํ…์ŠคํŠธ ๋ณต์‚ฌ" @@ -3249,7 +3257,7 @@ msgstr "TXT ๋ ˆ์ฝ”๋“œ ๊ฐ’ ๋ณต์‚ฌ" msgid "Copyright Policy" msgstr "์ €์ž‘๊ถŒ ์ •์ฑ…" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" msgstr "QR ์ฝ”๋“œ๋ฅผ ์บก์ฒ˜ํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค" @@ -3261,11 +3269,11 @@ msgstr "๋งž์ถค ํ”ผ๋“œ์— ์—ฐ๊ฒฐํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค" msgid "Could not connect to feed service" msgstr "ํ”ผ๋“œ ์„œ๋น„์Šค์— ์—ฐ๊ฒฐํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:120 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" msgstr "๋ณต์‚ฌํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•ด ์ฃผ์„ธ์š”" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" msgstr "๋‹ค์šด๋กœ๋“œํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•ด ์ฃผ์„ธ์š”" @@ -3294,7 +3302,7 @@ msgstr "๋ชจ๋“  ์‚ฌ์šฉ์ž๋ฅผ ํŒ”๋กœ์šฐํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค. {0}" msgid "Could not leave chat" msgstr "๋Œ€ํ™”์—์„œ ๋‚˜๊ฐˆ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." msgstr "๋Œ€ํ™”์—์„œ ๋‚˜๊ฐˆ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค." @@ -3308,7 +3316,7 @@ msgstr "ํ”ผ๋“œ๋ฅผ ๋ถˆ๋Ÿฌ์˜ฌ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค" msgid "Could not load list" msgstr "๋ฆฌ์ŠคํŠธ๋ฅผ ๋ถˆ๋Ÿฌ์˜ฌ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:169 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" msgstr "ํ”„๋กœํ•„์„ ๋ถˆ๋Ÿฌ์˜ฌ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค" @@ -3320,7 +3328,7 @@ msgstr "๋Œ€ํ™”๋ฅผ ๋ฎคํŠธํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค" msgid "Could not process your video" msgstr "๋™์˜์ƒ์„ ์ฒ˜๋ฆฌํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." msgstr "๋ฉค๋ฒ„๋ฅผ ๋‚ด๋ณด๋‚ผ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค." @@ -3329,7 +3337,7 @@ msgstr "๋ฉค๋ฒ„๋ฅผ ๋‚ด๋ณด๋‚ผ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค." msgid "Could not save changes: {0}" msgstr "๋ณ€๊ฒฝ ์‚ฌํ•ญ์„ ์ €์žฅํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค: {0}" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" msgstr "๊ณต์œ ํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•ด ์ฃผ์„ธ์š”" @@ -3394,12 +3402,12 @@ msgstr "๋‚˜๋ฅผ ์œ„ํ•œ ์Šคํƒ€ํ„ฐ ํŒฉ ๋งŒ๋“ค๊ธฐ" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:314 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3457,13 @@ msgstr "์Šคํƒ€ํ„ฐ ํŒฉ์—์„œ ๋ฆฌ์ŠคํŠธ ๋งŒ๋“ค๊ธฐ" msgid "Create moderation list" msgstr "๊ฒ€ํ†  ๋ฆฌ์ŠคํŠธ ๋งŒ๋“ค๊ธฐ" -#: src/screens/Messages/JoinRequest.tsx:308 +#: 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 "์ƒˆ ๊ณ„์ • ๋งŒ๋“ค๊ธฐ" -#: src/screens/Messages/ConversationSettings/index.tsx:553 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "์ด ๊ทธ๋ฃน ๋Œ€ํ™”์˜ ์ดˆ๋Œ€ ๋งํฌ๋ฅผ ์ƒ์„ฑํ•˜๊ฑฐ๋‚˜ ์ˆ˜์ •ํ•˜๊ธฐ" @@ -3479,7 +3487,7 @@ msgstr "์‚ฌ์šฉ์ž ๋ฆฌ์ŠคํŠธ ๋งŒ๋“ค๊ธฐ" #. placeholder {0}: i18n.date(createdAt, { dateStyle: 'long', timeStyle: 'short', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) #: src/screens/Messages/components/InviteLinkDialog.tsx:355 -#: src/screens/Messages/ConversationSettings/index.tsx:505 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "{0}์— ์ƒ์„ฑ๋จ" @@ -3624,7 +3632,7 @@ msgstr "์—ฐ๋ฝ์ฒ˜ ์‚ญ์ œ" msgid "Delete conversation" msgstr "๋Œ€ํ™” ์‚ญ์ œ" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "๋‚˜์—๊ฒŒ์„œ ์‚ญ์ œ" @@ -3637,7 +3645,7 @@ msgstr "๋ฆฌ์ŠคํŠธ ์‚ญ์ œ" msgid "Delete message" msgstr "๋ฉ”์‹œ์ง€ ์‚ญ์ œ" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "๋‚˜์—๊ฒŒ ๋ณด์ด๋Š” ๋ฉ”์‹œ์ง€ ์‚ญ์ œ" @@ -3647,7 +3655,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:1628 msgid "Delete post" msgstr "๊ฒŒ์‹œ๋ฌผ ์‚ญ์ œ" @@ -3689,6 +3697,10 @@ 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 @@ -3794,9 +3806,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:1411 +#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1661 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3819,14 @@ msgstr "์‚ญ์ œ" msgid "Discard changes?" msgstr "๋ณ€๊ฒฝ ์‚ฌํ•ญ ์‚ญ์ œ" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1409 #: 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:1426 +#: src/view/com/composer/Composer.tsx:1653 msgid "Discard post?" msgstr "๊ฒŒ์‹œ๋ฌผ ์‚ญ์ œ" @@ -3852,7 +3864,7 @@ msgstr "๋‹ซ๊ธฐ" msgid "Dismiss banner" msgstr "๋ฐฐ๋„ˆ ๋‹ซ๊ธฐ" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2499 msgid "Dismiss error" msgstr "์˜ค๋ฅ˜ ๋ฌด์‹œ" @@ -3949,8 +3961,8 @@ msgstr "๊ฑฑ์ • ๋งˆ์„ธ์š”! ๋ชจ๋“  ๊ธฐ์กด ๋ฉ”์‹œ์ง€์™€ ์„ค์ •์€ ์ €์žฅ๋˜๋ฉฐ ์„ฑ #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:146 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3975,7 @@ msgstr "๊ฑฑ์ • ๋งˆ์„ธ์š”! ๋ชจ๋“  ๊ธฐ์กด ๋ฉ”์‹œ์ง€์™€ ์„ค์ •์€ ์ €์žฅ๋˜๋ฉฐ ์„ฑ msgid "Done" msgstr "์™„๋ฃŒ" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "์™„๋ฃŒ" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:520 msgid "Double tap or long press the message to add a reaction" msgstr "๋ฉ”์‹œ์ง€๋ฅผ ๋‘ ๋ฒˆ ํƒญํ•˜๊ฑฐ๋‚˜ ๊ธธ๊ฒŒ ๋ˆŒ๋Ÿฌ์„œ ๋ฐ˜์‘์„ ์ถ”๊ฐ€ํ•ฉ๋‹ˆ๋‹ค" @@ -4087,8 +4093,8 @@ msgstr "์„ญ์‹ ์žฅ์• " msgid "Edit" msgstr "ํŽธ์ง‘" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "ํŽธ์ง‘" @@ -4102,8 +4108,8 @@ msgstr "ํ”„๋กœํ•„ ์‚ฌ์ง„ ํŽธ์ง‘" msgid "Edit Feeds" msgstr "ํ”ผ๋“œ ํŽธ์ง‘ํ•˜๊ธฐ" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "๊ทธ๋ฃน ์ด๋ฆ„ ํŽธ์ง‘" @@ -4141,8 +4147,8 @@ msgstr "๋งํฌ ์„ค์ • ํŽธ์ง‘" msgid "Edit list details" msgstr "๋ฆฌ์ŠคํŠธ ์„ธ๋ถ€ ์ •๋ณด ํŽธ์ง‘" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "๋ผ์ด๋ธŒ ์ƒํƒœ ํŽธ์ง‘" @@ -4155,7 +4161,7 @@ msgstr "๊ฒ€ํ†  ๋ฆฌ์ŠคํŠธ ํŽธ์ง‘" msgid "Edit My Feeds" msgstr "๋‚ด ํ”ผ๋“œ ํŽธ์ง‘" -#: src/screens/Messages/ConversationSettings/index.tsx:540 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "์ด๋ฆ„ ํŽธ์ง‘" @@ -4184,8 +4190,8 @@ msgstr "ํ”„๋กœํ•„ ํŽธ์ง‘" msgid "Edit starter pack" msgstr "์Šคํƒ€ํ„ฐ ํŒฉ ํŽธ์ง‘" -#: src/screens/Messages/ConversationSettings/index.tsx:486 -#: src/screens/Messages/ConversationSettings/index.tsx:539 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "์ด ๊ทธ๋ฃน ๋Œ€ํ™”์˜ ์ด๋ฆ„์„ ํŽธ์ง‘ํ•˜๊ธฐ" @@ -4402,7 +4408,7 @@ msgstr "์ „์ฒดํ™”๋ฉด์œผ๋กœ ๋ด…๋‹ˆ๋‹ค" msgid "Entertainment" msgstr "์—”ํ„ฐํ…Œ์ธ๋จผํŠธ" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2598 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "์˜ค๋ฅ˜" @@ -4481,7 +4487,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 "์‚ฌ์šฉ์ž ๋ชฉ๋ก ํŽผ์น˜๊ธฐ" @@ -4596,8 +4602,8 @@ msgstr "๋Œ€ํ™”๋ฅผ ์ˆ˜๋ฝํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค" msgid "Failed to accept join request" msgstr "์ฐธ์—ฌ ์š”์ฒญ์„ ์Šน์ธํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "์ด๋ชจํ‹ฐ์ฝ˜ ๋ฐ˜์‘์„ ์ถ”๊ฐ€ํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค" @@ -4606,6 +4612,10 @@ msgstr "์ด๋ชจํ‹ฐ์ฝ˜ ๋ฐ˜์‘์„ ์ถ”๊ฐ€ํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค" msgid "Failed to add members" msgstr "๋ฉค๋ฒ„๋ฅผ ์ถ”๊ฐ€ํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "๋ฆฌ์ŠคํŠธ์— ์ถ”๊ฐ€ํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "์Šคํƒ€ํ„ฐ ํŒฉ์— ์ถ”๊ฐ€ํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค" @@ -4615,7 +4625,7 @@ msgid "Failed to change handle. Please try again." msgstr "ํ•ธ๋“ค์„ ๋ณ€๊ฒฝํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•ด ์ฃผ์„ธ์š”." #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:129 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "๋งํฌ๋ฅผ ๋ณต์‚ฌํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค" @@ -4664,7 +4674,7 @@ msgstr "์ดˆ๋Œ€ ๋งํฌ๋ฅผ ๋น„ํ™œ์„ฑํ™”ํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "Germ DM์„ ์—ฐ๊ฒฐ ํ•ด์ œํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค. ์˜ค๋ฅ˜: {0}" -#: src/screens/Messages/ConversationSettings/index.tsx:374 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "๊ทธ๋ฃน ๋Œ€ํ™” ์ด๋ฆ„์„ ํŽธ์ง‘ํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค" @@ -4692,7 +4702,7 @@ msgstr "์ถ”์ฒœ์„ ์ˆจ๊ธฐ์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค. ์ธํ„ฐ๋„ท ์—ฐ๊ฒฐ ์ƒํƒœ๋ฅผ ํ™•์ธ msgid "Failed to ignore join request" msgstr "์ฐธ์—ฌ ์š”์ฒญ์„ ๋ฌด์‹œํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค" -#: src/components/intents/GroupChatJoinDialog.tsx:137 +#: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "๊ทธ๋ฃน ๋Œ€ํ™”์— ์ฐธ์—ฌํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•ด ์ฃผ์„ธ์š”." @@ -4700,14 +4710,14 @@ msgstr "๊ทธ๋ฃน ๋Œ€ํ™”์— ์ฐธ์—ฌํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•ด ์ฃผ์„ธ msgid "Failed to launch SMS app" msgstr "๋ฉ”์‹œ์ง€ ์•ฑ์„ ์—ด์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:401 +#: 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 "๊ทธ๋ฃน ๋Œ€ํ™”์—์„œ ๋‚˜๊ฐ€์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "๋Œ€ํ™”๋ฅผ ๋ถˆ๋Ÿฌ์˜ค์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค" @@ -4753,15 +4763,20 @@ msgstr "์ถ”์ฒœ ํ”ผ๋“œ๋ฅผ ๋ถˆ๋Ÿฌ์˜ค์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค" msgid "Failed to load suggested follows" msgstr "์ถ”์ฒœ ํŒ”๋กœ์šฐ๋ฅผ ๋ถˆ๋Ÿฌ์˜ค์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค" -#: src/screens/Messages/ConversationSettings/index.tsx:426 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "๊ทธ๋ฃน ๋Œ€ํ™”๋ฅผ ์ž ๊ทธ์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +msgid "Failed to mark all chats as read" +msgstr "๋ชจ๋“  ๋Œ€ํ™”๋ฅผ ์ฝ์Œ์œผ๋กœ ํ‘œ์‹œํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค" + #: src/screens/Messages/Inbox.tsx:311 +#: src/view/shell/bottom-bar/BottomBar.tsx:450 msgid "Failed to mark all requests as read" msgstr "๋ชจ๋“  ์š”์ฒญ์„ ์ฝ์Œ์œผ๋กœ ํ‘œ์‹œํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค" -#: src/screens/Messages/ConversationSettings/index.tsx:390 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "๊ทธ๋ฃน ๋Œ€ํ™”๋ฅผ ๋ฎคํŠธํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค" @@ -4783,12 +4798,16 @@ msgstr "๋„คํŠธ์›Œํฌ ์˜ค๋ฅ˜๋กœ ์ธํ•ด ๋ฐ์ดํ„ฐ๋ฅผ ์‚ญ์ œํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค. msgid "Failed to remove data. {0}" msgstr "๋ฐ์ดํ„ฐ๋ฅผ ์ œ๊ฑฐํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค. {0}" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:111 +#: 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 "๋ฆฌ์ŠคํŠธ์—์„œ ์ œ๊ฑฐํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "์Šคํƒ€ํ„ฐ ํŒฉ์—์„œ ์ œ๊ฑฐํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค" @@ -4802,7 +4821,7 @@ msgstr "๊ทธ๋ฃน ๋Œ€ํ™” ๋ฉค๋ฒ„๋ฅผ ๋‚ด๋ณด๋‚ด์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค" msgid "Failed to remove verification" msgstr "์ธ์ฆ์„ ์ทจ์†Œํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค" -#: src/components/intents/GroupChatJoinDialog.tsx:180 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." msgstr "์š”์ฒญ์„ ์ทจ์†Œํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•ด ์ฃผ์„ธ์š”." @@ -4811,7 +4830,7 @@ msgstr "์š”์ฒญ์„ ์ทจ์†Œํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•ด ์ฃผ์„ธ์š”." msgid "Failed to resolve location. Please try again." msgstr "์œ„์น˜๋ฅผ ํ™•์ธํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•ด ์ฃผ์„ธ์š”." -#: src/view/com/composer/Composer.tsx:648 +#: src/view/com/composer/Composer.tsx:646 msgid "Failed to save draft" msgstr "์ž„์‹œ ์ €์žฅํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค" @@ -4854,7 +4873,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "์Šค๋ ˆ๋“œ ๋ฎคํŠธ๋ฅผ ์ „ํ™˜ํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•ด ์ฃผ์„ธ์š”" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:435 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "๊ทธ๋ฃน ๋Œ€ํ™”๋ฅผ ์ž ๊ธˆ ํ•ด์ œํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค" @@ -5116,16 +5135,16 @@ msgstr "๊ฒ€์ƒ‰ ํ•„๋“œ์— ํฌ์ปค์Šค" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 "ํŒ”๋กœ์šฐ" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "{0} ๋‹˜์„ ํŒ”๋กœ์šฐ" @@ -5149,8 +5168,8 @@ msgstr "์‹œ์ž‘ํ•˜๋ ค๋ฉด 10๋ช…์„ ํŒ”๋กœ์šฐํ•˜์„ธ์š”" msgid "Follow 7 accounts" msgstr "7๊ฐœ ๊ณ„์ • ํŒ”๋กœ์šฐํ•˜๊ธฐ" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "๊ณ„์ • ํŒ”๋กœ์šฐ" @@ -5173,9 +5192,9 @@ msgstr "๋ชจ๋“  ๊ณ„์ •์„ ํŒ”๋กœ์šฐ" #. 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:423 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "๋งžํŒ”๋กœ์šฐ" @@ -5211,7 +5230,7 @@ msgstr "<0>{0} ๋‹˜๊ณผ <1>{1} ๋‹˜์ด ํŒ”๋กœ์šฐํ•จ" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "<0>{0} ๋‹˜, <1>{1} ๋‹˜ ์™ธ {2, plural, other {#๋ช…}}์ด ํŒ”๋กœ์šฐํ•จ" -#: src/components/intents/GroupChatJoinDialog.tsx:339 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" msgstr "ํŒ”๋กœ์›Œ๋งŒ ์ฐธ์—ฌํ•  ์ˆ˜ ์žˆ์Œ" @@ -5231,10 +5250,10 @@ msgstr "๋‚ด๊ฐ€ ์•„๋Š” ํŒ”๋กœ์›Œ" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 "ํŒ”๋กœ์šฐ ์ค‘" @@ -5249,7 +5268,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 "{0} ๋‹˜์„ ํŒ”๋กœ์šฐํ–ˆ์Šต๋‹ˆ๋‹ค" @@ -5467,7 +5486,7 @@ msgstr "์‹œ์ž‘ํ•˜๊ธฐ" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2603 msgid "GIF uploaded" msgstr "GIF๋ฅผ ์—…๋กœ๋“œํ–ˆ์Šต๋‹ˆ๋‹ค" @@ -5526,8 +5545,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "ํ™ˆ์œผ๋กœ ์ด๋™" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "๋ผ์ด๋ธŒ ์‹œ์ž‘" @@ -5538,8 +5557,8 @@ msgstr "๋ผ์ด๋ธŒ ์‹œ์ž‘" msgid "Go Live" msgstr "๋ผ์ด๋ธŒ ์‹œ์ž‘" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "๋ผ์ด๋ธŒ ์‹œ์ž‘ (๋น„ํ™œ์„ฑํ™”๋จ)" @@ -5547,7 +5566,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 "{firstAuthorName} ๋‹˜์˜ ํ”„๋กœํ•„๋กœ ์ด๋™" @@ -5622,9 +5641,9 @@ msgstr "๋ถˆ์พŒ๊ฐ์„ ์ฃผ๋Š” ํญ๋ ฅ ์ฝ˜ํ…์ธ " msgid "Grooming or predatory behavior" msgstr "๊ทธ๋ฃจ๋ฐ ๋˜๋Š” ํฌ์‹ ํ–‰์œ„" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:321 -#: src/screens/Messages/JoinRequest.tsx:129 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" msgstr "๊ทธ๋ฃน ๋Œ€ํ™”" @@ -5632,17 +5651,17 @@ msgstr "๊ทธ๋ฃน ๋Œ€ํ™”" msgid "Group chat invite link dialog" msgstr "๊ทธ๋ฃน ๋Œ€ํ™” ์ดˆ๋Œ€ ๋งํฌ ๋Œ€ํ™” ์ƒ์ž" -#: src/screens/Messages/ConversationSettings/index.tsx:417 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "๊ทธ๋ฃน ๋Œ€ํ™”๊ฐ€ ์ž ๊ฒผ์Šต๋‹ˆ๋‹ค" -#: src/screens/Messages/ConversationSettings/index.tsx:382 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "๊ทธ๋ฃน ๋Œ€ํ™”๋ฅผ ๋ฎคํŠธํ–ˆ์Šต๋‹ˆ๋‹ค" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "๊ทธ๋ฃน ๋Œ€ํ™” ์ด๋ฆ„์ด ๋ณ€๊ฒฝ๋˜์—ˆ์Šต๋‹ˆ๋‹ค" @@ -5653,12 +5672,12 @@ msgid "Group chat settings" msgstr "๊ทธ๋ฃน ๋Œ€ํ™” ์„ค์ •" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "๊ทธ๋ฃน ๋Œ€ํ™”๊ฐ€ ์ž ๊ธˆ ํ•ด์ œ๋˜์—ˆ์Šต๋‹ˆ๋‹ค" -#: src/screens/Messages/ConversationSettings/index.tsx:385 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "๊ทธ๋ฃน ๋Œ€ํ™”๋ฅผ ์–ธ๋ฎคํŠธํ–ˆ์Šต๋‹ˆ๋‹ค" @@ -5682,12 +5701,12 @@ msgstr "๊ทธ๋ฃน ์ž ๊น€" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "๊ทธ๋ฃน ์ด๋ฆ„" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "๊ทธ๋ฃน ์ด๋ฆ„์ด ๋„ˆ๋ฌด ๊น๋‹ˆ๋‹ค. {MAX_GROUP_NAME_GRAPHEME_LENGTH, plural, other {์ตœ๋Œ€ ๊ธ€์ž ์ˆ˜๋Š” #์ž์ž…๋‹ˆ๋‹ค.}}" @@ -5829,7 +5848,7 @@ msgstr "์ˆจ๊ฒจ์ง„ ๋ฆฌ์ŠคํŠธ" msgid "Hide" msgstr "์ˆจ๊ธฐ๊ธฐ" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "์ˆจ๊ธฐ๊ธฐ" @@ -5904,7 +5923,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 "์‚ฌ์šฉ์ž ๋ฆฌ์ŠคํŠธ ์ˆจ๊ธฐ๊ธฐ" @@ -5960,7 +5979,7 @@ msgstr "์ž ๊น! ๋™์˜์ƒ์— ๋Œ€ํ•œ ์ ‘๊ทผ ๊ถŒํ•œ์ด ์ ์ฐจ์ ์œผ๋กœ ์ œ๊ณต๋˜ #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6210,7 +6229,7 @@ msgstr "์ธ์•ฑ, ํ‘ธ์‹œ, ๋ชจ๋‘" msgid "In-app, push, people you follow" msgstr "์ธ์•ฑ, ํ‘ธ์‹œ, ๋‚ด๊ฐ€ ํŒ”๋กœ์šฐํ•˜๋Š” ์‚ฌ์šฉ์ž" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "์ˆ˜์‹ ํ•จ์ด ๋น„์–ด ์žˆ์Šต๋‹ˆ๋‹ค" @@ -6268,7 +6287,7 @@ msgstr "์ƒˆ๋กœ์šด ์ €์žฅ๋œ ๊ฒŒ์‹œ๋ฌผ(์ผ๋ช… '๋ถ๋งˆํฌ')์„ ๋งŒ๋‚˜๋ณด์„ธ์š”" msgid "Invalid 2FA confirmation code." msgstr "์ž˜๋ชป๋œ 2๋‹จ๊ณ„ ์ธ์ฆ ์ฝ”๋“œ์ž…๋‹ˆ๋‹ค." -#: src/components/intents/GroupChatJoinDialog.tsx:147 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." msgstr "์ž˜๋ชป๋œ ๊ทธ๋ฃน ๋Œ€ํ™” ์ฝ”๋“œ์ž…๋‹ˆ๋‹ค." @@ -6290,7 +6309,7 @@ msgstr "์ž˜๋ชป๋œ ์ „ํ™”๋ฒˆํ˜ธ์ž…๋‹ˆ๋‹ค" msgid "Invalid report subject" msgstr "์ž˜๋ชป๋œ ์‹ ๊ณ  ํ•ญ๋ชฉ" -#: src/components/intents/GroupChatJoinDialog.tsx:187 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." msgstr "์ž˜๋ชป๋œ ์ทจ์†Œ ์š”์ฒญ์ž…๋‹ˆ๋‹ค." @@ -6315,15 +6334,15 @@ msgstr "์ดˆ๋Œ€ ์ฝ”๋“œ" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "์ดˆ๋Œ€ ์ฝ”๋“œ๊ฐ€ ์˜ฌ๋ฐ”๋ฅด์ง€ ์•Š์Šต๋‹ˆ๋‹ค. ์ฝ”๋“œ๋ฅผ ์˜ฌ๋ฐ”๋ฅด๊ฒŒ ์ž…๋ ฅํ–ˆ๋Š”์ง€ ํ™•์ธํ•œ ํ›„ ๋‹ค์‹œ ์‹œ๋„ํ•ด ์ฃผ์„ธ์š”." -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:140 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" msgstr "์นœ๊ตฌ ์ดˆ๋Œ€ํ•˜๊ธฐ" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:155 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "์นœ๊ตฌ ์ดˆ๋Œ€ํ•˜๊ธฐ" @@ -6336,17 +6355,17 @@ msgstr "์นœ๊ตฌ ์ดˆ๋Œ€ํ•˜๊ธฐ <0/>" #: src/screens/Messages/components/InviteLinkDialog.tsx:335 #: src/screens/Messages/components/InviteLinkDialog.tsx:514 #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 -#: src/screens/Messages/ConversationSettings/index.tsx:556 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "์ดˆ๋Œ€ ๋งํฌ" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:213 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "์ดˆ๋Œ€ ๋งํฌ" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" msgstr "์ดˆ๋Œ€ ๋งํฌ๋ฅผ ๋ณต์‚ฌํ–ˆ์Šต๋‹ˆ๋‹ค" @@ -6410,7 +6429,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:2518 msgid "Job ID: {0}" msgstr "์ž‘์—… ID: {0}" @@ -6420,7 +6439,7 @@ msgid "Jobs" msgstr "์ฑ„์šฉ" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:282 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" msgstr "์ฐธ์—ฌ" @@ -6431,12 +6450,12 @@ msgstr "์ฐธ์—ฌ" msgid "Join Bluesky" msgstr "Bluesky ๊ฐ€์ž…ํ•˜๊ธฐ" -#: src/components/intents/GroupChatJoinDialog.tsx:71 -#: src/components/intents/GroupChatJoinDialog.tsx:448 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" msgstr "๊ทธ๋ฃน ๋Œ€ํ™” ์ฐธ์—ฌ" -#: src/components/intents/GroupChatJoinDialog.tsx:176 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." msgstr "์ฐธ์—ฌ ์š”์ฒญ์„ ์ทจ์†Œํ–ˆ์Šต๋‹ˆ๋‹ค" @@ -6450,8 +6469,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:1459 +#: src/view/com/composer/Composer.tsx:1469 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "๊ณ„์† ์ž‘์„ฑํ•˜๊ธฐ" @@ -6609,7 +6628,7 @@ msgid "Learn more." msgstr "๋” ์•Œ์•„๋ณด๊ธฐ" #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:590 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "๋‚˜๊ฐ€๊ธฐ" @@ -6623,8 +6642,8 @@ msgstr "๋‚˜๊ฐ€๊ธฐ" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "๋Œ€ํ™” ๋‚˜๊ฐ€๊ธฐ" @@ -6644,12 +6663,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "๋Œ€ํ™” ๋‚˜๊ฐ€๊ธฐ" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "๊ทธ๋ฃน ๋Œ€ํ™” ๋‚˜๊ฐ€๊ธฐ" -#: src/screens/Messages/ConversationSettings/index.tsx:589 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "์ด ๊ทธ๋ฃน ๋Œ€ํ™” ๋‚˜๊ฐ€๊ธฐ" @@ -6658,11 +6677,11 @@ msgstr "์ด ๊ทธ๋ฃน ๋Œ€ํ™” ๋‚˜๊ฐ€๊ธฐ" msgid "Leaving Bluesky" msgstr "Bluesky ๋– ๋‚˜๊ธฐ" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: src/screens/Messages/ConversationSettings/prompts.tsx:153 msgid "Leaving this chat will lock it permanently and you wonโ€™t be able to rejoin." msgstr "์ด ๋Œ€ํ™”์—์„œ ๋‚˜๊ฐ€๋ฉด ์˜๊ตฌ์ ์œผ๋กœ ์ž ๊ธฐ๋ฉฐ ๋‹ค์‹œ ์ฐธ์—ฌํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค." -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." msgstr "๊ทธ๋ฃน ๋Œ€ํ™”์—์„œ ๋‚˜๊ฐ”์Šต๋‹ˆ๋‹ค" @@ -6935,9 +6954,9 @@ msgstr "์ƒˆ ์•Œ๋ฆผ ๋ถˆ๋Ÿฌ์˜ค๊ธฐ" msgid "Load new posts" msgstr "์ƒˆ ๊ฒŒ์‹œ๋ฌผ ๋ถˆ๋Ÿฌ์˜ค๊ธฐ" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "๋Œ€ํ™”๋ฅผ ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘โ€ฆ" @@ -6954,23 +6973,23 @@ msgstr "๊ฒŒ์‹œ๋ฌผ ์ƒํ˜ธ์ž‘์šฉ ์„ค์ • ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘โ€ฆ" msgid "Loading..." msgstr "๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘โ€ฆ" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "์ž ๊ทธ๊ธฐ" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "๊ทธ๋ฃน ๋Œ€ํ™” ์ž ๊ทธ๊ธฐ" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "๊ทธ๋ฃน ๋Œ€ํ™”๋ฅผ ์ž ๊ทธ์‹œ๊ฒ ์Šต๋‹ˆ๊นŒ?" -#: src/screens/Messages/ConversationSettings/index.tsx:568 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "์ด ๊ทธ๋ฃน ๋Œ€ํ™” ์ž ๊ทธ๊ธฐ" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "์ž ๊น€" @@ -7051,6 +7070,16 @@ msgstr "๋ฎคํŠธํ•œ ๋‹จ์–ด ๋ฐ ํƒœ๊ทธ ๊ด€๋ฆฌ" msgid "Mark all as read" msgstr "๋ชจ๋‘ ์ฝ์Œ์œผ๋กœ ํ‘œ์‹œ" +#: src/view/shell/bottom-bar/BottomBar.tsx:459 +#: src/view/shell/bottom-bar/BottomBar.tsx:463 +msgid "Mark all chats as read" +msgstr "๋ชจ๋“  ๋Œ€ํ™”๋ฅผ ์ฝ์Œ์œผ๋กœ ํ‘œ์‹œ" + +#: src/view/shell/bottom-bar/BottomBar.tsx:467 +#: src/view/shell/bottom-bar/BottomBar.tsx:471 +msgid "Mark all requests as read" +msgstr "๋ชจ๋“  ์š”์ฒญ์„ ์ฝ์Œ์œผ๋กœ ํ‘œ์‹œ" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7089,14 @@ msgstr "์ฝ์Œ์œผ๋กœ ํ‘œ์‹œ" msgid "Marked all as read" msgstr "๋ชจ๋‘ ์ฝ์Œ์œผ๋กœ ํ‘œ์‹œํ–ˆ์Šต๋‹ˆ๋‹ค" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "๋ชจ๋“  ๋Œ€ํ™”๋ฅผ ์ฝ์Œ์œผ๋กœ ํ‘œ์‹œํ–ˆ์Šต๋‹ˆ๋‹ค" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "๋ชจ๋“  ์š”์ฒญ์„ ์ฝ์Œ์œผ๋กœ ํ‘œ์‹œํ–ˆ์Šต๋‹ˆ๋‹ค" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,7 +7120,7 @@ msgstr "๋‹ค๋ฅธ ๊ธฐ๊ธฐ์— ์ €์žฅ๋œ ๋ฏธ๋””์–ด" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "์ผ๋ถ€ ์‚ฌ์šฉ์ž์—๊ฒŒ ๋ถˆ์พŒ๊ฐ์„ ์ฃผ๊ฑฐ๋‚˜ ๋ถ€์ ์ ˆํ•  ์ˆ˜ ์žˆ๋Š” ๋ฏธ๋””์–ด." -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." msgstr "๋ฉค๋ฒ„๋ฅผ ๊ทธ๋ฃน ์ฑ„ํŒ…์—์„œ ๋‚ด๋ณด๋ƒˆ์Šต๋‹ˆ๋‹ค" @@ -7092,7 +7129,7 @@ msgstr "๋ฉค๋ฒ„๋ฅผ ๊ทธ๋ฃน ์ฑ„ํŒ…์—์„œ ๋‚ด๋ณด๋ƒˆ์Šต๋‹ˆ๋‹ค" msgid "Members" msgstr "๋ฉค๋ฒ„" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "๋ฉค๋ฒ„๋“ค์ด ๋Œ€ํ™” ๊ธฐ๋ก์€ ์ฝ์„ ์ˆ˜ ์žˆ์ง€๋งŒ ์ƒˆ ๋ฉ”์‹œ์ง€๋Š” ๋ณด๋‚ผ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค." @@ -7111,13 +7148,13 @@ msgstr "๋ฉ˜์…˜" msgid "Menu" msgstr "๋ฉ”๋‰ด" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "๋ฉ”์‹œ์ง€" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 +#: 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" @@ -7132,7 +7169,7 @@ msgstr "{0} ๋‹˜์—๊ฒŒ ๋ฉ”์‹œ์ง€ ๋ณด๋‚ด๊ธฐ" msgid "Message {displayName}" msgstr "{displayName} ๋‹˜์—๊ฒŒ ๋ฉ”์‹œ์ง€ ๋ณด๋‚ด๊ธฐ" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "๋ฉ”์‹œ์ง€ ์‚ญ์ œ๋จ" @@ -7141,13 +7178,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "๋ฉ”์‹œ์ง€๋ฅผ ์‚ญ์ œํ–ˆ์Šต๋‹ˆ๋‹ค" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:616 msgid "Message failed to send." msgstr "๋ฉ”์‹œ์ง€๋ฅผ ๋ณด๋‚ด์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค." #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "@{0} ๋‹˜์ด ๋ณด๋‚ธ ๋ฉ”์‹œ์ง€: {1}" @@ -7156,21 +7193,21 @@ msgstr "@{0} ๋‹˜์ด ๋ณด๋‚ธ ๋ฉ”์‹œ์ง€: {1}" msgid "Message from server: {0}" msgstr "์„œ๋ฒ„์—์„œ ๋ณด๋‚ธ ๋ฉ”์‹œ์ง€: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "๋ฉ”์‹œ์ง€ ์ž…๋ ฅ ํ•„๋“œ" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "๋ฉ”์‹œ์ง€๊ฐ€ ๋„ˆ๋ฌด ๊น๋‹ˆ๋‹ค ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" -#: src/components/dms/MessageContextMenu.tsx:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "๋ฉ”์‹œ์ง€ ์˜ต์…˜" @@ -7178,11 +7215,11 @@ msgstr "๋ฉ”์‹œ์ง€ ์˜ต์…˜" msgid "Messages" msgstr "๋ฉ”์‹œ์ง€" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:715 msgid "Messages from this person are hidden while they are blocking you." msgstr "๋‚˜๋ฅผ ์ฐจ๋‹จํ•œ ์‚ฌ๋žŒ์ด ๋ณด๋‚ธ ๋ฉ”์‹œ์ง€๋Š” ์ˆจ๊ฒจ์ง‘๋‹ˆ๋‹ค." -#: src/components/dms/MessageItem.tsx:621 +#: src/components/dms/MessageItem.tsx:710 msgid "Messages from this person are hidden while you are blocking them." msgstr "์ฐจ๋‹จํ•œ ์‚ฌ๋žŒ์ด ๋ณด๋‚ธ ๋ฉ”์‹œ์ง€๋Š” ์ˆจ๊ฒจ์ง‘๋‹ˆ๋‹ค." @@ -7219,8 +7256,8 @@ msgstr "๊ฒ€ํ†  ์„ธ๋ถ€ ์ •๋ณด" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "{0} ๋‹˜์˜ ๊ฒ€ํ†  ๋ฆฌ์ŠคํŠธ" @@ -7228,7 +7265,7 @@ msgstr "{0} ๋‹˜์˜ ๊ฒ€ํ†  ๋ฆฌ์ŠคํŠธ" msgid "Moderation list by <0/>" msgstr "<0/> ๋‹˜์˜ ๊ฒ€ํ†  ๋ฆฌ์ŠคํŠธ" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "๋‚ด ๊ฒ€ํ†  ๋ฆฌ์ŠคํŠธ" @@ -7281,8 +7318,8 @@ msgstr "๋‹ค๋ฅธ ์–ธ์–ดโ€ฆ" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "์˜ต์…˜ ๋” ๋ณด๊ธฐ" @@ -7302,9 +7339,9 @@ msgstr "์˜ํ™”" msgid "Music" msgstr "์Œ์•…" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" -msgstr "์Œ์†Œ๊ฑฐ" +msgstr "๋ฎคํŠธ" #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 @@ -7320,8 +7357,8 @@ msgstr "{0} ๋ฎคํŠธ" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "๊ณ„์ • ๋ฎคํŠธ" @@ -7347,7 +7384,7 @@ msgstr "๋ฆฌ์ŠคํŠธ ๋ฎคํŠธ" msgid "Mute these accounts?" msgstr "์ด ๊ณ„์ •๋“ค์„ ๋ฎคํŠธํ•˜์‹œ๊ฒ ์Šต๋‹ˆ๊นŒ?" -#: src/screens/Messages/ConversationSettings/index.tsx:530 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "์ด ๊ทธ๋ฃน ๋Œ€ํ™” ๋ฎคํŠธํ•˜๊ธฐ" @@ -7389,7 +7426,7 @@ msgstr "๋‹จ์–ด ๋ฐ ํƒœ๊ทธ ๋ฎคํŠธ" msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." msgstr "์–ธ์ œ๋“  ๋ฎคํŠธ, ๋‚˜๊ฐ€๊ธฐ, ๋ฉค๋ฒ„ ์‚ญ์ œ๊ฐ€ ๊ฐ€๋Šฅํ•ฉ๋‹ˆ๋‹ค. ๋‚ด ๋Œ€ํ™”๋ฐฉ์ด๋‹ˆ๊นŒ์š”." -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "๋ฎคํŠธ๋จ" @@ -7480,7 +7517,7 @@ msgstr "์ทจ์†Œํ•˜๊ณ  ๋‚ด ํ•ธ๋“ค ๋งŒ๋“ค๊ธฐ" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "์‹ ๊ทœ" @@ -7490,21 +7527,21 @@ msgctxt "action" msgid "New" msgstr "์ƒˆ๋กœ ๋งŒ๋“ค๊ธฐ" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "{firstAuthorLink} ๋‹˜์˜ ์ƒˆ {postsCount, plural, other {๊ฒŒ์‹œ๋ฌผ}}" -#: 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 "{firstAuthorName} ๋‹˜์˜ ์ƒˆ {postsCount, plural, other {๊ฒŒ์‹œ๋ฌผ}}" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "์ƒˆ ๋Œ€ํ™”" @@ -7592,11 +7629,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 "{firstAuthorLink} ๋‹˜ <0>์™ธ {additionalAuthorsCount, plural, other {{formattedAuthorsCount}๋ช…}}์˜ ์ƒˆ ๊ฒŒ์‹œ๋ฌผ " -#: 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 "{firstAuthorName} ๋‹˜ ์™ธ {additionalAuthorsCount, plural, other {{formattedAuthorsCount}๋ช…}}์˜ ์ƒˆ ๊ฒŒ์‹œ๋ฌผ" @@ -7718,7 +7755,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 "{0} ๋‹˜์„ ์–ธํŒ”๋กœ์šฐํ–ˆ์Šต๋‹ˆ๋‹ค" @@ -7726,7 +7763,7 @@ msgstr "{0} ๋‹˜์„ ์–ธํŒ”๋กœ์šฐํ–ˆ์Šต๋‹ˆ๋‹ค" msgid "No media yet" msgstr "์•„์ง ๋ฏธ๋””์–ด๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "์•„์ง ๋ฉ”์‹œ์ง€๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค" @@ -7763,7 +7800,7 @@ msgstr "์—†์Œ" msgid "No one but the author can quote this post." msgstr "์ด ๊ฒŒ์‹œ๋ฌผ์€ ์ž‘์„ฑ์ž ์™ธ์—๋Š” ๋ˆ„๊ตฌ๋„ ์ธ์šฉํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค." -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "์•„๋ฌด๋„ ๋ฉ”์‹œ์ง€๋ฅผ ๋ณด๋‚ผ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค" @@ -7831,6 +7868,11 @@ 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" @@ -7895,7 +7937,7 @@ msgstr "์ฐพ์„ ์ˆ˜ ์—†์Œ" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "์•„์ง ๊ฒŒ์‹œํ•  ์ค€๋น„๊ฐ€ ์•ˆ ๋˜์—ˆ๋‚˜์š”? ๊ฐ€์žฅ ์ข‹์€ ์•„์ด๋””์–ด๋Š” ์ ์ ˆํ•œ ์‹œ๊ธฐ๊ฐ€ ๋  ๋•Œ๊นŒ์ง€ ์ž„์‹œ ์ €์žฅํ•จ์— ๋ณด๊ด€ํ•ด ๋‘์„ธ์š”." -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "๊ณต์œ  ๊ด€๋ จ ์ฐธ๊ณ  ์‚ฌํ•ญ" @@ -7931,7 +7973,7 @@ msgstr "์•Œ๋ฆผ์Œ" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8017,7 @@ msgstr "ํ™•์ธ" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:722 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8008,11 +8050,11 @@ 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:862 msgid "One or more GIFs is missing alt text." msgstr "ํ•˜๋‚˜ ์ด์ƒ์˜ GIF์— ๋Œ€์ฒด ํ…์ŠคํŠธ๊ฐ€ ๋ˆ„๋ฝ๋˜์—ˆ์Šต๋‹ˆ๋‹ค." -#: src/view/com/composer/Composer.tsx:861 +#: src/view/com/composer/Composer.tsx:859 msgid "One or more images is missing alt text." msgstr "ํ•˜๋‚˜ ์ด์ƒ์˜ ์ด๋ฏธ์ง€์— ๋Œ€์ฒด ํ…์ŠคํŠธ๊ฐ€ ๋ˆ„๋ฝ๋˜์—ˆ์Šต๋‹ˆ๋‹ค." @@ -8024,11 +8066,11 @@ msgstr "์„ ํƒํ•œ ํŒŒ์ผ ์ค‘ ์ง€์›๋˜์ง€ ์•Š๋Š” ํŒŒ์ผ์ด ์žˆ์Šต๋‹ˆ๋‹ค." 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:659 +#: src/view/com/composer/Composer.tsx:657 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:871 +#: src/view/com/composer/Composer.tsx:869 msgid "One or more videos is missing alt text." msgstr "ํ•˜๋‚˜ ์ด์ƒ์˜ ๋™์˜์ƒ์— ๋Œ€์ฒด ํ…์ŠคํŠธ๊ฐ€ ๋ˆ„๋ฝ๋˜์—ˆ์Šต๋‹ˆ๋‹ค." @@ -8041,7 +8083,7 @@ msgstr "{0}๋งŒ ๋‹ต๊ธ€์„ ๋‹ฌ ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค." #. 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:233 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}๊ฐœ)" @@ -8053,7 +8095,7 @@ msgstr "๊ด€๋ฆฌ์ž๋งŒ ๊ฐ€์ž… ์š”์ฒญ์„ ์Šน์ธํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค." msgid "Only admins can ignore join requests." msgstr "๊ด€๋ฆฌ์ž๋งŒ ๊ฐ€์ž… ์š”์ฒญ์„ ๋ฌด์‹œํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค." -#: src/components/intents/GroupChatJoinDialog.tsx:145 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." msgstr "ํŒ”๋กœ์›Œ๋งŒ ์ด ๊ทธ๋ฃน ๋Œ€ํ™”์— ์ฐธ์—ฌํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค." @@ -8068,12 +8110,12 @@ msgid "Only image files are supported" msgstr "์ด๋ฏธ์ง€ ํŒŒ์ผ๋งŒ ์ง€์›๋ฉ๋‹ˆ๋‹ค" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:222 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." msgstr "{0} ๋‹˜์ด ํŒ”๋กœ์šฐํ•˜๋Š” ์‚ฌ๋žŒ๋งŒ ์ฐธ์—ฌํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค." #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:292 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" msgstr "๋Œ€ํ™” ์†Œ์œ ์ž๊ฐ€ ํŒ”๋กœ์šฐํ•˜๋Š” ์‚ฌ๋žŒ๋งŒ ์ฐธ์—ฌํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค" @@ -8107,7 +8149,7 @@ msgid "Open camera" msgstr "์นด๋ฉ”๋ผ ์—ด๊ธฐ" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:437 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" msgstr "๋Œ€ํ™” ์—ด๊ธฐ" @@ -8115,8 +8157,8 @@ msgstr "๋Œ€ํ™” ์—ด๊ธฐ" msgid "Open chat member options for {displayName}" msgstr "{displayName} ๋‹˜์˜ ๋Œ€ํ™” ๋ฉค๋ฒ„ ์˜ต์…˜ ์—ด๊ธฐ" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "๋Œ€ํ™” ์˜ต์…˜ ์—ด๊ธฐ" @@ -8128,9 +8170,9 @@ msgstr "์ž„์‹œ ์ €์žฅ ์—ด๊ธฐ" msgid "Open drawer menu" msgstr "์„œ๋ž ๋ฉ”๋‰ด ์—ด๊ธฐ" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2158 msgid "Open emoji picker" msgstr "์ด๋ชจํ‹ฐ์ฝ˜ ์„ ํƒ๊ธฐ ์—ด๊ธฐ" @@ -8151,7 +8193,7 @@ msgstr "์ „์ฒด ์ด๋ชจํ‹ฐ์ฝ˜ ๋ชฉ๋ก ์—ด๊ธฐ" msgid "Open Germ DM" msgstr "Germ DM ์—ด๊ธฐ" -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" msgstr "๊ทธ๋ฃน ๋Œ€ํ™” ์—ด๊ธฐ" @@ -8166,11 +8208,11 @@ msgid "Open in Google Translate" msgstr "Google ๋ฒˆ์—ญ์—์„œ ์—ด๊ธฐ" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "{niceUrl} ๋งํฌ ์—ด๊ธฐ" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "๋ฉ”์‹œ์ง€ ์˜ต์…˜ ์—ด๊ธฐ" @@ -8221,7 +8263,7 @@ msgstr "์Šคํ† ๋ฆฌ๋ถ ํŽ˜์ด์ง€ ์—ด๊ธฐ" msgid "Open system log" msgstr "์‹œ์Šคํ…œ ๋กœ๊ทธ ์—ด๊ธฐ" -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" msgstr "์ด ๊ทธ๋ฃน ๋Œ€ํ™”๋ฅผ ์—ฝ๋‹ˆ๋‹ค" @@ -8275,13 +8317,13 @@ msgstr "๊ธฐ๊ธฐ ์นด๋ฉ”๋ผ๋ฅผ ์—ฝ๋‹ˆ๋‹ค" 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๋ฅผ ์„ ํƒํ•˜๊ธฐ ์œ„ํ•ด ๊ธฐ๊ธฐ ๊ฐค๋Ÿฌ๋ฆฌ๋ฅผ ์—ฝ๋‹ˆ๋‹ค" -#: src/screens/Messages/JoinRequest.tsx:309 +#: 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 "์ƒˆ Bluesky ๊ณ„์ •์„ ๋งŒ๋“œ๋Š” ํ™”๋ฉด์„ ์—ฝ๋‹ˆ๋‹ค" -#: src/screens/Messages/JoinRequest.tsx:295 +#: 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" @@ -8341,7 +8383,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 "์ด ํ”„๋กœํ•„์„ ์—ฝ๋‹ˆ๋‹ค" @@ -8513,6 +8555,16 @@ msgstr "@{0} ๋‹˜์„ ํŒ”๋กœ์šฐํ•˜๋Š” ์‚ฌ์šฉ์ž" msgid "People I follow" msgstr "๋‚ด๊ฐ€ ํŒ”๋กœ์šฐํ•˜๋Š” ์‚ฌ์šฉ์ž" +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "๋‚ด๊ฐ€ ํŒ”๋กœ์šฐํ•˜๋Š” ์‚ฌ์šฉ์ž" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "๋‚ด๊ฐ€ ํŒ”๋กœ์šฐํ•˜๋Š” ์‚ฌ์šฉ์ž" + #: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "๋‚ด๊ฐ€ ํŒ”๋กœ์šฐํ•˜๋Š” ์‚ฌ๋žŒ์€ ๋ฐ”๋กœ ์ฐธ์—ฌํ•  ์ˆ˜ ์žˆ์Œ" @@ -8813,7 +8865,7 @@ msgstr "์ •์น˜" msgid "Porn" msgstr "์Œ๋ž€๋ฌผ" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post" msgstr "๊ฒŒ์‹œํ•˜๊ธฐ" @@ -8833,12 +8885,12 @@ msgstr "์‚ฌ์ง„ ๊ฒŒ์‹œํ•˜๊ธฐ" msgid "Post a video" msgstr "๋™์˜์ƒ ๊ฒŒ์‹œํ•˜๊ธฐ" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Post All" msgstr "๋ชจ๋‘ ๊ฒŒ์‹œํ•˜๊ธฐ" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1468 msgid "Post anyway" msgstr "๋ฌด์‹œํ•˜๊ณ  ๊ฒŒ์‹œ" @@ -9015,11 +9067,11 @@ msgstr "๊ฐœ์ธ์ •๋ณด ์ฒ˜๋ฆฌ๋ฐฉ์นจ" msgid "Privacy violation of a minor" msgstr "๋ฏธ์„ฑ๋…„์ž ์‚ฌ์ƒํ™œ ์นจํ•ด" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2592 msgid "Processing GIF..." msgstr "GIF ์ฒ˜๋ฆฌ ์ค‘โ€ฆ" -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing video..." msgstr "๋™์˜์ƒ ์ฒ˜๋ฆฌ ์ค‘โ€ฆ" @@ -9031,7 +9083,7 @@ msgstr "์ฒ˜๋ฆฌ ์ค‘โ€ฆ" msgid "profile" msgstr "ํ”„๋กœํ•„" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9117,22 @@ 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:1790 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:1785 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:1774 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:1779 msgid "Publish reply" msgstr "๋‹ต๊ธ€ ๋“ฑ๋กํ•˜๊ธฐ" @@ -9109,7 +9161,7 @@ msgid "QR code has been downloaded!" msgstr "QR ์ฝ”๋“œ๋ฅผ ๋‹ค์šด๋กœ๋“œํ–ˆ์Šต๋‹ˆ๋‹ค." #: src/components/StarterPack/QrCodeDialog.tsx:122 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "QR ์ฝ”๋“œ๋ฅผ ์‚ฌ์ง„ ๋ณด๊ด€ํ•จ์— ์ €์žฅํ–ˆ์Šต๋‹ˆ๋‹ค." @@ -9172,8 +9224,8 @@ msgstr "๋งํฌ ์žฌํ™œ์„ฑํ™”" msgid "React with {emoji}" msgstr "{emoji}(์œผ)๋กœ ๋ฐ˜์‘ํ•˜๊ธฐ" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "๋ฐ˜์‘" @@ -9268,10 +9320,6 @@ msgstr "์ถ”์ฒœ" msgid "Reconnect" msgstr "๋‹ค์‹œ ์—ฐ๊ฒฐ" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "ํ™•์ธํ•˜๋ ค๋ฉด ์•ฑ์„ ์ƒˆ๋กœ ๊ณ ์นจํ•˜์„ธ์š”." - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" @@ -9291,12 +9339,14 @@ msgstr "๋Œ€ํ™” ์š”์ฒญ ๊ฑฐ์ ˆํ•˜๊ธฐ" msgid "Reject join request" msgstr "์ฐธ์—ฌ ์š”์ฒญ ๊ฑฐ์ ˆํ•˜๊ธฐ" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "๋Œ€ํ™” ๋‹ค์‹œ ๋ถˆ๋Ÿฌ์˜ค๊ธฐ" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9355,9 @@ msgstr "๋Œ€ํ™” ๋‹ค์‹œ ๋ถˆ๋Ÿฌ์˜ค๊ธฐ" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "์ œ๊ฑฐ" @@ -9326,7 +9375,7 @@ msgstr "์Šคํƒ€ํ„ฐ ํŒฉ์—์„œ {displayName} ๋‹˜ ์ œ๊ฑฐ" msgid "Remove {displayName} from this group chat" msgstr "์ด ๊ทธ๋ฃน ๋Œ€ํ™”์—์„œ {displayName} ๋‹˜ ๋‚ด๋ณด๋‚ด๊ธฐ" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" msgstr "{displayName} ๋‹˜์„ ๋‚ด๋ณด๋‚ด์‹œ๊ฒ ์Šต๋‹ˆ๊นŒ?" @@ -9443,14 +9492,14 @@ msgstr "์ €์žฅ๋œ ํ”ผ๋“œ์—์„œ ์ด ํ”ผ๋“œ๋ฅผ ์ œ๊ฑฐํ•ฉ๋‹ˆ๋‹ค" msgid "Remove unavailable moderation services" msgstr "์‚ฌ์šฉํ•  ์ˆ˜ ์—†๋Š” ๊ฒ€ํ†  ์„œ๋น„์Šค ์ œ๊ฑฐ" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "๋ฆฌ์ŠคํŠธ์—์„œ ์‚ฌ์šฉ์ž ์ œ๊ฑฐ" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "์ธ์ฆ ์ทจ์†Œ" @@ -9466,8 +9515,8 @@ msgstr "์ž‘์„ฑ์ž๊ฐ€ ์ œ๊ฑฐํ•จ" msgid "Removed by you" msgstr "๋‚ด๊ฐ€ ์ œ๊ฑฐํ•จ" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "๋ฆฌ์ŠคํŠธ์—์„œ ์ œ๊ฑฐํ–ˆ์Šต๋‹ˆ๋‹ค" @@ -9535,6 +9584,14 @@ msgctxt "description" msgid "Replied to you" msgstr "๋‚˜์—๊ฒŒ ๋ณด๋‚ด๋Š” ๋‹ต๊ธ€" +#: src/components/dms/MessageItem.tsx:883 +msgid "Replied-to message from {senderName}, tap to scroll to it" +msgstr "๋‹ต์žฅํ•œ {senderName} ๋‹˜์˜ ๋ฉ”์‹œ์ง€, ํƒญํ•˜์—ฌ ์Šคํฌ๋กคํ•˜๊ธฐ" + +#: src/components/dms/MessageItem.tsx:884 +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 @@ -9552,7 +9609,12 @@ msgstr "๋‹ต๊ธ€ ๋น„ํ™œ์„ฑํ™”๋จ" msgid "Replies to this post are disabled." msgstr "์ด ๊ฒŒ์‹œ๋ฌผ์— ๋Œ€ํ•œ ๋‹ต๊ธ€์€ ๋น„ํ™œ์„ฑํ™”๋˜์–ด ์žˆ์Šต๋‹ˆ๋‹ค." -#: src/view/com/composer/Composer.tsx:1804 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "๋‹ต๊ธ€ ๋ณด๋‚ด๊ธฐ" + +#: src/view/com/composer/Composer.tsx:1802 msgctxt "action" msgid "Reply" msgstr "๋‹ต๊ธ€ ๋ณด๋‚ด๊ธฐ" @@ -9590,14 +9652,14 @@ msgstr "๋‹ต๊ธ€ ํ‘œ์‹œ ์—ฌ๋ถ€๋ฅผ ์—…๋ฐ์ดํŠธํ–ˆ์Šต๋‹ˆ๋‹ค" msgid "Reply was successfully hidden" msgstr "๋‹ต๊ธ€์„ ์„ฑ๊ณต์ ์œผ๋กœ ์ˆจ๊ฒผ์Šต๋‹ˆ๋‹ค" -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:582 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "์‹ ๊ณ " -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "๊ณ„์ • ์‹ ๊ณ " @@ -9623,7 +9685,7 @@ msgstr "ํ”ผ๋“œ ์‹ ๊ณ " msgid "Report list" msgstr "๋ฆฌ์ŠคํŠธ ์‹ ๊ณ " -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "๋ฉ”์‹œ์ง€ ์‹ ๊ณ " @@ -9657,7 +9719,7 @@ msgstr "์ด ๋Œ€ํ™” ์‹ ๊ณ ํ•˜๊ธฐ" msgid "Report this feed" msgstr "์ด ํ”ผ๋“œ ์‹ ๊ณ ํ•˜๊ธฐ" -#: src/screens/Messages/ConversationSettings/index.tsx:581 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "์ด ๊ทธ๋ฃน ๋Œ€ํ™” ์‹ ๊ณ ํ•˜๊ธฐ" @@ -9737,7 +9799,7 @@ msgstr "์ด ๊ฒŒ์‹œ๋ฌผ์˜ ์žฌ๊ฒŒ์‹œ๋ฌผ" msgid "Reposts of your reposts" msgstr "๋‚ด ์žฌ๊ฒŒ์‹œ๋ฌผ์˜ ์žฌ๊ฒŒ์‹œ" -#: src/components/intents/GroupChatJoinDialog.tsx:447 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" msgstr "๊ทธ๋ฃน ๋Œ€ํ™” ์ฐธ์—ฌ ๊ถŒํ•œ ์š”์ฒญํ•˜๊ธฐ" @@ -9755,7 +9817,7 @@ msgid "Request ignored." msgstr "์š”์ฒญ์„ ๋ฌด์‹œํ–ˆ์Šต๋‹ˆ๋‹ค" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:281 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" msgstr "์ฐธ์—ฌ ์š”์ฒญ" @@ -9764,7 +9826,7 @@ msgid "Requested" msgstr "์š”์ฒญํ–ˆ์Šต๋‹ˆ๋‹ค" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "์š”์ฒญ" @@ -9791,9 +9853,9 @@ msgstr "์ด ์ œ๊ณต์ž์—์„œ ํ•„์ˆ˜" msgid "Required in your region" msgstr "๋‚ด ์ง€์—ญ์—์„œ ํ•„์ˆ˜" -#: src/components/intents/GroupChatJoinDialog.tsx:296 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:310 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:115 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:117 msgid "Rescind request" msgstr "์š”์ฒญ ์ทจ์†Œ" @@ -9872,7 +9934,7 @@ msgstr "์˜ค๋ฅ˜๊ฐ€ ๋ฐœ์ƒํ•œ ๋งˆ์ง€๋ง‰ ์ž‘์—…์„ ๋‹ค์‹œ ์‹œ๋„ํ•ฉ๋‹ˆ๋‹ค" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 #: src/screens/Messages/JoinRequests.tsx:361 @@ -9928,7 +9990,7 @@ msgstr "์Šฌํ”ˆ GIF" #: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10015,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:1449 #: 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:1421 #: 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:1449 #: 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:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "์ž„์‹œ ์ €์žฅํ•˜์‹œ๊ฒ ์Šต๋‹ˆ๊นŒ?" @@ -10022,13 +10084,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:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "๋จผ์ € ์ธ์‚ฌ๋ฅผ ๊ฑด๋„ค๋ณด์„ธ์š”" @@ -10058,6 +10120,10 @@ msgstr "์™ผ์ชฝ์œผ๋กœ ์Šคํฌ๋กค" msgid "Scroll right" msgstr "์˜ค๋ฅธ์ชฝ์œผ๋กœ ์Šคํฌ๋กค" +#: src/components/dms/MessageItem.tsx:774 +msgid "Scroll to the message this is replying to" +msgstr "๋‹ต์žฅํ•œ ๋ฉ”์‹œ์ง€๋กœ ์Šคํฌ๋กคํ•˜๊ธฐ" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "๋งจ ์œ„๋กœ ์Šคํฌ๋กค" @@ -10067,7 +10133,7 @@ msgstr "๋งจ ์œ„๋กœ ์Šคํฌ๋กค" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "๊ฒ€์ƒ‰" @@ -10148,8 +10214,8 @@ msgstr "์–ธ์–ด ๊ฒ€์ƒ‰" msgid "Search my posts" msgstr "๋‚ด ๊ฒŒ์‹œ๋ฌผ ๊ฒ€์ƒ‰" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "๊ฒŒ์‹œ๋ฌผ ๊ฒ€์ƒ‰" @@ -10425,8 +10491,8 @@ msgstr "์˜ค๋ฅ˜ ์‹ ๊ณ  ๋ณด๋‚ด๊ธฐ" msgid "Send feedback" msgstr "ํ”ผ๋“œ๋ฐฑ ๋ณด๋‚ด๊ธฐ" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "๋ฉ”์‹œ์ง€ ๋ณด๋‚ด๊ธฐ" @@ -10460,7 +10526,7 @@ msgid "Send via direct message" msgstr "๋‹ค์ด๋ ‰ํŠธ ๋ฉ”์‹œ์ง€๋กœ ๋ณด๋‚ด๊ธฐ" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "{0}์— ์ „์†ก๋จ" @@ -10565,7 +10631,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 @@ -10577,7 +10643,7 @@ msgstr "์™ธ์„ค์ " msgid "Share" msgstr "๊ณต์œ " -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "๋ฌด์‹œํ•˜๊ณ  ๊ณต์œ " @@ -10641,8 +10707,8 @@ msgstr "์ด ์Šคํƒ€ํ„ฐ ํŒฉ์„ ๊ณต์œ ํ•˜์—ฌ ์‚ฌ๋žŒ๋“ค์ด Bluesky์—์„œ ์ปค๋ฎค๋‹ˆ #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "๊ณต์œ โ€ฆ" @@ -10796,15 +10862,15 @@ msgstr "์ฝ˜ํ…์ธ ๋ฅผ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:294 -#: src/screens/Messages/JoinRequest.tsx:300 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,7 +10896,7 @@ msgstr "๋กœ๊ทธ์ธ ๋˜๋Š” ๊ณ„์ • ๋งŒ๋“ค๊ธฐ" msgid "Sign in or create your account to join the conversation!" msgstr "๋Œ€ํ™”์— ์ฐธ์—ฌํ•˜๋ ค๋ฉด ๋กœ๊ทธ์ธํ•˜๊ฑฐ๋‚˜ ๊ณ„์ •์„ ๋งŒ๋“œ์„ธ์š”!" -#: src/screens/Messages/JoinRequest.tsx:220 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." msgstr "์ดˆ๋Œ€๋ฅผ ์ˆ˜๋ฝํ•˜๋ ค๋ฉด ๋กœ๊ทธ์ธํ•˜์„ธ์š”." @@ -10842,7 +10908,7 @@ msgstr "๋ชฉ๋ก์— ์—†๋Š” ๊ณ„์ •์œผ๋กœ ๋กœ๊ทธ์ธ" msgid "Sign in to Bluesky or create a new account" msgstr "Bluesky์— ๋กœ๊ทธ์ธํ•˜๊ฑฐ๋‚˜ ์ƒˆ ๊ณ„์ • ๋งŒ๋“ค๊ธฐ" -#: src/screens/Messages/JoinRequest.tsx:219 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." msgstr "์ด ๊ทธ๋ฃน ๋Œ€ํ™”์— ์ฐธ์—ฌ ์š”์ฒญํ•˜๋ ค๋ฉด ๋กœ๊ทธ์ธํ•˜์„ธ์š”." @@ -10900,7 +10966,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:1466 msgid "Skip empty posts?" msgstr "๋นˆ ๊ฒŒ์‹œ๋ฌผ์„ ์ œ์™ธํ•˜์‹œ๊ฒ ์Šต๋‹ˆ๊นŒ?" @@ -10971,12 +11037,12 @@ msgid "Someone left the group" msgstr "๋ˆ„๊ตฐ๊ฐ€๊ฐ€ ๊ทธ๋ฃน์—์„œ ๋‚˜๊ฐ”์Šต๋‹ˆ๋‹ค" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:347 msgid "Someone reacted {0}" msgstr "๋ˆ„๊ตฐ๊ฐ€๊ฐ€ {0}(์œผ)๋กœ ๋ฐ˜์‘ํ–ˆ์Šต๋‹ˆ๋‹ค" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "๋ˆ„๊ตฐ๊ฐ€๊ฐ€ {target}์— {0}(์œผ)๋กœ ๋ฐ˜์‘ํ–ˆ์Šต๋‹ˆ๋‹ค" @@ -10996,10 +11062,6 @@ msgstr "๋ˆ„๊ตฐ๊ฐ€ ๋‚ด๋ณด๋‚ด์กŒ์Šต๋‹ˆ๋‹ค" msgid "Someone was removed from the group" msgstr "๋ˆ„๊ตฐ๊ฐ€๊ฐ€ ๊ทธ๋ฃน์—์„œ ๋‚ด๋ณด๋‚ด์กŒ์Šต๋‹ˆ๋‹ค" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "์ƒˆ๋กœ์šด ๊ธฐ๋Šฅ์ด ์ถ”๊ฐ€๋˜์—ˆ์Šต๋‹ˆ๋‹ค" - #: 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 "์‹ ๊ณ ํ•˜๋ ค๋Š” ๋ฐ์ดํ„ฐ์— ๋ฌธ์ œ๊ฐ€ ์žˆ์Šต๋‹ˆ๋‹ค. ์ง€์›ํŒ€์— ๋ฌธ์˜ํ•˜์„ธ์š”." @@ -11043,8 +11105,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 "์ฃ„์†กํ•ฉ๋‹ˆ๋‹ค. ์„ธ์…˜์ด ๋งŒ๋ฃŒ๋˜์—ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ๋กœ๊ทธ์ธํ•ด ์ฃผ์„ธ์š”." @@ -11214,13 +11276,13 @@ msgid "Subscribe" msgstr "๊ตฌ๋…" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "{0}์—์„œ ๊ตฌ๋…ํ•˜๊ธฐ" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "{0}์—์„œ {publicationTitle} ๊ตฌ๋…ํ•˜๊ธฐ" @@ -11255,7 +11317,7 @@ msgstr "์„ฑ๊ณต" msgid "Success!" msgstr "์„ฑ๊ณต!" -#: src/components/intents/GroupChatJoinDialog.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" msgstr "๊ทธ๋ฃน ๋Œ€ํ™”์— ์ฐธ์—ฌํ–ˆ์Šต๋‹ˆ๋‹ค!" @@ -11355,7 +11417,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:572 +#: src/components/dms/MessageItem.tsx:661 msgid "Tap for details" msgstr "ํƒญํ•˜์—ฌ ์ž์„ธํžˆ ์•Œ์•„๋ณด๊ธฐ" @@ -11390,7 +11452,7 @@ msgid "Tap to dismiss" msgstr "ํƒญํ•˜์—ฌ ๋‹ซ๊ธฐ" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:453 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" msgstr "ํƒญํ•˜์—ฌ ์ฆ‰์‹œ ๊ทธ๋ฃน ๋Œ€ํ™”์— ์ฐธ์—ฌํ•ฉ๋‹ˆ๋‹ค" @@ -11398,34 +11460,34 @@ msgstr "ํƒญํ•˜์—ฌ ์ฆ‰์‹œ ๊ทธ๋ฃน ๋Œ€ํ™”์— ์ฐธ์—ฌํ•ฉ๋‹ˆ๋‹ค" msgid "Tap to open this group chat" msgstr "ํƒญํ•˜์—ฌ ์ด ๊ทธ๋ฃน ๋Œ€ํ™”๋ฅผ ์—ฝ๋‹ˆ๋‹ค" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "ํƒญํ•˜์—ฌ ์ œ๊ฑฐ" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "ํƒญํ•˜์—ฌ ๋‚ด {0} ๋ฐ˜์‘์„ ์ œ๊ฑฐํ•ฉ๋‹ˆ๋‹ค" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:452 +#: src/components/intents/GroupChatJoinDialog.tsx:468 msgid "Tap to request access to join this group chat" msgstr "ํƒญํ•˜์—ฌ ์ด ๊ทธ๋ฃน ๋Œ€ํ™”์˜ ์ฐธ์—ฌ ๊ถŒํ•œ์„ ์š”์ฒญํ•ฉ๋‹ˆ๋‹ค" -#: src/components/dms/MessageItem.tsx:537 +#: src/components/dms/MessageItem.tsx:626 msgid "Tap to retry" msgstr "ํƒญํ•˜์—ฌ ๋‹ค์‹œ ์‹œ๋„" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "ํƒญํ•˜์—ฌ {0} ๋ฐ˜์‘์„ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "ํƒญํ•˜์—ฌ ๋ชจ๋“  ๋ฐ˜์‘์„ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:373 msgid "Tap to view reactions" msgstr "ํƒญํ•˜์—ฌ ๋ฐ˜์‘์„ ๋ด…๋‹ˆ๋‹ค" @@ -11528,7 +11590,7 @@ msgstr "๊ทธ๊ฒŒ ๋‹ค์˜ˆ์š”!" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "์ฐจ๋‹จ์„ ํ•ด์ œํ•˜๋ฉด ์ด ๊ณ„์ •์ด ๋‚˜์™€ ์ƒํ˜ธ์ž‘์šฉํ•  ์ˆ˜ ์žˆ๊ฒŒ ๋ฉ๋‹ˆ๋‹ค." @@ -11594,7 +11656,7 @@ msgstr "์ƒˆ ๊ฒŒ์‹œ๋ฌผ์„ ์ž‘์„ฑํ•  ๋•Œ ๋‹ค์Œ ์„ค์ •์ด ๊ธฐ๋ณธ๊ฐ’์œผ๋กœ ์‚ฌ์šฉ msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "ํ•ด๋‹น ์ง€์—ญ์˜ ๋ฒ•๋ฅ ์— ๋”ฐ๋ผ ํŠน์ • ๊ธฐ๋Šฅ์„ ์ด์šฉํ•˜๋ ค๋ฉด ์„ฑ์ธ ์ธ์ฆ์ด ํ•„์š”ํ•ฉ๋‹ˆ๋‹ค. ์ž์„ธํžˆ ์•Œ์•„๋ณด๋ ค๋ฉด ํƒญํ•˜์„ธ์š”." -#: src/components/intents/GroupChatJoinDialog.tsx:155 +#: src/components/intents/GroupChatJoinDialog.tsx:165 #: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." msgstr "๊ทธ๋ฃน ๋Œ€ํ™”์˜ ์ตœ๋Œ€ ์ธ์› ์ œํ•œ์— ๋„๋‹ฌํ–ˆ์Šต๋‹ˆ๋‹ค." @@ -11621,7 +11683,7 @@ msgstr "์„œ๋ฒ„์— ๋ฌธ์ œ๊ฐ€ ์žˆ๋Š” ๊ฒƒ ๊ฐ™์Šต๋‹ˆ๋‹ค. ์ž ์‹œ ํ›„ ๋‹ค์‹œ ์‹œ๋„ํ•ด msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "์ด ์Šคํƒ€ํ„ฐ ํŒฉ์€ ์œ ํšจํ•˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค. ๋Œ€์‹  ์ด ์Šคํƒ€ํ„ฐ ํŒฉ์„ ์‚ญ์ œํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค." -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "์ปจํ…์ŠคํŠธ ๋ฉ”๋‰ด ์ œ๋ชฉ" @@ -11665,8 +11727,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "GIF๋ฅผ ๋ถˆ๋Ÿฌ์˜ค๋Š” ๋™์•ˆ ๋ฌธ์ œ๊ฐ€ ๋ฐœ์ƒํ–ˆ์Šต๋‹ˆ๋‹ค. ์ธํ„ฐ๋„ท ์—ฐ๊ฒฐ ์ƒํƒœ๋ฅผ ํ™•์ธํ•˜๊ณ  ๋‹ค์‹œ ์‹œ๋„ํ•ด ์ฃผ์„ธ์š”." #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:182 +#: 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 "์ธํ„ฐ๋„ท ์—ฐ๊ฒฐ์— ๋ฌธ์ œ๊ฐ€ ๋ฐœ์ƒํ–ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•ด ์ฃผ์„ธ์š”" @@ -11693,7 +11755,7 @@ msgstr "์•Œ๋ฆผ์„ ๊ฐ€์ ธ์˜ค๋Š” ๋™์•ˆ ๋ฌธ์ œ๊ฐ€ ๋ฐœ์ƒํ–ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ msgid "There was an issue fetching posts. Tap here to try again." msgstr "๊ฒŒ์‹œ๋ฌผ์„ ๊ฐ€์ ธ์˜ค๋Š” ๋™์•ˆ ๋ฌธ์ œ๊ฐ€ ๋ฐœ์ƒํ–ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•˜๋ ค๋ฉด ์ด๊ณณ์„ ํƒญํ•˜์„ธ์š”." -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "๋ฆฌ์ŠคํŠธ๋ฅผ ๊ฐ€์ ธ์˜ค๋Š” ๋™์•ˆ ๋ฌธ์ œ๊ฐ€ ๋ฐœ์ƒํ–ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•˜๋ ค๋ฉด ์ด๊ณณ์„ ํƒญํ•˜์„ธ์š”." @@ -11733,12 +11795,12 @@ msgstr "ํ”ผ๋“œ๋ฅผ ์—…๋ฐ์ดํŠธํ•˜๋Š” ๋™์•ˆ ๋ฌธ์ œ๊ฐ€ ๋ฐœ์ƒํ–ˆ์Šต๋‹ˆ๋‹ค. ์ธํ„ฐ #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "๋ฌธ์ œ๊ฐ€ ๋ฐœ์ƒํ–ˆ์Šต๋‹ˆ๋‹ค! {0}" @@ -11778,7 +11840,7 @@ msgstr "์ด ์„ค์ •์€ ํŒ”๋กœ์šฐ ์ค‘ ํ”ผ๋“œ์—๋งŒ ์ ์šฉ๋ฉ๋‹ˆ๋‹ค." msgid "They own this chat" msgstr "๋‚ด ์†Œ์œ ๊ฐ€ ์•„๋‹Œ ๋Œ€ํ™”" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." msgstr "๋‹ค์‹œ ์ดˆ๋Œ€ํ•˜๊ธฐ ์ „๊นŒ์ง€ ์ด ๋Œ€ํ™”์— ๋‹ค์‹œ ์ฐธ์—ฌํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค." @@ -11828,22 +11890,22 @@ msgstr "์ด ์ž‘์„ฑ์ž๋Š” ๋กœ๊ทธ์ธํ•œ ์‚ฌ์šฉ์ž์—๊ฒŒ๋งŒ ๊ฒŒ์‹œ๋ฌผ์„ ๊ณต๊ฐœํ•˜ 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 "์ด ๋ฒ„ํŠผ์„ ๋ˆ„๋ฅด๋ฉด ๋‹ค๋ฅธ ์‚ฌ๋žŒ์ด Germ DM ์•ฑ์„ ์—ด์–ด ๋ฉ”์‹œ์ง€๋ฅผ ๋ณด๋‚ผ ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. Germ DM ์•ฑ์—์„œ ์ด ๋ฒ„ํŠผ์˜ ๊ณต๊ฐœ ์—ฌ๋ถ€๋ฅผ ๊ด€๋ฆฌํ•˜๊ฑฐ๋‚˜ ์•„๋ž˜ ๋ฒ„ํŠผ์„ ํด๋ฆญํ•˜์—ฌ Bluesky ๊ณ„์ •์„ Germ DM์—์„œ ์™„์ „ํžˆ ์—ฐ๊ฒฐ ํ•ด์ œํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค." -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "์ด ๋Œ€ํ™”๋Š” ์ข…๋ฃŒ๋˜์—ˆ์Šต๋‹ˆ๋‹ค" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:287 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" msgstr "์ด ๋Œ€ํ™”๋Š” ์ธ์›์ด ๊ฐ€๋“ ์ฐผ์Šต๋‹ˆ๋‹ค" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "์ด ๋Œ€ํ™”๋Š” ์ž ๊ฒจ ์žˆ์Šต๋‹ˆ๋‹ค" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:430 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" msgstr "์ด ๋Œ€ํ™”๋Š” ๊ฒ€ํ†  ์กฐ์น˜๋กœ ์ธํ•ด ์ž ๊ฒจ ์žˆ์Šต๋‹ˆ๋‹ค" @@ -11881,7 +11943,7 @@ msgstr "๊ด€๋ จ ์‚ฌ์šฉ์ž ์ค‘ ํ•œ ๋ช…์ด ๋‹ค๋ฅธ ์‚ฌ์šฉ์ž๋ฅผ ์ฐจ๋‹จํ–ˆ๊ธฐ ๋•Œ๋ฌธ msgid "This content is not viewable without a Bluesky account." msgstr "์ด ์ฝ˜ํ…์ธ ๋Š” Bluesky ๊ณ„์ •์ด ์—†์œผ๋ฉด ๋ณผ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค." -#: src/components/intents/GroupChatJoinDialog.tsx:141 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." msgstr "์ด ๋Œ€ํ™”๋Š” ์ž ๊ฒจ ์žˆ์Šต๋‹ˆ๋‹ค." @@ -11931,7 +11993,7 @@ msgstr "์ด ํ”ผ๋“œ๋Š” ๋น„์–ด ์žˆ์Šต๋‹ˆ๋‹ค." msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "์ด ํ”ผ๋“œ๋Š” ๋” ์ด์ƒ ์˜จ๋ผ์ธ ์ƒํƒœ๊ฐ€ ์•„๋‹™๋‹ˆ๋‹ค. ๋Œ€์‹  <0>Discover๋ฅผ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค." -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" msgstr "์ด ๊ทธ๋ฃน์€ ์†Œ์œ ์ž์— ๋Œ€ํ•œ ๊ฒ€ํ†  ์กฐ์น˜๋กœ ์ธํ•ด ์ž ๊ฒจ ์žˆ์Šต๋‹ˆ๋‹ค" @@ -11947,11 +12009,11 @@ msgstr "์ด ์ด๋ฏธ์ง€๋Š” ์‚ฌ์šฉํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค. .jpg ๋˜๋Š” .png์™€ ๊ฐ™์€ msgid "This information is private and not shared with other users." msgstr "์ด ์ •๋ณด๋Š” ๋น„๊ณต๊ฐœ์ด๋ฉฐ ๋‹ค๋ฅธ ์‚ฌ์šฉ์ž์™€ ๊ณต์œ ๋˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค." -#: src/components/intents/GroupChatJoinDialog.tsx:151 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." msgstr "์ด ์ดˆ๋Œ€ ๋งํฌ๋Š” ๋น„ํ™œ์„ฑํ™”๋˜์—ˆ์Šต๋‹ˆ๋‹ค." -#: src/components/intents/GroupChatJoinDialog.tsx:223 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" msgstr "์ด ์ดˆ๋Œ€ ๋งํฌ๋Š” ์œ ํšจํ•˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค" @@ -11997,17 +12059,17 @@ msgstr "๋‚ด๊ฐ€ ๋งŒ๋“  ์ด ๋ชฉ๋ก์€ ์ด๋ฆ„์ด๋‚˜ ์„ค๋ช…์— Bluesky์˜ ์ปค๋ฎค๋‹ˆ msgid "This list is empty." msgstr "์ด ๋ฆฌ์ŠคํŠธ๋Š” ๋น„์–ด ์žˆ์Šต๋‹ˆ๋‹ค." -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" msgstr "์ด ๋ฉ”์‹œ์ง€๋Š” ์ˆจ๊ฒจ์ ธ ์žˆ์Šต๋‹ˆ๋‹ค" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:688 msgid "This message is hidden because this user is blocking you." msgstr "์ด ์‚ฌ์šฉ์ž๊ฐ€ ๋‚˜๋ฅผ ์ฐจ๋‹จํ–ˆ๊ธฐ ๋•Œ๋ฌธ์— ์ด ๋ฉ”์‹œ์ง€๋Š” ์ˆจ๊ฒจ์กŒ์Šต๋‹ˆ๋‹ค." -#: src/components/dms/MessageItem.tsx:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:658 +#: src/components/dms/MessageItem.tsx:684 msgid "This message is hidden because you are blocking this user." msgstr "์ด ์‚ฌ์šฉ์ž๋ฅผ ์ฐจ๋‹จํ–ˆ๊ธฐ ๋•Œ๋ฌธ์— ์ด ๋ฉ”์‹œ์ง€๋Š” ์ˆจ๊ฒจ์กŒ์Šต๋‹ˆ๋‹ค." @@ -12045,11 +12107,11 @@ 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:1041 msgid "This post's author has disabled quote posts." msgstr "์ด ๊ฒŒ์‹œ๋ฌผ์˜ ์ž‘์„ฑ์ž๊ฐ€ ์ธ์šฉ ๊ฒŒ์‹œ๋ฌผ์„ ๋น„ํ™œ์„ฑํ™”ํ–ˆ์Šต๋‹ˆ๋‹ค." -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "์ด ํ”„๋กœํ•„์€ ๋กœ๊ทธ์ธํ•œ ์‚ฌ์šฉ์ž์—๊ฒŒ๋งŒ ํ‘œ์‹œ๋ฉ๋‹ˆ๋‹ค. ๋กœ๊ทธ์ธํ•˜์ง€ ์•Š์€ ์‚ฌ์šฉ์ž์—๊ฒŒ๋Š” ํ‘œ์‹œ๋˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค." @@ -12242,8 +12304,8 @@ msgstr "์ธ๊ธฐ์ˆœ" msgid "Topic" msgstr "์ฃผ์ œ" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,7 +12375,7 @@ msgctxt "action" msgid "Try again" msgstr "๋‹ค์‹œ ์‹œ๋„" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." msgstr "์ž ์‹œ ํ›„ ๋‹ค์‹œ ์‹œ๋„ํ•ด ์ฃผ์„ธ์š”." @@ -12335,7 +12397,7 @@ msgstr "TV" msgid "Two-factor authentication (2FA)" msgstr "2๋‹จ๊ณ„ ์ธ์ฆ" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "๋ฉ”์‹œ์ง€๋ฅผ ์ž…๋ ฅํ•˜์„ธ์š”" @@ -12401,7 +12463,7 @@ msgstr "์‚ฌ์šฉํ•  ์ˆ˜ ์—†์Œ" msgid "Unavailable feed information" msgstr "์‚ฌ์šฉํ•  ์ˆ˜ ์—†๋Š” ํ”ผ๋“œ ์ •๋ณด" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:726 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12409,14 +12471,14 @@ msgstr "์‚ฌ์šฉํ•  ์ˆ˜ ์—†๋Š” ํ”ผ๋“œ ์ •๋ณด" #: src/components/moderation/BlockDialog.tsx:211 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "์ฐจ๋‹จ ํ•ด์ œ" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "์ฐจ๋‹จ ํ•ด์ œ" @@ -12427,8 +12489,8 @@ msgstr "{displayName} ๋‹˜ ์ฐจ๋‹จ ํ•ด์ œํ•˜๊ธฐ" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "๊ณ„์ • ์ฐจ๋‹จ ํ•ด์ œ" @@ -12437,7 +12499,7 @@ msgid "Unblock account?" msgstr "๊ณ„์ •์„ ์ฐจ๋‹จ ํ•ด์ œํ•˜์‹œ๊ฒ ์Šต๋‹ˆ๊นŒ?" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "๊ณ„์ •์„ ์ฐจ๋‹จ ํ•ด์ œํ•˜์‹œ๊ฒ ์Šต๋‹ˆ๊นŒ?" @@ -12474,12 +12536,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "์žฌ๊ฒŒ์‹œ ์ทจ์†Œ ({0, plural, other {#๊ฐœ}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "{0} ๋‹˜์„ ์–ธํŒ”๋กœ์šฐ" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "๊ณ„์ • ์–ธํŒ”๋กœ์šฐ" @@ -12521,11 +12583,11 @@ msgstr "์ข‹์•„์š” ์ทจ์†Œ" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "์ข‹์•„์š” ์ทจ์†Œ ({0, plural, other {#๊ฐœ}})" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "๋Œ€ํ™” ์ž ๊ธˆ ํ•ด์ œ" -#: src/screens/Messages/ConversationSettings/index.tsx:567 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "์ด ๊ทธ๋ฃน ๋Œ€ํ™” ์ž ๊ธˆ ํ•ด์ œํ•˜๊ธฐ" @@ -12548,8 +12610,8 @@ msgstr "{0} ์–ธ๋ฎคํŠธ" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "๊ณ„์ • ์–ธ๋ฎคํŠธ" @@ -12562,7 +12624,7 @@ msgstr "๋Œ€ํ™” ์–ธ๋ฎคํŠธ" msgid "Unmute list" msgstr "๋ฆฌ์ŠคํŠธ ์–ธ๋ฎคํŠธ" -#: src/screens/Messages/ConversationSettings/index.tsx:529 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "์ด ๊ทธ๋ฃน ๋Œ€ํ™” ์–ธ๋ฎคํŠธํ•˜๊ธฐ" @@ -12641,7 +12703,7 @@ msgstr "๋ฆฌ์ŠคํŠธ๋ฅผ ๊ตฌ๋… ์ทจ์†Œํ–ˆ์Šต๋‹ˆ๋‹ค" msgid "Unsupported clipboard content" msgstr "์ง€์›๋˜์ง€ ์•Š๋Š” ํด๋ฆฝ๋ณด๋“œ ์ฝ˜ํ…์ธ " -#: src/view/com/composer/Composer.tsx:1557 +#: src/view/com/composer/Composer.tsx:1555 msgid "Unsupported video type: {mimeType}" msgstr "์ง€์›๋˜์ง€ ์•Š๋Š” ๋™์˜์ƒ ์œ ํ˜•: {mimeType}" @@ -12654,13 +12716,10 @@ msgstr "์ตœ๋Œ€ 50๋ช…๊นŒ์ง€" msgid "Update" msgstr "์—…๋ฐ์ดํŠธ" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "๋ฆฌ์ŠคํŠธ์—์„œ <0>{displayName} ์—…๋ฐ์ดํŠธ" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" -msgstr "์•ฑ ์—…๋ฐ์ดํŠธ" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" +msgstr "๋ฆฌ์ŠคํŠธ์—์„œ {0} ๋‹˜ ์—…๋ฐ์ดํŠธ" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 #: src/components/dialogs/EmailDialog/screens/Update.tsx:308 @@ -12669,6 +12728,10 @@ msgstr "์•ฑ ์—…๋ฐ์ดํŠธ" msgid "Update email" msgstr "์ด๋ฉ”์ผ ๋ณ€๊ฒฝ" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "๋ฆฌ์ŠคํŠธ์—์„œ ์—…๋ฐ์ดํŠธ" + #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 #: src/screens/Messages/components/InviteLinkDialog.tsx:303 @@ -12680,14 +12743,6 @@ msgstr "์ดˆ๋Œ€ ๋งํฌ ์—…๋ฐ์ดํŠธ" msgid "Update to {domain}" msgstr "{domain}(์œผ)๋กœ ๋ณ€๊ฒฝ" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "์•ฑ ์—…๋ฐ์ดํŠธํ•˜๊ธฐ" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "ํ™•์ธํ•˜๋ ค๋ฉด ์•ฑ์„ ์—…๋ฐ์ดํŠธํ•˜์„ธ์š”." - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "์ด๋ฉ”์ผ ๋ณ€๊ฒฝ" @@ -12736,7 +12791,7 @@ msgstr "ํŒŒ์ผ์—์„œ ์—…๋กœ๋“œ" msgid "Upload from Library" msgstr "๋ณด๊ด€ํ•จ์—์„œ ์—…๋กœ๋“œ" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2585 msgid "Uploading GIF..." msgstr "GIF ์—…๋กœ๋“œ ์ค‘โ€ฆ" @@ -12750,7 +12805,7 @@ msgstr "์ด๋ฏธ์ง€ ์—…๋กœ๋“œ ์ค‘โ€ฆ" msgid "Uploading link thumbnail..." msgstr "๋งํฌ ๋ฏธ๋ฆฌ๋ณด๊ธฐ ์—…๋กœ๋“œ ์ค‘โ€ฆ" -#: src/view/com/composer/Composer.tsx:2589 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading video..." msgstr "๋™์˜์ƒ ์—…๋กœ๋“œ ์ค‘โ€ฆ" @@ -12826,7 +12881,7 @@ msgid "User Blocks You" msgstr "๋‚˜๋ฅผ ์ฐจ๋‹จํ•œ ์‚ฌ์šฉ์ž" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "{0} ๋‹˜์˜ ์‚ฌ์šฉ์ž ๋ฆฌ์ŠคํŠธ" @@ -12835,7 +12890,7 @@ msgstr "{0} ๋‹˜์˜ ์‚ฌ์šฉ์ž ๋ฆฌ์ŠคํŠธ" msgid "User List by {0}" msgstr "{0} ๋‹˜์˜ ์‚ฌ์šฉ์ž ๋ฆฌ์ŠคํŠธ" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "๋‚ด ์‚ฌ์šฉ์ž ๋ฆฌ์ŠคํŠธ" @@ -12875,16 +12930,6 @@ msgstr "<0>@{0} ๋‹˜์ด ํŒ”๋กœ์šฐํ•˜๋Š” ์‚ฌ์šฉ์ž" msgid "users following <0>@{0}" msgstr "<0>@{0} ๋‹˜์„ ํŒ”๋กœ์šฐํ•˜๋Š” ์‚ฌ์šฉ์ž" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "๋‚ด๊ฐ€ ํŒ”๋กœ์šฐํ•˜๋Š” ์‚ฌ์šฉ์ž" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "๋‚ด๊ฐ€ ํŒ”๋กœ์šฐํ•˜๋Š” ์‚ฌ์šฉ์ž" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "๊ฐ’:" @@ -12912,8 +12957,8 @@ msgstr "์ธ์ฆ์ž:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "๊ณ„์ • ์ธ์ฆ" @@ -13039,7 +13084,7 @@ msgstr "๋™์˜์ƒ์„ ์ฐพ์„ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค." msgid "Video settings" msgstr "๋™์˜์ƒ ์„ค์ •" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2605 msgid "Video uploaded" msgstr "๋™์˜์ƒ์„ ์—…๋กœ๋“œํ–ˆ์Šต๋‹ˆ๋‹ค" @@ -13056,21 +13101,21 @@ msgstr "๋™์˜์ƒ" msgid "Videos must be less than 3 minutes long." msgstr "๋™์˜์ƒ ๊ธธ์ด๋Š” 3๋ถ„ ๋ฏธ๋งŒ์ด์–ด์•ผ ํ•ฉ๋‹ˆ๋‹ค." -#: src/view/com/composer/Composer.tsx:1150 +#: src/view/com/composer/Composer.tsx:1148 msgctxt "Action to view the post the user just created" msgid "View" msgstr "๋ณด๊ธฐ" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "{0} ๋ณด๊ธฐ" #. placeholder {0}: profile.handle #: src/screens/Profile/Header/Shell.tsx:257 msgid "View {0}'s avatar" -msgstr "{0} ๋‹˜์˜ ์•„๋ฐ”ํƒ€ ๋ณด๊ธฐ" +msgstr "{0} ๋‹˜์˜ ํ”„๋กœํ•„ ์‚ฌ์ง„ ๋ณด๊ธฐ" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle @@ -13078,7 +13123,7 @@ msgstr "{0} ๋‹˜์˜ ์•„๋ฐ”ํƒ€ ๋ณด๊ธฐ" #: 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 "{0} ๋‹˜์˜ ํ”„๋กœํ•„ ๋ณด๊ธฐ" @@ -13092,7 +13137,7 @@ msgstr "{0} ๋‹˜์˜ ํ”„๋กœํ•„ ๋ณด๊ธฐ" msgid "View {displayName}โ€™s profile" msgstr "{displayName} ๋‹˜์˜ ํ”„๋กœํ•„ ๋ณด๊ธฐ" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "{publicationTitle} ๋ณด๊ธฐ" @@ -13145,7 +13190,7 @@ msgstr "๋” ๋ณด๊ธฐ" msgid "View more trending videos" msgstr "์ธ๊ธฐ ๋™์˜์ƒ ๋” ๋ณด๊ธฐ" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1143 msgid "View post" msgstr "๊ฒŒ์‹œ๋ฌผ ๋ณด๊ธฐ" @@ -13162,18 +13207,18 @@ msgstr "ํ”„๋กœํ•„ ๋ณด๊ธฐ" msgid "View profile banner" msgstr "ํ”„๋กœํ•„ ๋ฐฐ๋„ˆ ๋ณด๊ธฐ" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "๋ฐœํ–‰๋ฌผ ๋ณด๊ธฐ" #: src/view/com/profile/ProfileSubpageHeader.tsx:108 msgid "View the avatar" -msgstr "์•„๋ฐ”ํƒ€ ๋ณด๊ธฐ" +msgstr "ํ”„๋กœํ•„ ์‚ฌ์ง„ ๋ณด๊ธฐ" -#: src/screens/Messages/ConversationSettings/index.tsx:554 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "์ด ๊ทธ๋ฃน ๋Œ€ํ™”์˜ ์ดˆ๋Œ€ ๋งํฌ ๋ณด๊ธฐ" @@ -13441,7 +13486,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:1039 msgid "We're sorry! The post you are replying to has been deleted." msgstr "์ฃ„์†กํ•˜์ง€๋งŒ ๋‹ต๊ธ€์„ ๋‹ฌ๋ ค๋Š” ๊ฒŒ์‹œ๋ฌผ์ด ์‚ญ์ œ๋˜์—ˆ์Šต๋‹ˆ๋‹ค." @@ -13492,7 +13537,7 @@ msgid "What do you want to call your starter pack?" msgstr "์Šคํƒ€ํ„ฐ ํŒฉ์˜ ์ด๋ฆ„์„ ๋ฌด์—‡์œผ๋กœ ํ• ๊นŒ์š”?" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1519 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "๋ฌด์Šจ ์ผ์ด ์ผ์–ด๋‚˜๊ณ  ์žˆ๋‚˜์š”?" @@ -13519,7 +13564,7 @@ msgid "Who can verify?" msgstr "๋ˆ„๊ฐ€ ์ธ์ฆ์„ ๋ฐ›์„ ์ˆ˜ ์žˆ๋‚˜์š”?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "์ด๋Ÿฐ!" @@ -13578,7 +13623,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:1437 msgid "Would you like to save this as a draft to edit later?" msgstr "๋‚˜์ค‘์— ๋‹ค์‹œ ์ž‘์„ฑํ•  ์ˆ˜ ์žˆ๋„๋ก ์ž„์‹œ ์ €์žฅํ•˜์‹œ๊ฒ ์Šต๋‹ˆ๊นŒ?" @@ -13587,12 +13632,12 @@ msgstr "๋‚˜์ค‘์— ๋‹ค์‹œ ์ž‘์„ฑํ•  ์ˆ˜ ์žˆ๋„๋ก ์ž„์‹œ ์ €์žฅํ•˜์‹œ๊ฒ ์Šต๋‹ˆ๊นŒ msgid "Write a post" msgstr "๊ฒŒ์‹œ๋ฌผ ์ž‘์„ฑํ•˜๊ธฐ" -#: src/view/com/composer/Composer.tsx:1617 +#: src/view/com/composer/Composer.tsx:1615 msgid "Write post" msgstr "๊ฒŒ์‹œ๋ฌผ ์ž‘์„ฑ" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1517 msgid "Write your reply" msgstr "๋‹ต๊ธ€ ์ž‘์„ฑํ•˜๊ธฐ" @@ -13658,7 +13703,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:610 +#: src/components/dms/MessageItem.tsx:699 msgid "You are blocking {0}" msgstr "{0} ๋‹˜์„ ์ฐจ๋‹จํ–ˆ์Šต๋‹ˆ๋‹ค" @@ -13764,11 +13809,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:220 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:1444 +#: src/view/com/composer/Composer.tsx:1442 msgid "You can only save drafts up to 1000 characters." msgstr "์ตœ๋Œ€ 1000์ž๊นŒ์ง€๋งŒ ์ž„์‹œ ์ €์žฅํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค." @@ -13803,8 +13848,8 @@ msgstr "์ด {MAX_GALLERY_IMAGES, plural, other {#๊ฐœ}}๊นŒ์ง€ ์„ ํƒํ•  ์ˆ˜ ์žˆ msgid "You can update this later from your settings." msgstr "๋‚˜์ค‘์— ์„ค์ •์—์„œ ๋ณ€๊ฒฝํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค." -#: src/components/dms/ActionsWrapper.web.tsx:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:115 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "์ด๋ชจํ‹ฐ์ฝ˜ ๋ฐ˜์‘์€ ์ตœ๋Œ€ {EMOJI_REACTION_LIMIT, plural, other {#๊ฐœ}}๊นŒ์ง€๋งŒ ์ถ”๊ฐ€ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค" @@ -13839,7 +13884,7 @@ msgstr "์ €์žฅ๋œ ํ”ผ๋“œ๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค." msgid "You got here first" msgstr "์ œ์ผ ๋จผ์ € ์˜ค์…จ๋„ค์š”" -#: src/components/intents/GroupChatJoinDialog.tsx:166 +#: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and canโ€™t join it using this link." msgstr "์ด์ „์— ์ด ๊ทธ๋ฃน์—์„œ ๋‚ด๋ณด๋‚ด์กŒ์œผ๋ฏ€๋กœ ์ด ๋งํฌ๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ ๋‹ค์‹œ ๊ฐ€์ž…ํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค." @@ -13884,6 +13929,7 @@ msgstr "๋‚ด๊ฐ€ ์ด ๊ณ„์ •์„ ๋ฎคํŠธํ–ˆ์Šต๋‹ˆ๋‹ค." msgid "You have muted this user" msgstr "๋‚ด๊ฐ€ ์ด ์‚ฌ์šฉ์ž๋ฅผ ๋ฎคํŠธํ–ˆ์Šต๋‹ˆ๋‹ค" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "๋ฆฌ์ŠคํŠธ๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค." @@ -13912,7 +13958,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:1432 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "์ด ์ดˆ์•ˆ์— ์ €์žฅ๋˜์ง€ ์•Š์€ ๋ณ€๊ฒฝ ์‚ฌํ•ญ์ด ์žˆ์Šต๋‹ˆ๋‹ค. ์ €์žฅํ•˜์‹œ๊ฒ ์Šต๋‹ˆ๊นŒ?" @@ -13970,7 +14016,7 @@ msgstr "ํ”„๋กœํ•„์€ ์ตœ๋Œ€ {STARTER_PACK_MAX_SIZE, plural, other {{STARTER_PACK msgid "You may only add up to 3 feeds" msgstr "ํ”ผ๋“œ๋Š” ์ตœ๋Œ€ 3๊ฐœ๊นŒ์ง€ ์ถ”๊ฐ€ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." msgstr "๋ฉค๋ฒ„๋ฅผ ๋‚ด๋ณด๋‚ด๋ ค๋ฉด ๋Œ€ํ™” ์†Œ์œ ์ž์—ฌ์•ผ ํ•ฉ๋‹ˆ๋‹ค." @@ -13983,7 +14029,7 @@ msgid "You must be following at least seven other people to generate a starter p msgstr "์Šคํƒ€ํ„ฐ ํŒฉ์„ ๋งŒ๋“ค๋ ค๋ฉด ๋‹ค๋ฅธ ์‚ฌ์šฉ์ž๋ฅผ ์ตœ์†Œ 7๋ช… ์ด์ƒ ํŒ”๋กœ์šฐํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค." #: src/components/StarterPack/QrCodeDialog.tsx:69 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:89 msgid "You must grant access to your photo library to save a QR code" msgstr "QR ์ฝ”๋“œ๋ฅผ ์ €์žฅํ•˜๋ ค๋ฉด ์‚ฌ์ง„ ๋ณด๊ด€ํ•จ์— ๋Œ€ํ•œ ์ ‘๊ทผ ๊ถŒํ•œ์„ ๋ถ€์—ฌํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค" @@ -14009,12 +14055,12 @@ msgid "You probably want to restart the app now." msgstr "์•ฑ์„ ๋‹ค์‹œ ์‹œ์ž‘ํ•ด์•ผ ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค." #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:259 +#: src/components/dms/MessageItem.tsx:340 msgid "You reacted {0}" msgstr "๋‚ด๊ฐ€ {0}(์œผ)๋กœ ๋ฐ˜์‘ํ•จ" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "๋‚ด๊ฐ€ {target}์— {0}(์œผ)๋กœ ๋ฐ˜์‘ํ–ˆ์Šต๋‹ˆ๋‹ค" @@ -14023,8 +14069,20 @@ msgstr "๋‚ด๊ฐ€ {target}์— {0}(์œผ)๋กœ ๋ฐ˜์‘ํ–ˆ์Šต๋‹ˆ๋‹ค" msgid "You recently changed your birthdate" msgstr "์ตœ๊ทผ ์ƒ๋…„์›”์ผ์„ ๋ณ€๊ฒฝํ–ˆ์Šต๋‹ˆ๋‹ค" +#: src/components/dms/MessageItem.tsx:804 +msgid "You replied" +msgstr "๋‚ด๊ฐ€ ๋ณด๋‚ด๋Š” ๋‹ต์žฅ" + +#: src/components/dms/MessageItem.tsx:802 +msgid "You replied to {originalName}" +msgstr "๋‚ด๊ฐ€ {originalName} ๋‹˜์—๊ฒŒ ๋ณด๋‚ด๋Š” ๋‹ต์žฅ" + +#: src/components/dms/MessageItem.tsx:800 +msgid "You replied to yourself" +msgstr "๋‚ด๊ฐ€ ๋‚˜์—๊ฒŒ ๋ณด๋‚ด๋Š” ๋‹ต์žฅ" + #. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 msgid "You requested to join" msgstr "์ฐธ์—ฌ ์š”์ฒญ์„ ๋ณด๋ƒˆ์Šต๋‹ˆ๋‹ค" @@ -14050,12 +14108,12 @@ msgstr "์ด์ œ ์ด ์Šค๋ ˆ๋“œ์— ๋Œ€ํ•œ ์•Œ๋ฆผ์„ ๋ฐ›์Šต๋‹ˆ๋‹ค" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "โ€˜์žฌ์„ค์ • ์ฝ”๋“œโ€™๊ฐ€ ํฌํ•จ๋œ ์ด๋ฉ”์ผ์„ ๋ฐ›๊ฒŒ ๋˜๋ฉด ์—ฌ๊ธฐ์— ํ•ด๋‹น ์ฝ”๋“œ๋ฅผ ์ž…๋ ฅํ•œ ๋‹ค์Œ ์ƒˆ ๋น„๋ฐ€๋ฒˆํ˜ธ๋ฅผ ์ž…๋ ฅํ•˜์„ธ์š”." -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "์ดˆ๋Œ€๋ฐ›์ง€ ์•Š์œผ๋ฉด ๋‹ค์‹œ ์ฐธ์—ฌํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค." #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "๋‚˜: {message}" @@ -14127,7 +14185,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:644 msgid "You've reached the maximum number of drafts" msgstr "์ž„์‹œ ์ €์žฅ ์ˆ˜๊ฐ€ ์ตœ๋Œ€์น˜์— ๋„๋‹ฌํ–ˆ์Šต๋‹ˆ๋‹ค" @@ -14199,11 +14257,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 "์—ฐ๋ฝ์ฒ˜์— ์žˆ๋Š” {firstAuthorLink} ๋‹˜์ด Bluesky์— ์žˆ์Šต๋‹ˆ๋‹ค" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:378 msgid "Your contact {firstAuthorName} is on Bluesky" msgstr "์—ฐ๋ฝ์ฒ˜์— ์žˆ๋Š” {firstAuthorName} ๋‹˜์ด Bluesky์— ์žˆ์Šต๋‹ˆ๋‹ค" @@ -14285,7 +14343,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." @@ -14295,11 +14353,11 @@ msgstr "๋น„๋ฐ€๋ฒˆํ˜ธ๋ฅผ ์„ฑ๊ณต์ ์œผ๋กœ ๋ณ€๊ฒฝํ–ˆ์Šต๋‹ˆ๋‹ค! ์•ž์œผ๋กœ Bluesky์— msgid "Your password must be at least 8 characters long." msgstr "๋น„๋ฐ€๋ฒˆํ˜ธ๋Š” 8์ž ์ด์ƒ์ด์–ด์•ผ ํ•ฉ๋‹ˆ๋‹ค." -#: src/view/com/composer/Composer.tsx:1141 +#: src/view/com/composer/Composer.tsx:1139 msgid "Your post was sent" msgstr "๊ฒŒ์‹œ๋ฌผ์„ ๋ณด๋ƒˆ์Šต๋‹ˆ๋‹ค" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1136 msgid "Your posts were sent" msgstr "๊ฒŒ์‹œ๋ฌผ์„ ๋ณด๋ƒˆ์Šต๋‹ˆ๋‹ค" @@ -14320,7 +14378,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:1140 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your reply was sent" msgstr "๋‹ต๊ธ€์„ ๋ณด๋ƒˆ์Šต๋‹ˆ๋‹ค" @@ -14333,7 +14391,7 @@ msgstr "์‹ ๊ณ ๋ฅผ <0>{0}์—๊ฒŒ ์ „์†กํ•ฉ๋‹ˆ๋‹ค." 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:1467 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 3d232df8fa..716927c625 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-10 21:06\n" +"PO-Revision-Date: 2026-06-17 12:23\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,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:876 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" msgstr "" -#: src/components/dms/getMessageInfo.ts:73 +#: src/components/dms/getMessageInfo.ts:105 +#: src/components/dms/MessageItem.tsx:878 +#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "" @@ -75,7 +79,7 @@ msgstr "" msgid "{0, plural, one {# like} other {# likes}}" msgstr "" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "" @@ -97,7 +101,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:269 +#: src/components/dms/MessageItem.tsx:335 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "" @@ -118,15 +122,15 @@ msgstr "" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "" @@ -199,13 +203,13 @@ msgid "{0} <0>in <1>text & tags" msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:41 +#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:44 msgid "{0} added to chat" msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:43 +#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:46 msgid "{0} and {1} added to chat" msgstr "" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:712 msgid "{0} is blocking you" msgstr "" @@ -273,7 +277,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:330 msgid "{0} reacted {1}" msgstr "" @@ -299,7 +303,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:46 +#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 msgid "{0}, {1} and {memberCount, plural, one {# other} other {# others}} added to chat" msgstr "" @@ -326,24 +330,22 @@ msgstr "" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:136 +#: src/screens/Messages/JoinRequest.tsx:139 msgctxt "group-chat-member-count" msgid "{0}/{1}" msgstr "" #. The number of members in a group chat, in the format '{members}/{total} members'. -#. placeholder {0}: preview.memberCount -#. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 -msgid "{0}/{1} {2, plural, one {member} other {members}}" -msgstr "" - -#. The number of active group chat members out of the total number allowed. +#. The number of members in a group chat, in the format '{members}/{total} members'. #. placeholder {0}: joinLinkPreview.memberCount +#. placeholder {0}: preview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:307 -msgid "{0}/{1} members" +#. placeholder {1}: preview.memberLimit +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 +msgid "{0}/{1} {2, plural, one {member} other {members}}" msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. @@ -377,7 +379,7 @@ msgstr "" msgid "{0}s" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:427 +#: src/screens/Messages/JoinRequests.tsx:433 msgid "{count, plural, =0 {No requests to join} one {# request to join} other {# requests to join}}" msgstr "" @@ -389,7 +391,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -397,33 +399,11 @@ msgstr "" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "" - #. Displayed when there are more requests to join a group chat than have been loaded -#: src/screens/Messages/JoinRequests.tsx:421 +#: src/screens/Messages/JoinRequests.tsx:427 msgid "{count, plural, other {#+ requests to join}}" msgstr "" -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "" - #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" msgstr "" @@ -659,12 +639,12 @@ msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "" @@ -697,6 +677,18 @@ msgstr "" msgid "{rank}." msgstr "" +#: src/components/dms/MessageItem.tsx:822 +msgid "{replierDisplayName} replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:818 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:816 +msgid "{replierDisplayName} replied to you" +msgstr "" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "" @@ -873,10 +875,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 -#: src/screens/Messages/JoinRequests.tsx:187 -#: src/screens/Messages/JoinRequests.tsx:219 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 +#: src/screens/Messages/JoinRequests.tsx:192 +#: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." msgstr "" @@ -928,7 +930,7 @@ msgid "Accept" msgstr "" #. Accept a request to join a chat -#: src/screens/Messages/JoinRequests.tsx:458 +#: src/screens/Messages/JoinRequests.tsx:464 msgctxt "button" msgid "Accept" msgstr "" @@ -937,7 +939,7 @@ msgstr "" msgid "Accept chat request" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:452 +#: src/screens/Messages/JoinRequests.tsx:458 msgid "Accept join request" msgstr "" @@ -955,7 +957,7 @@ msgstr "" msgid "Accepted conversations" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:101 +#: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -979,13 +981,13 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:119 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "" @@ -1025,21 +1027,21 @@ msgstr "" msgid "Account removed from quick access" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:106 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "" @@ -1054,12 +1056,13 @@ msgstr "" msgid "Activity from others" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "" @@ -1112,11 +1115,11 @@ msgstr "" msgid "Add another account" msgstr "" -#: src/view/com/composer/Composer.tsx:1505 +#: src/view/com/composer/Composer.tsx:1520 msgid "Add another post" msgstr "" -#: src/view/com/composer/Composer.tsx:2168 +#: src/view/com/composer/Composer.tsx:2183 msgid "Add another post to thread" msgstr "" @@ -1151,9 +1154,9 @@ msgstr "" msgid "Add media to post" msgstr "" -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:69 -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:103 -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:122 +#: 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 "" @@ -1175,14 +1178,14 @@ msgstr "" msgid "Add muted words and tags" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:130 -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:169 +#: 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 "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "" @@ -1214,8 +1217,8 @@ msgstr "" msgid "Add this feed to your feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "" @@ -1246,8 +1249,8 @@ msgstr "" msgid "Added by invite link" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "" @@ -1269,7 +1272,7 @@ msgid "Additional details (limit 300 characters)" msgstr "" #: src/screens/Messages/ConversationSettings/Member.tsx:94 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:152 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:155 msgid "Admin" msgstr "" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "" @@ -1520,8 +1523,8 @@ msgstr "" msgid "An error occurred while loading your lists :/" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:78 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/components/StarterPack/QrCodeDialog.tsx:81 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "" @@ -1565,7 +1568,7 @@ msgstr "" msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:190 +#: 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 "" @@ -1643,17 +1646,17 @@ msgstr "" msgid "Anyone can interact" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:318 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:145 -#: src/screens/Messages/components/InviteLinkDialog.tsx:146 +#: src/screens/Messages/components/InviteLinkDialog.tsx:153 +#: src/screens/Messages/components/InviteLinkDialog.tsx:154 msgid "Anyone can join instantly" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:150 -#: src/screens/Messages/components/InviteLinkDialog.tsx:151 +#: src/screens/Messages/components/InviteLinkDialog.tsx:158 +#: src/screens/Messages/components/InviteLinkDialog.tsx:159 msgid "Anyone can request to join" msgstr "" @@ -1663,7 +1666,7 @@ msgstr "" msgid "Anyone who follows me" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:458 +#: 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 "" @@ -1796,8 +1799,8 @@ msgstr "" msgid "Are you sure you want to discard your changes?" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "" @@ -1814,11 +1817,11 @@ msgid "Are you sure you want to remove this from your feeds?" msgstr "" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1641 +#: src/view/com/composer/Composer.tsx:1656 msgid "Are you sure you'd like to discard this post?" msgstr "" @@ -1899,8 +1902,8 @@ msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:178 #: src/screens/Messages/components/ChatDisabled.tsx:164 #: src/screens/Messages/components/ChatDisabled.tsx:166 -#: src/screens/Messages/components/InviteLinkDialog.tsx:268 -#: src/screens/Messages/components/InviteLinkDialog.tsx:296 +#: src/screens/Messages/components/InviteLinkDialog.tsx:276 +#: src/screens/Messages/components/InviteLinkDialog.tsx:304 #: src/screens/Messages/Inbox.tsx:240 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 @@ -1958,12 +1961,12 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:96 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." msgstr "" @@ -1994,12 +1997,12 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:186 #: src/components/moderation/BlockDialog.tsx:192 #: src/components/moderation/BlockDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:224 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 msgid "Block" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:213 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:216 msgid "Block {displayName}" msgstr "" @@ -2009,8 +2012,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "" @@ -2088,6 +2091,10 @@ 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 "" @@ -2260,7 +2267,7 @@ msgstr "" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:174 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2274,13 +2281,13 @@ msgstr "" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:341 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" msgstr "" @@ -2346,12 +2353,12 @@ msgstr "" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/lib/media/picker.tsx:38 #: src/screens/Deactivated.tsx:150 -#: src/screens/Messages/components/InviteLinkDialog.tsx:480 -#: src/screens/Messages/components/InviteLinkDialog.tsx:484 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/components/InviteLinkDialog.tsx:500 +#: src/screens/Messages/components/InviteLinkDialog.tsx:504 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,8 @@ msgstr "" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1719 -#: src/view/com/composer/Composer.tsx:1729 +#: src/view/com/composer/Composer.tsx:1734 +#: src/view/com/composer/Composer.tsx:1744 #: 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 @@ -2380,6 +2387,10 @@ msgstr "" msgid "Cancel reactivation and sign out" msgstr "" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "" @@ -2481,7 +2492,7 @@ msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,8 +2509,8 @@ msgid "Chat ended" msgstr "" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:234 -#: src/screens/Messages/JoinRequest.tsx:90 +#: src/components/intents/GroupChatJoinDialog.tsx:269 +#: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" msgstr "" @@ -2520,12 +2531,12 @@ msgctxt "toast" msgid "Chat muted" msgstr "" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." msgstr "" -#: src/components/moderation/BlockDialog.tsx:292 +#: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2544,10 +2555,10 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "" @@ -2630,7 +2641,7 @@ msgstr "" msgid "Choose this color as your avatar" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:235 +#: src/screens/Messages/components/InviteLinkDialog.tsx:243 msgid "Choose who can join this group chat and how." msgstr "" @@ -2684,7 +2695,7 @@ msgstr "" msgid "click here" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:126 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:129 msgid "Click here to add people to this group chat" msgstr "" @@ -2692,7 +2703,7 @@ msgstr "" msgid "Click here to contact our support team" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:140 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:143 msgid "Click here to create or manage an invite link for this group chat" msgstr "" @@ -2722,7 +2733,7 @@ msgstr "" msgid "Click here to update your email" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:141 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:144 msgid "Click here to view the invite link for this group chat" msgstr "" @@ -2731,7 +2742,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:533 +#: src/components/dms/MessageItem.tsx:631 msgid "Click to retry failed message" msgstr "" @@ -2745,6 +2756,7 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "" #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:211 #: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2782,8 +2794,8 @@ msgstr "" #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:217 #: src/features/liveNow/components/EditLiveDialog.tsx:223 -#: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/components/InviteLinkDialog.tsx:509 +#: src/screens/Messages/components/InviteLinkDialog.tsx:524 +#: src/screens/Messages/components/InviteLinkDialog.tsx:529 #: src/screens/Settings/components/ChangePasswordDialog.tsx:288 #: src/screens/Settings/components/ChangePasswordDialog.tsx:293 #: src/view/com/feeds/MissingFeed.tsx:211 @@ -2850,10 +2862,10 @@ msgstr "" msgid "Close the incoming requests banner" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:204 -#: src/components/intents/GroupChatJoinDialog.tsx:205 -#: src/components/intents/GroupChatJoinDialog.tsx:241 -#: src/components/intents/GroupChatJoinDialog.tsx:242 +#: 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 msgid "Close this dialog" msgstr "" @@ -2866,7 +2878,7 @@ msgstr "" msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:1727 +#: src/view/com/composer/Composer.tsx:1742 msgid "Closes post composer and discards post draft" msgstr "" @@ -2920,7 +2932,7 @@ msgid "Compose new post" msgstr "" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1603 +#: src/view/com/composer/Composer.tsx:1618 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -2928,11 +2940,11 @@ msgstr "" msgid "Compose reply" msgstr "" -#: src/view/com/composer/Composer.tsx:2565 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2567 +#: src/view/com/composer/Composer.tsx:2582 msgid "Compressing video..." msgstr "" @@ -3100,7 +3112,7 @@ msgstr "" msgid "Conversation" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "" @@ -3117,8 +3129,8 @@ msgid "Conversation left" msgstr "" #: src/components/dms/LeaveConvoPrompt.tsx:40 -#: src/screens/Messages/JoinRequests.tsx:191 -#: src/screens/Messages/JoinRequests.tsx:223 +#: src/screens/Messages/JoinRequests.tsx:196 +#: src/screens/Messages/JoinRequests.tsx:229 msgid "Conversation not found." msgstr "" @@ -3127,7 +3139,7 @@ msgid "Copied build version to clipboard" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3158,12 @@ msgstr "" msgid "Copies build version to clipboard" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:252 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:195 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:262 +#: src/components/StarterPack/QrCodeDialog.tsx:198 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "" @@ -3159,8 +3171,8 @@ msgstr "" msgid "Copy App Password" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "" @@ -3175,8 +3187,8 @@ msgid "Copy code" msgstr "" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "" @@ -3184,7 +3196,7 @@ msgstr "" msgid "Copy host" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:251 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" msgstr "" @@ -3210,8 +3222,8 @@ msgstr "" msgid "Copy link to post" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "" @@ -3219,8 +3231,8 @@ msgstr "" msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "" @@ -3234,7 +3246,7 @@ msgstr "" msgid "Copy post text" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:181 +#: src/components/StarterPack/QrCodeDialog.tsx:184 msgid "Copy QR code" msgstr "" @@ -3249,7 +3261,7 @@ msgstr "" msgid "Copyright Policy" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" msgstr "" @@ -3261,11 +3273,11 @@ msgstr "" msgid "Could not connect to feed service" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:117 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" msgstr "" @@ -3294,7 +3306,7 @@ msgstr "" msgid "Could not leave chat" msgstr "" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." msgstr "" @@ -3308,7 +3320,7 @@ msgstr "" msgid "Could not load list" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:166 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" msgstr "" @@ -3320,7 +3332,7 @@ msgstr "" msgid "Could not process your video" msgstr "" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." msgstr "" @@ -3329,7 +3341,7 @@ msgstr "" msgid "Could not save changes: {0}" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" msgstr "" @@ -3373,7 +3385,7 @@ msgstr "" msgid "Create a list from this starter pack" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:166 +#: src/components/StarterPack/QrCodeDialog.tsx:169 msgid "Create a QR code for a starter pack" msgstr "" @@ -3394,12 +3406,12 @@ msgstr "" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:307 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3461,13 @@ msgstr "" msgid "Create moderation list" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:301 +#: 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 "" -#: src/screens/Messages/ConversationSettings/index.tsx:547 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "" @@ -3478,8 +3490,8 @@ msgstr "" #. 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', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) -#: src/screens/Messages/components/InviteLinkDialog.tsx:341 -#: src/screens/Messages/ConversationSettings/index.tsx:499 +#: src/screens/Messages/components/InviteLinkDialog.tsx:355 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "" @@ -3624,7 +3636,7 @@ msgstr "" msgid "Delete conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "" @@ -3637,7 +3649,7 @@ msgstr "" msgid "Delete message" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "" @@ -3647,7 +3659,7 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1630 msgid "Delete post" msgstr "" @@ -3689,6 +3701,10 @@ 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 @@ -3741,8 +3757,8 @@ msgstr "" msgid "Dim" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:373 -#: src/screens/Messages/components/InviteLinkDialog.tsx:378 +#: src/screens/Messages/components/InviteLinkDialog.tsx:385 +#: src/screens/Messages/components/InviteLinkDialog.tsx:390 msgid "Disable" msgstr "" @@ -3768,8 +3784,8 @@ msgstr "" msgid "Disable haptic feedback" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:468 -#: src/screens/Messages/components/InviteLinkDialog.tsx:474 +#: src/screens/Messages/components/InviteLinkDialog.tsx:488 +#: src/screens/Messages/components/InviteLinkDialog.tsx:494 msgid "Disable link" msgstr "" @@ -3781,7 +3797,7 @@ msgstr "" msgid "Disable replies entirely" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:455 +#: src/screens/Messages/components/InviteLinkDialog.tsx:475 msgid "Disable this invite link?" msgstr "" @@ -3794,9 +3810,9 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1398 -#: src/view/com/composer/Composer.tsx:1442 -#: src/view/com/composer/Composer.tsx:1648 +#: 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/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3823,14 @@ msgstr "" msgid "Discard changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1396 +#: src/view/com/composer/Composer.tsx:1411 #: 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:1413 -#: src/view/com/composer/Composer.tsx:1640 +#: src/view/com/composer/Composer.tsx:1428 +#: src/view/com/composer/Composer.tsx:1655 msgid "Discard post?" msgstr "" @@ -3852,7 +3868,7 @@ msgstr "" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2486 +#: src/view/com/composer/Composer.tsx:2501 msgid "Dismiss error" msgstr "" @@ -3949,8 +3965,8 @@ msgstr "" #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:143 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:149 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3979,7 @@ msgstr "" msgid "Done" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:525 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4087,8 +4097,8 @@ msgstr "" msgid "Edit" msgstr "" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "" @@ -4102,8 +4112,8 @@ msgstr "" msgid "Edit Feeds" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "" @@ -4123,16 +4133,16 @@ msgstr "" msgid "Edit interests" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:293 +#: src/screens/Messages/JoinRequests.tsx:299 msgid "Edit invite link" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:299 +#: src/screens/Messages/JoinRequests.tsx:305 msgctxt "button" msgid "Edit invite link" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:355 +#: src/screens/Messages/components/InviteLinkDialog.tsx:369 msgid "Edit link settings" msgstr "" @@ -4141,8 +4151,8 @@ msgstr "" msgid "Edit list details" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "" @@ -4155,7 +4165,7 @@ msgstr "" msgid "Edit My Feeds" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:534 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "" @@ -4184,8 +4194,8 @@ msgstr "" msgid "Edit starter pack" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:480 -#: src/screens/Messages/ConversationSettings/index.tsx:533 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "" @@ -4402,7 +4412,7 @@ msgstr "" msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2600 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "" @@ -4592,20 +4602,24 @@ msgctxt "toast" msgid "Failed to accept chat" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:185 +#: src/screens/Messages/JoinRequests.tsx:190 msgid "Failed to accept join request" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:88 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:42 -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:60 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:45 +#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:63 msgid "Failed to add members" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "" @@ -4615,7 +4629,7 @@ msgid "Failed to change handle. Please try again." msgstr "" #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "" @@ -4628,7 +4642,7 @@ msgstr "" msgid "Failed to create conversation" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:101 +#: src/screens/Messages/components/InviteLinkDialog.tsx:106 msgid "Failed to create invite link" msgstr "" @@ -4655,7 +4669,7 @@ msgstr "" msgid "Failed to delete starter pack" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:124 +#: src/screens/Messages/components/InviteLinkDialog.tsx:132 msgid "Failed to disable invite link" msgstr "" @@ -4664,15 +4678,15 @@ msgstr "" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:114 +#: src/screens/Messages/components/InviteLinkDialog.tsx:119 msgid "Failed to edit invite link" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:134 +#: src/screens/Messages/components/InviteLinkDialog.tsx:142 msgid "Failed to enable invite link" msgstr "" @@ -4688,11 +4702,11 @@ msgstr "" msgid "Failed to hide suggestion, please check your internet connection" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:217 +#: src/screens/Messages/JoinRequests.tsx:223 msgid "Failed to ignore join request" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:124 +#: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4700,14 +4714,14 @@ msgstr "" msgid "Failed to launch SMS app" msgstr "" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:396 +#: 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 "" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "" @@ -4753,15 +4767,20 @@ msgstr "" msgid "Failed to load suggested follows" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +msgid "Failed to mark all chats as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 +#: src/view/shell/bottom-bar/BottomBar.tsx:450 msgid "Failed to mark all requests as read" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:383 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "" @@ -4783,18 +4802,22 @@ msgstr "" msgid "Failed to remove data. {0}" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:111 +#: 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 "" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "" #: src/screens/Messages/ConversationSettings/Member.tsx:56 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:73 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:76 msgid "Failed to remove group chat member" msgstr "" @@ -4802,7 +4825,7 @@ msgstr "" msgid "Failed to remove verification" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:158 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." msgstr "" @@ -4854,7 +4877,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:429 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "" @@ -5116,7 +5139,7 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 @@ -5125,7 +5148,7 @@ msgstr "" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "" @@ -5149,8 +5172,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "" @@ -5173,7 +5196,7 @@ msgstr "" #. 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:423 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 #: src/view/com/notifications/NotificationFeedItem.tsx:868 #: src/view/com/notifications/NotificationFeedItem.tsx:875 msgid "Follow back" @@ -5211,7 +5234,7 @@ msgstr "" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:317 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" msgstr "" @@ -5231,7 +5254,7 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 @@ -5359,17 +5382,17 @@ msgstr "" msgid "Generate a starter pack" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:231 -#: src/screens/Messages/components/InviteLinkDialog.tsx:269 -#: src/screens/Messages/components/InviteLinkDialog.tsx:297 +#: 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 "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:426 +#: src/screens/Messages/components/InviteLinkDialog.tsx:446 msgid "Generate new invite link" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:431 +#: src/screens/Messages/components/InviteLinkDialog.tsx:451 msgid "Generate new link" msgstr "" @@ -5457,8 +5480,8 @@ msgstr "" #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:71 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:81 -#: src/screens/Messages/components/InviteLinkDialog.tsx:211 -#: src/screens/Messages/components/InviteLinkDialog.tsx:218 +#: src/screens/Messages/components/InviteLinkDialog.tsx:219 +#: src/screens/Messages/components/InviteLinkDialog.tsx:226 msgid "Get started" msgstr "" @@ -5467,7 +5490,7 @@ msgstr "" msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2590 +#: src/view/com/composer/Composer.tsx:2605 msgid "GIF uploaded" msgstr "" @@ -5526,8 +5549,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "" @@ -5538,8 +5561,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "" @@ -5573,7 +5596,7 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:262 #: src/screens/Messages/components/MessagesListInfoPanel.tsx:98 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:191 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:194 #: src/view/shell/desktop/LeftNav.tsx:336 #: src/view/shell/desktop/LeftNav.tsx:342 msgid "Go to profile" @@ -5622,43 +5645,43 @@ msgstr "" msgid "Grooming or predatory behavior" msgstr "" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:299 -#: src/screens/Messages/JoinRequest.tsx:122 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:536 +#: src/screens/Messages/components/InviteLinkDialog.tsx:556 msgid "Group chat invite link dialog" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:412 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:376 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:364 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "" #: src/Navigation.tsx:496 -#: src/screens/Messages/ConversationSettings/index.tsx:111 +#: src/screens/Messages/ConversationSettings/index.tsx:113 msgid "Group chat settings" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:414 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:378 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "" @@ -5672,7 +5695,7 @@ msgid "Group chats are only available to users 18 and over." msgstr "" #. placeholder {0}: convo.details.memberLimit -#: src/screens/Messages/components/InviteLinkDialog.tsx:197 +#: src/screens/Messages/components/InviteLinkDialog.tsx:205 msgid "Group chats can only have a maximum of {0, plural, other {# people}}." msgstr "" @@ -5682,12 +5705,12 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "" @@ -5960,7 +5983,7 @@ msgstr "" #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6210,7 +6233,7 @@ msgstr "" msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "" @@ -6268,7 +6291,7 @@ msgstr "" msgid "Invalid 2FA confirmation code." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:134 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." msgstr "" @@ -6290,7 +6313,7 @@ msgstr "" msgid "Invalid report subject" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:165 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." msgstr "" @@ -6315,15 +6338,15 @@ msgstr "" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:137 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6331,22 +6354,22 @@ msgstr "" msgid "Invite friends <0/>" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:185 -#: src/screens/Messages/components/InviteLinkDialog.tsx:321 -#: src/screens/Messages/components/InviteLinkDialog.tsx:327 -#: src/screens/Messages/components/InviteLinkDialog.tsx:494 -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:146 -#: src/screens/Messages/ConversationSettings/index.tsx:550 +#: src/screens/Messages/components/InviteLinkDialog.tsx:193 +#: src/screens/Messages/components/InviteLinkDialog.tsx:329 +#: src/screens/Messages/components/InviteLinkDialog.tsx:335 +#: src/screens/Messages/components/InviteLinkDialog.tsx:514 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:210 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:123 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" msgstr "" @@ -6355,7 +6378,7 @@ msgid "Invite link created" msgstr "" #: src/components/dms/getSystemMessageInfo.ts:138 -#: src/screens/Messages/components/InviteLinkDialog.tsx:321 +#: src/screens/Messages/components/InviteLinkDialog.tsx:329 msgid "Invite link disabled" msgstr "" @@ -6380,7 +6403,7 @@ msgstr "" msgid "Invite your friends to follow your favorite feeds and people" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:152 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:155 msgid "Invited" msgstr "" @@ -6410,7 +6433,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:2505 +#: src/view/com/composer/Composer.tsx:2520 msgid "Job ID: {0}" msgstr "" @@ -6420,7 +6443,7 @@ msgid "Jobs" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:260 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" msgstr "" @@ -6431,12 +6454,12 @@ msgstr "" msgid "Join Bluesky" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:68 -#: src/components/intents/GroupChatJoinDialog.tsx:426 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:154 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." msgstr "" @@ -6450,8 +6473,8 @@ msgstr "" msgid "Journalism" msgstr "" -#: src/view/com/composer/Composer.tsx:1446 -#: src/view/com/composer/Composer.tsx:1456 +#: src/view/com/composer/Composer.tsx:1461 +#: src/view/com/composer/Composer.tsx:1471 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6609,7 +6632,7 @@ msgid "Learn more." msgstr "" #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:585 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "" @@ -6623,8 +6646,8 @@ msgstr "" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "" @@ -6644,12 +6667,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:584 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "" @@ -6658,11 +6681,11 @@ msgstr "" msgid "Leaving Bluesky" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: src/screens/Messages/ConversationSettings/prompts.tsx:153 msgid "Leaving this chat will lock it permanently and you wonโ€™t be able to rejoin." msgstr "" -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." msgstr "" @@ -6935,9 +6958,9 @@ msgstr "" msgid "Load new posts" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "" @@ -6954,23 +6977,23 @@ msgstr "" msgid "Loading..." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:564 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:562 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:564 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "" @@ -7051,6 +7074,16 @@ msgstr "" msgid "Mark all as read" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:459 +#: src/view/shell/bottom-bar/BottomBar.tsx:463 +msgid "Mark all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:467 +#: src/view/shell/bottom-bar/BottomBar.tsx:471 +msgid "Mark all requests as read" +msgstr "" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7093,14 @@ msgstr "" msgid "Marked all as read" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,7 +7124,7 @@ msgstr "" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "" -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." msgstr "" @@ -7092,7 +7133,7 @@ msgstr "" msgid "Members" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "" @@ -7111,14 +7152,14 @@ msgstr "" msgid "Menu" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:200 +#: 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 "" @@ -7128,11 +7169,11 @@ msgstr "" msgid "Message {0}" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:196 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:199 msgid "Message {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "" @@ -7141,13 +7182,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:625 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "" @@ -7156,21 +7197,21 @@ msgstr "" msgid "Message from server: {0}" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "" @@ -7178,11 +7219,11 @@ msgstr "" msgid "Messages" msgstr "" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:724 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:621 +#: src/components/dms/MessageItem.tsx:719 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7219,8 +7260,8 @@ msgstr "" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "" @@ -7228,7 +7269,7 @@ msgstr "" msgid "Moderation list by <0/>" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "" @@ -7281,8 +7322,8 @@ msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "" @@ -7302,7 +7343,7 @@ msgstr "" msgid "Music" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:526 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "" @@ -7320,8 +7361,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "" @@ -7347,7 +7388,7 @@ msgstr "" msgid "Mute these accounts?" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:524 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "" @@ -7389,7 +7430,7 @@ msgstr "" msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:526 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "" @@ -7480,7 +7521,7 @@ msgstr "" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "" @@ -7500,28 +7541,28 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:58 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:61 msgid "New chat with {0}" msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:62 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:65 msgid "New chat with {0} and {1}" msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:70 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:73 msgid "New chat with {0}, {1}, and {memberCount, plural, one {{memberCount} more} other {{memberCount} more}}." msgstr "" @@ -7726,7 +7767,7 @@ msgstr "" msgid "No media yet" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "" @@ -7763,7 +7804,7 @@ msgstr "" msgid "No one but the author can quote this post." msgstr "" -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "" @@ -7831,6 +7872,11 @@ 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" @@ -7895,7 +7941,7 @@ msgstr "" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "" @@ -7931,7 +7977,7 @@ msgstr "" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8021,7 @@ msgstr "" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:731 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8045,15 +8091,15 @@ msgstr "" msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:195 +#: src/screens/Messages/JoinRequests.tsx:200 msgid "Only admins can accept join requests." msgstr "" -#: src/screens/Messages/JoinRequests.tsx:227 +#: src/screens/Messages/JoinRequests.tsx:233 msgid "Only admins can ignore join requests." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:132 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." msgstr "" @@ -8068,12 +8114,12 @@ msgid "Only image files are supported" msgstr "" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:215 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:270 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" msgstr "" @@ -8107,16 +8153,16 @@ msgid "Open camera" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:415 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:139 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:142 msgid "Open chat member options for {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "" @@ -8128,9 +8174,9 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2145 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2160 msgid "Open emoji picker" msgstr "" @@ -8151,7 +8197,7 @@ msgstr "" msgid "Open Germ DM" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:408 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" msgstr "" @@ -8166,11 +8212,11 @@ msgid "Open in Google Translate" msgstr "" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "" @@ -8221,7 +8267,7 @@ msgstr "" msgid "Open system log" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:409 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" msgstr "" @@ -8275,13 +8321,13 @@ msgstr "" msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" -#: src/screens/Messages/JoinRequest.tsx:302 +#: 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 "" -#: src/screens/Messages/JoinRequest.tsx:288 +#: 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" @@ -8490,11 +8536,11 @@ msgstr "" msgid "People" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:156 +#: src/screens/Messages/components/InviteLinkDialog.tsx:164 msgid "People {ownerName} follows can join instantly" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:161 +#: src/screens/Messages/components/InviteLinkDialog.tsx:169 msgid "People {ownerName} follows can request to join" msgstr "" @@ -8513,11 +8559,21 @@ msgstr "" msgid "People I follow" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:155 +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "" + +#: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:160 +#: src/screens/Messages/components/InviteLinkDialog.tsx:168 msgid "People I follow can request to join" msgstr "" @@ -8813,7 +8869,7 @@ msgstr "" msgid "Porn" msgstr "" -#: src/view/com/composer/Composer.tsx:1793 +#: src/view/com/composer/Composer.tsx:1808 msgctxt "action" msgid "Post" msgstr "" @@ -8833,12 +8889,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1791 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post All" msgstr "" -#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1470 msgid "Post anyway" msgstr "" @@ -8898,8 +8954,8 @@ msgstr "" msgid "Post language selection" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:383 #: src/screens/Messages/components/InviteLinkDialog.tsx:395 +#: src/screens/Messages/components/InviteLinkDialog.tsx:411 msgid "Post link" msgstr "" @@ -8957,7 +9013,7 @@ msgstr "" #: src/components/Error.tsx:56 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 -#: src/screens/Messages/JoinRequests.tsx:349 +#: src/screens/Messages/JoinRequests.tsx:355 #: src/screens/Signup/BackNextButtons.tsx:48 msgid "Press to retry" msgstr "" @@ -9015,11 +9071,11 @@ msgstr "" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2579 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2581 +#: src/view/com/composer/Composer.tsx:2596 msgid "Processing video..." msgstr "" @@ -9031,7 +9087,7 @@ msgstr "" msgid "profile" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9121,22 @@ 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:1777 +#: src/view/com/composer/Composer.tsx:1792 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1772 +#: src/view/com/composer/Composer.tsx:1787 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1761 +#: src/view/com/composer/Composer.tsx:1776 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1766 +#: src/view/com/composer/Composer.tsx:1781 msgid "Publish reply" msgstr "" @@ -9100,16 +9156,16 @@ msgstr "" msgid "Push, people you follow" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:140 +#: src/components/StarterPack/QrCodeDialog.tsx:143 msgid "QR code copied to your clipboard!" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:118 +#: src/components/StarterPack/QrCodeDialog.tsx:121 msgid "QR code has been downloaded!" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:119 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:97 +#: src/components/StarterPack/QrCodeDialog.tsx:122 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "" @@ -9160,11 +9216,11 @@ msgstr "" msgid "Re-attach quote" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:413 +#: src/screens/Messages/components/InviteLinkDialog.tsx:433 msgid "Re-enable invite link" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:420 +#: src/screens/Messages/components/InviteLinkDialog.tsx:440 msgid "Re-enable link" msgstr "" @@ -9172,8 +9228,8 @@ msgstr "" msgid "React with {emoji}" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "" @@ -9268,17 +9324,13 @@ msgstr "" msgid "Reconnect" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "" - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" msgstr "" #. Reject a request to join a chat -#: src/screens/Messages/JoinRequests.tsx:483 +#: src/screens/Messages/JoinRequests.tsx:489 msgctxt "button" msgid "Reject" msgstr "" @@ -9287,16 +9339,18 @@ msgstr "" msgid "Reject chat request" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:477 +#: src/screens/Messages/JoinRequests.tsx:483 msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9359,9 @@ msgstr "" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "" @@ -9322,11 +9375,11 @@ msgid "Remove {displayName} from starter pack" msgstr "" #: src/screens/Messages/ConversationSettings/Member.tsx:157 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:231 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:234 msgid "Remove {displayName} from this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" msgstr "" @@ -9378,7 +9431,7 @@ msgstr "" msgid "Remove feed?" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:235 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "" @@ -9443,14 +9496,14 @@ msgstr "" msgid "Remove unavailable moderation services" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "" @@ -9466,8 +9519,8 @@ msgstr "" msgid "Removed by you" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "" @@ -9535,6 +9588,14 @@ msgctxt "description" msgid "Replied to you" msgstr "" +#: src/components/dms/MessageItem.tsx:892 +msgid "Replied-to message from {senderName}, tap to scroll to it" +msgstr "" + +#: src/components/dms/MessageItem.tsx:893 +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 @@ -9552,7 +9613,12 @@ msgstr "" msgid "Replies to this post are disabled." msgstr "" -#: src/view/com/composer/Composer.tsx:1789 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Reply" msgstr "" @@ -9590,14 +9656,14 @@ msgstr "" msgid "Reply was successfully hidden" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:577 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "" @@ -9623,7 +9689,7 @@ msgstr "" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "" @@ -9657,7 +9723,7 @@ msgstr "" msgid "Report this feed" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:576 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "" @@ -9737,11 +9803,11 @@ msgstr "" msgid "Reposts of your reposts" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:425 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:177 +#: src/screens/Messages/JoinRequests.tsx:182 msgid "Request approved." msgstr "" @@ -9750,12 +9816,12 @@ msgstr "" msgid "Request code" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:209 +#: src/screens/Messages/JoinRequests.tsx:215 msgid "Request ignored." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:259 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" msgstr "" @@ -9764,13 +9830,13 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "" #: src/Navigation.tsx:501 -#: src/screens/Messages/JoinRequests.tsx:58 -#: src/screens/Messages/JoinRequests.tsx:419 +#: src/screens/Messages/JoinRequests.tsx:59 +#: src/screens/Messages/JoinRequests.tsx:425 msgid "Requests to join" msgstr "" @@ -9791,9 +9857,9 @@ msgstr "" msgid "Required in your region" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:274 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:310 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:115 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:117 msgid "Rescind request" msgstr "" @@ -9872,10 +9938,10 @@ msgstr "" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 -#: src/screens/Messages/JoinRequests.tsx:355 +#: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:92 @@ -9925,10 +9991,10 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:324 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:668 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:673 -#: src/components/StarterPack/QrCodeDialog.tsx:207 +#: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10019,22 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1436 +#: src/view/com/composer/Composer.tsx:1451 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "" -#: src/view/com/composer/Composer.tsx:1408 +#: src/view/com/composer/Composer.tsx:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1436 +#: src/view/com/composer/Composer.tsx:1451 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1410 +#: src/view/com/composer/Composer.tsx:1425 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -9985,7 +10051,7 @@ msgstr "" msgid "Save new handle" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:199 +#: src/components/StarterPack/QrCodeDialog.tsx:202 msgid "Save QR code" msgstr "" @@ -10027,8 +10093,8 @@ msgstr "" msgid "Say hello!" msgstr "" -#: src/screens/Messages/ChatList.tsx:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "" @@ -10058,6 +10124,10 @@ msgstr "" msgid "Scroll right" msgstr "" +#: src/components/dms/MessageItem.tsx:783 +msgid "Scroll to the message this is replying to" +msgstr "" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "" @@ -10067,7 +10137,7 @@ msgstr "" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "" @@ -10148,8 +10218,8 @@ msgstr "" msgid "Search my posts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "" @@ -10425,8 +10495,8 @@ msgstr "" msgid "Send feedback" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "" @@ -10460,7 +10530,7 @@ msgid "Send via direct message" msgstr "" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "" @@ -10568,16 +10638,16 @@ msgstr "" #: src/components/Link.tsx:433 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:74 -#: src/components/StarterPack/QrCodeDialog.tsx:195 +#: src/components/StarterPack/QrCodeDialog.tsx:198 #: src/screens/Hashtag.tsx:130 -#: src/screens/Messages/components/InviteLinkDialog.tsx:399 -#: src/screens/Messages/components/InviteLinkDialog.tsx:406 +#: src/screens/Messages/components/InviteLinkDialog.tsx:415 +#: src/screens/Messages/components/InviteLinkDialog.tsx:426 #: src/screens/StarterPack/StarterPackScreen.tsx:447 #: src/screens/Topic.tsx:90 msgid "Share" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "" @@ -10641,8 +10711,8 @@ msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "" @@ -10796,15 +10866,15 @@ msgstr "" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:287 -#: src/screens/Messages/JoinRequest.tsx:293 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,7 +10900,7 @@ msgstr "" msgid "Sign in or create your account to join the conversation!" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:213 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." msgstr "" @@ -10842,7 +10912,7 @@ msgstr "" msgid "Sign in to Bluesky or create a new account" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:212 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." msgstr "" @@ -10900,7 +10970,7 @@ msgstr "" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1453 +#: src/view/com/composer/Composer.tsx:1468 msgid "Skip empty posts?" msgstr "" @@ -10971,12 +11041,12 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:332 msgid "Someone reacted {0}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "" @@ -10996,17 +11066,13 @@ msgstr "" msgid "Someone was removed from the group" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "" - #: 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 "" #: src/screens/Messages/Conversation.tsx:133 -#: src/screens/Messages/ConversationSettings/index.tsx:132 -#: src/screens/Messages/JoinRequests.tsx:87 +#: src/screens/Messages/ConversationSettings/index.tsx:137 +#: src/screens/Messages/JoinRequests.tsx:88 msgid "Something went wrong" msgstr "" @@ -11214,13 +11280,13 @@ msgid "Subscribe" msgstr "" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "" @@ -11255,7 +11321,7 @@ msgstr "" msgid "Success!" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:108 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" msgstr "" @@ -11355,7 +11421,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:572 +#: src/components/dms/MessageItem.tsx:670 msgid "Tap for details" msgstr "" @@ -11390,7 +11456,7 @@ msgid "Tap to dismiss" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" msgstr "" @@ -11398,34 +11464,34 @@ msgstr "" msgid "Tap to open this group chat" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:468 msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:537 +#: src/components/dms/MessageItem.tsx:635 msgid "Tap to retry" msgstr "" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:358 msgid "Tap to view reactions" msgstr "" @@ -11528,7 +11594,7 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "" @@ -11594,8 +11660,8 @@ msgstr "" msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:142 -#: src/screens/Messages/JoinRequests.tsx:200 +#: src/components/intents/GroupChatJoinDialog.tsx:165 +#: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." msgstr "" @@ -11621,7 +11687,7 @@ msgstr "" msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "" -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "" @@ -11651,7 +11717,7 @@ msgstr "" 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 "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:499 +#: src/screens/Messages/components/InviteLinkDialog.tsx:519 msgid "There is no invite link for this group chat." msgstr "" @@ -11665,8 +11731,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "" #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:126 -#: src/components/intents/GroupChatJoinDialog.tsx:160 +#: 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 "" @@ -11693,7 +11759,7 @@ msgstr "" msgid "There was an issue fetching posts. Tap here to try again." msgstr "" -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "" @@ -11725,20 +11791,20 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:455 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:475 #: src/screens/Messages/ConversationSettings/Member.tsx:71 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:111 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:124 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "" @@ -11778,7 +11844,7 @@ msgstr "" msgid "They own this chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." msgstr "" @@ -11828,22 +11894,22 @@ msgstr "" 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 "" -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:265 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:424 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" msgstr "" @@ -11881,7 +11947,7 @@ msgstr "" msgid "This content is not viewable without a Bluesky account." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:128 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." msgstr "" @@ -11931,7 +11997,7 @@ msgstr "" msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "" -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" msgstr "" @@ -11947,11 +12013,11 @@ msgstr "" msgid "This information is private and not shared with other users." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:138 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:201 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" msgstr "" @@ -11997,17 +12063,17 @@ msgstr "" msgid "This list is empty." msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:668 +#: src/components/dms/MessageItem.tsx:697 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:667 +#: src/components/dms/MessageItem.tsx:693 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12049,7 +12115,7 @@ msgstr "" msgid "This post's author has disabled quote posts." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "" @@ -12057,8 +12123,8 @@ msgstr "" msgid "This reply will be sorted into a hidden section at the bottom of your thread and will mute notifications for subsequent replies - both for yourself and others." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:151 -#: src/screens/Messages/JoinRequests.tsx:110 +#: src/screens/Messages/ConversationSettings/index.tsx:156 +#: src/screens/Messages/JoinRequests.tsx:111 msgid "This screen is only available for group conversations." msgstr "" @@ -12242,8 +12308,8 @@ msgstr "" msgid "Topic" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,7 +12379,7 @@ msgctxt "action" msgid "Try again" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:167 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." msgstr "" @@ -12335,7 +12401,7 @@ msgstr "" msgid "Two-factor authentication (2FA)" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "" @@ -12369,7 +12435,7 @@ msgstr "" msgid "Unable to delete" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:345 +#: src/screens/Messages/JoinRequests.tsx:351 msgid "Unable to fetch join requests." msgstr "" @@ -12401,34 +12467,34 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:735 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 #: src/components/moderation/BlockDialog.tsx:190 #: src/components/moderation/BlockDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:224 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:212 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:215 msgid "Unblock {displayName}" msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "" @@ -12437,7 +12503,7 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "" @@ -12474,12 +12540,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "" @@ -12521,11 +12587,11 @@ msgstr "" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:561 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "" @@ -12548,8 +12614,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "" @@ -12562,7 +12628,7 @@ msgstr "" msgid "Unmute list" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:523 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "" @@ -12641,7 +12707,7 @@ msgstr "" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1542 +#: src/view/com/composer/Composer.tsx:1557 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -12654,12 +12720,9 @@ msgstr "" msgid "Update" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" msgstr "" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 @@ -12669,9 +12732,13 @@ msgstr "" msgid "Update email" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:231 -#: src/screens/Messages/components/InviteLinkDialog.tsx:267 -#: src/screens/Messages/components/InviteLinkDialog.tsx:295 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "" + +#: 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 "" @@ -12680,14 +12747,6 @@ msgstr "" msgid "Update to {domain}" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "" - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "" @@ -12736,7 +12795,7 @@ msgstr "" msgid "Upload from Library" msgstr "" -#: src/view/com/composer/Composer.tsx:2572 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading GIF..." msgstr "" @@ -12750,7 +12809,7 @@ msgstr "" msgid "Uploading link thumbnail..." msgstr "" -#: src/view/com/composer/Composer.tsx:2574 +#: src/view/com/composer/Composer.tsx:2589 msgid "Uploading video..." msgstr "" @@ -12826,7 +12885,7 @@ msgid "User Blocks You" msgstr "" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "" @@ -12835,7 +12894,7 @@ msgstr "" msgid "User List by {0}" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "" @@ -12875,16 +12934,6 @@ msgstr "" msgid "users following <0>@{0}" msgstr "" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "" @@ -12912,8 +12961,8 @@ msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "" @@ -13039,7 +13088,7 @@ msgstr "" msgid "Video settings" msgstr "" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2607 msgid "Video uploaded" msgstr "" @@ -13056,14 +13105,14 @@ msgstr "" msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1150 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "" @@ -13088,11 +13137,11 @@ msgid "View {0}โ€™s profile" msgstr "" #: src/components/dms/MessagesListHeader.tsx:111 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:185 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:188 msgid "View {displayName}โ€™s profile" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "" @@ -13145,7 +13194,7 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1131 +#: src/view/com/composer/Composer.tsx:1145 msgid "View post" msgstr "" @@ -13162,10 +13211,10 @@ msgstr "" msgid "View profile banner" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "" @@ -13173,7 +13222,7 @@ msgstr "" msgid "View the avatar" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:548 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "" @@ -13292,11 +13341,11 @@ msgstr "" msgid "We couldn't load this conversation" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:88 +#: src/screens/Messages/JoinRequests.tsx:89 msgid "We couldnโ€™t load this conversationโ€™s join requests" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:133 +#: src/screens/Messages/ConversationSettings/index.tsx:138 msgid "We couldnโ€™t load this conversationโ€™s settings" msgstr "" @@ -13492,7 +13541,7 @@ msgid "What do you want to call your starter pack?" msgstr "" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1506 +#: src/view/com/composer/Composer.tsx:1521 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "" @@ -13505,7 +13554,7 @@ msgstr "" msgid "Who can interact with this post?" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:239 +#: src/screens/Messages/components/InviteLinkDialog.tsx:247 msgid "Who can join this group chat and how" msgstr "" @@ -13519,7 +13568,7 @@ msgid "Who can verify?" msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "" @@ -13578,7 +13627,7 @@ msgstr "" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1424 +#: src/view/com/composer/Composer.tsx:1439 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13587,12 +13636,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1602 +#: src/view/com/composer/Composer.tsx:1617 msgid "Write post" msgstr "" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1504 +#: src/view/com/composer/Composer.tsx:1519 msgid "Write your reply" msgstr "" @@ -13605,8 +13654,8 @@ msgstr "" msgid "Wrong DID returned from server. Received: {0}" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:150 -#: src/screens/Messages/JoinRequests.tsx:109 +#: src/screens/Messages/ConversationSettings/index.tsx:155 +#: src/screens/Messages/JoinRequests.tsx:110 msgid "Wrong kind of conversation" msgstr "" @@ -13658,7 +13707,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:610 +#: src/components/dms/MessageItem.tsx:708 msgid "You are blocking {0}" msgstr "" @@ -13768,7 +13817,7 @@ msgstr "" msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1429 +#: src/view/com/composer/Composer.tsx:1444 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13803,8 +13852,8 @@ msgstr "" msgid "You can update this later from your settings." msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:115 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13839,7 +13888,7 @@ msgstr "" msgid "You got here first" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:144 +#: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and canโ€™t join it using this link." msgstr "" @@ -13884,6 +13933,7 @@ msgstr "" msgid "You have muted this user" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "" @@ -13912,7 +13962,7 @@ msgstr "" msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "" -#: src/view/com/composer/Composer.tsx:1419 +#: src/view/com/composer/Composer.tsx:1434 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -13970,7 +14020,7 @@ msgstr "" msgid "You may only add up to 3 feeds" msgstr "" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." msgstr "" @@ -13982,8 +14032,8 @@ msgstr "" msgid "You must be following at least seven other people to generate a starter pack." msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:68 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: 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 "" @@ -14009,12 +14059,12 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:259 +#: src/components/dms/MessageItem.tsx:325 msgid "You reacted {0}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "" @@ -14023,8 +14073,20 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" +#: src/components/dms/MessageItem.tsx:813 +msgid "You replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:811 +msgid "You replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:809 +msgid "You replied to yourself" +msgstr "" + #. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 msgid "You requested to join" msgstr "" @@ -14050,12 +14112,12 @@ msgstr "" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "" #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "" @@ -14283,7 +14345,7 @@ msgstr "" msgid "Your muted words" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:203 +#: 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 "" @@ -14295,11 +14357,11 @@ msgstr "" msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1127 +#: src/view/com/composer/Composer.tsx:1141 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1124 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your posts were sent" msgstr "" @@ -14320,7 +14382,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:1126 +#: src/view/com/composer/Composer.tsx:1140 msgid "Your reply was sent" msgstr "" @@ -14333,7 +14395,7 @@ msgstr "" msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1454 +#: src/view/com/composer/Composer.tsx:1469 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 03cdde2474..e1782f5587 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-10 21:06\n" +"PO-Revision-Date: 2026-06-17 12:23\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,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:876 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" msgstr "" -#: src/components/dms/getMessageInfo.ts:73 +#: src/components/dms/getMessageInfo.ts:105 +#: src/components/dms/MessageItem.tsx:878 +#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "" @@ -75,7 +79,7 @@ msgstr "" msgid "{0, plural, one {# like} other {# likes}}" msgstr "" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "" @@ -97,7 +101,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:269 +#: src/components/dms/MessageItem.tsx:335 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "" @@ -118,15 +122,15 @@ msgstr "" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "" @@ -199,13 +203,13 @@ msgid "{0} <0>in <1>text & tags" msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:41 +#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:44 msgid "{0} added to chat" msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:43 +#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:46 msgid "{0} and {1} added to chat" msgstr "" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:712 msgid "{0} is blocking you" msgstr "" @@ -273,7 +277,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:330 msgid "{0} reacted {1}" msgstr "" @@ -299,7 +303,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:46 +#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 msgid "{0}, {1} and {memberCount, plural, one {# other} other {# others}} added to chat" msgstr "" @@ -326,24 +330,22 @@ msgstr "" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:136 +#: src/screens/Messages/JoinRequest.tsx:139 msgctxt "group-chat-member-count" msgid "{0}/{1}" msgstr "" #. The number of members in a group chat, in the format '{members}/{total} members'. -#. placeholder {0}: preview.memberCount -#. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 -msgid "{0}/{1} {2, plural, one {member} other {members}}" -msgstr "" - -#. The number of active group chat members out of the total number allowed. +#. The number of members in a group chat, in the format '{members}/{total} members'. #. placeholder {0}: joinLinkPreview.memberCount +#. placeholder {0}: preview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:307 -msgid "{0}/{1} members" +#. placeholder {1}: preview.memberLimit +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 +msgid "{0}/{1} {2, plural, one {member} other {members}}" msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. @@ -377,7 +379,7 @@ msgstr "" msgid "{0}s" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:427 +#: src/screens/Messages/JoinRequests.tsx:433 msgid "{count, plural, =0 {No requests to join} one {# request to join} other {# requests to join}}" msgstr "" @@ -389,7 +391,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -397,33 +399,11 @@ msgstr "" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "" - #. Displayed when there are more requests to join a group chat than have been loaded -#: src/screens/Messages/JoinRequests.tsx:421 +#: src/screens/Messages/JoinRequests.tsx:427 msgid "{count, plural, other {#+ requests to join}}" msgstr "" -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "" - #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" msgstr "" @@ -659,12 +639,12 @@ msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "" @@ -697,6 +677,18 @@ msgstr "" msgid "{rank}." msgstr "" +#: src/components/dms/MessageItem.tsx:822 +msgid "{replierDisplayName} replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:818 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:816 +msgid "{replierDisplayName} replied to you" +msgstr "" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "" @@ -873,10 +875,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 -#: src/screens/Messages/JoinRequests.tsx:187 -#: src/screens/Messages/JoinRequests.tsx:219 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 +#: src/screens/Messages/JoinRequests.tsx:192 +#: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." msgstr "" @@ -928,7 +930,7 @@ msgid "Accept" msgstr "" #. Accept a request to join a chat -#: src/screens/Messages/JoinRequests.tsx:458 +#: src/screens/Messages/JoinRequests.tsx:464 msgctxt "button" msgid "Accept" msgstr "" @@ -937,7 +939,7 @@ msgstr "" msgid "Accept chat request" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:452 +#: src/screens/Messages/JoinRequests.tsx:458 msgid "Accept join request" msgstr "" @@ -955,7 +957,7 @@ msgstr "" msgid "Accepted conversations" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:101 +#: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -979,13 +981,13 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:119 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "" @@ -1025,21 +1027,21 @@ msgstr "" msgid "Account removed from quick access" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:106 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "" @@ -1054,12 +1056,13 @@ msgstr "" msgid "Activity from others" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "" @@ -1112,11 +1115,11 @@ msgstr "" msgid "Add another account" msgstr "" -#: src/view/com/composer/Composer.tsx:1505 +#: src/view/com/composer/Composer.tsx:1520 msgid "Add another post" msgstr "" -#: src/view/com/composer/Composer.tsx:2168 +#: src/view/com/composer/Composer.tsx:2183 msgid "Add another post to thread" msgstr "" @@ -1151,9 +1154,9 @@ msgstr "" msgid "Add media to post" msgstr "" -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:69 -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:103 -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:122 +#: 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 "" @@ -1175,14 +1178,14 @@ msgstr "" msgid "Add muted words and tags" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:130 -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:169 +#: 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 "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "" @@ -1214,8 +1217,8 @@ msgstr "" msgid "Add this feed to your feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "" @@ -1246,8 +1249,8 @@ msgstr "" msgid "Added by invite link" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "" @@ -1269,7 +1272,7 @@ msgid "Additional details (limit 300 characters)" msgstr "" #: src/screens/Messages/ConversationSettings/Member.tsx:94 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:152 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:155 msgid "Admin" msgstr "" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "" @@ -1520,8 +1523,8 @@ msgstr "" msgid "An error occurred while loading your lists :/" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:78 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/components/StarterPack/QrCodeDialog.tsx:81 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "" @@ -1565,7 +1568,7 @@ msgstr "" msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:190 +#: 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 "" @@ -1643,17 +1646,17 @@ msgstr "" msgid "Anyone can interact" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:318 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:145 -#: src/screens/Messages/components/InviteLinkDialog.tsx:146 +#: src/screens/Messages/components/InviteLinkDialog.tsx:153 +#: src/screens/Messages/components/InviteLinkDialog.tsx:154 msgid "Anyone can join instantly" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:150 -#: src/screens/Messages/components/InviteLinkDialog.tsx:151 +#: src/screens/Messages/components/InviteLinkDialog.tsx:158 +#: src/screens/Messages/components/InviteLinkDialog.tsx:159 msgid "Anyone can request to join" msgstr "" @@ -1663,7 +1666,7 @@ msgstr "" msgid "Anyone who follows me" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:458 +#: 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 "" @@ -1796,8 +1799,8 @@ msgstr "" msgid "Are you sure you want to discard your changes?" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "" @@ -1814,11 +1817,11 @@ msgid "Are you sure you want to remove this from your feeds?" msgstr "" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1641 +#: src/view/com/composer/Composer.tsx:1656 msgid "Are you sure you'd like to discard this post?" msgstr "" @@ -1899,8 +1902,8 @@ msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:178 #: src/screens/Messages/components/ChatDisabled.tsx:164 #: src/screens/Messages/components/ChatDisabled.tsx:166 -#: src/screens/Messages/components/InviteLinkDialog.tsx:268 -#: src/screens/Messages/components/InviteLinkDialog.tsx:296 +#: src/screens/Messages/components/InviteLinkDialog.tsx:276 +#: src/screens/Messages/components/InviteLinkDialog.tsx:304 #: src/screens/Messages/Inbox.tsx:240 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 @@ -1958,12 +1961,12 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:96 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." msgstr "" @@ -1994,12 +1997,12 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:186 #: src/components/moderation/BlockDialog.tsx:192 #: src/components/moderation/BlockDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:224 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 msgid "Block" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:213 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:216 msgid "Block {displayName}" msgstr "" @@ -2009,8 +2012,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "" @@ -2088,6 +2091,10 @@ 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 "" @@ -2260,7 +2267,7 @@ msgstr "" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:174 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2274,13 +2281,13 @@ msgstr "" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:341 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" msgstr "" @@ -2346,12 +2353,12 @@ msgstr "" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/lib/media/picker.tsx:38 #: src/screens/Deactivated.tsx:150 -#: src/screens/Messages/components/InviteLinkDialog.tsx:480 -#: src/screens/Messages/components/InviteLinkDialog.tsx:484 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/components/InviteLinkDialog.tsx:500 +#: src/screens/Messages/components/InviteLinkDialog.tsx:504 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,8 @@ msgstr "" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1719 -#: src/view/com/composer/Composer.tsx:1729 +#: src/view/com/composer/Composer.tsx:1734 +#: src/view/com/composer/Composer.tsx:1744 #: 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 @@ -2380,6 +2387,10 @@ msgstr "" msgid "Cancel reactivation and sign out" msgstr "" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "" @@ -2481,7 +2492,7 @@ msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,8 +2509,8 @@ msgid "Chat ended" msgstr "" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:234 -#: src/screens/Messages/JoinRequest.tsx:90 +#: src/components/intents/GroupChatJoinDialog.tsx:269 +#: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" msgstr "" @@ -2520,12 +2531,12 @@ msgctxt "toast" msgid "Chat muted" msgstr "" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." msgstr "" -#: src/components/moderation/BlockDialog.tsx:292 +#: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2544,10 +2555,10 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "" @@ -2630,7 +2641,7 @@ msgstr "" msgid "Choose this color as your avatar" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:235 +#: src/screens/Messages/components/InviteLinkDialog.tsx:243 msgid "Choose who can join this group chat and how." msgstr "" @@ -2684,7 +2695,7 @@ msgstr "" msgid "click here" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:126 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:129 msgid "Click here to add people to this group chat" msgstr "" @@ -2692,7 +2703,7 @@ msgstr "" msgid "Click here to contact our support team" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:140 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:143 msgid "Click here to create or manage an invite link for this group chat" msgstr "" @@ -2722,7 +2733,7 @@ msgstr "" msgid "Click here to update your email" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:141 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:144 msgid "Click here to view the invite link for this group chat" msgstr "" @@ -2731,7 +2742,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:533 +#: src/components/dms/MessageItem.tsx:631 msgid "Click to retry failed message" msgstr "" @@ -2745,6 +2756,7 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "" #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:211 #: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2782,8 +2794,8 @@ msgstr "" #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:217 #: src/features/liveNow/components/EditLiveDialog.tsx:223 -#: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/components/InviteLinkDialog.tsx:509 +#: src/screens/Messages/components/InviteLinkDialog.tsx:524 +#: src/screens/Messages/components/InviteLinkDialog.tsx:529 #: src/screens/Settings/components/ChangePasswordDialog.tsx:288 #: src/screens/Settings/components/ChangePasswordDialog.tsx:293 #: src/view/com/feeds/MissingFeed.tsx:211 @@ -2850,10 +2862,10 @@ msgstr "" msgid "Close the incoming requests banner" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:204 -#: src/components/intents/GroupChatJoinDialog.tsx:205 -#: src/components/intents/GroupChatJoinDialog.tsx:241 -#: src/components/intents/GroupChatJoinDialog.tsx:242 +#: 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 msgid "Close this dialog" msgstr "" @@ -2866,7 +2878,7 @@ msgstr "" msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:1727 +#: src/view/com/composer/Composer.tsx:1742 msgid "Closes post composer and discards post draft" msgstr "" @@ -2920,7 +2932,7 @@ msgid "Compose new post" msgstr "" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1603 +#: src/view/com/composer/Composer.tsx:1618 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -2928,11 +2940,11 @@ msgstr "" msgid "Compose reply" msgstr "" -#: src/view/com/composer/Composer.tsx:2565 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2567 +#: src/view/com/composer/Composer.tsx:2582 msgid "Compressing video..." msgstr "" @@ -3100,7 +3112,7 @@ msgstr "" msgid "Conversation" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "" @@ -3117,8 +3129,8 @@ msgid "Conversation left" msgstr "" #: src/components/dms/LeaveConvoPrompt.tsx:40 -#: src/screens/Messages/JoinRequests.tsx:191 -#: src/screens/Messages/JoinRequests.tsx:223 +#: src/screens/Messages/JoinRequests.tsx:196 +#: src/screens/Messages/JoinRequests.tsx:229 msgid "Conversation not found." msgstr "" @@ -3127,7 +3139,7 @@ msgid "Copied build version to clipboard" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3158,12 @@ msgstr "" msgid "Copies build version to clipboard" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:252 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:195 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:262 +#: src/components/StarterPack/QrCodeDialog.tsx:198 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "" @@ -3159,8 +3171,8 @@ msgstr "" msgid "Copy App Password" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "" @@ -3175,8 +3187,8 @@ msgid "Copy code" msgstr "" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "" @@ -3184,7 +3196,7 @@ msgstr "" msgid "Copy host" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:251 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" msgstr "" @@ -3210,8 +3222,8 @@ msgstr "" msgid "Copy link to post" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "" @@ -3219,8 +3231,8 @@ msgstr "" msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "" @@ -3234,7 +3246,7 @@ msgstr "" msgid "Copy post text" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:181 +#: src/components/StarterPack/QrCodeDialog.tsx:184 msgid "Copy QR code" msgstr "" @@ -3249,7 +3261,7 @@ msgstr "" msgid "Copyright Policy" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" msgstr "" @@ -3261,11 +3273,11 @@ msgstr "" msgid "Could not connect to feed service" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:117 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" msgstr "" @@ -3294,7 +3306,7 @@ msgstr "" msgid "Could not leave chat" msgstr "" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." msgstr "" @@ -3308,7 +3320,7 @@ msgstr "" msgid "Could not load list" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:166 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" msgstr "" @@ -3320,7 +3332,7 @@ msgstr "" msgid "Could not process your video" msgstr "" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." msgstr "" @@ -3329,7 +3341,7 @@ msgstr "" msgid "Could not save changes: {0}" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" msgstr "" @@ -3373,7 +3385,7 @@ msgstr "" msgid "Create a list from this starter pack" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:166 +#: src/components/StarterPack/QrCodeDialog.tsx:169 msgid "Create a QR code for a starter pack" msgstr "" @@ -3394,12 +3406,12 @@ msgstr "" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:307 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3461,13 @@ msgstr "" msgid "Create moderation list" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:301 +#: 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 "" -#: src/screens/Messages/ConversationSettings/index.tsx:547 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "" @@ -3478,8 +3490,8 @@ msgstr "" #. 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', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) -#: src/screens/Messages/components/InviteLinkDialog.tsx:341 -#: src/screens/Messages/ConversationSettings/index.tsx:499 +#: src/screens/Messages/components/InviteLinkDialog.tsx:355 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "" @@ -3624,7 +3636,7 @@ msgstr "" msgid "Delete conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "" @@ -3637,7 +3649,7 @@ msgstr "" msgid "Delete message" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "" @@ -3647,7 +3659,7 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1630 msgid "Delete post" msgstr "" @@ -3689,6 +3701,10 @@ 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 @@ -3741,8 +3757,8 @@ msgstr "" msgid "Dim" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:373 -#: src/screens/Messages/components/InviteLinkDialog.tsx:378 +#: src/screens/Messages/components/InviteLinkDialog.tsx:385 +#: src/screens/Messages/components/InviteLinkDialog.tsx:390 msgid "Disable" msgstr "" @@ -3768,8 +3784,8 @@ msgstr "" msgid "Disable haptic feedback" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:468 -#: src/screens/Messages/components/InviteLinkDialog.tsx:474 +#: src/screens/Messages/components/InviteLinkDialog.tsx:488 +#: src/screens/Messages/components/InviteLinkDialog.tsx:494 msgid "Disable link" msgstr "" @@ -3781,7 +3797,7 @@ msgstr "" msgid "Disable replies entirely" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:455 +#: src/screens/Messages/components/InviteLinkDialog.tsx:475 msgid "Disable this invite link?" msgstr "" @@ -3794,9 +3810,9 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1398 -#: src/view/com/composer/Composer.tsx:1442 -#: src/view/com/composer/Composer.tsx:1648 +#: 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/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3823,14 @@ msgstr "" msgid "Discard changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1396 +#: src/view/com/composer/Composer.tsx:1411 #: 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:1413 -#: src/view/com/composer/Composer.tsx:1640 +#: src/view/com/composer/Composer.tsx:1428 +#: src/view/com/composer/Composer.tsx:1655 msgid "Discard post?" msgstr "" @@ -3852,7 +3868,7 @@ msgstr "" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2486 +#: src/view/com/composer/Composer.tsx:2501 msgid "Dismiss error" msgstr "" @@ -3949,8 +3965,8 @@ msgstr "" #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:143 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:149 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3979,7 @@ msgstr "" msgid "Done" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:525 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4087,8 +4097,8 @@ msgstr "" msgid "Edit" msgstr "" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "" @@ -4102,8 +4112,8 @@ msgstr "" msgid "Edit Feeds" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "" @@ -4123,16 +4133,16 @@ msgstr "" msgid "Edit interests" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:293 +#: src/screens/Messages/JoinRequests.tsx:299 msgid "Edit invite link" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:299 +#: src/screens/Messages/JoinRequests.tsx:305 msgctxt "button" msgid "Edit invite link" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:355 +#: src/screens/Messages/components/InviteLinkDialog.tsx:369 msgid "Edit link settings" msgstr "" @@ -4141,8 +4151,8 @@ msgstr "" msgid "Edit list details" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "" @@ -4155,7 +4165,7 @@ msgstr "" msgid "Edit My Feeds" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:534 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "" @@ -4184,8 +4194,8 @@ msgstr "" msgid "Edit starter pack" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:480 -#: src/screens/Messages/ConversationSettings/index.tsx:533 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "" @@ -4402,7 +4412,7 @@ msgstr "" msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2600 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "" @@ -4592,20 +4602,24 @@ msgctxt "toast" msgid "Failed to accept chat" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:185 +#: src/screens/Messages/JoinRequests.tsx:190 msgid "Failed to accept join request" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:88 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:42 -#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:60 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:45 +#: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:63 msgid "Failed to add members" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "" @@ -4615,7 +4629,7 @@ msgid "Failed to change handle. Please try again." msgstr "" #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "" @@ -4628,7 +4642,7 @@ msgstr "" msgid "Failed to create conversation" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:101 +#: src/screens/Messages/components/InviteLinkDialog.tsx:106 msgid "Failed to create invite link" msgstr "" @@ -4655,7 +4669,7 @@ msgstr "" msgid "Failed to delete starter pack" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:124 +#: src/screens/Messages/components/InviteLinkDialog.tsx:132 msgid "Failed to disable invite link" msgstr "" @@ -4664,15 +4678,15 @@ msgstr "" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:114 +#: src/screens/Messages/components/InviteLinkDialog.tsx:119 msgid "Failed to edit invite link" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:134 +#: src/screens/Messages/components/InviteLinkDialog.tsx:142 msgid "Failed to enable invite link" msgstr "" @@ -4688,11 +4702,11 @@ msgstr "" msgid "Failed to hide suggestion, please check your internet connection" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:217 +#: src/screens/Messages/JoinRequests.tsx:223 msgid "Failed to ignore join request" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:124 +#: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4700,14 +4714,14 @@ msgstr "" msgid "Failed to launch SMS app" msgstr "" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:396 +#: 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 "" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "" @@ -4753,15 +4767,20 @@ msgstr "" msgid "Failed to load suggested follows" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +msgid "Failed to mark all chats as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 +#: src/view/shell/bottom-bar/BottomBar.tsx:450 msgid "Failed to mark all requests as read" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:383 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "" @@ -4783,18 +4802,22 @@ msgstr "" msgid "Failed to remove data. {0}" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:111 +#: 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 "" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "" #: src/screens/Messages/ConversationSettings/Member.tsx:56 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:73 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:76 msgid "Failed to remove group chat member" msgstr "" @@ -4802,7 +4825,7 @@ msgstr "" msgid "Failed to remove verification" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:158 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." msgstr "" @@ -4854,7 +4877,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:429 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "" @@ -5116,7 +5139,7 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 @@ -5125,7 +5148,7 @@ msgstr "" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "" @@ -5149,8 +5172,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "" @@ -5173,7 +5196,7 @@ msgstr "" #. 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:423 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 #: src/view/com/notifications/NotificationFeedItem.tsx:868 #: src/view/com/notifications/NotificationFeedItem.tsx:875 msgid "Follow back" @@ -5211,7 +5234,7 @@ msgstr "" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:317 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" msgstr "" @@ -5231,7 +5254,7 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 @@ -5359,17 +5382,17 @@ msgstr "" msgid "Generate a starter pack" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:231 -#: src/screens/Messages/components/InviteLinkDialog.tsx:269 -#: src/screens/Messages/components/InviteLinkDialog.tsx:297 +#: 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 "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:426 +#: src/screens/Messages/components/InviteLinkDialog.tsx:446 msgid "Generate new invite link" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:431 +#: src/screens/Messages/components/InviteLinkDialog.tsx:451 msgid "Generate new link" msgstr "" @@ -5457,8 +5480,8 @@ msgstr "" #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:71 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:81 -#: src/screens/Messages/components/InviteLinkDialog.tsx:211 -#: src/screens/Messages/components/InviteLinkDialog.tsx:218 +#: src/screens/Messages/components/InviteLinkDialog.tsx:219 +#: src/screens/Messages/components/InviteLinkDialog.tsx:226 msgid "Get started" msgstr "" @@ -5467,7 +5490,7 @@ msgstr "" msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2590 +#: src/view/com/composer/Composer.tsx:2605 msgid "GIF uploaded" msgstr "" @@ -5526,8 +5549,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "" @@ -5538,8 +5561,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "" @@ -5573,7 +5596,7 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:262 #: src/screens/Messages/components/MessagesListInfoPanel.tsx:98 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:191 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:194 #: src/view/shell/desktop/LeftNav.tsx:336 #: src/view/shell/desktop/LeftNav.tsx:342 msgid "Go to profile" @@ -5622,43 +5645,43 @@ msgstr "" msgid "Grooming or predatory behavior" msgstr "" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:299 -#: src/screens/Messages/JoinRequest.tsx:122 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:536 +#: src/screens/Messages/components/InviteLinkDialog.tsx:556 msgid "Group chat invite link dialog" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:412 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:376 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:364 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "" #: src/Navigation.tsx:496 -#: src/screens/Messages/ConversationSettings/index.tsx:111 +#: src/screens/Messages/ConversationSettings/index.tsx:113 msgid "Group chat settings" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:414 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:378 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "" @@ -5672,7 +5695,7 @@ msgid "Group chats are only available to users 18 and over." msgstr "" #. placeholder {0}: convo.details.memberLimit -#: src/screens/Messages/components/InviteLinkDialog.tsx:197 +#: src/screens/Messages/components/InviteLinkDialog.tsx:205 msgid "Group chats can only have a maximum of {0, plural, other {# people}}." msgstr "" @@ -5682,12 +5705,12 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "" @@ -5960,7 +5983,7 @@ msgstr "" #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6210,7 +6233,7 @@ msgstr "" msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "" @@ -6268,7 +6291,7 @@ msgstr "" msgid "Invalid 2FA confirmation code." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:134 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." msgstr "" @@ -6290,7 +6313,7 @@ msgstr "" msgid "Invalid report subject" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:165 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." msgstr "" @@ -6315,15 +6338,15 @@ msgstr "" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:137 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6331,22 +6354,22 @@ msgstr "" msgid "Invite friends <0/>" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:185 -#: src/screens/Messages/components/InviteLinkDialog.tsx:321 -#: src/screens/Messages/components/InviteLinkDialog.tsx:327 -#: src/screens/Messages/components/InviteLinkDialog.tsx:494 -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:146 -#: src/screens/Messages/ConversationSettings/index.tsx:550 +#: src/screens/Messages/components/InviteLinkDialog.tsx:193 +#: src/screens/Messages/components/InviteLinkDialog.tsx:329 +#: src/screens/Messages/components/InviteLinkDialog.tsx:335 +#: src/screens/Messages/components/InviteLinkDialog.tsx:514 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:210 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:123 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" msgstr "" @@ -6355,7 +6378,7 @@ msgid "Invite link created" msgstr "" #: src/components/dms/getSystemMessageInfo.ts:138 -#: src/screens/Messages/components/InviteLinkDialog.tsx:321 +#: src/screens/Messages/components/InviteLinkDialog.tsx:329 msgid "Invite link disabled" msgstr "" @@ -6380,7 +6403,7 @@ msgstr "" msgid "Invite your friends to follow your favorite feeds and people" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:152 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:155 msgid "Invited" msgstr "" @@ -6410,7 +6433,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:2505 +#: src/view/com/composer/Composer.tsx:2520 msgid "Job ID: {0}" msgstr "" @@ -6420,7 +6443,7 @@ msgid "Jobs" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:260 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" msgstr "" @@ -6431,12 +6454,12 @@ msgstr "" msgid "Join Bluesky" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:68 -#: src/components/intents/GroupChatJoinDialog.tsx:426 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:154 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." msgstr "" @@ -6450,8 +6473,8 @@ msgstr "" msgid "Journalism" msgstr "" -#: src/view/com/composer/Composer.tsx:1446 -#: src/view/com/composer/Composer.tsx:1456 +#: src/view/com/composer/Composer.tsx:1461 +#: src/view/com/composer/Composer.tsx:1471 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6609,7 +6632,7 @@ msgid "Learn more." msgstr "" #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:585 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "" @@ -6623,8 +6646,8 @@ msgstr "" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "" @@ -6644,12 +6667,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:584 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "" @@ -6658,11 +6681,11 @@ msgstr "" msgid "Leaving Bluesky" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: src/screens/Messages/ConversationSettings/prompts.tsx:153 msgid "Leaving this chat will lock it permanently and you wonโ€™t be able to rejoin." msgstr "" -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." msgstr "" @@ -6935,9 +6958,9 @@ msgstr "" msgid "Load new posts" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "" @@ -6954,23 +6977,23 @@ msgstr "" msgid "Loading..." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:564 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:562 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:564 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "" @@ -7051,6 +7074,16 @@ msgstr "" msgid "Mark all as read" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:459 +#: src/view/shell/bottom-bar/BottomBar.tsx:463 +msgid "Mark all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:467 +#: src/view/shell/bottom-bar/BottomBar.tsx:471 +msgid "Mark all requests as read" +msgstr "" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7093,14 @@ msgstr "" msgid "Marked all as read" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,7 +7124,7 @@ msgstr "" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "" -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." msgstr "" @@ -7092,7 +7133,7 @@ msgstr "" msgid "Members" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "" @@ -7111,14 +7152,14 @@ msgstr "" msgid "Menu" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:200 +#: 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 "" @@ -7128,11 +7169,11 @@ msgstr "" msgid "Message {0}" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:196 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:199 msgid "Message {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "" @@ -7141,13 +7182,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:625 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "" @@ -7156,21 +7197,21 @@ msgstr "" msgid "Message from server: {0}" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "" @@ -7178,11 +7219,11 @@ msgstr "" msgid "Messages" msgstr "" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:724 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:621 +#: src/components/dms/MessageItem.tsx:719 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7219,8 +7260,8 @@ msgstr "" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "" @@ -7228,7 +7269,7 @@ msgstr "" msgid "Moderation list by <0/>" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "" @@ -7281,8 +7322,8 @@ msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "" @@ -7302,7 +7343,7 @@ msgstr "" msgid "Music" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:526 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "" @@ -7320,8 +7361,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "" @@ -7347,7 +7388,7 @@ msgstr "" msgid "Mute these accounts?" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:524 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "" @@ -7389,7 +7430,7 @@ msgstr "" msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:526 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "" @@ -7480,7 +7521,7 @@ msgstr "" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "" @@ -7500,28 +7541,28 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:58 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:61 msgid "New chat with {0}" msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:62 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:65 msgid "New chat with {0} and {1}" msgstr "" #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:70 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:73 msgid "New chat with {0}, {1}, and {memberCount, plural, one {{memberCount} more} other {{memberCount} more}}." msgstr "" @@ -7726,7 +7767,7 @@ msgstr "" msgid "No media yet" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "" @@ -7763,7 +7804,7 @@ msgstr "" msgid "No one but the author can quote this post." msgstr "" -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "" @@ -7831,6 +7872,11 @@ 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" @@ -7895,7 +7941,7 @@ msgstr "" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "" @@ -7931,7 +7977,7 @@ msgstr "" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8021,7 @@ msgstr "" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:731 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8045,15 +8091,15 @@ msgstr "" msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:195 +#: src/screens/Messages/JoinRequests.tsx:200 msgid "Only admins can accept join requests." msgstr "" -#: src/screens/Messages/JoinRequests.tsx:227 +#: src/screens/Messages/JoinRequests.tsx:233 msgid "Only admins can ignore join requests." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:132 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." msgstr "" @@ -8068,12 +8114,12 @@ msgid "Only image files are supported" msgstr "" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:215 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:270 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" msgstr "" @@ -8107,16 +8153,16 @@ msgid "Open camera" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:415 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:139 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:142 msgid "Open chat member options for {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "" @@ -8128,9 +8174,9 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2145 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2160 msgid "Open emoji picker" msgstr "" @@ -8151,7 +8197,7 @@ msgstr "" msgid "Open Germ DM" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:408 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" msgstr "" @@ -8166,11 +8212,11 @@ msgid "Open in Google Translate" msgstr "" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "" @@ -8221,7 +8267,7 @@ msgstr "" msgid "Open system log" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:409 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" msgstr "" @@ -8275,13 +8321,13 @@ msgstr "" msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" -#: src/screens/Messages/JoinRequest.tsx:302 +#: 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 "" -#: src/screens/Messages/JoinRequest.tsx:288 +#: 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" @@ -8490,11 +8536,11 @@ msgstr "" msgid "People" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:156 +#: src/screens/Messages/components/InviteLinkDialog.tsx:164 msgid "People {ownerName} follows can join instantly" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:161 +#: src/screens/Messages/components/InviteLinkDialog.tsx:169 msgid "People {ownerName} follows can request to join" msgstr "" @@ -8513,11 +8559,21 @@ msgstr "" msgid "People I follow" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:155 +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "" + +#: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:160 +#: src/screens/Messages/components/InviteLinkDialog.tsx:168 msgid "People I follow can request to join" msgstr "" @@ -8813,7 +8869,7 @@ msgstr "" msgid "Porn" msgstr "" -#: src/view/com/composer/Composer.tsx:1793 +#: src/view/com/composer/Composer.tsx:1808 msgctxt "action" msgid "Post" msgstr "" @@ -8833,12 +8889,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1791 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post All" msgstr "" -#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1470 msgid "Post anyway" msgstr "" @@ -8898,8 +8954,8 @@ msgstr "" msgid "Post language selection" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:383 #: src/screens/Messages/components/InviteLinkDialog.tsx:395 +#: src/screens/Messages/components/InviteLinkDialog.tsx:411 msgid "Post link" msgstr "" @@ -8957,7 +9013,7 @@ msgstr "" #: src/components/Error.tsx:56 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 -#: src/screens/Messages/JoinRequests.tsx:349 +#: src/screens/Messages/JoinRequests.tsx:355 #: src/screens/Signup/BackNextButtons.tsx:48 msgid "Press to retry" msgstr "" @@ -9015,11 +9071,11 @@ msgstr "" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2579 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2581 +#: src/view/com/composer/Composer.tsx:2596 msgid "Processing video..." msgstr "" @@ -9031,7 +9087,7 @@ msgstr "" msgid "profile" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9121,22 @@ 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:1777 +#: src/view/com/composer/Composer.tsx:1792 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1772 +#: src/view/com/composer/Composer.tsx:1787 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1761 +#: src/view/com/composer/Composer.tsx:1776 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1766 +#: src/view/com/composer/Composer.tsx:1781 msgid "Publish reply" msgstr "" @@ -9100,16 +9156,16 @@ msgstr "" msgid "Push, people you follow" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:140 +#: src/components/StarterPack/QrCodeDialog.tsx:143 msgid "QR code copied to your clipboard!" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:118 +#: src/components/StarterPack/QrCodeDialog.tsx:121 msgid "QR code has been downloaded!" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:119 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:97 +#: src/components/StarterPack/QrCodeDialog.tsx:122 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "" @@ -9160,11 +9216,11 @@ msgstr "" msgid "Re-attach quote" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:413 +#: src/screens/Messages/components/InviteLinkDialog.tsx:433 msgid "Re-enable invite link" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:420 +#: src/screens/Messages/components/InviteLinkDialog.tsx:440 msgid "Re-enable link" msgstr "" @@ -9172,8 +9228,8 @@ msgstr "" msgid "React with {emoji}" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "" @@ -9268,17 +9324,13 @@ msgstr "" msgid "Reconnect" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "" - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" msgstr "" #. Reject a request to join a chat -#: src/screens/Messages/JoinRequests.tsx:483 +#: src/screens/Messages/JoinRequests.tsx:489 msgctxt "button" msgid "Reject" msgstr "" @@ -9287,16 +9339,18 @@ msgstr "" msgid "Reject chat request" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:477 +#: src/screens/Messages/JoinRequests.tsx:483 msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9359,9 @@ msgstr "" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "" @@ -9322,11 +9375,11 @@ msgid "Remove {displayName} from starter pack" msgstr "" #: src/screens/Messages/ConversationSettings/Member.tsx:157 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:231 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:234 msgid "Remove {displayName} from this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" msgstr "" @@ -9378,7 +9431,7 @@ msgstr "" msgid "Remove feed?" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:235 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "" @@ -9443,14 +9496,14 @@ msgstr "" msgid "Remove unavailable moderation services" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "" @@ -9466,8 +9519,8 @@ msgstr "" msgid "Removed by you" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "" @@ -9535,6 +9588,14 @@ msgctxt "description" msgid "Replied to you" msgstr "" +#: src/components/dms/MessageItem.tsx:892 +msgid "Replied-to message from {senderName}, tap to scroll to it" +msgstr "" + +#: src/components/dms/MessageItem.tsx:893 +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 @@ -9552,7 +9613,12 @@ msgstr "" msgid "Replies to this post are disabled." msgstr "" -#: src/view/com/composer/Composer.tsx:1789 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Reply" msgstr "" @@ -9590,14 +9656,14 @@ msgstr "" msgid "Reply was successfully hidden" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:577 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "" @@ -9623,7 +9689,7 @@ msgstr "" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "" @@ -9657,7 +9723,7 @@ msgstr "" msgid "Report this feed" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:576 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "" @@ -9737,11 +9803,11 @@ msgstr "" msgid "Reposts of your reposts" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:425 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:177 +#: src/screens/Messages/JoinRequests.tsx:182 msgid "Request approved." msgstr "" @@ -9750,12 +9816,12 @@ msgstr "" msgid "Request code" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:209 +#: src/screens/Messages/JoinRequests.tsx:215 msgid "Request ignored." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:259 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" msgstr "" @@ -9764,13 +9830,13 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "" #: src/Navigation.tsx:501 -#: src/screens/Messages/JoinRequests.tsx:58 -#: src/screens/Messages/JoinRequests.tsx:419 +#: src/screens/Messages/JoinRequests.tsx:59 +#: src/screens/Messages/JoinRequests.tsx:425 msgid "Requests to join" msgstr "" @@ -9791,9 +9857,9 @@ msgstr "" msgid "Required in your region" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:274 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:310 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:115 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:117 msgid "Rescind request" msgstr "" @@ -9872,10 +9938,10 @@ msgstr "" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 -#: src/screens/Messages/JoinRequests.tsx:355 +#: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:92 @@ -9925,10 +9991,10 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:324 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:668 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:673 -#: src/components/StarterPack/QrCodeDialog.tsx:207 +#: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10019,22 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1436 +#: src/view/com/composer/Composer.tsx:1451 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "" -#: src/view/com/composer/Composer.tsx:1408 +#: src/view/com/composer/Composer.tsx:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1436 +#: src/view/com/composer/Composer.tsx:1451 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1410 +#: src/view/com/composer/Composer.tsx:1425 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -9985,7 +10051,7 @@ msgstr "" msgid "Save new handle" msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:199 +#: src/components/StarterPack/QrCodeDialog.tsx:202 msgid "Save QR code" msgstr "" @@ -10027,8 +10093,8 @@ msgstr "" msgid "Say hello!" msgstr "" -#: src/screens/Messages/ChatList.tsx:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "" @@ -10058,6 +10124,10 @@ msgstr "" msgid "Scroll right" msgstr "" +#: src/components/dms/MessageItem.tsx:783 +msgid "Scroll to the message this is replying to" +msgstr "" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "" @@ -10067,7 +10137,7 @@ msgstr "" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "" @@ -10148,8 +10218,8 @@ msgstr "" msgid "Search my posts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "" @@ -10425,8 +10495,8 @@ msgstr "" msgid "Send feedback" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "" @@ -10460,7 +10530,7 @@ msgid "Send via direct message" msgstr "" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "" @@ -10568,16 +10638,16 @@ msgstr "" #: src/components/Link.tsx:433 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:74 -#: src/components/StarterPack/QrCodeDialog.tsx:195 +#: src/components/StarterPack/QrCodeDialog.tsx:198 #: src/screens/Hashtag.tsx:130 -#: src/screens/Messages/components/InviteLinkDialog.tsx:399 -#: src/screens/Messages/components/InviteLinkDialog.tsx:406 +#: src/screens/Messages/components/InviteLinkDialog.tsx:415 +#: src/screens/Messages/components/InviteLinkDialog.tsx:426 #: src/screens/StarterPack/StarterPackScreen.tsx:447 #: src/screens/Topic.tsx:90 msgid "Share" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "" @@ -10641,8 +10711,8 @@ msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "" @@ -10796,15 +10866,15 @@ msgstr "" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:287 -#: src/screens/Messages/JoinRequest.tsx:293 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,7 +10900,7 @@ msgstr "" msgid "Sign in or create your account to join the conversation!" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:213 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." msgstr "" @@ -10842,7 +10912,7 @@ msgstr "" msgid "Sign in to Bluesky or create a new account" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:212 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." msgstr "" @@ -10900,7 +10970,7 @@ msgstr "" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1453 +#: src/view/com/composer/Composer.tsx:1468 msgid "Skip empty posts?" msgstr "" @@ -10971,12 +11041,12 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:332 msgid "Someone reacted {0}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "" @@ -10996,17 +11066,13 @@ msgstr "" msgid "Someone was removed from the group" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "" - #: 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 "" #: src/screens/Messages/Conversation.tsx:133 -#: src/screens/Messages/ConversationSettings/index.tsx:132 -#: src/screens/Messages/JoinRequests.tsx:87 +#: src/screens/Messages/ConversationSettings/index.tsx:137 +#: src/screens/Messages/JoinRequests.tsx:88 msgid "Something went wrong" msgstr "" @@ -11214,13 +11280,13 @@ msgid "Subscribe" msgstr "" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "" @@ -11255,7 +11321,7 @@ msgstr "" msgid "Success!" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:108 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" msgstr "" @@ -11355,7 +11421,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:572 +#: src/components/dms/MessageItem.tsx:670 msgid "Tap for details" msgstr "" @@ -11390,7 +11456,7 @@ msgid "Tap to dismiss" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" msgstr "" @@ -11398,34 +11464,34 @@ msgstr "" msgid "Tap to open this group chat" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:468 msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:537 +#: src/components/dms/MessageItem.tsx:635 msgid "Tap to retry" msgstr "" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:358 msgid "Tap to view reactions" msgstr "" @@ -11528,7 +11594,7 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "" @@ -11594,8 +11660,8 @@ msgstr "" msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:142 -#: src/screens/Messages/JoinRequests.tsx:200 +#: src/components/intents/GroupChatJoinDialog.tsx:165 +#: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." msgstr "" @@ -11621,7 +11687,7 @@ msgstr "" msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "" -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "" @@ -11651,7 +11717,7 @@ msgstr "" 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 "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:499 +#: src/screens/Messages/components/InviteLinkDialog.tsx:519 msgid "There is no invite link for this group chat." msgstr "" @@ -11665,8 +11731,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "" #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:126 -#: src/components/intents/GroupChatJoinDialog.tsx:160 +#: 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 "" @@ -11693,7 +11759,7 @@ msgstr "" msgid "There was an issue fetching posts. Tap here to try again." msgstr "" -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "" @@ -11725,20 +11791,20 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:455 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:475 #: src/screens/Messages/ConversationSettings/Member.tsx:71 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:111 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:124 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "" @@ -11778,7 +11844,7 @@ msgstr "" msgid "They own this chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." msgstr "" @@ -11828,22 +11894,22 @@ msgstr "" 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 "" -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:265 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:424 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" msgstr "" @@ -11881,7 +11947,7 @@ msgstr "" msgid "This content is not viewable without a Bluesky account." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:128 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." msgstr "" @@ -11931,7 +11997,7 @@ msgstr "" msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "" -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" msgstr "" @@ -11947,11 +12013,11 @@ msgstr "" msgid "This information is private and not shared with other users." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:138 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:201 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" msgstr "" @@ -11997,17 +12063,17 @@ msgstr "" msgid "This list is empty." msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:668 +#: src/components/dms/MessageItem.tsx:697 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:667 +#: src/components/dms/MessageItem.tsx:693 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12049,7 +12115,7 @@ msgstr "" msgid "This post's author has disabled quote posts." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "" @@ -12057,8 +12123,8 @@ msgstr "" msgid "This reply will be sorted into a hidden section at the bottom of your thread and will mute notifications for subsequent replies - both for yourself and others." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:151 -#: src/screens/Messages/JoinRequests.tsx:110 +#: src/screens/Messages/ConversationSettings/index.tsx:156 +#: src/screens/Messages/JoinRequests.tsx:111 msgid "This screen is only available for group conversations." msgstr "" @@ -12242,8 +12308,8 @@ msgstr "" msgid "Topic" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,7 +12379,7 @@ msgctxt "action" msgid "Try again" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:167 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." msgstr "" @@ -12335,7 +12401,7 @@ msgstr "" msgid "Two-factor authentication (2FA)" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "" @@ -12369,7 +12435,7 @@ msgstr "" msgid "Unable to delete" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:345 +#: src/screens/Messages/JoinRequests.tsx:351 msgid "Unable to fetch join requests." msgstr "" @@ -12401,34 +12467,34 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:735 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 #: src/components/moderation/BlockDialog.tsx:190 #: src/components/moderation/BlockDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:224 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "" -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:212 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:215 msgid "Unblock {displayName}" msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "" @@ -12437,7 +12503,7 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "" @@ -12474,12 +12540,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "" @@ -12521,11 +12587,11 @@ msgstr "" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:561 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "" @@ -12548,8 +12614,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "" @@ -12562,7 +12628,7 @@ msgstr "" msgid "Unmute list" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:523 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "" @@ -12641,7 +12707,7 @@ msgstr "" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1542 +#: src/view/com/composer/Composer.tsx:1557 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -12654,12 +12720,9 @@ msgstr "" msgid "Update" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" msgstr "" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 @@ -12669,9 +12732,13 @@ msgstr "" msgid "Update email" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:231 -#: src/screens/Messages/components/InviteLinkDialog.tsx:267 -#: src/screens/Messages/components/InviteLinkDialog.tsx:295 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "" + +#: 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 "" @@ -12680,14 +12747,6 @@ msgstr "" msgid "Update to {domain}" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "" - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "" @@ -12736,7 +12795,7 @@ msgstr "" msgid "Upload from Library" msgstr "" -#: src/view/com/composer/Composer.tsx:2572 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading GIF..." msgstr "" @@ -12750,7 +12809,7 @@ msgstr "" msgid "Uploading link thumbnail..." msgstr "" -#: src/view/com/composer/Composer.tsx:2574 +#: src/view/com/composer/Composer.tsx:2589 msgid "Uploading video..." msgstr "" @@ -12826,7 +12885,7 @@ msgid "User Blocks You" msgstr "" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "" @@ -12835,7 +12894,7 @@ msgstr "" msgid "User List by {0}" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "" @@ -12875,16 +12934,6 @@ msgstr "" msgid "users following <0>@{0}" msgstr "" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "" @@ -12912,8 +12961,8 @@ msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "" @@ -13039,7 +13088,7 @@ msgstr "" msgid "Video settings" msgstr "" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2607 msgid "Video uploaded" msgstr "" @@ -13056,14 +13105,14 @@ msgstr "" msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1150 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "" @@ -13088,11 +13137,11 @@ msgid "View {0}โ€™s profile" msgstr "" #: src/components/dms/MessagesListHeader.tsx:111 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:185 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:188 msgid "View {displayName}โ€™s profile" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "" @@ -13145,7 +13194,7 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1131 +#: src/view/com/composer/Composer.tsx:1145 msgid "View post" msgstr "" @@ -13162,10 +13211,10 @@ msgstr "" msgid "View profile banner" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "" @@ -13173,7 +13222,7 @@ msgstr "" msgid "View the avatar" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:548 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "" @@ -13292,11 +13341,11 @@ msgstr "" msgid "We couldn't load this conversation" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:88 +#: src/screens/Messages/JoinRequests.tsx:89 msgid "We couldnโ€™t load this conversationโ€™s join requests" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:133 +#: src/screens/Messages/ConversationSettings/index.tsx:138 msgid "We couldnโ€™t load this conversationโ€™s settings" msgstr "" @@ -13492,7 +13541,7 @@ msgid "What do you want to call your starter pack?" msgstr "" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1506 +#: src/view/com/composer/Composer.tsx:1521 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "" @@ -13505,7 +13554,7 @@ msgstr "" msgid "Who can interact with this post?" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:239 +#: src/screens/Messages/components/InviteLinkDialog.tsx:247 msgid "Who can join this group chat and how" msgstr "" @@ -13519,7 +13568,7 @@ msgid "Who can verify?" msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "" @@ -13578,7 +13627,7 @@ msgstr "" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1424 +#: src/view/com/composer/Composer.tsx:1439 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13587,12 +13636,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1602 +#: src/view/com/composer/Composer.tsx:1617 msgid "Write post" msgstr "" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1504 +#: src/view/com/composer/Composer.tsx:1519 msgid "Write your reply" msgstr "" @@ -13605,8 +13654,8 @@ msgstr "" msgid "Wrong DID returned from server. Received: {0}" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:150 -#: src/screens/Messages/JoinRequests.tsx:109 +#: src/screens/Messages/ConversationSettings/index.tsx:155 +#: src/screens/Messages/JoinRequests.tsx:110 msgid "Wrong kind of conversation" msgstr "" @@ -13658,7 +13707,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:610 +#: src/components/dms/MessageItem.tsx:708 msgid "You are blocking {0}" msgstr "" @@ -13768,7 +13817,7 @@ msgstr "" msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1429 +#: src/view/com/composer/Composer.tsx:1444 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13803,8 +13852,8 @@ msgstr "" msgid "You can update this later from your settings." msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:115 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13839,7 +13888,7 @@ msgstr "" msgid "You got here first" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:144 +#: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and canโ€™t join it using this link." msgstr "" @@ -13884,6 +13933,7 @@ msgstr "" msgid "You have muted this user" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "" @@ -13912,7 +13962,7 @@ msgstr "" msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "" -#: src/view/com/composer/Composer.tsx:1419 +#: src/view/com/composer/Composer.tsx:1434 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -13970,7 +14020,7 @@ msgstr "" msgid "You may only add up to 3 feeds" msgstr "" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." msgstr "" @@ -13982,8 +14032,8 @@ msgstr "" msgid "You must be following at least seven other people to generate a starter pack." msgstr "" -#: src/components/StarterPack/QrCodeDialog.tsx:68 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: 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 "" @@ -14009,12 +14059,12 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:259 +#: src/components/dms/MessageItem.tsx:325 msgid "You reacted {0}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "" @@ -14023,8 +14073,20 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" +#: src/components/dms/MessageItem.tsx:813 +msgid "You replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:811 +msgid "You replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:809 +msgid "You replied to yourself" +msgstr "" + #. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 msgid "You requested to join" msgstr "" @@ -14050,12 +14112,12 @@ msgstr "" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "" #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "" @@ -14283,7 +14345,7 @@ msgstr "" msgid "Your muted words" msgstr "" -#: src/screens/Messages/components/InviteLinkDialog.tsx:203 +#: 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 "" @@ -14295,11 +14357,11 @@ msgstr "" msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1127 +#: src/view/com/composer/Composer.tsx:1141 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1124 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your posts were sent" msgstr "" @@ -14320,7 +14382,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:1126 +#: src/view/com/composer/Composer.tsx:1140 msgid "Your reply was sent" msgstr "" @@ -14333,7 +14395,7 @@ msgstr "" msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1454 +#: src/view/com/composer/Composer.tsx:1469 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 6f7abb5d01..2eca62288e 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-10 21:06\n" +"PO-Revision-Date: 2026-06-17 12:23\n" "Last-Translator: \n" "Language-Team: Nepali\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:867 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" msgstr "" -#: src/components/dms/getMessageInfo.ts:73 +#: src/components/dms/getMessageInfo.ts:105 +#: src/components/dms/MessageItem.tsx:869 +#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "เคธเคพเคฎเค—เฅเคฐเฅ€ เคธเคฎเคพเคตเฅ‡เคถ เค—เคฐเคฟเคเค•เฅ‹ เค›" @@ -75,7 +79,7 @@ msgstr "" msgid "{0, plural, one {# like} other {# likes}}" msgstr "" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "" @@ -97,7 +101,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:269 +#: src/components/dms/MessageItem.tsx:350 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "" @@ -118,15 +122,15 @@ msgstr "{0, plural, one {# เคธเฅ‡เค•เฅ‡เคจเฅเคก} other {# เคธเฅ‡เค•เฅ‡เคจเฅเคก #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:703 msgid "{0} is blocking you" msgstr "" @@ -273,7 +277,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:345 msgid "{0} reacted {1}" msgstr "" @@ -326,24 +330,22 @@ msgstr "{0} เค•เฅ‹ เค…เคตเคคเคพเคฐ" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:143 +#: src/screens/Messages/JoinRequest.tsx:139 msgctxt "group-chat-member-count" msgid "{0}/{1}" msgstr "" #. The number of members in a group chat, in the format '{members}/{total} members'. -#. placeholder {0}: preview.memberCount -#. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 -msgid "{0}/{1} {2, plural, one {member} other {members}}" -msgstr "" - -#. The number of active group chat members out of the total number allowed. +#. The number of members in a group chat, in the format '{members}/{total} members'. #. placeholder {0}: joinLinkPreview.memberCount +#. placeholder {0}: preview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:329 -msgid "{0}/{1} members" +#. placeholder {1}: preview.memberLimit +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 +msgid "{0}/{1} {2, plural, one {member} other {members}}" msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. @@ -389,7 +391,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -397,33 +399,11 @@ msgstr "" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "" - #. 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 "" -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "" - #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" msgstr "" @@ -441,155 +421,155 @@ msgstr "{estimatedTimeHrs, plural, one {เค˜เคฃเฅเคŸเคพ} other {เค˜เคฃเฅเคŸเคพ msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {เคฎเคฟเคจเฅ‡เคŸ} other {เคฎเคฟเคจเฅ‡เคŸเคนเคฐเฅ‚}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: 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}} เคฒเฅ‡ เคคเคชเคพเคˆเค‚เคฒเคพเคˆ เค…เคจเฅเคธเคฐเคฃ เค—เคฐเฅ‡" -#: 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 "{firstAuthorLink} เคฐ <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} เคฒเฅ‡ เคคเคชเคพเคˆเค‚เค•เฅ‹ เค•เคธเฅเคŸเคฎ เคซเคฟเคกเคฒเคพเคˆ เคฎเคจ เคชเคฐเคพเค" -#: 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 "{firstAuthorLink} เคฐ <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} เคฒเฅ‡ เคคเคชเคพเคˆเค‚เค•เฅ‹ เคชเฅ‹เคธเฅเคŸเคฒเคพเคˆ เคฎเคจ เคชเคฐเคพเค" -#: 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 "{firstAuthorLink} เคฐ <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} เคฒเฅ‡ เคคเคชเคพเคˆเค‚เค•เฅ‹ เคชเฅ‹เคธเฅเคŸเคฒเคพเคˆ เคชเฅเคจ: เคชเฅ‹เคธเฅเคŸ เค—เคฐเฅ‡" -#: 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 "{firstAuthorLink} เคฐ <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} เคฒเฅ‡ เคคเคชเคพเคˆเค‚เค•เฅ‹ เคธเฅเคŸเคพเคฐเฅเคŸเคฐ เคชเฅเคฏเคพเค•เคฌเคพเคŸ เคธเคพเค‡เคจ เค…เคช เค—เคฐเฅ‡" -#: 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 "{firstAuthorLink} เคฒเฅ‡ เคคเคชเคพเคˆเค‚เคฒเคพเคˆ เค…เคจเฅเคธเคฐเคฃ เค—เคฐเฅ‡" -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} เคฒเฅ‡ เคคเคชเคพเคˆเค‚เคฒเคพเคˆ เคชเฅเคจเคƒ เค…เคจเฅเคธเคฐเคฃ เค—เคฐเฅ‡" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} เคฒเฅ‡ เคคเคชเคพเคˆเค‚เค•เฅ‹ เค•เคธเฅเคŸเคฎ เคซเคฟเคกเคฒเคพเคˆ เคฎเคจ เคชเคฐเคพเค" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} เคฒเฅ‡ เคคเคชเคพเคˆเค‚เค•เฅ‹ เคชเฅ‹เคธเฅเคŸเคฒเคพเคˆ เคฎเคจ เคชเคฐเคพเค" -#: 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 "{firstAuthorLink} เคฒเฅ‡ เคคเคชเคพเคˆเค‚เค•เฅ‹ เคชเฅ‹เคธเฅเคŸเคฒเคพเคˆ เคชเฅเคจ: เคชเฅ‹เคธเฅเคŸ เค—เคฐเฅ‡" -#: 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 "{firstAuthorLink} เคฒเฅ‡ เคคเคชเคพเคˆเค‚เค•เฅ‹ เคธเฅเคŸเคพเคฐเฅเคŸเคฐ เคชเฅเคฏเคพเค•เคฌเคพเคŸ เคธเคพเค‡เคจ เค…เคช เค—เคฐเฅ‡" -#: 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 "{firstAuthorName} เคฐ {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} เคฒเฅ‡ เคคเคชเคพเคˆเค‚เคฒเคพเคˆ เค…เคจเฅเคธเคฐเคฃ เค—เคฐเฅ‡" -#: 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 "{firstAuthorName} เคฐ {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} เคฒเฅ‡ เคคเคชเคพเคˆเค‚เค•เฅ‹ เค•เคธเฅเคŸเคฎ เคซเคฟเคกเคฒเคพเคˆ เคฎเคจ เคชเคฐเคพเค" -#: 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 "{firstAuthorName} เคฐ {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} เคฒเฅ‡ เคคเคชเคพเคˆเค‚เค•เฅ‹ เคชเฅ‹เคธเฅเคŸเคฒเคพเคˆ เคฎเคจ เคชเคฐเคพเค" -#: 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 "{firstAuthorName} เคฐ {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} เคฒเฅ‡ เคคเคชเคพเคˆเค‚เค•เฅ‹ เคชเฅ‹เคธเฅเคŸเคฒเคพเคˆ เคชเฅเคจ: เคชเฅ‹เคธเฅเคŸ เค—เคฐเฅ‡" -#: 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 "{firstAuthorName} เคฐ {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} เคฒเฅ‡ เคคเคชเคพเคˆเค‚เค•เฅ‹ เคธเฅเคŸเคพเคฐเฅเคŸเคฐ เคชเฅเคฏเคพเค•เคฌเคพเคŸ เคธเคพเค‡เคจ เค…เคช เค—เคฐเฅ‡" -#: 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 "{firstAuthorName} เคฒเฅ‡ เคคเคชเคพเคˆเค‚เคฒเคพเคˆ เคชเค›เฅเคฏเคพเค" -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} เคฒเฅ‡ เคคเคชเคพเคˆเค‚เคฒเคพเคˆ เคซเคฟเคฐเฅเคคเคพ เคชเค›เฅเคฏเคพเค" -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} เคฒเฅ‡ เคคเคชเคพเคˆเค‚เค•เฅ‹ เค•เคธเฅเคŸเคฎ เคซเคฟเคกเคฒเคพเคˆ เคฎเคจ เคชเคฐเคพเค" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} เคฒเฅ‡ เคคเคชเคพเคˆเค‚เค•เฅ‹ เคชเฅ‹เคธเฅเคŸเคฒเคพเคˆ เคฎเคจ เคชเคฐเคพเค" -#: 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 "{firstAuthorName} เคฒเฅ‡ เคคเคชเคพเคˆเค‚เค•เฅ‹ เคชเฅ‹เคธเฅเคŸเคฒเคพเคˆ เคชเฅเคจ: เคชเฅ‹เคธเฅเคŸ เค—เคฐเฅ‡" -#: 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 "{firstAuthorName} เคฒเฅ‡ เคคเคชเคพเคˆเค‚เค•เฅ‹ เคธเฅเคŸเคพเคฐเฅเคŸเคฐ เคชเฅเคฏเคพเค•เคฌเคพเคŸ เคธเคพเค‡เคจ เค…เคช เค—เคฐเฅ‡" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "" @@ -659,12 +639,12 @@ msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "" @@ -697,6 +677,18 @@ msgstr "" msgid "{rank}." msgstr "" +#: src/components/dms/MessageItem.tsx:813 +msgid "{replierDisplayName} replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:809 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:807 +msgid "{replierDisplayName} replied to you" +msgstr "" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "" @@ -873,8 +875,8 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 #: src/screens/Messages/JoinRequests.tsx:192 #: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." @@ -955,7 +957,7 @@ msgstr "" msgid "Accepted conversations" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:113 +#: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -980,12 +982,12 @@ msgstr "เค–เคพเคคเคพ" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "เค–เคพเคคเคพ เคฌเฅเคฒเค• เค—เคฐเคฟเคเค•เฅ‹ เค›" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "เค–เคพเคคเคพ เคชเค›เฅเคฏเคพเค‡เคเค•เฅ‹ เค›" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "เค–เคพเคคเคพ เคฎเฅเคฏเฅ‚เคŸ เค—เคฐเคฟเคเค•เฅ‹ เค›" @@ -1028,18 +1030,18 @@ msgstr "เค–เคพเคคเคพ เค›เคฟเคŸเฅ‹ เคชเคนเฅเคเคšเคฌเคพเคŸ เคนเคŸเคพเค‡เคเค•เฅ‹ #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "เค–เคพเคคเคพเค•เฅ‹ เคฌเฅเคฒเค• เคนเคŸเคพเค‡เคเค•เฅ‹ เค›" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "เค–เคพเคคเคพเค•เฅ‹ เคชเค›เฅเคฏเคพเค‡ เคนเคŸเคพเค‡เคเค•เฅ‹ เค›" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "เค–เคพเคคเคพเค•เฅ‹ เคฎเฅเคฏเฅ‚เคŸ เคนเคŸเคพเค‡เคเค•เฅ‹ เค›" @@ -1054,12 +1056,13 @@ msgstr "" msgid "Activity from others" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "เคฅเคชเฅเคจเฅเคนเฅ‹เคธเฅ" @@ -1112,11 +1115,11 @@ msgstr "เคตเฅˆเค•เคฒเฅเคชเคฟเค• เคชเคพเค  เคฅเคชเฅเคจเฅเคนเฅ‹เคธเฅ (เคเคš msgid "Add another account" msgstr "เค…เคฐเฅเค•เฅ‹ เค–เคพเคคเคพ เคฅเคชเฅเคจเฅเคนเฅ‹เคธเฅ" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1518 msgid "Add another post" msgstr "เค…เคฐเฅเค•เฅ‹ เคชเฅ‹เคทเฅเคŸ เคฅเคชเฅเคจเฅเคนเฅ‹เคธเฅ" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2181 msgid "Add another post to thread" msgstr "" @@ -1182,7 +1185,7 @@ msgstr "เคฎเฅเคฏเฅ‚เคŸ เคถเคฌเฅเคฆเคนเคฐเฅ‚ เคฐ เคŸเฅเคฏเคพเค—เคนเคฐเฅ‚ เคฅ msgid "Add people" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "" @@ -1214,8 +1217,8 @@ msgstr "เคคเคชเคพเคˆเค‚เค•เฅ‹ เคกเฅ‹เคฎเฅ‡เคจเคฎเคพ เคจเคฟเคฎเฅเคจ DNS เคฐเฅ‡ msgid "Add this feed to your feeds" msgstr "เคฏเคธ เคซเคฟเคกเคฒเคพเคˆ เคคเคชเคพเคˆเค‚เค•เฅ‹ เคซเคฟเคกเคฎเคพ เคฅเคชเฅเคจเฅเคนเฅ‹เคธเฅ" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "เคธเฅ‚เคšเฅ€เคนเคฐเฅ‚เคฎเคพ เคฅเคชเฅเคจเฅเคนเฅ‹เคธเฅ" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "" @@ -1246,8 +1249,8 @@ msgstr "" msgid "Added by invite link" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "เคธเฅ‚เคšเฅ€เคฎเคพ เคฅเคชเคฟเคฏเฅ‹" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "" @@ -1521,7 +1524,7 @@ msgid "An error occurred while loading your lists :/" msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:81 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:103 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "QR เค•เฅ‹เคก เคฌเคšเคค เค—เคฐเฅเคฆเคพ เคคเฅเคฐเฅเคŸเคฟ เคญเคฏเฅ‹!" @@ -1589,8 +1592,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 "เคธเคฎเคธเฅเคฏเคพ เคญเคฏเฅ‹, เค•เฅƒเคชเคฏเคพ เคชเฅเคจ: เคชเฅเคฐเคฏเคพเคธ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅเฅค" @@ -1643,7 +1646,7 @@ msgstr "" msgid "Anyone can interact" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:340 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" msgstr "" @@ -1796,8 +1799,8 @@ msgstr "เค•เฅ‡ เคคเคชเคพเคˆเค‚ เคฏเฅ‹ เคธเฅเคŸเคพเคฐเฅเคŸเคฐ เคชเฅเคฏเคพเค• msgid "Are you sure you want to discard your changes?" msgstr "เค•เฅ‡ เคคเคชเคพเคˆเค‚ เค†เคซเฅเคจเคพ เคชเคฐเคฟเคตเคฐเฅเคคเคจเคนเคฐเฅ‚ เคนเคŸเคพเค‰เคจ เคจเคฟเคถเฅเคšเคฟเคค เคนเฅเคจเฅเคนเฅเคจเฅเค›?" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "" @@ -1814,11 +1817,11 @@ msgid "Are you sure you want to remove this from your feeds?" msgstr "เค•เฅ‡ เคคเคชเคพเคˆเค‚ เคฏเคธเคฒเคพเคˆ เค†เคซเฅเคจเฅ‹ เคซเคฟเคกเคนเคฐเฅ‚เคฌเคพเคŸ เคนเคŸเคพเค‰เคจ เคจเคฟเคถเฅเคšเคฟเคค เคนเฅเคจเฅเคนเฅเคจเฅเค›?" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 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:1654 msgid "Are you sure you'd like to discard this post?" msgstr "เค•เฅ‡ เคคเคชเคพเคˆเค‚ เคฏเคธ เคชเฅ‹เคธเฅเคŸ เคนเคŸเคพเค‰เคจ เคšเคพเคนเคจเฅเคนเฅเคจเฅเค›?" @@ -1958,10 +1961,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2009,8 +2012,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "เค–เคพเคคเคพ เคฌเฅเคฒเค• เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" @@ -2088,6 +2091,10 @@ 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 "เคฌเฅเคฒเค•เคฒเฅ‡ เคฏเคธ เคฒเฅ‡เคฌเคฒเค•เคฐเฅเคคเคพเคฒเฅ‡ เคคเคชเคพเคˆเค‚เค•เฅ‹ เค–เคพเคคเคพเคฎเคพ เคฒเฅ‡เคฌเคฒ เคฐเคพเค–เฅเคจเคฌเคพเคŸ เคฐเฅ‹เค•เฅเคฆเฅˆเคจเฅค" @@ -2260,7 +2267,7 @@ msgstr "" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:181 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2274,13 +2281,13 @@ msgstr "" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:363 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" msgstr "" @@ -2348,10 +2355,10 @@ msgstr "" #: src/screens/Deactivated.tsx:150 #: src/screens/Messages/components/InviteLinkDialog.tsx:500 #: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,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:1732 +#: src/view/com/composer/Composer.tsx:1742 #: 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 @@ -2380,6 +2387,10 @@ msgstr "เค•เฅ‹เคŸ เคชเฅ‹เคธเฅเคŸ เคฐเคฆเฅเคฆ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" msgid "Cancel reactivation and sign out" msgstr "เคชเฅเคจเคƒ เคธเค•เฅเคฐเคฟเคฏเคคเคพ เคฐเคฆเฅเคฆ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ เคฐ เคฒเค— เค†เค‰เคŸ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "เค–เฅ‹เคœเฅ€ เคฐเคฆเฅเคฆ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" @@ -2481,7 +2492,7 @@ msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,7 +2509,7 @@ msgid "Chat ended" msgstr "" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:256 +#: src/components/intents/GroupChatJoinDialog.tsx:269 #: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" msgstr "" @@ -2520,12 +2531,12 @@ msgctxt "toast" msgid "Chat muted" msgstr "เค•เฅเคฐเคพเค•เคพเคจเฅ€ เคฎเฅเคฏเฅ‚เคŸ เค—เคฐเคฟเคฏเฅ‹" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." msgstr "" -#: src/components/moderation/BlockDialog.tsx:292 +#: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2544,10 +2555,10 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "เค•เฅเคฐเคพเค•เคพเคจเฅ€ เคธเฅ‡เคŸเคฟเค™เฅเคธ" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "เค•เฅเคฐเคพเค•เคพเคจเฅ€ เค…เคจเคฎเฅเคฏเฅ‚เคŸ เค—เคฐเคฟเคฏเฅ‹" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "" @@ -2731,7 +2742,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:533 +#: src/components/dms/MessageItem.tsx:622 msgid "Click to retry failed message" msgstr "เค…เคธเคซเคฒ เคธเคจเฅเคฆเฅ‡เคถ เคชเฅเคจ: เคชเฅเคฐเคฏเคพเคธ เค—เคฐเฅเคจ เค•เฅเคฒเคฟเค• เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" @@ -2745,6 +2756,7 @@ msgstr "เค…เคธเคซเคฒ เคธเคจเฅเคฆเฅ‡เคถ เคชเฅเคจ: เคชเฅเคฐเคฏเคพเคธ เค—เคฐเฅ #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "เค…เคธเคซเคฒ เคธเคจเฅเคฆเฅ‡เคถ เคชเฅเคจ: เคชเฅเคฐเคฏเคพเคธ เค—เคฐเฅ #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:233 -#: src/components/intents/GroupChatJoinDialog.tsx:268 +#: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2804,10 +2816,6 @@ 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 @@ -2822,7 +2830,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 "" @@ -2850,10 +2858,10 @@ msgstr "" msgid "Close the incoming requests banner" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:226 -#: src/components/intents/GroupChatJoinDialog.tsx:227 -#: src/components/intents/GroupChatJoinDialog.tsx:263 -#: src/components/intents/GroupChatJoinDialog.tsx:264 +#: 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 msgid "Close this dialog" msgstr "เคฏเฅ‹ เคธเค‚เคตเคพเคฆ เคฌเคจเฅเคฆ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" @@ -2866,15 +2874,15 @@ msgstr "" msgid "Closes password update alert" msgstr "เคชเคพเคธเคตเคฐเฅเคก เค…เคฆเฅเคฏเคพเคตเคงเคฟเค• เคšเฅ‡เคคเคพเคตเคจเฅ€ เคฌเคจเฅเคฆ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1740 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 "เคฆเคฟเค‡เคเค•เฅ‹ เคธเฅ‚เคšเคจเคพ เคฒเคพเค—เคฟ เคชเฅเคฐเคฏเฅ‹เค—เค•เคฐเฅเคคเคพเคนเคฐเฅ‚เค•เฅ‹ เคธเฅ‚เคšเฅ€ เคธเค‚เค•เฅเคทเฅ‡เคช เค—เคฐเฅเคฆเค›" @@ -2920,7 +2928,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:1616 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -2928,11 +2936,11 @@ msgstr "" msgid "Compose reply" msgstr "เคœเคตเคพเคซ เคคเคฏเคพเคฐ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2578 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing video..." msgstr "เคญเคฟเคกเคฟเคฏเฅ‹ เค•เคฎเฅเคชเฅเคฐเฅ‡เคธ เค—เคฐเฅเคฆเฅˆ..." @@ -3100,7 +3108,7 @@ msgstr "เค…เคฐเฅเค•เฅ‹ เคšเคฐเคฃเคฎเคพ เคœเคพเคฐเฅ€ เคฐเคพเค–เฅเคจเฅเคนเฅ‹เคธ msgid "Conversation" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "เคตเคพเคฐเฅเคคเคพเคฒเคพเคช เคฎเฅ‡เคŸเคพเค‡เคฏเฅ‹" @@ -3127,7 +3135,7 @@ msgid "Copied build version to clipboard" msgstr "เคฌเคฟเคฒเฅเคก เคธเค‚เคธเฅเค•เคฐเคฃ เค•เฅเคฒเคฟเคชเคฌเฅ‹เคฐเฅเคกเคฎเคพ เคชเฅเคฐเคคเคฟเคฒเคฟเคชเคฟ เค—เคฐเคฟเคฏเฅ‹" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3154,12 @@ msgstr "เคชเฅเคฐเคคเคฟเคฒเคฟเคชเคฟ เค—เคฐเคฟเคฏเฅ‹!" msgid "Copies build version to clipboard" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:198 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:265 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "เคชเฅเคฐเคคเคฟเคฒเคฟเคชเคฟ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" @@ -3159,8 +3167,8 @@ msgstr "เคชเฅเคฐเคคเคฟเคฒเคฟเคชเคฟ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" msgid "Copy App Password" msgstr "เคเคช เคชเคพเคธเคตเคฐเฅเคก เคชเฅเคฐเคคเคฟเคฒเคฟเคชเคฟ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "" @@ -3175,8 +3183,8 @@ msgid "Copy code" msgstr "เค•เฅ‹เคก เคชเฅเคฐเคคเคฟเคฒเคฟเคชเคฟ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "DID เคชเฅเคฐเคคเคฟเคฒเคฟเคชเคฟ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" @@ -3184,7 +3192,7 @@ msgstr "DID เคชเฅเคฐเคคเคฟเคฒเคฟเคชเคฟ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" msgid "Copy host" msgstr "เคนเฅ‹เคธเฅเคŸ เคชเฅเคฐเคคเคฟเคฒเคฟเคชเคฟ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:254 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" msgstr "" @@ -3210,8 +3218,8 @@ msgstr "เคธเฅ‚เคšเฅ€เค•เฅ‹ เคฒเคฟเค‚เค• เคชเฅเคฐเคคเคฟเคฒเคฟเคชเคฟ เค—เคฐเฅเคจ msgid "Copy link to post" msgstr "เคชเฅ‹เคธเฅเคŸเค•เฅ‹ เคฒเคฟเค‚เค• เคชเฅเคฐเคคเคฟเคฒเคฟเคชเคฟ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "" @@ -3219,8 +3227,8 @@ msgstr "" msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "เคธเคจเฅเคฆเฅ‡เคถเค•เฅ‹ เคชเคพเค  เคชเฅเคฐเคคเคฟเคฒเคฟเคชเคฟ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" @@ -3249,7 +3257,7 @@ msgstr "TXT เคฐเฅ‡เค•เคฐเฅเคก เคฎเคพเคจ เคชเฅเคฐเคคเคฟเคฒเคฟเคชเคฟ เค—เคฐเฅ msgid "Copyright Policy" msgstr "เคชเฅเคฐเคคเคฟเคฒเคฟเคชเคฟ เค…เคงเคฟเค•เคพเคฐ เคจเฅ€เคคเคฟ" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" msgstr "" @@ -3261,11 +3269,11 @@ msgstr "" msgid "Could not connect to feed service" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:120 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" msgstr "" @@ -3294,7 +3302,7 @@ msgstr "" msgid "Could not leave chat" msgstr "เค•เฅเคฐเคพเค•เคพเคจเฅ€ เค›เฅ‹เคกเฅเคจ เคธเค•เคฟเคเคจ" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." msgstr "" @@ -3308,7 +3316,7 @@ msgstr "เคซเคฟเคก เคฒเฅ‹เคก เค—เคฐเฅเคจ เคธเค•เคฟเคเคจ" msgid "Could not load list" msgstr "เคธเฅ‚เคšเฅ€ เคฒเฅ‹เคก เค—เคฐเฅเคจ เคธเค•เคฟเคเคจ" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:169 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" msgstr "" @@ -3320,7 +3328,7 @@ msgstr "เค•เฅเคฐเคพเค•เคพเคจเฅ€ เคฎเฅเคฏเฅ‚เคŸ เค—เคฐเฅเคจ เคธเค•เคฟเคเคจ" msgid "Could not process your video" msgstr "เคคเคชเคพเคˆเค‚เค•เฅ‹ เคญเคฟเคกเคฟเคฏเฅ‹ เคชเฅเคฐเค•เฅเคฐเคฟเคฏเคพ เค—เคฐเฅเคจ เคธเค•เคฟเคเคจ" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." msgstr "" @@ -3329,7 +3337,7 @@ msgstr "" msgid "Could not save changes: {0}" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" msgstr "" @@ -3394,12 +3402,12 @@ msgstr "เคฎเฅ‡เคฐเฅ‹ เคฒเคพเค—เคฟ เคธเฅเคŸเคพเคฐเฅเคŸเคฐ เคชเฅเคฏเคพเค• เคธ #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:314 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3457,13 @@ msgstr "" msgid "Create moderation list" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:308 +#: 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 "เคจเคฏเคพเค เค–เคพเคคเคพ เคธเคฟเคฐเฅเคœเคจเคพ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" -#: src/screens/Messages/ConversationSettings/index.tsx:553 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "" @@ -3479,7 +3487,7 @@ msgstr "" #. placeholder {0}: i18n.date(createdAt, { dateStyle: 'long', timeStyle: 'short', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) #: src/screens/Messages/components/InviteLinkDialog.tsx:355 -#: src/screens/Messages/ConversationSettings/index.tsx:505 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "เคธเคฟเคฐเฅเคœเคจเคพ เค—เคฐเคฟเคฏเฅ‹ {0}" @@ -3624,7 +3632,7 @@ msgstr "" msgid "Delete conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "เคฎเฅ‡เคฐเฅ‹ เคฒเคพเค—เคฟ เคฎเฅ‡เคŸเคพเค‰เคจเฅเคนเฅ‹เคธเฅ" @@ -3637,7 +3645,7 @@ msgstr "" msgid "Delete message" msgstr "เคธเคจเฅเคฆเฅ‡เคถ เคฎเฅ‡เคŸเคพเค‰เคจเฅเคนเฅ‹เคธเฅ" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "เคฎเฅ‡เคฐเฅ‹ เคฒเคพเค—เคฟ เคธเคจเฅเคฆเฅ‡เคถ เคฎเฅ‡เคŸเคพเค‰เคจเฅเคนเฅ‹เคธเฅ" @@ -3647,7 +3655,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:1628 msgid "Delete post" msgstr "เคชเฅ‹เคธเฅเคŸ เคฎเฅ‡เคŸเคพเค‰เคจเฅเคนเฅ‹เคธเฅ" @@ -3689,6 +3697,10 @@ 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 @@ -3794,9 +3806,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:1411 +#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1661 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3819,14 @@ msgstr "เคคเฅเคฏเคพเค—เฅเคจเฅเคนเฅ‹เคธเฅ" msgid "Discard changes?" msgstr "เคชเคฐเคฟเคตเคฐเฅเคคเคจเคนเคฐเฅ‚ เคคเฅเคฏเคพเค—เฅเคจเฅเคนเฅ‹เคธเฅ?" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1409 #: 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:1426 +#: src/view/com/composer/Composer.tsx:1653 msgid "Discard post?" msgstr "เคชเฅ‹เคธเฅเคŸ เคคเฅเคฏเคพเค—เฅเคจเฅเคนเฅ‹เคธเฅ?" @@ -3852,7 +3864,7 @@ msgstr "เคฐเคฆเฅเคฆ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2499 msgid "Dismiss error" msgstr "เคคเฅเคฐเฅเคŸเคฟ เคฐเคฆเฅเคฆ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" @@ -3949,8 +3961,8 @@ msgstr "" #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:146 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3975,7 @@ msgstr "" msgid "Done" msgstr "เคธเคฎเฅเคชเคจเฅเคจ" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "เคธเคฎเฅเคชเคจเฅเคจ" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:520 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4087,8 +4093,8 @@ msgstr "" msgid "Edit" msgstr "เคธเคฎเฅเคชเคพเคฆเคจ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "เคธเคฎเฅเคชเคพเคฆเคจ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" @@ -4102,8 +4108,8 @@ msgstr "เค…เคตเคคเคพเคฐ เคธเคฎเฅเคชเคพเคฆเคจ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" msgid "Edit Feeds" msgstr "เคซเคฟเคก เคธเคฎเฅเคชเคพเคฆเคจ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "" @@ -4141,8 +4147,8 @@ msgstr "" msgid "Edit list details" msgstr "เคธเฅ‚เคšเฅ€ เคตเคฟเคตเคฐเคฃ เคธเคฎเฅเคชเคพเคฆเคจ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "" @@ -4155,7 +4161,7 @@ msgstr "" msgid "Edit My Feeds" msgstr "เคฎเฅ‡เคฐเฅ‹ เคซเคฟเคก เคธเคฎเฅเคชเคพเคฆเคจ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" -#: src/screens/Messages/ConversationSettings/index.tsx:540 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "" @@ -4184,8 +4190,8 @@ msgstr "เคชเฅเคฐเฅ‹เคซเคพเค‡เคฒ เคธเคฎเฅเคชเคพเคฆเคจ เค—เคฐเฅเคจเฅเคนเฅ‹เคธ msgid "Edit starter pack" msgstr "เคธเฅเคŸเคพเคฐเฅเคŸเคฐ เคชเฅเคฏเคพเค• เคธเคฎเฅเคชเคพเคฆเคจ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" -#: src/screens/Messages/ConversationSettings/index.tsx:486 -#: src/screens/Messages/ConversationSettings/index.tsx:539 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "" @@ -4402,7 +4408,7 @@ msgstr "" msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2598 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "เคคเฅเคฐเฅเคŸเคฟ" @@ -4481,7 +4487,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 "เคชเฅเคฐเคฏเฅ‹เค—เค•เคฐเฅเคคเคพเคนเคฐเฅ‚เค•เฅ‹ เคธเฅ‚เคšเฅ€ เคตเคฟเคธเฅเคคเคพเคฐ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" @@ -4596,8 +4602,8 @@ msgstr "" msgid "Failed to accept join request" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "" @@ -4606,6 +4612,10 @@ msgstr "" msgid "Failed to add members" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "" @@ -4615,7 +4625,7 @@ msgid "Failed to change handle. Please try again." msgstr "เคนเฅเคฏเคพเคจเฅเคกเคฒ เคชเคฐเคฟเคตเคฐเฅเคคเคจ เค—เคฐเฅเคจ เค…เคธเคซเคฒ เคญเคฏเฅ‹เฅค เค•เฅƒเคชเคฏเคพ เคชเฅเคจ: เคชเฅเคฐเคฏเคพเคธ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅเฅค" #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:129 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "" @@ -4664,7 +4674,7 @@ msgstr "" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:374 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "" @@ -4692,7 +4702,7 @@ msgstr "" msgid "Failed to ignore join request" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:137 +#: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4700,14 +4710,14 @@ msgstr "" msgid "Failed to launch SMS app" msgstr "" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:401 +#: 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 "" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "" @@ -4753,15 +4763,20 @@ msgstr "เคธเฅเคเคพเคต เค—เคฐเคฟเคเค•เคพ เคซเคฟเคกเฅเคธ เคฒเฅ‹เคก เค—เคฐเฅ msgid "Failed to load suggested follows" msgstr "เคธเฅเคเคพเคต เค—เคฐเคฟเคเค•เคพ เคซเคฒเฅ‹เคนเคฐเฅ‚ เคฒเฅ‹เคก เค—เคฐเฅเคจ เค…เคธเคซเคฒ เคญเคฏเฅ‹" -#: src/screens/Messages/ConversationSettings/index.tsx:426 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +msgid "Failed to mark all chats as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 +#: src/view/shell/bottom-bar/BottomBar.tsx:450 msgid "Failed to mark all requests as read" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:390 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "" @@ -4783,12 +4798,16 @@ msgstr "" msgid "Failed to remove data. {0}" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:111 +#: 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 "" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "" @@ -4802,7 +4821,7 @@ msgstr "" msgid "Failed to remove verification" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:180 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." msgstr "" @@ -4811,7 +4830,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:648 +#: src/view/com/composer/Composer.tsx:646 msgid "Failed to save draft" msgstr "" @@ -4854,7 +4873,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "เคฅเฅเคฐเฅ‡เคก เคฎเฅเคฏเฅ‚เคŸ เคŸเค—เคฒ เค—เคฐเฅเคจ เค…เคธเคซเคฒ, เค•เฅƒเคชเคฏเคพ เคชเฅเคจ: เคชเฅเคฐเคฏเคพเคธ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:435 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "" @@ -5116,16 +5135,16 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 "เค…เคจเฅเคธเคฐเคฃ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "{0} เคฒเคพเคˆ เค…เคจเฅเคธเคฐเคฃ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" @@ -5149,8 +5168,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "เฅญ เค–เคพเคคเคพเคนเคฐเฅ‚ เค…เคจเฅเคธเคฐเคฃ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "เค–เคพเคคเคพ เค…เคจเฅเคธเคฐเคฃ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" @@ -5173,9 +5192,9 @@ msgstr "" #. 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:423 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "เคชเค›เคพเคกเคฟ เค…เคจเฅเคธเคฐเคฃ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" @@ -5211,7 +5230,7 @@ msgstr "<0>{0} เคฐ <1>{1} เคฒเฅ‡ เค…เคจเฅเคธเคฐเคฃ เค—เคฐเฅ‡เค•เคพ เค› msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "<0>{0}, <1>{1}, เคฐ {2, plural, one {# other} other {# others}} เคฒเฅ‡ เค…เคจเฅเคธเคฐเคฃ เค—เคฐเฅ‡เค•เคพ เค›เคจเฅ" -#: src/components/intents/GroupChatJoinDialog.tsx:339 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" msgstr "" @@ -5231,10 +5250,10 @@ msgstr "เคคเคชเคพเคˆเค‚เคฒเฅ‡ เคšเคฟเคจเฅ‡เค•เคพ เค…เคจเฅเคธเคฐเคฃเค•เคฐเฅเคค #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 "เค…เคจเฅเคธเคฐเคฃ เค—เคฐเฅเคฆเฅˆ" @@ -5249,7 +5268,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 "{0} เคฒเคพเคˆ เค…เคจเฅเคธเคฐเคฃ เค—เคฐเฅเคฆเฅˆ" @@ -5467,7 +5486,7 @@ msgstr "" msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2603 msgid "GIF uploaded" msgstr "" @@ -5526,8 +5545,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "เค—เฅƒเคนเคชเฅƒเคทเฅเค เคฎเคพ เคœเคพเคจเฅเคนเฅ‹เคธเฅ" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "" @@ -5538,8 +5557,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "" @@ -5547,7 +5566,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 "" @@ -5622,9 +5641,9 @@ msgstr "" msgid "Grooming or predatory behavior" msgstr "" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:321 -#: src/screens/Messages/JoinRequest.tsx:129 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" msgstr "" @@ -5632,17 +5651,17 @@ msgstr "" msgid "Group chat invite link dialog" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:417 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:382 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "" @@ -5653,12 +5672,12 @@ msgid "Group chat settings" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:385 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "" @@ -5682,12 +5701,12 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "" @@ -5829,7 +5848,7 @@ msgstr "เคฒเฅเค•เฅ‡เค•เฅ‹ เคธเฅ‚เคšเฅ€" msgid "Hide" msgstr "เคฒเฅเค•เคพเค‰เคจเฅเคนเฅ‹เคธเฅ" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "เคฒเฅเค•เคพเค‰เคจเฅเคนเฅ‹เคธเฅ" @@ -5904,7 +5923,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 "เคชเฅเคฐเคฏเฅ‹เค—เค•เคฐเฅเคคเคพ เคธเฅ‚เคšเฅ€ เคฒเฅเค•เคพเค‰เคจเฅเคนเฅ‹เคธเฅ" @@ -5960,7 +5979,7 @@ msgstr "เคชเคฐเฅเค–เคจเฅเคนเฅ‹เคธเฅ! เคนเคพเคฎเฅ€ เคฌเคฟเคธเฅเคคเคพเคฐเฅˆ #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6210,7 +6229,7 @@ msgstr "" msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "" @@ -6268,7 +6287,7 @@ msgstr "" msgid "Invalid 2FA confirmation code." msgstr "เค…เคฎเคพเคจเฅเคฏ 2FA เคชเฅเคทเฅเคŸเคฟ เค•เฅ‹เคกเฅค" -#: src/components/intents/GroupChatJoinDialog.tsx:147 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." msgstr "" @@ -6290,7 +6309,7 @@ msgstr "" msgid "Invalid report subject" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:187 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." msgstr "" @@ -6315,15 +6334,15 @@ msgstr "เคจเคฟเคฎเคจเฅเคคเฅเคฐเคฃเคพ เค•เฅ‹เคก" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "เคจเคฟเคฎเคจเฅเคคเฅเคฐเคฃเคพ เค•เฅ‹เคก เคธเฅเคตเฅ€เค•เคพเคฐ เค—เคฐเคฟเคเคจเฅค เค•เฅƒเคชเคฏเคพ เคฏเคธเคฒเคพเคˆ เคธเคนเคฟ เคคเคฐเคฟเค•เคพเคฒเฅ‡ เคชเฅเคฐเคตเคฟเคทเฅเคŸ เค—เคฐเฅเคจเฅเคญเคเค•เฅ‹ เค› เค•เคฟ เค›เฅˆเคจ เคœเคพเคเคš เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ เคฐ เคชเฅเคจ: เคชเฅเคฐเคฏเคพเคธ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅเฅค" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:140 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:155 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6336,17 +6355,17 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:335 #: src/screens/Messages/components/InviteLinkDialog.tsx:514 #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 -#: src/screens/Messages/ConversationSettings/index.tsx:556 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:213 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" msgstr "" @@ -6410,7 +6429,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:2518 msgid "Job ID: {0}" msgstr "เคœเฅ‰เคฌ เค†เคˆเคกเฅ€: {0}" @@ -6420,7 +6439,7 @@ msgid "Jobs" msgstr "เคœเฅ‰เคฌเคนเคฐเฅ‚" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:282 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" msgstr "" @@ -6431,12 +6450,12 @@ msgstr "" msgid "Join Bluesky" msgstr "เคฌเฅเคฒเฅ‚เคธเฅเค•เคพเคˆเคฎเคพ เคธเคพเคฎเฅ‡เคฒ เคนเฅเคจเฅเคนเฅ‹เคธเฅ" -#: src/components/intents/GroupChatJoinDialog.tsx:71 -#: src/components/intents/GroupChatJoinDialog.tsx:448 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:176 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." msgstr "" @@ -6450,8 +6469,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:1459 +#: src/view/com/composer/Composer.tsx:1469 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6609,7 +6628,7 @@ msgid "Learn more." msgstr "เคฅเคช เคœเคพเคจเฅเคจเฅเคนเฅ‹เคธเฅเฅค" #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:590 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "เค›เฅ‹เคกเฅเคจเฅเคนเฅ‹เคธเฅ" @@ -6623,8 +6642,8 @@ msgstr "เค›เฅ‹เคกเฅเคจเฅเคนเฅ‹เคธเฅ" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "เคšเฅเคฏเคพเคŸ เค›เฅ‹เคกเฅเคจเฅเคนเฅ‹เคธเฅ" @@ -6644,12 +6663,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "เคตเคพเคฐเฅเคคเคพเคฒเคพเคช เค›เฅ‹เคกเฅเคจเฅเคนเฅ‹เคธเฅ" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:589 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "" @@ -6658,11 +6677,11 @@ msgstr "" msgid "Leaving Bluesky" msgstr "เคฌเฅเคฒเฅ‚เคธเฅเค•เคพเคˆ เค›เฅ‹เคกเฅเคฆเฅˆ" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: src/screens/Messages/ConversationSettings/prompts.tsx:153 msgid "Leaving this chat will lock it permanently and you wonโ€™t be able to rejoin." msgstr "" -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." msgstr "" @@ -6935,9 +6954,9 @@ msgstr "เคจเคฏเคพเค เคธเฅ‚เคšเคจเคพเคนเคฐเฅ‚ เคฒเฅ‹เคก เค—เคฐเฅเคจเฅเคนเฅ‹เคธ msgid "Load new posts" msgstr "เคจเคฏเคพเค เคชเฅ‹เคธเฅเคŸเคนเคฐเฅ‚ เคฒเฅ‹เคก เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅเฅค" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "" @@ -6954,23 +6973,23 @@ msgstr "" msgid "Loading..." msgstr "เคฒเฅ‹เคก เคนเฅเคเคฆเฅˆเค›..." -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:568 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "" @@ -7051,6 +7070,16 @@ msgstr "เคคเคชเคพเคˆเค‚เค•เคพ เคฎเฅเคฏเฅ‚เคŸ เค—เคฐเคฟเคเค•เฅ‹ เคถเคฌเฅเคฆ msgid "Mark all as read" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:459 +#: src/view/shell/bottom-bar/BottomBar.tsx:463 +msgid "Mark all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:467 +#: src/view/shell/bottom-bar/BottomBar.tsx:471 +msgid "Mark all requests as read" +msgstr "" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7089,14 @@ msgstr "เคชเคขเคฟเคเค•เฅ‹ เคฐเฅ‚เคชเคฎเคพ เคšเคฟเคจเฅเคน เคฒเค—เคพเค‰เคจเฅเคน msgid "Marked all as read" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,7 +7120,7 @@ msgstr "" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "เค•เฅ‡เคนเฅ€ เคฆเคฐเฅเคถเค•เคนเคฐเฅ‚เค•เฅ‹ เคฒเคพเค—เคฟ เค…เคธเฅเคตเคฟเคงเคพเคœเคจเค• เคตเคพ เค…เคจเฅเคšเคฟเคค เคนเฅเคจ เคธเค•เฅเคจเฅ‡ เคฎเคฟเคกเคฟเคฏเคพเฅค" -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." msgstr "" @@ -7092,7 +7129,7 @@ msgstr "" msgid "Members" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "" @@ -7111,13 +7148,13 @@ msgstr "" msgid "Menu" msgstr "เคฎเฅ‡เคจเฅ" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 +#: 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" @@ -7132,7 +7169,7 @@ msgstr "เคธเคจเฅเคฆเฅ‡เคถ {0}" msgid "Message {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "เคธเคจเฅเคฆเฅ‡เคถ เคฎเฅ‡เคŸเคพเค‡เคเค•เฅ‹เฅค" @@ -7141,13 +7178,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "เคธเคจเฅเคฆเฅ‡เคถ เคฎเฅ‡เคŸเคพเค‡เคเค•เฅ‹เฅค" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:616 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "" @@ -7156,21 +7193,21 @@ msgstr "" msgid "Message from server: {0}" msgstr "เคธเคฐเฅเคญเคฐเคฌเคพเคŸ เคธเคจเฅเคฆเฅ‡เคถ: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "เคธเคจเฅเคฆเฅ‡เคถ เค‡เคจเคชเฅเคŸ เค•เฅเคทเฅ‡เคคเฅเคฐ" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "" @@ -7178,11 +7215,11 @@ msgstr "" msgid "Messages" msgstr "เคธเคจเฅเคฆเฅ‡เคถเคนเคฐเฅ‚" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:715 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:621 +#: src/components/dms/MessageItem.tsx:710 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7219,8 +7256,8 @@ msgstr "เคฎเฅ‹เคกเคฐเฅ‡เคถเคจ เคตเคฟเคตเคฐเคฃเคนเคฐเฅ‚" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "{0} เคฆเฅเคตเคพเคฐเคพ เคฎเฅ‹เคกเคฐเฅ‡เคถเคจ เคธเฅ‚เคšเฅ€" @@ -7228,7 +7265,7 @@ msgstr "{0} เคฆเฅเคตเคพเคฐเคพ เคฎเฅ‹เคกเคฐเฅ‡เคถเคจ เคธเฅ‚เคšเฅ€" msgid "Moderation list by <0/>" msgstr "<0/> เคฆเฅเคตเคพเคฐเคพ เคฎเฅ‹เคกเคฐเฅ‡เคถเคจ เคธเฅ‚เคšเฅ€" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "เคคเคชเคพเคˆเค‚ เคฆเฅเคตเคพเคฐเคพ เคฎเฅ‹เคกเคฐเฅ‡เคถเคจ เคธเฅ‚เคšเฅ€" @@ -7281,8 +7318,8 @@ msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "เคฅเคช เคตเคฟเค•เคฒเฅเคชเคนเคฐเฅ‚" @@ -7302,7 +7339,7 @@ msgstr "เคšเคฒเคšเคฟเคคเฅเคฐเคนเคฐเฅ‚" msgid "Music" msgstr "เคธเค‚เค—เฅ€เคค" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "เคฎเฅเคฏเฅ‚เคŸ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" @@ -7320,8 +7357,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "เค–เคพเคคเคพ เคฎเฅเคฏเฅ‚เคŸ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" @@ -7347,7 +7384,7 @@ msgstr "เคธเฅ‚เคšเฅ€ เคฎเฅเคฏเฅ‚เคŸ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" msgid "Mute these accounts?" msgstr "เคฏเฅ€ เค–เคพเคคเคพ เคฎเฅเคฏเฅ‚เคŸ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ?" -#: src/screens/Messages/ConversationSettings/index.tsx:530 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "" @@ -7389,7 +7426,7 @@ msgstr "เคถเคฌเฅเคฆเคนเคฐเฅ‚ เคฐ เคŸเฅเคฏเคพเค—เคนเคฐเฅ‚ เคฎเฅเคฏเฅ‚เคŸ เค— msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "" @@ -7480,7 +7517,7 @@ msgstr "เค•เฅ‡เคนเฅ€ เค›เฅˆเคจ, เคฎเฅ‡เคฐเฅ‹ เคฒเคพเค—เคฟ เคเค• เคนเฅˆเค‚เคกเคฒ #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "เคจเคฏเคพเค" @@ -7490,21 +7527,21 @@ msgctxt "action" msgid "New" msgstr "เคจเคฏเคพเค" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: 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:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "เคจเคฏเคพเค เค•เฅเคฐเคพเค•เคพเคจเฅ€" @@ -7592,11 +7629,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 "" @@ -7718,7 +7755,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 "{0} เคฒเคพเคˆ เค…เคฌ เค…เคจเฅเคธเคฐเคฃ เค—เคฐเคฟเคฐเคนเฅ‡เค•เฅ‹ เค›เฅˆเคจ" @@ -7726,7 +7763,7 @@ msgstr "{0} เคฒเคพเคˆ เค…เคฌ เค…เคจเฅเคธเคฐเคฃ เค—เคฐเคฟเคฐเคนเฅ‡เค•เฅ‹ เค›เฅˆ msgid "No media yet" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "เค…เคนเคฟเคฒเฅ‡เคธเคฎเฅเคฎ เค•เฅเคจเฅˆ เคธเคจเฅเคฆเฅ‡เคถ เค›เฅˆเคจ" @@ -7763,7 +7800,7 @@ msgstr "" msgid "No one but the author can quote this post." msgstr "เคฒเฅ‡เค–เค•เคฌเคพเคนเฅ‡เค• เค•เคธเฅˆเคฒเฅ‡ เคชเคจเคฟ เคฏเฅ‹ เคชเฅ‹เคธเฅเคŸ เค‰เคฆเฅเคงเฅƒเคค เค—เคฐเฅเคจ เคธเค•เฅเคฆเฅˆเคจเฅค" -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "" @@ -7831,6 +7868,11 @@ 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" @@ -7895,7 +7937,7 @@ msgstr "เคซเฅ‡เคฒเคพ เคชเคฐเฅ‡เคจ" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "เคธเคพเคเฅ‡เคฆเคพเคฐเฅ€เค•เฅ‹ เคฌเคพเคฐเฅ‡เคฎเคพ เคจเฅ‹เคŸ" @@ -7931,7 +7973,7 @@ msgstr "เคธเฅ‚เคšเคจเคพ เคงเฅเคตเคจเฅ€เคนเคฐเฅ‚" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8017,7 @@ msgstr "เค เคฟเค• เค›" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:722 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8008,11 +8050,11 @@ 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:862 msgid "One or more GIFs is missing alt text." msgstr "เคเค• เคตเคพ เคฌเคขเฅ€ GIF เคนเคฐเฅ‚เคฎเคพ เคตเฅˆเค•เคฒเฅเคชเคฟเค• เคชเคพเค  เค›เฅˆเคจเฅค" -#: src/view/com/composer/Composer.tsx:861 +#: src/view/com/composer/Composer.tsx:859 msgid "One or more images is missing alt text." msgstr "เคเค• เคตเคพ เคฌเคขเฅ€ เคšเคฟเคคเฅเคฐเคนเคฐเฅ‚เคฎเคพ เคตเฅˆเค•เคฒเฅเคชเคฟเค• เคชเคพเค  เค›เฅˆเคจเฅค" @@ -8024,11 +8066,11 @@ msgstr "" 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:657 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:869 msgid "One or more videos is missing alt text." msgstr "เคเค• เคตเคพ เคฌเคขเฅ€ เคญเคฟเคกเคฟเคฏเฅ‹เคนเคฐเฅ‚เคฎเคพ เคตเฅˆเค•เคฒเฅเคชเคฟเค• เคชเคพเค  เค›เฅˆเคจเฅค" @@ -8041,7 +8083,7 @@ msgstr "เค•เฅ‡เคตเคฒ {0} เค‰เคคเฅเคคเคฐ เคฆเคฟเคจ เคธเค•เฅเค›เฅค" #. 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:233 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8053,7 +8095,7 @@ msgstr "" msgid "Only admins can ignore join requests." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:145 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." msgstr "" @@ -8068,12 +8110,12 @@ msgid "Only image files are supported" msgstr "เค•เฅ‡เคตเคฒ เคšเคฟเคคเฅเคฐ เคซเคพเค‡เคฒเคนเคฐเฅ‚ เคธเคฎเคฐเฅเคฅเคฟเคค เค›เคจเฅ" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:222 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:292 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" msgstr "" @@ -8107,7 +8149,7 @@ msgid "Open camera" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:437 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" msgstr "" @@ -8115,8 +8157,8 @@ msgstr "" msgid "Open chat member options for {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "เค•เฅเคฐเคพเค•เคพเคจเฅ€ เคตเคฟเค•เคฒเฅเคช เค–เฅ‹เคฒเฅเคจเฅเคนเฅ‹เคธเฅ" @@ -8128,9 +8170,9 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2158 msgid "Open emoji picker" msgstr "เค‡เคฎเฅ‹เคœเฅ€ เคšเคฏเคจเค•เคฐเฅเคคเคพ เค–เฅ‹เคฒเฅเคจเฅเคนเฅ‹เคธเฅ" @@ -8151,7 +8193,7 @@ msgstr "" msgid "Open Germ DM" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" msgstr "" @@ -8166,11 +8208,11 @@ msgid "Open in Google Translate" msgstr "" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "{niceUrl} เค•เฅ‹ เคฒเคฟเค™เฅเค• เค–เฅ‹เคฒเฅเคจเฅเคนเฅ‹เคธเฅ" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "เคธเคจเฅเคฆเฅ‡เคถ เคตเคฟเค•เคฒเฅเคช เค–เฅ‹เคฒเฅเคจเฅเคนเฅ‹เคธเฅ" @@ -8221,7 +8263,7 @@ msgstr "เคธเฅเคŸเฅ‹เคฐเฅ€เคฌเฅเค• เคชเฅƒเคทเฅเค  เค–เฅ‹เคฒเฅเคจเฅเคนเฅ‹เคธ msgid "Open system log" msgstr "เคชเฅเคฐเคฃเคพเคฒเฅ€ เคฒเค— เค–เฅ‹เคฒเฅเคจเฅเคนเฅ‹เคธเฅ" -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" msgstr "" @@ -8275,13 +8317,13 @@ msgstr "" msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" -#: src/screens/Messages/JoinRequest.tsx:309 +#: 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 "เคจเคฏเคพเค Bluesky เค–เคพเคคเคพ เคธเคฟเคฐเฅเคœเคจเคพ เค—เคฐเฅเคจ เคชเฅเคฐเคตเคพเคน เค–เฅ‹เคฒเฅเคจเฅเคนเฅ‹เคธเฅ" -#: src/screens/Messages/JoinRequest.tsx:295 +#: 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" @@ -8341,7 +8383,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 "เคฏเฅ‹ เคชเฅเคฐเฅ‹เคซเคพเค‡เคฒ เค–เฅ‹เคฒเฅเคจเฅเคนเฅ‹เคธเฅ" @@ -8513,6 +8555,16 @@ msgstr "@{0} เคฒเคพเคˆ เค…เคจเฅเคธเคฐเคฃ เค—เคฐเฅเคจเฅ‡ เคตเฅเคฏเค•เฅเคคเคฟ" msgid "People I follow" msgstr "" +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "" @@ -8813,7 +8865,7 @@ msgstr "เคฐเคพเคœเคจเฅ€เคคเคฟ" msgid "Porn" msgstr "เคชเฅ‹เคฐเฅเคจ" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post" msgstr "เคชเฅ‹เคธเฅเคŸ" @@ -8833,12 +8885,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Post All" msgstr "เคธเคฌเฅˆ เคชเฅ‹เคธเฅเคŸ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1468 msgid "Post anyway" msgstr "" @@ -9015,11 +9067,11 @@ msgstr "เค—เฅ‹เคชเคจเฅ€เคฏเคคเคพ เคจเฅ€เคคเคฟ" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2592 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing video..." msgstr "เคญเคฟเคกเคฟเคฏเฅ‹ เคชเฅเคฐเคถเฅ‹เคงเคจ เคนเฅเคเคฆเฅˆเค›เฅค" @@ -9031,7 +9083,7 @@ msgstr "เคชเฅเคฐเคถเฅ‹เคงเคจ เคนเฅเคเคฆเฅˆเค›เฅค" msgid "profile" msgstr "เคชเฅเคฐเฅ‹เคซเคพเค‡เคฒ" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9117,22 @@ 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:1790 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:1785 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:1774 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:1779 msgid "Publish reply" msgstr "" @@ -9109,7 +9161,7 @@ msgid "QR code has been downloaded!" msgstr "QR เค•เฅ‹เคก เคกเคพเค‰เคจเคฒเฅ‹เคก เค—เคฐเคฟเคฏเฅ‹!" #: src/components/StarterPack/QrCodeDialog.tsx:122 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "QR เค•เฅ‹เคก เคคเคชเคพเคˆเค‚เค•เฅ‹ เค•เฅเคฏเคพเคฎเฅ‡เคฐเคพ เคฐเฅ‹เคฒเคฎเคพ เคธเฅเคฐเค•เฅเคทเคฟเคค เค—เคฐเคฟเคฏเฅ‹!" @@ -9172,8 +9224,8 @@ msgstr "" msgid "React with {emoji}" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "" @@ -9268,10 +9320,6 @@ msgstr "" msgid "Reconnect" msgstr "เคชเฅเคจเคƒ เคœเคกเคพเคจ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "" - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" @@ -9291,12 +9339,14 @@ msgstr "" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "เคตเคพเคฐเฅเคคเคพเคฒเคพเคช เคชเฅเคจเคƒ เคฒเฅ‹เคก เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9355,9 @@ msgstr "เคตเคพเคฐเฅเคคเคพเคฒเคพเคช เคชเฅเคจเคƒ เคฒเฅ‹เคก เค—เคฐเฅเคจเฅเคนเฅ‹ #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "เคนเคŸเคพเค‰เคจเฅเคนเฅ‹เคธเฅ" @@ -9326,7 +9375,7 @@ msgstr "{displayName} เคฒเคพเคˆ เคธเฅเคŸเคพเคฐเฅเคŸเคฐ เคชเฅเคฏเคพเค•เคฌเคพ msgid "Remove {displayName} from this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" msgstr "" @@ -9443,14 +9492,14 @@ msgstr "เคฏเคธ เคซเคฟเคกเคฒเคพเคˆ เคคเคชเคพเคˆเคเค•เฅ‹ เคธเฅเคฐเค•เฅเคทเคฟเคค msgid "Remove unavailable moderation services" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "" @@ -9466,8 +9515,8 @@ msgstr "เคฒเฅ‡เค–เค•เคฆเฅเคตเคพเคฐเคพ เคนเคŸเคพเค‡เคฏเฅ‹" msgid "Removed by you" msgstr "เคคเคชเคพเคˆเคเคฆเฅเคตเคพเคฐเคพ เคนเคŸเคพเค‡เคฏเฅ‹" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "เคธเฅ‚เคšเฅ€เคฌเคพเคŸ เคนเคŸเคพเค‡เคฏเฅ‹" @@ -9535,6 +9584,14 @@ msgctxt "description" msgid "Replied to you" msgstr "" +#: src/components/dms/MessageItem.tsx:883 +msgid "Replied-to message from {senderName}, tap to scroll to it" +msgstr "" + +#: src/components/dms/MessageItem.tsx:884 +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 @@ -9552,7 +9609,12 @@ msgstr "เค‰เคคเฅเคคเคฐเคนเคฐเฅ‚ เคจเคฟเคทเฅเค•เฅเคฐเคฟเคฏ เค—เคฐเคฟเคฏเฅ‹" msgid "Replies to this post are disabled." msgstr "เคฏเฅ‹ เคชเฅ‹เคธเฅเคŸเค•เคพ เค‰เคคเฅเคคเคฐเคนเคฐเฅ‚ เคจเคฟเคทเฅเค•เฅเคฐเคฟเคฏ เค—เคฐเคฟเคเค•เคพ เค›เคจเฅเฅค" -#: src/view/com/composer/Composer.tsx:1804 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "เค‰เคคเฅเคคเคฐ เคฆเคฟเคจเฅเคนเฅ‹เคธเฅ" + +#: src/view/com/composer/Composer.tsx:1802 msgctxt "action" msgid "Reply" msgstr "เค‰เคคเฅเคคเคฐ เคฆเคฟเคจเฅเคนเฅ‹เคธเฅ" @@ -9590,14 +9652,14 @@ msgstr "เค‰เคคเฅเคคเคฐ เคฆเฅƒเคถเฅเคฏเคคเคพ เค…เคฆเฅเคฏเคพเคตเคงเคฟเค• เค—เคฐ msgid "Reply was successfully hidden" msgstr "เค‰เคคเฅเคคเคฐ เคธเคซเคฒเคคเคพเคชเฅ‚เคฐเฅเคตเค• เคฒเฅเค•เคพเค‡เคเค•เฅ‹" -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:582 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "เคฐเคฟเคชเฅ‹เคฐเฅเคŸ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "เค–เคพเคคเคพ เคฐเคฟเคชเฅ‹เคฐเฅเคŸ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" @@ -9623,7 +9685,7 @@ msgstr "เคซเคฟเคก เคฐเคฟเคชเฅ‹เคฐเฅเคŸ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "เคธเคจเฅเคฆเฅ‡เคถ เคฐเคฟเคชเฅ‹เคฐเฅเคŸ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" @@ -9657,7 +9719,7 @@ msgstr "" msgid "Report this feed" msgstr "เคฏเคธ เคซเคฟเคกเคฒเคพเคˆ เคฐเคฟเคชเฅ‹เคฐเฅเคŸ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" -#: src/screens/Messages/ConversationSettings/index.tsx:581 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "" @@ -9737,7 +9799,7 @@ msgstr "เคฏเคธ เคชเฅ‹เคธเฅเคŸเค•เคพ เคชเฅเคจเคƒเคชเฅ‹เคธเฅเคŸเคนเคฐเฅ‚" msgid "Reposts of your reposts" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:447 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" msgstr "" @@ -9755,7 +9817,7 @@ msgid "Request ignored." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:281 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" msgstr "" @@ -9764,7 +9826,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "" @@ -9791,9 +9853,9 @@ msgstr "เคฏเคธ เคชเฅเคฐเคฆเคพเคฏเค•เค•เคพ เคฒเคพเค—เคฟ เค†เคตเคถเฅเคฏเค• เค›" msgid "Required in your region" msgstr "เคคเคชเคพเคˆเคเค•เฅ‹ เค•เฅเคทเฅ‡เคคเฅเคฐเคฎเคพ เค†เคตเคถเฅเคฏเค• เค›" -#: src/components/intents/GroupChatJoinDialog.tsx:296 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:310 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:115 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:117 msgid "Rescind request" msgstr "" @@ -9872,7 +9934,7 @@ msgstr "เค…เคจเฅเคคเคฟเคฎ เค•เคพเคฐเฅเคฏ เคชเฅเคจ: เคชเฅเคฐเคฏเคพเคธ เค—เคฐ #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 #: src/screens/Messages/JoinRequests.tsx:361 @@ -9928,7 +9990,7 @@ msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10015,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:1449 #: 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:1421 #: 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:1449 #: 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:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10022,13 +10084,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:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "" @@ -10058,6 +10120,10 @@ msgstr "" msgid "Scroll right" msgstr "" +#: src/components/dms/MessageItem.tsx:774 +msgid "Scroll to the message this is replying to" +msgstr "" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "เคฎเคพเคฅเคฟ เคธเฅเค•เฅเคฐเฅ‹เคฒ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" @@ -10067,7 +10133,7 @@ msgstr "เคฎเคพเคฅเคฟ เคธเฅเค•เฅเคฐเฅ‹เคฒ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "เค–เฅ‹เคœเฅเคจเฅเคนเฅ‹เคธเฅ" @@ -10148,8 +10214,8 @@ msgstr "" msgid "Search my posts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "" @@ -10425,8 +10491,8 @@ msgstr "" msgid "Send feedback" msgstr "เคชเฅเคฐเคคเคฟเค•เฅเคฐเคฟเคฏเคพ เคชเค เคพเค‰เคจเฅเคนเฅ‹เคธเฅ" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "เคธเคจเฅเคฆเฅ‡เคถ เคชเค เคพเค‰เคจเฅเคนเฅ‹เคธเฅ" @@ -10460,7 +10526,7 @@ msgid "Send via direct message" msgstr "เคชเฅเคฐเคคเฅเคฏเค•เฅเคท เคธเคจเฅเคฆเฅ‡เคถ เคฎเคพเคฐเฅเคซเคค เคชเค เคพเค‰เคจเฅเคนเฅ‹เคธเฅ" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "" @@ -10565,7 +10631,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 @@ -10577,7 +10643,7 @@ msgstr "เคฏเฅŒเคจ เคฐเฅ‚เคชเคฒเฅ‡ เคชเฅเคฐเคธเฅเคคเคพเคตเคจเคพเคคเฅเคฎเค•" msgid "Share" msgstr "เคธเคพเคเคพ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "เคคเคฅเคพเคชเคฟ เคธเคพเคเคพ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" @@ -10641,8 +10707,8 @@ msgstr "เคฏเคธ เคธเฅเคŸเคพเคฐเฅเคŸเคฐ เคชเฅเคฏเคพเค•เคฒเคพเคˆ เคธเคพเคเคพ #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "" @@ -10796,15 +10862,15 @@ msgstr "" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:294 -#: src/screens/Messages/JoinRequest.tsx:300 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,7 +10896,7 @@ msgstr "" msgid "Sign in or create your account to join the conversation!" msgstr "เคšเคฐเฅเคšเคพเคฎเคพ เคธเคพเคฎเฅ‡เคฒ เคนเฅเคจ เคธเคพเค‡เคจ เค‡เคจ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ เคตเคพ เค†เคซเฅเคจเฅ‹ เค–เคพเคคเคพ เคธเคฟเคฐเฅเคœเคจเคพ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ!" -#: src/screens/Messages/JoinRequest.tsx:220 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." msgstr "" @@ -10842,7 +10908,7 @@ msgstr "เคธเฅ‚เคšเฅ€เคฌเคฆเฅเคง เคจเคญเคเค•เฅ‹ เค–เคพเคคเคพเคฎเคพ เคฒเค—เค‡เคจ msgid "Sign in to Bluesky or create a new account" msgstr "เคฌเฅเคฒเฅ‚เคธเฅเค•เคพเคˆเคฎเคพ เคธเคพเค‡เคจ เค‡เคจ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ เคตเคพ เคจเคฏเคพเค เค–เคพเคคเคพ เคธเคฟเคฐเฅเคœเคจเคพ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" -#: src/screens/Messages/JoinRequest.tsx:219 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." msgstr "" @@ -10900,7 +10966,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:1466 msgid "Skip empty posts?" msgstr "" @@ -10971,12 +11037,12 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:347 msgid "Someone reacted {0}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "" @@ -10996,10 +11062,6 @@ msgstr "" msgid "Someone was removed from the group" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "" - #: 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 "" @@ -11043,8 +11105,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 "" @@ -11214,13 +11276,13 @@ msgid "Subscribe" msgstr "เคธเคฆเคธเฅเคฏเคคเคพ เคฒเคฟเคจเฅเคนเฅ‹เคธเฅ" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "" @@ -11255,7 +11317,7 @@ msgstr "" msgid "Success!" msgstr "เคธเคซเคฒเคคเคพ!" -#: src/components/intents/GroupChatJoinDialog.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" msgstr "" @@ -11355,7 +11417,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:572 +#: src/components/dms/MessageItem.tsx:661 msgid "Tap for details" msgstr "" @@ -11390,7 +11452,7 @@ msgid "Tap to dismiss" msgstr "เคนเคŸเคพเค‰เคจเค•เคพ เคฒเคพเค—เคฟ เคŸเฅเคฏเคพเคช เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:453 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" msgstr "" @@ -11398,34 +11460,34 @@ msgstr "" msgid "Tap to open this group chat" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:452 +#: src/components/intents/GroupChatJoinDialog.tsx:468 msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:537 +#: src/components/dms/MessageItem.tsx:626 msgid "Tap to retry" msgstr "" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:373 msgid "Tap to view reactions" msgstr "" @@ -11528,7 +11590,7 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "เค–เคพเคคเคพ เค…เคจเคฌเฅเคฒเค• เค—เคฐเฅ‡เคชเค›เคฟ เคคเคชเคพเคˆเค‚ เคธเคเค— เค…เคจเฅเคคเคฐเฅเค•เฅเคฐเคฟเคฏเคพ เค—เคฐเฅเคจ เคธเค•เฅเคทเคฎ เคนเฅเคจเฅ‡เค›เฅค" @@ -11594,7 +11656,7 @@ msgstr "" msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:155 +#: src/components/intents/GroupChatJoinDialog.tsx:165 #: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." msgstr "" @@ -11621,7 +11683,7 @@ msgstr "เคธเคฐเฅเคญเคฐ เคธเคฎเคธเฅเคฏเคพเคฎเคพ เคฆเฅ‡เค–เคฟเคจเฅ เคญเคเค•เฅ‹ msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "เคคเคชเคพเคˆเค‚ เคœเคธเคฒเคพเคˆ เคนเฅ‡เคฐเฅเคจ เคšเคพเคนเคจเฅเคนเฅเคจเฅเค› เคคเฅเคฏเฅ‹ เคธเฅเคŸเคพเคฐเฅเคŸเคฐ เคชเฅเคฏเคพเค• เค…เคฎเคพเคจเฅเคฏ เค›เฅค เคคเคชเคพเคˆเค‚ เคฏเคธ เคธเฅเคŸเคพเคฐเฅเคŸเคฐ เคชเฅเคฏเคพเค•เคฒเคพเคˆ เคฎเฅ‡เคŸเฅเคจ เคธเค•เฅเคจเฅเคนเฅเคจเฅเค›เฅค" -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "" @@ -11665,8 +11727,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "" #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:182 +#: 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 "" @@ -11693,7 +11755,7 @@ msgstr "เคธเฅ‚เคšเคจเคพเคนเคฐเฅ‚ เคชเฅเคฐเคพเคชเฅเคค เค—เคฐเฅเคจ เคธเคฎเคธเฅ msgid "There was an issue fetching posts. Tap here to try again." msgstr "เคชเฅ‹เคธเฅเคŸเคนเคฐเฅ‚ เคชเฅเคฐเคพเคชเฅเคค เค—เคฐเฅเคจ เคธเคฎเคธเฅเคฏเคพ เค†เคฏเฅ‹เฅค เคชเฅเคจ: เคชเฅเคฐเคฏเคพเคธ เค—เคฐเฅเคจ เคฏเคนเคพเค เคŸเฅเคฏเคพเคช เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅเฅค" -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "เคธเฅ‚เคšเฅ€ เคชเฅเคฐเคพเคชเฅเคค เค—เคฐเฅเคจ เคธเคฎเคธเฅเคฏเคพ เค†เคฏเฅ‹เฅค เคชเฅเคจ: เคชเฅเคฐเคฏเคพเคธ เค—เคฐเฅเคจ เคฏเคนเคพเค เคŸเฅเคฏเคพเคช เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅเฅค" @@ -11733,12 +11795,12 @@ msgstr "เคคเคชเคพเคˆเค‚เค•เฅ‹ เคซเฅ€เคกเคนเคฐเฅ‚ เค…เคชเคกเฅ‡เคŸ เค—เคฐเฅเคจ #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "เคธเคฎเคธเฅเคฏเคพ เค†เคฏเฅ‹! {0}" @@ -11778,7 +11840,7 @@ msgstr "เคฏเฅ€ เคธเฅ‡เคŸเคฟเค™เฅเคธ เค•เฅ‡เคตเคฒ เคซเคฒเฅ‹เค‡เค™ เคซเฅ€เคกเคฎ msgid "They own this chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." msgstr "" @@ -11828,22 +11890,22 @@ msgstr "" 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 "" -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:287 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:430 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" msgstr "" @@ -11881,7 +11943,7 @@ msgstr "เคฏเฅ‹ เคธเคพเคฎเค—เฅเคฐเฅ€ เค‰เคชเคฒเคฌเฅเคง เค›เฅˆเคจ เค•เคฟเคจเค• msgid "This content is not viewable without a Bluesky account." msgstr "เคฏเฅ‹ เคธเคพเคฎเค—เฅเคฐเฅ€ เคฌเคฟเคจเคพ Bluesky เค–เคพเคคเคพ เคชเฅเคฐเคฏเฅ‹เค— เคจเค—เคฐเฅ€ เคนเฅ‡เคฐเฅเคจ เคธเค•เคฟเคเคฆเฅˆเคจเฅค" -#: src/components/intents/GroupChatJoinDialog.tsx:141 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." msgstr "" @@ -11931,7 +11993,7 @@ msgstr "เคฏเฅ‹ เคซเคฟเคก เค–เคพเคฒเฅ€ เค›เฅค" msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "เคฏเฅ‹ เคซเคฟเคก เค…เคฌ เค…เคจเคฒเคพเค‡เคจ เค›เฅˆเคจเฅค เคนเคพเคฎเฅ€ <0>Discover เคฆเฅ‡เค–เคพเค‰เคเคฆเฅˆ เค›เฅŒเค‚เฅค" -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" msgstr "" @@ -11947,11 +12009,11 @@ msgstr "" msgid "This information is private and not shared with other users." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:151 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:223 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" msgstr "" @@ -11997,17 +12059,17 @@ msgstr "" msgid "This list is empty." msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:688 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:658 +#: src/components/dms/MessageItem.tsx:684 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12045,11 +12107,11 @@ 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:1041 msgid "This post's author has disabled quote posts." msgstr "เคฏเคธ เคชเฅ‹เคธเฅเคŸเค•เฅ‹ เคฒเฅ‡เค–เค•เคฒเฅ‡ เค‰เคฆเฅเคงเคฐเคฃ เคชเฅ‹เคธเฅเคŸเคนเคฐเฅ‚ เคจเคฟเคทเฅเค•เฅเคฐเคฟเคฏ เค—เคฐเฅ‡เค•เฅ‹ เค›เฅค" -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "" @@ -12242,8 +12304,8 @@ msgstr "" msgid "Topic" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,7 +12375,7 @@ msgctxt "action" msgid "Try again" msgstr "เคชเฅเคจเคƒ เคชเฅเคฐเคฏเคพเคธ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." msgstr "" @@ -12335,7 +12397,7 @@ msgstr "เคŸเฅ€เคญเฅ€" msgid "Two-factor authentication (2FA)" msgstr "เคฆเฅเคˆ-เค•เคพเคฐเค• เคชเฅเคฐเคฎเคพเคฃเฅ€เค•เคฐเคฃ (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "เคฏเคนเคพเค เคคเคชเคพเคˆเค‚เค•เฅ‹ เคธเคจเฅเคฆเฅ‡เคถ เคŸเคพเค‡เคช เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" @@ -12401,7 +12463,7 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:726 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12409,14 +12471,14 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:211 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "เคฌเฅเคฒเค• เคนเคŸเคพเค‰เคจเฅเคนเฅ‹เคธเฅ" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "เคฌเฅเคฒเค• เคนเคŸเคพเค‰เคจเฅเคนเฅ‹เคธเฅ" @@ -12427,8 +12489,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "เค–เคพเคคเคพ เคฌเฅเคฒเค• เคนเคŸเคพเค‰เคจเฅเคนเฅ‹เคธเฅ" @@ -12437,7 +12499,7 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "เค–เคพเคคเคพ เคฌเฅเคฒเค• เคนเคŸเคพเค‰เคจ เคšเคพเคนเคพเคจเฅเคนเฅเคจเฅเค›?" @@ -12474,12 +12536,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "{0} เคฒเคพเคˆ เค…เคจเคซเฅ‹เคฒเฅ‹ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "เค–เคพเคคเคพ เค…เคจเคซเฅ‹เคฒเฅ‹ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" @@ -12521,11 +12583,11 @@ msgstr "" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:567 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "" @@ -12548,8 +12610,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "เค–เคพเคคเคพ เคฎเฅเคฏเฅ‚เคŸ เคนเคŸเคพเค‰เคจเฅเคนเฅ‹เคธเฅ" @@ -12562,7 +12624,7 @@ msgstr "เคตเคพเคฐเฅเคคเคพเคฒเคพเคช เคฎเฅเคฏเฅ‚เคŸ เคนเคŸเคพเค‰เคจเฅเคนเฅ‹เคธ msgid "Unmute list" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:529 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "" @@ -12641,7 +12703,7 @@ msgstr "เคธเฅ‚เคšเฅ€เคฌเคพเคŸ เคธเคฆเคธเฅเคฏเคคเคพ เคธเคฎเคพเคชเฅเคค เค—เคฐเคฟ msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1557 +#: src/view/com/composer/Composer.tsx:1555 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -12654,12 +12716,9 @@ msgstr "" msgid "Update" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "เคธเฅ‚เคšเฅ€เคนเคฐเฅ‚เคฎเคพ <0>{displayName} เค…เคชเคกเฅ‡เคŸ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" msgstr "" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 @@ -12669,6 +12728,10 @@ msgstr "" msgid "Update email" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 #: src/screens/Messages/components/InviteLinkDialog.tsx:303 @@ -12680,14 +12743,6 @@ msgstr "" msgid "Update to {domain}" msgstr "{domain} เคฎเคพ เค…เคชเคกเฅ‡เคŸ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "" - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "" @@ -12736,7 +12791,7 @@ msgstr "เคซเคพเค‡เคฒ เคฌเคพเคŸ เค…เคชเคฒเฅ‹เคก เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" msgid "Upload from Library" msgstr "เคฒเคพเค‡เคฌเฅเคฐเฅ‡เคฐเฅ€ เคฌเคพเคŸ เค…เคชเคฒเฅ‹เคก เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2585 msgid "Uploading GIF..." msgstr "" @@ -12750,7 +12805,7 @@ msgstr "เคคเคธเฅเคตเคฟเคฐเคนเคฐเฅ‚ เค…เคชเคฒเฅ‹เคก เค—เคฐเฅเคฆเฅˆ..." msgid "Uploading link thumbnail..." msgstr "เคฒเคฟเค‚เค• เคฅเคฎเฅเคฌเคจเฅ‡เคฒ เค…เคชเคฒเฅ‹เคก เค—เคฐเฅเคฆเฅˆ..." -#: src/view/com/composer/Composer.tsx:2589 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading video..." msgstr "เคญเคฟเคกเคฟเคฏเฅ‹ เค…เคชเคฒเฅ‹เคก เค—เคฐเฅเคฆเฅˆ..." @@ -12826,7 +12881,7 @@ msgid "User Blocks You" msgstr "เคชเฅเคฐเคฏเฅ‹เค—เค•เคฐเฅเคคเคพ เคคเคชเคพเคˆเค‚เคฒเคพเคˆ เค…เคตเคฐเฅเคฆเฅเคง เค—เคฐเฅเคฆเค›" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "{0} เคฆเฅเคตเคพเคฐเคพ เคชเฅเคฐเคฏเฅ‹เค—เค•เคฐเฅเคคเคพ เคธเฅ‚เคšเฅ€" @@ -12835,7 +12890,7 @@ msgstr "{0} เคฆเฅเคตเคพเคฐเคพ เคชเฅเคฐเคฏเฅ‹เค—เค•เคฐเฅเคคเคพ เคธเฅ‚เคšเฅ€" msgid "User List by {0}" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "เคคเคชเคพเคˆเค‚ เคฆเฅเคตเคพเคฐเคพ เคชเฅเคฐเคฏเฅ‹เค—เค•เคฐเฅเคคเคพ เคธเฅ‚เคšเฅ€" @@ -12875,16 +12930,6 @@ msgstr "<0>@{0} เคฆเฅเคตเคพเคฐเคพ เคซเคฒเฅ‹ เค—เคฐเคฟเคเค•เคพ เคชเฅเคฐเคฏ msgid "users following <0>@{0}" msgstr "" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "เคฎเฅ‚เคฒเฅเคฏ:" @@ -12912,8 +12957,8 @@ msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "" @@ -13039,7 +13084,7 @@ msgstr "เคญเคฟเคกเคฟเคฏเฅ‹ เคซเฅ‡เคฒเคพ เคชเคพเคฐเคฟเคเคจเฅค" msgid "Video settings" msgstr "เคญเคฟเคกเคฟเคฏเฅ‹ เคธเฅ‡เคŸเคฟเค™เฅเค—เคนเคฐเฅ‚" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2605 msgid "Video uploaded" msgstr "เคญเคฟเคกเคฟเคฏเฅ‹ เค…เคชเคฒเฅ‹เคก เค—เคฐเคฟเคฏเฅ‹" @@ -13056,14 +13101,14 @@ msgstr "" msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1150 +#: src/view/com/composer/Composer.tsx:1148 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "" @@ -13078,7 +13123,7 @@ msgstr "{0} เค•เฅ‹ เค…เคตเคคเคพเคฐ เคนเฅ‡เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" #: 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 "{0} เค•เฅ‹ เคชเฅเคฐเฅ‹เคซเคพเค‡เคฒ เคนเฅ‡เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" @@ -13092,7 +13137,7 @@ msgstr "" msgid "View {displayName}โ€™s profile" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "" @@ -13145,7 +13190,7 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1143 msgid "View post" msgstr "" @@ -13162,10 +13207,10 @@ msgstr "เคชเฅเคฐเฅ‹เคซเคพเค‡เคฒ เคนเฅ‡เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" msgid "View profile banner" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "" @@ -13173,7 +13218,7 @@ msgstr "" msgid "View the avatar" msgstr "เค…เคตเคคเคพเคฐ เคนเฅ‡เคฐเฅเคจเฅเคนเฅ‹เคธเฅ" -#: src/screens/Messages/ConversationSettings/index.tsx:554 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "" @@ -13441,7 +13486,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:1039 msgid "We're sorry! The post you are replying to has been deleted." msgstr "เคนเคพเคฎเฅ€เคฒเคพเคˆ เค–เฅ‡เคฆ เค›! เคคเคชเคพเคˆเค‚เคฒเฅ‡ เคœเคตเคพเคซ เคฆเคฟเค‡เคฐเคนเฅ‡เค•เฅ‹ เคชเฅ‹เคธเฅเคŸ เคฎเฅ‡เคŸเคพเค‡ เคธเค•เฅ‡เค•เฅ‹ เค›เฅค" @@ -13492,7 +13537,7 @@ msgid "What do you want to call your starter pack?" msgstr "เคคเคชเคพเคˆเค‚เค•เฅ‹ เคธเฅเคŸเคพเคฐเฅเคŸเคฐ เคชเฅเคฏเคพเค•เคฒเคพเคˆ เค•เฅ‡ เคญเคจเฅเคจ เคšเคพเคนเคจเฅเคนเฅเคจเฅเค›?" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1519 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "เค•เฅ‡ เคญเค‡เคฐเคนเฅ‡เค•เฅ‹ เค›?" @@ -13519,7 +13564,7 @@ msgid "Who can verify?" msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "เคตเฅ‹เคชเฅเคธ!" @@ -13578,7 +13623,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:1437 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13587,12 +13632,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1617 +#: src/view/com/composer/Composer.tsx:1615 msgid "Write post" msgstr "เคชเฅ‹เคธเฅเคŸ เคฒเฅ‡เค–เฅเคจเฅเคนเฅ‹เคธเฅ" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1517 msgid "Write your reply" msgstr "เคคเคชเคพเคˆเค‚เค•เฅ‹ เคœเคตเคพเคซ เคฒเฅ‡เค–เฅเคจเฅเคนเฅ‹เคธเฅ" @@ -13658,7 +13703,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:610 +#: src/components/dms/MessageItem.tsx:699 msgid "You are blocking {0}" msgstr "" @@ -13764,11 +13809,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:220 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:1442 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13803,8 +13848,8 @@ msgstr "" msgid "You can update this later from your settings." msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:115 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13839,7 +13884,7 @@ msgstr "เคคเคชเคพเคˆเค‚เค•เฅ‹ เค•เฅเคจเฅˆ เคชเคจเคฟ เคฌเคšเคค เค—เคฐเคฟเคเค• msgid "You got here first" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:166 +#: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and canโ€™t join it using this link." msgstr "" @@ -13884,6 +13929,7 @@ msgstr "เคคเคชเคพเคˆเค‚เคฒเฅ‡ เคฏเฅ‹ เค–เคพเคคเคพ เคฎเฅเคฏเฅ‚เคŸ เค—เคฐเฅเคจ msgid "You have muted this user" msgstr "เคคเคชเคพเคˆเค‚เคฒเฅ‡ เคฏเฅ‹ เคชเฅเคฐเคฏเฅ‹เค—เค•เคฐเฅเคคเคพเคฒเคพเคˆ เคฎเฅเคฏเฅ‚เคŸ เค—เคฐเฅเคจเฅเคญเคเค•เฅ‹ เค›เฅค" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "เคคเคชเคพเคˆเค‚เค•เฅ‹ เค•เฅเคจเฅˆ เคธเฅ‚เคšเฅ€ เค›เฅˆเคจเฅค" @@ -13912,7 +13958,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:1432 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -13970,7 +14016,7 @@ msgstr "" msgid "You may only add up to 3 feeds" msgstr "เคคเคชเคพเคˆเค‚ เค•เฅ‡เคตเคฒ เฅฉ เคซเฅ€เคกเคนเคฐเฅ‚ เคฎเคพเคคเฅเคฐ เคฅเคชเฅเคจ เคธเค•เฅเคจเฅเคนเฅเคจเฅเค›เฅค" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." msgstr "" @@ -13983,7 +14029,7 @@ msgid "You must be following at least seven other people to generate a starter p msgstr "เคคเคชเคพเคˆเค‚เคฒเคพเคˆ เค•เคฎเฅเคคเคฟเคฎเคพ เคธเคพเคค เค…เคจเฅเคฏ เคตเฅเคฏเค•เฅเคคเคฟเคนเคฐเฅ‚เคฒเคพเคˆ เคซเคฒเฅ‹ เค—เคฐเฅเคจเฅเคชเคฐเฅเค› เคคเคพเค•เคฟ starter pack เคธเคฟเคฐเฅเคœเคจเคพ เค—เคฐเฅเคจ เคธเค•เคฟเคจเฅเค›เฅค" #: src/components/StarterPack/QrCodeDialog.tsx:69 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:89 msgid "You must grant access to your photo library to save a QR code" msgstr "QR เค•เฅ‹เคก เคฌเคšเคค เค—เคฐเฅเคจเค•เฅ‹ เคฒเคพเค—เคฟ เคคเคชเคพเคˆเค‚เคฒเคพเคˆ เค†เคซเฅเคจเฅ‹ เคซเฅ‹เคŸเฅ‹ เคฒเคพเค‡เคฌเฅเคฐเฅ‡เคฐเฅ€เคฎเคพ เคชเคนเฅเคเคš เคฆเคฟเคจเฅ เคชเคฐเฅเค›เฅค" @@ -14009,12 +14055,12 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:259 +#: src/components/dms/MessageItem.tsx:340 msgid "You reacted {0}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "" @@ -14023,8 +14069,20 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" +#: src/components/dms/MessageItem.tsx:804 +msgid "You replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:802 +msgid "You replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:800 +msgid "You replied to yourself" +msgstr "" + #. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 msgid "You requested to join" msgstr "" @@ -14050,12 +14108,12 @@ msgstr "เคคเคชเคพเคˆเค‚ เค…เคฌ เคฏเคธ เคฅเฅเคฐเฅ‡เคกเค•เฅ‹ เคฒเคพเค—เคฟ เคธเฅ‚ msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "เคคเคชเคพเคˆเค‚เคฒเคพเคˆ เคเค• เค‡เคฎเฅ‡เคฒ เคชเฅเคฐเคพเคชเฅเคค เคนเฅเคจเฅ‡เค› เคœเคธเคฎเคพ \"เคฐเฅ€เคธเฅ‡เคŸ เค•เฅ‹เคก\" เคนเฅเคจเฅ‡เค›เฅค เคคเฅเคฏเฅ‹ เค•เฅ‹เคก เคฏเคนเคพเค เคชเฅเคฐเคตเคฟเคทเฅเคŸ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅ, เคคเฅเคฏเคธเคชเค›เคฟ เคคเคชเคพเคˆเค‚เค•เฅ‹ เคจเคฏเคพเค เคชเคพเคธเคตเคฐเฅเคก เคชเฅเคฐเคตเคฟเคทเฅเคŸ เค—เคฐเฅเคจเฅเคนเฅ‹เคธเฅเฅค" -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "" #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "" @@ -14127,7 +14185,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:644 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14199,11 +14257,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 "" @@ -14295,11 +14353,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:1139 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1136 msgid "Your posts were sent" msgstr "" @@ -14320,7 +14378,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:1138 msgid "Your reply was sent" msgstr "" @@ -14333,7 +14391,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:1467 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 786689d560..c4a2c4e5dc 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-10 21:06\n" +"PO-Revision-Date: 2026-06-17 12:23\n" "Last-Translator: \n" "Language-Team: Dutch\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:867 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" msgstr "" -#: src/components/dms/getMessageInfo.ts:73 +#: 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)" @@ -75,7 +79,7 @@ msgstr "{0, plural, one {# label is} other {# labels zijn}} op deze inhoud gepla msgid "{0, plural, one {# like} other {# likes}}" msgstr "{0, plural, one {# vind-ik-leuk} other {# vind-ik-leuks}}" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "" @@ -97,7 +101,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:269 +#: src/components/dms/MessageItem.tsx:350 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "" @@ -118,15 +122,15 @@ msgstr "{0, plural, one {# seconde} other {# seconden}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "{0, plural, one {# ongelezen item} other {# ongelezen items}}" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:703 msgid "{0} is blocking you" msgstr "" @@ -273,7 +277,7 @@ msgstr "{0} van 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:345 msgid "{0} reacted {1}" msgstr "{0} heeft gereageerd met {1}" @@ -326,24 +330,22 @@ msgstr "Avatar van {0}" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:143 +#: src/screens/Messages/JoinRequest.tsx:139 msgctxt "group-chat-member-count" msgid "{0}/{1}" msgstr "" #. The number of members in a group chat, in the format '{members}/{total} members'. -#. placeholder {0}: preview.memberCount -#. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 -msgid "{0}/{1} {2, plural, one {member} other {members}}" -msgstr "" - -#. The number of active group chat members out of the total number allowed. +#. The number of members in a group chat, in the format '{members}/{total} members'. #. placeholder {0}: joinLinkPreview.memberCount +#. placeholder {0}: preview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:329 -msgid "{0}/{1} members" +#. placeholder {1}: preview.memberLimit +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 +msgid "{0}/{1} {2, plural, one {member} other {members}}" msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. @@ -389,7 +391,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -397,33 +399,11 @@ msgstr "" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "{count, plural, one {# ongelezen item} other {# ongelezen items}}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "" - #. 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 "" -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "" - #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" msgstr "" @@ -441,155 +421,155 @@ msgstr "{estimatedTimeHrs, plural, one {uur} other {uur}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minuut} other {minuten}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: 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" -#: 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 "{firstAuthorLink} en <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} andere} other {{formattedAuthorsCount} anderen}} vonden je gepersonaliseerde feed leuk" -#: 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 "{firstAuthorLink} en <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} andere} other {{formattedAuthorsCount} anderen}} vonden je bericht leuk" -#: 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 "{firstAuthorLink} en <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} andere} other {{formattedAuthorsCount} anderen}} hebben je bericht opnieuw geplaatst" -#: 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 "{firstAuthorLink} en <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} andere} other {{formattedAuthorsCount} anderen}} hebben zich geregistreerd met je startpakket" -#: 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 "{firstAuthorLink} volgde je" -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} volgde je terug" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} vond je gepersonaliseerde feed leuk" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} vond je bericht leuk" -#: 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 "{firstAuthorLink} heeft zijn/haar verificatie van je account verwijderd" -#: src/view/com/notifications/NotificationFeedItem.tsx:334 +#: src/view/com/notifications/NotificationFeedItem.tsx:340 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} heeft je bericht opnieuw geplaatst" -#: 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 "{firstAuthorLink} registreerde zich met je startpakket" -#: src/view/com/notifications/NotificationFeedItem.tsx:454 +#: src/view/com/notifications/NotificationFeedItem.tsx:460 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} heeft jou geverifieerd" -#: 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 "{firstAuthorName} en {additionalAuthorsCount, plural, one {{formattedAuthorsCount} andere} other {{formattedAuthorsCount} anderen}} volgden je" -#: 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 "{firstAuthorName} en {additionalAuthorsCount, plural, one {{formattedAuthorsCount} andere} other {{formattedAuthorsCount} anderen}} vonden je gepersonaliseerde feed leuk" -#: 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 "{firstAuthorName} en {additionalAuthorsCount, plural, one {{formattedAuthorsCount} andere} other {{formattedAuthorsCount} anderen}} vonden je bericht leuk" -#: 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 "{firstAuthorName} en {additionalAuthorsCount, plural, one {{formattedAuthorsCount} andere} other {{formattedAuthorsCount} anderen}} hebben je bericht opnieuw geplaatst" -#: 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 "{firstAuthorName} en {additionalAuthorsCount, plural, one {{formattedAuthorsCount} andere} other {{formattedAuthorsCount} anderen}} hebben zich geregistreerd met je startpakket" -#: 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 "{firstAuthorName} volgde je" -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} volgde je terug" -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} vond je gepersonaliseerde feed leuk" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} vond je bericht leuk" -#: 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 "{firstAuthorName} heeft zijn/haar verificatie van je account verwijderd" -#: src/view/com/notifications/NotificationFeedItem.tsx:320 +#: src/view/com/notifications/NotificationFeedItem.tsx:326 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} heeft je bericht opnieuw geplaatst" -#: 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 "{firstAuthorName} heeft zich geregistreerd met je startpakket" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} heeft jou geverifieerd" @@ -659,12 +639,12 @@ msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "{minutes, plural, one {# minuut} other {# minuten}}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "" @@ -697,6 +677,18 @@ msgstr "" msgid "{rank}." msgstr "{rank}." +#: src/components/dms/MessageItem.tsx:813 +msgid "{replierDisplayName} replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:809 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:807 +msgid "{replierDisplayName} replied to you" +msgstr "" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "een bericht" @@ -873,8 +875,8 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 #: src/screens/Messages/JoinRequests.tsx:192 #: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." @@ -955,7 +957,7 @@ msgstr "" msgid "Accepted conversations" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:113 +#: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -980,12 +982,12 @@ msgstr "Account" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "Account geblokkeerd" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "Account gevolgd" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "Account genegeerd" @@ -1028,18 +1030,18 @@ msgstr "Account verwijderd uit snelle toegang" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "Account gedeblokkeerd" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "Account ontvolgd" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "Account negeren opgeheven" @@ -1054,12 +1056,13 @@ msgstr "Accounts met een blauw vinkje <0><1/> kunnen anderen verifiรซren. De msgid "Activity from others" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "Toevoegen" @@ -1112,11 +1115,11 @@ msgstr "Optioneel alt-tekst toevoegen" msgid "Add another account" msgstr "Nog een account toevoegen" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1518 msgid "Add another post" msgstr "Nog een bericht toevoegen" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2181 msgid "Add another post to thread" msgstr "" @@ -1182,7 +1185,7 @@ msgstr "Genegeerde woorden en tags toevoegen" msgid "Add people" msgstr "Mensen toevoegen" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "Personen toevoegen aan lijst" @@ -1214,8 +1217,8 @@ msgstr "Voeg het volgende DNS-record toe aan je domein:" msgid "Add this feed to your feeds" msgstr "Deze feed toevoegen aan je feeds" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "Toevoegen aan lijsten" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "Gebruiker toevoegen aan lijst" @@ -1246,8 +1249,8 @@ msgstr "" msgid "Added by invite link" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "Toegevoegd aan lijst" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "alice@voorbeeld.com" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "Alle" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "" @@ -1521,7 +1524,7 @@ msgid "An error occurred while loading your lists :/" msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:81 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:103 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "Er is een fout opgetreden bij het opslaan van de QR-code!" @@ -1589,8 +1592,8 @@ msgstr "Er is een probleem opgetreden bij het openen van de chat" #: 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 "Er is een probleem opgetreden. Probeer het opnieuw." @@ -1643,7 +1646,7 @@ msgstr "" msgid "Anyone can interact" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:340 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" msgstr "" @@ -1796,8 +1799,8 @@ msgstr "Weet je zeker dat je dit startpakket wilt verwijderen?" msgid "Are you sure you want to discard your changes?" msgstr "Weet je zeker dat je je wijzigingen ongedaan wilt maken?" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "" @@ -1814,11 +1817,11 @@ msgid "Are you sure you want to remove this from your feeds?" msgstr "Weet je zeker dat je dit uit jouw feeds wilt verwijderen?" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 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:1654 msgid "Are you sure you'd like to discard this post?" msgstr "Weet je zeker dat je dit bericht wilt weggooien?" @@ -1958,10 +1961,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2009,8 +2012,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "Account blokkeren" @@ -2088,6 +2091,10 @@ 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." @@ -2260,7 +2267,7 @@ msgstr "" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:181 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2274,13 +2281,13 @@ msgstr "" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:363 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "Door <0>{0}" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" msgstr "" @@ -2348,10 +2355,10 @@ msgstr "" #: src/screens/Deactivated.tsx:150 #: src/screens/Messages/components/InviteLinkDialog.tsx:500 #: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,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:1732 +#: src/view/com/composer/Composer.tsx:1742 #: 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 @@ -2380,6 +2387,10 @@ msgstr "Citaatbericht annuleren" msgid "Cancel reactivation and sign out" msgstr "Heractivering annuleren en afmelden" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "Zoeken annuleren" @@ -2481,7 +2492,7 @@ msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,7 +2509,7 @@ msgid "Chat ended" msgstr "" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:256 +#: src/components/intents/GroupChatJoinDialog.tsx:269 #: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" msgstr "" @@ -2520,12 +2531,12 @@ msgctxt "toast" msgid "Chat muted" msgstr "Chat genegeerd" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." msgstr "" -#: src/components/moderation/BlockDialog.tsx:292 +#: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2544,10 +2555,10 @@ msgstr "Chatverzoeken" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "Chatinstellingen" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Chat niet meer genegeerd" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "Chats" @@ -2731,7 +2742,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:533 +#: src/components/dms/MessageItem.tsx:622 msgid "Click to retry failed message" msgstr "Klik om mislukt privรฉbericht opnieuw te proberen" @@ -2745,6 +2756,7 @@ msgstr "Klik om mislukt privรฉbericht opnieuw te proberen" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "Klik om mislukt privรฉbericht opnieuw te proberen" #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:233 -#: src/components/intents/GroupChatJoinDialog.tsx:268 +#: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2804,10 +2816,6 @@ msgstr "Waarschuwing sluiten" msgid "Close banner" msgstr "" -#: src/view/com/util/BottomSheetCustomBackdrop.tsx:36 -msgid "Close bottom drawer" -msgstr "Paneel onderaan sluiten" - #. Accessibility label for the button that dismisses the GIF picker error dialog. #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:223 #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:229 @@ -2822,7 +2830,7 @@ msgstr "Paneel onderaan sluiten" msgid "Close dialog" msgstr "Dialoogvenster sluiten" -#: src/view/shell/index.web.tsx:129 +#: src/view/shell/index.web.tsx:127 msgid "Close drawer menu" msgstr "Menu sluiten" @@ -2850,10 +2858,10 @@ msgstr "" msgid "Close the incoming requests banner" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:226 -#: src/components/intents/GroupChatJoinDialog.tsx:227 -#: src/components/intents/GroupChatJoinDialog.tsx:263 -#: src/components/intents/GroupChatJoinDialog.tsx:264 +#: 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 msgid "Close this dialog" msgstr "Dit dialoogvenster sluiten" @@ -2866,15 +2874,15 @@ msgstr "" msgid "Closes password update alert" msgstr "Sluit waarschuwing voor bijwerken wachtwoord" -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1740 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 "Gebruikerslijst inklappen" -#: src/view/com/notifications/NotificationFeedItem.tsx:953 +#: src/view/com/notifications/NotificationFeedItem.tsx:959 msgid "Collapses list of users for a given notification" msgstr "Klapt de gebruikerslijst voor een bepaalde melding in" @@ -2920,7 +2928,7 @@ msgid "Compose new post" msgstr "Nieuw bericht opstellen" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1618 +#: src/view/com/composer/Composer.tsx:1616 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}}" @@ -2928,11 +2936,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:2580 +#: src/view/com/composer/Composer.tsx:2578 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing video..." msgstr "Video comprimeren..." @@ -3100,7 +3108,7 @@ msgstr "Doorgaan naar volgende stap" msgid "Conversation" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "Gesprek verwijderd" @@ -3127,7 +3135,7 @@ msgid "Copied build version to clipboard" msgstr "Buildversie gekopieerd naar klembord" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3154,12 @@ msgstr "Gekopieerd!" msgid "Copies build version to clipboard" msgstr "Kopieert buildversie naar klembord" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:198 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:265 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "Kopiรซren" @@ -3159,8 +3167,8 @@ msgstr "Kopiรซren" msgid "Copy App Password" msgstr "App-wachtwoord kopiรซren" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "" @@ -3175,8 +3183,8 @@ msgid "Copy code" msgstr "Code kopiรซren" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "DID kopiรซren" @@ -3184,7 +3192,7 @@ msgstr "DID kopiรซren" msgid "Copy host" msgstr "Host kopiรซren" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:254 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" msgstr "" @@ -3210,8 +3218,8 @@ msgstr "Link naar lijst kopiรซren" msgid "Copy link to post" msgstr "Link naar bericht kopiรซren" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "" @@ -3219,8 +3227,8 @@ msgstr "" msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "Tekst privรฉbericht kopiรซren" @@ -3249,7 +3257,7 @@ msgstr "TXT-recordwaarde kopiรซren" msgid "Copyright Policy" msgstr "Auteursrechtbeleid" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" msgstr "" @@ -3261,11 +3269,11 @@ msgstr "" msgid "Could not connect to feed service" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:120 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" msgstr "" @@ -3294,7 +3302,7 @@ msgstr "" msgid "Could not leave chat" msgstr "Kan chat niet verlaten" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." msgstr "" @@ -3308,7 +3316,7 @@ msgstr "Kan feed niet laden" msgid "Could not load list" msgstr "Kan lijst niet laden" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:169 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" msgstr "" @@ -3320,7 +3328,7 @@ msgstr "Kan chat niet negeren" msgid "Could not process your video" msgstr "Kon je video niet verwerken" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." msgstr "" @@ -3329,7 +3337,7 @@ msgstr "" msgid "Could not save changes: {0}" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" msgstr "" @@ -3394,12 +3402,12 @@ msgstr "Maak een startpakket voor mij" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:314 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3457,13 @@ msgstr "" msgid "Create moderation list" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:308 +#: 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 "Account aanmaken" -#: src/screens/Messages/ConversationSettings/index.tsx:553 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "" @@ -3479,7 +3487,7 @@ msgstr "" #. placeholder {0}: i18n.date(createdAt, { dateStyle: 'long', timeStyle: 'short', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) #: src/screens/Messages/components/InviteLinkDialog.tsx:355 -#: src/screens/Messages/ConversationSettings/index.tsx:505 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "{0} gemaakt" @@ -3624,7 +3632,7 @@ msgstr "" msgid "Delete conversation" msgstr "Gesprek verwijderen" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "Voor mij verwijderen" @@ -3637,7 +3645,7 @@ msgstr "" msgid "Delete message" msgstr "Privรฉbericht verwijderen" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "Privรฉbericht voor mij verwijderen" @@ -3647,7 +3655,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:1630 +#: src/view/com/composer/Composer.tsx:1628 msgid "Delete post" msgstr "Bericht verwijderen" @@ -3689,6 +3697,10 @@ 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 @@ -3794,9 +3806,9 @@ msgstr "Uitgeschakeld" #: 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:1411 +#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1661 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3819,14 @@ msgstr "Weggooien" msgid "Discard changes?" msgstr "Wijzigingen weggooien?" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1409 #: 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:1428 -#: src/view/com/composer/Composer.tsx:1655 +#: src/view/com/composer/Composer.tsx:1426 +#: src/view/com/composer/Composer.tsx:1653 msgid "Discard post?" msgstr "Bericht weggooien?" @@ -3852,7 +3864,7 @@ msgstr "Sluiten" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2499 msgid "Dismiss error" msgstr "Fout negeren" @@ -3949,8 +3961,8 @@ msgstr "" #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:146 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3975,7 @@ msgstr "" msgid "Done" msgstr "Gereed" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "Gereed" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:520 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4087,8 +4093,8 @@ msgstr "" msgid "Edit" msgstr "Bewerken" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "Bewerken" @@ -4102,8 +4108,8 @@ msgstr "Avatar bewerken" msgid "Edit Feeds" msgstr "Feeds bewerken" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "" @@ -4141,8 +4147,8 @@ msgstr "" msgid "Edit list details" msgstr "Lijstdetails bewerken" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "" @@ -4155,7 +4161,7 @@ msgstr "" msgid "Edit My Feeds" msgstr "Mijn feeds bewerken" -#: src/screens/Messages/ConversationSettings/index.tsx:540 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "" @@ -4184,8 +4190,8 @@ msgstr "Profiel bewerken" msgid "Edit starter pack" msgstr "Startpakket bewerken" -#: src/screens/Messages/ConversationSettings/index.tsx:486 -#: src/screens/Messages/ConversationSettings/index.tsx:539 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "" @@ -4402,7 +4408,7 @@ msgstr "Opent volledig scherm" msgid "Entertainment" msgstr "Entertainment" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2598 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Fout" @@ -4481,7 +4487,7 @@ msgstr "Volledig scherm afsluiten" msgid "Expand alt text" msgstr "Alt-tekst uitklappen" -#: src/view/com/notifications/NotificationFeedItem.tsx:606 +#: src/view/com/notifications/NotificationFeedItem.tsx:612 msgid "Expand list of users" msgstr "Gebruikerslijst uitklappen" @@ -4596,8 +4602,8 @@ msgstr "Accepteren van chat mislukt" msgid "Failed to accept join request" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "Toevoegen van emoji-reactie mislukt" @@ -4606,6 +4612,10 @@ msgstr "Toevoegen van emoji-reactie mislukt" msgid "Failed to add members" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "" @@ -4615,7 +4625,7 @@ msgid "Failed to change handle. Please try again." msgstr "Kon de handle niet wijzigen. Probeer het nog eens." #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:129 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "" @@ -4664,7 +4674,7 @@ msgstr "" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:374 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "" @@ -4692,7 +4702,7 @@ msgstr "" msgid "Failed to ignore join request" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:137 +#: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4700,14 +4710,14 @@ msgstr "" msgid "Failed to launch SMS app" msgstr "" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:401 +#: 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 "" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "" @@ -4753,15 +4763,20 @@ msgstr "Het laden van voorgestelde feeds is mislukt" msgid "Failed to load suggested follows" msgstr "Het is niet gelukt om een lijst te laden met volgsuggesties" -#: src/screens/Messages/ConversationSettings/index.tsx:426 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +msgid "Failed to mark all chats as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 +#: src/view/shell/bottom-bar/BottomBar.tsx:450 msgid "Failed to mark all requests as read" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:390 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "" @@ -4783,12 +4798,16 @@ msgstr "" msgid "Failed to remove data. {0}" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:111 +#: 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 "" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "" @@ -4802,7 +4821,7 @@ msgstr "" msgid "Failed to remove verification" msgstr "Verwijderen van verificatie mislukt" -#: src/components/intents/GroupChatJoinDialog.tsx:180 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." msgstr "" @@ -4811,7 +4830,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:648 +#: src/view/com/composer/Composer.tsx:646 msgid "Failed to save draft" msgstr "" @@ -4854,7 +4873,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "Het wisselen tussen wel/niet-negeren van het gesprek is mislukt, probeer het opnieuw" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:435 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "" @@ -5116,16 +5135,16 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 "Volgen" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "{0} volgen" @@ -5149,8 +5168,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "Volg 7 accounts" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "Account volgen" @@ -5173,9 +5192,9 @@ msgstr "" #. 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:423 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "Terugvolgen" @@ -5211,7 +5230,7 @@ msgstr "Gevolgd door <0>{0} en <1>{1}" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "Gevolgd door <0>{0}, <1>{1}, en {2, plural, one {# ander} other {# anderen}}" -#: src/components/intents/GroupChatJoinDialog.tsx:339 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" msgstr "" @@ -5231,10 +5250,10 @@ msgstr "Volgers die je kent" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 "Volgend" @@ -5249,7 +5268,7 @@ msgstr "Volgend" #. 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 "Volgt {0}" @@ -5467,7 +5486,7 @@ msgstr "Aan de slag" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2603 msgid "GIF uploaded" msgstr "" @@ -5526,8 +5545,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "Naar startpagina" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "" @@ -5538,8 +5557,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "" @@ -5547,7 +5566,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 "Ga naar het profiel van {firstAuthorName}" @@ -5622,9 +5641,9 @@ msgstr "" msgid "Grooming or predatory behavior" msgstr "" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:321 -#: src/screens/Messages/JoinRequest.tsx:129 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" msgstr "" @@ -5632,17 +5651,17 @@ msgstr "" msgid "Group chat invite link dialog" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:417 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:382 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "" @@ -5653,12 +5672,12 @@ msgid "Group chat settings" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:385 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "" @@ -5682,12 +5701,12 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "" @@ -5829,7 +5848,7 @@ msgstr "Verborgen lijst" msgid "Hide" msgstr "Verbergen" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "Verbergen" @@ -5904,7 +5923,7 @@ msgstr "Populaire onderwerpen verbergen?" msgid "Hide trending videos?" msgstr "Populaire videoโ€™s verbergen?" -#: src/view/com/notifications/NotificationFeedItem.tsx:951 +#: src/view/com/notifications/NotificationFeedItem.tsx:957 msgid "Hide user list" msgstr "Gebruikerslijst verbergen" @@ -5960,7 +5979,7 @@ msgstr "Wacht even! We geven geleidelijk toegang tot video en je staat nog steed #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6210,7 +6229,7 @@ msgstr "" msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "" @@ -6268,7 +6287,7 @@ msgstr "" msgid "Invalid 2FA confirmation code." msgstr "Ongeldige 2FA-bevestigingscode." -#: src/components/intents/GroupChatJoinDialog.tsx:147 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." msgstr "" @@ -6290,7 +6309,7 @@ msgstr "" msgid "Invalid report subject" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:187 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." msgstr "" @@ -6315,15 +6334,15 @@ 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:140 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:155 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6336,17 +6355,17 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:335 #: src/screens/Messages/components/InviteLinkDialog.tsx:514 #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 -#: src/screens/Messages/ConversationSettings/index.tsx:556 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:213 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" msgstr "" @@ -6410,7 +6429,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:2520 +#: src/view/com/composer/Composer.tsx:2518 msgid "Job ID: {0}" msgstr "Taak-ID: {0}" @@ -6420,7 +6439,7 @@ msgid "Jobs" msgstr "Vacatures" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:282 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" msgstr "" @@ -6431,12 +6450,12 @@ msgstr "" msgid "Join Bluesky" msgstr "Lid worden van Bluesky" -#: src/components/intents/GroupChatJoinDialog.tsx:71 -#: src/components/intents/GroupChatJoinDialog.tsx:448 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:176 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." msgstr "" @@ -6450,8 +6469,8 @@ msgstr "Aan het gesprek deelnemen" msgid "Journalism" msgstr "Journalistiek" -#: src/view/com/composer/Composer.tsx:1461 -#: src/view/com/composer/Composer.tsx:1471 +#: src/view/com/composer/Composer.tsx:1459 +#: src/view/com/composer/Composer.tsx:1469 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6609,7 +6628,7 @@ msgid "Learn more." msgstr "Leer meer." #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:590 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "Verlaten" @@ -6623,8 +6642,8 @@ msgstr "Verlaten" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "Chat verlaten" @@ -6644,12 +6663,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "Gesprek verlaten" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:589 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "" @@ -6658,11 +6677,11 @@ msgstr "" msgid "Leaving Bluesky" msgstr "Je verlaat Bluesky" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: src/screens/Messages/ConversationSettings/prompts.tsx:153 msgid "Leaving this chat will lock it permanently and you wonโ€™t be able to rejoin." msgstr "" -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." msgstr "" @@ -6935,9 +6954,9 @@ msgstr "Nieuwe meldingen laden" msgid "Load new posts" msgstr "Nieuwe berichten laden" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "" @@ -6954,23 +6973,23 @@ msgstr "" msgid "Loading..." msgstr "Laden..." -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:568 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "" @@ -7051,6 +7070,16 @@ msgstr "Beheer je genegeerde woorden en tags" msgid "Mark all as read" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:459 +#: src/view/shell/bottom-bar/BottomBar.tsx:463 +msgid "Mark all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:467 +#: src/view/shell/bottom-bar/BottomBar.tsx:471 +msgid "Mark all requests as read" +msgstr "" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7089,14 @@ msgstr "Markeren als gelezen" msgid "Marked all as read" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,7 +7120,7 @@ msgstr "" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Media die voor bepaalde doelgroepen aanstootgevend of ongepast kunnen zijn." -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." msgstr "" @@ -7092,7 +7129,7 @@ msgstr "" msgid "Members" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "" @@ -7111,13 +7148,13 @@ msgstr "Vermeldingen" msgid "Menu" msgstr "Menu" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 +#: 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" @@ -7132,7 +7169,7 @@ msgstr "Privรฉbericht verzenden naar {0}" msgid "Message {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "Privรฉbericht verwijderd" @@ -7141,13 +7178,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Privรฉbericht verwijderd" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:616 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "" @@ -7156,21 +7193,21 @@ msgstr "" msgid "Message from server: {0}" msgstr "Bericht van de server: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "Privรฉbericht invoerveld" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "Berichtopties" @@ -7178,11 +7215,11 @@ msgstr "Berichtopties" msgid "Messages" msgstr "Privรฉberichten" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:715 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:621 +#: src/components/dms/MessageItem.tsx:710 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7219,8 +7256,8 @@ msgstr "Moderatiedetails" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "Moderatielijst door {0}" @@ -7228,7 +7265,7 @@ msgstr "Moderatielijst door {0}" msgid "Moderation list by <0/>" msgstr "Moderatielijst door <0/>" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "Moderatielijst door jou" @@ -7281,8 +7318,8 @@ msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "Meer opties" @@ -7302,7 +7339,7 @@ msgstr "Films" msgid "Music" msgstr "Muziek" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "Negeren" @@ -7320,8 +7357,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "Account negeren" @@ -7347,7 +7384,7 @@ msgstr "Negeerlijst" msgid "Mute these accounts?" msgstr "Deze accounts negeren?" -#: src/screens/Messages/ConversationSettings/index.tsx:530 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "" @@ -7389,7 +7426,7 @@ msgstr "Woorden en tags negeren" msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "" @@ -7480,7 +7517,7 @@ 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:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "Nieuw" @@ -7490,21 +7527,21 @@ msgctxt "action" msgid "New" msgstr "Nieuw" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: 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:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "Nieuwe chat" @@ -7592,11 +7629,11 @@ msgctxt "action" msgid "New post" msgstr "Nieuw bericht" -#: 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 "" @@ -7718,7 +7755,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 "Je volgt {0} niet meer" @@ -7726,7 +7763,7 @@ msgstr "Je volgt {0} niet meer" msgid "No media yet" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "Nog geen privรฉberichten" @@ -7763,7 +7800,7 @@ msgstr "" msgid "No one but the author can quote this post." msgstr "Alleen de auteur mag dit bericht citeren." -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "" @@ -7831,6 +7868,11 @@ 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" @@ -7895,7 +7937,7 @@ msgstr "Niet gevonden" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "Opmerking over delen" @@ -7931,7 +7973,7 @@ msgstr "Meldingsgeluiden" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8017,7 @@ msgstr "OK" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:722 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8008,11 +8050,11 @@ 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:862 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:861 +#: src/view/com/composer/Composer.tsx:859 msgid "One or more images is missing alt text." msgstr "Bij een of meer afbeeldingen ontbreekt de alt-tekst." @@ -8024,11 +8066,11 @@ msgstr "" 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:657 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:869 msgid "One or more videos is missing alt text." msgstr "Alt-tekst ontbreekt bij een of meer video's." @@ -8041,7 +8083,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:234 +#: src/view/com/composer/Composer.tsx:233 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8053,7 +8095,7 @@ msgstr "" msgid "Only admins can ignore join requests." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:145 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." msgstr "" @@ -8068,12 +8110,12 @@ msgid "Only image files are supported" msgstr "Alleen afbeeldingsbestanden worden ondersteund" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:222 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:292 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" msgstr "" @@ -8107,7 +8149,7 @@ msgid "Open camera" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:437 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" msgstr "" @@ -8115,8 +8157,8 @@ msgstr "" msgid "Open chat member options for {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "Gespreksopties openen" @@ -8128,9 +8170,9 @@ msgstr "" msgid "Open drawer menu" msgstr "Menu openen" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2158 msgid "Open emoji picker" msgstr "Emoji-kiezer openen" @@ -8151,7 +8193,7 @@ msgstr "" msgid "Open Germ DM" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" msgstr "" @@ -8166,11 +8208,11 @@ msgid "Open in Google Translate" msgstr "" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "Link naar {niceUrl} openen" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "Privรฉberichtopties openen" @@ -8221,7 +8263,7 @@ msgstr "Verhalenboekpagina openen" msgid "Open system log" msgstr "Systeemlogboek openen" -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" msgstr "" @@ -8275,13 +8317,13 @@ msgstr "" msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" -#: src/screens/Messages/JoinRequest.tsx:309 +#: 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 "Opent proces om een nieuw Bluesky-account aan te maken" -#: src/screens/Messages/JoinRequest.tsx:295 +#: 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" @@ -8341,7 +8383,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 "Opent dit profiel" @@ -8513,6 +8555,16 @@ msgstr "Personen die @{0} volgen" msgid "People I follow" msgstr "" +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "" @@ -8813,7 +8865,7 @@ msgstr "Politiek" msgid "Porn" msgstr "Porno" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post" msgstr "Plaatsen" @@ -8833,12 +8885,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Post All" msgstr "Alles plaatsen" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1468 msgid "Post anyway" msgstr "" @@ -9015,11 +9067,11 @@ msgstr "Privacybeleid" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2592 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing video..." msgstr "Video verwerken..." @@ -9031,7 +9083,7 @@ msgstr "Verwerken..." msgid "profile" msgstr "profiel" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9117,22 @@ 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:1790 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:1785 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:1774 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:1779 msgid "Publish reply" msgstr "" @@ -9109,7 +9161,7 @@ msgid "QR code has been downloaded!" msgstr "QR-code is gedownload!" #: src/components/StarterPack/QrCodeDialog.tsx:122 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "QR-code opgeslagen in je camerarol!" @@ -9172,8 +9224,8 @@ msgstr "" msgid "React with {emoji}" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "" @@ -9268,10 +9320,6 @@ msgstr "" msgid "Reconnect" msgstr "Opnieuw verbinden" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "" - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" @@ -9291,12 +9339,14 @@ msgstr "" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "Gesprekken opnieuw laden" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9355,9 @@ msgstr "Gesprekken opnieuw laden" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "Verwijderen" @@ -9326,7 +9375,7 @@ msgstr "{displayName} uit startpakket verwijderen" msgid "Remove {displayName} from this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" msgstr "" @@ -9443,14 +9492,14 @@ msgstr "Verwijder deze feed uit je bewaarde feeds" msgid "Remove unavailable moderation services" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "" @@ -9466,8 +9515,8 @@ msgstr "Verwijderd door auteur" msgid "Removed by you" msgstr "Verwijderd door je" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "Verwijderd uit lijst" @@ -9535,6 +9584,14 @@ msgctxt "description" msgid "Replied to you" msgstr "" +#: src/components/dms/MessageItem.tsx:883 +msgid "Replied-to message from {senderName}, tap to scroll to it" +msgstr "" + +#: src/components/dms/MessageItem.tsx:884 +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 @@ -9552,7 +9609,12 @@ msgstr "Antwoorden uitgeschakeld" msgid "Replies to this post are disabled." msgstr "Antwoorden op dit bericht zijn uitgeschakeld." -#: src/view/com/composer/Composer.tsx:1804 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "Reageren" + +#: src/view/com/composer/Composer.tsx:1802 msgctxt "action" msgid "Reply" msgstr "Reageren" @@ -9590,14 +9652,14 @@ msgstr "Zichtbaarheid van reactie bijgewerkt" msgid "Reply was successfully hidden" msgstr "Reactie is succesvol verborgen" -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:582 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "Melden" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "Account melden" @@ -9623,7 +9685,7 @@ msgstr "Feed melden" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "Privรฉbericht melden" @@ -9657,7 +9719,7 @@ msgstr "" msgid "Report this feed" msgstr "Deze feed melden" -#: src/screens/Messages/ConversationSettings/index.tsx:581 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "" @@ -9737,7 +9799,7 @@ msgstr "Herplaatsingen van dit bericht" msgid "Reposts of your reposts" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:447 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" msgstr "" @@ -9755,7 +9817,7 @@ msgid "Request ignored." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:281 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" msgstr "" @@ -9764,7 +9826,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "" @@ -9791,9 +9853,9 @@ msgstr "Vereist voor deze provider" msgid "Required in your region" msgstr "Vereist in je regio" -#: src/components/intents/GroupChatJoinDialog.tsx:296 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:310 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:115 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:117 msgid "Rescind request" msgstr "" @@ -9872,7 +9934,7 @@ 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:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 #: src/screens/Messages/JoinRequests.tsx:361 @@ -9928,7 +9990,7 @@ msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10015,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:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Wijzigingen opslaan" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1421 #: 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:1449 #: 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:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10022,13 +10084,13 @@ msgid "Saved to your feeds" msgstr "Opgeslagen in je feeds" #: 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 "Zeg hallo!" -#: src/screens/Messages/ChatList.tsx:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "" @@ -10058,6 +10120,10 @@ msgstr "" msgid "Scroll right" msgstr "" +#: src/components/dms/MessageItem.tsx:774 +msgid "Scroll to the message this is replying to" +msgstr "" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "Naar boven scrollen" @@ -10067,7 +10133,7 @@ msgstr "Naar boven scrollen" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Zoeken" @@ -10148,8 +10214,8 @@ msgstr "" msgid "Search my posts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "" @@ -10425,8 +10491,8 @@ msgstr "" msgid "Send feedback" msgstr "Feedback verzenden" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "Privรฉbericht verzenden" @@ -10460,7 +10526,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:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "" @@ -10565,7 +10631,7 @@ msgstr "Seksuele activiteit of erotisch bloot." msgid "Sexually Suggestive" msgstr "Seksueel suggestief" -#: 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 @@ -10577,7 +10643,7 @@ msgstr "Seksueel suggestief" msgid "Share" msgstr "Delen" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "Toch delen" @@ -10641,8 +10707,8 @@ msgstr "Deel dit startpakket en help mensen lid te worden van je gemeenschap op #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "" @@ -10796,15 +10862,15 @@ msgstr "" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:294 -#: src/screens/Messages/JoinRequest.tsx:300 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,7 +10896,7 @@ msgstr "" msgid "Sign in or create your account to join the conversation!" msgstr "Meld je aan of registreer een account aan om deel te nemen aan het gesprek!" -#: src/screens/Messages/JoinRequest.tsx:220 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." msgstr "" @@ -10842,7 +10908,7 @@ msgstr "" msgid "Sign in to Bluesky or create a new account" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:219 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." msgstr "" @@ -10900,7 +10966,7 @@ msgstr "Overslaan" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1466 msgid "Skip empty posts?" msgstr "" @@ -10971,12 +11037,12 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:347 msgid "Someone reacted {0}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "" @@ -10996,10 +11062,6 @@ msgstr "" msgid "Someone was removed from the group" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "" - #: 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 "" @@ -11043,8 +11105,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 "" @@ -11214,13 +11276,13 @@ msgid "Subscribe" msgstr "Abonneren" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "" @@ -11255,7 +11317,7 @@ msgstr "" msgid "Success!" msgstr "Gelukt!" -#: src/components/intents/GroupChatJoinDialog.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" msgstr "" @@ -11355,7 +11417,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:572 +#: src/components/dms/MessageItem.tsx:661 msgid "Tap for details" msgstr "" @@ -11390,7 +11452,7 @@ msgid "Tap to dismiss" msgstr "Tik om te sluiten" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:453 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" msgstr "" @@ -11398,34 +11460,34 @@ msgstr "" msgid "Tap to open this group chat" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:452 +#: src/components/intents/GroupChatJoinDialog.tsx:468 msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:537 +#: src/components/dms/MessageItem.tsx:626 msgid "Tap to retry" msgstr "" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:373 msgid "Tap to view reactions" msgstr "" @@ -11528,7 +11590,7 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "Het account kan met je communiceren na het deblokkeren." @@ -11594,7 +11656,7 @@ msgstr "" msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:155 +#: src/components/intents/GroupChatJoinDialog.tsx:165 #: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." msgstr "" @@ -11621,7 +11683,7 @@ msgstr "Het lijkt erop dat er problemen zijn met de server. Probeer het over enk msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "Het startpakket dat je probeert te bekijken is ongeldig. Je kunt dit startpakket in plaats daarvan verwijderen." -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "" @@ -11665,8 +11727,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "" #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:182 +#: 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 "" @@ -11693,7 +11755,7 @@ msgstr "Er is een probleem opgetreden bij het ophalen van meldingen. Tik hier om msgid "There was an issue fetching posts. Tap here to try again." msgstr "Er is een probleem opgetreden bij het ophalen van berichten. Tik hier om het opnieuw te proberen." -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "Er is een probleem opgetreden bij het ophalen van de lijst. Tik hier om het opnieuw te proberen." @@ -11733,12 +11795,12 @@ msgstr "Er is een probleem opgetreden bij het bijwerken van je feeds. Controleer #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "Er is een probleem opgetreden! {0}" @@ -11778,7 +11840,7 @@ msgstr "Deze instellingen zijn alleen van toepassing op de volgende feed." msgid "They own this chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." msgstr "" @@ -11828,22 +11890,22 @@ msgstr "" 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 "" -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:287 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:430 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" msgstr "" @@ -11881,7 +11943,7 @@ msgstr "Deze inhoud is niet beschikbaar omdat een van de betrokken gebruikers de msgid "This content is not viewable without a Bluesky account." msgstr "Deze inhoud is niet zichtbaar zonder een Bluesky-account." -#: src/components/intents/GroupChatJoinDialog.tsx:141 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." msgstr "" @@ -11931,7 +11993,7 @@ msgstr "Deze feed is leeg." msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "Deze feed is niet langer online. We tonen <0>Ontdekken in plaats van deze feed." -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" msgstr "" @@ -11947,11 +12009,11 @@ msgstr "" msgid "This information is private and not shared with other users." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:151 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:223 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" msgstr "" @@ -11997,17 +12059,17 @@ msgstr "" msgid "This list is empty." msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:688 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:658 +#: src/components/dms/MessageItem.tsx:684 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12045,11 +12107,11 @@ 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:1043 +#: src/view/com/composer/Composer.tsx:1041 msgid "This post's author has disabled quote posts." msgstr "De auteur van dit bericht heeft het plaatsen van citaten uitgeschakeld." -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "" @@ -12242,8 +12304,8 @@ msgstr "" msgid "Topic" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,7 +12375,7 @@ msgctxt "action" msgid "Try again" msgstr "Opnieuw proberen" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." msgstr "" @@ -12335,7 +12397,7 @@ msgstr "" msgid "Two-factor authentication (2FA)" msgstr "Tweefactorauthenticatie (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "Typ hier je privรฉbericht" @@ -12401,7 +12463,7 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:726 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12409,14 +12471,14 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:211 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "Deblokkeren" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "Deblokkeren" @@ -12427,8 +12489,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "Account deblokkeren" @@ -12437,7 +12499,7 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "Account deblokkeren?" @@ -12474,12 +12536,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "{0} ontvolgen" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "Account ontvolgen" @@ -12521,11 +12583,11 @@ msgstr "" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:567 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "" @@ -12548,8 +12610,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "Account niet meer negeren" @@ -12562,7 +12624,7 @@ msgstr "Gesprek niet meer negeren" msgid "Unmute list" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:529 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "" @@ -12641,7 +12703,7 @@ msgstr "Uitgeschreven voor lijst" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1557 +#: src/view/com/composer/Composer.tsx:1555 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -12654,12 +12716,9 @@ msgstr "" msgid "Update" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "<0>{displayName} bijwerken in lijsten" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" msgstr "" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 @@ -12669,6 +12728,10 @@ msgstr "" msgid "Update email" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 #: src/screens/Messages/components/InviteLinkDialog.tsx:303 @@ -12680,14 +12743,6 @@ msgstr "" msgid "Update to {domain}" msgstr "Bijwerken naar {domain}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "" - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "" @@ -12736,7 +12791,7 @@ msgstr "Uploaden vanuit bestanden" msgid "Upload from Library" msgstr "Uploaden vanuit bibliotheek" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2585 msgid "Uploading GIF..." msgstr "" @@ -12750,7 +12805,7 @@ msgstr "Afbeeldingen uploaden..." msgid "Uploading link thumbnail..." msgstr "Linkminiatuur uploaden..." -#: src/view/com/composer/Composer.tsx:2589 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading video..." msgstr "Video uploaden..." @@ -12826,7 +12881,7 @@ msgid "User Blocks You" msgstr "Gebruiker blokkeert je" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "Gebruikerslijst door {0}" @@ -12835,7 +12890,7 @@ msgstr "Gebruikerslijst door {0}" msgid "User List by {0}" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "Gebruikerslijst door jou" @@ -12875,16 +12930,6 @@ msgstr "gebruikers gevolgd door <0>@{0}" msgid "users following <0>@{0}" msgstr "" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "Waarde:" @@ -12912,8 +12957,8 @@ msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "" @@ -13039,7 +13084,7 @@ msgstr "Video niet gevonden." msgid "Video settings" msgstr "Video-instellingen" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2605 msgid "Video uploaded" msgstr "Video geรผpload" @@ -13056,14 +13101,14 @@ msgstr "" msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1150 +#: src/view/com/composer/Composer.tsx:1148 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "" @@ -13078,7 +13123,7 @@ msgstr "Avatar van {0} bekijken" #: 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 "Profiel van {0} bekijken" @@ -13092,7 +13137,7 @@ msgstr "" msgid "View {displayName}โ€™s profile" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "" @@ -13145,7 +13190,7 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1143 msgid "View post" msgstr "" @@ -13162,10 +13207,10 @@ msgstr "Profiel bekijken" msgid "View profile banner" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "" @@ -13173,7 +13218,7 @@ msgstr "" msgid "View the avatar" msgstr "Bekijk de avatar" -#: src/screens/Messages/ConversationSettings/index.tsx:554 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "" @@ -13441,7 +13486,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:1039 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Het spijt ons! Het bericht waarop je reageert is verwijderd." @@ -13492,7 +13537,7 @@ msgid "What do you want to call your starter pack?" msgstr "Hoe wil je jouw startpakket noemen?" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1519 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Hoe gaat het?" @@ -13519,7 +13564,7 @@ msgid "Who can verify?" msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "Oeps!" @@ -13578,7 +13623,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:1437 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13587,12 +13632,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1617 +#: src/view/com/composer/Composer.tsx:1615 msgid "Write post" msgstr "Bericht schrijven" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1517 msgid "Write your reply" msgstr "Schrijf je reactie" @@ -13658,7 +13703,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:610 +#: src/components/dms/MessageItem.tsx:699 msgid "You are blocking {0}" msgstr "" @@ -13764,11 +13809,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:221 +#: src/view/com/composer/Composer.tsx:220 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:1442 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13803,8 +13848,8 @@ msgstr "" msgid "You can update this later from your settings." msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:115 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13839,7 +13884,7 @@ msgstr "Je hebt geen opgeslagen feeds." msgid "You got here first" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:166 +#: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and canโ€™t join it using this link." msgstr "" @@ -13884,6 +13929,7 @@ msgstr "Je hebt dit account genegeerd." msgid "You have muted this user" msgstr "Je negeert deze gebruiker" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "Je hebt geen lijsten." @@ -13912,7 +13958,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:1434 +#: src/view/com/composer/Composer.tsx:1432 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -13970,7 +14016,7 @@ msgstr "" msgid "You may only add up to 3 feeds" msgstr "Je mag maximaal 3 feeds toevoegen" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." msgstr "" @@ -13983,7 +14029,7 @@ msgid "You must be following at least seven other people to generate a starter p msgstr "Je moet ten minste 7 andere personen volgen om een startpakket te genereren." #: src/components/StarterPack/QrCodeDialog.tsx:69 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:89 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" @@ -14009,12 +14055,12 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:259 +#: src/components/dms/MessageItem.tsx:340 msgid "You reacted {0}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "" @@ -14023,8 +14069,20 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" +#: src/components/dms/MessageItem.tsx:804 +msgid "You replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:802 +msgid "You replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:800 +msgid "You replied to yourself" +msgstr "" + #. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 msgid "You requested to join" msgstr "" @@ -14050,12 +14108,12 @@ msgstr "Je ontvangt nu meldingen voor dit gesprek" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "Je ontvangt een e-mail met een 'resetcode'. Vul hier die code in en vul vervolgens je nieuwe wachtwoord in." -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "" #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "" @@ -14127,7 +14185,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:646 +#: src/view/com/composer/Composer.tsx:644 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14199,11 +14257,11 @@ msgstr "Je chats zijn uitgeschakeld" 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 "" @@ -14295,11 +14353,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:1139 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1136 msgid "Your posts were sent" msgstr "" @@ -14320,7 +14378,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:1140 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your reply was sent" msgstr "" @@ -14333,7 +14391,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:1467 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 b2d3a11452..5802d431b9 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-10 21:06\n" +"PO-Revision-Date: 2026-06-17 12:23\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,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:867 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" msgstr "" -#: src/components/dms/getMessageInfo.ts:73 +#: 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)" @@ -75,7 +79,7 @@ msgstr "{0, plural, one {# etykieta zostaล‚a umieszczona} few {# etykiety zosta msgid "{0, plural, one {# like} other {# likes}}" msgstr "{0, plural, one {# polubienie} few {# polubienia} other {# polubieล„}}" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "" @@ -97,7 +101,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:269 +#: src/components/dms/MessageItem.tsx:350 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "" @@ -118,15 +122,15 @@ 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:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:703 msgid "{0} is blocking you" msgstr "" @@ -273,7 +277,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:345 msgid "{0} reacted {1}" msgstr "" @@ -326,24 +330,22 @@ msgstr "Zdjฤ™cie profilowe {0}" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:143 +#: src/screens/Messages/JoinRequest.tsx:139 msgctxt "group-chat-member-count" msgid "{0}/{1}" msgstr "" #. The number of members in a group chat, in the format '{members}/{total} members'. -#. placeholder {0}: preview.memberCount -#. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 -msgid "{0}/{1} {2, plural, one {member} other {members}}" -msgstr "" - -#. The number of active group chat members out of the total number allowed. +#. The number of members in a group chat, in the format '{members}/{total} members'. #. placeholder {0}: joinLinkPreview.memberCount +#. placeholder {0}: preview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:329 -msgid "{0}/{1} members" +#. placeholder {1}: preview.memberLimit +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 +msgid "{0}/{1} {2, plural, one {member} other {members}}" msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. @@ -389,7 +391,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -397,33 +399,11 @@ msgstr "" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "" - #. 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 "" -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "" - #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" msgstr "" @@ -441,155 +421,155 @@ msgstr "{estimatedTimeHrs, plural, one {godzina} few {godziny} other {godzin}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minuta} few {minuty} other {minut}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: 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ฤ‡" -#: 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 "{firstAuthorLink} i <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} inna osoba} few {{formattedAuthorsCount} inne osoby} other {{formattedAuthorsCount} innych osรณb}} polubili twรณj kanaล‚" -#: src/view/com/notifications/NotificationFeedItem.tsx:298 +#: src/view/com/notifications/NotificationFeedItem.tsx:304 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "{firstAuthorLink} i <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} inna osoba} few {{formattedAuthorsCount} inne osoby} other {{formattedAuthorsCount} innych osรณb}} polubili twรณj wpis" -#: src/view/com/notifications/NotificationFeedItem.tsx: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 "{firstAuthorLink} i <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} inna osoba} few {{formattedAuthorsCount} inne osoby} other {{formattedAuthorsCount} innych osรณb}} repostowali twรณj wpis" -#: src/view/com/notifications/NotificationFeedItem.tsx: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 "{firstAuthorLink} i <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} inna osoba} few {{formattedAuthorsCount} inne osoby} other {{formattedAuthorsCount} innych osรณb}} zarejestrowali siฤ™ z twoim pakietem startowym" -#: src/view/com/notifications/NotificationFeedItem.tsx: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 "{firstAuthorLink} obserwuje ciฤ™" -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} rรณwnieลผ ciฤ™ obserwuje" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} lubi twรณj kanaล‚" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} lubi twรณj wpis" -#: 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 "{firstAuthorLink} repostuje twรณj wpis" -#: 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 "{firstAuthorLink} rejestruje siฤ™ z twoim pakietem startowym" -#: 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 "{firstAuthorName} i {additionalAuthorsCount, plural, one {{formattedAuthorsCount} inna osoba} few {{formattedAuthorsCount} inne osoby} other {{formattedAuthorsCount} innych osรณb}} zaczฤ™li ciฤ™ obserwowaฤ‡" -#: src/view/com/notifications/NotificationFeedItem.tsx:382 +#: src/view/com/notifications/NotificationFeedItem.tsx:388 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "{firstAuthorName} i {additionalAuthorsCount, plural, one {{formattedAuthorsCount} inna osoba} few {{formattedAuthorsCount} inne osoby} other {{formattedAuthorsCount} innych osรณb}} polubili twรณj kanaล‚" -#: src/view/com/notifications/NotificationFeedItem.tsx:291 +#: src/view/com/notifications/NotificationFeedItem.tsx:297 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "{firstAuthorName} i {additionalAuthorsCount, plural, one {{formattedAuthorsCount} inna osoba} few {{formattedAuthorsCount} inne osoby} other {{formattedAuthorsCount} innych osรณb}} polubili twรณj wpis" -#: src/view/com/notifications/NotificationFeedItem.tsx: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 "{firstAuthorName} i {additionalAuthorsCount, plural, one {{formattedAuthorsCount} inna osoba} few {{formattedAuthorsCount} inne osoby} other {{formattedAuthorsCount} innych osรณb}} repostowali twรณj wpis" -#: src/view/com/notifications/NotificationFeedItem.tsx: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 "{firstAuthorName} i {additionalAuthorsCount, plural, one {{formattedAuthorsCount} inna osoba} few {{formattedAuthorsCount} inne osoby} other {{formattedAuthorsCount} innych osรณb}} zarejestrowali siฤ™ z twoim pakietem startowym" -#: src/view/com/notifications/NotificationFeedItem.tsx: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 "{firstAuthorName} obserwuje ciฤ™" -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} rรณwnieลผ ciฤ™ obserwuje" -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} lubi twรณj kanaล‚" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} lubi twรณj wpis" -#: 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 "{firstAuthorName} repostuje twรณj wpis" -#: 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 "{firstAuthorName} rejestruje siฤ™ z twoim pakietem startowym" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "" @@ -659,12 +639,12 @@ msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "" @@ -697,6 +677,18 @@ msgstr "" msgid "{rank}." msgstr "" +#: src/components/dms/MessageItem.tsx:813 +msgid "{replierDisplayName} replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:809 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:807 +msgid "{replierDisplayName} replied to you" +msgstr "" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "" @@ -873,8 +875,8 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 #: src/screens/Messages/JoinRequests.tsx:192 #: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." @@ -955,7 +957,7 @@ msgstr "" msgid "Accepted conversations" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:113 +#: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -980,12 +982,12 @@ msgstr "Konto" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "Konto zostaล‚o zablokowane" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "Konto zostaล‚o zaobserwowane" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "Konto zostaล‚o wyciszone" @@ -1028,18 +1030,18 @@ msgstr "Konto zostaล‚o usuniฤ™te z szybkiego dostฤ™pu" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "Konto zostaล‚o odblokowane" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "Cofniฤ™to obserwowanie konta" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "Cofniฤ™to wyciszenie konta" @@ -1054,12 +1056,13 @@ msgstr "" msgid "Activity from others" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "Dodaj" @@ -1112,11 +1115,11 @@ msgstr "Dodaj tekst alternatywny (opcjonalne)" msgid "Add another account" msgstr "Dodaj inne konto" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1518 msgid "Add another post" msgstr "Dodaj inny wpis" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2181 msgid "Add another post to thread" msgstr "" @@ -1182,7 +1185,7 @@ msgstr "Dodaj wyciszone sล‚owa i tagi" msgid "Add people" msgstr "Dodaj osoby" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "" @@ -1214,8 +1217,8 @@ msgstr "Dodaj ten rekord DNS do swojej domeny:" msgid "Add this feed to your feeds" msgstr "Dodaj do swoich kanaล‚รณw" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "" @@ -1246,8 +1249,8 @@ msgstr "" msgid "Added by invite link" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "Dodano do listy" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "Wszystkie" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "" @@ -1521,7 +1524,7 @@ msgid "An error occurred while loading your lists :/" msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:81 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:103 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "Wystฤ…piล‚ bล‚ฤ…d podczas zapisywania kodu QR!" @@ -1589,8 +1592,8 @@ msgstr "Wystฤ…piล‚ bล‚ฤ…d podczas otwierania czatu" #: 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 "Wystฤ…piล‚ bล‚ฤ…d, sprรณbuj ponownie." @@ -1643,7 +1646,7 @@ msgstr "" msgid "Anyone can interact" msgstr "Kaลผdy moลผe wchodziฤ‡ w interakcje" -#: src/components/intents/GroupChatJoinDialog.tsx:340 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" msgstr "" @@ -1796,8 +1799,8 @@ msgstr "Czy na pewno chcesz usunฤ…ฤ‡ ten pakiet startowy?" msgid "Are you sure you want to discard your changes?" msgstr "Czy na pewno chcesz odrzuciฤ‡ wprowadzone zmiany?" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "" @@ -1814,11 +1817,11 @@ msgid "Are you sure you want to remove this from your feeds?" msgstr "Czy na pewno chcesz to usunฤ…ฤ‡ ze swoich kanaล‚รณw?" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 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:1654 msgid "Are you sure you'd like to discard this post?" msgstr "Czy na pewno chcesz odrzuciฤ‡ ten wpis?" @@ -1958,10 +1961,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2009,8 +2012,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "Blokuj konto" @@ -2088,6 +2091,10 @@ 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." @@ -2260,7 +2267,7 @@ msgstr "" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:181 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2274,13 +2281,13 @@ msgstr "" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:363 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "Od <0>{0}" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" msgstr "" @@ -2348,10 +2355,10 @@ msgstr "" #: src/screens/Deactivated.tsx:150 #: src/screens/Messages/components/InviteLinkDialog.tsx:500 #: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,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:1732 +#: src/view/com/composer/Composer.tsx:1742 #: 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 @@ -2380,6 +2387,10 @@ msgstr "Anuluj cytowanie wpisu" msgid "Cancel reactivation and sign out" msgstr "Anuluj reaktywacjฤ™ i wyloguj siฤ™" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "Anuluj wyszukiwanie" @@ -2481,7 +2492,7 @@ msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,7 +2509,7 @@ msgid "Chat ended" msgstr "" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:256 +#: src/components/intents/GroupChatJoinDialog.tsx:269 #: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" msgstr "" @@ -2520,12 +2531,12 @@ msgctxt "toast" msgid "Chat muted" msgstr "Czat zostaล‚ wyciszony" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." msgstr "" -#: src/components/moderation/BlockDialog.tsx:292 +#: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2544,10 +2555,10 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "Ustawienia czatu" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Cofniฤ™to wyciszenie czatu" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "" @@ -2731,7 +2742,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:533 +#: src/components/dms/MessageItem.tsx:622 msgid "Click to retry failed message" msgstr "Kliknij, aby sprรณbowaฤ‡ wysล‚aฤ‡ wiadomoล›ฤ‡ ponownie" @@ -2745,6 +2756,7 @@ msgstr "Kliknij, aby sprรณbowaฤ‡ wysล‚aฤ‡ wiadomoล›ฤ‡ ponownie" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "Kliknij, aby sprรณbowaฤ‡ wysล‚aฤ‡ wiadomoล›ฤ‡ ponownie" #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:233 -#: src/components/intents/GroupChatJoinDialog.tsx:268 +#: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2804,10 +2816,6 @@ msgstr "Zamknij ostrzeลผenie" msgid "Close banner" msgstr "" -#: src/view/com/util/BottomSheetCustomBackdrop.tsx:36 -msgid "Close bottom drawer" -msgstr "Zamknij dolnฤ… szufladฤ™" - #. Accessibility label for the button that dismisses the GIF picker error dialog. #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:223 #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:229 @@ -2822,7 +2830,7 @@ msgstr "Zamknij dolnฤ… szufladฤ™" msgid "Close dialog" msgstr "Zamknij to okno" -#: src/view/shell/index.web.tsx:129 +#: src/view/shell/index.web.tsx:127 msgid "Close drawer menu" msgstr "Zamknij menu" @@ -2850,10 +2858,10 @@ msgstr "" msgid "Close the incoming requests banner" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:226 -#: src/components/intents/GroupChatJoinDialog.tsx:227 -#: src/components/intents/GroupChatJoinDialog.tsx:263 -#: src/components/intents/GroupChatJoinDialog.tsx:264 +#: 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 msgid "Close this dialog" msgstr "Zamknij to okno" @@ -2866,15 +2874,15 @@ msgstr "" msgid "Closes password update alert" msgstr "Zamyka ostrzeลผenie o aktualizacji hasล‚a" -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1740 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 "Zwiล„ listฤ™ osรณb" -#: src/view/com/notifications/NotificationFeedItem.tsx:953 +#: src/view/com/notifications/NotificationFeedItem.tsx:959 msgid "Collapses list of users for a given notification" msgstr "Zwija listฤ™ osรณb dla danego powiadomienia" @@ -2920,7 +2928,7 @@ msgid "Compose new post" msgstr "Utwรณrz nowy wpis" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1618 +#: src/view/com/composer/Composer.tsx:1616 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -2928,11 +2936,11 @@ msgstr "" msgid "Compose reply" msgstr "Skomentuj" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2578 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing video..." msgstr "Kompresowanie wideo..." @@ -3100,7 +3108,7 @@ msgstr "Przejdลบ do nastฤ™pnego kroku" msgid "Conversation" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "Rozmowa zostaล‚a usuniฤ™ta" @@ -3127,7 +3135,7 @@ msgid "Copied build version to clipboard" msgstr "Numer wersji zostaล‚ skopiowany do schowka" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3154,12 @@ msgstr "Skopiowano!" msgid "Copies build version to clipboard" msgstr "Kopiuje numer wersji do schowka" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:198 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:265 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "Kopiuj" @@ -3159,8 +3167,8 @@ msgstr "Kopiuj" msgid "Copy App Password" msgstr "Kopiuj hasล‚o aplikacji" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "Skopiuj:// URI" @@ -3175,8 +3183,8 @@ msgid "Copy code" msgstr "Kopiuj kod" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "Kopiuj DID" @@ -3184,7 +3192,7 @@ msgstr "Kopiuj DID" msgid "Copy host" msgstr "Kopiuj hosta" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:254 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" msgstr "" @@ -3210,8 +3218,8 @@ msgstr "Kopiuj link do listy" msgid "Copy link to post" msgstr "Kopiuj link do wpisu" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "" @@ -3219,8 +3227,8 @@ msgstr "" msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "Kopiuj tekst wiadomoล›ci" @@ -3249,7 +3257,7 @@ msgstr "Kopiuj rekord TXT" msgid "Copyright Policy" msgstr "Polityka praw autorskich" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" msgstr "" @@ -3261,11 +3269,11 @@ msgstr "" msgid "Could not connect to feed service" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:120 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" msgstr "" @@ -3294,7 +3302,7 @@ msgstr "" msgid "Could not leave chat" msgstr "Nie udaล‚o siฤ™ opuล›ciฤ‡ czatu" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." msgstr "" @@ -3308,7 +3316,7 @@ msgstr "Nie udaล‚o siฤ™ wczytaฤ‡ kanaล‚u" msgid "Could not load list" msgstr "Nie udaล‚o siฤ™ wczytaฤ‡ listy" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:169 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" msgstr "" @@ -3320,7 +3328,7 @@ msgstr "Nie udaล‚o siฤ™ wyciszyฤ‡ czatu" msgid "Could not process your video" msgstr "Nie udaล‚o siฤ™ przetworzyฤ‡ wideo" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." msgstr "" @@ -3329,7 +3337,7 @@ msgstr "" msgid "Could not save changes: {0}" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" msgstr "" @@ -3394,12 +3402,12 @@ msgstr "Utwรณrz dla mnie pakiet startowy" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:314 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3457,13 @@ msgstr "" msgid "Create moderation list" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:308 +#: 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 "Utwรณrz nowe konto" -#: src/screens/Messages/ConversationSettings/index.tsx:553 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "" @@ -3479,7 +3487,7 @@ msgstr "" #. placeholder {0}: i18n.date(createdAt, { dateStyle: 'long', timeStyle: 'short', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) #: src/screens/Messages/components/InviteLinkDialog.tsx:355 -#: src/screens/Messages/ConversationSettings/index.tsx:505 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "Utworzono {0}" @@ -3624,7 +3632,7 @@ msgstr "" msgid "Delete conversation" msgstr "Usuล„ rozmowฤ™" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "Usuล„ dla mnie" @@ -3637,7 +3645,7 @@ msgstr "" msgid "Delete message" msgstr "Usuล„ wiadomoล›ฤ‡" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "Usuล„ wiadomoล›ฤ‡ dla mnie" @@ -3647,7 +3655,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:1630 +#: src/view/com/composer/Composer.tsx:1628 msgid "Delete post" msgstr "Usuล„ wpis" @@ -3689,6 +3697,10 @@ 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 @@ -3794,9 +3806,9 @@ msgstr "Wyล‚ฤ…czono" #: 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:1411 +#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1661 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3819,14 @@ msgstr "Odrzuฤ‡" msgid "Discard changes?" msgstr "Odrzuciฤ‡ zmiany?" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1409 #: 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:1428 -#: src/view/com/composer/Composer.tsx:1655 +#: src/view/com/composer/Composer.tsx:1426 +#: src/view/com/composer/Composer.tsx:1653 msgid "Discard post?" msgstr "Odrzuciฤ‡ wpis?" @@ -3852,7 +3864,7 @@ msgstr "Pomiล„" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2499 msgid "Dismiss error" msgstr "Pomiล„ bล‚ฤ…d" @@ -3949,8 +3961,8 @@ msgstr "" #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:146 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3975,7 @@ msgstr "" msgid "Done" msgstr "Gotowe" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "Gotowe" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:520 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4087,8 +4093,8 @@ msgstr "" msgid "Edit" msgstr "Edytuj" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "Edytuj" @@ -4102,8 +4108,8 @@ msgstr "Edytuj zdjฤ™cie profilowe" msgid "Edit Feeds" msgstr "Edytuj kanaล‚y" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "" @@ -4141,8 +4147,8 @@ msgstr "" msgid "Edit list details" msgstr "Edytuj szczegรณล‚y listy" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "" @@ -4155,7 +4161,7 @@ msgstr "" msgid "Edit My Feeds" msgstr "Edytuj moje kanaล‚y" -#: src/screens/Messages/ConversationSettings/index.tsx:540 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "" @@ -4184,8 +4190,8 @@ msgstr "Edytuj profil" msgid "Edit starter pack" msgstr "Edytuj pakiet startowy" -#: src/screens/Messages/ConversationSettings/index.tsx:486 -#: src/screens/Messages/ConversationSettings/index.tsx:539 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "" @@ -4402,7 +4408,7 @@ msgstr "Przechodzi do trybu peล‚noekranowego" msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2598 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Bล‚ฤ…d" @@ -4481,7 +4487,7 @@ msgstr "Wyล‚ฤ…cz peล‚ny ekran" msgid "Expand alt text" msgstr "Rozwiล„ tekst alternatywny" -#: src/view/com/notifications/NotificationFeedItem.tsx:606 +#: src/view/com/notifications/NotificationFeedItem.tsx:612 msgid "Expand list of users" msgstr "Rozwiล„ listฤ™ osรณb" @@ -4596,8 +4602,8 @@ msgstr "" msgid "Failed to accept join request" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "" @@ -4606,6 +4612,10 @@ msgstr "" msgid "Failed to add members" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "" @@ -4615,7 +4625,7 @@ msgid "Failed to change handle. Please try again." msgstr "Nie udaล‚o siฤ™ zmieniฤ‡ nazwy. Sprรณbuj ponownie." #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:129 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "" @@ -4664,7 +4674,7 @@ msgstr "" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:374 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "" @@ -4692,7 +4702,7 @@ msgstr "" msgid "Failed to ignore join request" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:137 +#: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4700,14 +4710,14 @@ msgstr "" msgid "Failed to launch SMS app" msgstr "" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:401 +#: 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 "" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "" @@ -4753,15 +4763,20 @@ msgstr "Nie udaล‚o siฤ™ wczytaฤ‡ polecanych kanaล‚รณw" msgid "Failed to load suggested follows" msgstr "Nie udaล‚o siฤ™ wczytaฤ‡ polecanych osรณb" -#: src/screens/Messages/ConversationSettings/index.tsx:426 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +msgid "Failed to mark all chats as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 +#: src/view/shell/bottom-bar/BottomBar.tsx:450 msgid "Failed to mark all requests as read" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:390 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "" @@ -4783,12 +4798,16 @@ msgstr "" msgid "Failed to remove data. {0}" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:111 +#: 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 "" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "" @@ -4802,7 +4821,7 @@ msgstr "" msgid "Failed to remove verification" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:180 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." msgstr "" @@ -4811,7 +4830,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:648 +#: src/view/com/composer/Composer.tsx:646 msgid "Failed to save draft" msgstr "" @@ -4854,7 +4873,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "Nie udaล‚o siฤ™ ustawiฤ‡ wyciszenia wฤ…tku, sprรณbuj ponownie" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:435 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "" @@ -5116,16 +5135,16 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 "Obserwuj" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "Obserwuj {0}" @@ -5149,8 +5168,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "Zaobserwuj 7 kont" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "" @@ -5173,9 +5192,9 @@ msgstr "" #. 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:423 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "Rรณwnieลผ obserwuj" @@ -5211,7 +5230,7 @@ msgstr "Obserwowane przez <0>{0} i <1>{1}" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "Obserwowane przez <0>{0}, <1>{1} i {2, plural, one {# innฤ… osobฤ™} few {# inne osoby} other {# innych osรณb}}" -#: src/components/intents/GroupChatJoinDialog.tsx:339 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" msgstr "" @@ -5231,10 +5250,10 @@ msgstr "Obserwujฤ…cy, ktรณrych znasz" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 "Obserwujesz" @@ -5249,7 +5268,7 @@ msgstr "Obserwujesz" #. 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 "Obserwowani {0}" @@ -5467,7 +5486,7 @@ msgstr "" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2603 msgid "GIF uploaded" msgstr "" @@ -5526,8 +5545,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "Wrรณฤ‡ na stronฤ™ gล‚รณwnฤ…" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "" @@ -5538,8 +5557,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "" @@ -5547,7 +5566,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 "" @@ -5622,9 +5641,9 @@ msgstr "" msgid "Grooming or predatory behavior" msgstr "" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:321 -#: src/screens/Messages/JoinRequest.tsx:129 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" msgstr "" @@ -5632,17 +5651,17 @@ msgstr "" msgid "Group chat invite link dialog" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:417 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:382 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "" @@ -5653,12 +5672,12 @@ msgid "Group chat settings" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:385 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "" @@ -5682,12 +5701,12 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "" @@ -5829,7 +5848,7 @@ msgstr "Ukryta lista" msgid "Hide" msgstr "Ukryj" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "Ukryj" @@ -5904,7 +5923,7 @@ msgstr "Ukryฤ‡ popularne?" msgid "Hide trending videos?" msgstr "Ukryฤ‡ popularne klipy wideo?" -#: src/view/com/notifications/NotificationFeedItem.tsx:951 +#: src/view/com/notifications/NotificationFeedItem.tsx:957 msgid "Hide user list" msgstr "Ukryj listฤ™ osรณb" @@ -5960,7 +5979,7 @@ msgstr "Poczekaj! Dostฤ™p do materiaล‚รณw wideo udostฤ™pniamy stopniowo, a ty wc #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6210,7 +6229,7 @@ msgstr "" msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "" @@ -6268,7 +6287,7 @@ msgstr "" msgid "Invalid 2FA confirmation code." msgstr "Nieprawidล‚owy kod weryfikacyjny 2FA." -#: src/components/intents/GroupChatJoinDialog.tsx:147 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." msgstr "" @@ -6290,7 +6309,7 @@ msgstr "" msgid "Invalid report subject" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:187 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." msgstr "" @@ -6315,15 +6334,15 @@ 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:140 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:155 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6336,17 +6355,17 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:335 #: src/screens/Messages/components/InviteLinkDialog.tsx:514 #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 -#: src/screens/Messages/ConversationSettings/index.tsx:556 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:213 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" msgstr "" @@ -6410,7 +6429,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:2520 +#: src/view/com/composer/Composer.tsx:2518 msgid "Job ID: {0}" msgstr "ID: {0}" @@ -6420,7 +6439,7 @@ msgid "Jobs" msgstr "Praca" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:282 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" msgstr "" @@ -6431,12 +6450,12 @@ msgstr "" msgid "Join Bluesky" msgstr "Doล‚ฤ…cz do Bluesky" -#: src/components/intents/GroupChatJoinDialog.tsx:71 -#: src/components/intents/GroupChatJoinDialog.tsx:448 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:176 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." msgstr "" @@ -6450,8 +6469,8 @@ msgstr "Doล‚ฤ…cz do rozmowy" msgid "Journalism" msgstr "Dziennikarstwo" -#: src/view/com/composer/Composer.tsx:1461 -#: src/view/com/composer/Composer.tsx:1471 +#: src/view/com/composer/Composer.tsx:1459 +#: src/view/com/composer/Composer.tsx:1469 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6609,7 +6628,7 @@ msgid "Learn more." msgstr "Dowiedz siฤ™ wiฤ™cej." #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:590 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "Opuล›ฤ‡" @@ -6623,8 +6642,8 @@ msgstr "Opuล›ฤ‡" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "Opuล›ฤ‡ czat" @@ -6644,12 +6663,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "Opuล›ฤ‡ rozmowฤ™" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:589 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "" @@ -6658,11 +6677,11 @@ msgstr "" msgid "Leaving Bluesky" msgstr "Opuszczasz Bluesky" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: src/screens/Messages/ConversationSettings/prompts.tsx:153 msgid "Leaving this chat will lock it permanently and you wonโ€™t be able to rejoin." msgstr "" -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." msgstr "" @@ -6935,9 +6954,9 @@ msgstr "Wczytaj nowe powiadomienia" msgid "Load new posts" msgstr "Wczytaj nowe wpisy" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "" @@ -6954,23 +6973,23 @@ msgstr "" msgid "Loading..." msgstr "Wczytywanie..." -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:568 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "" @@ -7051,6 +7070,16 @@ msgstr "Zarzฤ…dzaj wyciszonymi sล‚owami i tagami" msgid "Mark all as read" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:459 +#: src/view/shell/bottom-bar/BottomBar.tsx:463 +msgid "Mark all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:467 +#: src/view/shell/bottom-bar/BottomBar.tsx:471 +msgid "Mark all requests as read" +msgstr "" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7089,14 @@ msgstr "Oznacz jako przeczytane" msgid "Marked all as read" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,7 +7120,7 @@ msgstr "" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Materiaล‚y, ktรณre mogฤ… byฤ‡ niepokojฤ…ce lub nieodpowiednie dla niektรณrych odbiorcรณw." -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." msgstr "" @@ -7092,7 +7129,7 @@ msgstr "" msgid "Members" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "" @@ -7111,13 +7148,13 @@ msgstr "Wzmianki" msgid "Menu" msgstr "Menu" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 +#: 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" @@ -7132,7 +7169,7 @@ msgstr "Napisz do {0}" msgid "Message {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "Wiadomoล›ฤ‡ usuniฤ™ta" @@ -7141,13 +7178,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Wiadomoล›ฤ‡ usuniฤ™ta" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:616 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "" @@ -7156,21 +7193,21 @@ msgstr "" msgid "Message from server: {0}" msgstr "Wiadomoล›ฤ‡ z serwera: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "Pole wprowadzania wiadomoล›ci" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "" @@ -7178,11 +7215,11 @@ msgstr "" msgid "Messages" msgstr "Wiadomoล›ci" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:715 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:621 +#: src/components/dms/MessageItem.tsx:710 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7219,8 +7256,8 @@ msgstr "Szczegรณล‚y moderacji" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "Lista moderacji od {0}" @@ -7228,7 +7265,7 @@ msgstr "Lista moderacji od {0}" msgid "Moderation list by <0/>" msgstr "Lista moderacji od <0/>" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "Twoja lista moderacji" @@ -7281,8 +7318,8 @@ msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "Wiฤ™cej opcji" @@ -7302,7 +7339,7 @@ msgstr "Filmy" msgid "Music" msgstr "Muzyka" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "Wycisz" @@ -7320,8 +7357,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "" @@ -7347,7 +7384,7 @@ msgstr "Wycisz listฤ™" msgid "Mute these accounts?" msgstr "Wyciszyฤ‡ te konta?" -#: src/screens/Messages/ConversationSettings/index.tsx:530 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "" @@ -7389,7 +7426,7 @@ msgstr "Wycisz sล‚owa i tagi" msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "" @@ -7480,7 +7517,7 @@ 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:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "Nowa" @@ -7490,21 +7527,21 @@ msgctxt "action" msgid "New" msgstr "Nowa" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: 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:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "Nowy czat" @@ -7592,11 +7629,11 @@ msgctxt "action" msgid "New post" msgstr "Nowy wpis" -#: 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 "" @@ -7718,7 +7755,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 "Juลผ nie obserwujesz {0}" @@ -7726,7 +7763,7 @@ msgstr "Juลผ nie obserwujesz {0}" msgid "No media yet" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "Brak wiadomoล›ci" @@ -7763,7 +7800,7 @@ msgstr "" msgid "No one but the author can quote this post." msgstr "Nikt poza autorem nie moลผe cytowaฤ‡ tego wpisu." -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "" @@ -7831,6 +7868,11 @@ 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" @@ -7895,7 +7937,7 @@ msgstr "Nie znaleziono" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "Uwaga o udostฤ™pnianiu" @@ -7931,7 +7973,7 @@ msgstr "Dลบwiฤ™ki powiadomieล„" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8017,7 @@ msgstr "OK" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:722 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8008,11 +8050,11 @@ 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:862 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:861 +#: src/view/com/composer/Composer.tsx:859 msgid "One or more images is missing alt text." msgstr "W co najmniej jednym zdjฤ™ciu brakuje tekstu alternatywnego." @@ -8024,11 +8066,11 @@ msgstr "" 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:657 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:869 msgid "One or more videos is missing alt text." msgstr "W co najmniej jednym wideo brakuje tekstu alternatywnego." @@ -8041,7 +8083,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:234 +#: src/view/com/composer/Composer.tsx:233 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8053,7 +8095,7 @@ msgstr "" msgid "Only admins can ignore join requests." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:145 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." msgstr "" @@ -8068,12 +8110,12 @@ msgid "Only image files are supported" msgstr "Obsล‚ugiwane sฤ… tylko pliki obrazรณw" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:222 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:292 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" msgstr "" @@ -8107,7 +8149,7 @@ msgid "Open camera" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:437 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" msgstr "" @@ -8115,8 +8157,8 @@ msgstr "" msgid "Open chat member options for {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "Zmieล„ ustawienia rozmowy" @@ -8128,9 +8170,9 @@ msgstr "" msgid "Open drawer menu" msgstr "Otwรณrz menu" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2158 msgid "Open emoji picker" msgstr "Wybierz emoji" @@ -8151,7 +8193,7 @@ msgstr "" msgid "Open Germ DM" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" msgstr "" @@ -8166,11 +8208,11 @@ msgid "Open in Google Translate" msgstr "" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "Otwรณrz link do {niceUrl}" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "Zmieล„ ustawienia wiadomoล›ci" @@ -8221,7 +8263,7 @@ msgstr "Otwรณrz historiฤ™ aktywnoล›ci" msgid "Open system log" msgstr "Otwรณrz dziennik systemowy" -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" msgstr "" @@ -8275,13 +8317,13 @@ msgstr "" msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" -#: src/screens/Messages/JoinRequest.tsx:309 +#: 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 "Otwiera proces tworzenia nowego konta Bluesky" -#: src/screens/Messages/JoinRequest.tsx:295 +#: 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" @@ -8341,7 +8383,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 "Otwiera ten profil" @@ -8513,6 +8555,16 @@ msgstr "Osoby obserwujฤ…ce @{0}" msgid "People I follow" msgstr "" +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "" @@ -8813,7 +8865,7 @@ msgstr "Polityka" msgid "Porn" msgstr "Pornografia" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post" msgstr "Opublikuj" @@ -8833,12 +8885,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Post All" msgstr "Opublikuj wszystko" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1468 msgid "Post anyway" msgstr "" @@ -9015,11 +9067,11 @@ msgstr "Polityka prywatnoล›ci" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2592 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing video..." msgstr "Przetwarzanie wideo..." @@ -9031,7 +9083,7 @@ msgstr "Przetwarzanie..." msgid "profile" msgstr "profil" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9117,22 @@ 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:1792 +#: src/view/com/composer/Composer.tsx:1790 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:1785 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:1774 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:1779 msgid "Publish reply" msgstr "" @@ -9109,7 +9161,7 @@ msgid "QR code has been downloaded!" msgstr "Kod QR zostaล‚ pobrany!" #: src/components/StarterPack/QrCodeDialog.tsx:122 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "Kod QR zostaล‚ zapisany w galerii zdjฤ™ฤ‡!" @@ -9172,8 +9224,8 @@ msgstr "" msgid "React with {emoji}" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "" @@ -9268,10 +9320,6 @@ msgstr "Polecane" msgid "Reconnect" msgstr "Poล‚ฤ…cz ponownie" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "" - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" @@ -9291,12 +9339,14 @@ msgstr "" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "Odล›wieลผ rozmowy" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9355,9 @@ msgstr "Odล›wieลผ rozmowy" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "Usuล„" @@ -9326,7 +9375,7 @@ msgstr "Usuล„ {displayName} z pakietu startowego" msgid "Remove {displayName} from this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" msgstr "" @@ -9443,14 +9492,14 @@ msgstr "Usuล„ ten kanaล‚ z zapisanych" msgid "Remove unavailable moderation services" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "" @@ -9466,8 +9515,8 @@ msgstr "Usuniฤ™te przez autora" msgid "Removed by you" msgstr "Usuniฤ™te przez Ciebie" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "Usuniฤ™to z listy" @@ -9535,6 +9584,14 @@ msgctxt "description" msgid "Replied to you" msgstr "" +#: src/components/dms/MessageItem.tsx:883 +msgid "Replied-to message from {senderName}, tap to scroll to it" +msgstr "" + +#: src/components/dms/MessageItem.tsx:884 +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 @@ -9552,7 +9609,12 @@ msgstr "Komentarze zostaล‚y wyล‚ฤ…czone" msgid "Replies to this post are disabled." msgstr "Komentarze do tego wpisu sฤ… wyล‚ฤ…czone." -#: src/view/com/composer/Composer.tsx:1804 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "Skomentuj" + +#: src/view/com/composer/Composer.tsx:1802 msgctxt "action" msgid "Reply" msgstr "Skomentuj" @@ -9590,14 +9652,14 @@ msgstr "Widocznoล›ฤ‡ komentarzy zostaล‚a zaktualizowana" msgid "Reply was successfully hidden" msgstr "Komentarz zostaล‚ ukryty pomyล›lnie" -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:582 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "Zgล‚oล›" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "" @@ -9623,7 +9685,7 @@ msgstr "Zgล‚oล› kanaล‚" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "Zgล‚oล› wiadomoล›ฤ‡" @@ -9657,7 +9719,7 @@ msgstr "" msgid "Report this feed" msgstr "Zgล‚oล› ten kanaล‚" -#: src/screens/Messages/ConversationSettings/index.tsx:581 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "" @@ -9737,7 +9799,7 @@ msgstr "Reposty tego wpisu" msgid "Reposts of your reposts" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:447 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" msgstr "" @@ -9755,7 +9817,7 @@ msgid "Request ignored." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:281 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" msgstr "" @@ -9764,7 +9826,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "" @@ -9791,9 +9853,9 @@ msgstr "Wymagane w przypadku tego dostawcy" msgid "Required in your region" msgstr "Wymagane w twoim regionie" -#: src/components/intents/GroupChatJoinDialog.tsx:296 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:310 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:115 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:117 msgid "Rescind request" msgstr "" @@ -9872,7 +9934,7 @@ 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:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 #: src/screens/Messages/JoinRequests.tsx:361 @@ -9928,7 +9990,7 @@ msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10015,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:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Zapisz zmiany" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1421 #: 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:1449 #: 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:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10022,13 +10084,13 @@ msgid "Saved to your feeds" msgstr "Dodano do twoich kanaล‚รณw" #: 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 "Przywitaj siฤ™!" -#: src/screens/Messages/ChatList.tsx:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "" @@ -10058,6 +10120,10 @@ msgstr "" msgid "Scroll right" msgstr "" +#: src/components/dms/MessageItem.tsx:774 +msgid "Scroll to the message this is replying to" +msgstr "" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "Przewiล„ na gรณrฤ™" @@ -10067,7 +10133,7 @@ msgstr "Przewiล„ na gรณrฤ™" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Szukaj" @@ -10148,8 +10214,8 @@ msgstr "" msgid "Search my posts" msgstr "Szukaj w moich wpisach" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "" @@ -10425,8 +10491,8 @@ msgstr "" msgid "Send feedback" msgstr "Wyล›lij opiniฤ™" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "Wyล›lij wiadomoล›ฤ‡" @@ -10460,7 +10526,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:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "" @@ -10565,7 +10631,7 @@ msgstr "Aktywnoล›ฤ‡ seksualna lub nagoล›ฤ‡ erotyczna." msgid "Sexually Suggestive" msgstr "Sugestywne seksualnie" -#: 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 @@ -10577,7 +10643,7 @@ msgstr "Sugestywne seksualnie" msgid "Share" msgstr "Udostฤ™pnij" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "Udostฤ™pnij mimo to" @@ -10641,8 +10707,8 @@ msgstr "Udostฤ™pnij ten pakiet startowy i pomรณลผ innym doล‚ฤ…czyฤ‡ do twojej sp #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "" @@ -10796,15 +10862,15 @@ msgstr "Pokazuje zawartoล›ฤ‡" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:294 -#: src/screens/Messages/JoinRequest.tsx:300 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,7 +10896,7 @@ msgstr "" msgid "Sign in or create your account to join the conversation!" msgstr "Zaloguj siฤ™ lub utwรณrz konto, aby doล‚ฤ…czyฤ‡ do rozmowy!" -#: src/screens/Messages/JoinRequest.tsx:220 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." msgstr "" @@ -10842,7 +10908,7 @@ msgstr "Zaloguj siฤ™ na konto, ktรณrego nie ma na liล›cie" msgid "Sign in to Bluesky or create a new account" msgstr "Zaloguj siฤ™ na Bluesky lub utwรณrz nowe konto" -#: src/screens/Messages/JoinRequest.tsx:219 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." msgstr "" @@ -10900,7 +10966,7 @@ msgstr "Pomiล„" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1466 msgid "Skip empty posts?" msgstr "" @@ -10971,12 +11037,12 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:347 msgid "Someone reacted {0}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "" @@ -10996,10 +11062,6 @@ msgstr "" msgid "Someone was removed from the group" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "" - #: 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 "" @@ -11043,8 +11105,8 @@ msgstr "Coล› poszล‚o nie tak? Daj nam znaฤ‡." 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 "Przepraszamy! Twoja sesja wygasล‚a. Zaloguj siฤ™ ponownie." @@ -11214,13 +11276,13 @@ msgid "Subscribe" msgstr "Subskrybuj" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "" @@ -11255,7 +11317,7 @@ msgstr "" msgid "Success!" msgstr "Sukces!" -#: src/components/intents/GroupChatJoinDialog.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" msgstr "" @@ -11355,7 +11417,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:572 +#: src/components/dms/MessageItem.tsx:661 msgid "Tap for details" msgstr "" @@ -11390,7 +11452,7 @@ msgid "Tap to dismiss" msgstr "Kliknij, aby odrzuciฤ‡" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:453 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" msgstr "" @@ -11398,34 +11460,34 @@ msgstr "" msgid "Tap to open this group chat" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:452 +#: src/components/intents/GroupChatJoinDialog.tsx:468 msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:537 +#: src/components/dms/MessageItem.tsx:626 msgid "Tap to retry" msgstr "" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:373 msgid "Tap to view reactions" msgstr "" @@ -11528,7 +11590,7 @@ msgstr "To wszystko!" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "To konto bฤ™dzie mogล‚o wchodziฤ‡ z tobฤ… w interakcje po odblokowaniu." @@ -11594,7 +11656,7 @@ msgstr "Ustawienia te bฤ™dฤ… uลผywane jako domyล›lne podczas tworzenia nowych wp msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:155 +#: src/components/intents/GroupChatJoinDialog.tsx:165 #: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." msgstr "" @@ -11621,7 +11683,7 @@ msgstr "Wyglฤ…da na to, ลผe serwer napotyka problemy. Sprรณbuj ponownie za jaki msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "Pakiet startowy, ktรณry prรณbujesz wyล›wietliฤ‡, jest nieprawidล‚owy. Moลผesz go usunฤ…ฤ‡." -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "" @@ -11665,8 +11727,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "" #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:182 +#: 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 "" @@ -11693,7 +11755,7 @@ msgstr "Wystฤ…piล‚ problem podczas wczytywania powiadomieล„. Kliknij tutaj, aby msgid "There was an issue fetching posts. Tap here to try again." msgstr "Wystฤ…piล‚ problem podczas wczytywania wpisรณw. Kliknij tutaj, aby sprรณbowaฤ‡ ponownie." -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "Wystฤ…piล‚ problem podczas wczytywania listy. Kliknij tutaj, aby sprรณbowaฤ‡ ponownie." @@ -11733,12 +11795,12 @@ msgstr "Wystฤ…piล‚ problem podczas aktualizacji kanaล‚รณw, sprawdลบ poล‚ฤ…czenie #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "Wystฤ…piล‚ problem! {0}" @@ -11778,7 +11840,7 @@ msgstr "Ustawienia te dotyczฤ… tylko kanaล‚u obserwowanych." msgid "They own this chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." msgstr "" @@ -11828,22 +11890,22 @@ msgstr "" 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 "" -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:287 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:430 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" msgstr "" @@ -11881,7 +11943,7 @@ msgstr "Ta zawartoล›ฤ‡ jest niedostฤ™pna, poniewaลผ jeden z jej uczestnikรณw zab msgid "This content is not viewable without a Bluesky account." msgstr "Ta zawartoล›ฤ‡ nie jest dostฤ™pna bez konta Bluesky." -#: src/components/intents/GroupChatJoinDialog.tsx:141 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." msgstr "" @@ -11931,7 +11993,7 @@ msgstr "Ten kanaล‚ jest pusty." msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "Ten kanaล‚ nie jest juลผ dostฤ™pny online. Zamiast niego wyล›wietlamy <0>kanaล‚ gล‚รณwny." -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" msgstr "" @@ -11947,11 +12009,11 @@ msgstr "" msgid "This information is private and not shared with other users." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:151 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:223 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" msgstr "" @@ -11997,17 +12059,17 @@ msgstr "" msgid "This list is empty." msgstr "Ta lista jest pusta." -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:688 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:658 +#: src/components/dms/MessageItem.tsx:684 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12045,11 +12107,11 @@ 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:1043 +#: src/view/com/composer/Composer.tsx:1041 msgid "This post's author has disabled quote posts." msgstr "Autor tego wpisu wyล‚ฤ…czyล‚ moลผliwoล›ฤ‡ cytowania." -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "Ten profil jest widoczny tylko dla zalogowanych. Nie bฤ™dzie widoczny dla osรณb niezalogowanych." @@ -12242,8 +12304,8 @@ msgstr "" msgid "Topic" msgstr "Temat" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,7 +12375,7 @@ msgctxt "action" msgid "Try again" msgstr "Sprรณbuj ponownie" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." msgstr "" @@ -12335,7 +12397,7 @@ msgstr "TV" msgid "Two-factor authentication (2FA)" msgstr "Uwierzytelnianie dwuskล‚adnikowe (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "Wpisz tu swojฤ… wiadomoล›ฤ‡" @@ -12401,7 +12463,7 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:726 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12409,14 +12471,14 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:211 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "Odblokuj" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "Odblokuj" @@ -12427,8 +12489,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "Odblokuj konto" @@ -12437,7 +12499,7 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "Odblokowaฤ‡ konto?" @@ -12474,12 +12536,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Cofnij repost ({0, plural, one {# repost} few {# reposty} other {# repostรณw}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "Nie obserwuj {0}" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "" @@ -12521,11 +12583,11 @@ msgstr "Nie lubiฤ™" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Nie lubiฤ™ ({0, plural, one {# polubienie} few {# polubienia} other {# polubieล„}})" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:567 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "" @@ -12548,8 +12610,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "" @@ -12562,7 +12624,7 @@ msgstr "Anuluj wyciszenie" msgid "Unmute list" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:529 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "" @@ -12641,7 +12703,7 @@ msgstr "Nie subskrybujesz juลผ listy" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1557 +#: src/view/com/composer/Composer.tsx:1555 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -12654,12 +12716,9 @@ msgstr "" msgid "Update" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "Zaktualizuj <0>{displayName} w listach" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" msgstr "" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 @@ -12669,6 +12728,10 @@ msgstr "" msgid "Update email" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 #: src/screens/Messages/components/InviteLinkDialog.tsx:303 @@ -12680,14 +12743,6 @@ msgstr "" msgid "Update to {domain}" msgstr "Zmieล„ na {domain}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "" - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "" @@ -12736,7 +12791,7 @@ msgstr "Przeล›lij z plikรณw" msgid "Upload from Library" msgstr "Przeล›lij z biblioteki" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2585 msgid "Uploading GIF..." msgstr "" @@ -12750,7 +12805,7 @@ msgstr "Przesyล‚anie zdjฤ™ฤ‡..." msgid "Uploading link thumbnail..." msgstr "Przesyล‚anie miniatury..." -#: src/view/com/composer/Composer.tsx:2589 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading video..." msgstr "Przesyล‚anie wideo..." @@ -12826,7 +12881,7 @@ msgid "User Blocks You" msgstr "Osoba blokujฤ…ca ciebie" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "Lista od {0}" @@ -12835,7 +12890,7 @@ msgstr "Lista od {0}" msgid "User List by {0}" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "Twoja lista" @@ -12875,16 +12930,6 @@ msgstr "obserwowani przez <0>@{0}" msgid "users following <0>@{0}" msgstr "obserwujฤ…cy <0>@{0}" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "Wartoล›ฤ‡:" @@ -12912,8 +12957,8 @@ msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "" @@ -13039,7 +13084,7 @@ msgstr "Wideo nie zostaล‚o odnalezione." msgid "Video settings" msgstr "Ustawienia wideo" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2605 msgid "Video uploaded" msgstr "Wideo zostaล‚o przesล‚ane" @@ -13056,14 +13101,14 @@ msgstr "Filmiki" msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1150 +#: src/view/com/composer/Composer.tsx:1148 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "" @@ -13078,7 +13123,7 @@ msgstr "Wyล›wietl zdjฤ™cie profilowe {0}" #: 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 "Wyล›wietl profil {0}" @@ -13092,7 +13137,7 @@ msgstr "" msgid "View {displayName}โ€™s profile" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "" @@ -13145,7 +13190,7 @@ msgstr "Pokaลผ wiฤ™cej" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1143 msgid "View post" msgstr "" @@ -13162,10 +13207,10 @@ msgstr "Wyล›wietl profil" msgid "View profile banner" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "" @@ -13173,7 +13218,7 @@ msgstr "" msgid "View the avatar" msgstr "Wyล›wietl zdjฤ™cie profilowe" -#: src/screens/Messages/ConversationSettings/index.tsx:554 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "" @@ -13441,7 +13486,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:1039 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Przepraszamy! Wpis, ktรณry komentujesz, zostaล‚ usuniฤ™ty." @@ -13492,7 +13537,7 @@ msgid "What do you want to call your starter pack?" msgstr "Jak chcesz nazwaฤ‡ swรณj pakiet startowy?" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1519 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Jak siฤ™ masz?" @@ -13519,7 +13564,7 @@ msgid "Who can verify?" msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "Ups!" @@ -13578,7 +13623,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:1437 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13587,12 +13632,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1617 +#: src/view/com/composer/Composer.tsx:1615 msgid "Write post" msgstr "Utwรณrz wpis" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1517 msgid "Write your reply" msgstr "Skomentuj" @@ -13658,7 +13703,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:610 +#: src/components/dms/MessageItem.tsx:699 msgid "You are blocking {0}" msgstr "" @@ -13764,11 +13809,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:221 +#: src/view/com/composer/Composer.tsx:220 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:1442 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13803,8 +13848,8 @@ msgstr "" msgid "You can update this later from your settings." msgstr "Moลผesz to pรณลบniej zmieniฤ‡ w ustawieniach." -#: src/components/dms/ActionsWrapper.web.tsx:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:115 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13839,7 +13884,7 @@ msgstr "Nie masz ลผadnych zapisanych kanaล‚รณw." msgid "You got here first" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:166 +#: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and canโ€™t join it using this link." msgstr "" @@ -13884,6 +13929,7 @@ msgstr "To konto zostaล‚o wyciszone." msgid "You have muted this user" msgstr "Ta osoba zostaล‚a wyciszona" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "Nie masz ลผadnych list." @@ -13912,7 +13958,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:1434 +#: src/view/com/composer/Composer.tsx:1432 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -13970,7 +14016,7 @@ msgstr "" msgid "You may only add up to 3 feeds" msgstr "Moลผesz dodaฤ‡ maksymalnie 3 kanaล‚y" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." msgstr "" @@ -13983,7 +14029,7 @@ msgid "You must be following at least seven other people to generate a starter p msgstr "Aby wygenerowaฤ‡ pakiet startowy, musisz obserwowaฤ‡ co najmniej siedem innych osรณb." #: src/components/StarterPack/QrCodeDialog.tsx:69 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:89 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ฤ™ฤ‡" @@ -14009,12 +14055,12 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:259 +#: src/components/dms/MessageItem.tsx:340 msgid "You reacted {0}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "" @@ -14023,8 +14069,20 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" +#: src/components/dms/MessageItem.tsx:804 +msgid "You replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:802 +msgid "You replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:800 +msgid "You replied to yourself" +msgstr "" + #. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 msgid "You requested to join" msgstr "" @@ -14050,12 +14108,12 @@ msgstr "Bฤ™dziesz teraz otrzymywaฤ‡ powiadomienia z tego wฤ…tku" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "Otrzymasz wiadomoล›ฤ‡ email z \"kodem resetowania\". Wprowadลบ ten kod tutaj, a nastฤ™pnie ustaw nowe hasล‚o." -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "" #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "" @@ -14127,7 +14185,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:646 +#: src/view/com/composer/Composer.tsx:644 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14199,11 +14257,11 @@ msgstr "Twoje czaty zostaล‚y wyล‚ฤ…czone" 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 "" @@ -14295,11 +14353,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:1139 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1136 msgid "Your posts were sent" msgstr "" @@ -14320,7 +14378,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:1140 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your reply was sent" msgstr "" @@ -14333,7 +14391,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:1467 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 c07d39cf3f..bbb5126846 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-10 21:45\n" +"PO-Revision-Date: 2026-06-17 12:23\n" "Last-Translator: \n" "Language-Team: Portuguese, Brazilian\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "Categoria \"{interestsDisplayName}\" (ativa)" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:867 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" msgstr "(link de convite para conversa)" -#: src/components/dms/getMessageInfo.ts:73 +#: 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)" @@ -75,7 +79,7 @@ msgstr "{0, plural, one {# rรณtulo foi colocado} other {# rรณtulos foram colocad msgid "{0, plural, one {# like} other {# likes}}" msgstr "{0, plural, one {# curtida} other {# curtidas}}" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "{0, plural, one {# membro} other {# membros}}" @@ -97,7 +101,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:269 +#: src/components/dms/MessageItem.tsx:350 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "{0, plural, one {# pessoa reagiu} other {# pessoas reagiram}} โ€“ {1}" @@ -118,15 +122,15 @@ msgstr "{0, plural, one {# segundo} other {# segundos}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: 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}}" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "{0, plural, one {#me} other {#me}}" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "{0} seguindo" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:703 msgid "{0} is blocking you" msgstr "{0} estรก bloqueando vocรช" @@ -273,7 +277,7 @@ msgstr "{0} de 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:345 msgid "{0} reacted {1}" msgstr "{0} reagiu com {1}" @@ -326,26 +330,24 @@ msgstr "Foto de perfil de {0}" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:143 +#: src/screens/Messages/JoinRequest.tsx:139 msgctxt "group-chat-member-count" msgid "{0}/{1}" 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'. +#. placeholder {0}: joinLinkPreview.memberCount #. placeholder {0}: preview.memberCount +#. placeholder {1}: joinLinkPreview.memberLimit #. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 msgid "{0}/{1} {2, plural, one {member} other {members}}" msgstr "{0}/{1} {2, plural, one {membro} other {membros}}" -#. The number of active group chat members out of the total number allowed. -#. placeholder {0}: joinLinkPreview.memberCount -#. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:329 -msgid "{0}/{1} members" -msgstr "{0}/{1} 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 @@ -389,7 +391,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:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "{count, plural, one {# solicitaรงรฃo} other {# solicitaรงรตes}}" @@ -397,33 +399,11 @@ msgstr "{count, plural, one {# solicitaรงรฃo} other {# solicitaรงรตes}}" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "{count, plural, one {# item nรฃo lido} other {# itens nรฃo lidos}}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "{count, plural, one {Atualize a pรกgina para vรช-la.} other {Atualize a pรกgina para vรช-las todas.}}" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "{count, plural, one {Este post tem # foto.} other {Este post tem # fotos.}}" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "{count, plural, one {Atualize seu app para vรช-la.} other {Atualize seu app para vรช-las todas.}}" - #. 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 "{count, plural, other {#+ solicitaรงรตes para entrar}}" -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "{count}+" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "{count}+ solicitaรงรตes" - #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" msgstr "{date} ร s {time}" @@ -441,155 +421,155 @@ msgstr "{estimatedTimeHrs, plural, one {hora} other {horas}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minuto} other {minutos}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: 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" -#: 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 "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {outros {formattedAuthorsCount}}} curtiram seu feed personalizado" -#: 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 "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {outros {formattedAuthorsCount}}} curtiram sua postagem" -#: 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 "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {outros {formattedAuthorsCount}}} curtiram sua repostagem" -#: 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 "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}} removeram suas verificaรงรตes da sua conta" -#: 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 "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {outros {formattedAuthorsCount}}} repostaram sua postagem" -#: 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 "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {outros {formattedAuthorsCount}}} repostaram sua repostagem" -#: 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 "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {outros {formattedAuthorsCount}}} juntaram-se ao seu pacote inicial" -#: 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 "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}} verificaram vocรช" -#: src/view/com/notifications/NotificationFeedItem.tsx:367 +#: src/view/com/notifications/NotificationFeedItem.tsx:373 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} te seguiu" -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} te seguiu de volta" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} curtiu seu feed personalizado" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} curtiu sua postagem" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:512 msgid "{firstAuthorLink} liked your repost" msgstr "{firstAuthorLink} curtiu sua repostagem" -#: src/view/com/notifications/NotificationFeedItem.tsx:479 +#: src/view/com/notifications/NotificationFeedItem.tsx:485 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} removeu a verificaรงรฃo da sua conta" -#: src/view/com/notifications/NotificationFeedItem.tsx:334 +#: src/view/com/notifications/NotificationFeedItem.tsx:340 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} repostou sua postagem" -#: src/view/com/notifications/NotificationFeedItem.tsx:530 +#: src/view/com/notifications/NotificationFeedItem.tsx:536 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink} repostou sua repostagem" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:431 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} se juntou com o seu pacote inicial" -#: src/view/com/notifications/NotificationFeedItem.tsx:454 +#: src/view/com/notifications/NotificationFeedItem.tsx:460 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} verificou vocรช" -#: 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 "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {outros {formattedAuthorsCount}}} te seguiram" -#: 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 "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {outros {formattedAuthorsCount}}} curtiram seu feed personalizado" -#: 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 "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {outros {formattedAuthorsCount}}} curtiram sua postagem" -#: 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 "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {outros {formattedAuthorsCount}}} curtiram sua repostagem" -#: 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 "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}} removeram suas verificaรงรตes da sua conta" -#: 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 "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {outros {formattedAuthorsCount}}} repostaram sua postagem" -#: 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 "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {outros {formattedAuthorsCount}}} repostaram sua repostagem" -#: 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 "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {outros {formattedAuthorsCount}}} juntaram-se ao seu pacote inicial" -#: 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 "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}} verificaram vocรช" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:359 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} te seguiu" -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} te seguiu de volta" -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} curtiu seu feed personalizado" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} curtiu sua postagem" -#: src/view/com/notifications/NotificationFeedItem.tsx:492 +#: src/view/com/notifications/NotificationFeedItem.tsx:498 msgid "{firstAuthorName} liked your repost" msgstr "{firstAuthorName} curtiu sua repostagem" -#: src/view/com/notifications/NotificationFeedItem.tsx:465 +#: src/view/com/notifications/NotificationFeedItem.tsx:471 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} removeu a verificaรงรฃo da sua conta" -#: src/view/com/notifications/NotificationFeedItem.tsx:320 +#: src/view/com/notifications/NotificationFeedItem.tsx:326 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} repostou sua postagem" -#: src/view/com/notifications/NotificationFeedItem.tsx:516 +#: src/view/com/notifications/NotificationFeedItem.tsx:522 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName} repostou sua repostagem" -#: src/view/com/notifications/NotificationFeedItem.tsx:411 +#: src/view/com/notifications/NotificationFeedItem.tsx:417 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} se juntou com o seu pacote inicial" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} verificou vocรช" @@ -621,12 +601,12 @@ msgstr "{hours, plural, one {# hora} other {# horas}}" #. 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 "Mais de {JOIN_REQUESTS_THRESHOLD} novas solicitaรงรตes para entrar" +msgstr "{JOIN_REQUESTS_THRESHOLD}+ novas solicitaรงรตes para entrar" #: 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 "Mais de {JOIN_REQUESTS_THRESHOLD} novas solicitaรงรตes para entrar" +msgstr "{JOIN_REQUESTS_THRESHOLD}+ novas solicitaรงรตes para entrar" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack #: src/components/StarterPack/StarterPackCard.tsx:102 @@ -659,12 +639,12 @@ msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "{minutes, plural, one {# minuto} other {# minutos}}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "{name} reagiu com {0} a {target}" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "{name}: {message}" @@ -697,6 +677,18 @@ msgstr "{profileName} se juntou ao Bluesky atravรฉs de um pacote inicial {timeAg msgid "{rank}." msgstr "{rank}." +#: src/components/dms/MessageItem.tsx:813 +msgid "{replierDisplayName} replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:809 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:807 +msgid "{replierDisplayName} replied to you" +msgstr "" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "Uma coleรงรฃo de feeds populares que vocรช pode encontrar no Bluesky, incluindo Notรญcias, Booksky, Desenvolvimento de Jogos, Blacksky e Canetas Tinteiro" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "uma mensagem" @@ -873,8 +875,8 @@ msgstr "Ocorreu um erro de rede. Verifique sua conexรฃo com a internet" #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 #: src/screens/Messages/JoinRequests.tsx:192 #: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." @@ -955,7 +957,7 @@ msgstr "Aceitar esta sugestรฃo de idioma" msgid "Accepted conversations" msgstr "Conversas aceitas" -#: src/components/intents/GroupChatJoinDialog.tsx:113 +#: 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." @@ -980,12 +982,12 @@ msgstr "Conta" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "Conta bloqueada" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "Conta seguida" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "A conta estรก desativada" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "Conta silenciada" @@ -1028,18 +1030,18 @@ msgstr "Conta removida do acesso rรกpido" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "Conta desbloqueada" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "Conta deixada de seguir" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "Conta dessilenciada" @@ -1054,12 +1056,13 @@ msgstr "Contas com um ponto de verificaรงรฃo azul ondulado <0><1/> podem ver msgid "Activity from others" msgstr "Atividade de terceiros" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "Adicionar" @@ -1112,11 +1115,11 @@ msgstr "Adicionar texto alternativo (opcional)" msgid "Add another account" msgstr "Adicionar outra conta" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1518 msgid "Add another post" msgstr "Adicionar outra postagem" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2181 msgid "Add another post to thread" msgstr "Adicionar outra postagem ao tรณpico" @@ -1182,7 +1185,7 @@ msgstr "Adicionar palavras/tags removidas" msgid "Add people" msgstr "Adicionar pessoas" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "Adicionar pessoas ร  lista" @@ -1214,8 +1217,8 @@ msgstr "Adicione o seguinte registro DNS ao seu domรญnio:" msgid "Add this feed to your feeds" msgstr "Adicione este feed aos seus feeds" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "Adicionar ร s listas" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "Adicionar ร s postagens salvas" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "Adicionar aos pacotes iniciais" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "Adicionar usuรกrio ร  lista" @@ -1246,8 +1249,8 @@ msgstr "Adicionado por {0}" msgid "Added by invite link" msgstr "Adicionado com link de convite" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "Adicionado ร  lista" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "alice@exemplo.com" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,9 +1343,9 @@ msgstr "Tudo" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" -msgstr "Todas {0}" +msgstr "Total {0}" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:97 #: src/screens/StarterPack/StarterPackScreen.tsx:400 @@ -1521,7 +1524,7 @@ msgid "An error occurred while loading your lists :/" msgstr "Ocorreu um erro ao carregar suas listas :/" #: src/components/StarterPack/QrCodeDialog.tsx:81 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:103 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "Ocorreu um erro ao salvar o QR code!" @@ -1589,8 +1592,8 @@ msgstr "Ocorreu um problema ao tentar abrir a conversa" #: 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 "Ocorreu um problema, tente novamente." @@ -1643,7 +1646,7 @@ msgstr "Todos" msgid "Anyone can interact" msgstr "Qualquer um pode interagir" -#: src/components/intents/GroupChatJoinDialog.tsx:340 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" msgstr "Qualquer pessoa pode entrar" @@ -1796,8 +1799,8 @@ msgstr "Deseja mesmo excluir este pacote inicial?" msgid "Are you sure you want to discard your changes?" msgstr "Deseja mesmo descartar suas alteraรงรตes?" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "Tem certeza de que deseja sair de {groupName}?" @@ -1814,11 +1817,11 @@ msgid "Are you sure you want to remove this from your feeds?" msgstr "Deseja mesmo remover isso de seus feeds?" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 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:1656 +#: src/view/com/composer/Composer.tsx:1654 msgid "Are you sure you'd like to discard this post?" msgstr "Tem certeza de que deseja descartar esta postagem?" @@ -1958,10 +1961,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:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2009,8 +2012,8 @@ msgstr "Bloquear {displayName}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "Bloquear conta" @@ -2088,6 +2091,10 @@ 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." @@ -2148,7 +2155,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 QR codes de outros perfis." +msgstr "O Bluesky precisa de acesso ร  cรขmera para escanear cรณdigos QR em outros perfis." #: src/screens/Takendown.tsx:213 msgid "Bluesky Social Terms of Service" @@ -2260,7 +2267,7 @@ msgstr "Botรฃo para voltar ร  linha do tempo inicial" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:181 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2274,13 +2281,13 @@ msgstr "por @{0}" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:363 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "Por <0>{0}" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" msgstr "Por <0>{ownerDisplayName}" @@ -2348,10 +2355,10 @@ msgstr "Acesso ร  cรขmera necessรกrio" #: src/screens/Deactivated.tsx:150 #: src/screens/Messages/components/InviteLinkDialog.tsx:500 #: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,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:1734 -#: src/view/com/composer/Composer.tsx:1744 +#: src/view/com/composer/Composer.tsx:1732 +#: src/view/com/composer/Composer.tsx:1742 #: 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 @@ -2380,6 +2387,10 @@ msgstr "Cancelar citaรงรฃo" msgid "Cancel reactivation and sign out" msgstr "Cancelar reativaรงรฃo e desconectar" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "Cancelar pesquisa" @@ -2481,7 +2492,7 @@ msgstr "Alteraรงรตes no pacote inicial nรฃo serรฃo aplicadas ร  lista apรณs a cr #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,14 +2509,14 @@ msgid "Chat ended" msgstr "Conversa encerrada" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:256 +#: src/components/intents/GroupChatJoinDialog.tsx:269 #: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" msgstr "Link de convite para conversa nรฃo estรก mais disponรญvel" #: src/components/dms/getSystemMessageInfo.ts:104 msgid "Chat locked" -msgstr "Conversa bloqueada" +msgstr "Conversa trancada" #: src/lib/hooks/useNotificationHandler.ts:148 msgid "Chat messages - silent" @@ -2520,14 +2531,14 @@ msgctxt "toast" msgid "Chat muted" msgstr "Conversa silenciada" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." msgstr "Conversa nรฃo encontrada." -#: src/components/moderation/BlockDialog.tsx:292 +#: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." -msgstr "Donos de conversas nรฃo podem sair de uma conversa em grupo." +msgstr "Donos de conversas nรฃo podem sair da conversa em grupo." #: src/components/dms/dialogs/NewChatDialog.tsx:73 msgid "Chat recipient is not followed by the sender." @@ -2544,10 +2555,10 @@ msgstr "Pedidos de conversa" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "Configuraรงรตes de conversa" @@ -2567,16 +2578,16 @@ msgstr "Tรญtulo da conversa alterado para {0}" #: src/components/dms/getSystemMessageInfo.ts:106 msgid "Chat unlocked" -msgstr "Conversa desbloqueada" +msgstr "Conversa destrancada" #: src/components/dms/ConvoMenu.tsx:208 msgctxt "toast" msgid "Chat unmuted" msgstr "Conversa dessilenciada" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "Conversas" @@ -2731,7 +2742,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:533 +#: src/components/dms/MessageItem.tsx:622 msgid "Click to retry failed message" msgstr "Clique para tentar enviar novamente a mensagem" @@ -2745,6 +2756,7 @@ msgstr "Clique para tentar enviar novamente a mensagem" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "Clique para tentar enviar novamente a mensagem" #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:233 -#: src/components/intents/GroupChatJoinDialog.tsx:268 +#: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2804,10 +2816,6 @@ msgstr "Fechar alerta" msgid "Close banner" msgstr "Fechar banner" -#: src/view/com/util/BottomSheetCustomBackdrop.tsx:36 -msgid "Close bottom drawer" -msgstr "Fechar parte inferior" - #. Accessibility label for the button that dismisses the GIF picker error dialog. #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:223 #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:229 @@ -2822,7 +2830,7 @@ msgstr "Fechar parte inferior" msgid "Close dialog" msgstr "Fechar janela" -#: src/view/shell/index.web.tsx:129 +#: src/view/shell/index.web.tsx:127 msgid "Close drawer menu" msgstr "Fechar menu lateral" @@ -2850,10 +2858,10 @@ msgstr "Fechar leitor" msgid "Close the incoming requests banner" msgstr "Fechar o banner de solicitaรงรตes recebidas" -#: src/components/intents/GroupChatJoinDialog.tsx:226 -#: src/components/intents/GroupChatJoinDialog.tsx:227 -#: src/components/intents/GroupChatJoinDialog.tsx:263 -#: src/components/intents/GroupChatJoinDialog.tsx:264 +#: 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 msgid "Close this dialog" msgstr "Fechar esta janela" @@ -2866,15 +2874,15 @@ msgstr "Fechar janela de boas-vindas" msgid "Closes password update alert" msgstr "Fecha o alerta de mudanรงa de senha" -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1740 msgid "Closes post composer and discards post draft" msgstr "Fecha a janela de nova postagem e descarta o rascunho" -#: src/view/com/notifications/NotificationFeedItem.tsx:605 +#: src/view/com/notifications/NotificationFeedItem.tsx:611 msgid "Collapse list of users" msgstr "Esconder lista de usuรกrios" -#: src/view/com/notifications/NotificationFeedItem.tsx:953 +#: 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" @@ -2920,7 +2928,7 @@ msgid "Compose new post" msgstr "Escrever nova postagem" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1618 +#: src/view/com/composer/Composer.tsx:1616 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Escreva postagens de atรฉ {0, plural, other {# caracteres}}" @@ -2928,11 +2936,11 @@ msgstr "Escreva postagens de atรฉ {0, plural, other {# caracteres}}" msgid "Compose reply" msgstr "Escrever resposta" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2578 msgid "Compressing GIF..." msgstr "Comprimindo GIF..." -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing video..." msgstr "Comprimindo vรญdeo..." @@ -3100,7 +3108,7 @@ msgstr "Continuar com o prรณximo passo" msgid "Conversation" msgstr "Conversa" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "Conversa excluรญda" @@ -3127,7 +3135,7 @@ msgid "Copied build version to clipboard" msgstr "Nรบmero de versรฃo do app copiada" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3154,12 @@ msgstr "Copiado!" msgid "Copies build version to clipboard" msgstr "Copia o nรบmero de versรฃo para a รกrea de transferรชncia" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" msgstr "Copia a URL canรดnica do perfil para a รกrea de transferรชncia" #: src/components/StarterPack/QrCodeDialog.tsx:198 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:265 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "Copiar" @@ -3159,8 +3167,8 @@ msgstr "Copiar" msgid "Copy App Password" msgstr "Copiar senha do app" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "Copiar URI at://" @@ -3175,8 +3183,8 @@ msgid "Copy code" msgstr "Copiar cรณdigo" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "Copiar DID" @@ -3184,7 +3192,7 @@ msgstr "Copiar DID" msgid "Copy host" msgstr "Copiar host" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:254 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" msgstr "Copiar link de convite" @@ -3210,8 +3218,8 @@ msgstr "Copiar link da lista" msgid "Copy link to post" msgstr "Copiar link da postagem" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "Copiar link para o perfil" @@ -3219,8 +3227,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:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "Copiar texto da mensagem" @@ -3249,9 +3257,9 @@ msgstr "Copiar valor do registro TXT" msgid "Copyright Policy" msgstr "Polรญtica de direitos autorais" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" -msgstr "Nรฃo foi possรญvel capturar o QR code" +msgstr "Nรฃo foi possรญvel capturar o cรณdigo QR" #: src/view/com/feeds/MissingFeed.tsx:42 msgid "Could not connect to custom feed" @@ -3261,17 +3269,17 @@ msgstr "Nรฃo foi possรญvel conectar ao feed personalizado" msgid "Could not connect to feed service" msgstr "Nรฃo foi possรญvel conectar ao serviรงo do feed" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:120 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" msgstr "Nรฃo foi possรญvel copiar โ€“ por favor, tente novamente" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" msgstr "Nรฃo foi possรญvel baixar โ€“ por favor, tente novamente" #: src/screens/Messages/components/MessageInputEmbed.tsx:200 msgid "Could not fetch post" -msgstr "Nรฃo foi possรญvel obter o post" +msgstr "Nรฃo foi possรญvel carregar a postagem" #: src/view/com/feeds/MissingFeed.tsx:183 msgid "Could not find profile" @@ -3294,7 +3302,7 @@ msgstr "Nรฃo foi possรญvel seguir todas as correspondรชncias. {0}" msgid "Could not leave chat" msgstr "Nรฃo foi possรญvel sair desta conversa" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." msgstr "Nรฃo foi possรญvel sair da conversa." @@ -3308,7 +3316,7 @@ msgstr "Nรฃo foi possรญvel carregar o feed" msgid "Could not load list" msgstr "Nรฃo foi possรญvel carregar a lista" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:169 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" msgstr "Nรฃo foi possรญvel carregar o perfil" @@ -3320,7 +3328,7 @@ msgstr "Nรฃo foi possรญvel silenciar esta conversa" msgid "Could not process your video" msgstr "Nรฃo foi possรญvel processar seu vรญdeo" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." msgstr "Nรฃo foi possรญvel remover o membro." @@ -3329,7 +3337,7 @@ msgstr "Nรฃo foi possรญvel remover o membro." msgid "Could not save changes: {0}" msgstr "Nรฃo foi possรญvel salvar as alteraรงรตes: {0}" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" msgstr "Nรฃo foi possรญvel compartilhar โ€“ por favor, tente novamente" @@ -3394,12 +3402,12 @@ msgstr "Crie um pacote inicial para mim" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:314 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3457,13 @@ msgstr "Criar lista a partir de pacote inicial" msgid "Create moderation list" msgstr "Criar lista de moderaรงรฃo" -#: src/screens/Messages/JoinRequest.tsx:308 +#: 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 "Criar nova conta" -#: src/screens/Messages/ConversationSettings/index.tsx:553 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "Criar ou modificar um link de convite para esta conversa em grupo" @@ -3479,7 +3487,7 @@ msgstr "Criar lista de usuรกrios" #. placeholder {0}: i18n.date(createdAt, { dateStyle: 'long', timeStyle: 'short', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) #: src/screens/Messages/components/InviteLinkDialog.tsx:355 -#: src/screens/Messages/ConversationSettings/index.tsx:505 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "Criou {0}" @@ -3624,7 +3632,7 @@ msgstr "Excluir contatos" msgid "Delete conversation" msgstr "Excluir conversa" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "Excluir para mim" @@ -3637,7 +3645,7 @@ msgstr "Excluir lista" msgid "Delete message" msgstr "Excluir mensagem" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "Excluir mensagem para mim" @@ -3647,7 +3655,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:1630 +#: src/view/com/composer/Composer.tsx:1628 msgid "Delete post" msgstr "Excluir postagem" @@ -3689,6 +3697,10 @@ 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 @@ -3794,9 +3806,9 @@ msgstr "Desativado" #: 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:1411 +#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1661 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3819,14 @@ msgstr "Descartar" msgid "Discard changes?" msgstr "Descartar alteraรงรตes?" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1409 #: 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:1428 -#: src/view/com/composer/Composer.tsx:1655 +#: src/view/com/composer/Composer.tsx:1426 +#: src/view/com/composer/Composer.tsx:1653 msgid "Discard post?" msgstr "Descartar postagem?" @@ -3852,7 +3864,7 @@ msgstr "Dispensar" msgid "Dismiss banner" msgstr "Dispensar banner" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2499 msgid "Dismiss error" msgstr "Dispensar erro" @@ -3879,7 +3891,7 @@ msgstr "Dispensar esta sugestรฃo" #: src/features/inviteFriends/InviteScannerScreen.tsx:168 msgid "Dismisses the QR scanner" -msgstr "Fecha o leitor de QR code" +msgstr "Fecha o leitor de cรณdigo QR" #: src/screens/Settings/AccessibilitySettings.tsx:70 #: src/screens/Settings/AccessibilitySettings.tsx:75 @@ -3949,8 +3961,8 @@ msgstr "Nรฃo se preocupe! Todas as mensagens e configuraรงรตes existentes estรฃo #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:146 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3975,7 @@ msgstr "Nรฃo se preocupe! Todas as mensagens e configuraรงรตes existentes estรฃo msgid "Done" msgstr "Concluรญdo" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "Concluรญdo" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:520 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" @@ -4005,7 +4011,7 @@ msgstr "Baixar imagem" #: src/features/inviteFriends/components/ActionButtons.tsx:31 msgid "Download invite QR code" -msgstr "Baixar QR code de convite" +msgstr "Baixar cรณdigo QR do convite" #: src/screens/Settings/components/ExportCarDialog.tsx:118 msgid "Download profile data" @@ -4087,8 +4093,8 @@ msgstr "Transtornos alimentares" msgid "Edit" msgstr "Editar" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "Editar" @@ -4102,8 +4108,8 @@ msgstr "Editar foto de perfil" msgid "Edit Feeds" msgstr "Editar feeds" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "Editar nome do grupo" @@ -4141,8 +4147,8 @@ msgstr "Editar configuraรงรตes do link" msgid "Edit list details" msgstr "Editar detalhes da lista" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "Editar status ao vivo" @@ -4155,7 +4161,7 @@ msgstr "Editar lista de moderaรงรฃo" msgid "Edit My Feeds" msgstr "Editar meus feeds" -#: src/screens/Messages/ConversationSettings/index.tsx:540 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "Editar nome" @@ -4184,8 +4190,8 @@ msgstr "Editar perfil" msgid "Edit starter pack" msgstr "Editar pacote inicial" -#: src/screens/Messages/ConversationSettings/index.tsx:486 -#: src/screens/Messages/ConversationSettings/index.tsx:539 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "Editar o nome deste grupo" @@ -4402,7 +4408,7 @@ msgstr "Entra em tela cheia" msgid "Entertainment" msgstr "Entretenimento" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2598 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Erro" @@ -4481,7 +4487,7 @@ msgstr "Sair da tela cheia" msgid "Expand alt text" msgstr "Expandir texto alternativo" -#: src/view/com/notifications/NotificationFeedItem.tsx:606 +#: src/view/com/notifications/NotificationFeedItem.tsx:612 msgid "Expand list of users" msgstr "Expandir lista de usuรกrio" @@ -4596,8 +4602,8 @@ msgstr "Falha ao aceitar conversa" msgid "Failed to accept join request" msgstr "Falha ao aceitar solicitaรงรฃo para entrar" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "Falha ao adicionar reaรงรฃo de emoji" @@ -4606,6 +4612,10 @@ msgstr "Falha ao adicionar reaรงรฃo de emoji" msgid "Failed to add members" msgstr "Falha ao adicionar membros" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "Falha ao adicionar ao pacote inicial" @@ -4615,7 +4625,7 @@ msgid "Failed to change handle. Please try again." msgstr "Nรฃo foi possรญvel alterar o nome de usuรกrio. Por favor tente novamente." #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:129 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "Falha ao copiar link" @@ -4664,7 +4674,7 @@ msgstr "Falha ao desativar link de convite" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "Falha ao desconectar Germ DM. Erro: {0}" -#: src/screens/Messages/ConversationSettings/index.tsx:374 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "Falha ao editar o nome do grupo" @@ -4692,7 +4702,7 @@ msgstr "Nรฃo foi possรญvel ocultar a sugestรฃo, verifique sua conexรฃo com a int msgid "Failed to ignore join request" msgstr "Falha ao ignorar solicitaรงรฃo para entrar" -#: src/components/intents/GroupChatJoinDialog.tsx:137 +#: 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." @@ -4700,14 +4710,14 @@ msgstr "Falha ao entrar na conversa em grupo. Por favor, tente novamente." msgid "Failed to launch SMS app" msgstr "Falha ao iniciar o aplicativo de SMS" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:401 +#: 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 "Falha ao sair da conversa em grupo" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "Falha ao carregar conversas" @@ -4753,15 +4763,20 @@ msgstr "Falha ao carregar feeds sugeridos" msgid "Failed to load suggested follows" msgstr "Falha ao carregar sugestรตes a seguir" -#: src/screens/Messages/ConversationSettings/index.tsx:426 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" -msgstr "Falha ao bloquear conversa em grupo" +msgstr "Falha ao trancar conversa em grupo" + +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +msgid "Failed to mark all chats as read" +msgstr "" #: src/screens/Messages/Inbox.tsx:311 +#: src/view/shell/bottom-bar/BottomBar.tsx:450 msgid "Failed to mark all requests as read" msgstr "Falha ao marcar todos os pedidos como lidos" -#: src/screens/Messages/ConversationSettings/index.tsx:390 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "Falha ao silenciar conversa em grupo" @@ -4783,12 +4798,16 @@ msgstr "Falha ao remover os dados devido a um erro de rede, verifique sua conex msgid "Failed to remove data. {0}" msgstr "Falha ao remover dados. {0}" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "Falha ao remover reaรงรฃo de emoji" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:258 +msgid "Failed to remove from list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "Falha ao remover do pacote inicial" @@ -4802,7 +4821,7 @@ msgstr "Falha ao remover membro da conversa em grupo" msgid "Failed to remove verification" msgstr "Falha ao remover a verificaรงรฃo" -#: src/components/intents/GroupChatJoinDialog.tsx:180 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." msgstr "Falha ao cancelar sua solicitaรงรฃo. Por favor, tente novamente." @@ -4811,7 +4830,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:648 +#: src/view/com/composer/Composer.tsx:646 msgid "Failed to save draft" msgstr "Nรฃo foi possรญvel salvar o rascunho" @@ -4854,9 +4873,9 @@ msgid "Failed to toggle thread mute, please try again" msgstr "Falha ao alterar o silenciamento do tรณpico, tente novamente" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:435 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" -msgstr "Falha ao desbloquear conversa em grupo" +msgstr "Falha ao destrancar conversa em grupo" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:107 msgid "Failed to unpin list" @@ -5116,16 +5135,16 @@ msgstr "Focar o campo de busca" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 "Seguir" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "Seguir {0}" @@ -5149,8 +5168,8 @@ msgstr "Siga 10 pessoas para comeรงar" msgid "Follow 7 accounts" msgstr "Seguir 7 contas" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "Seguir conta" @@ -5173,9 +5192,9 @@ msgstr "Seguir todas as contas" #. 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:423 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "Seguir de volta" @@ -5211,7 +5230,7 @@ msgstr "Seguido por <0>{0} e <1>{1}" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "Seguido por <0>{0}, <1>{1}, e {2, plural, one {# outro} other {outros #}}" -#: src/components/intents/GroupChatJoinDialog.tsx:339 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" msgstr "Seguidores podem entrar" @@ -5231,10 +5250,10 @@ msgstr "Seguidores que vocรช conhece" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 "Seguindo" @@ -5249,7 +5268,7 @@ msgstr "Seguindo" #. 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 "Seguindo {0}" @@ -5336,7 +5355,7 @@ msgstr "Esqueceu?" #. 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 "Quatro balรตes de mensagem representando uma conversa em grupo. Primeira mensagem: \"Vocรช ouviu a novidade? O Bluesky agora tem conversas em grupo!\" Segunda mensagem: \"omg, sem chance\" Terceira mensagem: \"Uau, 50 pessoas em uma รบnica conversa!\" Quarta mensagem: \"Vocรช tambรฉm pode enviar links de convite!\"" +msgstr "Quatro balรตes de mensagem representando uma conversa em grupo. Primeira mensagem: \"Vocรช soube a novidade? O Bluesky agora tem conversas em grupo!\" Segunda mensagem: \"nossa, sem chance\" Terceira mensagem: \"Uau, 50 pessoas em uma รบnica conversa!\" Quarta mensagem: \"Vocรช tambรฉm pode enviar links de convite!\"" #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:12 msgid "Free your feed" @@ -5409,7 +5428,7 @@ msgstr "Seja notificado quando pessoas curtem suas postagens." #: src/screens/Settings/NotificationSettings/index.tsx:324 msgid "Get notifications when people like your reposts." -msgstr "Receba notificaรงรตes quando pessoas curtirem seus reposts." +msgstr "Receba notificaรงรตes quando pessoas curtirem suas repostagens." #: src/screens/Settings/NotificationSettings/index.tsx:285 msgid "Get notifications when people mention you." @@ -5429,11 +5448,11 @@ msgstr "Seja notificado quando pessoas repostam suas postagens." #: src/screens/Settings/NotificationSettings/index.tsx:333 msgid "Get notifications when people repost your reposts." -msgstr "Receba notificaรงรตes quando pessoas repostarem seus reposts." +msgstr "Receba notificaรงรตes quando pessoas repostarem suas repostagens." #: src/screens/Settings/NotificationSettings/index.tsx:311 msgid "Get notifications when there's activity on posts you're subscribed to." -msgstr "Receba notificaรงรตes quando houver atividade em posts que vocรช estรก acompanhando." +msgstr "Receba notificaรงรตes quando houver atividade em postagens que vocรช estรก acompanhando." #: src/components/activity-notifications/SubscribeProfileButton.tsx:94 msgid "Get notified about new posts" @@ -5467,7 +5486,7 @@ msgstr "Vamos comeรงar" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2603 msgid "GIF uploaded" msgstr "GIF enviado" @@ -5526,8 +5545,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "Voltar para a tela inicial" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "Entrar ao vivo" @@ -5538,8 +5557,8 @@ msgstr "Entrar ao vivo" msgid "Go Live" msgstr "Entrar Ao Vivo" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "Entrar ao vivo (desabilitado)" @@ -5547,7 +5566,7 @@ msgstr "Entrar ao vivo (desabilitado)" msgid "Go live for" msgstr "Entrar ao vivo por" -#: src/view/com/notifications/NotificationFeedItem.tsx:250 +#: src/view/com/notifications/NotificationFeedItem.tsx:256 msgid "Go to {firstAuthorName}'s profile" msgstr "Ir para perfil de {firstAuthorName}" @@ -5622,27 +5641,27 @@ msgstr "Conteรบdo violento explรญcito" msgid "Grooming or predatory behavior" msgstr "Aliciamento (grooming) ou comportamento predatรณrio" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:321 -#: src/screens/Messages/JoinRequest.tsx:129 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" msgstr "Conversa em grupo" #: src/screens/Messages/components/InviteLinkDialog.tsx:556 msgid "Group chat invite link dialog" -msgstr "Diรกlogo de link de convite da conversa em grupo" +msgstr "Janela de link de convite da conversa em grupo" -#: src/screens/Messages/ConversationSettings/index.tsx:417 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" -msgstr "Conversa em grupo bloqueada" +msgstr "Conversa em grupo trancada" -#: src/screens/Messages/ConversationSettings/index.tsx:382 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "Conversa em grupo silenciada" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "Nome da conversa em grupo atualizado" @@ -5653,19 +5672,19 @@ msgid "Group chat settings" msgstr "Configuraรงรตes da conversa em grupo" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" -msgstr "Conversa em grupo desbloqueada" +msgstr "Conversa em grupo destrancada" -#: src/screens/Messages/ConversationSettings/index.tsx:385 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "Conversa em grupo dessilenciada" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:181 msgid "Group Chats" -msgstr "Conversas em grupo" +msgstr "Conversas em Grupo" #: src/screens/Messages/Settings.tsx:199 msgid "Group chats are only available to users 18 and over." @@ -5674,7 +5693,7 @@ msgstr "Conversas em grupo sรณ estรฃo disponรญveis para usuรกrios maiores de 18 #. 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 "Conversas em grupo sรณ podem ter um mรกximo de {0, plural, other {# pessoas}}." +msgstr "Conversas em grupo podem ter no mรกximo {0, plural, other {# pessoas}}." #: src/components/dialogs/SearchablePeopleList.tsx:565 msgid "Group is locked" @@ -5682,12 +5701,12 @@ msgstr "O grupo estรก bloqueado" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "Nome do grupo" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "O nome do grupo รฉ muito longo. {MAX_GROUP_NAME_GRAPHEME_LENGTH, plural, other {O nรบmero mรกximo de caracteres รฉ #.}}" @@ -5829,7 +5848,7 @@ msgstr "Lista oculta" msgid "Hide" msgstr "Ocultar" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "Ocultar" @@ -5904,7 +5923,7 @@ msgstr "Ocultar assuntos em alta?" msgid "Hide trending videos?" msgstr "Ocultar vรญdeos em alta?" -#: src/view/com/notifications/NotificationFeedItem.tsx:951 +#: src/view/com/notifications/NotificationFeedItem.tsx:957 msgid "Hide user list" msgstr "Ocultar lista de usuรกrios" @@ -5960,7 +5979,7 @@ msgstr "Espere! Estamos gradualmente dando acesso ao vรญdeo, e vocรช ainda estรก #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6200,17 +6219,17 @@ msgstr "No app, pessoas que vocรช segue" #: src/screens/Settings/NotificationSettings/index.tsx:385 msgid "In-app, push" -msgstr "No app, push" +msgstr "No app, no dispositivo" #: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "In-app, push, everyone" -msgstr "No app, push, todos" +msgstr "No app, no dispositivo, todos" #: src/screens/Settings/NotificationSettings/index.tsx:376 msgid "In-app, push, people you follow" -msgstr "No app, push, pessoas que vocรช segue" +msgstr "No app, no dispositivo, pessoas que vocรช segue" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "Caixa de entrada vazia" @@ -6268,7 +6287,7 @@ msgstr "Apresentando as postagens salvas, ou favoritos" msgid "Invalid 2FA confirmation code." msgstr "Cรณdigo de confirmaรงรฃo da autenticaรงรฃo de dois fatores invรกlido." -#: src/components/intents/GroupChatJoinDialog.tsx:147 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." msgstr "Cรณdigo de conversa em grupo invรกlido." @@ -6290,7 +6309,7 @@ msgstr "Nรบmero de telefone invรกlido" msgid "Invalid report subject" msgstr "Assunto da denรบncia invรกlido" -#: src/components/intents/GroupChatJoinDialog.tsx:187 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." msgstr "Solicitaรงรฃo de cancelamento invรกlida." @@ -6315,15 +6334,15 @@ 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:140 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" msgstr "Convidar amigos" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:155 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "Convidar Amigos" @@ -6336,17 +6355,17 @@ msgstr "Convidar amigos <0/>" #: src/screens/Messages/components/InviteLinkDialog.tsx:335 #: src/screens/Messages/components/InviteLinkDialog.tsx:514 #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 -#: src/screens/Messages/ConversationSettings/index.tsx:556 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "Link de convite" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:213 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "Link de convite" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" msgstr "Link de convite copiado" @@ -6410,7 +6429,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:2520 +#: src/view/com/composer/Composer.tsx:2518 msgid "Job ID: {0}" msgstr "ID da requisiรงรฃo: {0}" @@ -6420,7 +6439,7 @@ msgid "Jobs" msgstr "Carreiras" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:282 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" msgstr "Entrar" @@ -6431,12 +6450,12 @@ msgstr "Entrar" msgid "Join Bluesky" msgstr "Crie uma conta no Bluesky" -#: src/components/intents/GroupChatJoinDialog.tsx:71 -#: src/components/intents/GroupChatJoinDialog.tsx:448 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" msgstr "Entrar na conversa em grupo" -#: src/components/intents/GroupChatJoinDialog.tsx:176 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." msgstr "Solicitaรงรฃo para entrar cancelada." @@ -6450,8 +6469,8 @@ msgstr "Participar da conversa" msgid "Journalism" msgstr "Jornalismo" -#: src/view/com/composer/Composer.tsx:1461 -#: src/view/com/composer/Composer.tsx:1471 +#: src/view/com/composer/Composer.tsx:1459 +#: src/view/com/composer/Composer.tsx:1469 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "Continuar editando" @@ -6609,7 +6628,7 @@ msgid "Learn more." msgstr "Saiba mais." #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:590 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "Sair" @@ -6623,8 +6642,8 @@ msgstr "Sair" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "Sair da conversa" @@ -6644,12 +6663,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "Sair desta conversa" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "Deixar conversa em grupo" -#: src/screens/Messages/ConversationSettings/index.tsx:589 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "Sair desta conversa em grupo" @@ -6658,11 +6677,11 @@ msgstr "Sair desta conversa em grupo" msgid "Leaving Bluesky" msgstr "Saindo do Bluesky" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: src/screens/Messages/ConversationSettings/prompts.tsx:153 msgid "Leaving this chat will lock it permanently and you wonโ€™t be able to rejoin." msgstr "Sair desta conversa irรก bloqueรก-la permanentemente e vocรช nรฃo poderรก entrar novamente." -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." msgstr "Vocรช saiu da conversa em grupo." @@ -6935,9 +6954,9 @@ msgstr "Carregar novas notificaรงรตes" msgid "Load new posts" msgstr "Carregar novas postagens" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "Carregando chatโ€ฆ" @@ -6954,23 +6973,23 @@ msgstr "Carregando configuraรงรตes de interaรงรตes..." msgid "Loading..." msgstr "Carregando..." -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" -msgstr "Bloquear" +msgstr "Trancar" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" -msgstr "Bloquear chat em grupo" +msgstr "Trancar conversa em grupo" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" -msgstr "Bloquear chat em grupo?" +msgstr "Trancar conversa em grupo?" -#: src/screens/Messages/ConversationSettings/index.tsx:568 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" -msgstr "Bloquear este chat em grupo" +msgstr "Trancar esta conversa em grupo" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "Trancado" @@ -7051,6 +7070,16 @@ msgstr "Gerencie suas palavras/tags silenciadas" 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 +msgid "Mark all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:467 +#: src/view/shell/bottom-bar/BottomBar.tsx:471 +msgid "Mark all requests as read" +msgstr "" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7089,14 @@ msgstr "Marcar como lida" msgid "Marked all as read" msgstr "Todas foram marcadas como lidas" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,7 +7120,7 @@ msgstr "Mรญdia armazenada em outro dispositivo" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Mรญdia que pode ser perturbadora ou inapropriada para algumas pessoas." -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." msgstr "Membro removido da conversa em grupo." @@ -7092,7 +7129,7 @@ msgstr "Membro removido da conversa em grupo." msgid "Members" msgstr "Membros" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "Membros ainda podem ler o histรณrico do chat, mas nรฃo podem enviar novas mensagens." @@ -7111,13 +7148,13 @@ msgstr "Menรงรตes" msgid "Menu" msgstr "Menu" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "Mensagem" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 +#: 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" @@ -7132,7 +7169,7 @@ msgstr "Mensagem {0}" msgid "Message {displayName}" msgstr "Mensagem {displayName}" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "Mensagem excluรญda" @@ -7141,13 +7178,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Mensagem excluรญda" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:616 msgid "Message failed to send." msgstr "Falha ao enviar mensagem." #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "Mensagem de @{0}: {1}" @@ -7156,21 +7193,21 @@ msgstr "Mensagem de @{0}: {1}" msgid "Message from server: {0}" msgstr "Mensagem do servidor: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "Caixa de texto da mensagem" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 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:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "Opรงรตes de mensagem" @@ -7178,11 +7215,11 @@ msgstr "Opรงรตes de mensagem" msgid "Messages" msgstr "Mensagens" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:715 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:621 +#: src/components/dms/MessageItem.tsx:710 msgid "Messages from this person are hidden while you are blocking them." msgstr "Mensagens dessa pessoa sรฃo ocultas enquanto ela estรก bloqueando vocรช." @@ -7219,8 +7256,8 @@ msgstr "Detalhes da moderaรงรฃo" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "Lista de moderaรงรฃo por {0}" @@ -7228,7 +7265,7 @@ msgstr "Lista de moderaรงรฃo por {0}" msgid "Moderation list by <0/>" msgstr "Lista de moderaรงรฃo por <0/>" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "Lista de moderaรงรฃo por vocรช" @@ -7281,8 +7318,8 @@ msgstr "Mais idiomas..." #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "Mais opรงรตes" @@ -7302,7 +7339,7 @@ msgstr "Filmes" msgid "Music" msgstr "Mรบsica" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "Silenciar" @@ -7320,8 +7357,8 @@ msgstr "Silenciar {0}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "Silenciar conta" @@ -7347,7 +7384,7 @@ msgstr "Silenciar lista" msgid "Mute these accounts?" msgstr "Silenciar estas contas?" -#: src/screens/Messages/ConversationSettings/index.tsx:530 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "Silenciar esta conversa em grupo" @@ -7389,7 +7426,7 @@ msgstr "Silenciar palavras/tags" msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." msgstr "Silencie, saia ou remova pessoas a qualquer momento. A conversa รฉ sua." -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "Silenciado" @@ -7480,7 +7517,7 @@ 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:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "Novo" @@ -7490,21 +7527,21 @@ msgctxt "action" msgid "New" msgstr "Novo" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: 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}" -#: 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 "{postsCount, plural, one {Nova postagem} other {Novas postagens}} de {firstAuthorName}" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "Nova conversa" @@ -7592,11 +7629,11 @@ msgctxt "action" msgid "New post" msgstr "Postar" -#: 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 "Novas postagens de {firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {outros {formattedAuthorsCount}}} " -#: 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 "Novas postagens de {firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {outros {formattedAuthorsCount}}}" @@ -7718,7 +7755,7 @@ msgstr "Sem listas" #. 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 "Vocรช nรฃo estรก mais seguindo {0}" @@ -7726,7 +7763,7 @@ msgstr "Vocรช nรฃo estรก mais seguindo {0}" msgid "No media yet" msgstr "Ainda nรฃo hรก mรญdia" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "Nenhuma mensagem ainda" @@ -7763,7 +7800,7 @@ msgstr "Ninguรฉm" msgid "No one but the author can quote this post." msgstr "Ninguรฉm alรฉm do autor pode citar esta postagem." -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "Ninguรฉm pode enviar mensagens" @@ -7831,6 +7868,11 @@ 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" @@ -7895,7 +7937,7 @@ msgstr "Nรฃo encontrado" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "Nรฃo sente que รฉ a hora certa para publicar? Guarde as suas melhores ideias nos Rascunhos para utilizar no momento certo." -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "Nota sobre compartilhamento" @@ -7931,7 +7973,7 @@ msgstr "Sons de notificaรงรฃo" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8017,7 @@ msgstr "OK" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:722 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8008,11 +8050,11 @@ 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:864 +#: src/view/com/composer/Composer.tsx:862 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:861 +#: src/view/com/composer/Composer.tsx:859 msgid "One or more images is missing alt text." msgstr "Uma ou mais imagens estรฃo sem texto alternativo." @@ -8024,11 +8066,11 @@ msgstr "Um ou mais arquivos selecionados nรฃo sรฃo suportados." 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:659 +#: src/view/com/composer/Composer.tsx:657 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:871 +#: src/view/com/composer/Composer.tsx:869 msgid "One or more videos is missing alt text." msgstr "Um ou mais vรญdeos estรฃo sem texto alternativo." @@ -8041,7 +8083,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:234 +#: src/view/com/composer/Composer.tsx:233 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}" @@ -8053,7 +8095,7 @@ msgstr "Apenas administradores podem aceitar solicitaรงรตes para entrar." msgid "Only admins can ignore join requests." msgstr "Apenas administradores podem ignorar solicitaรงรตes para entrar." -#: src/components/intents/GroupChatJoinDialog.tsx:145 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." msgstr "Apenas seguidores podem entrar nesta conversa em grupo." @@ -8068,12 +8110,12 @@ msgid "Only image files are supported" msgstr "Apenas arquivos de imagem sรฃo suportados" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:222 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." msgstr "Apenas pessoas que {0} segue podem entrar." #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:292 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" msgstr "Apenas pessoas que o dono da conversa segue podem entrar" @@ -8107,7 +8149,7 @@ msgid "Open camera" msgstr "Abrir cรขmera" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:437 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" msgstr "Abrir conversa" @@ -8115,8 +8157,8 @@ msgstr "Abrir conversa" msgid "Open chat member options for {displayName}" msgstr "Abrir opรงรตes de membro do chat para {displayName}" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "Abrir opรงรตes de conversa" @@ -8128,9 +8170,9 @@ msgstr "Abrir rascunho" msgid "Open drawer menu" msgstr "Abrir menu" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2158 msgid "Open emoji picker" msgstr "Abrir seletor de emoji" @@ -8151,7 +8193,7 @@ msgstr "Abrir lista completa de emojis" msgid "Open Germ DM" msgstr "Abrir Germ DM" -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" msgstr "Abrir conversa em grupo" @@ -8166,11 +8208,11 @@ msgid "Open in Google Translate" msgstr "Abrir no Google Tradutor" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "Abrir link para {niceUrl}" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "Abrir opรงรตes de mensagem" @@ -8197,7 +8239,7 @@ msgstr "Abrir perfil" #: src/features/inviteFriends/components/ActionButtons.tsx:39 msgid "Open QR code scanner" -msgstr "Abrir leitor de QR code" +msgstr "Abrir leitor de cรณdigo QR" #: src/components/BotAccountAlert.tsx:62 #: src/components/BotAccountAlert.tsx:71 @@ -8221,7 +8263,7 @@ msgstr "Abrir pรกgina do storybook" msgid "Open system log" msgstr "Abrir registros do sistema" -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" msgstr "Abrir esta conversa em grupo" @@ -8275,13 +8317,13 @@ msgstr "Abre a cรขmera do dispositivo" 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." -#: src/screens/Messages/JoinRequest.tsx:309 +#: 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 "Abre o fluxo de criaรงรฃo de conta do Bluesky" -#: src/screens/Messages/JoinRequest.tsx:295 +#: 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" @@ -8331,7 +8373,7 @@ msgstr "Abre o seletor de GIF" #: src/view/shell/Drawer.tsx:123 msgid "Opens the invite friends sheet to share your profile" -msgstr "Abre a folha de convidar amigos para compartilhar seu perfil" +msgstr "Abre a tela de convidar amigos para compartilhar seu perfil" #: src/view/com/feeds/ComposerPrompt.tsx:148 msgid "Opens the post composer" @@ -8341,7 +8383,7 @@ msgstr "Abrir o compositor de post" msgid "Opens this draft in the composer" msgstr "Abre este rascunho no editor" -#: 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 "Abre este perfil" @@ -8433,7 +8475,7 @@ msgstr "Dono" #: src/components/dms/LeaveConvoPrompt.tsx:44 msgid "Owner must lock the group before leaving." -msgstr "O dono precisa bloquear o grupo antes de sair." +msgstr "O dono precisa trancar o grupo antes de sair." #: src/components/Lists.tsx:204 #: src/components/Lists.tsx:219 @@ -8513,6 +8555,16 @@ msgstr "Pessoas seguindo @{0}" msgid "People I follow" msgstr "Pessoas que eu sigo" +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "Pessoas que eu sigo" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "Pessoas que eu sigo" + #: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "Pessoas que eu sigo podem entrar instantaneamente" @@ -8786,7 +8838,7 @@ msgstr "Por favor entre como @{0}" #: src/features/inviteFriends/InviteScannerScreen.web.tsx:40 msgid "Please use the Bluesky mobile app to scan a QR code." -msgstr "Por favor, use o app mรณvel do Bluesky para escanear um QR code." +msgstr "Por favor, use o app mรณvel do Bluesky para escanear um cรณdigo QR." #: src/screens/Settings/FindContactsSettings.tsx:107 msgid "Please use the native app to import your contacts." @@ -8813,7 +8865,7 @@ msgstr "Polรญtica" msgid "Porn" msgstr "Pornografia" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post" msgstr "Postar" @@ -8833,12 +8885,12 @@ msgstr "Postar uma foto" msgid "Post a video" msgstr "Postar um vรญdeo" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Post All" msgstr "Postar Tudo" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1468 msgid "Post anyway" msgstr "Postar mesmo assim" @@ -8901,7 +8953,7 @@ msgstr "Selecionar idioma da postagem" #: src/screens/Messages/components/InviteLinkDialog.tsx:395 #: src/screens/Messages/components/InviteLinkDialog.tsx:411 msgid "Post link" -msgstr "Link do post" +msgstr "Link da postagem" #: src/screens/PostThread/components/ThreadError.tsx:33 #: src/screens/PostThread/components/ThreadItemPostTombstone.tsx:25 @@ -9015,11 +9067,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:2594 +#: src/view/com/composer/Composer.tsx:2592 msgid "Processing GIF..." msgstr "Processando GIF..." -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing video..." msgstr "Processando vรญdeo..." @@ -9031,7 +9083,7 @@ msgstr "Processando..." msgid "profile" msgstr "perfil" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9117,22 @@ 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:1792 +#: src/view/com/composer/Composer.tsx:1790 msgid "Publish post" msgstr "Publicar postagem" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1787 +#: src/view/com/composer/Composer.tsx:1785 msgid "Publish posts" msgstr "Publicar postagens" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1776 +#: src/view/com/composer/Composer.tsx:1774 msgid "Publish replies" msgstr "Publicar respostas" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1781 +#: src/view/com/composer/Composer.tsx:1779 msgid "Publish reply" msgstr "Publicar resposta" @@ -9094,11 +9146,11 @@ msgstr "Notificaรงรตes no dispositivo" #: src/screens/Settings/NotificationSettings/index.tsx:372 msgid "Push, everyone" -msgstr "Push, todos" +msgstr "No dispositivo, todos" #: src/screens/Settings/NotificationSettings/index.tsx:380 msgid "Push, people you follow" -msgstr "Push, pessoas que vocรช segue" +msgstr "No dispositivo, pessoas que vocรช segue" #: src/components/StarterPack/QrCodeDialog.tsx:143 msgid "QR code copied to your clipboard!" @@ -9109,7 +9161,7 @@ msgid "QR code has been downloaded!" msgstr "QR code foi baixado!" #: src/components/StarterPack/QrCodeDialog.tsx:122 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "QR code salvo no rolo da sua cรขmera!" @@ -9172,8 +9224,8 @@ msgstr "Reativar link" msgid "React with {emoji}" msgstr "Reagir com {emoji}" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "Reaรงรตes" @@ -9268,10 +9320,6 @@ msgstr "Recomendado" msgid "Reconnect" msgstr "Reconectar" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "Atualize a pรกgina para vรช-la." - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" @@ -9291,12 +9339,14 @@ msgstr "Recusar pedido de conversa" msgid "Reject join request" msgstr "Recusar solicitaรงรฃo para entrar" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "Recarregar conversas" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9355,9 @@ msgstr "Recarregar conversas" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "Remover" @@ -9326,7 +9375,7 @@ msgstr "Remover {displayName} do pacote inicial" msgid "Remove {displayName} from this group chat" msgstr "Remover {displayName} desta conversa em grupo" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" msgstr "Remover {displayName}?" @@ -9443,14 +9492,14 @@ msgstr "Remover este feed dos feeds salvos" msgid "Remove unavailable moderation services" msgstr "Remover serviรงos de moderaรงรฃo indisponรญveis" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "Remover usuรกrio da lista" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "Remover verificaรงรฃo" @@ -9466,8 +9515,8 @@ msgstr "Removido pelo autor" msgid "Removed by you" msgstr "Removido por vocรช" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "Removido da lista" @@ -9535,6 +9584,14 @@ msgctxt "description" msgid "Replied to you" msgstr "Respondeu a vocรช" +#: src/components/dms/MessageItem.tsx:883 +msgid "Replied-to message from {senderName}, tap to scroll to it" +msgstr "" + +#: src/components/dms/MessageItem.tsx:884 +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 @@ -9552,7 +9609,12 @@ msgstr "Respostas desabilitadas" msgid "Replies to this post are disabled." msgstr "Respostas para esta postagem estรฃo desativadas." -#: src/view/com/composer/Composer.tsx:1804 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "Responder" + +#: src/view/com/composer/Composer.tsx:1802 msgctxt "action" msgid "Reply" msgstr "Responder" @@ -9590,14 +9652,14 @@ msgstr "Visibilidade da resposta atualizada" msgid "Reply was successfully hidden" msgstr "Resposta foi ocultada com sucesso" -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:582 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "Denunciar" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "Denunciar conta" @@ -9623,7 +9685,7 @@ msgstr "Denunciar feed" msgid "Report list" msgstr "Denunciar lista" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "Denunciar mensagem" @@ -9657,7 +9719,7 @@ msgstr "Denunciar conversa" msgid "Report this feed" msgstr "Denunciar este feed" -#: src/screens/Messages/ConversationSettings/index.tsx:581 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "Denunciar esta conversa em grupo" @@ -9737,7 +9799,7 @@ msgstr "Repostagens" msgid "Reposts of your reposts" msgstr "Repostagens das suas repostagens" -#: src/components/intents/GroupChatJoinDialog.tsx:447 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" msgstr "Solicitar acesso ร  conversa em grupo" @@ -9755,7 +9817,7 @@ msgid "Request ignored." msgstr "Solicitaรงรฃo ignorada." #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:281 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" msgstr "Solicitar entrada" @@ -9764,7 +9826,7 @@ msgid "Requested" msgstr "Solicitado" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "Solicitaรงรตes" @@ -9791,9 +9853,9 @@ msgstr "Obrigatรณrio para este provedor" msgid "Required in your region" msgstr "Obrigatรณrio na sua regiรฃo" -#: src/components/intents/GroupChatJoinDialog.tsx:296 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:310 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:115 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:117 msgid "Rescind request" msgstr "Cancelar solicitaรงรฃo" @@ -9872,7 +9934,7 @@ 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:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 #: src/screens/Messages/JoinRequests.tsx:361 @@ -9928,7 +9990,7 @@ msgstr "GIFs tristes" #: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10015,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:1451 +#: src/view/com/composer/Composer.tsx:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Salvar alteraรงรตes" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1421 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "Salvar alteraรงรตes?" -#: src/view/com/composer/Composer.tsx:1451 +#: src/view/com/composer/Composer.tsx:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "Salvar rascunho" -#: src/view/com/composer/Composer.tsx:1425 +#: src/view/com/composer/Composer.tsx:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "Salvar rascunho?" @@ -10022,13 +10084,13 @@ msgid "Saved to your feeds" msgstr "Adicionado aos seus feeds" #: 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 "Diga olรก!" -#: src/screens/Messages/ChatList.tsx:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "Diga olรก para alguรฉm" @@ -10044,7 +10106,7 @@ msgstr "Escanear" #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 #: src/Navigation.tsx:316 msgid "Scan QR code" -msgstr "Escanear QR code" +msgstr "Escanear cรณdigo QR" #: src/lib/interests.ts:71 msgid "Science" @@ -10058,6 +10120,10 @@ msgstr "Rolar ร  esquerda" msgid "Scroll right" msgstr "Rolar ร  direita" +#: src/components/dms/MessageItem.tsx:774 +msgid "Scroll to the message this is replying to" +msgstr "" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "Ir para o topo" @@ -10067,7 +10133,7 @@ msgstr "Ir para o topo" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Pesquisar" @@ -10148,8 +10214,8 @@ msgstr "Procurar idiomas" msgid "Search my posts" msgstr "Pesquisar minhas postagens" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "Pesquisar postagens" @@ -10425,8 +10491,8 @@ msgstr "Enviar relatรณrio de erro" msgid "Send feedback" msgstr "Enviar comentรกrios" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "Enviar mensagem" @@ -10460,7 +10526,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:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "Enviado em {0}" @@ -10565,7 +10631,7 @@ msgstr "Atividade sexual ou nudez erรณtica." msgid "Sexually Suggestive" msgstr "Sexualmente Sugestivo" -#: 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 @@ -10577,7 +10643,7 @@ msgstr "Sexualmente Sugestivo" msgid "Share" msgstr "Compartilhar" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "Compartilhar mesmo assim" @@ -10641,8 +10707,8 @@ msgstr "Compartilhe este pacote inicial e ajude as pessoas a se juntarem ร  sua #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "Compartilhar via..." @@ -10796,15 +10862,15 @@ msgstr "Exibe o conteรบdo" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:294 -#: src/screens/Messages/JoinRequest.tsx:300 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,9 +10896,9 @@ msgstr "Entrar ou criar uma conta" msgid "Sign in or create your account to join the conversation!" msgstr "Entre ou crie a sua conta para participar da conversa!" -#: src/screens/Messages/JoinRequest.tsx:220 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." -msgstr "Faรงa login para aceitar o convite." +msgstr "Entre para aceitar o convite." #: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" @@ -10842,9 +10908,9 @@ msgstr "Entrar em uma conta nรฃo listada" msgid "Sign in to Bluesky or create a new account" msgstr "Registre-se no Bluesky ou crie uma conta" -#: src/screens/Messages/JoinRequest.tsx:219 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." -msgstr "Faรงa login para solicitar acesso a esta conversa em grupo." +msgstr "Entre para solicitar acesso a esta conversa em grupo." #: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 @@ -10900,7 +10966,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:1468 +#: src/view/com/composer/Composer.tsx:1466 msgid "Skip empty posts?" msgstr "Pular publicaรงรตes vazias?" @@ -10971,12 +11037,12 @@ msgid "Someone left the group" msgstr "Alguรฉm saiu do grupo" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:347 msgid "Someone reacted {0}" msgstr "Alguรฉm reagiu com {0}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "Alguรฉm reagiu com {0} a {target}" @@ -10996,10 +11062,6 @@ msgstr "Alguรฉm foi removido" msgid "Someone was removed from the group" msgstr "Alguรฉm foi removido do grupo" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "Algo novo estรก aqui" - #: 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 "Algo nรฃo estava certo com os dados que vocรช estรก tentando relatar. Entre em contato com o suporte." @@ -11043,8 +11105,8 @@ msgstr "Algo de errado? Nos avise." msgid "Sorry, we're unable to load account suggestions at this time." msgstr "Desculpe, nรฃo foi possรญvel carregar as contas sugeridas no momento." -#: 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 "Desculpe! Sua sessรฃo expirou. Entre novamente." @@ -11214,13 +11276,13 @@ msgid "Subscribe" msgstr "Inscrever-se" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "Inscreva-se em {0}" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "Inscrever-se para {publicationTitle} em {0}" @@ -11255,7 +11317,7 @@ msgstr "Sucesso" msgid "Success!" msgstr "Sucesso!" -#: src/components/intents/GroupChatJoinDialog.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" msgstr "Vocรช entrou na conversa em grupo com sucesso!" @@ -11349,13 +11411,13 @@ msgstr "Apenas Tags" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:184 msgid "Take the conversation private." -msgstr "Leve a conversa para o privado." +msgstr "Leve a conversa para o particular." #: 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 "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:572 +#: src/components/dms/MessageItem.tsx:661 msgid "Tap for details" msgstr "Toque para mais detalhes" @@ -11390,7 +11452,7 @@ msgid "Tap to dismiss" msgstr "Toque para dispensar" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:453 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" msgstr "Toque para entrar nesta conversa em grupo imediatamente" @@ -11398,34 +11460,34 @@ msgstr "Toque para entrar nesta conversa em grupo imediatamente" msgid "Tap to open this group chat" msgstr "Toque para abrir esta conversa em grupo" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "Toque para remover" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "Toque para remover sua reaรงรฃo {0}" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:452 +#: src/components/intents/GroupChatJoinDialog.tsx:468 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:537 +#: src/components/dms/MessageItem.tsx:626 msgid "Tap to retry" msgstr "Toque para tentar novamente" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "Toque para mostrar reaรงรตes {0}" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "Toque para mostrar todas as reaรงรตes" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:373 msgid "Tap to view reactions" msgstr "Toque para ver as reaรงรตes" @@ -11528,7 +11590,7 @@ msgstr "Isso รฉ tudo!" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "A conta poderรก interagir com vocรช apรณs o desbloqueio." @@ -11594,7 +11656,7 @@ msgstr "As opรงรตes a seguir serรฃo utilizadas como padrรฃo ao criar postagens n msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "As leis em sua localizaรงรฃo exigem que vocรช verifique que รฉ adulto para acessar certos recursos. Toque para saber mais." -#: src/components/intents/GroupChatJoinDialog.tsx:155 +#: src/components/intents/GroupChatJoinDialog.tsx:165 #: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." msgstr "O limite de membros foi atingido." @@ -11621,7 +11683,7 @@ msgstr "O servidor parece estar passando por instabilidade. Por favor tente nova msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "O pacote inicial que vocรช estรก tentando visualizar รฉ invรกlido. Vocรช pode excluir este pacote inicial em vez disso." -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "O assunto do menu de contexto" @@ -11665,8 +11727,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "Houve um problema ao carregar GIFs. Verifique sua conexรฃo e tente novamente." #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:182 +#: 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 "Houve um problema com a sua conexรฃo de internet, por favor tente novamente" @@ -11693,7 +11755,7 @@ msgstr "Tivemos um problema ao carregar notificaรงรตes. Toque aqui para tentar d msgid "There was an issue fetching posts. Tap here to try again." msgstr "Tivemos um problema ao carregar as postagens. Toque aqui para tentar de novo." -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "Tivemos um problema ao carregar esta lista. Toque aqui para tentar de novo." @@ -11733,12 +11795,12 @@ msgstr "Houve um problema ao atualizar seus feeds, por favor verifique sua conex #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "Tivemos um problema! {0}" @@ -11778,7 +11840,7 @@ msgstr "Estas configuraรงรตes sรณ se aplicam ao feed principal (Following)." msgid "They own this chat" msgstr "Eles sรฃo donos desta conversa" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." msgstr "Eles nรฃo poderรฃo voltar a entrar a menos que vocรช os convide novamente." @@ -11828,24 +11890,24 @@ msgstr "Este autor escolheu tornar suas postagens visรญveis apenas para as pesso 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 "Este botรฃo permite que outros abram o aplicativo Germ DM para lhe enviar uma mensagem. Vocรช pode gerenciar a visibilidade dele atravรฉs do aplicativo Germ DM, ou vocรช pode desconectar completamente o Germ DM da sua conta Bluesky ao clicar no botรฃo abaixo." -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "Esta conversa terminou" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:287 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" msgstr "Esta conversa estรก cheia" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" -msgstr "Esta conversa estรก bloqueada" +msgstr "Esta conversa estรก trancada" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:430 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" -msgstr "Esta conversa estรก bloqueada por uma aรงรฃo de moderaรงรฃo" +msgstr "Esta conversa estรก trancada por uma aรงรฃo de moderaรงรฃo" #: src/screens/Messages/components/MessageListError.tsx:17 msgid "This chat was disconnected" @@ -11881,9 +11943,9 @@ msgstr "Este conteรบdo nรฃo estรก disponรญvel porque um dos usuรกrios envolvidos msgid "This content is not viewable without a Bluesky account." msgstr "Este conteรบdo nรฃo รฉ visรญvel sem uma conta do Bluesky." -#: src/components/intents/GroupChatJoinDialog.tsx:141 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." -msgstr "Esta conversa estรก bloqueada." +msgstr "Esta conversa estรก trancada." #: src/screens/Messages/components/ChatListItem.tsx:156 msgid "This conversation is with a deleted or a deactivated account. Press for options" @@ -11931,9 +11993,9 @@ msgstr "Este feed estรก vazio." msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "Este feed nรฃo funciona mais. Estamos te mostrando o conteรบdo do <0>Discover." -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" -msgstr "Este grupo estรก bloqueado por uma aรงรฃo de moderaรงรฃo sobre o dono" +msgstr "Este grupo estรก trancado por uma aรงรฃo de moderaรงรฃo sobre o dono" #: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "This handle is reserved. Please try a different one." @@ -11947,11 +12009,11 @@ msgstr "Nรฃo foi possรญvel usar essa imagem. Tente um formato diferente como .jp msgid "This information is private and not shared with other users." msgstr "Esta informaรงรฃo รฉ privada e nรฃo รฉ compartilhada com outros usuรกrios." -#: src/components/intents/GroupChatJoinDialog.tsx:151 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." msgstr "Este link de convite foi desativado." -#: src/components/intents/GroupChatJoinDialog.tsx:223 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" msgstr "Este link de convite รฉ invรกlido" @@ -11997,17 +12059,17 @@ msgstr "Esta lista โ€“ criada por vocรช โ€“ contรฉm possรญveis violaรงรตes das d msgid "This list is empty." msgstr "Esta lista estรก vazia." -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" msgstr "Esta mensagem estรก oculta" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:688 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:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:658 +#: src/components/dms/MessageItem.tsx:684 msgid "This message is hidden because you are blocking this user." msgstr "Esta mensagem estรก oculta porque vocรช estรก bloqueando este usuรกrio." @@ -12045,11 +12107,11 @@ 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:1043 +#: src/view/com/composer/Composer.tsx:1041 msgid "This post's author has disabled quote posts." msgstr "O autor desta postagem desabilitou as postagens de citaรงรฃo." -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "Este perfil serรก visรญvel apenas para usuรกrios registrados. Ele nรฃo serรก visรญvel para usuรกrios desconectados." @@ -12242,8 +12304,8 @@ msgstr "Respostas populares primeiro" msgid "Topic" msgstr "Assunto" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,9 +12375,9 @@ msgctxt "action" msgid "Try again" msgstr "Tentar novamente" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." -msgstr "Tente novamente em um momento." +msgstr "Tente novamente daqui a pouco." #: src/components/Post/Translated/index.tsx:229 #: src/components/Post/Translated/index.tsx:242 @@ -12335,7 +12397,7 @@ msgstr "TV" msgid "Two-factor authentication (2FA)" msgstr "Autenticaรงรฃo em duas etapas (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "Digite sua mensagem aqui" @@ -12371,7 +12433,7 @@ msgstr "Nรฃo foi possรญvel excluir" #: src/screens/Messages/JoinRequests.tsx:351 msgid "Unable to fetch join requests." -msgstr "Nรฃo foi possรญvel obter as solicitaรงรตes para entrar." +msgstr "Nรฃo foi possรญvel carregar as solicitaรงรตes para entrar." #: src/components/dms/dialogs/NewChatDialog.tsx:113 msgid "Unable to find a selected recipient." @@ -12401,7 +12463,7 @@ msgstr "Indisponรญvel" msgid "Unavailable feed information" msgstr "Informaรงรฃo do feed indisponรญvel" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:726 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12409,14 +12471,14 @@ msgstr "Informaรงรฃo do feed indisponรญvel" #: src/components/moderation/BlockDialog.tsx:211 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "Desbloquear" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "Desbloquear" @@ -12427,8 +12489,8 @@ msgstr "Desbloquear {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "Desbloquear Conta" @@ -12437,7 +12499,7 @@ msgid "Unblock account?" msgstr "Desbloquear conta?" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "Desbloquear Conta?" @@ -12474,12 +12536,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Desfazer repostagem ({0, plural, one {# repostagem} other {# repostagens}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "Deixar de seguir {0}" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "Parar de seguir conta" @@ -12521,13 +12583,13 @@ msgstr "Descurtir" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Descurtir ({0, plural, one {# curtida} other {# curtidas}})" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" -msgstr "Desbloquear conversa" +msgstr "Destrancar conversa" -#: src/screens/Messages/ConversationSettings/index.tsx:567 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" -msgstr "Desbloquear esta conversa em grupo" +msgstr "Destrancar esta conversa em grupo" #: src/screens/ProfileList/components/Header.tsx:180 #: src/screens/ProfileList/components/Header.tsx:187 @@ -12548,8 +12610,8 @@ msgstr "Dessilenciar {0}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "Dessilenciar conta" @@ -12562,7 +12624,7 @@ msgstr "Dessilenciar conversa" msgid "Unmute list" msgstr "Dessilenciar lista" -#: src/screens/Messages/ConversationSettings/index.tsx:529 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "Dessilenciar esta conversa em grupo" @@ -12641,7 +12703,7 @@ 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:1557 +#: src/view/com/composer/Composer.tsx:1555 msgid "Unsupported video type: {mimeType}" msgstr "Formato de vรญdeo nรฃo suportado: {mimeType}" @@ -12654,13 +12716,10 @@ msgstr "Atรฉ 50 pessoas" msgid "Update" msgstr "Atualizar" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "Atualizar <0>{displayName} nas Listas" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" -msgstr "Atualizar app" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 #: src/components/dialogs/EmailDialog/screens/Update.tsx:308 @@ -12669,6 +12728,10 @@ msgstr "Atualizar app" msgid "Update email" msgstr "Atualizar email" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 #: src/screens/Messages/components/InviteLinkDialog.tsx:303 @@ -12680,14 +12743,6 @@ msgstr "Atualizar link de convite" msgid "Update to {domain}" msgstr "Alterar para {domain}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "Atualize seu app" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "Atualize seu app para vรช-la." - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "Atualizar seu email" @@ -12736,7 +12791,7 @@ msgstr "Carregar um arquivo" msgid "Upload from Library" msgstr "Carregar da galeria" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2585 msgid "Uploading GIF..." msgstr "Enviando GIF..." @@ -12750,7 +12805,7 @@ msgstr "Enviando imagens..." msgid "Uploading link thumbnail..." msgstr "Enviando prรฉvia de link..." -#: src/view/com/composer/Composer.tsx:2589 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading video..." msgstr "Enviando vรญdeo..." @@ -12811,7 +12866,7 @@ msgstr "Usuรกrio Bloqueado por \"{0}\"" #: src/components/dms/BlockedByListDialog.tsx:27 msgid "User blocked by list" -msgstr "Usuรกrio Bloqueado Por Lista" +msgstr "Usuรกrio bloqueado por lista" #: src/components/moderation/ModerationDetailsDialog.tsx:61 msgid "User Blocked by List" @@ -12826,7 +12881,7 @@ msgid "User Blocks You" msgstr "Este Usuรกrio Te Bloqueou" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "Lista de usuรกrios por {0}" @@ -12835,7 +12890,7 @@ msgstr "Lista de usuรกrios por {0}" msgid "User List by {0}" msgstr "Lista de Usuรกrios por {0}" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "Sua lista de usuรกrios" @@ -12875,16 +12930,6 @@ msgstr "usuรกrios seguidos por <0>@{0}" msgid "users following <0>@{0}" msgstr "usuรกrios seguindo <0>@{0}" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "Usuรกrios que eu sigo" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "Usuรกrios que eu sigo" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "Conteรบdo:" @@ -12912,8 +12957,8 @@ msgstr "Verificado por:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "Verificar conta" @@ -13039,7 +13084,7 @@ msgstr "Vรญdeo nรฃo encontrado." msgid "Video settings" msgstr "Configuraรงรตes de vรญdeo" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2605 msgid "Video uploaded" msgstr "Vรญdeo enviado" @@ -13056,14 +13101,14 @@ msgstr "Vรญdeos" 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:1150 +#: src/view/com/composer/Composer.tsx:1148 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Visualizar" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "Ver {0}" @@ -13078,7 +13123,7 @@ msgstr "Ver o avatar de {0}" #: 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 "Ver perfil de {0}" @@ -13092,7 +13137,7 @@ msgstr "Ver o perfil de {0}" msgid "View {displayName}โ€™s profile" msgstr "Ver perfil de {displayName}" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "Ver {publicationTitle}" @@ -13145,7 +13190,7 @@ msgstr "Ver mais" msgid "View more trending videos" msgstr "Ver mais vรญdeos em alta" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1143 msgid "View post" msgstr "Visualizar postagem" @@ -13162,10 +13207,10 @@ msgstr "Ver perfil" msgid "View profile banner" msgstr "Ver imagem de capa do perfil" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "Ver publicaรงรฃo" @@ -13173,7 +13218,7 @@ msgstr "Ver publicaรงรฃo" msgid "View the avatar" msgstr "Ver o avatar" -#: src/screens/Messages/ConversationSettings/index.tsx:554 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "Ver o link de convite para esta conversa em grupo" @@ -13196,7 +13241,7 @@ msgstr "Ver vรญdeo" #: src/screens/Moderation/index.tsx:324 msgid "View your blocked accounts" -msgstr "Veja suas contas bloqueadas" +msgstr "Ver suas contas bloqueadas" #: src/screens/Moderation/index.tsx:264 msgid "View your default post interaction settings" @@ -13441,7 +13486,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:1041 +#: src/view/com/composer/Composer.tsx:1039 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." @@ -13492,7 +13537,7 @@ msgid "What do you want to call your starter pack?" msgstr "Como vocรช quer chamar seu pacote inicial?" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1519 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "E aรญ, qual รฉ a boa?" @@ -13519,7 +13564,7 @@ msgid "Who can verify?" msgstr "Quem pode verificar?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "Ops!" @@ -13578,7 +13623,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:1439 +#: src/view/com/composer/Composer.tsx:1437 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?" @@ -13587,12 +13632,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:1617 +#: src/view/com/composer/Composer.tsx:1615 msgid "Write post" msgstr "Escrever postagem" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1517 msgid "Write your reply" msgstr "Escreva sua resposta" @@ -13658,7 +13703,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:610 +#: src/components/dms/MessageItem.tsx:699 msgid "You are blocking {0}" msgstr "Vocรช estรก bloqueando {0}" @@ -13756,7 +13801,7 @@ msgstr "Agora vocรช pode escolher ser notificado quando pessoas especรญficas pos #: 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 "Agora vocรช pode convidar amigos com um link ou QR code. Compartilhe o link em qualquer lugar ou deixe que eles escaneiem o cรณdigo para se juntar a vocรช no Bluesky." +msgstr "Agora vocรช pode convidar amigos com um link ou cรณdigo QR. Compartilhe o link em qualquer lugar ou deixe que eles escaneiem o cรณdigo para se juntar a vocรช no Bluesky." #: src/screens/Login/index.tsx:203 #: src/screens/Login/PasswordUpdatedForm.tsx:27 @@ -13764,11 +13809,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:221 +#: src/view/com/composer/Composer.tsx:220 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" -msgstr "Vocรช sรณ pode adicionar atรฉ {MAX_GALLERY_IMAGES, plural, other {# imagens}} por post" +msgstr "Vocรช pode adicionar no mรกximo {MAX_GALLERY_IMAGES, plural, other {# imagens}} por postagem" -#: src/view/com/composer/Composer.tsx:1444 +#: src/view/com/composer/Composer.tsx:1442 msgid "You can only save drafts up to 1000 characters." msgstr "Vocรช sรณ pode salvar rascunhos com atรฉ 1000 caracteres." @@ -13803,8 +13848,8 @@ msgstr "Vocรช pode selecionar atรฉ {MAX_GALLERY_IMAGES, plural, other {# imagens 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:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:115 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}}" @@ -13839,7 +13884,7 @@ msgstr "Vocรช nรฃo tem feeds salvos." msgid "You got here first" msgstr "Vocรช chegou aqui primeiro" -#: src/components/intents/GroupChatJoinDialog.tsx:166 +#: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and canโ€™t join it using this link." msgstr "Vocรช foi removido deste grupo anteriormente e nรฃo pode entrar usando este link." @@ -13884,6 +13929,7 @@ msgstr "Vocรช silenciou esta conta." msgid "You have muted this user" msgstr "Vocรช silenciou este usuรกrio" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "Vocรช nรฃo tem listas." @@ -13912,7 +13958,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:1434 +#: src/view/com/composer/Composer.tsx:1432 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?" @@ -13970,7 +14016,7 @@ msgstr "Vocรช pode adicionar no mรกximo {STARTER_PACK_MAX_SIZE, plural, other {{ msgid "You may only add up to 3 feeds" msgstr "Vocรช pode adicionar no mรกximo 3 feeds" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." msgstr "Vocรช precisa ser dono da conversa para remover um membro." @@ -13983,7 +14029,7 @@ msgid "You must be following at least seven other people to generate a starter p msgstr "Vocรช deve estar seguindo pelo menos sete outras pessoas para gerar um pacote inicial." #: src/components/StarterPack/QrCodeDialog.tsx:69 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:89 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" @@ -14009,12 +14055,12 @@ 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:259 +#: src/components/dms/MessageItem.tsx:340 msgid "You reacted {0}" msgstr "Vocรช reagiu com {0}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "Vocรช reagiu com {0} a {target}" @@ -14023,8 +14069,20 @@ 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 +msgid "You replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:802 +msgid "You replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:800 +msgid "You replied to yourself" +msgstr "" + #. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 msgid "You requested to join" msgstr "Vocรช solicitou entrada" @@ -14050,12 +14108,12 @@ msgstr "Vocรช vai receber notificaรงรตes deste tรณpico" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "Vocรช receberรก um e-mail com um \"cรณdigo de redefiniรงรฃo\". Digite este cรณdigo aqui, e entรฃo digite sua nova senha." -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "Vocรช nรฃo poderรก voltar a entrar a menos que seja convidado." #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "Vocรช: {message}" @@ -14127,7 +14185,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:646 +#: src/view/com/composer/Composer.tsx:644 msgid "You've reached the maximum number of drafts" msgstr "Vocรช atingiu o nรบmero mรกximo de rascunhos" @@ -14199,11 +14257,11 @@ msgstr "Suas conversas foram desativadas" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "Sua escolha serรก lembrada para links futuros. Vocรช pode alterรก-la a qualquer momento nas configuraรงรตes." -#: src/view/com/notifications/NotificationFeedItem.tsx:374 +#: src/view/com/notifications/NotificationFeedItem.tsx:380 msgid "Your contact {firstAuthorLink} is on Bluesky" msgstr "Seu contato {firstAuthorLink} estรก no Bluesky" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:378 msgid "Your contact {firstAuthorName} is on Bluesky" msgstr "Seu contato {firstAuthorName} estรก no Bluesky" @@ -14285,7 +14343,7 @@ msgstr "Suas palavras silenciadas" #: 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 "Seu nome, avatar, o nome da conversa em grupo e o nรบmero de membros estarรฃo visรญveis para todos." +msgstr "Seu nome, foto, o nome da conversa em grupo e o nรบmero de membros estarรฃo visรญveis para todos." #: 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." @@ -14295,11 +14353,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:1141 +#: src/view/com/composer/Composer.tsx:1139 msgid "Your post was sent" msgstr "Sua postagem foi enviada" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1136 msgid "Your posts were sent" msgstr "Suas postagens foram enviadas" @@ -14320,7 +14378,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:1140 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your reply was sent" msgstr "Sua resposta foi enviada" @@ -14333,9 +14391,9 @@ 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:1469 +#: src/view/com/composer/Composer.tsx:1467 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." -msgstr "Sua thread tem posts vazios que serรฃo ignorados. Os posts restantes serรฃo publicados como uma thread." +msgstr "Seu tรณpico tem postagens vazias que serรฃo ignoradas. As postagens restantes serรฃo publicadas como um tรณpico." #: src/components/verification/VerificationsDialog.tsx:67 msgid "Your verifications" diff --git a/src/locale/locales/pt-PT/messages.po b/src/locale/locales/pt-PT/messages.po index 9ec3917973..f33f9c56df 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-10 21:06\n" +"PO-Revision-Date: 2026-06-17 12:23\n" "Last-Translator: \n" "Language-Team: Portuguese\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "Categoria \"{interestsDisplayName}\" (ativo)" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:867 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" msgstr "(link de convite da conversa)" -#: src/components/dms/getMessageInfo.ts:73 +#: 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)" @@ -75,7 +79,7 @@ msgstr "{0, plural, one {# rรณtulo inserido} other {# rรณtulos inseridos}} neste msgid "{0, plural, one {# like} other {# likes}}" msgstr "{0, plural, one {# gosto} other {# gostos}}" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "{0, plural, one {# membro} other {# membros}}" @@ -97,7 +101,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:269 +#: src/components/dms/MessageItem.tsx:350 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "{0, plural, one {# pessoa} other {# pessoas}} reagiu โ€“ {1}" @@ -118,15 +122,15 @@ msgstr "{0, plural, one {# segundo} other {# segundos}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: 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}}" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "{0, plural, one {#m} other {#m}}" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "{0} a seguir" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:703 msgid "{0} is blocking you" msgstr "Estรก bloqueado por {0}" @@ -273,7 +277,7 @@ msgstr "{0} de 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:345 msgid "{0} reacted {1}" msgstr "{0} reagiu com {1}" @@ -326,26 +330,24 @@ msgstr "Foto de perfil de {0}" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:143 +#: src/screens/Messages/JoinRequest.tsx:139 msgctxt "group-chat-member-count" msgid "{0}/{1}" 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'. +#. placeholder {0}: joinLinkPreview.memberCount #. placeholder {0}: preview.memberCount +#. placeholder {1}: joinLinkPreview.memberLimit #. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 msgid "{0}/{1} {2, plural, one {member} other {members}}" msgstr "{0}/{1} {2, plural, one {membro} other {membros}}" -#. The number of active group chat members out of the total number allowed. -#. placeholder {0}: joinLinkPreview.memberCount -#. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:329 -msgid "{0}/{1} members" -msgstr "{0}/{1} 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 @@ -389,7 +391,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:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "{count, plural, one {# pedido} other {# pedidos}}" @@ -397,33 +399,11 @@ msgstr "{count, plural, one {# pedido} other {# pedidos}}" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "{count, plural, one {# item nรฃo lido} other {# itens nรฃo lidos}}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "{count, plural, one {Recarregue a pรกgina para vรช-la.} other {Recarregue a pรกgina para vรช-las.}}" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "{count, plural, one {Esta publicaรงรฃo tem # imagem.} other {Esta publicaรงรฃo tem # imagens.}}" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "{count, plural, one {Atualize a sua aplicaรงรฃo para vรช-la.} other {Atualize a sua aplicaรงรฃo para vรช-las.}}" - #. 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 "{count, plural, one {}other {+ # pedidos de adesรฃo}}" -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "{count}+" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "+ de {count} pedidos" - #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" msgstr "{date} ร s {time}" @@ -441,155 +421,155 @@ msgstr "{estimatedTimeHrs, plural, one {hora} other {horas}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minuto} other {minutos}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: 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" -#: 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 "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}} gostaram do seu feed personalizado" -#: 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 "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}} gostaram da sua publicaรงรฃo" -#: 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 "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}} gostaram da sua republicaรงรฃo" -#: 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 "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}} removeram as suas verificaรงรตes da sua conta" -#: 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 "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}} repostaram a sua publicaรงรฃo" -#: 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 "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}} republicaram a sua republicaรงรฃo" -#: 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 "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}} registaram-se com o seu pacote de iniciante" -#: 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 "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}} verificaram-te" -#: src/view/com/notifications/NotificationFeedItem.tsx:367 +#: src/view/com/notifications/NotificationFeedItem.tsx:373 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} seguiu-te" -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} seguiu-te de volta" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} gostou do seu feed personalizado" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} gostou da sua publicaรงรฃo" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:512 msgid "{firstAuthorLink} liked your repost" msgstr "{firstAuthorLink} gostou da sua republicaรงรฃo" -#: src/view/com/notifications/NotificationFeedItem.tsx:479 +#: src/view/com/notifications/NotificationFeedItem.tsx:485 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} removeu a sua verificaรงรฃo da sua conta" -#: src/view/com/notifications/NotificationFeedItem.tsx:334 +#: src/view/com/notifications/NotificationFeedItem.tsx:340 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} republicou a sua publicaรงรฃo" -#: src/view/com/notifications/NotificationFeedItem.tsx:530 +#: src/view/com/notifications/NotificationFeedItem.tsx:536 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink} republicou a sua republicaรงรฃo" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:431 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} registou-se com o seu pacote de iniciante" -#: src/view/com/notifications/NotificationFeedItem.tsx:454 +#: src/view/com/notifications/NotificationFeedItem.tsx:460 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} verificou-te" -#: 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 "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}} seguiram-te" -#: 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 "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}} gostaram do seu feed personalizado" -#: 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 "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}} gostaram da sua publicaรงรฃo" -#: 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 "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}} gostaram da sua republicaรงรฃo" -#: 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 "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}} removeram as suas verificaรงรตes da sua conta" -#: 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 "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}} republicaram a sua publicaรงรฃo" -#: 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 "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}} republicaram a sua republicaรงรฃo" -#: 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 "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}} registaram-se com o seu pacote de iniciante" -#: 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 "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}} verificaram-te" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:359 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} seguiu-te" -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} seguiu-te de volta" -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} gostou do seu feed personalizado" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} gostou da sua publicaรงรฃo" -#: src/view/com/notifications/NotificationFeedItem.tsx:492 +#: src/view/com/notifications/NotificationFeedItem.tsx:498 msgid "{firstAuthorName} liked your repost" msgstr "{firstAuthorName} gostou da sua republicaรงรฃo" -#: src/view/com/notifications/NotificationFeedItem.tsx:465 +#: src/view/com/notifications/NotificationFeedItem.tsx:471 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} removeu a sua verificaรงรฃo da sua conta" -#: src/view/com/notifications/NotificationFeedItem.tsx:320 +#: src/view/com/notifications/NotificationFeedItem.tsx:326 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} republicou a sua publicaรงรฃo" -#: src/view/com/notifications/NotificationFeedItem.tsx:516 +#: src/view/com/notifications/NotificationFeedItem.tsx:522 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName} republicou a sua republicaรงรฃo" -#: src/view/com/notifications/NotificationFeedItem.tsx:411 +#: src/view/com/notifications/NotificationFeedItem.tsx:417 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} registou-se com o seu pacote de iniciante" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} verificou-te" @@ -659,12 +639,12 @@ msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "{minutes, plural, one {# minuto} other {# minutos}}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "{name} reagiu com {0} a {target}" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "{name}: {message}" @@ -697,6 +677,18 @@ msgstr "{profileName} aderiu ao Bluesky utilizando um pacote de iniciante hรก {t msgid "{rank}." msgstr "{rank}." +#: src/components/dms/MessageItem.tsx:813 +msgid "{replierDisplayName} replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:809 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:807 +msgid "{replierDisplayName} replied to you" +msgstr "" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "Uma coleรงรฃo de feeds populares que pode encontrar no Bluesky, incluindo News, Booksky, Game Dev, Blacksky, e Fountain Pens" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "uma mensagem" @@ -873,8 +875,8 @@ msgstr "Ocorreu um erro de rede. Por favor, verifique a sua conexรฃo ร  internet #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 #: src/screens/Messages/JoinRequests.tsx:192 #: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." @@ -955,7 +957,7 @@ msgstr "Aceitar esta sugestรฃo de idioma" msgid "Accepted conversations" msgstr "Conversas aceites" -#: src/components/intents/GroupChatJoinDialog.tsx:113 +#: 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." @@ -980,12 +982,12 @@ msgstr "Conta" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "Conta bloqueada" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "Conta seguida" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "Esta conta estรก desativada" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "Conta silenciada" @@ -1028,18 +1030,18 @@ msgstr "Conta removida do acesso rรกpido" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "Conta desbloqueada" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "Deixou de seguir conta" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "Removeu silenciamento da conta" @@ -1054,12 +1056,13 @@ msgstr "Contas com um selo de verificaรงรฃo azul recortado <0><1/> podem ver msgid "Activity from others" msgstr "Atividade de outros" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "Adicionar" @@ -1112,11 +1115,11 @@ msgstr "Adicionar texto alternativo (opcional)" msgid "Add another account" msgstr "Adicionar outra conta" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1518 msgid "Add another post" msgstr "Adicionar outra publicaรงรฃo" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2181 msgid "Add another post to thread" msgstr "Adicionar outra publicaรงรฃo ao fio" @@ -1182,7 +1185,7 @@ msgstr "Adicionar palavras/etiquetas bloqueadas" msgid "Add people" msgstr "Adicionar pessoas" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "Adicionar pessoas ร  lista" @@ -1214,8 +1217,8 @@ msgstr "Adicione o seguinte registo DNS ao seu domรญnio:" msgid "Add this feed to your feeds" msgstr "Adicionar este feed aos seus feeds" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "Adicionar a Listas" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "Adicionar a publicaรงรตes guardadas" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "Adicionar a pacotes de iniciante" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "Adicionar utilizador ร  lista" @@ -1246,8 +1249,8 @@ msgstr "Adicionado por {0}" msgid "Added by invite link" msgstr "Adicionado por link de convite" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "Adicionado ร  lista" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "alice@exemplo.com" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "Tudo" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "Todas {0}" @@ -1521,7 +1524,7 @@ msgid "An error occurred while loading your lists :/" msgstr "Ocorreu um erro ao carregar as suas listas :/" #: src/components/StarterPack/QrCodeDialog.tsx:81 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:103 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "Ocorreu um erro enquanto guardava o Cรณdigo QR!" @@ -1589,8 +1592,8 @@ msgstr "Ocorreu um problema ao tentar abrir a conversa" #: 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 "Ocorreu um problema, tente novamente." @@ -1643,7 +1646,7 @@ msgstr "Todos" msgid "Anyone can interact" msgstr "Qualquer um pode interagir" -#: src/components/intents/GroupChatJoinDialog.tsx:340 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" msgstr "Qualquer pessoa pode aderir" @@ -1796,8 +1799,8 @@ msgstr "Tem a certeza que deseja eliminar este pacote de iniciante?" msgid "Are you sure you want to discard your changes?" msgstr "Tem a certeza que deseja descartar as suas alteraรงรตes?" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "Tem a certeza de que deseja sair de {groupName}?" @@ -1814,11 +1817,11 @@ msgid "Are you sure you want to remove this from your feeds?" msgstr "Tem a certeza que deseja eliminar isto dos seus feeds?" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 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:1656 +#: src/view/com/composer/Composer.tsx:1654 msgid "Are you sure you'd like to discard this post?" msgstr "Tem a certeza que deseja descartar esta publicaรงรฃo?" @@ -1958,10 +1961,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:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2009,8 +2012,8 @@ msgstr "Bloquear {displayName}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "Bloquear conta" @@ -2088,6 +2091,10 @@ 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." @@ -2260,7 +2267,7 @@ msgstr "Botรฃo para voltar ร  cronologia do inรญcio" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:181 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2274,13 +2281,13 @@ msgstr "por @{0}" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:363 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "Por <0>{0}" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" msgstr "Por <0>{ownerDisplayName}" @@ -2348,10 +2355,10 @@ msgstr "Acesso ร  cรขmara necessรกrio" #: src/screens/Deactivated.tsx:150 #: src/screens/Messages/components/InviteLinkDialog.tsx:500 #: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,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:1734 -#: src/view/com/composer/Composer.tsx:1744 +#: src/view/com/composer/Composer.tsx:1732 +#: src/view/com/composer/Composer.tsx:1742 #: 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 @@ -2380,6 +2387,10 @@ msgstr "Cancelar citaรงรฃo" msgid "Cancel reactivation and sign out" msgstr "Cancelar reativaรงรฃo e terminar sessรฃo" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "Cancelar pesquisa" @@ -2481,7 +2492,7 @@ msgstr "Alteraรงรตes ao pacote de iniciante nรฃo se irรฃo refletir na lista apรณ #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,7 +2509,7 @@ msgid "Chat ended" msgstr "Conversa encerrada" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:256 +#: src/components/intents/GroupChatJoinDialog.tsx:269 #: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" msgstr "O link de convite para a conversa jรก nรฃo estรก disponรญvel" @@ -2520,12 +2531,12 @@ msgctxt "toast" msgid "Chat muted" msgstr "Conversa silenciada" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." msgstr "Conversa nรฃo encontrada." -#: src/components/moderation/BlockDialog.tsx:292 +#: 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." @@ -2544,10 +2555,10 @@ msgstr "Pedidos de conversa" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "Definiรงรตes da conversa" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Removeu o silenciamento da conversa" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "Conversas" @@ -2731,7 +2742,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:533 +#: src/components/dms/MessageItem.tsx:622 msgid "Click to retry failed message" msgstr "Clique para reenviar a mensagem falha" @@ -2745,6 +2756,7 @@ msgstr "Clique para reenviar a mensagem falha" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "Clique para reenviar a mensagem falha" #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:233 -#: src/components/intents/GroupChatJoinDialog.tsx:268 +#: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2804,10 +2816,6 @@ msgstr "Fechar aviso" msgid "Close banner" msgstr "Fechar banner" -#: src/view/com/util/BottomSheetCustomBackdrop.tsx:36 -msgid "Close bottom drawer" -msgstr "Fechar parte inferior" - #. Accessibility label for the button that dismisses the GIF picker error dialog. #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:223 #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:229 @@ -2822,7 +2830,7 @@ msgstr "Fechar parte inferior" msgid "Close dialog" msgstr "Fechar janela de diรกlogo" -#: src/view/shell/index.web.tsx:129 +#: src/view/shell/index.web.tsx:127 msgid "Close drawer menu" msgstr "Fechar menu lateral" @@ -2850,10 +2858,10 @@ msgstr "Fechar leitor" msgid "Close the incoming requests banner" msgstr "Fechar o banner de pedidos de adesรฃo" -#: src/components/intents/GroupChatJoinDialog.tsx:226 -#: src/components/intents/GroupChatJoinDialog.tsx:227 -#: src/components/intents/GroupChatJoinDialog.tsx:263 -#: src/components/intents/GroupChatJoinDialog.tsx:264 +#: 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 msgid "Close this dialog" msgstr "Fechar esta janela de diรกlogo" @@ -2866,15 +2874,15 @@ 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:1742 +#: src/view/com/composer/Composer.tsx:1740 msgid "Closes post composer and discards post draft" msgstr "Fecha o compositor de publicaรงรฃo e descarta o rascunho de publicaรงรฃo" -#: src/view/com/notifications/NotificationFeedItem.tsx:605 +#: src/view/com/notifications/NotificationFeedItem.tsx:611 msgid "Collapse list of users" msgstr "Colapsar lista de utilizadores" -#: src/view/com/notifications/NotificationFeedItem.tsx:953 +#: src/view/com/notifications/NotificationFeedItem.tsx:959 msgid "Collapses list of users for a given notification" msgstr "Colapsa lista de utilizadores para uma notificaรงรฃo" @@ -2920,7 +2928,7 @@ msgid "Compose new post" msgstr "Escrever nova publicaรงรฃo" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1618 +#: src/view/com/composer/Composer.tsx:1616 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Compor publicaรงรตes com atรฉ {0, plural, other {# caracteres}} de comprimento" @@ -2928,11 +2936,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:2580 +#: src/view/com/composer/Composer.tsx:2578 msgid "Compressing GIF..." msgstr "A comprimir GIF..." -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing video..." msgstr "A comprimir vรญdeo..." @@ -3100,7 +3108,7 @@ msgstr "Continuar para o prรณximo passo" msgid "Conversation" msgstr "Conversa" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "Conversa eliminada" @@ -3127,7 +3135,7 @@ msgid "Copied build version to clipboard" msgstr "Versรฃo de compilaรงรฃo copiada para a รกrea de transferรชncia" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3154,12 @@ msgstr "Copiado!" msgid "Copies build version to clipboard" msgstr "Copia a versรฃo de compilaรงรฃo para a รกrea de transferรชncia" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" msgstr "Copia o URL canรณnico do perfil para a รกrea de transferรชncia" #: src/components/StarterPack/QrCodeDialog.tsx:198 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:265 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "Copiar" @@ -3159,8 +3167,8 @@ msgstr "Copiar" msgid "Copy App Password" msgstr "Copiar Palavra-passe da Aplicaรงรฃo" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "Copiar at:// URI" @@ -3175,8 +3183,8 @@ msgid "Copy code" msgstr "Copiar cรณdigo" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "Copiar DID" @@ -3184,7 +3192,7 @@ msgstr "Copiar DID" msgid "Copy host" msgstr "Copiar host" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:254 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" msgstr "Copiar link de convite" @@ -3210,8 +3218,8 @@ msgstr "Copiar Link para a Lista" msgid "Copy link to post" msgstr "Copiar Link para a Publicaรงรฃo" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "Copiar link para o perfil" @@ -3219,8 +3227,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:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "Copiar texto da mensagem" @@ -3249,7 +3257,7 @@ msgstr "Copiar valor de registo TXT" msgid "Copyright Policy" msgstr "Polรญtica de Direitos de Autor" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" msgstr "Nรฃo foi possรญvel capturar o cรณdigo QR" @@ -3261,11 +3269,11 @@ msgstr "Nรฃo foi possรญvel conectar com o feed personalizado" msgid "Could not connect to feed service" msgstr "Nรฃo foi possรญvel conectar com o serviรงo do feed" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:120 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" msgstr "Nรฃo foi possรญvel copiar โ€“ por favor, tente novamente" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" msgstr "Nรฃo foi possรญvel transferir โ€“ por favor, tente novamente" @@ -3294,7 +3302,7 @@ msgstr "Nรฃo foi possรญvel seguir todas as correspondรชncias. {0}" msgid "Could not leave chat" msgstr "Nรฃo foi possรญvel sair da conversa" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." msgstr "Nรฃo foi possรญvel sair da conversa." @@ -3308,7 +3316,7 @@ msgstr "Nรฃo foi possรญvel carregar o feed" msgid "Could not load list" msgstr "Nรฃo foi possรญvel carregar a lista" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:169 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" msgstr "Nรฃo foi possรญvel carregar o perfil" @@ -3320,7 +3328,7 @@ msgstr "Nรฃo foi possรญvel silenciar a conversa" msgid "Could not process your video" msgstr "Nรฃo foi possรญvel processar o seu vรญdeo" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." msgstr "Nรฃo foi possรญvel remover o membro." @@ -3329,7 +3337,7 @@ msgstr "Nรฃo foi possรญvel remover o membro." msgid "Could not save changes: {0}" msgstr "Nรฃo foi possรญvel guardar as alteraรงรตes: {0}" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" msgstr "Nรฃo foi possรญvel partilhar โ€“ por favor, tente novamente" @@ -3394,12 +3402,12 @@ msgstr "Criar um pacote de iniciante para mim" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:314 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3457,13 @@ msgstr "Criar lista a partir de pacote de iniciante" msgid "Create moderation list" msgstr "Criar lista de moderaรงรฃo" -#: src/screens/Messages/JoinRequest.tsx:308 +#: 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 "Criar conta nova" -#: src/screens/Messages/ConversationSettings/index.tsx:553 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "Criar ou modificar um link de convite para esta conversa de grupo" @@ -3479,7 +3487,7 @@ msgstr "Criar lista de utilizadores" #. placeholder {0}: i18n.date(createdAt, { dateStyle: 'long', timeStyle: 'short', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) #: src/screens/Messages/components/InviteLinkDialog.tsx:355 -#: src/screens/Messages/ConversationSettings/index.tsx:505 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "Criado {0}" @@ -3624,7 +3632,7 @@ msgstr "Apagar contactos" msgid "Delete conversation" msgstr "Eliminar conversa" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "Eliminar para mim" @@ -3637,7 +3645,7 @@ msgstr "Eliminar lista" msgid "Delete message" msgstr "Eliminar mensagem" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "Eliminar mensagem para mim" @@ -3647,7 +3655,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:1630 +#: src/view/com/composer/Composer.tsx:1628 msgid "Delete post" msgstr "Eliminar publicaรงรฃo" @@ -3689,6 +3697,10 @@ 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 @@ -3794,9 +3806,9 @@ msgstr "Desativado" #: 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:1411 +#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1661 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3819,14 @@ msgstr "Descartar" msgid "Discard changes?" msgstr "Descartar alteraรงรตes?" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1409 #: 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:1428 -#: src/view/com/composer/Composer.tsx:1655 +#: src/view/com/composer/Composer.tsx:1426 +#: src/view/com/composer/Composer.tsx:1653 msgid "Discard post?" msgstr "Descartar publicaรงรฃo?" @@ -3852,7 +3864,7 @@ msgstr "Ignorar" msgid "Dismiss banner" msgstr "Ignorar banner" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2499 msgid "Dismiss error" msgstr "Ignorar falha" @@ -3949,8 +3961,8 @@ msgstr "Nรฃo se preocupe! Todas as mensagens e configuraรงรตes existentes serรฃo #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:146 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3975,7 @@ msgstr "Nรฃo se preocupe! Todas as mensagens e configuraรงรตes existentes serรฃo msgid "Done" msgstr "Concluรญdo" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "Concluรญdo" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:520 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" @@ -4087,8 +4093,8 @@ msgstr "Desordens alimentares" msgid "Edit" msgstr "Editar" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "Editar" @@ -4102,8 +4108,8 @@ msgstr "Editar foto de perfil" msgid "Edit Feeds" msgstr "Editar feeds" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "Editar nome do grupo" @@ -4141,8 +4147,8 @@ msgstr "Editar definiรงรตes do link" msgid "Edit list details" msgstr "Editar detalhes da lista" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "Editar estado \"em direto\"" @@ -4155,7 +4161,7 @@ msgstr "Editar lista de moderaรงรฃo" msgid "Edit My Feeds" msgstr "Editar os Meus Feeds" -#: src/screens/Messages/ConversationSettings/index.tsx:540 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "Editar nome" @@ -4184,8 +4190,8 @@ msgstr "Editar Perfil" msgid "Edit starter pack" msgstr "Editar pacote de iniciante" -#: src/screens/Messages/ConversationSettings/index.tsx:486 -#: src/screens/Messages/ConversationSettings/index.tsx:539 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "Editar nome da conversa de grupo" @@ -4402,7 +4408,7 @@ msgstr "Entra em ecrรฃ cheio" msgid "Entertainment" msgstr "Entretenimento" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2598 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Erro" @@ -4481,7 +4487,7 @@ msgstr "Sair do ecrรฃ cheio" msgid "Expand alt text" msgstr "Expandir texto alternativo" -#: src/view/com/notifications/NotificationFeedItem.tsx:606 +#: src/view/com/notifications/NotificationFeedItem.tsx:612 msgid "Expand list of users" msgstr "Expandir lista de utilizadores" @@ -4596,8 +4602,8 @@ msgstr "Falha ao aceitar solicitaรงรฃo de conversa" msgid "Failed to accept join request" msgstr "Falha ao aceitar pedido de adesรฃo" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "Falha ao adicionar reaรงรฃo de emoji" @@ -4606,6 +4612,10 @@ msgstr "Falha ao adicionar reaรงรฃo de emoji" msgid "Failed to add members" msgstr "Falha ao adicionar membros" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "Falha ao adicionar ao pacote de iniciante" @@ -4615,7 +4625,7 @@ msgid "Failed to change handle. Please try again." msgstr "Falha ao tentar alterar nome de utilizador. Tente novamente." #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:129 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "Falha ao copiar o link" @@ -4664,7 +4674,7 @@ msgstr "Falha ao desativar link de convite" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "Falha ao desconectar Germ DM. Erro: {0}" -#: src/screens/Messages/ConversationSettings/index.tsx:374 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "Falha ao editar o nome da conversa de grupo" @@ -4692,7 +4702,7 @@ msgstr "Falha ao ocultar sugestรฃo. Por favor, verifique a sua conexรฃo ร  inter msgid "Failed to ignore join request" msgstr "Falha ao ignorar pedido de adesรฃo" -#: src/components/intents/GroupChatJoinDialog.tsx:137 +#: 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." @@ -4700,14 +4710,14 @@ msgstr "Falha ao entrar na conversa de grupo. Por favor, tente novamente." msgid "Failed to launch SMS app" msgstr "Falha ao iniciar a aplicaรงรฃo de SMS" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:401 +#: 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 "Falha ao sair da conversa de grupo" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "Falha ao carregar as conversas" @@ -4753,15 +4763,20 @@ msgstr "Falha ao carregar feeds sugeridos" msgid "Failed to load suggested follows" msgstr "Falha ao carregar contas sugeridas" -#: src/screens/Messages/ConversationSettings/index.tsx:426 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "Falha ao trancar a conversa de grupo" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +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 msgid "Failed to mark all requests as read" msgstr "Falha ao marcar todas as solicitaรงรตes como lidas" -#: src/screens/Messages/ConversationSettings/index.tsx:390 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "Falha ao silenciar conversa de grupo" @@ -4783,12 +4798,16 @@ msgstr "Falha ao remover dados devido a um erro de rede. Por favor, verifique a msgid "Failed to remove data. {0}" msgstr "Falha ao remover dados. {0}" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:111 +#: 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 "" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "Falha ao remover do pacote de iniciante" @@ -4802,7 +4821,7 @@ msgstr "Falha ao remover membro da conversa de grupo" msgid "Failed to remove verification" msgstr "Falha ao remover verificaรงรฃo" -#: src/components/intents/GroupChatJoinDialog.tsx:180 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." msgstr "Falha ao rescindir o seu pedido. Por favor, tente novamente." @@ -4811,7 +4830,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:648 +#: src/view/com/composer/Composer.tsx:646 msgid "Failed to save draft" msgstr "Falha ao guardar rascunho" @@ -4854,7 +4873,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "Falha ao alterar o estado de silenciamento do fio de discussรฃo, por favor tente novamente" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:435 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "Falha ao destrancar a conversa de grupo" @@ -5116,16 +5135,16 @@ msgstr "Focar o campo de pesquisa" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 "Seguir" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "Seguir {0}" @@ -5149,8 +5168,8 @@ msgstr "Siga 10 pessoas para comeรงar" msgid "Follow 7 accounts" msgstr "Siga 7 contas" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "Seguir conta" @@ -5173,9 +5192,9 @@ msgstr "Seguir todas as contas" #. 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:423 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "Seguir de volta" @@ -5211,7 +5230,7 @@ msgstr "Seguido por <0>{0} e <1>{1}" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "Seguido por <0>{0}, <1>{1} e {2, plural, one {# outro} other {# outros}}" -#: src/components/intents/GroupChatJoinDialog.tsx:339 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" msgstr "Seguidores podem aderir" @@ -5231,10 +5250,10 @@ msgstr "Seguidores que conhece" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 "A seguir" @@ -5249,7 +5268,7 @@ msgstr "A seguir" #. 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 "A seguir {0}" @@ -5467,7 +5486,7 @@ msgstr "Vamos comeรงar" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2603 msgid "GIF uploaded" msgstr "GIF carregado" @@ -5526,8 +5545,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "Ir para o inรญcio" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "Entrar em direto" @@ -5538,8 +5557,8 @@ msgstr "Entrar em direto" msgid "Go Live" msgstr "Entrar em direto" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "Entrar em direto (desativado)" @@ -5547,7 +5566,7 @@ msgstr "Entrar em direto (desativado)" msgid "Go live for" msgstr "Entrar em direto por" -#: src/view/com/notifications/NotificationFeedItem.tsx:250 +#: src/view/com/notifications/NotificationFeedItem.tsx:256 msgid "Go to {firstAuthorName}'s profile" msgstr "Ir para o perfil de {firstAuthorName}" @@ -5622,9 +5641,9 @@ msgstr "Conteรบdo violento grรกfico" msgid "Grooming or predatory behavior" msgstr "Grooming ou comportamento predatรณrio" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:321 -#: src/screens/Messages/JoinRequest.tsx:129 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" msgstr "Conversa de grupo" @@ -5632,17 +5651,17 @@ msgstr "Conversa de grupo" msgid "Group chat invite link dialog" msgstr "Janela de diรกlogo do link de convite para a conversa de grupo" -#: src/screens/Messages/ConversationSettings/index.tsx:417 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "Conversa de grupo trancada" -#: src/screens/Messages/ConversationSettings/index.tsx:382 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "Conversa de grupo silenciada" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "Nome da conversa de grupo atualizado" @@ -5653,12 +5672,12 @@ msgid "Group chat settings" msgstr "Definiรงรตes de conversa de grupo" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "Conversa de grupo destrancada" -#: src/screens/Messages/ConversationSettings/index.tsx:385 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "Removeu o silenciamento da conversa de grupo" @@ -5682,12 +5701,12 @@ msgstr "O grupo estรก trancado" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "Nome do grupo" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "O nome do grupo รฉ demasiado longo {MAX_GROUP_NAME_GRAPHEME_LENGTH, plural, one {}other {O nรบmero mรกximo de caracteres รฉ #.}}" @@ -5829,7 +5848,7 @@ msgstr "Lista oculta" msgid "Hide" msgstr "Ocultar" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "Ocultar" @@ -5904,7 +5923,7 @@ msgstr "Ocultar tendรชncias?" msgid "Hide trending videos?" msgstr "Ocultar vรญdeos do momento?" -#: src/view/com/notifications/NotificationFeedItem.tsx:951 +#: src/view/com/notifications/NotificationFeedItem.tsx:957 msgid "Hide user list" msgstr "Ocultar lista de utilizadores" @@ -5960,7 +5979,7 @@ msgstr "Aguarde! Estamos a dar acesso a vรญdeo gradualmente e ainda estรก em fil #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6210,7 +6229,7 @@ msgstr "Na aplicaรงรฃo, push, de todos" msgid "In-app, push, people you follow" msgstr "Na aplicaรงรฃo, push, de pessoas que sigo" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "Caixa de entrada vazia" @@ -6268,7 +6287,7 @@ msgstr "Introduzindo publicaรงรตes guardadas" msgid "Invalid 2FA confirmation code." msgstr "Cรณdigo de confirmaรงรฃo de 2FA invรกlido." -#: src/components/intents/GroupChatJoinDialog.tsx:147 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." msgstr "Cรณdigo de conversa de grupo invรกlido." @@ -6290,7 +6309,7 @@ msgstr "Nรบmero de telefone invรกlido" msgid "Invalid report subject" msgstr "Motivo de denรบncia invรกlido" -#: src/components/intents/GroupChatJoinDialog.tsx:187 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." msgstr "Pedido de rescisรฃo invรกlido." @@ -6315,15 +6334,15 @@ 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:140 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" msgstr "Convidar amigos" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:155 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "Convide Amigos" @@ -6336,17 +6355,17 @@ msgstr "Convide amigos <0/>" #: src/screens/Messages/components/InviteLinkDialog.tsx:335 #: src/screens/Messages/components/InviteLinkDialog.tsx:514 #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 -#: src/screens/Messages/ConversationSettings/index.tsx:556 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "Link de convite" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:213 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "Link de convite" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" msgstr "Link de convite copiado" @@ -6410,7 +6429,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:2520 +#: src/view/com/composer/Composer.tsx:2518 msgid "Job ID: {0}" msgstr "ID do trabalho: {0}" @@ -6420,7 +6439,7 @@ msgid "Jobs" msgstr "Empregos" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:282 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" msgstr "Aderir" @@ -6431,12 +6450,12 @@ msgstr "Aderir" msgid "Join Bluesky" msgstr "Junte-se ao Bluesky" -#: src/components/intents/GroupChatJoinDialog.tsx:71 -#: src/components/intents/GroupChatJoinDialog.tsx:448 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" msgstr "Aderir ร  conversa de grupo" -#: src/components/intents/GroupChatJoinDialog.tsx:176 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." msgstr "Pedido de adesรฃo rescindido." @@ -6450,8 +6469,8 @@ msgstr "Junte-se ร  conversa" msgid "Journalism" msgstr "Jornalismo" -#: src/view/com/composer/Composer.tsx:1461 -#: src/view/com/composer/Composer.tsx:1471 +#: src/view/com/composer/Composer.tsx:1459 +#: src/view/com/composer/Composer.tsx:1469 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "Continuar a editar" @@ -6609,7 +6628,7 @@ msgid "Learn more." msgstr "Saber mais." #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:590 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "Sair" @@ -6623,8 +6642,8 @@ msgstr "Sair" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "Sair da conversa" @@ -6644,12 +6663,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "Sair da conversa" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "Sair da conversa de grupo" -#: src/screens/Messages/ConversationSettings/index.tsx:589 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "Sair desta conversa de grupo" @@ -6658,11 +6677,11 @@ msgstr "Sair desta conversa de grupo" msgid "Leaving Bluesky" msgstr "Sair do Bluesky" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: src/screens/Messages/ConversationSettings/prompts.tsx:153 msgid "Leaving this chat will lock it permanently and you wonโ€™t be able to rejoin." msgstr "Sair desta conversa irรก trancรก-la permanentemente e nรฃo poderรก voltar a entrar." -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." msgstr "Saiu da conversa de grupo." @@ -6935,9 +6954,9 @@ msgstr "Carregar novas notificaรงรตes" msgid "Load new posts" msgstr "Carregar novas publicaรงรตes" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "A carregar conversaโ€ฆ" @@ -6954,23 +6973,23 @@ msgstr "A carregar definiรงรตes de interaรงรฃo da publicaรงรฃo..." msgid "Loading..." msgstr "A carregar..." -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "Trancar" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "Trancar conversa de grupo" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "Trancar conversa de grupo?" -#: src/screens/Messages/ConversationSettings/index.tsx:568 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "Trancar esta conversa de grupo" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "Trancada" @@ -7051,6 +7070,16 @@ msgstr "Gerir as suas palavras silenciadas e tags" 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 +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 +msgid "Mark all requests as read" +msgstr "Marcar todos os pedidos como lidos" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7089,14 @@ msgstr "Marcar como lido" msgid "Marked all as read" msgstr "Tudo marcado como lido" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "Todas as conversas foram marcadas como lidas" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "Todos os pedidos foram marcados como lidos" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,7 +7120,7 @@ msgstr "Conteรบdo multimรฉdia armazenado noutro dispositivo" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Conteรบdo multimรฉdia que pode ser perturbador ou inapropriado para algumas audiรชncias." -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." msgstr "Membro removido da conversa de grupo." @@ -7092,7 +7129,7 @@ msgstr "Membro removido da conversa de grupo." msgid "Members" msgstr "Membros" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "Membros ainda podem ler o histรณrico da conversa, mas nรฃo podem enviar novas mensagens." @@ -7111,13 +7148,13 @@ msgstr "Menรงรตes" msgid "Menu" msgstr "Menu" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "Mensagem" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 +#: 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" @@ -7132,7 +7169,7 @@ msgstr "Mensagem {0}" msgid "Message {displayName}" msgstr "Enviar mensagem a {displayName}" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "Mensagem eliminada" @@ -7141,13 +7178,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Mensagem eliminada" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:616 msgid "Message failed to send." msgstr "Falha ao enviar mensagem." #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "Mensagem de @{0}: {1}" @@ -7156,21 +7193,21 @@ msgstr "Mensagem de @{0}: {1}" msgid "Message from server: {0}" msgstr "Mensagem do servidor: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "Campo de entrada de mensagem" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 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:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "Opรงรตes de mensagem" @@ -7178,11 +7215,11 @@ msgstr "Opรงรตes de mensagem" msgid "Messages" msgstr "Mensagens" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:715 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:621 +#: src/components/dms/MessageItem.tsx:710 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." @@ -7219,8 +7256,8 @@ msgstr "Detalhes de moderaรงรฃo" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "Lista de moderaรงรฃo por {0}" @@ -7228,7 +7265,7 @@ msgstr "Lista de moderaรงรฃo por {0}" msgid "Moderation list by <0/>" msgstr "Lista de moderaรงรฃo por <0/>" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "Lista de moderaรงรฃo por si" @@ -7281,8 +7318,8 @@ msgstr "Mais idiomas..." #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "Mais opรงรตes" @@ -7302,7 +7339,7 @@ msgstr "Filmes" msgid "Music" msgstr "Mรบsica" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "Silenciar" @@ -7320,8 +7357,8 @@ msgstr "Silenciar {0}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "Silenciar conta" @@ -7347,7 +7384,7 @@ msgstr "Silenciar lista" msgid "Mute these accounts?" msgstr "Silenciar estas contas?" -#: src/screens/Messages/ConversationSettings/index.tsx:530 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "Silenciar esta conversa de grupo" @@ -7389,7 +7426,7 @@ msgstr "Silenciar palavras e tags" msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." msgstr "Silencie, saia ou remova pessoas a qualquer momento. A conversa รฉ sua." -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "Silenciado" @@ -7480,7 +7517,7 @@ 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:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "Novo" @@ -7490,21 +7527,21 @@ msgctxt "action" msgid "New" msgstr "Novo" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: 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}" -#: 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 "{postsCount, plural, one {Nova publicaรงรฃo} other {Novas publicaรงรตes}} de {firstAuthorName}" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "Nova conversa" @@ -7592,11 +7629,11 @@ msgctxt "action" msgid "New post" msgstr "Nova publicaรงรฃo" -#: 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 "Novas publicaรงรตes de {firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}} " -#: 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 "Novas publicaรงรตes de {firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}}" @@ -7718,7 +7755,7 @@ msgstr "Nenhuma lista" #. 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 "Jรก nรฃo segue {0}" @@ -7726,7 +7763,7 @@ msgstr "Jรก nรฃo segue {0}" msgid "No media yet" msgstr "Sem conteรบdo multimรฉdia ainda" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "Sem mensagens ainda" @@ -7763,7 +7800,7 @@ msgstr "Ninguรฉm" msgid "No one but the author can quote this post." msgstr "Ninguรฉm, para alรฉm do autor, pode citar esta publicaรงรฃo." -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "Ninguรฉm pode enviar mensagens" @@ -7831,6 +7868,11 @@ 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" @@ -7895,7 +7937,7 @@ msgstr "Nรฃo Encontrado" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "Nรฃo estรก pronto para publicar? Mantenha as suas melhores ideias nos Rascunhos atรฉ o timing ser perfeito." -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "Nota sobre partilhar" @@ -7931,7 +7973,7 @@ msgstr "Sons de notificaรงรตes" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8017,7 @@ msgstr "OK" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:722 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8008,11 +8050,11 @@ 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:864 +#: src/view/com/composer/Composer.tsx:862 msgid "One or more GIFs is missing alt text." msgstr "Um ou mais GIFs sem texto alternativo." -#: src/view/com/composer/Composer.tsx:861 +#: src/view/com/composer/Composer.tsx:859 msgid "One or more images is missing alt text." msgstr "Uma ou mais imagens sem texto alternativo." @@ -8024,11 +8066,11 @@ msgstr "Um ou mais dos seus ficheiros selecionados nรฃo sรฃo suportados." 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:659 +#: src/view/com/composer/Composer.tsx:657 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:871 +#: src/view/com/composer/Composer.tsx:869 msgid "One or more videos is missing alt text." msgstr "Um ou mais vรญdeos sem texto alternativo." @@ -8041,7 +8083,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:234 +#: src/view/com/composer/Composer.tsx:233 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}" @@ -8053,7 +8095,7 @@ msgstr "Apenas administradores podem aceitar pedidos de adesรฃo." msgid "Only admins can ignore join requests." msgstr "Apenas administradores podem ignorar pedidos de adesรฃo." -#: src/components/intents/GroupChatJoinDialog.tsx:145 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." msgstr "Apenas seguidores podem aderir a esta conversa de grupo." @@ -8068,12 +8110,12 @@ msgid "Only image files are supported" msgstr "Apenas ficheiros de imagem sรฃo suportados" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:222 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." msgstr "Apenas pessoas seguidas por {0} podem aderir." #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:292 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" msgstr "Apenas pessoas seguidas pelo proprietรกrio da conversa podem aderir" @@ -8107,7 +8149,7 @@ msgid "Open camera" msgstr "Abrir cรขmara" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:437 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" msgstr "Abrir conversa" @@ -8115,8 +8157,8 @@ msgstr "Abrir conversa" msgid "Open chat member options for {displayName}" msgstr "Abrir opรงรตes de membro da conversa para {displayName}" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "Abrir opรงรตes de conversa" @@ -8128,9 +8170,9 @@ msgstr "Abrir rascunho" msgid "Open drawer menu" msgstr "Abrir menu lateral" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2158 msgid "Open emoji picker" msgstr "Abrir selecionador de emojis" @@ -8151,7 +8193,7 @@ msgstr "Abrir lista completa de emojis" msgid "Open Germ DM" msgstr "Abrir Germ DM" -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" msgstr "Abrir conversa de grupo" @@ -8166,11 +8208,11 @@ msgid "Open in Google Translate" msgstr "Abrir no Google Tradutor" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "Abrir link para {niceUrl}" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "Abrir opรงรตes de mensagem" @@ -8221,7 +8263,7 @@ msgstr "Abrir pรกgina do storybook" msgid "Open system log" msgstr "Abrir registo do sistema" -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" msgstr "Abrir esta conversa de grupo" @@ -8275,13 +8317,13 @@ msgstr "Abre a cรขmara do dispositivo" 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." -#: src/screens/Messages/JoinRequest.tsx:309 +#: 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 "Abre processo para criar uma nova conta no Bluesky" -#: src/screens/Messages/JoinRequest.tsx:295 +#: 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" @@ -8341,7 +8383,7 @@ msgstr "Abre o compositor de publicaรงรฃo" msgid "Opens this draft in the composer" msgstr "Abre este rascunho no compositor" -#: 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 "Abre este perfil" @@ -8513,6 +8555,16 @@ msgstr "Pessoas a seguir @{0}" msgid "People I follow" msgstr "Pessoas que eu sigo" +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "Pessoas que eu sigo" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "Pessoas que eu sigo" + #: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "Pessoas que eu sigo podem se juntar instantaneamente" @@ -8813,7 +8865,7 @@ msgstr "Polรญtica" msgid "Porn" msgstr "Pornografia" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post" msgstr "Publicaรงรฃo" @@ -8833,12 +8885,12 @@ msgstr "Publicar uma foto" msgid "Post a video" msgstr "Publicar um vรญdeo" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Post All" msgstr "Publicar tudo" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1468 msgid "Post anyway" msgstr "Publicar mesmo assim" @@ -9015,11 +9067,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:2594 +#: src/view/com/composer/Composer.tsx:2592 msgid "Processing GIF..." msgstr "A processar GIF..." -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing video..." msgstr "A processar o vรญdeo..." @@ -9031,7 +9083,7 @@ msgstr "A processar..." msgid "profile" msgstr "perfil" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9117,22 @@ 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:1792 +#: src/view/com/composer/Composer.tsx:1790 msgid "Publish post" msgstr "Publicar publicaรงรฃo" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1787 +#: src/view/com/composer/Composer.tsx:1785 msgid "Publish posts" msgstr "Publicar publicaรงรตes" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1776 +#: src/view/com/composer/Composer.tsx:1774 msgid "Publish replies" msgstr "Publicar respostas" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1781 +#: src/view/com/composer/Composer.tsx:1779 msgid "Publish reply" msgstr "Publicar resposta" @@ -9109,7 +9161,7 @@ msgid "QR code has been downloaded!" msgstr "O cรณdigo QR foi transferido!" #: src/components/StarterPack/QrCodeDialog.tsx:122 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "O cรณdigo QR foi guardado no rolo da sua cรขmara!" @@ -9172,8 +9224,8 @@ msgstr "Reativar link" msgid "React with {emoji}" msgstr "Reagir com {emoji}" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "Reaรงรตes" @@ -9268,10 +9320,6 @@ msgstr "Recomendados" msgid "Reconnect" msgstr "Reconectar" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "Atualize a pรกgina para vรช-la." - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" @@ -9291,12 +9339,14 @@ msgstr "Rejeitar solicitaรงรฃo de conversa" msgid "Reject join request" msgstr "Rejeitar pedido de adesรฃo" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "Recarregar conversas" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9355,9 @@ msgstr "Recarregar conversas" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "Remover" @@ -9326,7 +9375,7 @@ msgstr "Remover {displayName} do pacote de iniciante" msgid "Remove {displayName} from this group chat" msgstr "Remover {displayName} desta conversa de grupo" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" msgstr "Remover {displayName}?" @@ -9443,14 +9492,14 @@ msgstr "Remover este feed dos seus feeds guardados" msgid "Remove unavailable moderation services" msgstr "Remover serviรงos de moderaรงรฃo indisponรญveis" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "Remover utilizador da lista" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "Remover verificaรงรฃo" @@ -9466,8 +9515,8 @@ msgstr "Removido pelo autor" msgid "Removed by you" msgstr "Removido por si" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "Removido da lista" @@ -9535,6 +9584,14 @@ msgctxt "description" msgid "Replied to you" msgstr "Respondeu-te" +#: src/components/dms/MessageItem.tsx:883 +msgid "Replied-to message from {senderName}, tap to scroll to it" +msgstr "" + +#: src/components/dms/MessageItem.tsx:884 +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 @@ -9552,7 +9609,12 @@ msgstr "Respostas desativadas" msgid "Replies to this post are disabled." msgstr "As respostas a esta publicaรงรฃo estรฃo desativadas." -#: src/view/com/composer/Composer.tsx:1804 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "Responder" + +#: src/view/com/composer/Composer.tsx:1802 msgctxt "action" msgid "Reply" msgstr "Responder" @@ -9590,14 +9652,14 @@ msgstr "Visibilidade da resposta atualizada" msgid "Reply was successfully hidden" msgstr "A resposta foi ocultada com sucesso" -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:582 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "Denunciar" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "Denunciar conta" @@ -9623,7 +9685,7 @@ msgstr "Denunciar feed" msgid "Report list" msgstr "Denunciar lista" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "Denunciar mensagem" @@ -9657,7 +9719,7 @@ msgstr "Denunciar esta conversa" msgid "Report this feed" msgstr "Denunciar este feed" -#: src/screens/Messages/ConversationSettings/index.tsx:581 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "Denunciar esta conversa de grupo" @@ -9737,7 +9799,7 @@ msgstr "Republicaรงรตes desta publicaรงรฃo" msgid "Reposts of your reposts" msgstr "Republicaรงรตes das suas republicaรงรตes" -#: src/components/intents/GroupChatJoinDialog.tsx:447 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" msgstr "Pedir para aceder ร  conversa de grupo" @@ -9755,7 +9817,7 @@ msgid "Request ignored." msgstr "Pedido ignorado." #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:281 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" msgstr "Pedir para aderir" @@ -9764,7 +9826,7 @@ msgid "Requested" msgstr "Solicitado" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "Pedidos" @@ -9791,9 +9853,9 @@ msgstr "Obrigatรณrio para este fornecedor" msgid "Required in your region" msgstr "Obrigatรณrio na sua regiรฃo" -#: src/components/intents/GroupChatJoinDialog.tsx:296 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:310 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:115 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:117 msgid "Rescind request" msgstr "Rescindir pedido" @@ -9872,7 +9934,7 @@ 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:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 #: src/screens/Messages/JoinRequests.tsx:361 @@ -9928,7 +9990,7 @@ msgstr "GIFs tristes" #: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10015,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:1451 +#: src/view/com/composer/Composer.tsx:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Guardar alteraรงรตes" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1421 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "Guardar alteraรงรตes?" -#: src/view/com/composer/Composer.tsx:1451 +#: src/view/com/composer/Composer.tsx:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "Guardar rascunho" -#: src/view/com/composer/Composer.tsx:1425 +#: src/view/com/composer/Composer.tsx:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "Guardar rascunho?" @@ -10022,13 +10084,13 @@ msgid "Saved to your feeds" msgstr "Guardado nos seus feeds" #: 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 "Diga olรก!" -#: src/screens/Messages/ChatList.tsx:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "Diga olรก a alguรฉm" @@ -10058,6 +10120,10 @@ msgstr "Scroll para a esquerda" msgid "Scroll right" msgstr "Scroll para a direita" +#: src/components/dms/MessageItem.tsx:774 +msgid "Scroll to the message this is replying to" +msgstr "" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "Voltar ao topo" @@ -10067,7 +10133,7 @@ msgstr "Voltar ao topo" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Procurar" @@ -10148,8 +10214,8 @@ msgstr "Procurar idiomas" msgid "Search my posts" msgstr "Procurar nas minhas publicaรงรตes" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "Procurar publicaรงรตes" @@ -10425,8 +10491,8 @@ msgstr "Enviar relatรณrio de erro" msgid "Send feedback" msgstr "Enviar feedback" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "Enviar mensagem" @@ -10460,7 +10526,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:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "Enviada ร s {0}" @@ -10565,7 +10631,7 @@ msgstr "Atividade sexual ou nudez erรณtica." msgid "Sexually Suggestive" msgstr "Sexualmente Sugestivo" -#: 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 @@ -10577,7 +10643,7 @@ msgstr "Sexualmente Sugestivo" msgid "Share" msgstr "Partilhar" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "Partilhar mesmo assim" @@ -10641,8 +10707,8 @@ msgstr "Partilhe este pacote de iniciante e ajude pessoas a juntarem-se ร  sua c #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "Partilhar via..." @@ -10796,15 +10862,15 @@ msgstr "Mostra o conteรบdo" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:294 -#: src/screens/Messages/JoinRequest.tsx:300 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,7 +10896,7 @@ msgstr "Iniciar sessรฃo ou criar uma conta" msgid "Sign in or create your account to join the conversation!" msgstr "Inicie sessรฃo ou crie a sua conta para aderir ร  conversa!" -#: src/screens/Messages/JoinRequest.tsx:220 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." msgstr "Inicie sessรฃo para aceitar o convite." @@ -10842,7 +10908,7 @@ msgstr "Iniciar sessรฃo com uma conta que nรฃo estรก na lista" msgid "Sign in to Bluesky or create a new account" msgstr "Inicie sessรฃo no Bluesky ou crie uma conta nova" -#: src/screens/Messages/JoinRequest.tsx:219 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." msgstr "Inicie sessรฃo para pedir para aderir a esta conversa de grupo." @@ -10900,7 +10966,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:1468 +#: src/view/com/composer/Composer.tsx:1466 msgid "Skip empty posts?" msgstr "Ignorar publicaรงรตes vazias?" @@ -10971,12 +11037,12 @@ msgid "Someone left the group" msgstr "Alguรฉm saiu do grupo" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:347 msgid "Someone reacted {0}" msgstr "Alguรฉm reagiu {0}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "Alguรฉm reagiu {0} a {target}" @@ -10996,10 +11062,6 @@ msgstr "Alguรฉm foi removido" msgid "Someone was removed from the group" msgstr "Alguรฉm foi removido do grupo" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "Hรก algo de novo aqui" - #: 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 "Houve um problema com os dados que tentou denunciar. Por favor, contacte o suporte." @@ -11043,8 +11105,8 @@ msgstr "Aconteceu algo de errado? Informe-nos." msgid "Sorry, we're unable to load account suggestions at this time." msgstr "Lamentamos, mas de momento nรฃo conseguimos carregar as sugestรตes de contas. " -#: 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 "Desculpe! A sua sessรฃo expirou. Por favor, inicie sessรฃo novamente." @@ -11214,13 +11276,13 @@ msgid "Subscribe" msgstr "Subscrever" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "Subscrever no {0}" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "Subscrever a {publicationTitle} no {0}" @@ -11255,7 +11317,7 @@ msgstr "Sucesso" msgid "Success!" msgstr "Sucesso!" -#: src/components/intents/GroupChatJoinDialog.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" msgstr "Aderiu ร  conversa de grupo com sucesso!" @@ -11355,7 +11417,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:572 +#: src/components/dms/MessageItem.tsx:661 msgid "Tap for details" msgstr "Toque para mais detalhes" @@ -11390,7 +11452,7 @@ msgid "Tap to dismiss" msgstr "Toque para ignorar" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:453 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" msgstr "Toque para entrar na conversa de grupo imediatamente" @@ -11398,34 +11460,34 @@ msgstr "Toque para entrar na conversa de grupo imediatamente" msgid "Tap to open this group chat" msgstr "Toque para abrir esta conversa de grupo" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "Toque para remover" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "Toque para remover a sua reaรงรฃo {0}" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:452 +#: src/components/intents/GroupChatJoinDialog.tsx:468 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:537 +#: src/components/dms/MessageItem.tsx:626 msgid "Tap to retry" msgstr "Toque para tentar novamente" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "Toque para mostrar reaรงรตes {0}" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "Toque para mostrar todas as reaรงรตes" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:373 msgid "Tap to view reactions" msgstr "Toque para ver as reaรงรตes" @@ -11528,7 +11590,7 @@ msgstr "ร‰ tudo!" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "A conta poderรก interagir consigo apรณs a desbloquear." @@ -11594,7 +11656,7 @@ msgstr "As seguintes definiรงรตes serรฃo usadas como definiรงรตes padrรฃo ao cri msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "As leis na sua regiรฃo exigem que verifique se รฉ adulto para aceder a certas funcionalidades. Toque para saber mais." -#: src/components/intents/GroupChatJoinDialog.tsx:155 +#: src/components/intents/GroupChatJoinDialog.tsx:165 #: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." msgstr "O limite de membros foi atingido." @@ -11621,7 +11683,7 @@ msgstr "O servidor parece estar a passar por problemas. Por favor, tente novamen msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "O pacote de iniciante que estรก a tentar visualizar รฉ invรกlido. Em vez disso, pode eliminar este pacote de iniciante." -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "O assunto do menu de contexto" @@ -11665,8 +11727,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "Houve um problema ao carregar os GIFs. Verifique a sua conexรฃo ร  internet e tente novamente." #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:182 +#: 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 "Houve um problema com a sua conexรฃo ร  internet. Por favor, tente novamente" @@ -11693,7 +11755,7 @@ msgstr "Houve um problema ao obter as notificaรงรตes. Toque aqui para tentar nov msgid "There was an issue fetching posts. Tap here to try again." msgstr "Houve um problema ao obter as publicaรงรตes. Toque aqui para tentar novamente." -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "Houve um problema ao obter a lista. Toque aqui para tentar novamente." @@ -11733,12 +11795,12 @@ msgstr "Ocorreu um problema ao atualizar os seus feeds. Por favor, verifique a s #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "Ocorreu um problema! {0}" @@ -11778,7 +11840,7 @@ msgstr "Estas definiรงรตes sรณ se aplicam ao feed \"A seguir\"." msgid "They own this chat" msgstr "Sรฃo proprietรกrios desta conversa" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." msgstr "Nรฃo poderรฃo voltar a entrar a nรฃo ser que os convide novamente." @@ -11828,22 +11890,22 @@ msgstr "Este autor optou por tornar as suas publicaรงรตes visรญveis apenas para 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 "Este botรฃo permite que outros abram a aplicaรงรฃo Germ DM para lhe enviar uma mensagem. Pode gerir a visibilidade da aplicaรงรฃo Germ DM, ou pode desconectar a sua conta do Bluesky da Germ DM por completo ao clicar no botรฃo abaixo." -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "Esta conversa terminou" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:287 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" msgstr "Esta conversa estรก cheia" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "Esta conversa estรก trancada" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:430 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" msgstr "Esta conversa estรก bloqueada por uma aรงรฃo de moderaรงรฃo" @@ -11881,7 +11943,7 @@ msgstr "Este conteรบdo nรฃo estรก disponรญvel porque um dos utilizadores envolvi msgid "This content is not viewable without a Bluesky account." msgstr "Este conteรบdo nรฃo pode ser visualizado sem uma conta Bluesky." -#: src/components/intents/GroupChatJoinDialog.tsx:141 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." msgstr "Esta conversa estรก trancada." @@ -11931,7 +11993,7 @@ msgstr "Este feed estรก vazio." msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "Este feed jรก nรฃo se encontra online. Em vez disso, estamos a mostrar <0>\"Descobrir\"." -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" msgstr "Este grupo estรก bloqueado por uma aรงรฃo de moderaรงรฃo sobre o proprietรกrio" @@ -11947,11 +12009,11 @@ msgstr "Esta imagem nรฃo pรดde ser usada. Tente um formato diferente como .jpg o msgid "This information is private and not shared with other users." msgstr "Esta informaรงรฃo รฉ privada e nรฃo รฉ partilhada com outros utilizadores." -#: src/components/intents/GroupChatJoinDialog.tsx:151 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." msgstr "Este link de convite foi desativado." -#: src/components/intents/GroupChatJoinDialog.tsx:223 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" msgstr "Este link de convite รฉ invรกlido" @@ -11997,17 +12059,17 @@ msgstr "Esta lista - criada por si - contรฉm possรญveis violaรงรตes das diretriz msgid "This list is empty." msgstr "Esta lista estรก vazia." -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" msgstr "Esta mensagem estรก oculta" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:688 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:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:658 +#: src/components/dms/MessageItem.tsx:684 msgid "This message is hidden because you are blocking this user." msgstr "Esta mensagem estรก oculta porque tem este utilizador bloqueado." @@ -12045,11 +12107,11 @@ 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:1043 +#: src/view/com/composer/Composer.tsx:1041 msgid "This post's author has disabled quote posts." msgstr "O autor desta publicaรงรฃo desativou as citaรงรตes." -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "Este perfil รฉ apenas visรญvel para utilizadores com sessรฃo iniciada. Nรฃo serรก visรญvel para quem nรฃo tenha sessรฃo iniciada." @@ -12242,8 +12304,8 @@ msgstr "Respostas principais primeiro" msgid "Topic" msgstr "Tรณpico" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,7 +12375,7 @@ msgctxt "action" msgid "Try again" msgstr "Tente novamente" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." msgstr "Tente novamente daqui a um momento." @@ -12335,7 +12397,7 @@ msgstr "Televisรฃo" msgid "Two-factor authentication (2FA)" msgstr "Autenticaรงรฃo de dois fatores (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "Digite a sua mensagem aqui" @@ -12401,7 +12463,7 @@ msgstr "Indisponรญvel" msgid "Unavailable feed information" msgstr "Informaรงรฃo do feed indisponรญvel" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:726 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12409,14 +12471,14 @@ msgstr "Informaรงรฃo do feed indisponรญvel" #: src/components/moderation/BlockDialog.tsx:211 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "Desbloquear" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "Desbloquear" @@ -12427,8 +12489,8 @@ msgstr "Desbloquear {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "Desbloquear conta" @@ -12437,7 +12499,7 @@ msgid "Unblock account?" msgstr "Desbloquear conta?" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "Desbloquear conta?" @@ -12474,12 +12536,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Reverter ({0, plural, one {# republicaรงรฃo} other {# republicaรงรตes}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "Deixar de seguir {0}" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "Deixar de seguir conta" @@ -12521,11 +12583,11 @@ msgstr "Remover gosto" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Remover gosto ({0, plural, one {# gosto} other {# gostos}})" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "Destrancar conversa" -#: src/screens/Messages/ConversationSettings/index.tsx:567 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "Destrancar esta conversa de grupo" @@ -12548,8 +12610,8 @@ msgstr "Remover silenciamento de {0}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "Remover silenciamento da conta" @@ -12562,7 +12624,7 @@ msgstr "Remover silenciamento da conversa" msgid "Unmute list" msgstr "Remover silenciamento da lista" -#: src/screens/Messages/ConversationSettings/index.tsx:529 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "Remover silenciamento desta conversa de grupo" @@ -12641,7 +12703,7 @@ 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:1557 +#: src/view/com/composer/Composer.tsx:1555 msgid "Unsupported video type: {mimeType}" msgstr "Tipo de vรญdeo nรฃo suportado: {mimeType}" @@ -12654,13 +12716,10 @@ msgstr "Atรฉ 50 pessoas" msgid "Update" msgstr "Atualizar" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "Atualizar <0>{displayName} nas Listas" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" -msgstr "Atualizar a aplicaรงรฃo" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 #: src/components/dialogs/EmailDialog/screens/Update.tsx:308 @@ -12669,6 +12728,10 @@ msgstr "Atualizar a aplicaรงรฃo" msgid "Update email" msgstr "Atualizar e-mail" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 #: src/screens/Messages/components/InviteLinkDialog.tsx:303 @@ -12680,14 +12743,6 @@ msgstr "Atualizar link de convite" msgid "Update to {domain}" msgstr "Atualizar para {domain}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "Atualize a sua aplicaรงรฃo" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "Atualize a sua aplicaรงรฃo para vรช-la." - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "Atualize o seu e-mail" @@ -12736,7 +12791,7 @@ msgstr "Carregar de Ficheiros" msgid "Upload from Library" msgstr "Carregar da Biblioteca" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2585 msgid "Uploading GIF..." msgstr "A carregar GIF..." @@ -12750,7 +12805,7 @@ msgstr "A carregar imagens..." msgid "Uploading link thumbnail..." msgstr "A carregar miniatura do link..." -#: src/view/com/composer/Composer.tsx:2589 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading video..." msgstr "A carregar vรญdeo..." @@ -12826,7 +12881,7 @@ msgid "User Blocks You" msgstr "Utilizador bloqueia-te" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "Lista de utilizadores por {0}" @@ -12835,7 +12890,7 @@ msgstr "Lista de utilizadores por {0}" msgid "User List by {0}" msgstr "Lista de utilizadores por {0}" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "Lista de utilizadores por si" @@ -12875,16 +12930,6 @@ msgstr "utilizadores seguidos por <0>@{0}" msgid "users following <0>@{0}" msgstr "utilizadores que seguem <0>@{0}" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "Utilizadores que eu sigo" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "Utilizadores que eu sigo" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "Valor:" @@ -12912,8 +12957,8 @@ msgstr "Verificado por:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "Verificar conta" @@ -13039,7 +13084,7 @@ msgstr "Vรญdeo nรฃo encontrado." msgid "Video settings" msgstr "Definiรงรตes de vรญdeo" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2605 msgid "Video uploaded" msgstr "Vรญdeo carregado" @@ -13056,14 +13101,14 @@ msgstr "Vรญdeos" 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:1150 +#: src/view/com/composer/Composer.tsx:1148 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Visualizar" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "Ver {0}" @@ -13078,7 +13123,7 @@ msgstr "Ver foto de perfil de {0}" #: 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 "Ver perfil de {0}" @@ -13092,7 +13137,7 @@ msgstr "Ver perfil de {0}" msgid "View {displayName}โ€™s profile" msgstr "Ver perfil de {displayName}" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "Ver {publicationTitle}" @@ -13145,7 +13190,7 @@ msgstr "Ver mais" msgid "View more trending videos" msgstr "Ver mais vรญdeos do momento" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1143 msgid "View post" msgstr "Visualizar publicaรงรฃo" @@ -13162,10 +13207,10 @@ msgstr "Ver perfil" msgid "View profile banner" msgstr "Ver banner do perfil" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "Ver publicaรงรฃo" @@ -13173,7 +13218,7 @@ msgstr "Ver publicaรงรฃo" msgid "View the avatar" msgstr "Ver a foto de perfil" -#: src/screens/Messages/ConversationSettings/index.tsx:554 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "Ver o link de convite para esta conversa de grupo" @@ -13441,7 +13486,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:1041 +#: src/view/com/composer/Composer.tsx:1039 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." @@ -13492,7 +13537,7 @@ msgid "What do you want to call your starter pack?" msgstr "Que nome quer dar ao seu pacote de iniciante?" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1519 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Como estรก?" @@ -13519,7 +13564,7 @@ msgid "Who can verify?" msgstr "Quem pode verificar?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "Ups!" @@ -13578,7 +13623,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:1439 +#: src/view/com/composer/Composer.tsx:1437 msgid "Would you like to save this as a draft to edit later?" msgstr "Gostaria de guardar isto como rascunho para editar mais tarde?" @@ -13587,12 +13632,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:1617 +#: src/view/com/composer/Composer.tsx:1615 msgid "Write post" msgstr "Escrever publicaรงรฃo" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1517 msgid "Write your reply" msgstr "Escreva a sua resposta" @@ -13658,7 +13703,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:610 +#: src/components/dms/MessageItem.tsx:699 msgid "You are blocking {0}" msgstr "{0} estรก bloqueado por si" @@ -13764,11 +13809,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:221 +#: src/view/com/composer/Composer.tsx:220 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:1444 +#: src/view/com/composer/Composer.tsx:1442 msgid "You can only save drafts up to 1000 characters." msgstr "Sรณ pode guardar rascunhos com um mรกximo de 1000 caracteres." @@ -13803,8 +13848,8 @@ msgstr "Pode selecionar {MAX_GALLERY_IMAGES, plural, one {# imagem}other {# imag 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:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:115 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}}" @@ -13839,7 +13884,7 @@ msgstr "Nรฃo tem nenhum feed salvo." msgid "You got here first" msgstr "Chegou aqui primeiro" -#: src/components/intents/GroupChatJoinDialog.tsx:166 +#: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and canโ€™t join it using this link." msgstr "Foi removido deste grupo anteriormente. Nรฃo se pode juntar a ele usando este link." @@ -13884,6 +13929,7 @@ msgstr "Silenciou esta conta." msgid "You have muted this user" msgstr "Silenciou este utilizador" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "Nรฃo tem listas." @@ -13912,7 +13958,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:1434 +#: src/view/com/composer/Composer.tsx:1432 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?" @@ -13970,7 +14016,7 @@ msgstr "Pode adicionar atรฉ {STARTER_PACK_MAX_SIZE, plural, one {}other {{STARTE msgid "You may only add up to 3 feeds" msgstr "Pode adicionar um mรกximo de 3 feeds" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." msgstr "Tem de ser proprietรกrio da conversa para remover um membro." @@ -13983,7 +14029,7 @@ msgid "You must be following at least seven other people to generate a starter p msgstr "Deve seguir pelo menos sete outras pessoas para gerar um pacote de iniciante." #: src/components/StarterPack/QrCodeDialog.tsx:69 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:89 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" @@ -14009,12 +14055,12 @@ 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:259 +#: src/components/dms/MessageItem.tsx:340 msgid "You reacted {0}" msgstr "Reagiu {0}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "Reagiu {0} a {target}" @@ -14023,8 +14069,20 @@ 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 +msgid "You replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:802 +msgid "You replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:800 +msgid "You replied to yourself" +msgstr "" + #. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 msgid "You requested to join" msgstr "Pediu para aderir" @@ -14050,12 +14108,12 @@ msgstr "Passarรก a receber notificaรงรตes deste fio" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "Irรก receber um e-mail com um \"cรณdigo de redefiniรงรฃo\". Introduza esse cรณdigo aqui e, depois, introduza a sua nova palavra-passe." -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "Nรฃo poderรก voltar a entrar sem ser convidado." #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "Vocรช: {message}" @@ -14127,7 +14185,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:646 +#: src/view/com/composer/Composer.tsx:644 msgid "You've reached the maximum number of drafts" msgstr "Alcanรงou o nรบmero mรกximo de rascunhos" @@ -14199,11 +14257,11 @@ msgstr "As suas conversas foram desativadas" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "A sua escolha serรก lembrada para links futuros. Pode alterรก-la a qualquer momento nas definiรงรตes." -#: src/view/com/notifications/NotificationFeedItem.tsx:374 +#: src/view/com/notifications/NotificationFeedItem.tsx:380 msgid "Your contact {firstAuthorLink} is on Bluesky" msgstr "O seu contacto {firstAuthorLink} estรก no Bluesky" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:378 msgid "Your contact {firstAuthorName} is on Bluesky" msgstr "O seu contacto {firstAuthorName} estรก no Bluesky" @@ -14295,11 +14353,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:1141 +#: src/view/com/composer/Composer.tsx:1139 msgid "Your post was sent" msgstr "A sua publicaรงรฃo foi enviada" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1136 msgid "Your posts were sent" msgstr "As suas publicaรงรตes foram enviadas" @@ -14320,7 +14378,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:1140 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your reply was sent" msgstr "A sua resposta foi enviada" @@ -14333,7 +14391,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:1469 +#: src/view/com/composer/Composer.tsx:1467 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 48e4c9d312..b7ae10c71e 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-10 21:06\n" +"PO-Revision-Date: 2026-06-17 12:23\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,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "Categoria โ€ž{interestsDisplayName}โ€ (activฤƒ)" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:867 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" -msgstr "" +msgstr "(link de invitaศ›ie pentru conversaศ›ie)" -#: src/components/dms/getMessageInfo.ts:73 +#: 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)" @@ -75,7 +79,7 @@ msgstr "{0, plural, one {o etichetฤƒ a fost plasatฤƒ} few {# etichete au fost pl msgid "{0, plural, one {# like} other {# likes}}" msgstr "{0, plural, one {O apreciere} few {# aprecieri} other {# de aprecieri}}" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "{0, plural, one {un membru} few {# membrii} other {# de membrii}}" @@ -97,7 +101,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:269 +#: src/components/dms/MessageItem.tsx:350 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}" @@ -118,15 +122,15 @@ 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:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: 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}}" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "{0, plural, one {# min} few {# min} other {# de min}}" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "{0} urmฤƒriศ›i" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:703 msgid "{0} is blocking you" msgstr "{0} vฤƒ blocheazฤƒ" @@ -273,7 +277,7 @@ msgstr "{0} din 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:345 msgid "{0} reacted {1}" msgstr "{0} a reacศ›ionat {1}" @@ -326,32 +330,30 @@ msgstr "Avatarul folosit de {0}" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:143 +#: 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'. +#. placeholder {0}: joinLinkPreview.memberCount #. placeholder {0}: preview.memberCount +#. placeholder {1}: joinLinkPreview.memberLimit #. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 msgid "{0}/{1} {2, plural, one {member} other {members}}" msgstr "{0}/{1} {2, plural, one {membru} few {membrii} other {de membrii}}" -#. The number of active group chat members out of the total number allowed. -#. placeholder {0}: joinLinkPreview.memberCount -#. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:329 -msgid "{0}/{1} members" -msgstr "{0}/{1} 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 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" -msgstr "" +msgstr "{0}/{imageCount}" #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value @@ -389,7 +391,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:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "{count, plural, one {o cerere} few {# cereri} other {# de cereri}}" @@ -397,33 +399,11 @@ msgstr "{count, plural, one {o cerere} few {# cereri} other {# de cereri}}" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "{count, plural, one {Un element necitit} few {# elemente necitite} other {# de elemente necitite}}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "{count, plural, one {Reรฎmprospฤƒtaศ›i pagina pentru a o vedea.} few {Reรฎmprospฤƒtaศ›i pagina pentru a le vedea pe toate.} other {Reรฎmprospฤƒtaศ›i pagina pentru a le vedea pe toate.}}" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "{count, plural, one {Aceastฤƒ postare are o fotografie.} few {Aceastฤƒ postare are # fotografii.} other {Aceastฤƒ postare are # de fotografii.}}" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "{count, plural, one {Actualizaศ›i-vฤƒ aplicaศ›ia pentru a o vedea.} few {Actualizaศ›i-vฤƒ aplicaศ›ia pentru a le vedea pe toate.} other {Actualizaศ›i-vฤƒ aplicaศ›ia pentru a le vedea pe toate.}}" - #. 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 "{count, plural, one {} few {Peste # cereri de alฤƒturare}other {Peste # de cereri de alฤƒturare}}" -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "Peste {count}" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "peste {count} de cereri" - #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" msgstr "{date} la {time}" @@ -441,155 +421,155 @@ msgstr "{estimatedTimeHrs, plural, one {orฤƒ} few {ore} other {de ore}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minut} few {minute} other {de minute}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: 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" -#: 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 "{firstAuthorLink} ศ™i <0>{additionalAuthorsCount, plural, one {un alt utilizator} few {alศ›i {formattedAuthorsCount} utilizatori} other {alศ›i {formattedAuthorsCount} de utilizatori}} v-au apreciat fluxul personalizat" -#: 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 "{firstAuthorLink} ศ™i <0>{additionalAuthorsCount, plural, one {un alt utilizator} few {alศ›i {formattedAuthorsCount} utilizatori} other {alศ›i {formattedAuthorsCount} de utilizatori}} v-au apreciat postarea" -#: 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 "{firstAuthorLink} ศ™i <0>{additionalAuthorsCount, plural, one {un alt utilizator} few {alศ›i {formattedAuthorsCount} utilizatori} other {alศ›i {formattedAuthorsCount} de utilizatori}} v-au apreciat repostarea" -#: 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 "{firstAuthorLink} ศ™i <0>{additionalAuthorsCount, plural, one {un alt utilizator} few {alศ›i {formattedAuthorsCount} utilizatori} other {alศ›i {formattedAuthorsCount} de utilizatori}} ศ™i-au eliminat verificฤƒrile din contul dvs." -#: 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 "{firstAuthorLink} ศ™i <0>{additionalAuthorsCount, plural, one {un alt utilizator} few {alศ›i {formattedAuthorsCount} utilizatori} other {alศ›i {formattedAuthorsCount} de utilizatori}} v-au repostat postarea" -#: 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 "{firstAuthorLink} ศ™i <0>{additionalAuthorsCount, plural, one {un alt utilizator} few {alศ›i {formattedAuthorsCount} utilizatori} other {alศ›i {formattedAuthorsCount} de utilizatori}} v-au repostat repostarea" -#: 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 "{firstAuthorLink} ศ™i <0>{additionalAuthorsCount, plural, one {un alt utilizator} few {alศ›i {formattedAuthorsCount} utilizatori} other {alศ›i {formattedAuthorsCount} de utilizatori}} s-au รฎnscris folosind pachetul tฤƒu de รฎnceput" -#: src/view/com/notifications/NotificationFeedItem.tsx:442 +#: src/view/com/notifications/NotificationFeedItem.tsx:448 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "{firstAuthorLink} ศ™i <0>{additionalAuthorsCount, plural, one {un alt utilizator} few {alศ›i {formattedAuthorsCount} utilizatori} other {alศ›i {formattedAuthorsCount} de utilizatori}} v-au verificat" -#: src/view/com/notifications/NotificationFeedItem.tsx:367 +#: src/view/com/notifications/NotificationFeedItem.tsx:373 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} v-a urmฤƒrit" -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} v-a urmฤƒrit รฎnapoi" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} v-a apreciat fluxul personalizat" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} v-a apreciat postarea" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:512 msgid "{firstAuthorLink} liked your repost" msgstr "{firstAuthorLink} v-a apreciat repostarea" -#: src/view/com/notifications/NotificationFeedItem.tsx:479 +#: src/view/com/notifications/NotificationFeedItem.tsx:485 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} ศ™i-a eliminat verificarea din contul dvs." -#: src/view/com/notifications/NotificationFeedItem.tsx:334 +#: src/view/com/notifications/NotificationFeedItem.tsx:340 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} v-a repostat postarea" -#: src/view/com/notifications/NotificationFeedItem.tsx:530 +#: src/view/com/notifications/NotificationFeedItem.tsx:536 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink} v-a repostat repostarea" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:431 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} s-a รฎnregistrat cu pachetul dvs. de pornire" -#: src/view/com/notifications/NotificationFeedItem.tsx:454 +#: src/view/com/notifications/NotificationFeedItem.tsx:460 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} v-a verificat" -#: 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 "{firstAuthorName} ศ™i {additionalAuthorsCount, plural, one {un alt utilizator} few {alศ›i {formattedAuthorsCount} utilizatori} other {alศ›i {formattedAuthorsCount} de utilizatori}} v-au urmฤƒrit" -#: 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 "{firstAuthorName} ศ™i {additionalAuthorsCount, plural, one {un alt utilizator} few {alศ›i {formattedAuthorsCount} utilizatori} other {alศ›i {formattedAuthorsCount} de utilizatori}} v-au apreciat fluxul personalizat" -#: 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 "{firstAuthorName} ศ™i {additionalAuthorsCount, plural, one {un alt utilizator} few {alศ›i {formattedAuthorsCount} utilizatori} other {alศ›i {formattedAuthorsCount} de utilizatori}} v-au apreciat postarea" -#: 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 "{firstAuthorName} ศ™i {additionalAuthorsCount, plural, one {un alt utilizator} few {alศ›i {formattedAuthorsCount} utilizatori} other {alศ›i {formattedAuthorsCount} de utilizatori}} v-au apreciat repostarea" -#: 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 "{firstAuthorName} ศ™i {additionalAuthorsCount, plural, one {un alt utilizator} few {alศ›i {formattedAuthorsCount} utilizatori} other {alศ›i {formattedAuthorsCount} de utilizatori}} ศ™i-au eliminat verificฤƒrile din contul dvs." -#: 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 "{firstAuthorName} ศ™i {additionalAuthorsCount, plural, one {un alt utilizator} few {alศ›i {formattedAuthorsCount} utilizatori} other {alศ›i {formattedAuthorsCount} de utilizatori}} v-au repostat postarea" -#: 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 "{firstAuthorName} ศ™i {additionalAuthorsCount, plural, one {un alt utilizator} few {alศ›i {formattedAuthorsCount} utilizatori} other {alศ›i {formattedAuthorsCount} de utilizatori}} v-au repostat repostarea" -#: 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 "{firstAuthorName} ศ™i {additionalAuthorsCount, plural, one {un alt utilizator} few {alศ›i {formattedAuthorsCount} utilizatori} other {alศ›i {formattedAuthorsCount} de utilizatori}} s-au รฎnregistrat cu pachetul dvs. de pornire" -#: 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 "{firstAuthorName} ศ™i {additionalAuthorsCount, plural, one {un alt utilizator} few {alศ›i {formattedAuthorsCount} utilizatori} other {alศ›i {formattedAuthorsCount} de utilizatori}} v-au verificat" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:359 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} v-a urmฤƒrit" -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} v-a urmฤƒrit รฎnapoi" -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} v-a apreciat fluxul personalizat" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} v-a apreciat postarea" -#: src/view/com/notifications/NotificationFeedItem.tsx:492 +#: src/view/com/notifications/NotificationFeedItem.tsx:498 msgid "{firstAuthorName} liked your repost" msgstr "{firstAuthorName} v-a apreciat repostarea" -#: src/view/com/notifications/NotificationFeedItem.tsx:465 +#: src/view/com/notifications/NotificationFeedItem.tsx:471 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} ศ™i-a eliminat verificarea din contul dvs." -#: src/view/com/notifications/NotificationFeedItem.tsx:320 +#: src/view/com/notifications/NotificationFeedItem.tsx:326 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} v-a repostat postarea" -#: src/view/com/notifications/NotificationFeedItem.tsx:516 +#: src/view/com/notifications/NotificationFeedItem.tsx:522 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName} v-a repostat repostarea" -#: src/view/com/notifications/NotificationFeedItem.tsx:411 +#: src/view/com/notifications/NotificationFeedItem.tsx:417 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} s-a รฎnregistrat cu pachetul dvs. de pornire" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} v-a verificat" @@ -659,12 +639,12 @@ msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "{minutes, plural, one {# minut} few {# minute} other {# de minute}}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "{name} a reacศ›ionat {0} la {target}" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "{name}: {message}" @@ -697,6 +677,18 @@ msgstr "{profileName} s-a alฤƒturat la Bluesky folosind un pachet de pornire cu msgid "{rank}." msgstr "{rank}." +#: src/components/dms/MessageItem.tsx:813 +msgid "{replierDisplayName} replied" +msgstr "{replierDisplayName} a rฤƒspuns" + +#: src/components/dms/MessageItem.tsx:809 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "{replierDisplayName} a rฤƒspuns cฤƒtre {originalName}" + +#: src/components/dms/MessageItem.tsx:807 +msgid "{replierDisplayName} replied to you" +msgstr "{replierDisplayName} v-a rฤƒspuns" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -729,7 +721,7 @@ msgstr "Verificฤƒrile utilizatorului {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 @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "O colecศ›ie de fluxuri populare pe care le puteศ›i gฤƒsi pe Bluesky, inclusiv News, Booksky, Game Dev, Blacksky ศ™i Fountain Pens" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "un mesaj" @@ -873,8 +875,8 @@ msgstr "A apฤƒrut o eroare de reศ›ea. Vฤƒ rugฤƒm sฤƒ verificaศ›i conexiunea la i #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 #: src/screens/Messages/JoinRequests.tsx:192 #: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." @@ -955,7 +957,7 @@ msgstr "Acceptaศ›i aceastฤƒ sugestie de limbฤƒ" msgid "Accepted conversations" msgstr "Conversaศ›ii acceptate" -#: src/components/intents/GroupChatJoinDialog.tsx:113 +#: 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." @@ -980,12 +982,12 @@ msgstr "Cont" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "Cont blocat" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "Cont urmฤƒrit" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "Contul este dezactivat" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "Cont amuศ›it" @@ -1028,18 +1030,18 @@ msgstr "Cont eliminat din acces rapid" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "Cont deblocat" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "Nu mai urmฤƒriศ›i acest cont" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "Cont dezamuศ›it" @@ -1054,12 +1056,13 @@ msgstr "Conturile cu bifa albastrฤƒ รฎn formฤƒ de feston <0><1/> pot verific msgid "Activity from others" msgstr "Activitate de la alศ›ii" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "Adฤƒugare" @@ -1112,11 +1115,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:1520 +#: src/view/com/composer/Composer.tsx:1518 msgid "Add another post" msgstr "Adฤƒugaศ›i o altฤƒ postare" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2181 msgid "Add another post to thread" msgstr "Adฤƒugaศ›i o altฤƒ postare firului" @@ -1182,13 +1185,13 @@ msgstr "Adฤƒugaศ›i cuvinte ศ™i etichete pentru amuศ›ire" msgid "Add people" msgstr "Adฤƒugare persoane" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "Adฤƒugaศ›i persoane la listฤƒ" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:191 msgid "Add people with a link" -msgstr "" +msgstr "Adฤƒugaศ›i persoane cu un link" #: src/components/dms/EmojiPopup.android.tsx:56 msgid "Add Reaction" @@ -1214,8 +1217,8 @@ msgstr "Adฤƒugaศ›i urmฤƒtoarea รฎnregistrare DNS la domeniul dvs:" msgid "Add this feed to your feeds" msgstr "Adฤƒugaศ›i acest flux la fluxurile dvs." -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "Adฤƒugare la liste" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "Adฤƒugare la postฤƒrile salvate" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "Adฤƒugare la pachete de pornire" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "Adฤƒugare utilizator la listฤƒ" @@ -1246,8 +1249,8 @@ msgstr "Adฤƒugat(ฤƒ) de {0}" msgid "Added by invite link" msgstr "Adฤƒugat(ฤƒ) prin linkul de invitaศ›ie" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "Adฤƒugat la listฤƒ" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "andreea@exemplu.ro" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "Toate" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "Toate {0}" @@ -1521,7 +1524,7 @@ msgid "An error occurred while loading your lists :/" msgstr "A apฤƒrut o eroare la รฎncฤƒrcarea listelor dvs. :/" #: src/components/StarterPack/QrCodeDialog.tsx:81 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:103 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "A apฤƒrut o eroare la salvarea codului QR!" @@ -1558,7 +1561,7 @@ msgstr "O ilustraศ›ie a mai multor postฤƒri Bluesky alฤƒturi de pictograme de re #: 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 "O ilustrare a aplicaศ›iei Bluesky cu un avion de hรขrtie care zboarฤƒ รฎn afara acesteia, reprezentรขnd invitaศ›ii trimise prietenilor" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 #: src/components/verification/VerifierDialog.tsx:88 @@ -1589,8 +1592,8 @@ msgstr "A apฤƒrut o problemฤƒ รฎn timp ce se รฎncerca deschiderea conversaศ›iei" #: 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 "A apฤƒrut o problemฤƒ, vฤƒ rugฤƒm sฤƒ รฎncercaศ›i din nou." @@ -1643,7 +1646,7 @@ msgstr "Oricine" msgid "Anyone can interact" msgstr "Oricine poate interacศ›iona" -#: src/components/intents/GroupChatJoinDialog.tsx:340 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" msgstr "Oricine se poate alฤƒtura" @@ -1796,8 +1799,8 @@ msgstr "Sunteศ›i sigur cฤƒ doriศ›i sฤƒ ศ™tergeศ›i acest pachet de pornire?" msgid "Are you sure you want to discard your changes?" msgstr "Sunteศ›i sigur cฤƒ doriศ›i sฤƒ renunศ›aศ›i la modificฤƒrile dvs.?" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "Sunteศ›i sigur cฤƒ doriศ›i sฤƒ pฤƒrฤƒsiศ›i {groupName}?" @@ -1814,11 +1817,11 @@ msgid "Are you sure you want to remove this from your feeds?" msgstr "Sunteศ›i sigur cฤƒ doriศ›i sฤƒ eliminaศ›i asta din fluxurile dvs.?" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 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:1656 +#: src/view/com/composer/Composer.tsx:1654 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?" @@ -1958,10 +1961,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:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2009,8 +2012,8 @@ msgstr "Blocaศ›i pe {displayName}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "Blocare cont" @@ -2088,6 +2091,10 @@ 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." @@ -2148,7 +2155,7 @@ msgstr "Bluesky este mai distractiv cu prietenii. Doriศ›i sฤƒ vฤƒ invitaศ›i cรข #: src/features/inviteFriends/InviteScannerScreen.tsx:105 msgid "Bluesky needs camera access to scan QR codes from other profiles." -msgstr "" +msgstr "Bluesky are nevoie de acces la camerฤƒ pentru a scana codurile QR ale altor profiluri." #: src/screens/Takendown.tsx:213 msgid "Bluesky Social Terms of Service" @@ -2196,7 +2203,7 @@ msgstr "รŽncฤƒlcarea regulilor site-ului" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:200 msgid "Bring up to 50 friends together in one chat." -msgstr "" +msgstr "Aduceศ›i รฎmpreunฤƒ pรขnฤƒ la 50 de prieteni รฎntr-o conversaศ›ie." #: src/view/com/feeds/ProfileFeedgens.tsx:167 #: src/view/com/feeds/ProfileFeedgens.tsx:168 @@ -2260,7 +2267,7 @@ msgstr "Buton pentru a reveni la cronologia principalฤƒ" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:181 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2269,18 +2276,18 @@ msgstr "De {0}" #. placeholder {0}: authorProfile.handle #: src/components/Post/Embed/StandardSiteEmbed/StandardSiteMetaRow.tsx:77 msgid "by @{0}" -msgstr "" +msgstr "de @{0}" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:363 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "de <0>{0}" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" msgstr "De <0>{ownerDisplayName}" @@ -2314,7 +2321,7 @@ msgstr "Camerฤƒ" #: src/features/inviteFriends/InviteScannerScreen.tsx:96 msgid "Camera access needed" -msgstr "" +msgstr "Este necesar accesul la camerฤƒ" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:213 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:133 @@ -2348,10 +2355,10 @@ msgstr "" #: src/screens/Deactivated.tsx:150 #: src/screens/Messages/components/InviteLinkDialog.tsx:500 #: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,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:1732 +#: src/view/com/composer/Composer.tsx:1742 #: 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 @@ -2380,6 +2387,10 @@ msgstr "Anulare citat postare" msgid "Cancel reactivation and sign out" msgstr "Anulaศ›i reactivarea ศ™i deconectaศ›i-vฤƒ" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "Anulare rฤƒspuns" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "Anulare cฤƒutare" @@ -2481,7 +2492,7 @@ msgstr "Modificฤƒrile la pachetul de pornire nu se vor reflecta รฎn listฤƒ dupฤƒ #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,7 +2509,7 @@ msgid "Chat ended" msgstr "Conversaศ›ie รฎncheiatฤƒ" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:256 +#: src/components/intents/GroupChatJoinDialog.tsx:269 #: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" msgstr "Linkul de invitaศ›ie la conversaศ›ie nu mai este disponibil" @@ -2520,14 +2531,14 @@ msgctxt "toast" msgid "Chat muted" msgstr "Conversaศ›ie amuศ›itฤƒ" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." -msgstr "" +msgstr "Conversaศ›ia nu a fost gฤƒsitฤƒ." -#: src/components/moderation/BlockDialog.tsx:292 +#: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." -msgstr "" +msgstr "Proprietarii conversaศ›iilor nu pot pฤƒrฤƒsi o conversaศ›ie de grup." #: src/components/dms/dialogs/NewChatDialog.tsx:73 msgid "Chat recipient is not followed by the sender." @@ -2544,10 +2555,10 @@ msgstr "Cereri de conversaศ›ie" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "Setฤƒri conversaศ›ie" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Conversaศ›ie dezamuศ›itฤƒ" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "Conversaศ›ii" @@ -2731,7 +2742,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:533 +#: src/components/dms/MessageItem.tsx:622 msgid "Click to retry failed message" msgstr "Faceศ›i clic pentru a reรฎncerca mesajul eศ™uat" @@ -2745,6 +2756,7 @@ msgstr "Faceศ›i clic pentru a reรฎncerca mesajul eศ™uat" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "Faceศ›i clic pentru a reรฎncerca mesajul eศ™uat" #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:233 -#: src/components/intents/GroupChatJoinDialog.tsx:268 +#: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2804,10 +2816,6 @@ msgstr "รŽnchideศ›i alerta" msgid "Close banner" msgstr "รŽnchidere banner" -#: src/view/com/util/BottomSheetCustomBackdrop.tsx:36 -msgid "Close bottom drawer" -msgstr "รŽnchideศ›i sertarul de jos" - #. Accessibility label for the button that dismisses the GIF picker error dialog. #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:223 #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:229 @@ -2822,7 +2830,7 @@ msgstr "รŽnchideศ›i sertarul de jos" msgid "Close dialog" msgstr "รŽnchideศ›i dialogul" -#: src/view/shell/index.web.tsx:129 +#: src/view/shell/index.web.tsx:127 msgid "Close drawer menu" msgstr "รŽnchideศ›i meniul sertar" @@ -2844,16 +2852,16 @@ msgstr "รŽnchideศ›i meniul" #: src/features/inviteFriends/InviteScannerScreen.tsx:167 msgid "Close scanner" -msgstr "" +msgstr "รŽnchidere scaner" #: src/screens/Messages/components/RequestStatus.tsx:83 msgid "Close the incoming requests banner" msgstr "รŽnchideศ›i bannerul cu cereri primite" -#: src/components/intents/GroupChatJoinDialog.tsx:226 -#: src/components/intents/GroupChatJoinDialog.tsx:227 -#: src/components/intents/GroupChatJoinDialog.tsx:263 -#: src/components/intents/GroupChatJoinDialog.tsx:264 +#: 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 msgid "Close this dialog" msgstr "รŽnchideศ›i acest dialog" @@ -2866,21 +2874,21 @@ 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:1742 +#: src/view/com/composer/Composer.tsx:1740 msgid "Closes post composer and discards post draft" msgstr "รŽnchide compozitorul de postฤƒri ศ™i eliminฤƒ ciorna" -#: src/view/com/notifications/NotificationFeedItem.tsx:605 +#: src/view/com/notifications/NotificationFeedItem.tsx:611 msgid "Collapse list of users" msgstr "Restrรขngeศ›i lista de utilizatori" -#: src/view/com/notifications/NotificationFeedItem.tsx:953 +#: src/view/com/notifications/NotificationFeedItem.tsx:959 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 msgid "Color" -msgstr "" +msgstr "Culoare" #: src/components/dialogs/Embed.tsx:150 #: src/screens/Settings/AppearanceSettings.tsx:81 @@ -2920,7 +2928,7 @@ msgid "Compose new post" msgstr "Compuneศ›i o nouฤƒ postare" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1618 +#: src/view/com/composer/Composer.tsx:1616 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" @@ -2928,11 +2936,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:2580 +#: src/view/com/composer/Composer.tsx:2578 msgid "Compressing GIF..." msgstr "Se comprimฤƒ GIF-ul..." -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing video..." msgstr "Se comprimฤƒ videoclipul..." @@ -3100,7 +3108,7 @@ msgstr "Continuaศ›i la pasul urmฤƒtor" msgid "Conversation" msgstr "Conversaศ›ie" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "Conversaศ›ie ศ™tearsฤƒ" @@ -3127,7 +3135,7 @@ msgid "Copied build version to clipboard" msgstr "Versiunea de compilare a fost copiatฤƒ รฎn clipboard" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3154,12 @@ msgstr "Copiat!" msgid "Copies build version to clipboard" msgstr "Copiazฤƒ versiunea de compilare รฎn clipboard" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" -msgstr "" +msgstr "Copiazฤƒ URL-ul canonic al profilului รฎn clipboard" #: src/components/StarterPack/QrCodeDialog.tsx:198 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:265 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "Copiere" @@ -3159,8 +3167,8 @@ msgstr "Copiere" msgid "Copy App Password" msgstr "Copiere parolฤƒ de aplicaศ›ie" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "Copiere at:// URI" @@ -3175,8 +3183,8 @@ msgid "Copy code" msgstr "Copiere cod" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "Copiere DID" @@ -3184,9 +3192,9 @@ msgstr "Copiere DID" msgid "Copy host" msgstr "Copiere gazdฤƒ" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:254 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" -msgstr "" +msgstr "Copiere link de invitaศ›ie" #: src/components/dms/ChatInvite/Root.tsx:91 #: src/components/StarterPack/ShareDialog.tsx:115 @@ -3210,8 +3218,8 @@ msgstr "Copiere link listฤƒ" msgid "Copy link to post" msgstr "Copiere link postare" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "Copiere link profil" @@ -3219,8 +3227,8 @@ msgstr "Copiere link profil" msgid "Copy link to starter pack" msgstr "Copiere link pachet de pornire" -#: src/components/dms/MessageContextMenu.tsx:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "Copiere mesaj text" @@ -3249,9 +3257,9 @@ msgstr "Copiaศ›i valoarea รฎnregistrฤƒrii TXT" msgid "Copyright Policy" msgstr "Politica Privind Drepturile de Autor" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" -msgstr "" +msgstr "Nu s-a putut captura codul QR" #: src/view/com/feeds/MissingFeed.tsx:42 msgid "Could not connect to custom feed" @@ -3261,13 +3269,13 @@ msgstr "Nu ne-am putut conecta la fluxul personalizat" msgid "Could not connect to feed service" msgstr "Nu ne-am putut conecta la serviciul de fluxuri" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:120 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" -msgstr "" +msgstr "Nu s-a putut copia โ€“ รฎncercaศ›i din nou" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" -msgstr "" +msgstr "Nu s-a putut descฤƒrca โ€“ รฎncercaศ›i din nou" #: src/screens/Messages/components/MessageInputEmbed.tsx:200 msgid "Could not fetch post" @@ -3294,9 +3302,9 @@ msgstr "Nu s-au putut urmฤƒri toate potrivirile. {0}" msgid "Could not leave chat" msgstr "Nu s-a putut pฤƒrฤƒsi conversaศ›ia" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." -msgstr "" +msgstr "Nu s-a putut pฤƒrฤƒsi conversaศ›ia." #: src/screens/Profile/ProfileFeed/index.tsx:73 msgid "Could not load feed" @@ -3308,9 +3316,9 @@ msgstr "Nu s-a putut รฎncฤƒrca fluxul" msgid "Could not load list" msgstr "Nu s-a putut รฎncฤƒrca lista" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:169 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" -msgstr "" +msgstr "Nu s-a putut รฎncฤƒrca profilul" #: src/components/dms/ConvoMenu.tsx:212 msgid "Could not mute chat" @@ -3320,18 +3328,18 @@ msgstr "Nu s-a putut amuศ›ii conversaศ›ia" msgid "Could not process your video" msgstr "Videoclipul nu a putut fi procesat" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." -msgstr "" +msgstr "Nu s-a putut elimina membrul." #. placeholder {0}: cleanError(error) #: src/components/activity-notifications/SubscribeProfileDialog.tsx:295 msgid "Could not save changes: {0}" msgstr "Nu s-au putut salva modificฤƒrile: {0}" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" -msgstr "" +msgstr "Nu s-a putut partaja โ€“ รฎncercaศ›i din nou" #: src/state/queries/notifications/settings.ts:49 msgid "Could not update notification settings" @@ -3394,12 +3402,12 @@ msgstr "Creaศ›i un pachet de pornire pentru mine" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:314 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3457,13 @@ msgstr "Creare listฤƒ din pachet de pornire" msgid "Create moderation list" msgstr "Creare listฤƒ de moderare" -#: src/screens/Messages/JoinRequest.tsx:308 +#: 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 "Creare cont nou" -#: src/screens/Messages/ConversationSettings/index.tsx:553 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "Creaศ›i sau modificaศ›i un link de invitaศ›ie pentru aceastฤƒ conversaศ›ie de grup" @@ -3479,7 +3487,7 @@ msgstr "Creare listฤƒ de utilizatori" #. placeholder {0}: i18n.date(createdAt, { dateStyle: 'long', timeStyle: 'short', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) #: src/screens/Messages/components/InviteLinkDialog.tsx:355 -#: src/screens/Messages/ConversationSettings/index.tsx:505 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "Creat {0}" @@ -3494,7 +3502,7 @@ msgstr "Culturฤƒ" #: src/components/moderation/BlockDialog.tsx:378 msgid "Current chat" -msgstr "" +msgstr "Conversaศ›ia curentฤƒ" #: src/components/dialogs/ServerInput.tsx:152 #: src/components/dialogs/ServerInput.tsx:154 @@ -3539,11 +3547,11 @@ msgstr "Data naศ™terii" #: src/features/inviteFriends/components/ThemePicker.tsx:28 msgid "Dawn" -msgstr "" +msgstr "Rฤƒsฤƒrit" #: src/features/inviteFriends/components/ThemePicker.tsx:29 msgid "Day" -msgstr "" +msgstr "Zi" #: src/screens/Settings/AccountSettings.tsx:179 #: src/screens/Settings/AccountSettings.tsx:184 @@ -3624,7 +3632,7 @@ msgstr "ศ˜tergere contacte" msgid "Delete conversation" msgstr "ศ˜tergere conversaศ›ie" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "ศ˜tergeศ›i pentru mine" @@ -3637,7 +3645,7 @@ msgstr "ศ˜tergere listฤƒ" msgid "Delete message" msgstr "ศ˜tergere mesaj" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "ศ˜tergere mesaj pentru mine" @@ -3647,7 +3655,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:1630 +#: src/view/com/composer/Composer.tsx:1628 msgid "Delete post" msgstr "ศ˜tergere postare" @@ -3689,6 +3697,10 @@ 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 @@ -3794,9 +3806,9 @@ msgstr "Dezactivat" #: 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:1411 +#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1661 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3819,14 @@ msgstr "Renunศ›are" msgid "Discard changes?" msgstr "Renunศ›aศ›i la modificฤƒri?" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1409 #: 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:1428 -#: src/view/com/composer/Composer.tsx:1655 +#: src/view/com/composer/Composer.tsx:1426 +#: src/view/com/composer/Composer.tsx:1653 msgid "Discard post?" msgstr "Renunศ›aศ›i la postare?" @@ -3852,7 +3864,7 @@ msgstr "รŽnchidere" msgid "Dismiss banner" msgstr "รŽnchideศ›i bannerul" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2499 msgid "Dismiss error" msgstr "รŽnchidere eroare" @@ -3879,7 +3891,7 @@ msgstr "Respingeศ›i aceastฤƒ sugestie" #: src/features/inviteFriends/InviteScannerScreen.tsx:168 msgid "Dismisses the QR scanner" -msgstr "" +msgstr "รŽnchide scanerul de coduri QR" #: src/screens/Settings/AccessibilitySettings.tsx:70 #: src/screens/Settings/AccessibilitySettings.tsx:75 @@ -3949,8 +3961,8 @@ msgstr "Nu vฤƒ faceศ›i griji! Toate mesajele existente ศ™i setฤƒrile sunt salvat #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:146 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3975,7 @@ msgstr "Nu vฤƒ faceศ›i griji! Toate mesajele existente ศ™i setฤƒrile sunt salvat msgid "Done" msgstr "Finalizare" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "Finalizare" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:520 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" @@ -3983,7 +3989,7 @@ msgstr "Atingeศ›i de douฤƒ ori pentru a aprecia" #: src/features/inviteFriends/components/ActionButtons.tsx:36 msgid "Download" -msgstr "" +msgstr "Descฤƒrcare" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:329 msgid "Download Bluesky" @@ -4005,7 +4011,7 @@ msgstr "Descฤƒrcare imagine" #: src/features/inviteFriends/components/ActionButtons.tsx:31 msgid "Download invite QR code" -msgstr "" +msgstr "Descฤƒrcaศ›i codul QR de invitaศ›ie" #: src/screens/Settings/components/ExportCarDialog.tsx:118 msgid "Download profile data" @@ -4041,7 +4047,7 @@ msgstr "Duratฤƒ:" #: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Dusk" -msgstr "" +msgstr "Amurg" #: src/screens/Settings/components/ChangeHandleDialog.tsx:237 msgid "e.g. alice" @@ -4087,8 +4093,8 @@ msgstr "Tulburฤƒri de alimentaศ›ie" msgid "Edit" msgstr "Editare" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "Editare" @@ -4102,8 +4108,8 @@ msgstr "Editare avatar" msgid "Edit Feeds" msgstr "Editare fluxuri" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "Editare nume grup" @@ -4141,8 +4147,8 @@ msgstr "Editare setฤƒri link" msgid "Edit list details" msgstr "Editare detalii listฤƒ" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "Editare stare รฎn direct" @@ -4155,7 +4161,7 @@ msgstr "Editare listฤƒ de moderare" msgid "Edit My Feeds" msgstr "Editaศ›i fluxurile mele" -#: src/screens/Messages/ConversationSettings/index.tsx:540 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "Editare nume" @@ -4184,8 +4190,8 @@ msgstr "Editare profil" msgid "Edit starter pack" msgstr "Editare pachet de pornire" -#: src/screens/Messages/ConversationSettings/index.tsx:486 -#: src/screens/Messages/ConversationSettings/index.tsx:539 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "Editaศ›i numele acestei conversaศ›ii de grup" @@ -4402,7 +4408,7 @@ msgstr "Intraศ›i รฎn modul Ecran complet" msgid "Entertainment" msgstr "Divertisment" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2598 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Eroare" @@ -4481,7 +4487,7 @@ msgstr "Ieศ™ire ecran complet" msgid "Expand alt text" msgstr "Extindere text alternativ" -#: src/view/com/notifications/NotificationFeedItem.tsx:606 +#: src/view/com/notifications/NotificationFeedItem.tsx:612 msgid "Expand list of users" msgstr "Extindeศ›i lista de utilizatori" @@ -4596,8 +4602,8 @@ msgstr "Acceptarea conversaศ›iei a eศ™uat" msgid "Failed to accept join request" msgstr "Nu s-a putut accepta cererea de alฤƒturare" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "Adฤƒugarea reacศ›iei emoji a eศ™uat" @@ -4606,6 +4612,10 @@ msgstr "Adฤƒugarea reacศ›iei emoji a eศ™uat" msgid "Failed to add members" msgstr "Adฤƒugarea membrilor a eศ™uat" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "Adฤƒugarea รฎn listฤƒ a eศ™uat" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "Adฤƒugarea la pachetul de pornire a eศ™uat" @@ -4615,7 +4625,7 @@ msgid "Failed to change handle. Please try again." msgstr "Nu s-a putut modifica identificatorul. Vฤƒ rugฤƒm sฤƒ รฎncercaศ›i din nou." #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:129 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "Copierea link-ului a eศ™uat" @@ -4664,7 +4674,7 @@ msgstr "Dezactivarea linkului de invitaศ›ie a eศ™uat" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "Nu s-a reuศ™it deconectarea conversaศ›iei Germ. Eroare: {0}" -#: src/screens/Messages/ConversationSettings/index.tsx:374 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "Eroare la editarea numelui conversaศ›iei de grup" @@ -4692,7 +4702,7 @@ msgstr "Nu s-a reuศ™it ascunderea sugestiei, vฤƒ rugฤƒm sฤƒ vฤƒ verificaศ›i cone msgid "Failed to ignore join request" msgstr "Nu s-a putut ignora cererea de alฤƒturare" -#: src/components/intents/GroupChatJoinDialog.tsx:137 +#: 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." @@ -4700,14 +4710,14 @@ msgstr "Nu s-a putut alฤƒtura conversaศ›iei de grup. Vฤƒ rugฤƒm sฤƒ รฎncercaศ›i msgid "Failed to launch SMS app" msgstr "Lansarea aplicaศ›iei SMS a eศ™uat" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:401 +#: 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 "Nu s-a reuศ™it pฤƒrฤƒsirea conversaศ›iei de grup" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "รŽncฤƒrcarea conversaศ›iilor a eศ™uat" @@ -4753,15 +4763,20 @@ msgstr "รŽncฤƒrcarea fluxurilor sugerate a eศ™uat" msgid "Failed to load suggested follows" msgstr "รŽncฤƒrcarea sugestiilor de urmฤƒrire a eศ™uat" -#: src/screens/Messages/ConversationSettings/index.tsx:426 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "Blocarea conversaศ›iei de grup a eศ™uat" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +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 msgid "Failed to mark all requests as read" msgstr "Nu s-a reuศ™it marcarea tuturor cererilor ca fiind citite" -#: src/screens/Messages/ConversationSettings/index.tsx:390 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "Nu s-a reuศ™it amuศ›irea conversaศ›iei de grup" @@ -4783,12 +4798,16 @@ msgstr "Nu s-au putut ศ™terge datele din cauza unei erori de reศ›ea, vฤƒ rugฤƒm msgid "Failed to remove data. {0}" msgstr "Eroare la ศ™tergerea datelor. {0}" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "ศ˜tergerea reacศ›iei emoji a eศ™uat" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:258 +msgid "Failed to remove from list" +msgstr "Eliminarea din listฤƒ a eศ™uat" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "Nu s-a putut elimina din pachetul de pornire" @@ -4802,7 +4821,7 @@ msgstr "Eliminarea membrului din conversaศ›ia de grup a eศ™uat" msgid "Failed to remove verification" msgstr "Eliminarea verificฤƒrii a eศ™uat" -#: src/components/intents/GroupChatJoinDialog.tsx:180 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." msgstr "Nu s-a putut anula solicitarea. Vฤƒ rugฤƒm sฤƒ รฎncercaศ›i din nou." @@ -4811,7 +4830,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:648 +#: src/view/com/composer/Composer.tsx:646 msgid "Failed to save draft" msgstr "Nu s-a putut salva schiศ›a" @@ -4854,7 +4873,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "Nu s-a putut comuta amuศ›irea firului, vฤƒ rugฤƒm รฎncercaศ›i din nou" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:435 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "Deblocarea conversaศ›iei de grup a eศ™uat" @@ -5038,7 +5057,7 @@ msgstr "Gฤƒsiศ›i conturi de urmฤƒrit" #: src/screens/Settings/Settings.tsx:216 #: src/screens/Settings/Settings.tsx:219 msgid "Find and invite friends" -msgstr "" +msgstr "Gฤƒsire ศ™i invitare prieteni" #: src/Navigation.tsx:436 #: src/Navigation.tsx:569 @@ -5060,7 +5079,7 @@ msgstr "Gฤƒsiศ›i persoane pe care sฤƒ le urmฤƒriศ›i" #: src/screens/Settings/FindContactsSettings.tsx:130 msgid "Find people you know" -msgstr "" +msgstr "Gฤƒsiศ›i persoane pe care le cunoaศ™teศ›i" #: src/screens/Search/Shell.tsx:537 msgid "Find posts, users, and feeds on Bluesky" @@ -5116,16 +5135,16 @@ msgstr "Focalizaศ›i cรขmpul de cฤƒutare" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 "Urmฤƒrire" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "Urmฤƒriศ›i pe {0}" @@ -5149,8 +5168,8 @@ msgstr "Urmฤƒriศ›i 10 persoane pentru a รฎncepe" msgid "Follow 7 accounts" msgstr "Urmฤƒriศ›i 7 conturi" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "Urmฤƒriศ›i contul" @@ -5173,9 +5192,9 @@ msgstr "Urmฤƒriศ›i toate conturile" #. 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:423 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "Urmฤƒriศ›i รฎnapoi" @@ -5211,7 +5230,7 @@ msgstr "Urmฤƒrit de <0>{0} ศ™i <1>{1}" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "Urmฤƒrit de <0>{0}, <1>{1} ศ™i de {2, plural, one {un alt utilizator} few {alศ›i # utilizatori} other {alศ›i # de utilizatori}}" -#: src/components/intents/GroupChatJoinDialog.tsx:339 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" msgstr "Urmฤƒritorii se pot alฤƒtura" @@ -5231,10 +5250,10 @@ msgstr "Urmฤƒritori pe care รฎi ศ™tiศ›i" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 "Urmฤƒriศ›i" @@ -5249,7 +5268,7 @@ msgstr "Urmฤƒriศ›i" #. 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 "Urmฤƒriศ›i pe {0}" @@ -5336,7 +5355,7 @@ msgstr "Aศ›i uitat parola?" #. 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 "Patru bule de mesaj care reprezintฤƒ o conversaศ›ie de grup. Primul mesaj: โ€žAi auzit noutatea? Bluesky are acum conversaศ›ii de grup!โ€ Al doilea mesaj: โ€žDoamne, nu se poateโ€ Al treilea mesaj: โ€žUau, 50 de persoane รฎntr-o singurฤƒ conversaศ›ie!โ€ Al patrulea mesaj: โ€žPoศ›i trimite ศ™i linkuri de invitaศ›ie!โ€" #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:12 msgid "Free your feed" @@ -5467,7 +5486,7 @@ msgstr "รŽncepeศ›i" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2603 msgid "GIF uploaded" msgstr "GIF รฎncฤƒrcat" @@ -5526,8 +5545,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "Mergeศ›i la pagina acasฤƒ" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "Intraศ›i รฎn direct" @@ -5538,8 +5557,8 @@ msgstr "Intraศ›i รฎn direct" msgid "Go Live" msgstr "Intraศ›i รฎn direct" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "Intraศ›i รฎn direct (dezactivat)" @@ -5547,7 +5566,7 @@ msgstr "Intraศ›i รฎn direct (dezactivat)" msgid "Go live for" msgstr "Intraศ›i รฎn direct pentru" -#: src/view/com/notifications/NotificationFeedItem.tsx:250 +#: src/view/com/notifications/NotificationFeedItem.tsx:256 msgid "Go to {firstAuthorName}'s profile" msgstr "Mergeศ›i la profilul lui {firstAuthorName}" @@ -5605,7 +5624,7 @@ msgstr "Am รฎnศ›eles" #: src/features/inviteFriends/InviteScannerScreen.tsx:108 #: src/features/inviteFriends/InviteScannerScreen.tsx:113 msgid "Grant access" -msgstr "" +msgstr "Acordaศ›i acces" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 @@ -5622,9 +5641,9 @@ msgstr "Conศ›inut violent grafic" msgid "Grooming or predatory behavior" msgstr "Comportament de seducere ศ™i manipulare a minorilor (grooming)" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:321 -#: src/screens/Messages/JoinRequest.tsx:129 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" msgstr "Conversaศ›ie de grup" @@ -5632,17 +5651,17 @@ msgstr "Conversaศ›ie de grup" msgid "Group chat invite link dialog" msgstr "Dialog link de invitaศ›ie in conversaศ›ie de grup" -#: src/screens/Messages/ConversationSettings/index.tsx:417 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "Conversaศ›ie de grup blocatฤƒ" -#: src/screens/Messages/ConversationSettings/index.tsx:382 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "Conversaศ›ie de grup amuศ›itฤƒ" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "Numele conversaศ›iei de grup a fost actualizat" @@ -5653,23 +5672,23 @@ msgid "Group chat settings" msgstr "Setฤƒri conversaศ›ie รฎn grup" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "Conversaศ›ie de grup deblocatฤƒ" -#: src/screens/Messages/ConversationSettings/index.tsx:385 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "Conversaศ›ie de grup dezamuศ›itฤƒ" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:181 msgid "Group Chats" -msgstr "" +msgstr "Conversaศ›ii de grup" #: src/screens/Messages/Settings.tsx:199 msgid "Group chats are only available to users 18 and over." -msgstr "" +msgstr "Conversaศ›iile de grup sunt disponibile doar pentru utilizatorii de peste 18 ani." #. placeholder {0}: convo.details.memberLimit #: src/screens/Messages/components/InviteLinkDialog.tsx:205 @@ -5682,12 +5701,12 @@ msgstr "Grupul este blocat" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "Numele grupului" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "Numele grupului este prea lung. {MAX_GROUP_NAME_GRAPHEME_LENGTH, plural, one {} few {Numฤƒrul maxim de caractere este #.}other {Numฤƒrul maxim de caractere este #.}}" @@ -5829,7 +5848,7 @@ msgstr "Listฤƒ ascunsฤƒ" msgid "Hide" msgstr "Ascundere" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "Ascundere" @@ -5904,7 +5923,7 @@ msgstr "Ascundeศ›i subiectele รฎn tendinศ›e?" msgid "Hide trending videos?" msgstr "Ascundeศ›i videoclipurile รฎn tendinศ›e?" -#: src/view/com/notifications/NotificationFeedItem.tsx:951 +#: src/view/com/notifications/NotificationFeedItem.tsx:957 msgid "Hide user list" msgstr "Ascundere listฤƒ de utilizatori" @@ -5920,7 +5939,7 @@ msgstr "Ascundere conศ›inut" #: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 msgid "Hides the invite friends promo banner" -msgstr "" +msgstr "Ascunde bannerul promoศ›ional de invitare a prietenilor" #: 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." @@ -5960,7 +5979,7 @@ msgstr "Staศ›i aศ™a! Oferim acces la videoclipuri treptat ศ™i รฎncฤƒ sunteศ›i pe #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6166,7 +6185,7 @@ msgstr "Importare contacte" #: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 msgid "Import contacts or invite your friends" -msgstr "" +msgstr "Importaศ›i contacte sau invitaศ›i-vฤƒ prietenii" #: src/components/contacts/FindContactsBannerNUX.tsx:33 #: src/components/contacts/FindContactsBannerNUX.tsx:72 @@ -6210,7 +6229,7 @@ msgstr "รŽn aplicaศ›ie, Push, Toatฤƒ lumea" msgid "In-app, push, people you follow" msgstr "รŽn aplicaศ›ie, Push, Persoane pe care le urmฤƒriศ›i" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "Inbox gol" @@ -6257,7 +6276,7 @@ msgstr "Vฤƒ prezentฤƒm gฤƒsirea prietenilor prin intermediul contactelor" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:99 msgid "Introducing group chats" -msgstr "" +msgstr "Vฤƒ prezentฤƒm conversaศ›iile de grup" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:38 msgid "Introducing saved posts AKA bookmarks" @@ -6268,7 +6287,7 @@ msgstr "Vฤƒ prezentฤƒm salvarea postฤƒrilor adicฤƒ marcaje" msgid "Invalid 2FA confirmation code." msgstr "Cod de confirmare A2F invalid." -#: src/components/intents/GroupChatJoinDialog.tsx:147 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." msgstr "Cod de conversaศ›ie de grup invalid." @@ -6290,7 +6309,7 @@ msgstr "Numฤƒr de telefon invalid" msgid "Invalid report subject" msgstr "Subiect raport nevalid" -#: src/components/intents/GroupChatJoinDialog.tsx:187 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." msgstr "Cerere de anulare invalidฤƒ." @@ -6315,15 +6334,15 @@ 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:140 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" -msgstr "" +msgstr "Invitaศ›i prieteni" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:155 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "Invitaศ›i prieteni" @@ -6336,19 +6355,19 @@ msgstr "Invitaศ›i prieteni <0/>" #: src/screens/Messages/components/InviteLinkDialog.tsx:335 #: src/screens/Messages/components/InviteLinkDialog.tsx:514 #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 -#: src/screens/Messages/ConversationSettings/index.tsx:556 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "Link de invitaศ›ie" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:213 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "Link de invitaศ›ie" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" -msgstr "" +msgstr "Link de invitaศ›ie copiat" #: src/components/dms/getSystemMessageInfo.ts:120 msgid "Invite link created" @@ -6374,7 +6393,7 @@ msgstr "Invitaศ›i persoane la acest pachet de pornire!" #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:91 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:144 msgid "Invite your friends" -msgstr "" +msgstr "Invitaศ›i-vฤƒ prietenii" #: src/screens/StarterPack/Wizard/StepDetails.tsx:37 msgid "Invite your friends to follow your favorite feeds and people" @@ -6410,7 +6429,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:2520 +#: src/view/com/composer/Composer.tsx:2518 msgid "Job ID: {0}" msgstr "ID loc de muncฤƒ: {0}" @@ -6420,7 +6439,7 @@ msgid "Jobs" msgstr "Locuri de muncฤƒ" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:282 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" msgstr "Alฤƒturaศ›i-vฤƒ" @@ -6431,12 +6450,12 @@ msgstr "Alฤƒturaศ›i-vฤƒ" msgid "Join Bluesky" msgstr "Alฤƒturaศ›i-vฤƒ la Bluesky" -#: src/components/intents/GroupChatJoinDialog.tsx:71 -#: src/components/intents/GroupChatJoinDialog.tsx:448 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" msgstr "Alฤƒturaศ›i-vฤƒ conversaศ›ie de grup" -#: src/components/intents/GroupChatJoinDialog.tsx:176 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." msgstr "Cererea de alฤƒturare a fost anulatฤƒ." @@ -6450,8 +6469,8 @@ msgstr "Alฤƒturaศ›i-vฤƒ conversaศ›iei" msgid "Journalism" msgstr "Jurnalism" -#: src/view/com/composer/Composer.tsx:1461 -#: src/view/com/composer/Composer.tsx:1471 +#: src/view/com/composer/Composer.tsx:1459 +#: src/view/com/composer/Composer.tsx:1469 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "Continuaศ›i editarea" @@ -6463,7 +6482,7 @@ msgstr "ศšine-mฤƒ la curent" #: src/components/moderation/BlockDialog.tsx:365 #: src/components/moderation/BlockDialog.tsx:372 msgid "Kick member" -msgstr "" +msgstr "Eliminare membru" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" @@ -6609,7 +6628,7 @@ msgid "Learn more." msgstr "Aflaศ›i mai multe." #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:590 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "Pฤƒrฤƒsire" @@ -6623,8 +6642,8 @@ msgstr "Pฤƒrฤƒsire" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "Pฤƒrฤƒsiศ›i conversaศ›ia" @@ -6644,12 +6663,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "Pฤƒrฤƒsire conversaศ›ie" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "Pฤƒrฤƒsiศ›i conversaศ›ia de grup" -#: src/screens/Messages/ConversationSettings/index.tsx:589 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "Pฤƒrฤƒsiศ›i conversaศ›ia de grup" @@ -6658,13 +6677,13 @@ msgstr "Pฤƒrฤƒsiศ›i conversaศ›ia de grup" msgid "Leaving Bluesky" msgstr "Pฤƒrฤƒsiศ›i Bluesky" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: src/screens/Messages/ConversationSettings/prompts.tsx:153 msgid "Leaving this chat will lock it permanently and you wonโ€™t be able to rejoin." msgstr "Pฤƒrฤƒsirea acestei conversaศ›ii o va bloca permanent ศ™i nu vฤƒ veศ›i mai putea alฤƒtura din nou." -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." -msgstr "" +msgstr "Aศ›i pฤƒrฤƒsit conversaศ›ia de grup." #: src/screens/SignupQueued.tsx:158 msgid "left to go." @@ -6935,9 +6954,9 @@ msgstr "รŽncฤƒrcaศ›i notificฤƒri noi" msgid "Load new posts" msgstr "รŽncฤƒrcaศ›i postฤƒri noi" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "Se รฎncarcฤƒ conversaศ›iaโ€ฆ" @@ -6954,23 +6973,23 @@ msgstr "Se รฎncarcฤƒ setฤƒrile de interacศ›iune pentru postฤƒri..." msgid "Loading..." msgstr "Se รŽncarcฤƒ..." -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "Blocare" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "Blocare conversaศ›ie de grup" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "Blocaศ›i conversaศ›ia de grup?" -#: src/screens/Messages/ConversationSettings/index.tsx:568 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "Blocaศ›i aceastฤƒ conversaศ›ie de grup" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "Blocat" @@ -7051,6 +7070,16 @@ msgstr "Gestionaศ›i-vฤƒ cuvintele ศ™i etichetele amuศ›ite" 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 +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 +msgid "Mark all requests as read" +msgstr "Marcaศ›i toate cererile ca citite" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7089,14 @@ msgstr "Marcare ca citit" msgid "Marked all as read" msgstr "Marcate toate ca citite" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "Toate conversaศ›iile au fost marcate ca citite" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "Toate cererile au fost marcate ca citite" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,16 +7120,16 @@ msgstr "Conศ›inut media stocat pe un alt dispozitiv" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Conศ›inut media care poate fi deranjant sau neadecvat pentru anumite audienศ›e." -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." -msgstr "" +msgstr "Membru eliminat din conversaศ›ia de grup." #. The heading above the list of chat members. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:34 msgid "Members" msgstr "Membri" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "Membrii รฎncฤƒ pot citi istoricul conversaศ›iilor, dar nu pot trimite mesaje noi." @@ -7111,13 +7148,13 @@ msgstr "Menศ›iuni" msgid "Menu" msgstr "Meniu" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "Mesaj" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 +#: 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" @@ -7132,7 +7169,7 @@ msgstr "Trimiteศ›i mesaj lui {0}" msgid "Message {displayName}" msgstr "Trimiteศ›i mesaj lui {displayName}" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "Mesaj ศ™ters" @@ -7141,13 +7178,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Mesaj ศ™ters" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:616 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:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "Mesaj de la @{0}: {1}" @@ -7156,21 +7193,21 @@ msgstr "Mesaj de la @{0}: {1}" msgid "Message from server: {0}" msgstr "Mesaj de la server: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "Cรขmp introducere mesaj" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 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:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "Opศ›iuni mesaj" @@ -7178,11 +7215,11 @@ msgstr "Opศ›iuni mesaj" msgid "Messages" msgstr "Mesaje" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:715 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:621 +#: src/components/dms/MessageItem.tsx:710 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." @@ -7219,8 +7256,8 @@ msgstr "Detalii moderare" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "Listฤƒ de moderare creatฤƒ de {0}" @@ -7228,7 +7265,7 @@ msgstr "Listฤƒ de moderare creatฤƒ de {0}" msgid "Moderation list by <0/>" msgstr "Listฤƒ de moderare creatฤƒ de <0/>" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "Listฤƒ de moderare creatฤƒ de dvs." @@ -7281,8 +7318,8 @@ msgstr "Mai multe limbi..." #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "Mai multe opศ›iuni" @@ -7302,7 +7339,7 @@ msgstr "Filme" msgid "Music" msgstr "Muzicฤƒ" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "Dezactivare sunet" @@ -7320,8 +7357,8 @@ msgstr "Amuศ›iศ›i {0}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "Amuศ›ire cont" @@ -7347,7 +7384,7 @@ msgstr "Amuศ›ire listฤƒ" msgid "Mute these accounts?" msgstr "Amuศ›iศ›i aceste conturi?" -#: src/screens/Messages/ConversationSettings/index.tsx:530 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "Amuศ›iศ›i conversaศ›ia de grup" @@ -7387,9 +7424,9 @@ msgstr "Amuศ›ire cuvinte & etichete" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:207 msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." -msgstr "" +msgstr "Amuศ›iศ›i, pฤƒrฤƒsiศ›i sau eliminaศ›i persoane oricรขnd. Este conversaศ›ia dvs." -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "Amuศ›itฤƒ" @@ -7421,7 +7458,7 @@ msgstr "Amuศ›irea este privatฤƒ. Conturile amuศ›ite pot interacศ›iona cu dvs., d #: src/components/moderation/BlockDialog.tsx:174 msgid "Mutual group chats" -msgstr "" +msgstr "Conversaศ›ii de grup comune" #: src/components/dialogs/BirthDateSettings.tsx:54 #: src/components/dialogs/BirthDateSettings.tsx:58 @@ -7480,7 +7517,7 @@ 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:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "Noi" @@ -7490,21 +7527,21 @@ msgctxt "action" msgid "New" msgstr "Nou" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: 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}" -#: 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 "{postsCount, plural, one {Postare nouฤƒ} few {Postฤƒri noi} other {Postฤƒri noi}} de la {firstAuthorName}" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "Conversaศ›ie nouฤƒ" @@ -7592,11 +7629,11 @@ msgctxt "action" msgid "New post" msgstr "Postare nouฤƒ" -#: 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 "Postare nouฤƒ de la {firstAuthorLink} ศ™i <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} un alt utilizator} few {{formattedAuthorsCount} alศ›i utilizatori} other {{formattedAuthorsCount} alศ›i utilizatori}} " -#: 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 "Postare nouฤƒ de la {firstAuthorName} ศ™i {additionalAuthorsCount, plural, one {{formattedAuthorsCount} un alt utilizator} few {{formattedAuthorsCount} alศ›i utilizatori} other {{formattedAuthorsCount} alศ›i utilizatori}}" @@ -7646,7 +7683,7 @@ msgstr "Imaginea urmฤƒtoare" #: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Night" -msgstr "" +msgstr "Noapte" #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:32 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." @@ -7718,7 +7755,7 @@ msgstr "Nicio listฤƒ" #. 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 "Nu mai urmฤƒriศ›i pe {0}" @@ -7726,7 +7763,7 @@ msgstr "Nu mai urmฤƒriศ›i pe {0}" msgid "No media yet" msgstr "Niciun conศ›inut media รฎncฤƒ" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "Niciun mesaj รฎncฤƒ" @@ -7763,7 +7800,7 @@ msgstr "Nimeni" msgid "No one but the author can quote this post." msgstr "Nimeni รฎn afarฤƒ de autor nu poate cita aceastฤƒ postare." -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "Nimeni nu poate trimite mesaje" @@ -7831,6 +7868,11 @@ 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" @@ -7875,7 +7917,7 @@ msgstr "Nuditate non-sexualฤƒ" #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" -msgstr "" +msgstr "Indisponibil pe aceastฤƒ platformฤƒ" #: src/screens/FindContactsFlowScreen.tsx:62 #: src/screens/Settings/FindContactsSettings.tsx:106 @@ -7895,7 +7937,7 @@ msgstr "Nu a fost gฤƒsit" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "Nu sunteศ›i gata sฤƒ postaศ›i? Pฤƒstraศ›i-vฤƒ cele mai bune idei รฎn schiศ›e pรขnฤƒ cรขnd va veni momentul potrivit." -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "Notฤƒ despre partajare" @@ -7931,7 +7973,7 @@ msgstr "Sunete notificare" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8017,7 @@ msgstr "OK" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:722 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8008,11 +8050,11 @@ 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:864 +#: src/view/com/composer/Composer.tsx:862 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:861 +#: src/view/com/composer/Composer.tsx:859 msgid "One or more images is missing alt text." msgstr "Unei sau mai multor imagini le lipseศ™te textul alternativ." @@ -8024,11 +8066,11 @@ msgstr "Unul sau mai multe dintre fiศ™ierele selectate nu sunt acceptate." 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:659 +#: src/view/com/composer/Composer.tsx:657 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:871 +#: src/view/com/composer/Composer.tsx:869 msgid "One or more videos is missing alt text." msgstr "Unei sau mai multor videoclipuri le lipseศ™te textul alternativ." @@ -8041,7 +8083,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:234 +#: src/view/com/composer/Composer.tsx:233 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}" @@ -8053,7 +8095,7 @@ msgstr "Doar administratorii pot accepta cereri de alฤƒturare." msgid "Only admins can ignore join requests." msgstr "Doar administratorii pot ignora cereri de alฤƒturare." -#: src/components/intents/GroupChatJoinDialog.tsx:145 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." msgstr "Doar urmฤƒritorii se pot alฤƒtura acestei conversaศ›ii de grup." @@ -8068,12 +8110,12 @@ msgid "Only image files are supported" msgstr "Doar fiศ™ierele imagine sunt acceptate" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:222 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." msgstr "Doar persoanele urmฤƒrite de {0} se pot alฤƒtura." #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:292 +#: src/components/intents/GroupChatJoinDialog.tsx:306 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" @@ -8087,7 +8129,7 @@ msgstr "Hopa, ceva nu a mers bine!" #: src/features/inviteFriends/InviteScannerScreen.tsx:218 msgid "Oops, this profile doesn't exist. Try scanning another one." -msgstr "" +msgstr "Ups, acest profil nu existฤƒ. รŽncercaศ›i sฤƒ scanaศ›i altul." #: src/components/Lists.tsx:184 #: src/components/StarterPack/ProfileStarterPacks.tsx:363 @@ -8107,7 +8149,7 @@ msgid "Open camera" msgstr "Deschidere camerฤƒ" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:437 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" msgstr "Deschidere conversaศ›ie" @@ -8115,8 +8157,8 @@ msgstr "Deschidere conversaศ›ie" msgid "Open chat member options for {displayName}" msgstr "Deschideศ›i opศ›iunile pentru membrii conversaศ›iei pentru {displayName}" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "Deschideศ›i opศ›iunile conversaศ›iei" @@ -8128,9 +8170,9 @@ msgstr "Deschideศ›i schiศ›a" msgid "Open drawer menu" msgstr "Deschideศ›i meniul sertar" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2158 msgid "Open emoji picker" msgstr "Deschideศ›i selectorul de emoji" @@ -8151,7 +8193,7 @@ msgstr "Deschideศ›i lista completฤƒ de emoji-uri" msgid "Open Germ DM" msgstr "Deschidere conversaศ›ie Germ" -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" msgstr "Deschidere conversaศ›ie de grup" @@ -8163,14 +8205,14 @@ msgstr "Deschideศ›i setฤƒrile de conversaศ›ie de grup" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" -msgstr "" +msgstr "Deschidere รฎn Google Translate" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "Deschideศ›i link-ul cฤƒtre {niceUrl}" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "Deschideศ›i opศ›iunile pentru mesaje" @@ -8197,7 +8239,7 @@ msgstr "Deschidere profil" #: src/features/inviteFriends/components/ActionButtons.tsx:39 msgid "Open QR code scanner" -msgstr "" +msgstr "Deschidere scanercod QR" #: src/components/BotAccountAlert.tsx:62 #: src/components/BotAccountAlert.tsx:71 @@ -8221,7 +8263,7 @@ msgstr "Deschideศ›i pagina storybook" msgid "Open system log" msgstr "Deschideศ›i jurnalul sistemului" -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" msgstr "Deschideศ›i aceastฤƒ conversaศ›ie de grup" @@ -8240,7 +8282,7 @@ msgstr "Deschide un dialog pentru a alege cine poate interacศ›iona cu aceastฤƒ p #: src/features/inviteFriends/components/ThemePicker.tsx:38 msgid "Opens a list of color themes for the QR card" -msgstr "" +msgstr "Deschide o listฤƒ de teme de culori pentru cardul QR" #: src/screens/Log.tsx:74 msgid "Opens additional details for a debug entry" @@ -8275,13 +8317,13 @@ msgstr "Deschide camera foto a dispozitivului" 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." -#: src/screens/Messages/JoinRequest.tsx:309 +#: 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 "Deschide interfaศ›a pentru a crea un nou cont Bluesky" -#: src/screens/Messages/JoinRequest.tsx:295 +#: 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" @@ -8322,7 +8364,7 @@ msgstr "Deschide profilul" #: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 msgid "Opens the find and invite friends settings" -msgstr "" +msgstr "Deschide setฤƒrile de gฤƒsire ศ™i invitaศ›ie a prietenilor" #. Accessibility hint announced after the GIF picker button label, describing what activating it will do. #: src/view/com/composer/photos/SelectGifBtn.tsx:45 @@ -8331,7 +8373,7 @@ msgstr "Deschide dialogul de selectare a GIF-urilor" #: src/view/shell/Drawer.tsx:123 msgid "Opens the invite friends sheet to share your profile" -msgstr "" +msgstr "Deschide fiศ™a de invitaศ›ie prieteni pentru a vฤƒ partaja profilul" #: src/view/com/feeds/ComposerPrompt.tsx:148 msgid "Opens the post composer" @@ -8341,7 +8383,7 @@ msgstr "Deschide compozitorul de postฤƒri" msgid "Opens this draft in the composer" msgstr "Deschideศ›i aceastฤƒ schiศ›ฤƒ รฎn compozitor" -#: 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 "Deschide acest profil" @@ -8513,6 +8555,16 @@ msgstr "Persoane care urmฤƒresc @{0}" msgid "People I follow" msgstr "Persoane pe care le urmฤƒriศ›i" +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "Persoane pe care le urmฤƒriศ›i" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "Persoane pe care le urmฤƒriศ›i" + #: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "Persoanele pe care le urmฤƒresc se pot alฤƒtura imediat" @@ -8560,7 +8612,7 @@ msgstr "Fotografie" #: src/features/inviteFriends/components/ThemePicker.tsx:37 msgid "Pick a color theme" -msgstr "" +msgstr "Alegeศ›i o temฤƒ de culoare" #: src/view/com/composer/labels/LabelsBtn.tsx:165 msgid "Pictures meant for adults." @@ -8786,7 +8838,7 @@ msgstr "Vฤƒ rugฤƒm conectaศ›i-vฤƒ ca @{0}" #: src/features/inviteFriends/InviteScannerScreen.web.tsx:40 msgid "Please use the Bluesky mobile app to scan a QR code." -msgstr "" +msgstr "Vฤƒ rugฤƒm sฤƒ folosiศ›i aplicaศ›ia mobilฤƒ Bluesky pentru a scana un cod QR." #: src/screens/Settings/FindContactsSettings.tsx:107 msgid "Please use the native app to import your contacts." @@ -8813,7 +8865,7 @@ msgstr "Politicฤƒ" msgid "Porn" msgstr "Pornografie" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post" msgstr "Postare" @@ -8833,12 +8885,12 @@ msgstr "Postaศ›i o fotografie" msgid "Post a video" msgstr "Postaศ›i un videoclip" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Post All" msgstr "Postaศ›i-le pe toate" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1468 msgid "Post anyway" msgstr "Postaศ›i oricum" @@ -8891,7 +8943,7 @@ msgstr "Setฤƒri de interacศ›iune postare" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:193 msgid "Post it to Bluesky or share anywhere." -msgstr "" +msgstr "Postaศ›i-o pe Bluesky sau partajaศ›i-o oriunde." #. Accessibility label for button that opens dialog to choose post language settings #: src/view/com/composer/select-language/PostLanguageSelect.tsx:195 @@ -9015,11 +9067,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:2594 +#: src/view/com/composer/Composer.tsx:2592 msgid "Processing GIF..." msgstr "Se proceseazฤƒ GIF-ul..." -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing video..." msgstr "Se proceseazฤƒ videoclipul..." @@ -9031,7 +9083,7 @@ msgstr "Se proceseazฤƒ..." msgid "profile" msgstr "profil" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9117,22 @@ 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:1792 +#: src/view/com/composer/Composer.tsx:1790 msgid "Publish post" msgstr "Publicaศ›i postarea" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1787 +#: src/view/com/composer/Composer.tsx:1785 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:1776 +#: src/view/com/composer/Composer.tsx:1774 msgid "Publish replies" msgstr "Publicaศ›i rฤƒspunsurile" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1781 +#: src/view/com/composer/Composer.tsx:1779 msgid "Publish reply" msgstr "Publicaศ›i rฤƒspunsul" @@ -9109,7 +9161,7 @@ msgid "QR code has been downloaded!" msgstr "Codul QR a fost descฤƒrcat!" #: src/components/StarterPack/QrCodeDialog.tsx:122 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "Cod QR salvat รฎn galeria dvs!" @@ -9172,8 +9224,8 @@ msgstr "Reactivaศ›i linkul" msgid "React with {emoji}" msgstr "Reacศ›ioneazฤƒ cu {emoji}" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "Reacศ›ii" @@ -9268,10 +9320,6 @@ msgstr "Recomandat" msgid "Reconnect" msgstr "Reconectare" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "Reรฎmprospฤƒtaศ›i pagina pentru al vedea." - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" @@ -9289,14 +9337,16 @@ msgstr "Respingere cerere de conversaศ›ie" #: src/screens/Messages/JoinRequests.tsx:483 msgid "Reject join request" -msgstr "" +msgstr "Respingere cerere de alฤƒturare" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "Reรฎncฤƒrcaศ›i conversaศ›iile" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9355,9 @@ msgstr "Reรฎncฤƒrcaศ›i conversaศ›iile" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "Eliminare" @@ -9326,9 +9375,9 @@ msgstr "Eliminaศ›i pe {displayName} din pachetul de pornire" msgid "Remove {displayName} from this group chat" msgstr "Eliminaศ›i pe {displayName} din aceastฤƒ conversaศ›ie de grup" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" -msgstr "" +msgstr "Eliminaศ›i pe {displayName}?" #: src/screens/Search/components/SearchHistory.tsx:105 msgid "Remove {historyItem}" @@ -9443,14 +9492,14 @@ msgstr "Eliminaศ›i acest flux din fluxurile dvs. salvate" msgid "Remove unavailable moderation services" msgstr "Eliminaศ›i serviciile de moderare indisponibile" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "Eliminaศ›i utilizatorul din listฤƒ" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "Eliminaศ›i verificarea" @@ -9466,8 +9515,8 @@ msgstr "Eliminat de autor" msgid "Removed by you" msgstr "Eliminat de dvs." -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "Eliminat din listฤƒ" @@ -9535,6 +9584,14 @@ msgctxt "description" msgid "Replied to you" msgstr "Rฤƒspuns la dvs." +#: src/components/dms/MessageItem.tsx:883 +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 +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 @@ -9552,7 +9609,12 @@ msgstr "Rฤƒspunsuri dezactivate" msgid "Replies to this post are disabled." msgstr "Rฤƒspunsurile la aceastฤƒ postare sunt dezactivate." -#: src/view/com/composer/Composer.tsx:1804 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "Rฤƒspundeศ›i" + +#: src/view/com/composer/Composer.tsx:1802 msgctxt "action" msgid "Reply" msgstr "Rฤƒspundeศ›i" @@ -9590,14 +9652,14 @@ msgstr "Vizibilitatea rฤƒspunsului actualizatฤƒ" msgid "Reply was successfully hidden" msgstr "Rฤƒspunsul a fost ascuns cu succes" -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:582 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "Raportare" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "Raportare cont" @@ -9623,7 +9685,7 @@ msgstr "Raportaศ›i fluxul" msgid "Report list" msgstr "Raportare listฤƒ" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "Raportare mesaj" @@ -9657,7 +9719,7 @@ msgstr "Raportaศ›i aceastฤƒ conversaศ›ie" msgid "Report this feed" msgstr "Raportaศ›i acest flux" -#: src/screens/Messages/ConversationSettings/index.tsx:581 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "Raportaศ›i aceastฤƒ conversaศ›ie de grup" @@ -9737,7 +9799,7 @@ msgstr "Repostฤƒri ale acestei postฤƒri" msgid "Reposts of your reposts" msgstr "Repostฤƒri ale repostฤƒrilor dvs." -#: src/components/intents/GroupChatJoinDialog.tsx:447 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" msgstr "Cereศ›i acces la conversaศ›ia de grup" @@ -9755,7 +9817,7 @@ msgid "Request ignored." msgstr "Cerere ignoratฤƒ." #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:281 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" msgstr "Cereศ›i sฤƒ vฤƒ alฤƒturaศ›i" @@ -9764,7 +9826,7 @@ msgid "Requested" msgstr "Solicitat" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "Cereri" @@ -9791,9 +9853,9 @@ msgstr "Necesar pentru acest furnizor" msgid "Required in your region" msgstr "Necesar รฎn regiunea dvs." -#: src/components/intents/GroupChatJoinDialog.tsx:296 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:310 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:115 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:117 msgid "Rescind request" msgstr "Anulare cerere" @@ -9872,7 +9934,7 @@ 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:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 #: src/screens/Messages/JoinRequests.tsx:361 @@ -9928,7 +9990,7 @@ msgstr "GIF-uri triste" #: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10015,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:1451 +#: src/view/com/composer/Composer.tsx:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Salvare modificฤƒri" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1421 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "Salvaศ›i modificฤƒrile?" -#: src/view/com/composer/Composer.tsx:1451 +#: src/view/com/composer/Composer.tsx:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "Salvare schiศ›ฤƒ" -#: src/view/com/composer/Composer.tsx:1425 +#: src/view/com/composer/Composer.tsx:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "Salvaศ›i schiศ›a?" @@ -10022,13 +10084,13 @@ msgid "Saved to your feeds" msgstr "Salvat รฎn fluxurile dvs." #: 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 "Spuneศ›i salut!" -#: src/screens/Messages/ChatList.tsx:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "Spuneศ›i salut cuiva" @@ -10038,13 +10100,13 @@ msgstr "รŽnศ™elฤƒtorie" #: src/features/inviteFriends/components/ActionButtons.tsx:44 msgid "Scan" -msgstr "" +msgstr "Scanare" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 #: src/Navigation.tsx:316 msgid "Scan QR code" -msgstr "" +msgstr "Scanare cod QR" #: src/lib/interests.ts:71 msgid "Science" @@ -10058,6 +10120,10 @@ msgstr "Derulaศ›i spre stรขnga" msgid "Scroll right" msgstr "Derulaศ›i spre dreapta" +#: src/components/dms/MessageItem.tsx:774 +msgid "Scroll to the message this is replying to" +msgstr "Derulaศ›i la mesajul la care s-a rฤƒspuns" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "Derulaศ›i pรขnฤƒ sus" @@ -10067,7 +10133,7 @@ msgstr "Derulaศ›i pรขnฤƒ sus" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Cฤƒutare" @@ -10148,8 +10214,8 @@ msgstr "Cฤƒutaศ›i limbi" msgid "Search my posts" msgstr "Cฤƒutaศ›i รฎn postฤƒrile mele" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "Cฤƒutare postฤƒri" @@ -10425,8 +10491,8 @@ msgstr "Trimitere raport de eroare" msgid "Send feedback" msgstr "Trimiteศ›i feedback" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "Trimitere mesaj" @@ -10460,7 +10526,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:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "Trimis pe {0}" @@ -10565,7 +10631,7 @@ msgstr "Activitate sexualฤƒ sau nuditate eroticฤƒ." msgid "Sexually Suggestive" msgstr "Sugestiv Sexual" -#: 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 @@ -10577,7 +10643,7 @@ msgstr "Sugestiv Sexual" msgid "Share" msgstr "Distribuiศ›i" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "Distribuiศ›i oricum" @@ -10594,7 +10660,7 @@ msgstr "Partajaศ›i imaginea" #: src/features/inviteFriends/components/ActionButtons.tsx:23 msgid "Share invite link" -msgstr "" +msgstr "Partajaศ›i linkul de invitaศ›ie" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 @@ -10611,7 +10677,7 @@ msgstr "Dialogul de distribuire link" #: src/screens/Settings/FindContactsSettings.tsx:172 #: src/screens/Settings/FindContactsSettings.tsx:181 msgid "Share my profile" -msgstr "" +msgstr "Partajaศ›i-mi profilul" #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:167 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:170 @@ -10641,8 +10707,8 @@ msgstr "Distribuiศ›i acest pachet de pornire ศ™i ajutaศ›i oamenii sฤƒ se alฤƒtur #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "Partajare via..." @@ -10796,15 +10862,15 @@ msgstr "Afiศ™eazฤƒ conศ›inutul" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:294 -#: src/screens/Messages/JoinRequest.tsx:300 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,7 +10896,7 @@ msgstr "Conectaศ›i-vฤƒ sau creaศ›i un cont" msgid "Sign in or create your account to join the conversation!" msgstr "Conectaศ›i-vฤƒ sau creaศ›i-vฤƒ un cont pentru a vฤƒ alฤƒtura conversaศ›iei!" -#: src/screens/Messages/JoinRequest.tsx:220 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." msgstr "Conectaศ›i-vฤƒ pentru a accepta invitaศ›ie." @@ -10842,7 +10908,7 @@ msgstr "Conectaศ›i-vฤƒ la un cont care nu este listat" msgid "Sign in to Bluesky or create a new account" msgstr "Conectaศ›i-vฤƒ la Bluesky sau creaศ›i un cont nou" -#: src/screens/Messages/JoinRequest.tsx:219 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." msgstr "Conectaศ›i-vฤƒ pentru a solicita acces la aceastฤƒ conversaศ›ie de grup." @@ -10900,7 +10966,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:1468 +#: src/view/com/composer/Composer.tsx:1466 msgid "Skip empty posts?" msgstr "Omiteศ›i postฤƒrile goale?" @@ -10971,12 +11037,12 @@ msgid "Someone left the group" msgstr "Cineva a pฤƒrฤƒsit grupul" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:347 msgid "Someone reacted {0}" msgstr "Cineva a reacศ›ionat cu {0}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "Cineva a reacศ›ionat cu {0} la {target}" @@ -10996,10 +11062,6 @@ msgstr "Cineva a fost eliminat(ฤƒ)" msgid "Someone was removed from the group" msgstr "Cineva a fost eliminat din grup" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "Ceva nou este aici" - #: 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 "Ceva nu a fost รฎn regulฤƒ cu datele pe care รฎncercaศ›i sฤƒ le raportaศ›i. Vฤƒ rugฤƒm sฤƒ contactaศ›i asistenศ›a." @@ -11043,8 +11105,8 @@ msgstr "E ceva รฎn neregulฤƒ? Anunศ›aศ›i-ne." msgid "Sorry, we're unable to load account suggestions at this time." msgstr "Ne pare rฤƒu, nu putem รฎncฤƒrca sugestiile de conturi รฎn acest moment." -#: 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 "Ne pare rฤƒu! Sesiunea dvs. a expirat. Vฤƒ rugฤƒm sฤƒ vฤƒ conectaศ›i din nou." @@ -11085,7 +11147,7 @@ msgstr "รŽncepeศ›i o conversaศ›ie ศ™i ea va apฤƒrea aici." #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:130 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:135 msgid "Start a group chat" -msgstr "" +msgstr "รŽncepeศ›i o conversaศ›ie de grup" #: src/components/dms/dialogs/NewChatDialog.tsx:191 msgid "Start a new chat" @@ -11214,13 +11276,13 @@ msgid "Subscribe" msgstr "Abonare" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "Abonaศ›i-vฤƒ pe {0}" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "Abonaศ›i-vฤƒ la {publicationTitle} pe {0}" @@ -11255,7 +11317,7 @@ msgstr "Succes" msgid "Success!" msgstr "Succes!" -#: src/components/intents/GroupChatJoinDialog.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" msgstr "V-aศ›i alฤƒturat cu succes conversaศ›iei de grup!" @@ -11349,13 +11411,13 @@ msgstr "Doar etichete" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:184 msgid "Take the conversation private." -msgstr "" +msgstr "Treceศ›i conversaศ›ia รฎn privat." #: 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 "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:572 +#: src/components/dms/MessageItem.tsx:661 msgid "Tap for details" msgstr "Atingeศ›i pentru detalii" @@ -11390,7 +11452,7 @@ msgid "Tap to dismiss" msgstr "Atingeศ›i pentru a รฎnchide" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:453 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" msgstr "Atingeศ›i pentru a vฤƒ alฤƒtura imediat acestei conversaศ›ii de grup" @@ -11398,34 +11460,34 @@ msgstr "Atingeศ›i pentru a vฤƒ alฤƒtura imediat acestei conversaศ›ii de grup" msgid "Tap to open this group chat" msgstr "Atingeศ›i pentru a deschide aceastฤƒ conversaศ›ie de grup" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "Atingeศ›i pentru a elimina" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "Atingeศ›i pentru a vฤƒ elimina reacศ›ia {0}" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:452 +#: src/components/intents/GroupChatJoinDialog.tsx:468 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:537 +#: src/components/dms/MessageItem.tsx:626 msgid "Tap to retry" msgstr "Atingeศ›i pentru a reรฎncerca" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "Atingeศ›i pentru a afiศ™a {0} reacศ›ii" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "Atingeศ›i pentru a afiศ™a toate reacศ›iile" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:373 msgid "Tap to view reactions" msgstr "Atingeศ›i pentru a vizualiza reacศ›iile" @@ -11528,7 +11590,7 @@ msgstr "Asta e tot!" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "Contul va putea interacศ›iona cu dvs. dupฤƒ deblocare." @@ -11594,7 +11656,7 @@ msgstr "Urmฤƒtoarele setฤƒri vor fi utilizate ca valori implicite atunci cรขnd c msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "Legislaศ›ia din regiunea dvs. necesitฤƒ verificarea vรขrstei pentru a accesa unele caracteristici. Atingeศ›i pentru a afla mai multe." -#: src/components/intents/GroupChatJoinDialog.tsx:155 +#: src/components/intents/GroupChatJoinDialog.tsx:165 #: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." msgstr "Limita de membri a fost atinsฤƒ." @@ -11621,7 +11683,7 @@ msgstr "Serverul pare sฤƒ รฎntรขmpine probleme. Vฤƒ rugฤƒm sฤƒ รฎncercaศ›i din n msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "Pachetul de pornire pe care รฎncercaศ›i sฤƒ รฎl vizualizaศ›i este nevalid. รŽn schimb, puteศ›i ศ™terge acest pachet de pornire." -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "Subiectul meniului contextul" @@ -11665,8 +11727,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "A apฤƒrut o problemฤƒ la รฎncฤƒrcarea GIF-urilor. Verificaศ›i-vฤƒ conexiunea ศ™i รฎncercaศ›i din nou." #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:182 +#: 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 "A apฤƒrut o problemฤƒ cu conexiunea dvs. la internet, vฤƒ rugฤƒm sฤƒ รฎncercaศ›i din nou" @@ -11693,7 +11755,7 @@ msgstr "A apฤƒrut o problemฤƒ la preluarea notificฤƒrilor. Atingeศ›i aici pentru msgid "There was an issue fetching posts. Tap here to try again." msgstr "A apฤƒrut o problemฤƒ la preluarea postฤƒrilor. Atingeศ›i aici pentru a รฎncerca din nou." -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "A apฤƒrut o problemฤƒ la preluarea listei. Atingeศ›i aici pentru a รฎncerca din nou." @@ -11733,12 +11795,12 @@ msgstr "A apฤƒrut o problemฤƒ la actualizarea fluxurilor dvs., vฤƒ rugฤƒm sฤƒ v #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "A apฤƒrut o problemฤƒ! {0}" @@ -11776,11 +11838,11 @@ msgstr "Aceste setฤƒri se aplicฤƒ numai fluxului Urmฤƒriศ›i." #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" -msgstr "" +msgstr "Aceศ™tia deศ›in aceastฤƒ conversaศ›ie" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." -msgstr "" +msgstr "Nu se vor putea realฤƒtura decรขt dacฤƒ รฎi invitaศ›i din nou." #: src/components/moderation/ScreenHider.tsx:118 msgid "This {screenDescription} has been flagged:" @@ -11828,24 +11890,24 @@ msgstr "Acest autor a ales sฤƒ facฤƒ postฤƒrile vizibile doar persoanelor care s 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 "Acest buton permite celorlalศ›i sฤƒ deschidฤƒ aplicaศ›ia Germ DM pentru a vฤƒ trimite un mesaj. Puteศ›i gestiona vizibilitatea din aplicaศ›ia Germ DM, sau puteศ›i deconecta contul Bluesky de la Germ DM apฤƒsรขnd butonul de mai jos." -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "Aceastฤƒ conversaศ›ie s-a รฎncheiat" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:287 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" msgstr "Aceastฤƒ conversaศ›ie este plinฤƒ" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "Aceastฤƒ conversaศ›ie este blocatฤƒ" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:430 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" -msgstr "" +msgstr "Aceastฤƒ conversaศ›ie este blocatฤƒ printr-o acศ›iune de moderare" #: src/screens/Messages/components/MessageListError.tsx:17 msgid "This chat was disconnected" @@ -11881,7 +11943,7 @@ msgstr "Acest conศ›inut nu este disponibil deoarece unul dintre utilizatorii imp msgid "This content is not viewable without a Bluesky account." msgstr "Acest conศ›inut nu poate fi vizualizat fฤƒrฤƒ un cont Bluesky." -#: src/components/intents/GroupChatJoinDialog.tsx:141 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." msgstr "Aceastฤƒ conversaศ›ie este blocatฤƒ." @@ -11931,9 +11993,9 @@ msgstr "Acest flux este gol." msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "Acest flux nu mai este online. รŽn schimb, afiศ™ฤƒm <0>Descoperฤƒ." -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" -msgstr "" +msgstr "Acest grup este blocat de o acศ›iune de moderare asupra proprietarului" #: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "This handle is reserved. Please try a different one." @@ -11947,11 +12009,11 @@ msgstr "Aceastฤƒ imagine nu a putut fi utilizatฤƒ. รŽncercaศ›i un alt format ca msgid "This information is private and not shared with other users." msgstr "Aceastฤƒ informaศ›ie este privatฤƒ ศ™i nu este partajatฤƒ cu alศ›i utilizatori." -#: src/components/intents/GroupChatJoinDialog.tsx:151 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." msgstr "Acest link de invitaศ›ie a fost dezactivat." -#: src/components/intents/GroupChatJoinDialog.tsx:223 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" msgstr "Acest link de invitaศ›ie este invalid" @@ -11997,17 +12059,17 @@ msgstr "Aceastฤƒ listฤƒ - creatฤƒ de dvs. - conศ›ine posibile รฎncฤƒlcฤƒri ale r msgid "This list is empty." msgstr "Aceastฤƒ listฤƒ este goalฤƒ." -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" -msgstr "" +msgstr "Acest mesaj este ascuns" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:688 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:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:658 +#: src/components/dms/MessageItem.tsx:684 msgid "This message is hidden because you are blocking this user." msgstr "Acest mesaj este ascuns deoarece blocaศ›i acest utilizator." @@ -12045,11 +12107,11 @@ 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:1043 +#: src/view/com/composer/Composer.tsx:1041 msgid "This post's author has disabled quote posts." msgstr "Autorul acestei postฤƒri a dezactivat postฤƒrile citate." -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "Acest profil este vizibil numai pentru utilizatorii conectaศ›i. Nu va fi vizibil pentru persoanele care nu sunt conectate." @@ -12242,8 +12304,8 @@ msgstr "Rฤƒspunsurile de top primele" msgid "Topic" msgstr "Subiect" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,9 +12375,9 @@ msgctxt "action" msgid "Try again" msgstr "รŽncercaศ›i din nou" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." -msgstr "" +msgstr "รŽncercaศ›i din nou รฎntr-un moment." #: src/components/Post/Translated/index.tsx:229 #: src/components/Post/Translated/index.tsx:242 @@ -12325,7 +12387,7 @@ msgstr "รŽncercaศ›i Google Translate" #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:165 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:171 msgid "Try it" -msgstr "" +msgstr "รŽncercaศ›i" #: src/lib/interests.ts:74 msgid "TV" @@ -12335,7 +12397,7 @@ msgstr "TV" msgid "Two-factor authentication (2FA)" msgstr "Autentificare cu doi factori (A2F)" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "Tastaศ›i aici mesajul dvs." @@ -12401,7 +12463,7 @@ msgstr "Indisponibil" msgid "Unavailable feed information" msgstr "Informaศ›ii flux indisponibile" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:726 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12409,14 +12471,14 @@ msgstr "Informaศ›ii flux indisponibile" #: src/components/moderation/BlockDialog.tsx:211 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "Deblocare" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "Deblocare" @@ -12427,17 +12489,17 @@ msgstr "Deblocaศ›i pe {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "Deblocare cont" #: src/components/moderation/BlockDialog.tsx:146 msgid "Unblock account?" -msgstr "" +msgstr "Deblocaศ›i contul?" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "Deblocare cont?" @@ -12474,12 +12536,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Refacere repostare ({0, plural, one {o repostare} few {# repostฤƒri} other {# de repostฤƒri}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "Nu mai urmฤƒriศ›i pe {0}" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "Nu mai urmฤƒriศ›i contul" @@ -12521,11 +12583,11 @@ msgstr "Nu mai apreciaศ›i" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Nu mai apreciaศ›i ({0, plural, one {o apreciere} few {# aprecieri} other {# de aprecieri}})" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "Deblocare conversaศ›ie" -#: src/screens/Messages/ConversationSettings/index.tsx:567 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "Deblocaศ›i aceastฤƒ conversaศ›ie de grup" @@ -12548,8 +12610,8 @@ msgstr "Dezamuศ›iศ›i {0}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "Dezamuศ›ire cont" @@ -12562,7 +12624,7 @@ msgstr "Dezamuศ›ire conversaศ›ie" msgid "Unmute list" msgstr "Dezamuศ›ire listฤƒ" -#: src/screens/Messages/ConversationSettings/index.tsx:529 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "Dezamuศ›iศ›i aceastฤƒ conversaศ›ie de grup" @@ -12641,26 +12703,23 @@ msgstr "Dezabonat de la listฤƒ" msgid "Unsupported clipboard content" msgstr "Conศ›inut clipboard neacceptat" -#: src/view/com/composer/Composer.tsx:1557 +#: src/view/com/composer/Composer.tsx:1555 msgid "Unsupported video type: {mimeType}" msgstr "Tip videoclip neacceptat: {mimeType}" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" -msgstr "" +msgstr "Pรขnฤƒ la 50 de persoane" #: src/screens/Settings/components/OTAInfo.tsx:61 #: src/screens/Settings/components/OTAInfo.tsx:77 msgid "Update" msgstr "Actualizare" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "Actualizaศ›i <0>{displayName} รฎn Liste" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" -msgstr "Actualizaศ›i aplicaศ›ia" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" +msgstr "Actualizare {0} รฎn liste" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 #: src/components/dialogs/EmailDialog/screens/Update.tsx:308 @@ -12669,6 +12728,10 @@ msgstr "Actualizaศ›i aplicaศ›ia" msgid "Update email" msgstr "Actualizare e-mail" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "Actualizare รฎn liste" + #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 #: src/screens/Messages/components/InviteLinkDialog.tsx:303 @@ -12680,14 +12743,6 @@ msgstr "Actualizaศ›i linkul de invitaศ›ie" msgid "Update to {domain}" msgstr "Actualizare la {domain}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "Actualizaศ›i-vฤƒ aplicaศ›ia" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "Actualizaศ›i-vฤƒ aplicaศ›ia pentru a o vedea." - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "Actualizaศ›i-vฤƒ e-mailul" @@ -12736,7 +12791,7 @@ msgstr "รŽncฤƒrcaศ›i din fiศ™iere" msgid "Upload from Library" msgstr "รŽncฤƒrcaศ›i din bibliotecฤƒ" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2585 msgid "Uploading GIF..." msgstr "Se รฎncarcฤƒ GIF-ul..." @@ -12750,7 +12805,7 @@ msgstr "Se รฎncarcฤƒ imaginile..." msgid "Uploading link thumbnail..." msgstr "Se รฎncarcฤƒ miniatura link-ului..." -#: src/view/com/composer/Composer.tsx:2589 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading video..." msgstr "Se รฎncarcฤƒ videoclipul..." @@ -12826,7 +12881,7 @@ msgid "User Blocks You" msgstr "Utilizatorul vฤƒ blocheazฤƒ" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "Listฤƒ de utilizatori creatฤƒ de {0}" @@ -12835,7 +12890,7 @@ msgstr "Listฤƒ de utilizatori creatฤƒ de {0}" msgid "User List by {0}" msgstr "Listฤƒ de utilizatori creatฤƒ de {0}" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "Listฤƒ de utilizatori creatฤƒ de dvs." @@ -12875,16 +12930,6 @@ msgstr "utilizatori urmฤƒriศ›i de <0>@{0}" msgid "users following <0>@{0}" msgstr "utilizatorii care urmฤƒresc pe <0>@{0}" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "Utilizatori pe care รฎi urmฤƒriศ›i" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "Utilizatori pe care รฎi urmฤƒriศ›i" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "Valoare:" @@ -12912,8 +12957,8 @@ msgstr "Verificat de:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "Verificare cont" @@ -13039,7 +13084,7 @@ msgstr "Videoclipul nu a fost gฤƒsit." msgid "Video settings" msgstr "Setฤƒri videoclip" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2605 msgid "Video uploaded" msgstr "Videoclip รฎncฤƒrcat" @@ -13056,14 +13101,14 @@ msgstr "Videoclipuri" 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:1150 +#: src/view/com/composer/Composer.tsx:1148 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Vizualizare" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "Vizualizaศ›i {0}" @@ -13078,7 +13123,7 @@ msgstr "Vizualizaศ›i avatarul lui {0}" #: 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 "Vizualizaศ›i profilul lui {0}" @@ -13092,7 +13137,7 @@ msgstr "Vizualizaศ›i profilul {0}" msgid "View {displayName}โ€™s profile" msgstr "Vizualizaศ›i profilul utilizatorului {displayName}" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "Vizualizare {publicationTitle}" @@ -13145,7 +13190,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:1145 +#: src/view/com/composer/Composer.tsx:1143 msgid "View post" msgstr "Vizualizare postare" @@ -13162,10 +13207,10 @@ msgstr "Vizualizaศ›i profilul" msgid "View profile banner" msgstr "Vizualizaศ›i bannerul profilului" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "Vizualizare publicare" @@ -13173,7 +13218,7 @@ msgstr "Vizualizare publicare" msgid "View the avatar" msgstr "Vizualizaศ›i avatarul" -#: src/screens/Messages/ConversationSettings/index.tsx:554 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "Vizualizaศ›i linkul de invitaศ›ie pentru aceastฤƒ conversaศ›ie de grup" @@ -13441,7 +13486,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:1041 +#: src/view/com/composer/Composer.tsx:1039 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." @@ -13492,7 +13537,7 @@ msgid "What do you want to call your starter pack?" msgstr "Cum doriศ›i sฤƒ vฤƒ numiศ›i pachetul de pornire?" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1519 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Care-i treaba?" @@ -13519,7 +13564,7 @@ msgid "Who can verify?" msgstr "Cine poate verifica?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "Hopa!" @@ -13578,7 +13623,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:1439 +#: src/view/com/composer/Composer.tsx:1437 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?" @@ -13587,12 +13632,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:1617 +#: src/view/com/composer/Composer.tsx:1615 msgid "Write post" msgstr "Scrieศ›i o postare" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1517 msgid "Write your reply" msgstr "Scrieศ›i-vฤƒ rฤƒspunsul" @@ -13658,7 +13703,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:610 +#: src/components/dms/MessageItem.tsx:699 msgid "You are blocking {0}" msgstr "Dvs. blocaศ›i pe {0}" @@ -13756,7 +13801,7 @@ msgstr "Acum puteศ›i alege sฤƒ fiศ›i notificat cรขnd anumite persoane posteazฤƒ. #: 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 "Acum puteศ›i invita prieteni cu un link sau cu un cod QR. Partajaศ›i linkul oriunde sau lฤƒsaศ›i-i sฤƒ scaneze codul pentru a se alฤƒtura vouฤƒ pe Bluesky." #: src/screens/Login/index.tsx:203 #: src/screens/Login/PasswordUpdatedForm.tsx:27 @@ -13764,11 +13809,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:221 +#: src/view/com/composer/Composer.tsx:220 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:1444 +#: src/view/com/composer/Composer.tsx:1442 msgid "You can only save drafts up to 1000 characters." msgstr "Puteศ›i salva doar schiศ›e pรขnฤƒ la 1000 de caractere." @@ -13803,10 +13848,10 @@ msgstr "Puteศ›i selecta pรขnฤƒ la {MAX_GALLERY_IMAGES, plural, one {} few {# ima 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:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:115 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" -msgstr "" +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}}" #: src/components/dms/dialogs/NewChatDialog.tsx:105 msgid "You cannot create a group chat yet." @@ -13839,7 +13884,7 @@ msgstr "Nu aveศ›i fluxuri salvate." msgid "You got here first" msgstr "Aศ›i ajuns primul aici" -#: src/components/intents/GroupChatJoinDialog.tsx:166 +#: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and canโ€™t join it using this link." msgstr "Aศ›i fost eliminat anterior din acest grup ศ™i nu vฤƒ puteศ›i alฤƒtura folosind acest link." @@ -13884,6 +13929,7 @@ msgstr "Aศ›i amuศ›it acest cont." msgid "You have muted this user" msgstr "Aศ›i amuศ›it acest utilizator" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "Nu aveศ›i liste." @@ -13912,7 +13958,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:1434 +#: src/view/com/composer/Composer.tsx:1432 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?" @@ -13970,9 +14016,9 @@ msgstr "Puteศ›i adฤƒuga pรขnฤƒ la {STARTER_PACK_MAX_SIZE, plural, one {} few {{S msgid "You may only add up to 3 feeds" msgstr "Puteศ›i adฤƒuga pรขnฤƒ la 3 fluxuri" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." -msgstr "" +msgstr "Trebuie sฤƒ fiศ›i proprietarul conversaศ›iei pentru a elimina un membru." #: 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." @@ -13983,7 +14029,7 @@ msgid "You must be following at least seven other people to generate a starter p msgstr "Trebuie sฤƒ urmฤƒriศ›i cel puศ›in alte ศ™apte persoane pentru a genera un pachet de pornire." #: src/components/StarterPack/QrCodeDialog.tsx:69 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:89 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" @@ -13997,7 +14043,7 @@ msgstr "Trebuie sฤƒ vฤƒ verificaศ›i adresa de e-mail รฎnainte de a putea activa #: src/components/moderation/BlockDialog.tsx:352 msgid "You own this chat" -msgstr "" +msgstr "Sunteศ›i proprietarul acestei conversaศ›ii" #. placeholder {0}: currentAccount?.handle #: src/screens/Deactivated.tsx:120 @@ -14009,12 +14055,12 @@ 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:259 +#: src/components/dms/MessageItem.tsx:340 msgid "You reacted {0}" msgstr "Aศ›i reacศ›ionat cu {0}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "Aศ›i reacศ›ionat cu {0} la {target}" @@ -14023,8 +14069,20 @@ 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 +msgid "You replied" +msgstr "Aศ›i rฤƒspuns" + +#: src/components/dms/MessageItem.tsx:802 +msgid "You replied to {originalName}" +msgstr "Aศ›i rฤƒspuns cฤƒtre {originalName}" + +#: src/components/dms/MessageItem.tsx:800 +msgid "You replied to yourself" +msgstr "V-aศ›i rฤƒspuns" + #. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 msgid "You requested to join" msgstr "Aศ›i solicitat sฤƒ vฤƒ alฤƒturaศ›i" @@ -14050,12 +14108,12 @@ msgstr "Acum veศ›i primi notificฤƒri pentru acest fir" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "Veศ›i primi un e-mail cu un โ€žcod de resetareโ€. Introduceศ›i codul aici, apoi introduceศ›i noua parolฤƒ." -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "Nu vฤƒ veศ›i putea alฤƒtura decรขt dacฤƒ sunteศ›i invitat." #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "Dvs.: {message}" @@ -14091,7 +14149,7 @@ msgstr "Veศ›i rฤƒmรขne la zi cu aceste fluxuri" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:205 msgid "Youโ€™re in control" -msgstr "" +msgstr "Aveศ›i controlul" #: src/screens/SignupQueued.tsx:130 msgid "You're in line" @@ -14127,7 +14185,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:646 +#: src/view/com/composer/Composer.tsx:644 msgid "You've reached the maximum number of drafts" msgstr "Aศ›i atins numฤƒrul maxim de schiศ›e" @@ -14199,11 +14257,11 @@ msgstr "Conversaศ›iile dvs. au fost dezactivate" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "Alegerea dvs. va fi memoratฤƒ pentru link-urile viitoare. Puteศ›i sฤƒ o schimbaศ›i oricรขnd รฎn setฤƒri." -#: src/view/com/notifications/NotificationFeedItem.tsx:374 +#: src/view/com/notifications/NotificationFeedItem.tsx:380 msgid "Your contact {firstAuthorLink} is on Bluesky" msgstr "Persoana dvs. de contact {firstAuthorLink} este pe Bluesky" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:378 msgid "Your contact {firstAuthorName} is on Bluesky" msgstr "Persoana dvs. de contact {firstAuthorName} este pe Bluesky" @@ -14295,11 +14353,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:1141 +#: src/view/com/composer/Composer.tsx:1139 msgid "Your post was sent" msgstr "Postarea dvs. a fost trimisฤƒ" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1136 msgid "Your posts were sent" msgstr "Postฤƒrile dvs. au fost trimise" @@ -14320,7 +14378,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:1140 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your reply was sent" msgstr "Rฤƒspunsul dvs. a fost trimis" @@ -14333,7 +14391,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:1469 +#: src/view/com/composer/Composer.tsx:1467 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 91bced3619..46703ae183 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-10 21:06\n" +"PO-Revision-Date: 2026-06-17 12:23\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,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "ะšะฐั‚ะตะณะพั€ะธั \"{interestsDisplayName}\" (ะฐะบั‚ะธะฒะฝะฐ)" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:867 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" msgstr "" -#: src/components/dms/getMessageInfo.ts:73 +#: src/components/dms/getMessageInfo.ts:105 +#: src/components/dms/MessageItem.tsx:869 +#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "(ัะพะดะตั€ะถะธั‚ ะฒัั‚ั€ะพะตะฝะฝั‹ะน ะบะพะฝั‚ะตะฝั‚)" @@ -75,7 +79,7 @@ msgstr "{0, plural, one {# ะผะตั‚ะบะฐ ะฑั‹ะปะฐ ั€ะฐะทะผะตั‰ะตะฝะฐ} few {# ะผะตั‚ msgid "{0, plural, one {# like} other {# likes}}" msgstr " {0, plural, one {# ะปะฐะนะบ} few {# ะปะฐะนะบะฐ} other {# ะปะฐะนะบะพะฒ}}" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "" @@ -97,7 +101,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:269 +#: src/components/dms/MessageItem.tsx:350 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "" @@ -118,15 +122,15 @@ msgstr "{0, plural, one {# ัะตะบัƒะฝะดัƒ} few {# ัะตะบัƒะฝะดั‹} other {# ัะต #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "{0, plural, one {# ะฝะตะฟั€ะพั‡ะธั‚ะฐะฝะฝั‹ะน ัะปะตะผะตะฝั‚} other {# ะฝะตะฟั€ะพั‡ะธั‚ะฐะฝะฝั‹ั… ัะปะตะผะตะฝั‚ะพะฒ}}" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "{0} ะฟะพะดะฟะธัะพะบ" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:703 msgid "{0} is blocking you" msgstr "" @@ -273,7 +277,7 @@ msgstr "{0} ะธะท 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:345 msgid "{0} reacted {1}" msgstr "{0} ะพั‚ั€ะตะฐะณะธั€ะพะฒะฐะป {1}" @@ -326,24 +330,22 @@ msgstr "ะะฒะฐั‚ะฐั€ {0}" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:143 +#: src/screens/Messages/JoinRequest.tsx:139 msgctxt "group-chat-member-count" msgid "{0}/{1}" msgstr "" #. The number of members in a group chat, in the format '{members}/{total} members'. -#. placeholder {0}: preview.memberCount -#. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 -msgid "{0}/{1} {2, plural, one {member} other {members}}" -msgstr "" - -#. The number of active group chat members out of the total number allowed. +#. The number of members in a group chat, in the format '{members}/{total} members'. #. placeholder {0}: joinLinkPreview.memberCount +#. placeholder {0}: preview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:329 -msgid "{0}/{1} members" +#. placeholder {1}: preview.memberLimit +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 +msgid "{0}/{1} {2, plural, one {member} other {members}}" msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. @@ -389,7 +391,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -397,33 +399,11 @@ msgstr "" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "{count, plural, one {# ะฝะตะฟั€ะพั‡ะธั‚ะฐะฝะฝั‹ะน ัะปะตะผะตะฝั‚} other {# ะฝะตะฟั€ะพั‡ะธั‚ะฐะฝะฝั‹ั… ัะปะตะผะตะฝั‚ะพะฒ}}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "" - #. 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 "" -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "" - #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" msgstr "" @@ -441,155 +421,155 @@ msgstr "{estimatedTimeHrs, plural, one {ั‡ะฐั} few {ั‡ะฐัะฐ} other {ั‡ะฐัะพะฒ msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {ะผะธะฝัƒั‚ะฐ} few {ะผะธะฝัƒั‚ั‹} other {ะผะธะฝัƒั‚}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: 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} ะดั€ัƒะณะธั…}} ะฟะพะดะฟะธัะฐะปะธััŒ ะฝะฐ ะฒะฐั" -#: 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 "{firstAuthorLink} ะธ <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} ะดั€ัƒะณะพะผัƒ} other {{formattedAuthorsCount} ะดั€ัƒะณะธะผ}} ะฟะพะฝั€ะฐะฒะธะปะฐััŒ ะฒะฐัˆะฐ ะปะตะฝั‚ะฐ" -#: 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 "{firstAuthorLink} ะธ <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} ะดั€ัƒะณะพะผัƒ} other {{formattedAuthorsCount} ะดั€ัƒะณะธะผ}} ะฟะพะฝั€ะฐะฒะธะปัั ะฒะฐัˆ ะฟะพัั‚" -#: 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 "{firstAuthorLink} ะธ <0>{{additionalAuthorsCount, plural,one {{formattedAuthorsCount} ะดั€ัƒะณะพะน} other {{formattedAuthorsCount} ะดั€ัƒะณะธะต}} ะฟะพะฝั€ะฐะฒะธะปัั ะฒะฐัˆ ั€ะตะฟะพัั‚" -#: 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 "{firstAuthorLink} ะธ <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} ะดั€ัƒะณะพะน} other {{formattedAuthorsCount} ะดั€ัƒะณะธั…}} ัะฝัะปะธ ะฒะตั€ะธั„ะธะบะฐั†ะธัŽ ั ะฒะฐัˆะตะน ัƒั‡ั‘ั‚ะฝะพะน ะทะฐะฟะธัะธ" -#: 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 "{firstAuthorLink} ะธ <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} ะดั€ัƒะณะพะน} other {{formattedAuthorsCount} ะดั€ัƒะณะธั…}} ั€ะตะฟะพัั‚ะฝัƒะปะธ ะฒะฐัˆ ะฟะพัั‚" -#: 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 "{firstAuthorLink} ะธ <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} ะดั€ัƒะณะพะน} other {{formattedAuthorsCount} ะดั€ัƒะณะธั…}} ั€ะตะฟะพัั‚ะฝัƒะปะธ ะฒะฐัˆ ั€ะตะฟะพัั‚" -#: 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 "{firstAuthorLink} ะธ <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} ะดั€ัƒะณะพะน} other {{formattedAuthorsCount} ะดั€ัƒะณะธั…}} ะทะฐั€ะตะณะธัั‚ั€ะธั€ะพะฒะฐะปะธััŒ ั ะฒะฐัˆะธะผ ัั‚ะฐั€ั‚ะพะฒั‹ะผ ะฝะฐะฑะพั€ะพะผ" -#: 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 "{firstAuthorLink} ะธ <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} ะดั€ัƒะณะพะน} other {{formattedAuthorsCount} ะดั€ัƒะณะธั…}} ะฒะตั€ะธั„ะธั†ะธั€ะพะฒะฐะปะธ ะฒะฐั" -#: src/view/com/notifications/NotificationFeedItem.tsx:367 +#: src/view/com/notifications/NotificationFeedItem.tsx:373 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} ะฟะพะดะฟะธัะฐะปัั ะฝะฐ ะฒะฐั" -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} ะฟะพะดะฟะธัะฐะปัั ะฝะฐ ะฒะฐั ะฒ ะพั‚ะฒะตั‚" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} ะฟะพะฝั€ะฐะฒะธะปะฐััŒ ะฒะฐัˆะฐ ะปะตะฝั‚ะฐ" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} ะฟะพะฝั€ะฐะฒะธะปัั ะฒะฐัˆ ะฟะพัั‚" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:512 msgid "{firstAuthorLink} liked your repost" msgstr "{firstAuthorLink} ะฟะพะฝั€ะฐะฒะธะปัั ะฒะฐัˆ ั€ะตะฟะพัั‚" -#: src/view/com/notifications/NotificationFeedItem.tsx:479 +#: src/view/com/notifications/NotificationFeedItem.tsx:485 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} ัะฝัะป ะฒะตั€ะธั„ะธะบะฐั†ะธัŽ ั ะฒะฐัˆะตะน ัƒั‡ั‘ั‚ะฝะพะน ะทะฐะฟะธัะธ" -#: src/view/com/notifications/NotificationFeedItem.tsx:334 +#: src/view/com/notifications/NotificationFeedItem.tsx:340 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} ั€ะตะฟะพัั‚ะฝัƒะป ะฒะฐัˆ ะฟะพัั‚" -#: src/view/com/notifications/NotificationFeedItem.tsx:530 +#: src/view/com/notifications/NotificationFeedItem.tsx:536 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink} ั€ะตะฟะพัั‚ะฝัƒะป ะฒะฐัˆ ั€ะตะฟะพัั‚" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:431 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} ะทะฐั€ะตะณะธัั‚ั€ะธั€ะพะฒะฐะปัั ั ะฒะฐัˆะธะผ ัั‚ะฐั€ั‚ะพะฒั‹ะผ ะฝะฐะฑะพั€ะพะผ" -#: src/view/com/notifications/NotificationFeedItem.tsx:454 +#: src/view/com/notifications/NotificationFeedItem.tsx:460 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} ะฒะตั€ะธั„ะธั†ะธั€ะพะฒะฐะป ะฒะฐั" -#: 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 "{firstAuthorName} ะธ {additionalAuthorsCount, plural, one {{formattedAuthorsCount} ะดั€ัƒะณะพะน} other {{formattedAuthorsCount} ะดั€ัƒะณะธั…}} ะฟะพะดะฟะธัะฐะปะธััŒ ะฝะฐ ะฒะฐั" -#: 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 "{firstAuthorName} ะธ {additionalAuthorsCount, plural, one {{formattedAuthorsCount} ะดั€ัƒะณะพะผัƒ} other {{formattedAuthorsCount} ะดั€ัƒะณะธะผ}} ะฟะพะฝั€ะฐะฒะธะปะฐััŒ ะฒะฐัˆะฐ ะปะตะฝั‚ะฐ" -#: 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 "{firstAuthorName} ะธ {additionalAuthorsCount, plural, one {{formattedAuthorsCount} ะดั€ัƒะณะพะผัƒ} other {{formattedAuthorsCount} ะดั€ัƒะณะธะผ}} ะฟะพะฝั€ะฐะฒะธะปัั ะฒะฐัˆ ะฟะพัั‚" -#: 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 "{firstAuthorName}{additionalAuthorsCount, plural, one {{formattedAuthorsCount}} few {{formattedAuthorsCount}} many {{formattedAuthorsCount}} other {{formattedAuthorsCount}}}" -#: 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 "{firstAuthorName} ะธ {additionalAuthorsCount, plural, one {{formattedAuthorsCount} ะดั€ัƒะณะพะน} other {{formattedAuthorsCount} ะดั€ัƒะณะธั…}} ัะฝัะปะธ ะฒะตั€ะธั„ะธะบะฐั†ะธัŽ ั ะฒะฐัˆะตะน ัƒั‡ั‘ั‚ะฝะพะน ะทะฐะฟะธัะธ" -#: 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 "{firstAuthorName} ะธ {additionalAuthorsCount, plural, one {{formattedAuthorsCount} ะดั€ัƒะณะพะน} other {{formattedAuthorsCount} ะดั€ัƒะณะธั…}} ั€ะตะฟะพัั‚ะฝัƒะปะธ ะฒะฐัˆ ะฟะพัั‚" -#: 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 "{firstAuthorName} ะธ {additionalAuthorsCount, plural, one {{formattedAuthorsCount} ะดั€ัƒะณะพะน} other {{formattedAuthorsCount} ะดั€ัƒะณะธั…}} ั€ะตะฟะพัั‚ะฝัƒะปะธ ะฒะฐัˆ ั€ะตะฟะพัั‚" -#: 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 "{firstAuthorName} ะธ {additionalAuthorsCount, plural, one {{formattedAuthorsCount} ะดั€ัƒะณะพะน} other {{formattedAuthorsCount} ะดั€ัƒะณะธั…}} ะทะฐั€ะตะณะธัั‚ั€ะธั€ะพะฒะฐะปะธััŒ ั ะฒะฐัˆะธะผ ัั‚ะฐั€ั‚ะพะฒั‹ะผ ะฝะฐะฑะพั€ะพะผ" -#: 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 "{firstAuthorName} ะธ {additionalAuthorsCount, plural, one {{formattedAuthorsCount} ะดั€ัƒะณะพะน} other {{formattedAuthorsCount} ะดั€ัƒะณะธั…}} ะฒะตั€ะธั„ะธั†ะธั€ะพะฒะฐะปะธ ะฒะฐั" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:359 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} ะฟะพะดะฟะธัะฐะปัั ะฝะฐ ะฒะฐั" -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} ะฟะพะดะฟะธัะฐะปัั ะฝะฐ ะฒะฐั ะฒ ะพั‚ะฒะตั‚" -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} ะฟะพะฝั€ะฐะฒะธะปะฐััŒ ะฒะฐัˆะฐ ะปะตะฝั‚ะฐ" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} ะฟะพะฝั€ะฐะฒะธะปัั ะฒะฐัˆ ะฟะพัั‚" -#: src/view/com/notifications/NotificationFeedItem.tsx:492 +#: src/view/com/notifications/NotificationFeedItem.tsx:498 msgid "{firstAuthorName} liked your repost" msgstr "ะŸะพะปัŒะทะพะฒะฐั‚ะตะปัŽ {firstAuthorName} ะฟะพะฝั€ะฐะฒะธะปัั ะฒะฐัˆ ั€ะตะฟะพัั‚" -#: src/view/com/notifications/NotificationFeedItem.tsx:465 +#: src/view/com/notifications/NotificationFeedItem.tsx:471 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} ัะฝัะป ะฒะตั€ะธั„ะธะบะฐั†ะธัŽ ั ะฒะฐัˆะตะน ัƒั‡ั‘ั‚ะฝะพะน ะทะฐะฟะธัะธ" -#: src/view/com/notifications/NotificationFeedItem.tsx:320 +#: src/view/com/notifications/NotificationFeedItem.tsx:326 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} ั€ะตะฟะพัั‚ะฝัƒะป ะฒะฐัˆ ะฟะพัั‚" -#: src/view/com/notifications/NotificationFeedItem.tsx:516 +#: src/view/com/notifications/NotificationFeedItem.tsx:522 msgid "{firstAuthorName} reposted your repost" msgstr "ะŸะพะปัŒะทะพะฒะฐั‚ะตะปัŒ {firstAuthorName} ัะดะตะปะฐะป ั€ะตะฟะพัั‚ ะฒะฐัˆะตะณะพ ั€ะตะฟะพัั‚ะฐ" -#: src/view/com/notifications/NotificationFeedItem.tsx:411 +#: src/view/com/notifications/NotificationFeedItem.tsx:417 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} ะทะฐั€ะตะณะธัั‚ั€ะธั€ะพะฒะฐะปัั ั ะฒะฐัˆะธะผ ัั‚ะฐั€ั‚ะพะฒั‹ะผ ะฝะฐะฑะพั€ะพะผ" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} ะฒะตั€ะธั„ะธั†ะธั€ะพะฒะฐะป ะฒะฐั" @@ -659,12 +639,12 @@ msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "{minutes, plural, one {# ะผะธะฝัƒั‚ัƒ} few {# ะผะธะฝัƒั‚ั‹} other {# ะผะธะฝัƒั‚}}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "" @@ -697,6 +677,18 @@ msgstr "{profileName} ะฟั€ะธัะพะตะดะธะฝะธะปัั ะบ Bluesky, ะธัะฟะพะปัŒะทัƒั msgid "{rank}." msgstr "{rank}." +#: src/components/dms/MessageItem.tsx:813 +msgid "{replierDisplayName} replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:809 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:807 +msgid "{replierDisplayName} replied to you" +msgstr "" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "ะŸะพะดะฑะพั€ะบะฐ ะฟะพะฟัƒะปัั€ะฝั‹ั… ะปะตะฝั‚, ะบะพั‚ะพั€ั‹ะต ะฒั‹ ะผะพะถะตั‚ะต ะฝะฐะนั‚ะธ ะฝะฐ Bluesky, ะฒะบะปัŽั‡ะฐั News, Booksky, Game Dev, Blacksky ะธ Foundation Pens" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "ัะพะพะฑั‰ะตะฝะธะต" @@ -873,8 +875,8 @@ msgstr "ะŸั€ะพะธะทะพัˆะปะฐ ัะตั‚ะตะฒะฐั ะพัˆะธะฑะบะฐ. ะŸะพะถะฐะปัƒะนัั‚ะฐ, ะฟ #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 #: src/screens/Messages/JoinRequests.tsx:192 #: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." @@ -955,7 +957,7 @@ msgstr "" msgid "Accepted conversations" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:113 +#: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -980,12 +982,12 @@ msgstr "ะฃั‡ั‘ั‚ะฝะฐั ะทะฐะฟะธััŒ" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "ะฃั‡ั‘ั‚ะฝะฐั ะทะฐะฟะธััŒ ะทะฐะฑะปะพะบะธั€ะพะฒะฐะฝะฐ" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "ะ’ั‹ ะฟะพะดะฟะธัะฐะปะธััŒ ะฝะฐ ัƒั‡ั‘ั‚ะฝัƒัŽ ะทะฐะฟะธััŒ" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "ะฃั‡ั‘ั‚ะฝะฐั ะทะฐะฟะธััŒ ะธะณะฝะพั€ะธั€ัƒะตั‚ัั" @@ -1028,18 +1030,18 @@ msgstr "ะฃั‡ั‘ั‚ะฝะฐั ะทะฐะฟะธััŒ ัƒะดะฐะปะตะฝะฐ ะธะท ะฑั‹ัั‚ั€ะพะณะพ ะดะพั #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "ะฃั‡ั‘ั‚ะฝะฐั ะทะฐะฟะธััŒ ั€ะฐะทะฑะปะพะบะธั€ะพะฒะฐะฝะฐ" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "ะ’ั‹ ะพั‚ะฟะธัะฐะปะธััŒ ะพั‚ ัƒั‡ั‘ั‚ะฝะพะน ะทะฐะฟะธัะธ" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "ะฃั‡ั‘ั‚ะฝะฐั ะทะฐะฟะธััŒ ะฑะพะปัŒัˆะต ะฝะต ะธะณะฝะพั€ะธั€ัƒะตั‚ัั" @@ -1054,12 +1056,13 @@ msgstr "ะฃั‡ั‘ั‚ะฝั‹ะต ะทะฐะฟะธัะธ ั ั„ะธะณัƒั€ะฝะพะน ัะธะฝะตะน ะณะฐะปะพั‡ะบ msgid "Activity from others" msgstr "ะะบั‚ะธะฒะฝะพัั‚ัŒ ะพั‚ ะดั€ัƒะณะธั…" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "ะ”ะพะฑะฐะฒะธั‚ัŒ" @@ -1112,11 +1115,11 @@ msgstr "ะ”ะพะฑะฐะฒัŒั‚ะต ะฐะปัŒั‚ะตั€ะฝะฐั‚ะธะฒะฝั‹ะน ั‚ะตะบัั‚ (ะฝะตะพะฑัะทะฐ msgid "Add another account" msgstr "ะ”ะพะฑะฐะฒะธั‚ัŒ ะดั€ัƒะณัƒัŽ ัƒั‡ั‘ั‚ะฝัƒัŽ ะทะฐะฟะธััŒ" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1518 msgid "Add another post" msgstr "ะ”ะพะฑะฐะฒะธั‚ัŒ ะดั€ัƒะณะพะน ะฟะพัั‚" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2181 msgid "Add another post to thread" msgstr "ะ”ะพะฑะฐะฒะธั‚ัŒ ะตั‰ะต ะพะดะธะฝ ะฟะพัั‚ ะฒ ะฒะตั‚ะบัƒ" @@ -1182,7 +1185,7 @@ msgstr "ะ”ะพะฑะฐะฒะธั‚ัŒ ะธะณะฝะพั€ะธั€ัƒะตะผั‹ะต ัะปะพะฒะฐ ะธ ั‚ะตะณะธ" msgid "Add people" msgstr "ะ”ะพะฑะฐะฒะธั‚ัŒ ะปัŽะดะตะน" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "ะ”ะพะฑะฐะฒะธั‚ัŒ ะปัŽะดะตะน ะฒ ัะฟะธัะพะบ" @@ -1214,8 +1217,8 @@ msgstr "ะ”ะพะฑะฐะฒัŒั‚ะต ัะปะตะดัƒัŽั‰ัƒัŽ DNS-ะทะฐะฟะธััŒ ะบ ะฒะฐัˆะตะผัƒ ะด msgid "Add this feed to your feeds" msgstr "ะ”ะพะฑะฐะฒัŒั‚ะต ัั‚ัƒ ะปะตะฝั‚ัƒ ะฒ ัะฒะพะธ ะปะตะฝั‚ั‹" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "ะ”ะพะฑะฐะฒะธั‚ัŒ ะฒ ัะฟะธัะบะธ" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "ะ”ะพะฑะฐะฒะธั‚ัŒ ะฒ ัะพั…ั€ะฐะฝั‘ะฝะฝั‹ะต ะฟะพัั‚ั‹" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "ะ”ะพะฑะฐะฒะธั‚ัŒ ะฒ ัั‚ะฐั€ั‚ะพะฒั‹ะต ะฝะฐะฑะพั€ั‹" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "ะ”ะพะฑะฐะฒะธั‚ัŒ ะฟะพะปัŒะทะพะฒะฐั‚ะตะปั ะฒ ัะฟะธัะพะบ" @@ -1246,8 +1249,8 @@ msgstr "" msgid "Added by invite link" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "ะ”ะพะฑะฐะฒะปะตะฝะพ ะฒ ัะฟะธัะพะบ" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "alice@example.com" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "ะ’ัะต" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "" @@ -1521,7 +1524,7 @@ msgid "An error occurred while loading your lists :/" msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:81 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:103 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "ะŸั€ะธ ัะพั…ั€ะฐะฝะตะฝะธะธ QR-ะบะพะดะฐ ะฒะพะทะฝะธะบะปะฐ ะพัˆะธะฑะบะฐ!" @@ -1589,8 +1592,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 "ะ’ะพะทะฝะธะบะปะฐ ะฟั€ะพะฑะปะตะผะฐ, ะฟะพะถะฐะปัƒะนัั‚ะฐ, ะฟะพะฟั€ะพะฑัƒะนั‚ะต ะตั‰ั‘ ั€ะฐะท." @@ -1643,7 +1646,7 @@ msgstr "ะ›ัŽะฑะพะน" msgid "Anyone can interact" msgstr "ะ›ัŽะฑะพะน ะผะพะถะตั‚ ะฒะทะฐะธะผะพะดะตะนัั‚ะฒะพะฒะฐั‚ัŒ" -#: src/components/intents/GroupChatJoinDialog.tsx:340 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" msgstr "" @@ -1796,8 +1799,8 @@ msgstr "ะ’ั‹ ัƒะฒะตั€ะตะฝั‹, ั‡ั‚ะพ ั…ะพั‚ะธั‚ะต ัƒะดะฐะปะธั‚ัŒ ัั‚ะพั‚ ัั‚ะฐ msgid "Are you sure you want to discard your changes?" msgstr "ะ’ั‹ ัƒะฒะตั€ะตะฝั‹, ั‡ั‚ะพ ั…ะพั‚ะธั‚ะต ะพั‚ะผะตะฝะธั‚ัŒ ะธะทะผะตะฝะตะฝะธั?" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "" @@ -1814,11 +1817,11 @@ msgid "Are you sure you want to remove this from your feeds?" msgstr "ะ’ั‹ ัƒะฒะตั€ะตะฝั‹, ั‡ั‚ะพ ั…ะพั‚ะธั‚ะต ัƒะดะฐะปะธั‚ัŒ ัั‚ะพ ะธะท ัะฒะพะธั… ะปะตะฝั‚?" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 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:1654 msgid "Are you sure you'd like to discard this post?" msgstr "ะ’ั‹ ะดะตะนัั‚ะฒะธั‚ะตะปัŒะฝะพ ั…ะพั‚ะธั‚ะต ัƒะดะฐะปะธั‚ัŒ ัั‚ะพั‚ ะฟะพัั‚?" @@ -1958,10 +1961,10 @@ msgstr "ะŸะตั€ะตะด ั‚ะตะผ, ะบะฐะบ ะฒั‹ ะฑัƒะดะตั‚ะต ะฟะพะปัƒั‡ะฐั‚ัŒ ัƒะฒะตะดะพ #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2009,8 +2012,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "ะ—ะฐะฑะปะพะบะธั€ะพะฒะฐั‚ัŒ" @@ -2088,6 +2091,10 @@ 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 "ะ‘ะปะพะบะธั€ะพะฒะบะฐ ะฝะต ะผะตัˆะฐะตั‚ ัั‚ะพะผัƒ ะผะฐั€ะบะธั€ะพะฒั‰ะธะบัƒ ะดะพะฑะฐะฒะปัั‚ัŒ ะผะตั‚ะบัƒ ะฝะฐ ะฒะฐัˆัƒ ัƒั‡ั‘ั‚ะฝัƒัŽ ะทะฐะฟะธััŒ." @@ -2260,7 +2267,7 @@ msgstr "" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:181 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2274,13 +2281,13 @@ msgstr "" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:363 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "ะžั‚ <0>{0}" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" msgstr "" @@ -2348,10 +2355,10 @@ msgstr "" #: src/screens/Deactivated.tsx:150 #: src/screens/Messages/components/InviteLinkDialog.tsx:500 #: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,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:1732 +#: src/view/com/composer/Composer.tsx:1742 #: 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 @@ -2380,6 +2387,10 @@ msgstr "ะžั‚ะผะตะฝะธั‚ัŒ ั†ะธั‚ะธั€ะพะฒะฐะฝะธะต ะฟะพัั‚ะฐ" msgid "Cancel reactivation and sign out" msgstr "ะžั‚ะผะตะฝะธั‚ัŒ ั€ะตะฐะบั‚ะธะฒะฐั†ะธัŽ ะธ ะฒั‹ะนั‚ะธ ะธะท ัะธัั‚ะตะผั‹" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "ะžั‚ะผะตะฝะธั‚ัŒ ะฟะพะธัะบ" @@ -2481,7 +2492,7 @@ msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,7 +2509,7 @@ msgid "Chat ended" msgstr "" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:256 +#: src/components/intents/GroupChatJoinDialog.tsx:269 #: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" msgstr "" @@ -2520,12 +2531,12 @@ msgctxt "toast" msgid "Chat muted" msgstr "ะงะฐั‚ ะฑะตะท ะทะฒัƒะบะฐ" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." msgstr "" -#: src/components/moderation/BlockDialog.tsx:292 +#: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2544,10 +2555,10 @@ msgstr "ะ—ะฐะฟั€ะพัั‹ ะฝะฐ ั‡ะฐั‚" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "ะะฐัั‚ั€ะพะนะบะธ ั‡ะฐั‚ะฐ" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "ะงะฐั‚ ัะพ ะทะฒัƒะบะพะผ" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "ะงะฐั‚ั‹" @@ -2731,7 +2742,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "ะะฐะถะผะธั‚ะต, ั‡ั‚ะพะฑั‹ ะพั‚ะบั€ั‹ั‚ัŒ ะผะตะฝัŽ ั‚ะตะณะพะฒ ะดะปั {0}" -#: src/components/dms/MessageItem.tsx:533 +#: src/components/dms/MessageItem.tsx:622 msgid "Click to retry failed message" msgstr "ะะฐะถะผะธั‚ะต, ั‡ั‚ะพะฑั‹ ะฟะพะฒั‚ะพั€ะธั‚ัŒ ะฝะตัƒะดะฐั‡ะฝะพะต ัะพะพะฑั‰ะตะฝะธะต" @@ -2745,6 +2756,7 @@ msgstr "ะะฐะถะผะธั‚ะต, ั‡ั‚ะพะฑั‹ ะฟะพะฒั‚ะพั€ะธั‚ัŒ ะฝะตัƒะดะฐั‡ะฝะพะต ัะพะพ #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "ะะฐะถะผะธั‚ะต, ั‡ั‚ะพะฑั‹ ะฟะพะฒั‚ะพั€ะธั‚ัŒ ะฝะตัƒะดะฐั‡ะฝะพะต ัะพะพ #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:233 -#: src/components/intents/GroupChatJoinDialog.tsx:268 +#: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2804,10 +2816,6 @@ 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 @@ -2822,7 +2830,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 "ะ—ะฐะบั€ั‹ะฒะฐะตั‚ ะฒั‹ะดะฒะธะถะฝะพะต ะผะตะฝัŽ" @@ -2850,10 +2858,10 @@ msgstr "" msgid "Close the incoming requests banner" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:226 -#: src/components/intents/GroupChatJoinDialog.tsx:227 -#: src/components/intents/GroupChatJoinDialog.tsx:263 -#: src/components/intents/GroupChatJoinDialog.tsx:264 +#: 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 msgid "Close this dialog" msgstr "ะ—ะฐะบั€ั‹ั‚ัŒ ะดะธะฐะปะพะณะพะฒะพะต ะพะบะฝะพ" @@ -2866,15 +2874,15 @@ msgstr "ะ—ะฐะบั€ั‹ั‚ัŒ ะพะบะฝะพ ะฟั€ะธะฒะตั‚ัั‚ะฒะธั" msgid "Closes password update alert" msgstr "ะ—ะฐะบั€ั‹ะฒะฐะตั‚ ัƒะฒะตะดะพะผะปะตะฝะธะต ะพะฑ ะธะทะผะตะฝะตะฝะธะธ ะฟะฐั€ะพะปั" -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1740 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 "ะกะฒะพั€ะฐั‡ะธะฒะฐะตั‚ ัะฟะธัะพะบ ะฟะพะปัŒะทะพะฒะฐั‚ะตะปะตะน ะดะปั ะดะฐะฝะฝะพะณะพ ัƒะฒะตะดะพะผะปะตะฝะธั" @@ -2920,7 +2928,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:1616 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "ะŸะธัˆะธั‚ะต ะฟะพัั‚ั‹ ะดะปะธะฝะพะน ะดะพ {0, plural, one {# ัะธะผะฒะพะปะฐ} other {# ัะธะผะฒะพะปะพะฒ}}" @@ -2928,11 +2936,11 @@ msgstr "ะŸะธัˆะธั‚ะต ะฟะพัั‚ั‹ ะดะปะธะฝะพะน ะดะพ {0, plural, one {# ัะธะผะฒะพ msgid "Compose reply" msgstr "ะกะพัั‚ะฐะฒะธั‚ัŒ ะพั‚ะฒะตั‚" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2578 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing video..." msgstr "ะกะถะฐั‚ะธะต ะฒะธะดะตะพ..." @@ -3100,7 +3108,7 @@ msgstr "ะŸะตั€ะตะนั‚ะธ ะบ ัะปะตะดัƒัŽั‰ะตะผัƒ ัˆะฐะณัƒ" msgid "Conversation" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "ะ‘ะตัะตะดะฐ ัƒะดะฐะปะตะฝะฐ" @@ -3127,7 +3135,7 @@ msgid "Copied build version to clipboard" msgstr "ะ’ะตั€ัะธั ัะฑะพั€ะบะธ ัะบะพะฟะธั€ะพะฒะฐะฝะฐ ะฒ ะฑัƒั„ะตั€ ะพะฑะผะตะฝะฐ" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3154,12 @@ msgstr "ะกะบะพะฟะธั€ะพะฒะฐะฝะพ!" msgid "Copies build version to clipboard" msgstr "ะšะพะฟะธั€ัƒะตั‚ ะฒะตั€ัะธัŽ ัะฑะพั€ะบะธ ะฒ ะฑัƒั„ะตั€ ะพะฑะผะตะฝะฐ" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:198 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:265 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "ะšะพะฟะธั€ะพะฒะฐั‚ัŒ" @@ -3159,8 +3167,8 @@ msgstr "ะšะพะฟะธั€ะพะฒะฐั‚ัŒ" msgid "Copy App Password" msgstr "ะšะพะฟะธั€ะพะฒะฐั‚ัŒ ะฟะฐั€ะพะปัŒ ะฟั€ะธะปะพะถะตะฝะธั" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "ะšะพะฟะธั€ะพะฒะฐั‚ัŒ at:// URI" @@ -3175,8 +3183,8 @@ msgid "Copy code" msgstr "ะšะพะฟะธั€ะพะฒะฐั‚ัŒ ะบะพะด" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "ะšะพะฟะธั€ะพะฒะฐั‚ัŒ DID" @@ -3184,7 +3192,7 @@ msgstr "ะšะพะฟะธั€ะพะฒะฐั‚ัŒ DID" msgid "Copy host" msgstr "ะšะพะฟะธั€ะพะฒะฐั‚ัŒ ั…ะพัั‚" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:254 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" msgstr "" @@ -3210,8 +3218,8 @@ msgstr "ะšะพะฟะธั€ะพะฒะฐั‚ัŒ ััั‹ะปะบัƒ ะฝะฐ ัะฟะธัะพะบ" msgid "Copy link to post" msgstr "ะšะพะฟะธั€ะพะฒะฐั‚ัŒ ััั‹ะปะบัƒ ะฝะฐ ะฟะพัั‚" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "ะšะพะฟะธั€ะพะฒะฐั‚ัŒ ััั‹ะปะบัƒ ะฝะฐ ะฟั€ะพั„ะธะปัŒ" @@ -3219,8 +3227,8 @@ msgstr "ะšะพะฟะธั€ะพะฒะฐั‚ัŒ ััั‹ะปะบัƒ ะฝะฐ ะฟั€ะพั„ะธะปัŒ" msgid "Copy link to starter pack" msgstr "ะšะพะฟะธั€ะพะฒะฐั‚ัŒ ััั‹ะปะบัƒ ะฝะฐ ัั‚ะฐั€ั‚ะพะฒั‹ะน ะฝะฐะฑะพั€" -#: src/components/dms/MessageContextMenu.tsx:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "ะšะพะฟะธั€ะพะฒะฐั‚ัŒ ั‚ะตะบัั‚ ัะพะพะฑั‰ะตะฝะธั" @@ -3249,7 +3257,7 @@ msgstr "ะšะพะฟะธั€ะพะฒะฐั‚ัŒ ะทะฝะฐั‡ะตะฝะธะต TXT-ะทะฐะฟะธัะธ" msgid "Copyright Policy" msgstr "ะŸะพะปะธั‚ะธะบะฐ ะทะฐั‰ะธั‚ั‹ ะฐะฒั‚ะพั€ัะบะพะณะพ ะฟั€ะฐะฒะฐ" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" msgstr "" @@ -3261,11 +3269,11 @@ msgstr "" msgid "Could not connect to feed service" msgstr "ะะต ัƒะดะฐะปะพััŒ ะฟะพะดะบะปัŽั‡ะธั‚ัŒัั ะบ ัะตั€ะฒะธััƒ ะปะตะฝั‚" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:120 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" msgstr "" @@ -3294,7 +3302,7 @@ msgstr "" msgid "Could not leave chat" msgstr "ะะต ัƒะดะฐะปะพััŒ ะฒั‹ะนั‚ะธ ะธะท ั‡ะฐั‚ะฐ" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." msgstr "" @@ -3308,7 +3316,7 @@ msgstr "ะะต ัƒะดะฐะปะพััŒ ะทะฐะณั€ัƒะทะธั‚ัŒ ะปะตะฝั‚ัƒ" msgid "Could not load list" msgstr "ะะต ัƒะดะฐะปะพััŒ ะทะฐะณั€ัƒะทะธั‚ัŒ ัะฟะธัะพะบ" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:169 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" msgstr "" @@ -3320,7 +3328,7 @@ msgstr "ะะต ัƒะดะฐะปะพััŒ ะทะฐะณะปัƒัˆะธั‚ัŒ ั‡ะฐั‚" msgid "Could not process your video" msgstr "ะะต ัƒะดะฐะปะพััŒ ะพะฑั€ะฐะฑะพั‚ะฐั‚ัŒ ะฒะฐัˆะต ะฒะธะดะตะพ" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." msgstr "" @@ -3329,7 +3337,7 @@ msgstr "" msgid "Could not save changes: {0}" msgstr "ะะต ัƒะดะฐะปะพััŒ ัะพั…ั€ะฐะฝะธั‚ัŒ ะธะทะผะตะฝะตะฝะธั: {0}" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" msgstr "" @@ -3394,12 +3402,12 @@ msgstr "ะกะพะทะดะฐั‚ัŒ ะดะปั ะผะตะฝั ัั‚ะฐั€ั‚ะพะฒั‹ะน ะฝะฐะฑะพั€" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:314 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3457,13 @@ msgstr "" msgid "Create moderation list" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:308 +#: 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 "ะกะพะทะดะฐั‚ัŒ ะฝะพะฒัƒัŽ ัƒั‡ั‘ั‚ะฝัƒัŽ ะทะฐะฟะธััŒ" -#: src/screens/Messages/ConversationSettings/index.tsx:553 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "" @@ -3479,7 +3487,7 @@ msgstr "" #. placeholder {0}: i18n.date(createdAt, { dateStyle: 'long', timeStyle: 'short', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) #: src/screens/Messages/components/InviteLinkDialog.tsx:355 -#: src/screens/Messages/ConversationSettings/index.tsx:505 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "ะกะพะทะดะฐะฝะพ: {0}" @@ -3624,7 +3632,7 @@ msgstr "" msgid "Delete conversation" msgstr "ะฃะดะฐะปะธั‚ัŒ ะฑะตัะตะดัƒ" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "ะฃะดะฐะปะธั‚ัŒ ะดะปั ะผะตะฝั" @@ -3637,7 +3645,7 @@ msgstr "ะฃะดะฐะปะธั‚ัŒ ัะฟะธัะพะบ" msgid "Delete message" msgstr "ะฃะดะฐะปะธั‚ัŒ ัะพะพะฑั‰ะตะฝะธะต" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "ะฃะดะฐะปะธั‚ะต ัะพะพะฑั‰ะตะฝะธะต ะดะปั ะผะตะฝั" @@ -3647,7 +3655,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:1628 msgid "Delete post" msgstr "ะฃะดะฐะปะธั‚ัŒ ะฟะพัั‚" @@ -3689,6 +3697,10 @@ 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 @@ -3794,9 +3806,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:1411 +#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1661 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3819,14 @@ msgstr "ะฃะดะฐะปะธั‚ัŒ" msgid "Discard changes?" msgstr "ะฃะดะฐะปะธั‚ัŒ ะธะทะผะตะฝะตะฝะธั?" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1409 #: 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:1426 +#: src/view/com/composer/Composer.tsx:1653 msgid "Discard post?" msgstr "ะฃะดะฐะปะธั‚ัŒ ะฟะพัั‚?" @@ -3852,7 +3864,7 @@ msgstr "ะŸั€ะพะฟัƒัั‚ะธั‚ัŒ" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2499 msgid "Dismiss error" msgstr "ะŸั€ะพะฟัƒัั‚ะธั‚ัŒ ะพัˆะธะฑะบัƒ" @@ -3949,8 +3961,8 @@ msgstr "ะะต ะฒะพะปะฝัƒะนั‚ะตััŒ! ะ’ัะต ััƒั‰ะตัั‚ะฒัƒัŽั‰ะธะต ัะพะพะฑั‰ะต #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:146 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3975,7 @@ msgstr "ะะต ะฒะพะปะฝัƒะนั‚ะตััŒ! ะ’ัะต ััƒั‰ะตัั‚ะฒัƒัŽั‰ะธะต ัะพะพะฑั‰ะต msgid "Done" msgstr "ะ“ะพั‚ะพะฒะพ" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "ะ“ะพั‚ะพะฒะพ" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:520 msgid "Double tap or long press the message to add a reaction" msgstr "ะ”ะฒะฐะถะดั‹ ะฝะฐะถะผะธั‚ะต ะธะปะธ ะทะฐะถะผะธั‚ะต ัะพะพะฑั‰ะตะฝะธะต, ั‡ั‚ะพะฑั‹ ะดะพะฑะฐะฒะธั‚ัŒ ั€ะตะฐะบั†ะธัŽ" @@ -4087,8 +4093,8 @@ msgstr "" msgid "Edit" msgstr "ะ ะตะดะฐะบั‚ะธั€ะพะฒะฐั‚ัŒ" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "ะ ะตะดะฐะบั‚ะธั€ะพะฒะฐั‚ัŒ" @@ -4102,8 +4108,8 @@ msgstr "ะ˜ะทะผะตะฝะธั‚ัŒ ั„ะพั‚ะพ ะฟั€ะพั„ะธะปั" msgid "Edit Feeds" msgstr "ะ ะตะดะฐะบั‚ะธั€ะพะฒะฐั‚ัŒ ะปะตะฝั‚ั‹" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "" @@ -4141,8 +4147,8 @@ msgstr "" msgid "Edit list details" msgstr "ะ ะตะดะฐะบั‚ะธั€ะพะฒะฐั‚ัŒ ะพะฟะธัะฐะฝะธะต ัะฟะธัะบะฐ" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "ะ˜ะทะผะตะฝะธั‚ัŒ ัั‚ะฐั‚ัƒั ะฟั€ัะผะพะณะพ ัั„ะธั€ะฐ" @@ -4155,7 +4161,7 @@ msgstr "" msgid "Edit My Feeds" msgstr "ะ ะตะดะฐะบั‚ะธั€ะพะฒะฐั‚ัŒ ะผะพะธ ะปะตะฝั‚ั‹" -#: src/screens/Messages/ConversationSettings/index.tsx:540 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "" @@ -4184,8 +4190,8 @@ msgstr "ะ ะตะดะฐะบั‚ะธั€ะพะฒะฐั‚ัŒ ะฟั€ะพั„ะธะปัŒ" msgid "Edit starter pack" msgstr "ะ ะตะดะฐะบั‚ะธั€ะพะฒะฐั‚ัŒ ัั‚ะฐั€ั‚ะพะฒั‹ะน ะฝะฐะฑะพั€" -#: src/screens/Messages/ConversationSettings/index.tsx:486 -#: src/screens/Messages/ConversationSettings/index.tsx:539 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "" @@ -4402,7 +4408,7 @@ msgstr "ะŸะตั€ะตั…ะพะดะธั‚ ะฒ ะฟะพะปะฝะพัะบั€ะฐะฝะฝั‹ะน ั€ะตะถะธะผ" msgid "Entertainment" msgstr "ะ ะฐะทะฒะปะตั‡ะตะฝะธั" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2598 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "ะžัˆะธะฑะบะฐ" @@ -4481,7 +4487,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 "ะ ะฐะทะฒะตั€ะฝัƒั‚ัŒ ัะฟะธัะพะบ ะฟะพะปัŒะทะพะฒะฐั‚ะตะปะตะน" @@ -4596,8 +4602,8 @@ msgstr "ะะต ัƒะดะฐะปะพััŒ ะฟั€ะธะฝัั‚ัŒ ั‡ะฐั‚" msgid "Failed to accept join request" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "ะะต ัƒะดะฐะปะพััŒ ะดะพะฑะฐะฒะธั‚ัŒ ัะผะพะดะทะธ-ั€ะตะฐะบั†ะธัŽ" @@ -4606,6 +4612,10 @@ msgstr "ะะต ัƒะดะฐะปะพััŒ ะดะพะฑะฐะฒะธั‚ัŒ ัะผะพะดะทะธ-ั€ะตะฐะบั†ะธัŽ" msgid "Failed to add members" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "" @@ -4615,7 +4625,7 @@ msgid "Failed to change handle. Please try again." msgstr "ะะต ัƒะดะฐะปะพััŒ ะธะทะผะตะฝะธั‚ัŒ ะฟัะตะฒะดะพะฝะธะผ. ะŸะพะฟั€ะพะฑัƒะนั‚ะต ะตั‰ั‘ ั€ะฐะท." #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:129 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "" @@ -4664,7 +4674,7 @@ msgstr "" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:374 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "" @@ -4692,7 +4702,7 @@ msgstr "" msgid "Failed to ignore join request" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:137 +#: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4700,14 +4710,14 @@ msgstr "" msgid "Failed to launch SMS app" msgstr "" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:401 +#: 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 "" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "ะะต ัƒะดะฐะปะพััŒ ะทะฐะณั€ัƒะทะธั‚ัŒ ะฑะตัะตะดั‹" @@ -4753,15 +4763,20 @@ msgstr "ะะต ัƒะดะฐะปะพััŒ ะทะฐะณั€ัƒะทะธั‚ัŒ ะฟั€ะตะดะปะพะถะตะฝะฝั‹ะต ะปะตะฝั‚ msgid "Failed to load suggested follows" msgstr "ะะต ัƒะดะฐะปะพััŒ ะทะฐะณั€ัƒะทะธั‚ัŒ ะฟั€ะตะดะปะพะถะตะฝะฝั‹ะต ะฟะพะดะฟะธัะบะธ" -#: src/screens/Messages/ConversationSettings/index.tsx:426 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +msgid "Failed to mark all chats as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 +#: src/view/shell/bottom-bar/BottomBar.tsx:450 msgid "Failed to mark all requests as read" msgstr "ะะต ัƒะดะฐะปะพััŒ ะฟะพะผะตั‚ะธั‚ัŒ ะฒัะต ะทะฐะฟั€ะพัั‹ ะบะฐะบ ะฟั€ะพั‡ะธั‚ะฐะฝะฝั‹ะต" -#: src/screens/Messages/ConversationSettings/index.tsx:390 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "" @@ -4783,12 +4798,16 @@ msgstr "" msgid "Failed to remove data. {0}" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:111 +#: 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 "" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "" @@ -4802,7 +4821,7 @@ msgstr "" msgid "Failed to remove verification" msgstr "ะะต ัƒะดะฐะปะพััŒ ัะฝัั‚ัŒ ะฒะตั€ะธั„ะธะบะฐั†ะธัŽ" -#: src/components/intents/GroupChatJoinDialog.tsx:180 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." msgstr "" @@ -4811,7 +4830,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:648 +#: src/view/com/composer/Composer.tsx:646 msgid "Failed to save draft" msgstr "" @@ -4854,7 +4873,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "ะะต ัƒะดะฐะปะพััŒ ะฟะตั€ะตะบะปัŽั‡ะธั‚ัŒ ะธะณะฝะพั€ะธั€ะพะฒะฐะฝะธะต ะฒะตั‚ะบะธ, ะฟะพะฟั€ะพะฑัƒะนั‚ะต ะตั‰ั‘ ั€ะฐะท" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:435 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "" @@ -5116,16 +5135,16 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 "ะŸะพะดะฟะธัะฐั‚ัŒัั" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "ะŸะพะดะฟะธัะฐั‚ัŒัั ะฝะฐ {0}" @@ -5149,8 +5168,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "ะŸะพะดะฟะธัˆะธั‚ะตััŒ ะฝะฐ 7 ัƒั‡ั‘ั‚ะฝั‹ั… ะทะฐะฟะธัะตะน" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "ะŸะพะดะฟะธัะฐั‚ัŒัั ะฝะฐ ัƒั‡ั‘ั‚ะฝัƒัŽ ะทะฐะฟะธััŒ" @@ -5173,9 +5192,9 @@ msgstr "ะŸะพะดะฟะธัะฐั‚ัŒัั ะฝะฐ ะฒัะต ะฐะบะบะฐัƒะฝั‚ั‹" #. 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:423 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "ะŸะพะดะฟะธัะฐั‚ัŒัั ะฒ ะพั‚ะฒะตั‚" @@ -5211,7 +5230,7 @@ msgstr "ะŸะพะดะฟะธัะฐะฝั‹ <0>{0} ะธ <1>{1}" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "ะŸะพะดะฟะธัะฐะฝั‹ <0>{0}, <1>{1} ะธ {2, plural, one {# ะดั€ัƒะณะพะน} other {# ะดั€ัƒะณะธั…}}" -#: src/components/intents/GroupChatJoinDialog.tsx:339 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" msgstr "" @@ -5231,10 +5250,10 @@ msgstr "ะŸะพะดะฟะธัั‡ะธะบะธ, ะบะพั‚ะพั€ั‹ั… ะฒั‹ ะทะฝะฐะตั‚ะต" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 "ะŸะพะดะฟะธัะบะธ" @@ -5249,7 +5268,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 "ะŸะพะดะฟะธัะบะฐ ะฝะฐ {0}" @@ -5467,7 +5486,7 @@ msgstr "ะŸั€ะธัั‚ัƒะฟะธั‚ัŒ" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2603 msgid "GIF uploaded" msgstr "" @@ -5526,8 +5545,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "ะ’ะตั€ะฝัƒั‚ัŒัั ะฝะฐ ะณะปะฐะฒะฝัƒัŽ" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "ะ’ั‹ะนั‚ะธ ะฒ ะฟั€ัะผะพะน ัั„ะธั€" @@ -5538,8 +5557,8 @@ msgstr "ะ’ั‹ะนั‚ะธ ะฒ ะฟั€ัะผะพะน ัั„ะธั€" msgid "Go Live" msgstr "ะ’ั‹ะนั‚ะธ ะฒ ะฟั€ัะผะพะน ัั„ะธั€" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "" @@ -5547,7 +5566,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 "ะŸะตั€ะตะนั‚ะธ ะฒ ะฟั€ะพั„ะธะปัŒ {firstAuthorName}" @@ -5622,9 +5641,9 @@ msgstr "" msgid "Grooming or predatory behavior" msgstr "" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:321 -#: src/screens/Messages/JoinRequest.tsx:129 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" msgstr "" @@ -5632,17 +5651,17 @@ msgstr "" msgid "Group chat invite link dialog" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:417 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:382 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "" @@ -5653,12 +5672,12 @@ msgid "Group chat settings" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:385 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "" @@ -5682,12 +5701,12 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "" @@ -5829,7 +5848,7 @@ msgstr "ะกะบั€ั‹ั‚ั‹ะน ัะฟะธัะพะบ" msgid "Hide" msgstr "ะกะบั€ั‹ั‚ัŒ" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "ะกะบั€ั‹ั‚ัŒ" @@ -5904,7 +5923,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 "ะกะบั€ั‹ั‚ัŒ ัะฟะธัะพะบ ะฟะพะปัŒะทะพะฒะฐั‚ะตะปะตะน" @@ -5960,7 +5979,7 @@ msgstr "ะŸะพะดะพะถะดะธั‚ะต! ะœั‹ ะฟะพัั‚ะตะฟะตะฝะฝะพ ะดะฐั‘ะผ ะดะพัั‚ัƒะฟ ะบ #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6210,7 +6229,7 @@ msgstr "" msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "" @@ -6268,7 +6287,7 @@ msgstr "ะŸั€ะตะดัั‚ะฐะฒะปัะตะผ ัะพั…ั€ะฐะฝั‘ะฝะฝั‹ะต ะฟะพัั‚ั‹, ั‚ะฐะบะถะต msgid "Invalid 2FA confirmation code." msgstr "ะะตะฒะตั€ะฝั‹ะน ะบะพะด ะฟะพะดั‚ะฒะตั€ะถะดะตะฝะธั 2FA." -#: src/components/intents/GroupChatJoinDialog.tsx:147 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." msgstr "" @@ -6290,7 +6309,7 @@ msgstr "" msgid "Invalid report subject" msgstr "ะะตะดะพะฟัƒัั‚ะธะผะฐั ั‚ะตะผะฐ ะพั‚ั‡ะตั‚ะฐ" -#: src/components/intents/GroupChatJoinDialog.tsx:187 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." msgstr "" @@ -6315,15 +6334,15 @@ msgstr "ะšะพะด ะฟั€ะธะณะปะฐัˆะตะฝะธั" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "ะšะพะด ะฟั€ะธะณะปะฐัˆะตะฝะธั ะฝะต ะฟั€ะธะฝัั‚. ะฃะฑะตะดะธั‚ะตััŒ ะฒ ะตะณะพ ะฟั€ะฐะฒะธะปัŒะฝะพัั‚ะธ ะธ ะฟะพะฒั‚ะพั€ะธั‚ะต ะฟะพะฟั‹ั‚ะบัƒ." -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:140 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:155 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6336,17 +6355,17 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:335 #: src/screens/Messages/components/InviteLinkDialog.tsx:514 #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 -#: src/screens/Messages/ConversationSettings/index.tsx:556 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:213 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" msgstr "" @@ -6410,7 +6429,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:2518 msgid "Job ID: {0}" msgstr "ID ะฒะฐะบะฐะฝัะธะธ: {0}" @@ -6420,7 +6439,7 @@ msgid "Jobs" msgstr "ะ’ะฐะบะฐะฝัะธะธ" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:282 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" msgstr "" @@ -6431,12 +6450,12 @@ msgstr "" msgid "Join Bluesky" msgstr "ะŸั€ะธัะพะตะดะธะฝะธั‚ัŒัั ะบ Bluesky" -#: src/components/intents/GroupChatJoinDialog.tsx:71 -#: src/components/intents/GroupChatJoinDialog.tsx:448 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:176 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." msgstr "" @@ -6450,8 +6469,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:1459 +#: src/view/com/composer/Composer.tsx:1469 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6609,7 +6628,7 @@ msgid "Learn more." msgstr "ะฃะทะฝะฐั‚ัŒ ะฑะพะปัŒัˆะต." #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:590 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "ะ’ั‹ะนั‚ะธ" @@ -6623,8 +6642,8 @@ msgstr "ะ’ั‹ะนั‚ะธ" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "ะ’ั‹ะนั‚ะธ ะธะท ั‡ะฐั‚ะฐ" @@ -6644,12 +6663,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "ะ’ั‹ะนั‚ะธ ะธะท ะฑะตัะตะดั‹" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:589 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "" @@ -6658,11 +6677,11 @@ msgstr "" msgid "Leaving Bluesky" msgstr "ะ’ั‹ ะฟะพะบะธะดะฐะตั‚ะต Bluesky" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: src/screens/Messages/ConversationSettings/prompts.tsx:153 msgid "Leaving this chat will lock it permanently and you wonโ€™t be able to rejoin." msgstr "" -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." msgstr "" @@ -6935,9 +6954,9 @@ msgstr "ะ—ะฐะณั€ัƒะทะธั‚ัŒ ะฝะพะฒั‹ะต ัƒะฒะตะดะพะผะปะตะฝะธั" msgid "Load new posts" msgstr "ะ—ะฐะณั€ัƒะทะธั‚ัŒ ะฝะพะฒั‹ะต ะฟะพัั‚ั‹" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "" @@ -6954,23 +6973,23 @@ msgstr "" msgid "Loading..." msgstr "ะ—ะฐะณั€ัƒะทะบะฐ..." -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:568 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "" @@ -7051,6 +7070,16 @@ msgstr "ะะฐัั‚ั€ะฐะธะฒะฐะนั‚ะต ะฒะฐัˆะธ ะธะณะฝะพั€ะธั€ัƒะตะผั‹ะต ัะปะพะฒะฐ ะธ msgid "Mark all as read" msgstr "ะžั‚ะผะตั‚ะธั‚ัŒ ะฒัะต ะบะฐะบ ะฟั€ะพั‡ะธั‚ะฐะฝะฝั‹ะต" +#: src/view/shell/bottom-bar/BottomBar.tsx:459 +#: src/view/shell/bottom-bar/BottomBar.tsx:463 +msgid "Mark all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:467 +#: src/view/shell/bottom-bar/BottomBar.tsx:471 +msgid "Mark all requests as read" +msgstr "" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7089,14 @@ msgstr "ะžั‚ะผะตั‚ะธั‚ัŒ ะบะฐะบ ะฟั€ะพั‡ะธั‚ะฐะฝะฝะพะต" msgid "Marked all as read" msgstr "ะ’ัะต ัะพะพะฑั‰ะตะฝะธั ะพั‚ะผะตั‡ะตะฝั‹ ะบะฐะบ ะฟั€ะพั‡ะธั‚ะฐะฝะฝั‹ะต" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,7 +7120,7 @@ msgstr "" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "ะœะตะดะธะฐ, ะบะพั‚ะพั€ั‹ะต ะผะพะณัƒั‚ ะฒั‹ะทั‹ะฒะฐั‚ัŒ ะฑะตัะฟะพะบะพะนัั‚ะฒะพ ะธะปะธ ะฑั‹ั‚ัŒ ะฝะตะฟั€ะธะตะผะปะตะผั‹ะผะธ ะดะปั ะฝะตะบะพั‚ะพั€ั‹ั… ะฐัƒะดะธั‚ะพั€ะธะน." -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." msgstr "" @@ -7092,7 +7129,7 @@ msgstr "" msgid "Members" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "" @@ -7111,13 +7148,13 @@ msgstr "ะฃะฟะพะผะธะฝะฐะฝะธั" msgid "Menu" msgstr "ะœะตะฝัŽ" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 +#: 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" @@ -7132,7 +7169,7 @@ msgstr "ะกะพะพะฑั‰ะตะฝะธะต {0}" msgid "Message {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "ะกะพะพะฑั‰ะตะฝะธะต ัƒะดะฐะปะตะฝะพ" @@ -7141,13 +7178,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "ะกะพะพะฑั‰ะตะฝะธะต ัƒะดะฐะปะตะฝะพ" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:616 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "ะกะพะพะฑั‰ะตะฝะธะต ะพั‚ @{0}: {1}" @@ -7156,21 +7193,21 @@ msgstr "ะกะพะพะฑั‰ะตะฝะธะต ะพั‚ @{0}: {1}" msgid "Message from server: {0}" msgstr "ะกะพะพะฑั‰ะตะฝะธะต ะพั‚ ัะตั€ะฒะตั€ะฐ: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "ะŸะพะปะต ะฒะฒะพะดะฐ ัะพะพะฑั‰ะตะฝะธั" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "ะŸะฐั€ะฐะผะตั‚ั€ั‹ ัะพะพะฑั‰ะตะฝะธะน" @@ -7178,11 +7215,11 @@ msgstr "ะŸะฐั€ะฐะผะตั‚ั€ั‹ ัะพะพะฑั‰ะตะฝะธะน" msgid "Messages" msgstr "ะกะพะพะฑั‰ะตะฝะธั" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:715 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:621 +#: src/components/dms/MessageItem.tsx:710 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7219,8 +7256,8 @@ msgstr "ะ”ะตั‚ะฐะปะธ ะผะพะดะตั€ะฐั†ะธะธ" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "ะกะฟะธัะพะบ ะผะพะดะตั€ะฐั†ะธะธ ะพั‚ {0}" @@ -7228,7 +7265,7 @@ msgstr "ะกะฟะธัะพะบ ะผะพะดะตั€ะฐั†ะธะธ ะพั‚ {0}" msgid "Moderation list by <0/>" msgstr "ะกะฟะธัะพะบ ะผะพะดะตั€ะฐั†ะธะธ ะพั‚ <0/>" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "ะกะฟะธัะพะบ ะผะพะดะตั€ะฐั†ะธะธ ะพั‚ ะฒะฐั" @@ -7281,8 +7318,8 @@ msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "ะ”ะพะฟะพะปะฝะธั‚ะตะปัŒะฝั‹ะต ะพะฟั†ะธะธ" @@ -7302,7 +7339,7 @@ msgstr "ะšะธะฝะพ" msgid "Music" msgstr "ะœัƒะทั‹ะบะฐ" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "ะ˜ะณะฝะพั€ะธั€ะพะฒะฐั‚ัŒ" @@ -7320,8 +7357,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "ะ˜ะณะฝะพั€ะธั€ะพะฒะฐั‚ัŒ ัƒั‡ั‘ั‚ะฝัƒัŽ ะทะฐะฟะธััŒ" @@ -7347,7 +7384,7 @@ msgstr "ะ˜ะณะฝะพั€ะธั€ะพะฒะฐั‚ัŒ ัะฟะธัะพะบ" msgid "Mute these accounts?" msgstr "ะ˜ะณะฝะพั€ะธั€ะพะฒะฐั‚ัŒ ัั‚ะธ ัƒั‡ั‘ั‚ะฝั‹ะต ะทะฐะฟะธัะธ?" -#: src/screens/Messages/ConversationSettings/index.tsx:530 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "" @@ -7389,7 +7426,7 @@ msgstr "ะ˜ะณะฝะพั€ะธั€ะพะฒะฐั‚ัŒ ัะปะพะฒะฐ ะธ ั‚ะตะณะธ" msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "" @@ -7480,7 +7517,7 @@ msgstr "ะะตะฒะฐะถะฝะพ, ัะพะทะดะฐะนั‚ะต ะดะปั ะผะตะฝั ะฟัะตะฒะดะพะฝะธะผ" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "ะะพะฒั‹ะน" @@ -7490,21 +7527,21 @@ msgctxt "action" msgid "New" msgstr "ะะพะฒั‹ะน" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: 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:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "ะะพะฒั‹ะน ั‡ะฐั‚" @@ -7592,11 +7629,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 "" @@ -7718,7 +7755,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 "ะ’ั‹ ะฑะพะปัŒัˆะต ะฝะต ะฟะพะดะฟะธัะฐะฝั‹ ะฝะฐ {0}" @@ -7726,7 +7763,7 @@ msgstr "ะ’ั‹ ะฑะพะปัŒัˆะต ะฝะต ะฟะพะดะฟะธัะฐะฝั‹ ะฝะฐ {0}" msgid "No media yet" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "ะกะพะพะฑั‰ะตะฝะธั ะฟะพะบะฐ ะพั‚ััƒั‚ัั‚ะฒัƒัŽั‚" @@ -7763,7 +7800,7 @@ msgstr "" msgid "No one but the author can quote this post." msgstr "ะะธะบั‚ะพ, ะบั€ะพะผะต ะฐะฒั‚ะพั€ะฐ, ะฝะต ะผะพะถะตั‚ ั†ะธั‚ะธั€ะพะฒะฐั‚ัŒ ัั‚ะพั‚ ะฟะพัั‚." -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "" @@ -7831,6 +7868,11 @@ 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" @@ -7895,7 +7937,7 @@ msgstr "ะะต ะฝะฐะนะดะตะฝะพ" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "ะŸั€ะธะผะตั‡ะฐะฝะธะต ะฟะพ ั€ะฐัะฟั€ะพัั‚ั€ะฐะฝะตะฝะธัŽ" @@ -7931,7 +7973,7 @@ msgstr "ะ—ะฒัƒะบะธ ัƒะฒะตะดะพะผะปะตะฝะธะน" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8017,7 @@ msgstr "ะžะš" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:722 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8008,11 +8050,11 @@ 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:862 msgid "One or more GIFs is missing alt text." msgstr "ะ’ ะพะดะฝะพะผ ะธะปะธ ะฝะตัะบะพะปัŒะบะธั… GIF-ั„ะฐะนะปะฐั… ะพั‚ััƒั‚ัั‚ะฒัƒะตั‚ ะฐะปัŒั‚ะตั€ะฝะฐั‚ะธะฒะฝั‹ะน ั‚ะตะบัั‚." -#: src/view/com/composer/Composer.tsx:861 +#: src/view/com/composer/Composer.tsx:859 msgid "One or more images is missing alt text." msgstr "ะ”ะปั ะพะดะฝะพะณะพ ะธะปะธ ะฝะตัะบะพะปัŒะบะธั… ะธะทะพะฑั€ะฐะถะตะฝะธะน ะพั‚ััƒั‚ัั‚ะฒัƒะตั‚ ะฐะปัŒั‚ะตั€ะฝะฐั‚ะธะฒะฝั‹ะน ั‚ะตะบัั‚." @@ -8024,11 +8066,11 @@ msgstr "" 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:657 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:869 msgid "One or more videos is missing alt text." msgstr "ะ’ ะพะดะฝะพะผ ะธะปะธ ะฝะตัะบะพะปัŒะบะธั… ะฒะธะดะตะพ ะพั‚ััƒั‚ัั‚ะฒัƒะตั‚ ะฐะปัŒั‚ะตั€ะฝะฐั‚ะธะฒะฝั‹ะน ั‚ะตะบัั‚." @@ -8041,7 +8083,7 @@ msgstr "ะขะพะปัŒะบะพ {0} ะผะพะณัƒั‚ ะพั‚ะฒะตั‡ะฐั‚ัŒ." #. 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:233 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8053,7 +8095,7 @@ msgstr "" msgid "Only admins can ignore join requests." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:145 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." msgstr "" @@ -8068,12 +8110,12 @@ msgid "Only image files are supported" msgstr "ะŸะพะดะดะตั€ะถะธะฒะฐัŽั‚ัั ั‚ะพะปัŒะบะพ ั„ะฐะนะปั‹ ะธะทะพะฑั€ะฐะถะตะฝะธะน" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:222 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:292 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" msgstr "" @@ -8107,7 +8149,7 @@ msgid "Open camera" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:437 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" msgstr "" @@ -8115,8 +8157,8 @@ msgstr "" msgid "Open chat member options for {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "ะžั‚ะบั€ั‹ั‚ัŒ ะฝะฐัั‚ั€ะพะนะบะธ ะฑะตัะตะดั‹" @@ -8128,9 +8170,9 @@ msgstr "" msgid "Open drawer menu" msgstr "ะžั‚ะบั€ั‹ั‚ัŒ ะฒั‹ะดะฒะธะถะฝะพะต ะผะตะฝัŽ" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2158 msgid "Open emoji picker" msgstr "ะžั‚ะบั€ั‹ั‚ัŒ ะฟะพะดะฑะพั€ั‰ะธะบ ัะผะพะดะทะธ" @@ -8151,7 +8193,7 @@ msgstr "ะžั‚ะบั€ั‹ั‚ัŒ ะฟะพะปะฝั‹ะน ัะฟะธัะพะบ ัะผะพะดะทะธ" msgid "Open Germ DM" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" msgstr "" @@ -8166,11 +8208,11 @@ msgid "Open in Google Translate" msgstr "" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "ะžั‚ะบั€ั‹ั‚ัŒ ััั‹ะปะบัƒ ะฝะฐ {niceUrl}" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "ะžั‚ะบั€ั‹ั‚ัŒ ะฟะฐั€ะฐะผะตั‚ั€ั‹ ัะพะพะฑั‰ะตะฝะธะน" @@ -8221,7 +8263,7 @@ msgstr "ะžั‚ะบั€ั‹ั‚ัŒ ัั‚ั€ะฐะฝะธั†ัƒ ะธัั‚ะพั€ะธะน" msgid "Open system log" msgstr "ะžั‚ะบั€ั‹ั‚ัŒ ัะธัั‚ะตะผะฝั‹ะน ะถัƒั€ะฝะฐะป" -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" msgstr "" @@ -8275,13 +8317,13 @@ msgstr "" msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" -#: src/screens/Messages/JoinRequest.tsx:309 +#: 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 "ะžั‚ะบั€ั‹ะฒะฐะตั‚ ะฟั€ะพั†ะตัั ัะพะทะดะฐะฝะธั ะฝะพะฒะพะน ัƒั‡ั‘ั‚ะฝะพะน ะทะฐะฟะธัะธ Bluesky" -#: src/screens/Messages/JoinRequest.tsx:295 +#: 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" @@ -8341,7 +8383,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 "ะžั‚ะบั€ั‹ะฒะฐะตั‚ ัั‚ะพั‚ ะฟั€ะพั„ะธะปัŒ" @@ -8513,6 +8555,16 @@ msgstr "ะ›ัŽะดะธ, ะบะพั‚ะพั€ั‹ะต ะฟะพะดะฟะธัะฐะฝั‹ ะฝะฐ @{0}" msgid "People I follow" msgstr "" +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "" @@ -8813,7 +8865,7 @@ msgstr "ะŸะพะปะธั‚ะธะบะฐ" msgid "Porn" msgstr "ะŸะพั€ะฝะพะณั€ะฐั„ะธั" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post" msgstr "ะžะฟัƒะฑะปะธะบะพะฒะฐั‚ัŒ" @@ -8833,12 +8885,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Post All" msgstr "ะžะฟัƒะฑะปะธะบะพะฒะฐั‚ัŒ ะฒัะต" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1468 msgid "Post anyway" msgstr "" @@ -9015,11 +9067,11 @@ msgstr "ะŸะพะปะธั‚ะธะบะฐ ะบะพะฝั„ะธะดะตะฝั†ะธะฐะปัŒะฝะพัั‚ะธ" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2592 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing video..." msgstr "ะžะฑั€ะฐะฑะพั‚ะบะฐ ะฒะธะดะตะพ..." @@ -9031,7 +9083,7 @@ msgstr "ะžะฑั€ะฐะฑะพั‚ะบะฐ..." msgid "profile" msgstr "ะฟั€ะพั„ะธะปัŒ" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9117,22 @@ 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:1790 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:1785 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:1774 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:1779 msgid "Publish reply" msgstr "ะžะฟัƒะฑะปะธะบะพะฒะฐั‚ัŒ ะพั‚ะฒะตั‚" @@ -9109,7 +9161,7 @@ msgid "QR code has been downloaded!" msgstr "QR-ะบะพะด ะฑั‹ะป ัะบะฐั‡ะฐะฝ!" #: src/components/StarterPack/QrCodeDialog.tsx:122 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "QR-ะบะพะด ัะพั…ั€ะฐะฝั‘ะฝ ะฒ ะฟะฐะฟะบะต ะบะฐะผะตั€ั‹!" @@ -9172,8 +9224,8 @@ msgstr "" msgid "React with {emoji}" msgstr "ะžั‚ั€ะตะฐะณะธั€ะพะฒะฐั‚ัŒ ั {emoji}" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "" @@ -9268,10 +9320,6 @@ msgstr "ะ ะตะบะพะผะตะฝะดัƒะตั‚ัั" msgid "Reconnect" msgstr "ะŸะตั€ะตะฟะพะดะบะปัŽั‡ะธั‚ัŒัั" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "" - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" @@ -9291,12 +9339,14 @@ msgstr "ะžั‚ะบะปะพะฝะธั‚ัŒ ะทะฐะฟั€ะพั ะฝะฐ ะฑะตัะตะดัƒ" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "ะŸะตั€ะตะทะฐะณั€ัƒะทะธั‚ัŒ ะฑะตัะตะดั‹" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9355,9 @@ msgstr "ะŸะตั€ะตะทะฐะณั€ัƒะทะธั‚ัŒ ะฑะตัะตะดั‹" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "ะฃะดะฐะปะธั‚ัŒ" @@ -9326,7 +9375,7 @@ msgstr "ะฃะดะฐะปะธั‚ัŒ {displayName} ะธะท ัั‚ะฐั€ั‚ะพะฒะพะณะพ ะฝะฐะฑะพั€ะฐ" msgid "Remove {displayName} from this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" msgstr "" @@ -9443,14 +9492,14 @@ msgstr "ะฃะดะฐะปะธั‚ัŒ ัั‚ัƒ ะปะตะฝั‚ัƒ ะธะท ัะพั…ั€ะฐะฝั‘ะฝะฝั‹ั… ะปะตะฝั‚" msgid "Remove unavailable moderation services" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "ะฃะดะฐะปะธั‚ัŒ ะฟะพะปัŒะทะพะฒะฐั‚ะตะปั ะธะท ัะฟะธัะบะฐ" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "ะฃะดะฐะปะตะฝะธะต ะฒะตั€ะธั„ะธะบะฐั†ะธะธ" @@ -9466,8 +9515,8 @@ msgstr "ะฃะดะฐะปะตะฝะพ ะฐะฒั‚ะพั€ะพะผ" msgid "Removed by you" msgstr "ะฃะดะฐะปะตะฝะพ ะฒะฐะผะธ" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "ะฃะดะฐะปะตะฝะพ ะธะท ัะฟะธัะบะฐ" @@ -9535,6 +9584,14 @@ msgctxt "description" msgid "Replied to you" msgstr "" +#: src/components/dms/MessageItem.tsx:883 +msgid "Replied-to message from {senderName}, tap to scroll to it" +msgstr "" + +#: src/components/dms/MessageItem.tsx:884 +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 @@ -9552,7 +9609,12 @@ msgstr "ะžั‚ะฒะตั‚ั‹ ะพั‚ะบะปัŽั‡ะตะฝั‹" msgid "Replies to this post are disabled." msgstr "ะžั‚ะฒะตั‚ั‹ ะฝะฐ ัั‚ะพั‚ ะฟะพัั‚ ะพั‚ะบะปัŽั‡ะตะฝั‹." -#: src/view/com/composer/Composer.tsx:1804 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "ะžั‚ะฒะตั‚ะธั‚ัŒ" + +#: src/view/com/composer/Composer.tsx:1802 msgctxt "action" msgid "Reply" msgstr "ะžั‚ะฒะตั‚ะธั‚ัŒ" @@ -9590,14 +9652,14 @@ msgstr "ะ’ะธะดะธะผะพัั‚ัŒ ะพั‚ะฒะตั‚ะฐ ะธะทะผะตะฝะตะฝะฐ" msgid "Reply was successfully hidden" msgstr "ะžั‚ะฒะตั‚ ะฑั‹ะป ัƒัะฟะตัˆะฝะพ ัะบั€ั‹ั‚" -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:582 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "ะŸะพะถะฐะปะพะฒะฐั‚ัŒัั" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "ะŸะพะถะฐะปะพะฒะฐั‚ัŒัั ะฝะฐ ัƒั‡ั‘ั‚ะฝัƒัŽ ะทะฐะฟะธััŒ" @@ -9623,7 +9685,7 @@ msgstr "ะŸะพะถะฐะปะพะฒะฐั‚ัŒัั ะฝะฐ ะปะตะฝั‚ัƒ" msgid "Report list" msgstr "ะŸะพะถะฐะปะพะฒะฐั‚ัŒัั ะฝะฐ ัะฟะธัะพะบ" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "ะŸะพะถะฐะปะพะฒะฐั‚ัŒัั ะฝะฐ ัะพะพะฑั‰ะตะฝะธะต" @@ -9657,7 +9719,7 @@ msgstr "" msgid "Report this feed" msgstr "ะŸะพะถะฐะปะพะฒะฐั‚ัŒัั ะฝะฐ ัั‚ัƒ ะปะตะฝั‚ัƒ" -#: src/screens/Messages/ConversationSettings/index.tsx:581 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "" @@ -9737,7 +9799,7 @@ msgstr "ะ ะตะฟะพัั‚ั‹ ัั‚ะพะณะพ ะฟะพัั‚ะฐ" msgid "Reposts of your reposts" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:447 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" msgstr "" @@ -9755,7 +9817,7 @@ msgid "Request ignored." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:281 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" msgstr "" @@ -9764,7 +9826,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "" @@ -9791,9 +9853,9 @@ msgstr "ะขั€ะตะฑัƒะตั‚ัั ัั‚ะธะผ ั…ะพัั‚ะธะฝะณ-ะฟั€ะพะฒะฐะนะดะตั€ะพะผ" msgid "Required in your region" msgstr "ะขั€ะตะฑัƒะตั‚ัั ะฒ ะฒะฐัˆะตะผ ั€ะตะณะธะพะฝะต" -#: src/components/intents/GroupChatJoinDialog.tsx:296 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:310 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:115 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:117 msgid "Rescind request" msgstr "" @@ -9872,7 +9934,7 @@ msgstr "ะŸะพะฒั‚ะพั€ัะตั‚ ะฟะพัะปะตะดะฝะตะต ะดะตะนัั‚ะฒะธะต, ะบะพั‚ะพั€ะพะต #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 #: src/screens/Messages/JoinRequests.tsx:361 @@ -9928,7 +9990,7 @@ msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10015,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:1449 #: 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:1421 #: 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:1449 #: 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:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10022,13 +10084,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:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "" @@ -10058,6 +10120,10 @@ msgstr "" msgid "Scroll right" msgstr "" +#: src/components/dms/MessageItem.tsx:774 +msgid "Scroll to the message this is replying to" +msgstr "" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "ะŸั€ะพะปะธัั‚ะฐั‚ัŒ ะฒะฒะตั€ั…" @@ -10067,7 +10133,7 @@ msgstr "ะŸั€ะพะปะธัั‚ะฐั‚ัŒ ะฒะฒะตั€ั…" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "ะŸะพะธัะบ" @@ -10148,8 +10214,8 @@ msgstr "" msgid "Search my posts" msgstr "ะŸะพะธัะบ ะฟะพ ะผะพะธะผ ะฟะพัั‚ะฐะผ" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "ะŸะพะธัะบ ะฟะพัั‚ะพะฒ" @@ -10425,8 +10491,8 @@ msgstr "" msgid "Send feedback" msgstr "ะžั‚ะฟั€ะฐะฒะธั‚ัŒ ะพั‚ะทั‹ะฒ" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "ะžั‚ะฟั€ะฐะฒะธั‚ัŒ ัะพะพะฑั‰ะตะฝะธะต" @@ -10460,7 +10526,7 @@ msgid "Send via direct message" msgstr "ะžั‚ะฟั€ะฐะฒะธั‚ัŒ ะปะธั‡ะฝั‹ะผ ัะพะพะฑั‰ะตะฝะธะตะผ" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "" @@ -10565,7 +10631,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 @@ -10577,7 +10643,7 @@ msgstr "ะก ัะตะบััƒะฐะปัŒะฝั‹ะผ ะฟะพะดั‚ะตะบัั‚ะพะผ" msgid "Share" msgstr "ะŸะพะดะตะปะธั‚ัŒัั" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "ะ’ัั‘ ั€ะฐะฒะฝะพ ะฟะพะดะตะปะธั‚ัŒัั" @@ -10641,8 +10707,8 @@ msgstr "ะŸะพะดะตะปะธั‚ะตััŒ ัั‚ะธะผ ัั‚ะฐั€ั‚ะพะฒั‹ะผ ะฝะฐะฑะพั€ะพะผ ะธ ะฟะพ #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "ะŸะพะดะตะปะธั‚ัŒัั ั‡ะตั€ะตะท..." @@ -10796,15 +10862,15 @@ msgstr "ะŸะพะบะฐะทั‹ะฒะฐะตั‚ ัะพะดะตั€ะถะธะผะพะต" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:294 -#: src/screens/Messages/JoinRequest.tsx:300 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,7 +10896,7 @@ msgstr "ะ’ะพะนะดะธั‚ะต ะธะปะธ ัะพะทะดะฐะนั‚ะต ัƒั‡ั‘ั‚ะฝัƒัŽ ะทะฐะฟะธััŒ" msgid "Sign in or create your account to join the conversation!" msgstr "ะ’ะพะนะดะธั‚ะต ะธะปะธ ัะพะทะดะฐะนั‚ะต ัะฒะพัŽ ัƒั‡ั‘ั‚ะฝัƒัŽ ะทะฐะฟะธััŒ, ั‡ั‚ะพะฑั‹ ะฟั€ะธัะพะตะดะธะฝะธั‚ัŒัั ะบ ะฑะตัะตะดะต!" -#: src/screens/Messages/JoinRequest.tsx:220 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." msgstr "" @@ -10842,7 +10908,7 @@ msgstr "ะ’ะพะนั‚ะธ ะฒ ัƒั‡ั‘ั‚ะฝัƒัŽ ะทะฐะฟะธััŒ, ะบะพั‚ะพั€ะพะน ะฝะตั‚ ะฒ ัะฟ msgid "Sign in to Bluesky or create a new account" msgstr "ะ’ะพะนะดะธั‚ะต ะฒ Bluesky ะธะปะธ ัะพะทะดะฐะนั‚ะต ะฝะพะฒัƒัŽ ัƒั‡ั‘ั‚ะฝัƒัŽ ะทะฐะฟะธััŒ" -#: src/screens/Messages/JoinRequest.tsx:219 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." msgstr "" @@ -10900,7 +10966,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:1466 msgid "Skip empty posts?" msgstr "" @@ -10971,12 +11037,12 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:347 msgid "Someone reacted {0}" msgstr "ะšั‚ะพ-ั‚ะพ ะพั‚ั€ะตะฐะณะธั€ะพะฒะฐะป {0}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "" @@ -10996,10 +11062,6 @@ msgstr "" msgid "Someone was removed from the group" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "" - #: 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 "" @@ -11043,8 +11105,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 "ะ˜ะทะฒะธะฝะธั‚ะต! ะ’ะฐัˆะฐ ัะตััะธั ะธัั‚ะตะบะปะฐ. ะŸะพะถะฐะปัƒะนัั‚ะฐ, ะฒะพะนะดะธั‚ะต ัะฝะพะฒะฐ." @@ -11214,13 +11276,13 @@ msgid "Subscribe" msgstr "ะŸะพะดะฟะธัะฐั‚ัŒัั" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "" @@ -11255,7 +11317,7 @@ msgstr "ะฃัะฟะตั…" msgid "Success!" msgstr "ะฃัะฟะตั…!" -#: src/components/intents/GroupChatJoinDialog.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" msgstr "" @@ -11355,7 +11417,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:572 +#: src/components/dms/MessageItem.tsx:661 msgid "Tap for details" msgstr "" @@ -11390,7 +11452,7 @@ msgid "Tap to dismiss" msgstr "ะะฐะถะผะธั‚ะต, ั‡ั‚ะพะฑั‹ ะฟั€ะพะฟัƒัั‚ะธั‚ัŒ" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:453 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" msgstr "" @@ -11398,34 +11460,34 @@ msgstr "" msgid "Tap to open this group chat" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:452 +#: src/components/intents/GroupChatJoinDialog.tsx:468 msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:537 +#: src/components/dms/MessageItem.tsx:626 msgid "Tap to retry" msgstr "" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:373 msgid "Tap to view reactions" msgstr "" @@ -11528,7 +11590,7 @@ msgstr "ะญั‚ะพ ะฒัั‘!" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "ะฃั‡ั‘ั‚ะฝะฐั ะทะฐะฟะธััŒ ัะผะพะถะตั‚ ะฒะทะฐะธะผะพะดะตะนัั‚ะฒะพะฒะฐั‚ัŒ ั ะฒะฐะผะธ ะฟะพัะปะต ั€ะฐะทะฑะปะพะบะธั€ะพะฒะบะธ." @@ -11594,7 +11656,7 @@ msgstr "ะกะปะตะดัƒัŽั‰ะธะต ะฝะฐัั‚ั€ะพะนะบะธ ะฑัƒะดัƒั‚ ะธัะฟะพะปัŒะทะพะฒะฐั‚ msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:155 +#: src/components/intents/GroupChatJoinDialog.tsx:165 #: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." msgstr "" @@ -11621,7 +11683,7 @@ msgstr "ะŸะพั…ะพะถะต, ะฝะฐ ัะตั€ะฒะตั€ะต ะฒะพะทะฝะธะบะปะธ ะฟั€ะพะฑะปะตะผั‹. ะŸ msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "ะกั‚ะฐั€ั‚ะพะฒั‹ะน ะฝะฐะฑะพั€, ะบะพั‚ะพั€ั‹ะน ะฒั‹ ะฟั‹ั‚ะฐะตั‚ะตััŒ ะฟั€ะพัะผะพั‚ั€ะตั‚ัŒ, ะฝะตะดะตะนัั‚ะฒะธั‚ะตะปะตะฝ. ะ’ั‹ ะผะพะถะตั‚ะต ัƒะดะฐะปะธั‚ัŒ ัั‚ะพั‚ ัั‚ะฐั€ั‚ะพะฒั‹ะน ะฝะฐะฑะพั€." -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "" @@ -11665,8 +11727,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "" #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:182 +#: 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 "" @@ -11693,7 +11755,7 @@ msgstr "ะ’ะพะทะฝะธะบะปะฐ ะฟั€ะพะฑะปะตะผะฐ ั ะทะฐะณั€ัƒะทะบะพะน ัƒะฒะตะดะพะผะปะต msgid "There was an issue fetching posts. Tap here to try again." msgstr "ะ’ะพะทะฝะธะบะปะฐ ะฟั€ะพะฑะปะตะผะฐ ั ะทะฐะณั€ัƒะทะบะพะน ะฟะพัั‚ะพะฒ. ะะฐะถะผะธั‚ะต ะทะดะตััŒ, ั‡ั‚ะพะฑั‹ ะฟะพะฒั‚ะพั€ะธั‚ัŒ ะฟะพะฟั‹ั‚ะบัƒ." -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "ะ’ะพะทะฝะธะบะปะฐ ะฟั€ะพะฑะปะตะผะฐ ั ะทะฐะณั€ัƒะทะบะพะน ัะฟะธัะบะฐ. ะะฐะถะผะธั‚ะต ะทะดะตััŒ, ั‡ั‚ะพะฑั‹ ะฟะพะฒั‚ะพั€ะธั‚ัŒ ะฟะพะฟั‹ั‚ะบัƒ." @@ -11733,12 +11795,12 @@ msgstr "ะ’ะพะทะฝะธะบะปะฐ ะฟั€ะพะฑะปะตะผะฐ ะฟั€ะธ ะธะทะผะตะฝะตะฝะธะธ ะฒะฐัˆะธั… #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "ะ’ะพะทะฝะธะบะปะฐ ะฟั€ะพะฑะปะตะผะฐ! {0}" @@ -11778,7 +11840,7 @@ msgstr "ะญั‚ะธ ะฝะฐัั‚ั€ะพะนะบะธ ะฟั€ะธะผะตะฝะธะผั‹ ั‚ะพะปัŒะบะพ ะบ ะปะตะฝั‚ะต msgid "They own this chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." msgstr "" @@ -11828,22 +11890,22 @@ msgstr "" 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 "" -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:287 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:430 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" msgstr "" @@ -11881,7 +11943,7 @@ msgstr "ะญั‚ะพั‚ ะบะพะฝั‚ะตะฝั‚ ะฝะตะดะพัั‚ัƒะฟะตะฝ, ะฟะพัะบะพะปัŒะบัƒ ะพะดะธ msgid "This content is not viewable without a Bluesky account." msgstr "ะญั‚ะพั‚ ะบะพะฝั‚ะตะฝั‚ ะฝะตะดะพัั‚ัƒะฟะตะฝ ะดะปั ะฟั€ะพัะผะพั‚ั€ะฐ ะฑะตะท ัƒั‡ั‘ั‚ะฝะพะน ะทะฐะฟะธัะธ Bluesky." -#: src/components/intents/GroupChatJoinDialog.tsx:141 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." msgstr "" @@ -11931,7 +11993,7 @@ msgstr "ะญั‚ะฐ ะปะตะฝั‚ะฐ ะฟัƒัั‚ะฐ." msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "ะญั‚ะฐ ะปะตะฝั‚ะฐ ะฑะพะปัŒัˆะต ะฝะต ั€ะฐะฑะพั‚ะฐะตั‚. ะ’ะผะตัั‚ะพ ัั‚ะพะณะพ ะผั‹ ะฟะพะบะฐะทั‹ะฒะฐะตะผ <0>Discover." -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" msgstr "" @@ -11947,11 +12009,11 @@ msgstr "" msgid "This information is private and not shared with other users." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:151 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:223 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" msgstr "" @@ -11997,17 +12059,17 @@ msgstr "ะญั‚ะพั‚ ัะฟะธัะพะบ โ€“ ัะพะทะดะฐะฝะฝั‹ะน ะฒะฐะผะธ โ€“ ัะพะดะตั€ะถะธ msgid "This list is empty." msgstr "ะญั‚ะพั‚ ัะฟะธัะพะบ ะฟัƒัั‚." -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:688 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:658 +#: src/components/dms/MessageItem.tsx:684 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12045,11 +12107,11 @@ 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:1041 msgid "This post's author has disabled quote posts." msgstr "ะะฒั‚ะพั€ ัั‚ะพะณะพ ะฟะพัั‚ะฐ ะพั‚ะบะปัŽั‡ะธะป ั†ะธั‚ะธั€ะพะฒะฐะฝะธะต ะฟะพัั‚ะพะฒ." -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "ะญั‚ะพั‚ ะฟั€ะพั„ะธะปัŒ ะฒะธะดะตะฝ ั‚ะพะปัŒะบะพ ะฒะพัˆะตะดัˆะธะผ ะฒ ัะธัั‚ะตะผัƒ ะฟะพะปัŒะทะพะฒะฐั‚ะตะปัะผ. ะžะฝ ะฝะต ะฑัƒะดะตั‚ ะฒะธะดะฝะพ ั‚ะตะผ, ะบั‚ะพ ะฝะต ะฒะพัˆะตะป ะฒ ัะธัั‚ะตะผัƒ." @@ -12242,8 +12304,8 @@ msgstr "" msgid "Topic" msgstr "ะขะตะผะฐ" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,7 +12375,7 @@ msgctxt "action" msgid "Try again" msgstr "ะŸะพะฟั€ะพะฑะพะฒะฐั‚ัŒ ะตั‰ั‘ ั€ะฐะท" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." msgstr "" @@ -12335,7 +12397,7 @@ msgstr "ะขะ’" msgid "Two-factor authentication (2FA)" msgstr "ะ”ะฒัƒั…ั„ะฐะบั‚ะพั€ะฝะฐั ะฐัƒั‚ะตะฝั‚ะธั„ะธะบะฐั†ะธั (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "ะะฐะฟะตั‡ะฐั‚ะฐะนั‚ะต ะทะดะตััŒ ัะฒะพั‘ ัะพะพะฑั‰ะตะฝะธะต" @@ -12401,7 +12463,7 @@ msgstr "ะะตะดะพัั‚ัƒะฟะฝะพ" msgid "Unavailable feed information" msgstr "ะ˜ะฝั„ะพั€ะผะฐั†ะธั ะพ ะปะตะฝั‚ะต ะฝะตะดะพัั‚ัƒะฟะฝะฐ" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:726 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12409,14 +12471,14 @@ msgstr "ะ˜ะฝั„ะพั€ะผะฐั†ะธั ะพ ะปะตะฝั‚ะต ะฝะตะดะพัั‚ัƒะฟะฝะฐ" #: src/components/moderation/BlockDialog.tsx:211 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "ะ ะฐะทะฑะปะพะบะธั€ะพะฒะฐั‚ัŒ" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "ะ ะฐะทะฑะปะพะบะธั€ะพะฒะฐั‚ัŒ" @@ -12427,8 +12489,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "ะ ะฐะทะฑะปะพะบะธั€ะพะฒะฐั‚ัŒ ัƒั‡ั‘ั‚ะฝัƒัŽ ะทะฐะฟะธััŒ" @@ -12437,7 +12499,7 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "ะ ะฐะทะฑะปะพะบะธั€ะพะฒะฐั‚ัŒ ัƒั‡ั‘ั‚ะฝัƒัŽ ะทะฐะฟะธััŒ?" @@ -12474,12 +12536,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "ะžั‚ะผะตะฝะธั‚ัŒ ั€ะตะฟะพัั‚ ({0, plural, one {# ั€ะตะฟะพัั‚} few {# ั€ะตะฟะพัั‚ะฐ} other {# ั€ะตะฟะพัั‚ะพะฒ}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "ะžั‚ะฟะธัะฐั‚ัŒัั ะพั‚ {0}" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "ะžั‚ะฟะธัะฐั‚ัŒัั ะพั‚ ัƒั‡ั‘ั‚ะฝะพะน ะทะฐะฟะธัะธ" @@ -12521,11 +12583,11 @@ msgstr "ะ”ะธะทะปะฐะนะบ" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "ะ”ะธะทะปะฐะนะบ ({0, plural, one {# ะปะฐะนะบ} few {# ะปะฐะนะบะฐ} other {# ะปะฐะนะบะพะฒ}})" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:567 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "" @@ -12548,8 +12610,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "ะะต ะธะณะฝะพั€ะธั€ะพะฒะฐั‚ัŒ ัƒั‡ั‘ั‚ะฝัƒัŽ ะทะฐะฟะธััŒ" @@ -12562,7 +12624,7 @@ msgstr "ะ’ะบะปัŽั‡ะธั‚ัŒ ะทะฒัƒะบ" msgid "Unmute list" msgstr "ะŸะตั€ะตัั‚ะฐั‚ัŒ ะธะณะฝะพั€ะธั€ะพะฒะฐั‚ัŒ ัะฟะธัะพะบ" -#: src/screens/Messages/ConversationSettings/index.tsx:529 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "" @@ -12641,7 +12703,7 @@ msgstr "ะŸะพะดะฟะธัะบะฐ ะฝะฐ ัะฟะธัะพะบ ะพั‚ะผะตะฝะตะฝะฐ" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1557 +#: src/view/com/composer/Composer.tsx:1555 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -12654,12 +12716,9 @@ msgstr "" msgid "Update" msgstr "ะžะฑะฝะพะฒะธั‚ัŒ" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "ะ˜ะทะผะตะฝะธั‚ัŒ <0>{displayName} ะฒ ัะฟะธัะบะฐั…" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" msgstr "" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 @@ -12669,6 +12728,10 @@ msgstr "" msgid "Update email" msgstr "ะžะฑะฝะพะฒะธั‚ัŒ ัะปะตะบั‚ั€ะพะฝะฝัƒัŽ ะฟะพั‡ั‚ัƒ" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 #: src/screens/Messages/components/InviteLinkDialog.tsx:303 @@ -12680,14 +12743,6 @@ msgstr "" msgid "Update to {domain}" msgstr "ะ˜ะทะผะตะฝะธั‚ัŒ ะฝะฐ {domain}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "" - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "ะžะฑะฝะพะฒะธั‚ะต ะฒะฐัˆัƒ ัะปะตะบั‚ั€ะพะฝะฝัƒัŽ ะฟะพั‡ั‚ัƒ" @@ -12736,7 +12791,7 @@ msgstr "ะ—ะฐะณั€ัƒะทะธั‚ัŒ ะธะท ั„ะฐะนะปะพะฒ" msgid "Upload from Library" msgstr "ะ—ะฐะณั€ัƒะทะธั‚ัŒ ะธะท ะฑะธะฑะปะธะพั‚ะตะบะธ" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2585 msgid "Uploading GIF..." msgstr "" @@ -12750,7 +12805,7 @@ msgstr "ะ—ะฐะณั€ัƒะทะบะฐ ะธะทะพะฑั€ะฐะถะตะฝะธะน..." msgid "Uploading link thumbnail..." msgstr "ะ—ะฐะณั€ัƒะทะบะฐ ะผะธะฝะธะฐั‚ัŽั€ั‹ ััั‹ะปะบะธ..." -#: src/view/com/composer/Composer.tsx:2589 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading video..." msgstr "ะ—ะฐะณั€ัƒะทะบะฐ ะฒะธะดะตะพ..." @@ -12826,7 +12881,7 @@ msgid "User Blocks You" msgstr "ะŸะพะปัŒะทะพะฒะฐั‚ะตะปัŒ ะทะฐะฑะปะพะบะธั€ะพะฒะฐะป ะฒะฐั" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "ะกะฟะธัะพะบ ะฟะพะปัŒะทะพะฒะฐั‚ะตะปะตะน ะพั‚ {0}" @@ -12835,7 +12890,7 @@ msgstr "ะกะฟะธัะพะบ ะฟะพะปัŒะทะพะฒะฐั‚ะตะปะตะน ะพั‚ {0}" msgid "User List by {0}" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "ะกะฟะธัะพะบ ะฟะพะปัŒะทะพะฒะฐั‚ะตะปะตะน ะพั‚ ะฒะฐั" @@ -12875,16 +12930,6 @@ msgstr "ะฟะพะปัŒะทะพะฒะฐั‚ะตะปะธ, ะฝะฐ ะบะพั‚ะพั€ั‹ั… ะฟะพะดะฟะธัะฐะฝ <0>@{0}@{0}" msgstr "ะฟะพะปัŒะทะพะฒะฐั‚ะตะปะธ ะฟะพะดะฟะธัะฐะฝะฝั‹ะต ะฝะฐ <0>@{0}" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "ะ—ะฝะฐั‡ะตะฝะธะต:" @@ -12912,8 +12957,8 @@ msgstr "ะŸะพะดั‚ะฒะตั€ะถะดะตะฝ:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "ะŸะพะดั‚ะฒะตั€ะดะธั‚ัŒ ะฐะบะบะฐัƒะฝั‚" @@ -13039,7 +13084,7 @@ msgstr "ะ’ะธะดะตะพ ะฝะต ะฝะฐะนะดะตะฝะพ." msgid "Video settings" msgstr "ะะฐัั‚ั€ะพะนะบะธ ะฒะธะดะตะพ" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2605 msgid "Video uploaded" msgstr "ะ’ะธะดะตะพ ะทะฐะณั€ัƒะถะตะฝะพ" @@ -13056,14 +13101,14 @@ msgstr "ะ’ะธะดะตะพ" msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1150 +#: src/view/com/composer/Composer.tsx:1148 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "" @@ -13078,7 +13123,7 @@ msgstr "ะŸั€ะพัะผะพั‚ั€ะตั‚ัŒ ะฐะฒะฐั‚ะฐั€ {0}" #: 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 "ะŸะพัะผะพั‚ั€ะตั‚ัŒ ะฟั€ะพั„ะธะปัŒ {0}" @@ -13092,7 +13137,7 @@ msgstr "" msgid "View {displayName}โ€™s profile" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "" @@ -13145,7 +13190,7 @@ msgstr "ะŸะพะบะฐะทะฐั‚ัŒ ะฑะพะปัŒัˆะต" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1143 msgid "View post" msgstr "" @@ -13162,10 +13207,10 @@ msgstr "ะŸั€ะพัะผะพั‚ั€ะตั‚ัŒ ะฟั€ะพั„ะธะปัŒ" msgid "View profile banner" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "" @@ -13173,7 +13218,7 @@ msgstr "" msgid "View the avatar" msgstr "ะŸั€ะพัะผะพั‚ั€ะตั‚ัŒ ะฐะฒะฐั‚ะฐั€" -#: src/screens/Messages/ConversationSettings/index.tsx:554 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "" @@ -13441,7 +13486,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:1039 msgid "We're sorry! The post you are replying to has been deleted." msgstr "ะะฐะผ ะพั‡ะตะฝัŒ ะถะฐะปัŒ! ะŸะพัั‚, ะฝะฐ ะบะพั‚ะพั€ั‹ะน ะฒั‹ ะพั‚ะฒะตั‡ะฐะตั‚ะต, ะฑั‹ะป ัƒะดะฐะปะตะฝ." @@ -13492,7 +13537,7 @@ msgid "What do you want to call your starter pack?" msgstr "ะšะฐะบ ะฒั‹ ั…ะพั‚ะธั‚ะต ะฝะฐะทะฒะฐั‚ัŒ ัะฒะพะน ัั‚ะฐั€ั‚ะพะฒั‹ะน ะฝะฐะฑะพั€?" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1519 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "ะšะฐะบ ะดะตะปะฐ?" @@ -13519,7 +13564,7 @@ msgid "Who can verify?" msgstr "ะšั‚ะพ ะผะพะถะตั‚ ะฒะตั€ะธั„ะธั†ะธั€ะพะฒะฐั‚ัŒ?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "ะžะฟะฐะฝัŒะบะธ!" @@ -13578,7 +13623,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:1437 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13587,12 +13632,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1617 +#: src/view/com/composer/Composer.tsx:1615 msgid "Write post" msgstr "ะะฐะฟะธัะฐั‚ัŒ ะฟะพัั‚" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1517 msgid "Write your reply" msgstr "ะะฐะฟะธัะฐั‚ัŒ ะพั‚ะฒะตั‚" @@ -13658,7 +13703,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:610 +#: src/components/dms/MessageItem.tsx:699 msgid "You are blocking {0}" msgstr "" @@ -13764,11 +13809,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:220 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:1442 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13803,8 +13848,8 @@ msgstr "" msgid "You can update this later from your settings." msgstr "ะ’ั‹ ะผะพะถะตั‚ะต ะพะฑะฝะพะฒะธั‚ัŒ ัั‚ะพ ะฟะพะทะถะต ะฒ ัะฒะพะธั… ะฝะฐัั‚ั€ะพะนะบะฐั…." -#: src/components/dms/ActionsWrapper.web.tsx:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:115 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13839,7 +13884,7 @@ msgstr "ะฃ ะฒะฐั ะฝะตั‚ ัะพั…ั€ะฐะฝั‘ะฝะฝั‹ั… ะปะตะฝั‚." msgid "You got here first" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:166 +#: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and canโ€™t join it using this link." msgstr "" @@ -13884,6 +13929,7 @@ msgstr "ะ’ั‹ ะฒะบะปัŽั‡ะธะปะธ ะธะณะฝะพั€ะธั€ะพะฒะฐะฝะธะต ัั‚ะพะน ัƒั‡ั‘ั‚ะฝะพะน msgid "You have muted this user" msgstr "ะ’ั‹ ะฒะบะปัŽั‡ะธะปะธ ะธะณะฝะพั€ะธั€ะพะฒะฐะฝะธะต ัั‚ะพะณะพ ะฟะพะปัŒะทะพะฒะฐั‚ะตะปั" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "ะฃ ะฒะฐั ะฝะตั‚ ัะฟะธัะบะพะฒ." @@ -13912,7 +13958,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:1432 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -13970,7 +14016,7 @@ msgstr "ะ’ั‹ ะผะพะถะตั‚ะต ะดะพะฑะฐะฒะธั‚ัŒ ะปะธัˆัŒ ะดะพ {STARTER_PACK_MAX_SIZE, msgid "You may only add up to 3 feeds" msgstr "ะ’ั‹ ะผะพะถะตั‚ะต ะดะพะฑะฐะฒะธั‚ัŒ ะฝะต ะฑะพะปะตะต 3 ะปะตะฝั‚" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." msgstr "" @@ -13983,7 +14029,7 @@ msgid "You must be following at least seven other people to generate a starter p msgstr "ะงั‚ะพะฑั‹ ะฟะพะปัƒั‡ะธั‚ัŒ ัั‚ะฐั€ั‚ะพะฒั‹ะน ะฝะฐะฑะพั€, ะฒั‹ ะดะพะปะถะฝั‹ ะฟะพะดะฟะธัะฐั‚ัŒัั ะบะฐะบ ะผะธะฝะธะผัƒะผ ะฝะฐ ัะตะผัŒ ะดั€ัƒะณะธั… ะปัŽะดะตะน." #: src/components/StarterPack/QrCodeDialog.tsx:69 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:89 msgid "You must grant access to your photo library to save a QR code" msgstr "ะงั‚ะพะฑั‹ ัะพั…ั€ะฐะฝะธั‚ัŒ QR-ะบะพะด, ะฝะตะพะฑั…ะพะดะธะผะพ ะฟั€ะตะดะพัั‚ะฐะฒะธั‚ัŒ ะดะพัั‚ัƒะฟ ะบ ะฑะธะฑะปะธะพั‚ะตะบะต ั„ะพั‚ะพะณั€ะฐั„ะธะน" @@ -14009,12 +14055,12 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:259 +#: src/components/dms/MessageItem.tsx:340 msgid "You reacted {0}" msgstr "ะ’ั‹ ะพั‚ั€ะตะฐะณะธั€ะพะฒะฐะปะธ {0}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "" @@ -14023,8 +14069,20 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" +#: src/components/dms/MessageItem.tsx:804 +msgid "You replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:802 +msgid "You replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:800 +msgid "You replied to yourself" +msgstr "" + #. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 msgid "You requested to join" msgstr "" @@ -14050,12 +14108,12 @@ msgstr "ะ’ั‹ ะฑัƒะดะตั‚ะต ะฟะพะปัƒั‡ะฐั‚ัŒ ัƒะฒะตะดะพะผะปะตะฝะธั ะธะท ัั‚ะพะน msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "ะ’ั‹ ะฟะพะปัƒั‡ะธั‚ะต ัะปะตะบั‚ั€ะพะฝะฝะพะต ะฟะธััŒะผะพ ั \"ะบะพะดะพะผ ะฟะพะดั‚ะฒะตั€ะถะดะตะฝะธั.\" ะ’ะฒะตะดะธั‚ะต ัั‚ะพั‚ ะบะพะด ะทะดะตััŒ, ะฐ ะทะฐั‚ะตะผ ะฒะฒะตะดะธั‚ะต ะฝะพะฒั‹ะน ะฟะฐั€ะพะปัŒ." -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "" #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "" @@ -14127,7 +14185,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:644 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14199,11 +14257,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 "" @@ -14295,11 +14353,11 @@ msgstr "" msgid "Your password must be at least 8 characters long." msgstr "ะ’ะฐัˆ ะฟะฐั€ะพะปัŒ ะดะพะปะถะตะฝ ัะพัั‚ะพัั‚ัŒ ะฝะต ะผะตะฝะตะต ั‡ะตะผ ะธะท 8 ัะธะผะฒะพะปะพะฒ." -#: src/view/com/composer/Composer.tsx:1141 +#: src/view/com/composer/Composer.tsx:1139 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1136 msgid "Your posts were sent" msgstr "" @@ -14320,7 +14378,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:1140 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your reply was sent" msgstr "ะ’ะฐัˆ ะพั‚ะฒะตั‚ ะฑั‹ะป ะพั‚ะฟั€ะฐะฒะปะตะฝ" @@ -14333,7 +14391,7 @@ msgstr "ะ’ะฐัˆะฐ ะถะฐะปะพะฑะฐ ะฑัƒะดะตั‚ ะพั‚ะฟั€ะฐะฒะปะตะฝะฐ ะฝะฐ ะฐะดั€ะตั <0 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:1467 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 6c5f2b5772..5bde62798d 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-10 21:45\n" +"PO-Revision-Date: 2026-06-17 12:23\n" "Last-Translator: \n" "Language-Team: Swedish\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "Kategorin โ€{interestsDisplayName}โ€ (aktiv)" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:867 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" msgstr "(inbjudningslรคnk till chatt)" -#: src/components/dms/getMessageInfo.ts:73 +#: 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)" @@ -75,7 +79,7 @@ msgstr "{0, plural, one {# etikett har} other {# etiketter har}} satts pรฅ det h msgid "{0, plural, one {# like} other {# likes}}" msgstr "{0, plural, one {# gillamarkering} other {# gillamarkeringar}}" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "{0, plural, one {# medlem} other {# medlemmar}}" @@ -97,7 +101,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:269 +#: src/components/dms/MessageItem.tsx:350 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "{0, plural, one {# person} other {# personer}} reagerade med {1}" @@ -118,15 +122,15 @@ msgstr "{0, plural, one {# sekund} other {# sekunder}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: 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}}" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "{0, plural, one {#โ€ฏmin} other {#โ€ฏmin}}" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "{0} fรถljda" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:703 msgid "{0} is blocking you" msgstr "{0} blockerar dig" @@ -273,7 +277,7 @@ msgstr "{0} av 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:345 msgid "{0} reacted {1}" msgstr "{0} reagerade med {1}" @@ -326,25 +330,23 @@ msgstr "{0}s avatar" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:143 +#: src/screens/Messages/JoinRequest.tsx:139 msgctxt "group-chat-member-count" msgid "{0}/{1}" msgstr "{0}/{1}" #. The number of members in a group chat, in the format '{members}/{total} members'. -#. placeholder {0}: preview.memberCount -#. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 -msgid "{0}/{1} {2, plural, one {member} other {members}}" -msgstr "{0}/{1} {2, plural, other {medlemmar}}" - -#. The number of active group chat members out of the total number allowed. +#. The number of members in a group chat, in the format '{members}/{total} members'. #. placeholder {0}: joinLinkPreview.memberCount +#. placeholder {0}: preview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:329 -msgid "{0}/{1} members" -msgstr "{0}/{1} medlemmar" +#. placeholder {1}: preview.memberLimit +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 +msgid "{0}/{1} {2, plural, one {member} other {members}}" +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 @@ -389,7 +391,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:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "{count, plural, one {# fรถrfrรฅgan} other {# fรถrfrรฅgningar}}" @@ -397,33 +399,11 @@ msgstr "{count, plural, one {# fรถrfrรฅgan} other {# fรถrfrรฅgningar}}" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "{count, plural, one {# olรคst notis} other {# olรคsta notiser}}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "{count, plural, one {Uppdatera sidan fรถr att se den.} other {Uppdatera sidan fรถr att se dem alla.}}" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "{count, plural, one {Det hรคr inlรคgget har en bild.} other {Det hรคr inlรคgget har # bilder.}}" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "{count, plural, one {Uppdatera din app fรถr att se den.} other {Uppdatera din app fรถr att se dem alla.}}" - #. 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 "{count, plural, other {#+ medlemsfรถrfrรฅgningar}}" -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "{count}+" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "{count}+ fรถrfrรฅgningar" - #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" msgstr "{date} {time}" @@ -441,155 +421,155 @@ msgstr "{estimatedTimeHrs, plural, one {timme} other {timmar}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minut} other {minuter}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: 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" -#: 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 "{firstAuthorLink} och <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}} gillade ditt anpassade flรถde" -#: 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 "{firstAuthorLink} och <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}} gillade ditt inlรคgg" -#: 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 "{firstAuthorLink} och <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}} gillade din รฅterpublicering" -#: 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 "{firstAuthorLink} och <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}} tog bort sina verifieringar av ditt konto" -#: 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 "{firstAuthorLink} och <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}} รฅterpublicerade ditt inlรคgg" -#: 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 "{firstAuthorLink} och <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}} รฅterpublicerade din รฅterpublicering" -#: 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 "{firstAuthorLink} och <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}} registrerade sig med ditt startpaket" -#: 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 "{firstAuthorLink} och <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}} verifierade dig" -#: src/view/com/notifications/NotificationFeedItem.tsx:367 +#: src/view/com/notifications/NotificationFeedItem.tsx:373 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} fรถljde dig" -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} fรถljde dig tillbaka" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} gillade ditt anpassade flรถde" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} gillade ditt inlรคgg" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:512 msgid "{firstAuthorLink} liked your repost" msgstr "{firstAuthorLink} gillade din รฅterpublicering" -#: src/view/com/notifications/NotificationFeedItem.tsx:479 +#: src/view/com/notifications/NotificationFeedItem.tsx:485 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} tog bort sin verifiering av ditt konto" -#: src/view/com/notifications/NotificationFeedItem.tsx:334 +#: src/view/com/notifications/NotificationFeedItem.tsx:340 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} รฅterpublicerade ditt inlรคgg" -#: src/view/com/notifications/NotificationFeedItem.tsx:530 +#: src/view/com/notifications/NotificationFeedItem.tsx:536 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink} รฅterpublicerade din รฅterpublicering" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:431 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} registrerade sig med ditt startpaket" -#: src/view/com/notifications/NotificationFeedItem.tsx:454 +#: src/view/com/notifications/NotificationFeedItem.tsx:460 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} verifierade dig" -#: 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 "{firstAuthorName} och {additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}} fรถljde dig" -#: 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 "{firstAuthorName} och {additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}} gillade ditt anpassade flรถde" -#: 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 "{firstAuthorName} och {additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}} gillade ditt inlรคgg" -#: 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 "{firstAuthorName} och {additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}} gillade din รฅterpublicering" -#: 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 "{firstAuthorName} och {additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}} tog bort sina verifieringar av ditt konto" -#: 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 "{firstAuthorName} och {additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}} รฅterpublicerade ditt inlรคgg" -#: 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 "{firstAuthorName} och {additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}} รฅterpublicerade din รฅterpublicering" -#: 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 "{firstAuthorName} och {additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}} registrerade sig med ditt startpaket" -#: 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 "{firstAuthorName} och {additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}} verifierade dig" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:359 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} fรถljde dig" -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} fรถljde dig tillbaka" -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} gillade ditt anpassade flรถde" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} gillade ditt inlรคgg" -#: src/view/com/notifications/NotificationFeedItem.tsx:492 +#: src/view/com/notifications/NotificationFeedItem.tsx:498 msgid "{firstAuthorName} liked your repost" msgstr "{firstAuthorName} gillade din รฅterpublicering" -#: src/view/com/notifications/NotificationFeedItem.tsx:465 +#: src/view/com/notifications/NotificationFeedItem.tsx:471 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} tog bort sin verifiering av ditt konto" -#: src/view/com/notifications/NotificationFeedItem.tsx:320 +#: src/view/com/notifications/NotificationFeedItem.tsx:326 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} รฅterpublicerade ditt inlรคgg" -#: src/view/com/notifications/NotificationFeedItem.tsx:516 +#: src/view/com/notifications/NotificationFeedItem.tsx:522 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName} รฅterpublicerade din รฅterpublicering" -#: src/view/com/notifications/NotificationFeedItem.tsx:411 +#: src/view/com/notifications/NotificationFeedItem.tsx:417 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} registrerade sig med ditt startpaket" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} verifierade dig" @@ -659,12 +639,12 @@ msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "{minutes, plural, one {# minut} other {# minuter}}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "{name} reagerade med {0} pรฅ {target}" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "{name}: {message}" @@ -697,6 +677,18 @@ 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 +msgid "{replierDisplayName} replied" +msgstr "{replierDisplayName} svarade" + +#: src/components/dms/MessageItem.tsx:809 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "{replierDisplayName} svarade {originalName}" + +#: src/components/dms/MessageItem.tsx:807 +msgid "{replierDisplayName} replied to you" +msgstr "{replierDisplayName} svarade dig" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "En samling av populรคra flรถden som du kan hitta pรฅ Bluesky, inklusive News, Booksky, Game Dev, Blacksky och Fountain Pens" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "ett meddelande" @@ -873,8 +875,8 @@ msgstr "Ett nรคtverksfel uppstod. Kontrollera din internetanslutning" #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 #: src/screens/Messages/JoinRequests.tsx:192 #: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." @@ -955,7 +957,7 @@ msgstr "Anvรคnd det hรคr sprรฅkfรถrslaget" msgid "Accepted conversations" msgstr "Accepterade konversationer" -#: src/components/intents/GroupChatJoinDialog.tsx:113 +#: 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." @@ -980,12 +982,12 @@ msgstr "Konto" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "Konto blockerat" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "Konto fรถljt" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "Kontot รคr inaktiverat" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "Konto ignorerat" @@ -1028,18 +1030,18 @@ msgstr "Konto borttaget frรฅn snabbรฅtkomst" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "Konto avblockerat" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "Konto avfรถljt" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "Konto inte lรคngre ignorerat" @@ -1054,12 +1056,13 @@ msgstr "Konton med en blรฅ, vรฅgkantad bockmarkering <0><1/> kan verifiera a msgid "Activity from others" msgstr "Aktivitet frรฅn andra" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "Lรคgg till" @@ -1112,11 +1115,11 @@ msgstr "Lรคgg till alternativtext (valfritt)" msgid "Add another account" msgstr "Lรคgg till ett annat konto" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1518 msgid "Add another post" msgstr "Lรคgg till ett ytterligare inlรคgg" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2181 msgid "Add another post to thread" msgstr "Lรคgg till ytterligare ett inlรคgg i trรฅden" @@ -1182,7 +1185,7 @@ msgstr "Lรคgg till ord och taggar att ignorera" msgid "Add people" msgstr "Lรคgg till personer" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "Lรคgg till personer i lista" @@ -1214,8 +1217,8 @@ msgstr "Lรคgg till fรถljande DNS-post i din domรคn:" msgid "Add this feed to your feeds" msgstr "Lรคgg till i dina flรถden" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "Lรคgg till i listor" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "Lรคgg till i sparade inlรคgg" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "Lรคgg till i startpaket" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "Lรคgg till anvรคndare i lista" @@ -1246,8 +1249,8 @@ msgstr "Tillagd av {0}" msgid "Added by invite link" msgstr "Tillagd via inbjudningslรคnk" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "Tillagd i lista" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "alice@exempel.com" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "Alla" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "Alla {0}" @@ -1521,7 +1524,7 @@ msgid "An error occurred while loading your lists :/" msgstr "Ett fel uppstod under inlรคsningen av dina listor :/" #: src/components/StarterPack/QrCodeDialog.tsx:81 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:103 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "Ett fel uppstod nรคr QR-koden skulle sparas!" @@ -1589,8 +1592,8 @@ msgstr "Ett problem uppstod nรคr chatten skulle รถppnas" #: 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 "Ett problem uppstod. Fรถrsรถk igen." @@ -1643,7 +1646,7 @@ msgstr "Alla" msgid "Anyone can interact" msgstr "Alla fรฅr interagera" -#: src/components/intents/GroupChatJoinDialog.tsx:340 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" msgstr "Vem som helst kan gรฅ med" @@ -1796,8 +1799,8 @@ msgstr "ร„r du sรคker pรฅ att du vill radera det hรคr startpaketet?" msgid "Are you sure you want to discard your changes?" msgstr "ร„r du sรคker pรฅ att du vill slรคnga dina รคndringar?" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "ร„r du sรคker pรฅ att du vill lรคmna {groupName}?" @@ -1814,11 +1817,11 @@ msgid "Are you sure you want to remove this from your feeds?" msgstr "ร„r du sรคker pรฅ att du vill ta bort det hรคr frรฅn dina flรถden?" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 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:1656 +#: src/view/com/composer/Composer.tsx:1654 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?" @@ -1958,10 +1961,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:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2009,8 +2012,8 @@ msgstr "Blockera {displayName}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "Blockera konto" @@ -2088,6 +2091,10 @@ 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." @@ -2260,7 +2267,7 @@ msgstr "Knapp som tar dig tillbaka till hemtidslinjen" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:181 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2274,15 +2281,15 @@ msgstr "av @{0}" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:363 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" -msgstr "Av <0>{0}" +msgstr "av <0>{0}" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" -msgstr "Av <0>{ownerDisplayName}" +msgstr "av <0>{ownerDisplayName}" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:182 msgid "By clicking \"Continue\" you acknowledge that you understand and agree to these updates." @@ -2348,10 +2355,10 @@ msgstr "Kameraรฅtkomst krรคvs" #: src/screens/Deactivated.tsx:150 #: src/screens/Messages/components/InviteLinkDialog.tsx:500 #: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,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:1734 -#: src/view/com/composer/Composer.tsx:1744 +#: src/view/com/composer/Composer.tsx:1732 +#: src/view/com/composer/Composer.tsx:1742 #: 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 @@ -2380,6 +2387,10 @@ msgstr "Avbryt och slรคng citatinlรคgg" msgid "Cancel reactivation and sign out" msgstr "Avbryt รฅteraktivering och logga ut" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "Avbryt svar" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "Avbryt sรถkning" @@ -2481,7 +2492,7 @@ msgstr "ร„ndringar i startpaketet kommer inte att รฅterspeglas i listan efter sk #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,7 +2509,7 @@ msgid "Chat ended" msgstr "Chatt avslutad" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:256 +#: src/components/intents/GroupChatJoinDialog.tsx:269 #: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" msgstr "Inbjudningslรคnken till den hรคr chatten รคr inte lรคngre tillgรคnglig" @@ -2520,12 +2531,12 @@ msgctxt "toast" msgid "Chat muted" msgstr "Chatt ignorerad" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." msgstr "Chatten hittades inte." -#: src/components/moderation/BlockDialog.tsx:292 +#: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "Chattรคgare kan inte lรคmna sina gruppchattar." @@ -2544,10 +2555,10 @@ msgstr "Chattfรถrfrรฅgningar" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "Chattinstรคllningar" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Chatt inte lรคngre ignorerad" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "Chattar" @@ -2731,7 +2742,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:533 +#: src/components/dms/MessageItem.tsx:622 msgid "Click to retry failed message" msgstr "Klicka fรถr att fรถrsรถka pรฅ nytt med misslyckat meddelande" @@ -2745,6 +2756,7 @@ msgstr "Klicka fรถr att fรถrsรถka pรฅ nytt med misslyckat meddelande" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "Klicka fรถr att fรถrsรถka pรฅ nytt med misslyckat meddelande" #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:233 -#: src/components/intents/GroupChatJoinDialog.tsx:268 +#: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2804,10 +2816,6 @@ msgstr "Stรคng notis" msgid "Close banner" msgstr "Stรคng banderoll" -#: src/view/com/util/BottomSheetCustomBackdrop.tsx:36 -msgid "Close bottom drawer" -msgstr "Stรคng den nedersta lรฅdan" - #. Accessibility label for the button that dismisses the GIF picker error dialog. #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:223 #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:229 @@ -2822,7 +2830,7 @@ msgstr "Stรคng den nedersta lรฅdan" msgid "Close dialog" msgstr "Stรคng dialogruta" -#: src/view/shell/index.web.tsx:129 +#: src/view/shell/index.web.tsx:127 msgid "Close drawer menu" msgstr "Stรคng sidpanel" @@ -2850,10 +2858,10 @@ msgstr "Stรคng skanner" msgid "Close the incoming requests banner" msgstr "Stรคng banderollen fรถr vรคntande fรถrfrรฅgningar" -#: src/components/intents/GroupChatJoinDialog.tsx:226 -#: src/components/intents/GroupChatJoinDialog.tsx:227 -#: src/components/intents/GroupChatJoinDialog.tsx:263 -#: src/components/intents/GroupChatJoinDialog.tsx:264 +#: 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 msgid "Close this dialog" msgstr "Stรคng den hรคr dialogrutan" @@ -2866,15 +2874,15 @@ 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:1742 +#: src/view/com/composer/Composer.tsx:1740 msgid "Closes post composer and discards post draft" msgstr "Stรคnger inlรคggsverktyget och slรคnger utkastet" -#: src/view/com/notifications/NotificationFeedItem.tsx:605 +#: src/view/com/notifications/NotificationFeedItem.tsx:611 msgid "Collapse list of users" msgstr "Dรถlj lista รถver anvรคndare" -#: src/view/com/notifications/NotificationFeedItem.tsx:953 +#: src/view/com/notifications/NotificationFeedItem.tsx:959 msgid "Collapses list of users for a given notification" msgstr "Fรคller ihop anvรคndarlista fรถr berรถrd notis" @@ -2920,7 +2928,7 @@ msgid "Compose new post" msgstr "Skriv ett nytt inlรคgg" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1618 +#: src/view/com/composer/Composer.tsx:1616 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" @@ -2928,11 +2936,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:2580 +#: src/view/com/composer/Composer.tsx:2578 msgid "Compressing GIF..." msgstr "Komprimerar gif-bildโ€ฆ" -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing video..." msgstr "Komprimerar videoklippโ€ฆ" @@ -3100,7 +3108,7 @@ msgstr "Fortsรคtt till nรคsta steg" msgid "Conversation" msgstr "Konversation" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "Konversation raderad" @@ -3127,7 +3135,7 @@ msgid "Copied build version to clipboard" msgstr "Byggversion kopierad till urklipp" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3154,12 @@ msgstr "Kopierat!" msgid "Copies build version to clipboard" msgstr "Kopierar byggversion till urklipp" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" msgstr "Kopierar den kanoniska profil-URL:en till urklipp" #: src/components/StarterPack/QrCodeDialog.tsx:198 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:265 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "Kopiera" @@ -3159,8 +3167,8 @@ msgstr "Kopiera" msgid "Copy App Password" msgstr "Kopiera applรถsenord" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "Kopiera at://-URI" @@ -3175,8 +3183,8 @@ msgid "Copy code" msgstr "Kopiera kod" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "Kopiera DID" @@ -3184,7 +3192,7 @@ msgstr "Kopiera DID" msgid "Copy host" msgstr "Kopiera vรคrd" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:254 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" msgstr "Kopiera inbjudningslรคnk" @@ -3210,8 +3218,8 @@ msgstr "Kopiera lรคnk till lista" msgid "Copy link to post" msgstr "Kopiera lรคnk till inlรคgg" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "Kopiera lรคnk till profil" @@ -3219,8 +3227,8 @@ msgstr "Kopiera lรคnk till profil" msgid "Copy link to starter pack" msgstr "Kopiera lรคnk till startpaket" -#: src/components/dms/MessageContextMenu.tsx:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "Kopiera meddelandetext" @@ -3249,7 +3257,7 @@ msgstr "Kopiera vรคrde fรถr TXT-post" msgid "Copyright Policy" msgstr "Upphovsrรคttspolicy" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" msgstr "Kunde inte skanna QR-kod" @@ -3261,11 +3269,11 @@ msgstr "Kunde inte ansluta till anpassat flรถde" msgid "Could not connect to feed service" msgstr "Kunde inte ansluta till flรถdestjรคnst" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:120 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" msgstr "Kunde inte kopiera โ€“ fรถrsรถk igen" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" msgstr "Kunde inte ladda ner โ€“ fรถrsรถk igen" @@ -3294,7 +3302,7 @@ msgstr "Kunde inte fรถlja alla matchningar. {0}" msgid "Could not leave chat" msgstr "Kunde inte lรคmna chatt" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." msgstr "Kunde inte lรคmna chatten." @@ -3308,7 +3316,7 @@ msgstr "Kunde inte lรคsa in flรถde" msgid "Could not load list" msgstr "Kunde inte lรคsa in lista" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:169 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" msgstr "Kunde inte lรคsa in profil" @@ -3320,7 +3328,7 @@ msgstr "Kunde inte ignorera chatt" msgid "Could not process your video" msgstr "Kunde inte bearbeta ditt videoklipp" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." msgstr "Kunde inte ta bort medlemmen." @@ -3329,7 +3337,7 @@ msgstr "Kunde inte ta bort medlemmen." msgid "Could not save changes: {0}" msgstr "Kunde inte spara รคndringar: {0}" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" msgstr "Kunde inte dela โ€“ fรถrsรถk igen" @@ -3394,12 +3402,12 @@ msgstr "Skapa ett startpaket รฅt mig" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:314 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3457,13 @@ msgstr "Skapa lista baserad pรฅ startpaket" msgid "Create moderation list" msgstr "Skapa modereringslista" -#: src/screens/Messages/JoinRequest.tsx:308 +#: 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 "Skapa nytt konto" -#: src/screens/Messages/ConversationSettings/index.tsx:553 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "Skapa eller modifiera en inbjudningslรคnk fรถr den hรคr gruppchatten" @@ -3479,7 +3487,7 @@ msgstr "Skapa anvรคndarlista" #. placeholder {0}: i18n.date(createdAt, { dateStyle: 'long', timeStyle: 'short', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) #: src/screens/Messages/components/InviteLinkDialog.tsx:355 -#: src/screens/Messages/ConversationSettings/index.tsx:505 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "Skapad {0}" @@ -3624,7 +3632,7 @@ msgstr "Radera kontakter" msgid "Delete conversation" msgstr "Radera konversation" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "Radera fรถr mig" @@ -3637,7 +3645,7 @@ msgstr "Radera lista" msgid "Delete message" msgstr "Radera meddelande" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "Radera meddelandet fรถr mig" @@ -3647,7 +3655,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:1630 +#: src/view/com/composer/Composer.tsx:1628 msgid "Delete post" msgstr "Radera inlรคgg" @@ -3689,6 +3697,10 @@ 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 @@ -3794,9 +3806,9 @@ msgstr "Inaktiverat" #: 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:1411 +#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1661 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3819,14 @@ msgstr "Slรคng" msgid "Discard changes?" msgstr "Vill du slรคnga รคndringarna?" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1409 #: 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:1428 -#: src/view/com/composer/Composer.tsx:1655 +#: src/view/com/composer/Composer.tsx:1426 +#: src/view/com/composer/Composer.tsx:1653 msgid "Discard post?" msgstr "Vill du slรคnga inlรคgget?" @@ -3852,7 +3864,7 @@ msgstr "Avvisa" msgid "Dismiss banner" msgstr "Avvisa banderoll" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2499 msgid "Dismiss error" msgstr "Avvisa fel" @@ -3949,8 +3961,8 @@ msgstr "Ingen fara! Alla dina befintliga meddelanden och instรคllningar รคr spar #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:146 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3975,7 @@ msgstr "Ingen fara! Alla dina befintliga meddelanden och instรคllningar รคr spar msgid "Done" msgstr "Klar" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "Klar" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:520 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" @@ -4087,8 +4093,8 @@ msgstr "ร„tstรถrningar" msgid "Edit" msgstr "Redigera" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "Redigera" @@ -4102,8 +4108,8 @@ msgstr "Redigera avatar" msgid "Edit Feeds" msgstr "Redigera flรถden" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "Redigera gruppnamn" @@ -4141,8 +4147,8 @@ msgstr "Redigera lรคnkinstรคllningar" msgid "Edit list details" msgstr "Redigera listdetaljer" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "Redigera livesรคndningsstatus" @@ -4155,7 +4161,7 @@ msgstr "Redigera modereringslista" msgid "Edit My Feeds" msgstr "Redigera mina flรถden" -#: src/screens/Messages/ConversationSettings/index.tsx:540 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "Redigera namn" @@ -4184,8 +4190,8 @@ msgstr "Redigera profil" msgid "Edit starter pack" msgstr "Redigera startpaket" -#: src/screens/Messages/ConversationSettings/index.tsx:486 -#: src/screens/Messages/ConversationSettings/index.tsx:539 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "Redigera gruppchattens namn" @@ -4402,7 +4408,7 @@ msgstr "ร–ppnar helskรคrm" msgid "Entertainment" msgstr "Underhรฅllning" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2598 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Fel" @@ -4481,7 +4487,7 @@ msgstr "Stรคng helskรคrm" msgid "Expand alt text" msgstr "Utรถka alternativtext" -#: src/view/com/notifications/NotificationFeedItem.tsx:606 +#: src/view/com/notifications/NotificationFeedItem.tsx:612 msgid "Expand list of users" msgstr "Utรถka lista รถver anvรคndare" @@ -4596,8 +4602,8 @@ msgstr "Det gick inte att acceptera chatt" msgid "Failed to accept join request" msgstr "Det gick inte att godkรคnna medlemsfรถrfrรฅgan" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "Det gick inte att lรคgga till emoji-reaktion" @@ -4606,6 +4612,10 @@ msgstr "Det gick inte att lรคgga till emoji-reaktion" msgid "Failed to add members" msgstr "Det gick inte att lรคgga till medlemmar" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "Det gick inte att lรคgga till i listan" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "Det gick inte att lรคgga till i startpaket" @@ -4615,7 +4625,7 @@ msgid "Failed to change handle. Please try again." msgstr "Det gick inte att รคndra anvรคndarnamn. Fรถrsรถk igen." #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:129 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "Det gick inte att kopiera lรคnk" @@ -4664,7 +4674,7 @@ msgstr "Det gick inte att inaktivera inbjudningslรคnk" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "Det gick inte att koppla frรฅn Germ DM. Fel: {0}" -#: src/screens/Messages/ConversationSettings/index.tsx:374 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "Det gick inte att redigera gruppchattens namn" @@ -4692,7 +4702,7 @@ msgstr "Det gick inte att dรถlja fรถrslag. Kontrollera din internetanslutning" msgid "Failed to ignore join request" msgstr "Det gick inte att avvisa medlemsfรถrfrรฅgan" -#: src/components/intents/GroupChatJoinDialog.tsx:137 +#: 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." @@ -4700,14 +4710,14 @@ msgstr "Det gick inte att gรฅ med i gruppchatten. Fรถrsรถk igen." msgid "Failed to launch SMS app" msgstr "Det gick inte att starta SMS-app" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:401 +#: 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 "Det gick inte att lรคmna gruppchatt" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "Det gick inte att lรคsa in konversationer" @@ -4753,15 +4763,20 @@ msgstr "Det gick inte att lรคsa in fรถreslagna flรถden" msgid "Failed to load suggested follows" msgstr "Det gick inte att lรคsa in fรถreslagna konton att fรถlja" -#: src/screens/Messages/ConversationSettings/index.tsx:426 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "Det gick inte att lรฅsa gruppchatt" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +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 msgid "Failed to mark all requests as read" msgstr "Det gick inte att markera alla fรถrfrรฅgningar som lรคsta" -#: src/screens/Messages/ConversationSettings/index.tsx:390 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "Det gick inte att ignorera gruppchatt" @@ -4783,12 +4798,16 @@ msgstr "Det gick inte att ta bort data pรฅ grund av ett nรคtverksfel. Kontroller msgid "Failed to remove data. {0}" msgstr "Det gick inte att ta bort data. {0}" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "Det gick inte att ta bort emoji-reaktion" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:258 +msgid "Failed to remove from list" +msgstr "Det gick inte att ta bort frรฅn listan" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "Det gick inte att ta bort frรฅn startpaket" @@ -4802,7 +4821,7 @@ msgstr "Det gick inte att ta bort medlem frรฅn gruppchatt" msgid "Failed to remove verification" msgstr "Det gick inte att ta bort verifiering" -#: src/components/intents/GroupChatJoinDialog.tsx:180 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." msgstr "Det gick inte att รฅterkalla din fรถrfrรฅgan. Fรถrsรถk igen." @@ -4811,7 +4830,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:648 +#: src/view/com/composer/Composer.tsx:646 msgid "Failed to save draft" msgstr "Det gick inte att spara utkast" @@ -4854,7 +4873,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "Det gick inte att ignorera trรฅden. Fรถrsรถk igen" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:435 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "Det gick inte att lรฅsa upp gruppchatt" @@ -5116,16 +5135,16 @@ msgstr "Fokusera sรถkfรคltet" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 "Fรถlj" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "Fรถlj {0}" @@ -5149,8 +5168,8 @@ msgstr "Fรถlj 10 personer fรถr att komma igรฅng" msgid "Follow 7 accounts" msgstr "Fรถlj 7 konton" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "Fรถlj konto" @@ -5173,9 +5192,9 @@ msgstr "Fรถlj alla konton" #. 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:423 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "Fรถlj tillbaka" @@ -5211,7 +5230,7 @@ msgstr "Fรถljs av <0>{0} och <1>{1}" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "Fรถljs av <0>{0}, <1>{1}, och {2, plural, one {# annan} other {# andra}}" -#: src/components/intents/GroupChatJoinDialog.tsx:339 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" msgstr "Fรถljare kan gรฅ med" @@ -5231,10 +5250,10 @@ msgstr "Fรถljare som du kรคnner" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 "Fรถljer" @@ -5249,7 +5268,7 @@ msgstr "Fรถljer" #. 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 "Fรถljer {0}" @@ -5467,7 +5486,7 @@ msgstr "Kom igรฅng" msgid "GIF" msgstr "Gif-bild" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2603 msgid "GIF uploaded" msgstr "Gif-bild uppladdad" @@ -5526,8 +5545,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "Gรฅ till Hem" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "Sรคnd live" @@ -5538,8 +5557,8 @@ msgstr "Sรคnd live" msgid "Go Live" msgstr "Sรคnd live" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "Sรคnd live (inaktiverat)" @@ -5547,7 +5566,7 @@ msgstr "Sรคnd live (inaktiverat)" msgid "Go live for" msgstr "Sรคnd live i" -#: src/view/com/notifications/NotificationFeedItem.tsx:250 +#: src/view/com/notifications/NotificationFeedItem.tsx:256 msgid "Go to {firstAuthorName}'s profile" msgstr "Gรฅ till {firstAuthorName}s profil" @@ -5622,9 +5641,9 @@ msgstr "Grafiskt vรฅldsamt innehรฅll" msgid "Grooming or predatory behavior" msgstr "Sexuell manipulation eller utnyttjande av barn (โ€groomingโ€)" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:321 -#: src/screens/Messages/JoinRequest.tsx:129 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" msgstr "Gruppchatt" @@ -5632,17 +5651,17 @@ msgstr "Gruppchatt" msgid "Group chat invite link dialog" msgstr "Dialogruta fรถr inbjudningslรคnk fรถr gruppchatt" -#: src/screens/Messages/ConversationSettings/index.tsx:417 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "Gruppchatt lรฅst" -#: src/screens/Messages/ConversationSettings/index.tsx:382 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "Gruppchatt ignorerad" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "Namn pรฅ gruppchatt uppdaterat" @@ -5653,12 +5672,12 @@ msgid "Group chat settings" msgstr "Instรคllningar fรถr gruppchatt" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "Gruppchatt upplรฅst" -#: src/screens/Messages/ConversationSettings/index.tsx:385 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "Gruppchatt inte lรคngre ignorerad" @@ -5682,12 +5701,12 @@ msgstr "Gruppen รคr lรฅst" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "Gruppnamn" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "Gruppnamnet รคr fรถr lรฅngt. {MAX_GROUP_NAME_GRAPHEME_LENGTH, plural, other {Maximalt antal tecken รคr #.}}" @@ -5829,7 +5848,7 @@ msgstr "Dold lista" msgid "Hide" msgstr "Dรถlj" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "Dรถlj" @@ -5904,7 +5923,7 @@ msgstr "Dรถlj trendande รคmnen?" msgid "Hide trending videos?" msgstr "Dรถlj trendande videoklipp?" -#: src/view/com/notifications/NotificationFeedItem.tsx:951 +#: src/view/com/notifications/NotificationFeedItem.tsx:957 msgid "Hide user list" msgstr "Dรถlj anvรคndarlista" @@ -5960,7 +5979,7 @@ msgstr "Vรคnta lite! Vi ger gradvis tillgรฅng till videoklipp till fler anvรคnda #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6210,7 +6229,7 @@ msgstr "I appen, Push, Frรฅn personer du fรถljer" msgid "In-app, push, people you follow" msgstr "I appen, Push, Frรฅn personer du fรถljer" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "Inkorgen รคr tom" @@ -6268,7 +6287,7 @@ msgstr "Nu infรถrs sparade inlรคgg, รคven kallat bokmรคrken" msgid "Invalid 2FA confirmation code." msgstr "Ogiltig bekrรคftelsekod fรถr 2FA." -#: src/components/intents/GroupChatJoinDialog.tsx:147 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." msgstr "Ogiltig gruppchattskod." @@ -6290,7 +6309,7 @@ msgstr "Ogiltigt telefonnummer" msgid "Invalid report subject" msgstr "Ogiltigt รคmne fรถr anmรคlan" -#: src/components/intents/GroupChatJoinDialog.tsx:187 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." msgstr "Ogiltig begรคran om รฅterkallelse." @@ -6315,15 +6334,15 @@ 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:140 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" msgstr "Bjud in vรคnner" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:155 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "Bjud in vรคnner" @@ -6336,17 +6355,17 @@ msgstr "Bjud in vรคnner <0/>" #: src/screens/Messages/components/InviteLinkDialog.tsx:335 #: src/screens/Messages/components/InviteLinkDialog.tsx:514 #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 -#: src/screens/Messages/ConversationSettings/index.tsx:556 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "Inbjudningslรคnk" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:213 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "Inbjudningslรคnk" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" msgstr "Inbjudningslรคnk kopierad" @@ -6410,7 +6429,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:2520 +#: src/view/com/composer/Composer.tsx:2518 msgid "Job ID: {0}" msgstr "Jobb-ID: {0}" @@ -6420,7 +6439,7 @@ msgid "Jobs" msgstr "Jobb" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:282 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" msgstr "Gรฅ med" @@ -6431,12 +6450,12 @@ msgstr "Gรฅ med" msgid "Join Bluesky" msgstr "Gรฅ med i Bluesky" -#: src/components/intents/GroupChatJoinDialog.tsx:71 -#: src/components/intents/GroupChatJoinDialog.tsx:448 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" msgstr "Gรฅ med i gruppchatt" -#: src/components/intents/GroupChatJoinDialog.tsx:176 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." msgstr "Medlemsfรถrfrรฅgan รฅterkallad." @@ -6450,8 +6469,8 @@ msgstr "Delta i samtalen" msgid "Journalism" msgstr "Journalistik" -#: src/view/com/composer/Composer.tsx:1461 -#: src/view/com/composer/Composer.tsx:1471 +#: src/view/com/composer/Composer.tsx:1459 +#: src/view/com/composer/Composer.tsx:1469 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "Fortsรคtt redigera" @@ -6609,7 +6628,7 @@ msgid "Learn more." msgstr "Lรคs mer." #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:590 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "Lรคmna" @@ -6623,8 +6642,8 @@ msgstr "Lรคmna" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "Lรคmna chatt" @@ -6644,12 +6663,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "Lรคmna konversation" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "Lรคmna gruppchatt" -#: src/screens/Messages/ConversationSettings/index.tsx:589 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "Lรคmna den hรคr gruppchatten" @@ -6658,11 +6677,11 @@ msgstr "Lรคmna den hรคr gruppchatten" msgid "Leaving Bluesky" msgstr "Du รคr pรฅ vรคg att lรคmna Bluesky" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: src/screens/Messages/ConversationSettings/prompts.tsx:153 msgid "Leaving this chat will lock it permanently and you wonโ€™t be able to rejoin." msgstr "Om du lรคmnar den hรคr chatten kommer den att lรฅsas permanent, och du kommer inte kunna gรฅ med i den igen." -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." msgstr "Du lรคmnade gruppchatten." @@ -6935,9 +6954,9 @@ msgstr "Lรคs in nya notiser" msgid "Load new posts" msgstr "Lรคs in nya inlรคgg" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "Lรคser in chattโ€ฆ" @@ -6954,23 +6973,23 @@ msgstr "Lรคser in inlรคggets interaktionsinstรคllningarโ€ฆ" msgid "Loading..." msgstr "Laddarโ€ฆ" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "Lรฅs" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "Lรฅs gruppchatt" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "Lรฅs gruppchatt?" -#: src/screens/Messages/ConversationSettings/index.tsx:568 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "Lรฅs den hรคr gruppchatten" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "Lรฅst" @@ -7051,6 +7070,16 @@ msgstr "Hantera dina ignorerade ord och taggar" 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 +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 +msgid "Mark all requests as read" +msgstr "Markera alla fรถrfrรฅgningar som lรคsta" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7089,14 @@ msgstr "Markera som lรคst" msgid "Marked all as read" msgstr "Markerade alla som lรคsta" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "Markerade alla chattar som lรคsta" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "Markerade alla fรถrfrรฅgningar som lรคsta" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,7 +7120,7 @@ msgstr "Media lagrad pรฅ en annan enhet" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Media som kan vara stรถrande eller olรคmplig fรถr vissa mรฅlgrupper." -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." msgstr "Medlemmen togs bort frรฅn gruppchatten." @@ -7092,7 +7129,7 @@ msgstr "Medlemmen togs bort frรฅn gruppchatten." msgid "Members" msgstr "Medlemmar" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "Medlemmarna kan fortfarande lรคsa chatthistoriken men kan inte skicka nya meddelanden." @@ -7111,13 +7148,13 @@ msgstr "Omnรคmnanden" msgid "Menu" msgstr "Meny" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "Meddelande" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 +#: 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" @@ -7132,7 +7169,7 @@ msgstr "Skicka meddelande till {0}" msgid "Message {displayName}" msgstr "Skicka meddelande till {displayName}" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "Meddelande raderat" @@ -7141,13 +7178,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Meddelande raderat" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:616 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:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "Meddelande frรฅn @{0}: {1}" @@ -7156,21 +7193,21 @@ msgstr "Meddelande frรฅn @{0}: {1}" msgid "Message from server: {0}" msgstr "Meddelande frรฅn servern: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "Inmatningsfรคlt fรถr meddelande" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 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:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "Meddelandealternativ" @@ -7178,11 +7215,11 @@ msgstr "Meddelandealternativ" msgid "Messages" msgstr "Meddelanden" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:715 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:621 +#: src/components/dms/MessageItem.tsx:710 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." @@ -7219,8 +7256,8 @@ msgstr "Modereringsdetaljer" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "Modereringslista av {0}" @@ -7228,7 +7265,7 @@ msgstr "Modereringslista av {0}" msgid "Moderation list by <0/>" msgstr "Modereringslista av <0/>" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "Modereringslista av dig" @@ -7281,8 +7318,8 @@ msgstr "Fler sprรฅkโ€ฆ" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "Fler alternativ" @@ -7302,7 +7339,7 @@ msgstr "Filmer" msgid "Music" msgstr "Musik" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "Ignorera" @@ -7320,8 +7357,8 @@ msgstr "Ignorera {0}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "Ignorera konto" @@ -7347,7 +7384,7 @@ msgstr "Ignoreringslista" msgid "Mute these accounts?" msgstr "Ignorera dessa konton?" -#: src/screens/Messages/ConversationSettings/index.tsx:530 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "Ignorera den hรคr gruppchatten" @@ -7389,7 +7426,7 @@ msgstr "Ignorera ord och taggar" msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." msgstr "Stรคng av notiser, lรคmna chatten eller ta bort deltagare nรคr du vill. Det รคr din chatt." -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "Ignoreras" @@ -7480,7 +7517,7 @@ 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:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "Nytt" @@ -7490,21 +7527,21 @@ msgctxt "action" msgid "New" msgstr "Ny" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: 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}" -#: 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 "{postsCount, plural, one {Nytt} other {Nya}} inlรคgg frรฅn {firstAuthorName}" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "Ny chatt" @@ -7592,11 +7629,11 @@ msgctxt "action" msgid "New post" msgstr "Nytt inlรคgg" -#: 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 "Nya inlรคgg frรฅn {firstAuthorLink} och <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}}" -#: 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 "Nya inlรคgg frรฅn {firstAuthorName} och {additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}}" @@ -7718,7 +7755,7 @@ msgstr "Inga listor" #. 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 "{0} fรถljs inte lรคngre" @@ -7726,7 +7763,7 @@ msgstr "{0} fรถljs inte lรคngre" msgid "No media yet" msgstr "Ingen media รคnnu" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "Inga meddelanden รคnnu" @@ -7763,7 +7800,7 @@ msgstr "Ingen" msgid "No one but the author can quote this post." msgstr "Ingen annan รคn fรถrfattaren kan citera det hรคr inlรคgget." -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "Ingen kan skicka meddelanden" @@ -7831,6 +7868,11 @@ 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" @@ -7895,7 +7937,7 @@ msgstr "Hittades inte" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "Inte redo att publicera? Spara dina idรฉer som utkast tills tiden รคr inne." -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "Anmรคrkning om delning" @@ -7931,7 +7973,7 @@ msgstr "Notisljud" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8017,7 @@ msgstr "OK" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:722 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8008,11 +8050,11 @@ 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:864 +#: src/view/com/composer/Composer.tsx:862 msgid "One or more GIFs is missing alt text." msgstr "En eller flera gif-bilder saknar alternativtext." -#: src/view/com/composer/Composer.tsx:861 +#: src/view/com/composer/Composer.tsx:859 msgid "One or more images is missing alt text." msgstr "En eller flera bilder saknar alternativtext." @@ -8024,11 +8066,11 @@ msgstr "En eller flera av de filer du valt stรถds inte." 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:659 +#: src/view/com/composer/Composer.tsx:657 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:871 +#: src/view/com/composer/Composer.tsx:869 msgid "One or more videos is missing alt text." msgstr "Ett eller flera videoklipp saknar alternativtext." @@ -8041,7 +8083,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:234 +#: src/view/com/composer/Composer.tsx:233 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" @@ -8053,7 +8095,7 @@ msgstr "Endast administratรถrer kan godkรคnna medlemsfรถrfrรฅgningar." msgid "Only admins can ignore join requests." msgstr "Endast administratรถrer kan avvisa medlemsfรถrfrรฅgningar." -#: src/components/intents/GroupChatJoinDialog.tsx:145 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." msgstr "Endast fรถljare kan gรฅ med i den hรคr gruppchatten." @@ -8068,12 +8110,12 @@ msgid "Only image files are supported" msgstr "Endast bildfiler stรถds" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:222 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." msgstr "Endast personer som {0} fรถljer kan gรฅ med." #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:292 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" msgstr "Endast personer som chattรคgaren fรถljer kan gรฅ med" @@ -8087,7 +8129,7 @@ msgstr "Hoppsan, nรฅgot gick fel!" #: src/features/inviteFriends/InviteScannerScreen.tsx:218 msgid "Oops, this profile doesn't exist. Try scanning another one." -msgstr "" +msgstr "Hoppsan, den hรคr profilen finns inte. Fรถrsรถk med att skanna en annan." #: src/components/Lists.tsx:184 #: src/components/StarterPack/ProfileStarterPacks.tsx:363 @@ -8107,7 +8149,7 @@ msgid "Open camera" msgstr "ร–ppna kamera" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:437 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" msgstr "ร–ppna chatt" @@ -8115,8 +8157,8 @@ msgstr "ร–ppna chatt" msgid "Open chat member options for {displayName}" msgstr "ร–ppna medlemsalternativ fรถr {displayName}" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "ร–ppna konversationsalternativ" @@ -8128,9 +8170,9 @@ msgstr "ร–ppna utkast" msgid "Open drawer menu" msgstr "ร–ppna sidpanel" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2158 msgid "Open emoji picker" msgstr "ร–ppna emoji-vรคljaren" @@ -8151,7 +8193,7 @@ msgstr "ร–ppna fullstรคndig emoji-lista" msgid "Open Germ DM" msgstr "ร–ppna Germ DM" -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" msgstr "ร–ppna gruppchatt" @@ -8163,14 +8205,14 @@ msgstr "ร–ppna instรคllningar fรถr gruppchatt" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" -msgstr "" +msgstr "ร–ppna i Google ร–versรคtt" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "ร–ppna lรคnk till {niceUrl}" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "ร–ppna meddelandealternativ" @@ -8197,7 +8239,7 @@ msgstr "ร–ppna profil" #: src/features/inviteFriends/components/ActionButtons.tsx:39 msgid "Open QR code scanner" -msgstr "" +msgstr "ร–ppna QR-skannern" #: src/components/BotAccountAlert.tsx:62 #: src/components/BotAccountAlert.tsx:71 @@ -8221,7 +8263,7 @@ msgstr "ร–ppna Storybook-sida" msgid "Open system log" msgstr "ร–ppna systemlogg" -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" msgstr "ร–ppna den hรคr gruppchatten" @@ -8240,7 +8282,7 @@ msgstr "ร–ppnar en dialogruta dรคr du kan vรคlja vilka som ska fรฅ interagera me #: src/features/inviteFriends/components/ThemePicker.tsx:38 msgid "Opens a list of color themes for the QR card" -msgstr "" +msgstr "ร–ppnar en lista รถver fรคrgteman fรถr QR-kortet" #: src/screens/Log.tsx:74 msgid "Opens additional details for a debug entry" @@ -8275,13 +8317,13 @@ msgstr "ร–ppnar enhetens kamera" 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." -#: src/screens/Messages/JoinRequest.tsx:309 +#: 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 "ร–ppnar guiden fรถr att skapa ett nytt Bluesky-konto" -#: src/screens/Messages/JoinRequest.tsx:295 +#: 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" @@ -8322,7 +8364,7 @@ msgstr "ร–ppnar profil" #: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 msgid "Opens the find and invite friends settings" -msgstr "" +msgstr "ร–ppnar instรคllningarna fรถr att hitta och bjuda in vรคnner" #. Accessibility hint announced after the GIF picker button label, describing what activating it will do. #: src/view/com/composer/photos/SelectGifBtn.tsx:45 @@ -8331,7 +8373,7 @@ msgstr "ร–ppnar dialogrutan fรถr val av gif-bild" #: src/view/shell/Drawer.tsx:123 msgid "Opens the invite friends sheet to share your profile" -msgstr "" +msgstr "ร–ppnar bjud in vรคnner-panelen fรถr att dela din profil" #: src/view/com/feeds/ComposerPrompt.tsx:148 msgid "Opens the post composer" @@ -8341,7 +8383,7 @@ msgstr "ร–ppnar inlรคggsverktyget" msgid "Opens this draft in the composer" msgstr "ร–ppnar det hรคr utkastet i inlรคggsverktyget" -#: 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 "ร–ppnar den hรคr profilen" @@ -8513,6 +8555,16 @@ msgstr "Personer som fรถljer @{0}" msgid "People I follow" msgstr "Personer jag fรถljer" +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "Personer jag fรถljer" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "Personer jag fรถljer" + #: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "Personer jag fรถljer kan gรฅ med direkt" @@ -8813,7 +8865,7 @@ msgstr "Politik" msgid "Porn" msgstr "Porr" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post" msgstr "Publicera" @@ -8833,12 +8885,12 @@ msgstr "Publicera ett foto" msgid "Post a video" msgstr "Publicera ett videoklipp" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Post All" msgstr "Publicera alla" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1468 msgid "Post anyway" msgstr "Publicera รคndรฅ" @@ -9015,11 +9067,11 @@ msgstr "Integritetspolicy" msgid "Privacy violation of a minor" msgstr "Krรคnkning av minderรฅrigs integritet" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2592 msgid "Processing GIF..." msgstr "Bearbetar gif-bildโ€ฆ" -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing video..." msgstr "Bearbetar videoklippโ€ฆ" @@ -9031,7 +9083,7 @@ msgstr "Bearbetarโ€ฆ" msgid "profile" msgstr "profil" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9117,22 @@ 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:1792 +#: src/view/com/composer/Composer.tsx:1790 msgid "Publish post" msgstr "Publicera inlรคgg" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1787 +#: src/view/com/composer/Composer.tsx:1785 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:1776 +#: src/view/com/composer/Composer.tsx:1774 msgid "Publish replies" msgstr "Publicera samtliga svar" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1781 +#: src/view/com/composer/Composer.tsx:1779 msgid "Publish reply" msgstr "Publicera samtliga svar" @@ -9109,7 +9161,7 @@ msgid "QR code has been downloaded!" msgstr "QR-koden har laddats ner!" #: src/components/StarterPack/QrCodeDialog.tsx:122 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "QR-koden har sparats i din kamerarulle!" @@ -9172,8 +9224,8 @@ msgstr "ร…teraktivera lรคnk" msgid "React with {emoji}" msgstr "Reagera med {emoji}" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "Reaktioner" @@ -9268,10 +9320,6 @@ msgstr "Rekommenderat" msgid "Reconnect" msgstr "ร…teranslut" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "Uppdatera sidan fรถr att se den." - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" @@ -9291,12 +9339,14 @@ msgstr "Avvisa chattfรถrfrรฅgan" msgid "Reject join request" msgstr "Avvisa medlemsfรถrfrรฅgan" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "Ladda om konversationer" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9355,9 @@ msgstr "Ladda om konversationer" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "Ta bort" @@ -9326,7 +9375,7 @@ msgstr "Ta bort {displayName} frรฅn startpaketet" msgid "Remove {displayName} from this group chat" msgstr "Ta bort {displayName} frรฅn den hรคr gruppchatten" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" msgstr "Ta bort {displayName}?" @@ -9443,14 +9492,14 @@ msgstr "Ta bort det hรคr flรถdet frรฅn dina sparade flรถden" msgid "Remove unavailable moderation services" msgstr "Ta bort otillgรคngliga modereringstjรคnster" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "Ta bort anvรคndare frรฅn lista" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "Ta bort verifiering" @@ -9466,8 +9515,8 @@ msgstr "Borttaget av fรถrfattaren" msgid "Removed by you" msgstr "Borttaget av dig" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "Togs bort frรฅn lista" @@ -9535,6 +9584,14 @@ msgctxt "description" msgid "Replied to you" msgstr "Svarade dig" +#: src/components/dms/MessageItem.tsx:883 +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 +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 @@ -9552,7 +9609,12 @@ msgstr "Svar inaktiverade" msgid "Replies to this post are disabled." msgstr "Svar รคr inaktiverat fรถr det hรคr inlรคgget." -#: src/view/com/composer/Composer.tsx:1804 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "Svara" + +#: src/view/com/composer/Composer.tsx:1802 msgctxt "action" msgid "Reply" msgstr "Svara" @@ -9590,14 +9652,14 @@ msgstr "Synlighet fรถr svar har uppdaterats" msgid "Reply was successfully hidden" msgstr "Svaret doldes utan problem" -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:582 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "Anmรคl" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "Anmรคl konto" @@ -9623,7 +9685,7 @@ msgstr "Anmรคl flรถde" msgid "Report list" msgstr "Anmรคl lista" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "Anmรคl meddelande" @@ -9657,7 +9719,7 @@ msgstr "Anmรคl den hรคr konversationen" msgid "Report this feed" msgstr "Anmรคl det hรคr flรถdet" -#: src/screens/Messages/ConversationSettings/index.tsx:581 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "Anmรคl den hรคr gruppchatten" @@ -9737,7 +9799,7 @@ msgstr "ร…terpubliceringar av det hรคr inlรคgget" msgid "Reposts of your reposts" msgstr "ร…terpubliceringar av dina รฅterpubliceringar" -#: src/components/intents/GroupChatJoinDialog.tsx:447 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" msgstr "Begรคr att fรฅ รฅtkomst till gruppchatten" @@ -9755,7 +9817,7 @@ msgid "Request ignored." msgstr "Fรถrfrรฅgan avvisad." #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:281 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" msgstr "Begรคr att fรฅ gรฅ med" @@ -9764,7 +9826,7 @@ msgid "Requested" msgstr "Fรถrfrรฅgan skickad" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "Fรถrfrรฅgningar" @@ -9791,9 +9853,9 @@ msgstr "Obligatoriskt fรถr den hรคr leverantรถren" msgid "Required in your region" msgstr "Obligatoriskt i din region" -#: src/components/intents/GroupChatJoinDialog.tsx:296 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:310 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:115 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:117 msgid "Rescind request" msgstr "ร…terkalla fรถrfrรฅgan" @@ -9872,7 +9934,7 @@ 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:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 #: src/screens/Messages/JoinRequests.tsx:361 @@ -9928,7 +9990,7 @@ msgstr "Ledsna gif-bilder" #: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10015,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:1451 +#: src/view/com/composer/Composer.tsx:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Spara รคndringar" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1421 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "Spara รคndringar?" -#: src/view/com/composer/Composer.tsx:1451 +#: src/view/com/composer/Composer.tsx:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "Spara utkast" -#: src/view/com/composer/Composer.tsx:1425 +#: src/view/com/composer/Composer.tsx:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "Spara utkast?" @@ -10022,13 +10084,13 @@ msgid "Saved to your feeds" msgstr "Sparat i dina flรถden" #: 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 "Sรคg hej!" -#: src/screens/Messages/ChatList.tsx:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "Sรคg hej till nรฅgon" @@ -10058,6 +10120,10 @@ msgstr "Rulla รฅt vรคnster" msgid "Scroll right" msgstr "Rulla รฅt hรถger" +#: src/components/dms/MessageItem.tsx:774 +msgid "Scroll to the message this is replying to" +msgstr "Rulla till det besvarade meddelandet" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "Gรฅ till toppen" @@ -10067,7 +10133,7 @@ msgstr "Gรฅ till toppen" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Sรถk" @@ -10148,8 +10214,8 @@ msgstr "Sรถk sprรฅk" msgid "Search my posts" msgstr "Sรถk i mina inlรคgg" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "Sรถk inlรคgg" @@ -10425,8 +10491,8 @@ msgstr "Rapportera fel" msgid "Send feedback" msgstr "Skicka feedback" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "Skicka meddelande" @@ -10460,7 +10526,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:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "Skickat {0}" @@ -10565,7 +10631,7 @@ msgstr "Sexuella handlingar eller erotisk nakenhet." msgid "Sexually Suggestive" msgstr "Sexuellt suggestivt" -#: 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 @@ -10577,7 +10643,7 @@ msgstr "Sexuellt suggestivt" msgid "Share" msgstr "Dela" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "Dela รคndรฅ" @@ -10641,8 +10707,8 @@ msgstr "Dela det hรคr startpaketet och hjรคlp andra att gรฅ med i din gemenskap #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "Dela viaโ€ฆ" @@ -10796,15 +10862,15 @@ msgstr "Visar innehรฅllet" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:294 -#: src/screens/Messages/JoinRequest.tsx:300 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,7 +10896,7 @@ msgstr "Logga in eller skapa ett konto" msgid "Sign in or create your account to join the conversation!" msgstr "Logga in eller skapa ett konto fรถr att delta i konversationen!" -#: src/screens/Messages/JoinRequest.tsx:220 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." msgstr "Logga in fรถr att acceptera inbjudan." @@ -10842,7 +10908,7 @@ msgstr "Logga in pรฅ ett olistat konto" msgid "Sign in to Bluesky or create a new account" msgstr "Logga in pรฅ Bluesky eller skapa ett nytt konto" -#: src/screens/Messages/JoinRequest.tsx:219 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." msgstr "Logga in fรถr att begรคra att fรฅ รฅtkomst till den hรคr gruppchatten." @@ -10900,7 +10966,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:1468 +#: src/view/com/composer/Composer.tsx:1466 msgid "Skip empty posts?" msgstr "Hoppa รถver tomma inlรคgg?" @@ -10971,12 +11037,12 @@ msgid "Someone left the group" msgstr "Nรฅgon lรคmnade gruppen" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:347 msgid "Someone reacted {0}" msgstr "Nรฅgon reagerade med {0}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "Nรฅgon reagerade med {0} pรฅ {target}" @@ -10996,10 +11062,6 @@ msgstr "Nรฅgon togs bort" msgid "Someone was removed from the group" msgstr "Nรฅgon togs bort frรฅn gruppen" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "Nรฅgot nytt finns hรคr" - #: 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 "Nรฅgot stรฅr inte helt rรคtt till med den data du fรถrsรถker anmรคla. Vรคnligen kontakta supporten." @@ -11043,8 +11105,8 @@ msgstr "ร„r nรฅgot pรฅ tok? Hรถr av dig till oss." msgid "Sorry, we're unable to load account suggestions at this time." msgstr "Tyvรคrr kan vi inte lรคsa in kontofรถrslag just nu." -#: 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 "Beklagar! Din session har lรถpt ut. Vรคnligen logga in igen." @@ -11214,13 +11276,13 @@ msgid "Subscribe" msgstr "Prenumerera" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "Prenumerera med {0}" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "Prenumerera pรฅ {publicationTitle} med {0}" @@ -11255,7 +11317,7 @@ msgstr "Klart" msgid "Success!" msgstr "Klart!" -#: src/components/intents/GroupChatJoinDialog.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" msgstr "Du har gรฅtt med i gruppchatten!" @@ -11355,7 +11417,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:572 +#: src/components/dms/MessageItem.tsx:661 msgid "Tap for details" msgstr "Tryck fรถr detaljer" @@ -11390,7 +11452,7 @@ msgid "Tap to dismiss" msgstr "Tryck fรถr att avvisa" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:453 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" msgstr "Tryck fรถr att gรฅ med i den hรคr gruppchatten direkt" @@ -11398,34 +11460,34 @@ msgstr "Tryck fรถr att gรฅ med i den hรคr gruppchatten direkt" msgid "Tap to open this group chat" msgstr "Tryck fรถr att รถppna den hรคr gruppchatten" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "Tryck fรถr att ta bort" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "Tryck fรถr att ta bort din reaktion {0}" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:452 +#: src/components/intents/GroupChatJoinDialog.tsx:468 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:537 +#: src/components/dms/MessageItem.tsx:626 msgid "Tap to retry" msgstr "Tryck fรถr att fรถrsรถka igen" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "Tryck fรถr att visa reaktioner med {0}" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "Tryck fรถr att visa alla reaktioner" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:373 msgid "Tap to view reactions" msgstr "Tryck fรถr att visa reaktioner" @@ -11528,7 +11590,7 @@ msgstr "Det var allt!" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "Kontot kommer att kunna interagera med dig om du hรคver blockeringen." @@ -11594,7 +11656,7 @@ msgstr "Fรถljande instรคllningar anvรคnds som standard nรคr du skapar nya inlรคg msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "Enligt lagen i din region mรฅste du verifiera att du รคr vuxen fรถr att fรฅ tillgรฅng till vissa funktioner. Tryck fรถr att lรคsa mer." -#: src/components/intents/GroupChatJoinDialog.tsx:155 +#: src/components/intents/GroupChatJoinDialog.tsx:165 #: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." msgstr "Grรคnsen fรถr antalet medlemmar har nรฅtts." @@ -11621,7 +11683,7 @@ msgstr "Det verkar som att servern har problem. Fรถrsรถk igen om en liten stund. msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "Startpaketet som du fรถrsรถker visa รคr ogiltigt. Du kan radera det hรคr startpaketet istรคllet." -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "Kontextmenyns รคmne" @@ -11665,8 +11727,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "Ett problem uppstod under inlรคsningen av gif-bilderna. Kontrollera din anslutning och fรถrsรถk igen." #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:182 +#: 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 "Ett problem uppstod med din internetanslutning. Fรถrsรถk igen" @@ -11693,7 +11755,7 @@ msgstr "Ett problem uppstod med att hรคmta notiser. Tryck hรคr fรถr att fรถrsรถk msgid "There was an issue fetching posts. Tap here to try again." msgstr "Ett problem uppstod med att hรคmta inlรคgg. Tryck hรคr fรถr att fรถrsรถka igen." -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "Ett problem uppstod med att hรคmta listan. Tryck hรคr fรถr att fรถrsรถka igen." @@ -11733,12 +11795,12 @@ msgstr "Ett problem uppstod med att uppdatera dina flรถden. Kontrollera din inte #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "Ett problem uppstod! {0}" @@ -11778,7 +11840,7 @@ msgstr "De hรคr instรคllningarna gรคller bara fรถr flรถdet Fรถljer." msgid "They own this chat" msgstr "Anvรคndaren รคger chatten" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." msgstr "Anvรคndaren kommer inte kunna gรฅ med igen utan att bli inbjuden av dig." @@ -11828,22 +11890,22 @@ msgstr "Den hรคr fรถrfattaren har valt att bara visa sina inlรคgg fรถr inloggade 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 "Med den hรคr knappen kan andra รถppna Germ DM-appen fรถr att skicka ett meddelande till dig. Du kan stรคlla in om knappen ska visas eller inte i Germ DM-appen. Du kan ocksรฅ koppla frรฅn ditt Bluesky-konto frรฅn Germ DM helt och hรฅllet genom att trycka pรฅ knappen nedan." -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "Den hรคr chatten รคr avslutad" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:287 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" msgstr "Den hรคr chatten รคr full" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "Den hรคr chatten รคr lรฅst" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:430 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" msgstr "Den hรคr chatten รคr lรฅst pรฅ grund av en modereringsรฅtgรคrd" @@ -11881,7 +11943,7 @@ msgstr "Det hรคr innehรฅllet รคr inte tillgรคngligt eftersom en av de involverad msgid "This content is not viewable without a Bluesky account." msgstr "Det hรคr innehรฅllet kan inte visas utan ett Bluesky-konto." -#: src/components/intents/GroupChatJoinDialog.tsx:141 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." msgstr "Den hรคr konversationen รคr lรฅst." @@ -11931,7 +11993,7 @@ msgstr "Det hรคr flรถdet รคr tomt." msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "Det hรคr flรถdet รคr inte lรคngre online. Vi visar <0>Upptรคck istรคllet." -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" msgstr "Den hรคr gruppen รคr lรฅst pรฅ grund av en modereringsรฅtgรคrd mot รคgaren" @@ -11947,11 +12009,11 @@ msgstr "Den hรคr bilden kunde inte anvรคndas. Fรถrsรถk med ett annat format sรฅs msgid "This information is private and not shared with other users." msgstr "Den hรคr informationen รคr privat och delas inte med andra anvรคndare." -#: src/components/intents/GroupChatJoinDialog.tsx:151 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." msgstr "Den hรคr inbjudningslรคnken har inaktiverats." -#: src/components/intents/GroupChatJoinDialog.tsx:223 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" msgstr "Den hรคr inbjudningslรคnken รคr ogiltig" @@ -11997,17 +12059,17 @@ msgstr "Namnet eller beskrivningen i den hรคr listan โ€“ som รคr skapad av dig msgid "This list is empty." msgstr "Den hรคr listan รคr tom." -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" msgstr "Det hรคr meddelandet รคr dolt" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:688 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:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:658 +#: src/components/dms/MessageItem.tsx:684 msgid "This message is hidden because you are blocking this user." msgstr "Det hรคr meddelandet รคr dolt eftersom du blockerar anvรคndaren." @@ -12045,11 +12107,11 @@ 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:1043 +#: src/view/com/composer/Composer.tsx:1041 msgid "This post's author has disabled quote posts." msgstr "Fรถrfattaren till det hรคr inlรคgget har inaktiverat citatinlรคgg." -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "Den hรคr profilen รคr syns bara fรถr inloggade anvรคndare. Den syns inte fรถr personer som inte รคr inloggade." @@ -12242,8 +12304,8 @@ msgstr "Populรคra svar fรถrst" msgid "Topic" msgstr "ร„mne" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,7 +12375,7 @@ msgctxt "action" msgid "Try again" msgstr "Fรถrsรถk igen" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." msgstr "Fรถrsรถk igen om en stund." @@ -12335,7 +12397,7 @@ msgstr "TV" msgid "Two-factor authentication (2FA)" msgstr "Tvรฅfaktorsautentisering (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "Skriv ditt meddelande hรคr" @@ -12401,7 +12463,7 @@ msgstr "Otillgรคngligt" msgid "Unavailable feed information" msgstr "Otillgรคnglig flรถdesinformation" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:726 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12409,14 +12471,14 @@ msgstr "Otillgรคnglig flรถdesinformation" #: src/components/moderation/BlockDialog.tsx:211 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "Hรคv blockering" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "Hรคv blockering" @@ -12427,8 +12489,8 @@ msgstr "Hรคv blockering av {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "Hรคv blockering av konto" @@ -12437,7 +12499,7 @@ msgid "Unblock account?" msgstr "Hรคv blockering av konto?" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "Hรคv blockering av konto?" @@ -12474,12 +12536,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "ร…ngra รฅterpublicering ({0, plural, one {# รฅterpublicering} other {# รฅterpubliceringar}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "Sluta fรถlj {0}" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "Sluta fรถlj konto" @@ -12521,11 +12583,11 @@ msgstr "Sluta gilla" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Sluta gilla ({0, plural, one {# gillamarkering} other {# gillamarkeringar}})" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "Lรฅs upp chatt" -#: src/screens/Messages/ConversationSettings/index.tsx:567 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "Lรฅs upp den hรคr gruppchatten" @@ -12548,8 +12610,8 @@ msgstr "Sluta ignorera {0}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "Sluta ignorera konto" @@ -12562,7 +12624,7 @@ msgstr "Sluta ignorera konversation" msgid "Unmute list" msgstr "Sluta ignorera lista" -#: src/screens/Messages/ConversationSettings/index.tsx:529 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "Sluta ignorera den hรคr gruppchatten" @@ -12641,7 +12703,7 @@ msgstr "Avslutade prenumeration pรฅ lista" msgid "Unsupported clipboard content" msgstr "Urklippsinnehรฅll stรถds inte" -#: src/view/com/composer/Composer.tsx:1557 +#: src/view/com/composer/Composer.tsx:1555 msgid "Unsupported video type: {mimeType}" msgstr "Videotypen stรถds inte: {mimeType}" @@ -12654,13 +12716,10 @@ msgstr "Upp till 50 personer" msgid "Update" msgstr "Uppdatera" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "Uppdatera <0>{displayName} i Listor" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" -msgstr "Uppdatera appen" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 #: src/components/dialogs/EmailDialog/screens/Update.tsx:308 @@ -12669,6 +12728,10 @@ msgstr "Uppdatera appen" msgid "Update email" msgstr "Uppdatera e-post" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 #: src/screens/Messages/components/InviteLinkDialog.tsx:303 @@ -12680,14 +12743,6 @@ msgstr "Uppdatera inbjudningslรคnk" msgid "Update to {domain}" msgstr "Uppdatera till {domain}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "Uppdatera din app" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "Uppdatera din app fรถr att se den." - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "Uppdatera din e-post" @@ -12736,7 +12791,7 @@ msgstr "Ladda upp frรฅn Filer" msgid "Upload from Library" msgstr "Ladda upp frรฅn Bibliotek" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2585 msgid "Uploading GIF..." msgstr "Laddar upp gif-bildโ€ฆ" @@ -12750,7 +12805,7 @@ msgstr "Laddar upp bilderโ€ฆ" msgid "Uploading link thumbnail..." msgstr "Laddar upp miniatyrbild av lรคnkโ€ฆ" -#: src/view/com/composer/Composer.tsx:2589 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading video..." msgstr "Laddar upp videoโ€ฆ" @@ -12826,7 +12881,7 @@ msgid "User Blocks You" msgstr "Anvรคndaren blockerar dig" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "Anvรคndarlista av {0}" @@ -12835,7 +12890,7 @@ msgstr "Anvรคndarlista av {0}" msgid "User List by {0}" msgstr "Anvรคndarlista av {0}" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "Anvรคndarlista av dig" @@ -12875,16 +12930,6 @@ msgstr "anvรคndare som <0>@{0} fรถljer" msgid "users following <0>@{0}" msgstr "anvรคndare som fรถljer <0>@{0}" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "Anvรคndare jag fรถljer" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "Anvรคndare jag fรถljer" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "Vรคrde:" @@ -12912,8 +12957,8 @@ msgstr "Verifierat av:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "Verifiera konto" @@ -13039,7 +13084,7 @@ msgstr "Videoklippet hittades inte." msgid "Video settings" msgstr "Instรคllningar fรถr videoklipp" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2605 msgid "Video uploaded" msgstr "Videoklipp uppladdat" @@ -13056,14 +13101,14 @@ msgstr "Videoklipp" 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:1150 +#: src/view/com/composer/Composer.tsx:1148 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Visa" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "Visa {0}" @@ -13078,7 +13123,7 @@ msgstr "Visa {0}s avatar" #: 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 "Visa {0}s profil" @@ -13092,7 +13137,7 @@ msgstr "Visa {0}s profil" msgid "View {displayName}โ€™s profile" msgstr "Visa {displayName}s profil" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "Visa {publicationTitle}" @@ -13145,7 +13190,7 @@ msgstr "Visa mer" msgid "View more trending videos" msgstr "Visa fler trendande videoklipp" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1143 msgid "View post" msgstr "Visa inlรคgg" @@ -13162,10 +13207,10 @@ msgstr "Visa profil" msgid "View profile banner" msgstr "Visa profilbanderoll" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "Visa publikation" @@ -13173,7 +13218,7 @@ msgstr "Visa publikation" msgid "View the avatar" msgstr "Visa avataren" -#: src/screens/Messages/ConversationSettings/index.tsx:554 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "Visa inbjudningslรคnken fรถr den hรคr gruppchatten" @@ -13441,7 +13486,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:1041 +#: src/view/com/composer/Composer.tsx:1039 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Beklagar! Inlรคgget du svarar pรฅ har raderats." @@ -13492,7 +13537,7 @@ msgid "What do you want to call your starter pack?" msgstr "Vad vill du att ditt startpaket ska heta?" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1519 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Vad hรคnder?" @@ -13519,7 +13564,7 @@ msgid "Who can verify?" msgstr "Vem kan verifiera?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "Hoppsan!" @@ -13578,7 +13623,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:1439 +#: src/view/com/composer/Composer.tsx:1437 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?" @@ -13587,12 +13632,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:1617 +#: src/view/com/composer/Composer.tsx:1615 msgid "Write post" msgstr "Skriv inlรคgg" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1517 msgid "Write your reply" msgstr "Skriv ditt svar" @@ -13658,7 +13703,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:610 +#: src/components/dms/MessageItem.tsx:699 msgid "You are blocking {0}" msgstr "Du blockerar {0}" @@ -13764,11 +13809,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:221 +#: src/view/com/composer/Composer.tsx:220 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:1444 +#: src/view/com/composer/Composer.tsx:1442 msgid "You can only save drafts up to 1000 characters." msgstr "Du kan bara spara utkast med upp till 1000 tecken." @@ -13803,8 +13848,8 @@ msgstr "Du kan vรคlja upp till {MAX_GALLERY_IMAGES, plural, other {# bilder}} to 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:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:115 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}}" @@ -13839,7 +13884,7 @@ msgstr "Du har inga sparade flรถden." msgid "You got here first" msgstr "Du kom hit fรถrst" -#: src/components/intents/GroupChatJoinDialog.tsx:166 +#: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and canโ€™t join it using this link." msgstr "Du har tidigare tagits bort frรฅn den hรคr gruppen och kan inte gรฅ med i den genom lรคnken." @@ -13884,6 +13929,7 @@ msgstr "Du har ignorerat det hรคr kontot." msgid "You have muted this user" msgstr "Du har ignorerat den hรคr anvรคndaren" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "Du har inga listor." @@ -13912,7 +13958,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:1434 +#: src/view/com/composer/Composer.tsx:1432 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?" @@ -13970,7 +14016,7 @@ msgstr "Du kan bara lรคgga till hรถgst {STARTER_PACK_MAX_SIZE, plural, other {{S msgid "You may only add up to 3 feeds" msgstr "Du kan bara lรคgga till hรถgst 3 flรถden" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." msgstr "Du mรฅste vara chattรคgare fรถr att ta bort en medlem." @@ -13983,7 +14029,7 @@ msgid "You must be following at least seven other people to generate a starter p msgstr "Du mรฅste fรถlja minst sju andra personer fรถr att generera ett startpaket." #: src/components/StarterPack/QrCodeDialog.tsx:69 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:89 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" @@ -14009,12 +14055,12 @@ 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:259 +#: src/components/dms/MessageItem.tsx:340 msgid "You reacted {0}" msgstr "Du reagerade med {0}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "Du reagerade med {0} pรฅ {target}" @@ -14023,8 +14069,20 @@ 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 +msgid "You replied" +msgstr "Du svarade" + +#: src/components/dms/MessageItem.tsx:802 +msgid "You replied to {originalName}" +msgstr "Du svarade {originalName}" + +#: src/components/dms/MessageItem.tsx:800 +msgid "You replied to yourself" +msgstr "Du svarade dig sjรคlv" + #. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 msgid "You requested to join" msgstr "Medlemsfรถrfrรฅgan skickad" @@ -14050,12 +14108,12 @@ msgstr "Du kommer att fรฅ notiser om den hรคr trรฅden i fortsรคttningen" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "Du kommer att fรฅ ett e-postmeddelande med en โ€รฅterstรคllningskodโ€. Ange koden hรคr och ange sedan ditt nya lรถsenord." -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "Du kommer inte att kunna gรฅ med igen utan en inbjudan." #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "Du: {message}" @@ -14127,7 +14185,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:646 +#: src/view/com/composer/Composer.tsx:644 msgid "You've reached the maximum number of drafts" msgstr "Du har nรฅtt det maximala antalet utkast" @@ -14199,11 +14257,11 @@ msgstr "Dina chattar har inaktiverats" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "Ditt val kommer att sparas fรถr framtida lรคnkar. Du kan รคndra det nรคr som helst i instรคllningar." -#: src/view/com/notifications/NotificationFeedItem.tsx:374 +#: src/view/com/notifications/NotificationFeedItem.tsx:380 msgid "Your contact {firstAuthorLink} is on Bluesky" msgstr "Din kontakt {firstAuthorLink} finns pรฅ Bluesky" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:378 msgid "Your contact {firstAuthorName} is on Bluesky" msgstr "Din kontakt {firstAuthorName} finns pรฅ Bluesky" @@ -14295,11 +14353,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:1141 +#: src/view/com/composer/Composer.tsx:1139 msgid "Your post was sent" msgstr "Ditt inlรคgg har skickats" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1136 msgid "Your posts were sent" msgstr "Dina inlรคgg har skickats" @@ -14320,7 +14378,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:1140 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your reply was sent" msgstr "Ditt svar har skickats" @@ -14333,7 +14391,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:1469 +#: src/view/com/composer/Composer.tsx:1467 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 f5185a4f2d..d771a67427 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-10 21:06\n" +"PO-Revision-Date: 2026-06-17 12:23\n" "Last-Translator: \n" "Language-Team: Thai\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -23,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:867 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" msgstr "" -#: src/components/dms/getMessageInfo.ts:73 +#: src/components/dms/getMessageInfo.ts:105 +#: src/components/dms/MessageItem.tsx:869 +#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "(เธกเธตเน€เธ™เธทเน‰เธญเธซเธฒเธ—เธตเนˆเธเธฑเธ‡เธญเธขเธนเนˆ)" @@ -75,7 +79,7 @@ msgstr "" msgid "{0, plural, one {# like} other {# likes}}" msgstr "" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "" @@ -97,7 +101,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:269 +#: src/components/dms/MessageItem.tsx:350 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "" @@ -118,15 +122,15 @@ msgstr "" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:703 msgid "{0} is blocking you" msgstr "" @@ -273,7 +277,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:345 msgid "{0} reacted {1}" msgstr "" @@ -326,24 +330,22 @@ msgstr "" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:143 +#: src/screens/Messages/JoinRequest.tsx:139 msgctxt "group-chat-member-count" msgid "{0}/{1}" msgstr "" #. The number of members in a group chat, in the format '{members}/{total} members'. -#. placeholder {0}: preview.memberCount -#. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 -msgid "{0}/{1} {2, plural, one {member} other {members}}" -msgstr "" - -#. The number of active group chat members out of the total number allowed. +#. The number of members in a group chat, in the format '{members}/{total} members'. #. placeholder {0}: joinLinkPreview.memberCount +#. placeholder {0}: preview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:329 -msgid "{0}/{1} members" +#. placeholder {1}: preview.memberLimit +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 +msgid "{0}/{1} {2, plural, one {member} other {members}}" msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. @@ -389,7 +391,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -397,33 +399,11 @@ msgstr "" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "" - #. 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 "" -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "" - #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" msgstr "" @@ -441,155 +421,155 @@ msgstr "{estimatedTimeHrs, plural, one {เธŠเธฑเนˆเธงเน‚เธกเธ‡} other {เธŠเธฑเนˆ msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {เธ™เธฒเธ—เธต} other {เธ™เธฒเธ—เธต}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: 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 "" @@ -659,12 +639,12 @@ msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "" @@ -697,6 +677,18 @@ msgstr "" msgid "{rank}." msgstr "" +#: src/components/dms/MessageItem.tsx:813 +msgid "{replierDisplayName} replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:809 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:807 +msgid "{replierDisplayName} replied to you" +msgstr "" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "" @@ -873,8 +875,8 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 #: src/screens/Messages/JoinRequests.tsx:192 #: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." @@ -955,7 +957,7 @@ msgstr "" msgid "Accepted conversations" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:113 +#: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -980,12 +982,12 @@ msgstr "เธšเธฑเธเธŠเธต" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "เธšเธฑเธเธŠเธตเธ–เธนเธเธšเธฅเน‡เธญเธ" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "เธ•เธดเธ”เธ•เธฒเธกเธšเธฑเธเธŠเธตเนเธฅเน‰เธง" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "เธ›เธดเธ”เน€เธชเธตเธขเธ‡เธšเธฑเธเธŠเธตเนเธฅเน‰เธง" @@ -1028,18 +1030,18 @@ msgstr "เธฅเธšเธšเธฑเธเธŠเธตเธญเธญเธเธˆเธฒเธเธเธฒเธฃเน€เธ‚เน‰เธฒเธ–เธถเธ‡เธ” #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "เธ›เธฅเธ”เธšเธฅเน‡เธญเธเธšเธฑเธเธŠเธตเนเธฅเน‰เธง" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "เน€เธฅเธดเธเธ•เธดเธ”เธ•เธฒเธกเธšเธฑเธเธŠเธตเนเธฅเน‰เธง" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "เน€เธฅเธดเธเธ›เธดเธ”เน€เธชเธตเธขเธ‡เธšเธฑเธเธŠเธตเนเธฅเน‰เธง" @@ -1054,12 +1056,13 @@ msgstr "" msgid "Activity from others" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "เน€เธžเธดเนˆเธก" @@ -1112,11 +1115,11 @@ msgstr "เน€เธžเธดเนˆเธกเธ‚เน‰เธญเธ„เธงเธฒเธกเนเธชเธ”เธ‡เนเธ—เธ™ (เน„เธกเนˆเธš msgid "Add another account" msgstr "" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1518 msgid "Add another post" msgstr "" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2181 msgid "Add another post to thread" msgstr "" @@ -1182,7 +1185,7 @@ msgstr "เน€เธžเธดเนˆเธกเธ„เธณเนเธฅเธฐเนเธ—เน‡เธเธ—เธตเนˆเน„เธกเนˆเธญเธญเธเน€ msgid "Add people" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "" @@ -1214,8 +1217,8 @@ msgstr "" msgid "Add this feed to your feeds" msgstr "เน€เธžเธดเนˆเธกเธŸเธตเธ•เธ™เธตเน‰เนƒเธ™เธŸเธตเธ•เธ‚เธญเธ‡เธ„เธธเธ“" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "เน€เธžเธดเนˆเธกเนƒเธ™เธฅเธดเธชเธ•เนŒ" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "" @@ -1246,8 +1249,8 @@ msgstr "" msgid "Added by invite link" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "เน€เธžเธดเนˆเธกเนƒเธ™เธฅเธดเธชเธ•เนŒเนเธฅเน‰เธง" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "" @@ -1521,7 +1524,7 @@ msgid "An error occurred while loading your lists :/" msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:81 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:103 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "เน€เธเธดเธ”เธ‚เน‰เธญเธœเธดเธ”เธžเธฅเธฒเธ”เธ‚เธ“เธฐเธšเธฑเธ™เธ—เธถเธ QR code!" @@ -1589,8 +1592,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 "เน€เธเธดเธ”เธ›เธฑเธเธซเธฒ เธเธฃเธธเธ“เธฒเธฅเธญเธ‡เธญเธตเธเธ„เธฃเธฑเน‰เธ‡" @@ -1643,7 +1646,7 @@ msgstr "" msgid "Anyone can interact" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:340 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" msgstr "" @@ -1796,8 +1799,8 @@ msgstr "เธ„เธธเธ“เนเธ™เนˆเนƒเธˆเธซเธฃเธทเธญเธงเนˆเธฒเธ•เน‰เธญเธ‡เธเธฒเธฃเธฅเธš msgid "Are you sure you want to discard your changes?" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "" @@ -1814,11 +1817,11 @@ msgid "Are you sure you want to remove this from your feeds?" msgstr "เธ„เธธเธ“เนเธ™เนˆเนƒเธˆเธซเธฃเธทเธญเธงเนˆเธฒเธ•เน‰เธญเธ‡เธเธฒเธฃเธฅเธšเธชเธดเนˆเธ‡เธ™เธตเน‰เธญเธญเธเธˆเธฒเธเธŸเธตเธ”เธ‚เธญเธ‡เธ„เธธเธ“?" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 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:1654 msgid "Are you sure you'd like to discard this post?" msgstr "" @@ -1958,10 +1961,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2009,8 +2012,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "เธšเธฅเน‡เธญเธเธšเธฑเธเธŠเธต" @@ -2088,6 +2091,10 @@ 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 "เธเธฒเธฃเธšเธฅเน‡เธญเธเน„เธกเนˆเน„เธ”เน‰เธ›เน‰เธญเธ‡เธเธฑเธ™เธœเธนเน‰เธ—เธณเน€เธ„เธฃเธทเนˆเธญเธ‡เธซเธกเธฒเธขเธ™เธตเน‰เธˆเธฒเธเธเธฒเธฃเธงเธฒเธ‡เธ›เน‰เธฒเธขเธšเธ™เธšเธฑเธเธŠเธตเธ‚เธญเธ‡เธ„เธธเธ“" @@ -2260,7 +2267,7 @@ msgstr "" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:181 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2274,13 +2281,13 @@ msgstr "" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:363 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" msgstr "" @@ -2348,10 +2355,10 @@ msgstr "" #: src/screens/Deactivated.tsx:150 #: src/screens/Messages/components/InviteLinkDialog.tsx:500 #: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,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:1732 +#: src/view/com/composer/Composer.tsx:1742 #: 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 @@ -2380,6 +2387,10 @@ msgstr "เธขเธเน€เธฅเธดเธเน‚เธžเธชเธ•เนŒเธ„เธณเธ„เธก" msgid "Cancel reactivation and sign out" msgstr "เธขเธเน€เธฅเธดเธเธเธฒเธฃเน€เธ›เธดเธ”เนƒเธŠเน‰เธ‡เธฒเธ™เนƒเธซเธกเนˆเนเธฅเธฐเธญเธญเธเธˆเธฒเธเธฃเธฐเธšเธš" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "เธขเธเน€เธฅเธดเธเธเธฒเธฃเธ„เน‰เธ™เธซเธฒ" @@ -2481,7 +2492,7 @@ msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,7 +2509,7 @@ msgid "Chat ended" msgstr "" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:256 +#: src/components/intents/GroupChatJoinDialog.tsx:269 #: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" msgstr "" @@ -2520,12 +2531,12 @@ msgctxt "toast" msgid "Chat muted" msgstr "เธ›เธดเธ”เน€เธชเธตเธขเธ‡เนเธŠเธ—เนเธฅเน‰เธง" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." msgstr "" -#: src/components/moderation/BlockDialog.tsx:292 +#: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2544,10 +2555,10 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "เธ•เธฑเน‰เธ‡เธ„เนˆเธฒเนเธŠเธ—" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "เน€เธ›เธดเธ”เน€เธชเธตเธขเธ‡เนเธŠเธ—เนเธฅเน‰เธง" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "" @@ -2731,7 +2742,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:533 +#: src/components/dms/MessageItem.tsx:622 msgid "Click to retry failed message" msgstr "เธ„เธฅเธดเธเน€เธžเธทเนˆเธญเธžเธขเธฒเธขเธฒเธกเธชเนˆเธ‡เธ‚เน‰เธญเธ„เธงเธฒเธกเธ—เธตเนˆเธฅเน‰เธกเน€เธซเธฅเธงเธญเธตเธเธ„เธฃเธฑเน‰เธ‡" @@ -2745,6 +2756,7 @@ msgstr "เธ„เธฅเธดเธเน€เธžเธทเนˆเธญเธžเธขเธฒเธขเธฒเธกเธชเนˆเธ‡เธ‚เน‰เธญเธ„เธงเธฒ #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "เธ„เธฅเธดเธเน€เธžเธทเนˆเธญเธžเธขเธฒเธขเธฒเธกเธชเนˆเธ‡เธ‚เน‰เธญเธ„เธงเธฒ #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:233 -#: src/components/intents/GroupChatJoinDialog.tsx:268 +#: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2804,10 +2816,6 @@ 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 @@ -2822,7 +2830,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 "" @@ -2850,10 +2858,10 @@ msgstr "" msgid "Close the incoming requests banner" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:226 -#: src/components/intents/GroupChatJoinDialog.tsx:227 -#: src/components/intents/GroupChatJoinDialog.tsx:263 -#: src/components/intents/GroupChatJoinDialog.tsx:264 +#: 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 msgid "Close this dialog" msgstr "เธ›เธดเธ”เธเธฅเนˆเธญเธ‡เน‚เธ•เน‰เธ•เธญเธšเธ™เธตเน‰" @@ -2866,15 +2874,15 @@ msgstr "" msgid "Closes password update alert" msgstr "เธ›เธดเธ”เธเธฒเธฃเนเธˆเน‰เธ‡เน€เธ•เธทเธญเธ™เธเธฒเธฃเธญเธฑเธ›เน€เธ”เธ•เธฃเธซเธฑเธชเธœเนˆเธฒเธ™" -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1740 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 "เธขเนˆเธญเธฅเธดเธชเธ•เนŒเธœเธนเน‰เนƒเธŠเน‰เธชเธณเธซเธฃเธฑเธšเธเธฒเธฃเนเธˆเน‰เธ‡เน€เธ•เธทเธญเธ™เธ—เธตเนˆเธเธณเธซเธ™เธ”" @@ -2920,7 +2928,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:1616 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -2928,11 +2936,11 @@ msgstr "" msgid "Compose reply" msgstr "เธชเธฃเน‰เธฒเธ‡เธเธฒเธฃเธ•เธญเธšเธเธฅเธฑเธš" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2578 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing video..." msgstr "" @@ -3100,7 +3108,7 @@ msgstr "เธ”เธณเน€เธ™เธดเธ™เธเธฒเธฃเธ•เนˆเธญเน„เธ›เธขเธฑเธ‡เธ‚เธฑเน‰เธ™เธ•เธญเธ™ msgid "Conversation" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "เธเธฒเธฃเธชเธ™เธ—เธ™เธฒเธ–เธนเธเธฅเธš" @@ -3127,7 +3135,7 @@ msgid "Copied build version to clipboard" msgstr "เธ„เธฑเธ”เธฅเธญเธเน€เธงเธญเธฃเนŒเธŠเธฑเธ™เธšเธดเธฅเธ”เนŒเน„เธ›เธขเธฑเธ‡เธ„เธฅเธดเธ›เธšเธญเธฃเนŒเธ”เนเธฅเน‰เธง" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3154,12 @@ msgstr "เธ„เธฑเธ”เธฅเธญเธเนเธฅเน‰เธง!" msgid "Copies build version to clipboard" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:198 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:265 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "เธ„เธฑเธ”เธฅเธญเธ" @@ -3159,8 +3167,8 @@ msgstr "เธ„เธฑเธ”เธฅเธญเธ" msgid "Copy App Password" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "" @@ -3175,8 +3183,8 @@ msgid "Copy code" msgstr "เธ„เธฑเธ”เธฅเธญเธเน‚เธ„เน‰เธ”" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "" @@ -3184,7 +3192,7 @@ msgstr "" msgid "Copy host" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:254 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" msgstr "" @@ -3210,8 +3218,8 @@ msgstr "เธ„เธฑเธ”เธฅเธญเธเธฅเธดเธ‡เธเนŒเน„เธ›เธขเธฑเธ‡เธฅเธดเธชเธ•เนŒ" msgid "Copy link to post" msgstr "เธ„เธฑเธ”เธฅเธญเธเธฅเธดเธ‡เธเนŒเน„เธ›เธขเธฑเธ‡เน‚เธžเธชเธ•เนŒ" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "" @@ -3219,8 +3227,8 @@ msgstr "" msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "เธ„เธฑเธ”เธฅเธญเธเธ‚เน‰เธญเธ„เธงเธฒเธก" @@ -3249,7 +3257,7 @@ msgstr "" msgid "Copyright Policy" msgstr "เธ™เน‚เธขเธšเธฒเธขเธฅเธดเธ‚เธชเธดเธ—เธ˜เธดเนŒ" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" msgstr "" @@ -3261,11 +3269,11 @@ msgstr "" msgid "Could not connect to feed service" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:120 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" msgstr "" @@ -3294,7 +3302,7 @@ msgstr "" msgid "Could not leave chat" msgstr "เน„เธกเนˆเธชเธฒเธกเธฒเธฃเธ–เธญเธญเธเธˆเธฒเธเธเธฒเธฃเธชเธ™เธ—เธ™เธฒเน„เธ”เน‰" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." msgstr "" @@ -3308,7 +3316,7 @@ msgstr "เน„เธกเนˆเธชเธฒเธกเธฒเธฃเธ–เน‚เธซเธฅเธ”เธŸเธตเธ”เน„เธ”เน‰" msgid "Could not load list" msgstr "เน„เธกเนˆเธชเธฒเธกเธฒเธฃเธ–เน‚เธซเธฅเธ”เธฅเธดเธชเธ•เนŒเน„เธ”เน‰" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:169 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" msgstr "" @@ -3320,7 +3328,7 @@ msgstr "เน„เธกเนˆเธชเธฒเธกเธฒเธฃเธ–เธ›เธดเธ”เน€เธชเธตเธขเธ‡เธเธฒเธฃเธชเธ™เธ—เธ™ msgid "Could not process your video" msgstr "เน„เธกเนˆเธชเธฒเธกเธฒเธฃเธ–เธ›เธฃเธฐเธกเธงเธฅเธœเธฅเธงเธดเธ”เธตเน‚เธญเธ‚เธญเธ‡เธ„เธธเธ“เน„เธ”เน‰" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." msgstr "" @@ -3329,7 +3337,7 @@ msgstr "" msgid "Could not save changes: {0}" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" msgstr "" @@ -3394,12 +3402,12 @@ msgstr "เธชเธฃเน‰เธฒเธ‡เธŠเธธเธ”เน€เธฃเธดเนˆเธกเธ•เน‰เธ™เธชเธณเธซเธฃเธฑเธšเธ‰เธฑ #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:314 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3457,13 @@ msgstr "" msgid "Create moderation list" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:308 +#: 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 "เธชเธฃเน‰เธฒเธ‡เธšเธฑเธเธŠเธตเนƒเธซเธกเนˆ" -#: src/screens/Messages/ConversationSettings/index.tsx:553 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "" @@ -3479,7 +3487,7 @@ msgstr "" #. placeholder {0}: i18n.date(createdAt, { dateStyle: 'long', timeStyle: 'short', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) #: src/screens/Messages/components/InviteLinkDialog.tsx:355 -#: src/screens/Messages/ConversationSettings/index.tsx:505 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "เธชเธฃเน‰เธฒเธ‡เน€เธกเธทเนˆเธญ {0}" @@ -3624,7 +3632,7 @@ msgstr "" msgid "Delete conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "เธฅเธšเธชเธณเธซเธฃเธฑเธšเธ‰เธฑเธ™" @@ -3637,7 +3645,7 @@ msgstr "" msgid "Delete message" msgstr "เธฅเธšเธ‚เน‰เธญเธ„เธงเธฒเธก" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "เธฅเธšเธ‚เน‰เธญเธ„เธงเธฒเธกเธชเธณเธซเธฃเธฑเธšเธ‰เธฑเธ™" @@ -3647,7 +3655,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:1628 msgid "Delete post" msgstr "เธฅเธšเน‚เธžเธชเธ•เนŒ" @@ -3689,6 +3697,10 @@ 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 @@ -3794,9 +3806,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:1411 +#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1661 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3819,14 @@ msgstr "เธฅเธฐเธ—เธดเน‰เธ‡" msgid "Discard changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1409 #: 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:1426 +#: src/view/com/composer/Composer.tsx:1653 msgid "Discard post?" msgstr "" @@ -3852,7 +3864,7 @@ msgstr "เธ›เธดเธ”" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2499 msgid "Dismiss error" msgstr "เธ›เธดเธ”เธ‚เน‰เธญเธœเธดเธ”เธžเธฅเธฒเธ”" @@ -3949,8 +3961,8 @@ msgstr "" #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:146 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3975,7 @@ msgstr "" msgid "Done" msgstr "เน€เธชเธฃเน‡เธˆเธชเธดเน‰เธ™" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "เน€เธชเธฃเน‡เธˆเธชเธดเน‰เธ™" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:520 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4087,8 +4093,8 @@ msgstr "" msgid "Edit" msgstr "เนเธเน‰เน„เธ‚" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "เนเธเน‰เน„เธ‚" @@ -4102,8 +4108,8 @@ msgstr "เนเธเน‰เน„เธ‚เธฃเธนเธ›เธ›เธฃเธฐเธˆเธณเธ•เธฑเธง" msgid "Edit Feeds" msgstr "เนเธเน‰เน„เธ‚เธŸเธตเธ”" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "" @@ -4141,8 +4147,8 @@ msgstr "" msgid "Edit list details" msgstr "เนเธเน‰เน„เธ‚เธฃเธฒเธขเธฅเธฐเน€เธญเธตเธขเธ”เธฅเธดเธชเธ•เนŒ" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "" @@ -4155,7 +4161,7 @@ msgstr "" msgid "Edit My Feeds" msgstr "เนเธเน‰เน„เธ‚เธŸเธตเธ”เธ‚เธญเธ‡เธ‰เธฑเธ™" -#: src/screens/Messages/ConversationSettings/index.tsx:540 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "" @@ -4184,8 +4190,8 @@ msgstr "เนเธเน‰เน„เธ‚เน‚เธ›เธฃเน„เธŸเธฅเนŒ" msgid "Edit starter pack" msgstr "เนเธเน‰เน„เธ‚เธŠเธธเธ”เน€เธฃเธดเนˆเธกเธ•เน‰เธ™" -#: src/screens/Messages/ConversationSettings/index.tsx:486 -#: src/screens/Messages/ConversationSettings/index.tsx:539 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "" @@ -4402,7 +4408,7 @@ msgstr "" msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2598 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "" @@ -4481,7 +4487,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 "เธ‚เธขเธฒเธขเธฃเธฒเธขเธŠเธทเนˆเธญเธœเธนเน‰เนƒเธŠเน‰" @@ -4596,8 +4602,8 @@ msgstr "" msgid "Failed to accept join request" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "" @@ -4606,6 +4612,10 @@ msgstr "" msgid "Failed to add members" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "" @@ -4615,7 +4625,7 @@ msgid "Failed to change handle. Please try again." msgstr "" #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:129 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "" @@ -4664,7 +4674,7 @@ msgstr "" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:374 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "" @@ -4692,7 +4702,7 @@ msgstr "" msgid "Failed to ignore join request" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:137 +#: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4700,14 +4710,14 @@ msgstr "" msgid "Failed to launch SMS app" msgstr "" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:401 +#: 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 "" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "" @@ -4753,15 +4763,20 @@ msgstr "เธเธฒเธฃเนเธ™เธฐเธ™เธณเธŸเธตเธ•เธฅเน‰เธกเน€เธซเธฅเธง" msgid "Failed to load suggested follows" msgstr "เธเธฒเธฃเนเธ™เธฐเธ™เธณเธ„เธ™เธ—เธตเนˆเธ„เธธเธ“เธ„เธงเธฃเธ•เธดเธ”เธ•เธฒเธกเธฅเน‰เธกเน€เธซเธฅเธง" -#: src/screens/Messages/ConversationSettings/index.tsx:426 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +msgid "Failed to mark all chats as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 +#: src/view/shell/bottom-bar/BottomBar.tsx:450 msgid "Failed to mark all requests as read" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:390 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "" @@ -4783,12 +4798,16 @@ msgstr "" msgid "Failed to remove data. {0}" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:111 +#: 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 "" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "" @@ -4802,7 +4821,7 @@ msgstr "" msgid "Failed to remove verification" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:180 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." msgstr "" @@ -4811,7 +4830,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:648 +#: src/view/com/composer/Composer.tsx:646 msgid "Failed to save draft" msgstr "" @@ -4854,7 +4873,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "เธเธฒเธฃเน€เธ›เธฅเธตเนˆเธขเธ™เธชเธ–เธฒเธ™เธฐเธ”เน‰เธงเธขเธเธฒเธฃเธ›เธดเธ”เน€เธ˜เธฃเธ”เธฅเน‰เธกเน€เธซเธฅเธง เน‚เธ›เธฃเธ”เธฅเธญเธ‡เธญเธตเธเธ„เธฃเธฑเน‰เธ‡" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:435 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "" @@ -5116,16 +5135,16 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 "เธ•เธดเธ”เธ•เธฒเธก" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "เธ•เธดเธ”เธ•เธฒเธก {0}" @@ -5149,8 +5168,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "เธ•เธดเธ”เธ•เธฒเธก 7 เธšเธฑเธเธŠเธต" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "เธ•เธดเธ”เธ•เธฒเธกเธšเธฑเธเธŠเธต" @@ -5173,9 +5192,9 @@ msgstr "" #. 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:423 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "เธ•เธดเธ”เธ•เธฒเธกเธ„เธธเธ“เธเธฅเธฑเธš" @@ -5211,7 +5230,7 @@ msgstr "เธ•เธดเธ”เธ•เธฒเธกเน‚เธ”เธข <0>{0} เนเธฅเธฐ <1>{1}" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "เธ•เธดเธ”เธ•เธฒเธกเน‚เธ”เธข <0>{0}, <1>{1} เนเธฅเธฐ {2, plural, one {# other} other {# others}}" -#: src/components/intents/GroupChatJoinDialog.tsx:339 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" msgstr "" @@ -5231,10 +5250,10 @@ msgstr "เธœเธนเน‰เธ•เธดเธ”เธ•เธฒเธกเธ—เธตเนˆเธ„เธธเธ“เธฃเธนเน‰เธˆเธฑเธ" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 "เธ•เธดเธ”เธ•เธฒเธก" @@ -5249,7 +5268,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 "เธ•เธดเธ”เธ•เธฒเธก {0}" @@ -5467,7 +5486,7 @@ msgstr "" msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2603 msgid "GIF uploaded" msgstr "" @@ -5526,8 +5545,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "เธเธฅเธฑเธšเน€เธ‚เน‰เธฒเธชเธนเนˆเธซเธ™เน‰เธฒเธซเธฅเธฑเธ" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "" @@ -5538,8 +5557,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "" @@ -5547,7 +5566,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 "" @@ -5622,9 +5641,9 @@ msgstr "" msgid "Grooming or predatory behavior" msgstr "" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:321 -#: src/screens/Messages/JoinRequest.tsx:129 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" msgstr "" @@ -5632,17 +5651,17 @@ msgstr "" msgid "Group chat invite link dialog" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:417 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:382 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "" @@ -5653,12 +5672,12 @@ msgid "Group chat settings" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:385 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "" @@ -5682,12 +5701,12 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "" @@ -5829,7 +5848,7 @@ msgstr "เธฅเธดเธชเธ•เนŒเธ—เธตเนˆเธ‹เนˆเธญเธ™เน„เธงเน‰" msgid "Hide" msgstr "เธ‹เนˆเธญเธ™" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "เธ‹เนˆเธญเธ™" @@ -5904,7 +5923,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 "เธ‹เนˆเธญเธ™เธฅเธดเธชเธ•เนŒเธœเธนเน‰เนƒเธŠเน‰" @@ -5960,7 +5979,7 @@ msgstr "เธฃเธญเธชเธฑเธเธ„เธฃเธนเนˆ! เน€เธฃเธฒเธเธณเธฅเธฑเธ‡เน€เธ›เธดเธ”เนƒเธซ #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6210,7 +6229,7 @@ msgstr "" msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "" @@ -6268,7 +6287,7 @@ msgstr "" msgid "Invalid 2FA confirmation code." msgstr "เธฃเธซเธฑเธชเธขเธทเธ™เธขเธฑเธ™ 2FA เน„เธกเนˆเธ–เธนเธเธ•เน‰เธญเธ‡" -#: src/components/intents/GroupChatJoinDialog.tsx:147 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." msgstr "" @@ -6290,7 +6309,7 @@ msgstr "" msgid "Invalid report subject" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:187 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." msgstr "" @@ -6315,15 +6334,15 @@ msgstr "เน‚เธ„เน‰เธ”เธ„เธณเน€เธŠเธดเธ" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "เน‚เธ„เน‰เธ”เธ„เธณเน€เธŠเธดเธเน„เธกเนˆเธ–เธนเธเธ•เน‰เธญเธ‡ เน‚เธ›เธฃเธ”เธ•เธฃเธงเธˆเธชเธญเธšเธงเนˆเธฒเธ„เธธเธ“เธเธฃเธญเธเธ–เธนเธเธ•เน‰เธญเธ‡เธซเธฃเธทเธญเธขเธฑเธ‡ เนเธฅเน‰เธงเธฅเธญเธ‡เธญเธตเธเธ„เธฃเธฑเน‰เธ‡" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:140 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:155 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6336,17 +6355,17 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:335 #: src/screens/Messages/components/InviteLinkDialog.tsx:514 #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 -#: src/screens/Messages/ConversationSettings/index.tsx:556 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:213 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" msgstr "" @@ -6410,7 +6429,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:2518 msgid "Job ID: {0}" msgstr "" @@ -6420,7 +6439,7 @@ msgid "Jobs" msgstr "เธ‡เธฒเธ™" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:282 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" msgstr "" @@ -6431,12 +6450,12 @@ msgstr "" msgid "Join Bluesky" msgstr "เน€เธ‚เน‰เธฒเธฃเนˆเธงเธก Bluesky" -#: src/components/intents/GroupChatJoinDialog.tsx:71 -#: src/components/intents/GroupChatJoinDialog.tsx:448 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:176 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." msgstr "" @@ -6450,8 +6469,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:1459 +#: src/view/com/composer/Composer.tsx:1469 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6609,7 +6628,7 @@ msgid "Learn more." msgstr "เน€เธฃเธตเธขเธ™เธฃเธนเน‰เน€เธžเธดเนˆเธกเน€เธ•เธดเธก" #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:590 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "เธญเธญเธ" @@ -6623,8 +6642,8 @@ msgstr "เธญเธญเธ" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "เธญเธญเธเธˆเธฒเธเนเธŠเธ—" @@ -6644,12 +6663,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "เธญเธญเธเธˆเธฒเธเธเธฒเธฃเธชเธ™เธ—เธ™เธฒ" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:589 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "" @@ -6658,11 +6677,11 @@ msgstr "" msgid "Leaving Bluesky" msgstr "เธญเธญเธ Bluesky" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: src/screens/Messages/ConversationSettings/prompts.tsx:153 msgid "Leaving this chat will lock it permanently and you wonโ€™t be able to rejoin." msgstr "" -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." msgstr "" @@ -6935,9 +6954,9 @@ msgstr "เน‚เธซเธฅเธ”เธเธฒเธฃเนเธˆเน‰เธ‡เน€เธ•เธทเธญเธ™เนƒเธซเธกเนˆ" msgid "Load new posts" msgstr "เน‚เธซเธฅเธ”เน‚เธžเธชเธ•เนŒเนƒเธซเธกเนˆ" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "" @@ -6954,23 +6973,23 @@ msgstr "" msgid "Loading..." msgstr "เธเธณเธฅเธฑเธ‡เน‚เธซเธฅเธ”..." -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:568 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "" @@ -7051,6 +7070,16 @@ msgstr "" msgid "Mark all as read" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:459 +#: src/view/shell/bottom-bar/BottomBar.tsx:463 +msgid "Mark all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:467 +#: src/view/shell/bottom-bar/BottomBar.tsx:471 +msgid "Mark all requests as read" +msgstr "" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7089,14 @@ msgstr "เธ—เธณเน€เธ„เธฃเธทเนˆเธญเธ‡เธซเธกเธฒเธขเธงเนˆเธฒเธญเนˆเธฒเธ™เนเธฅเน‰เธง msgid "Marked all as read" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,7 +7120,7 @@ msgstr "" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "" -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." msgstr "" @@ -7092,7 +7129,7 @@ msgstr "" msgid "Members" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "" @@ -7111,13 +7148,13 @@ msgstr "" msgid "Menu" msgstr "เน€เธกเธ™เธน" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 +#: 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" @@ -7132,7 +7169,7 @@ msgstr "เธชเนˆเธ‡เธ‚เน‰เธญเธ„เธงเธฒเธกเธ–เธถเธ‡ {0}" msgid "Message {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "เธ‚เน‰เธญเธ„เธงเธฒเธกเธ–เธนเธเธฅเธš" @@ -7141,13 +7178,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "เธ‚เน‰เธญเธ„เธงเธฒเธกเธ–เธนเธเธฅเธš" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:616 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "" @@ -7156,21 +7193,21 @@ msgstr "" msgid "Message from server: {0}" msgstr "เธ‚เน‰เธญเธ„เธงเธฒเธกเธˆเธฒเธเน€เธ‹เธดเธฃเนŒเธŸเน€เธงเธญเธฃเนŒ: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "เธŠเนˆเธญเธ‡เธเธฃเธญเธเธ‚เน‰เธญเธ„เธงเธฒเธก" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "" @@ -7178,11 +7215,11 @@ msgstr "" msgid "Messages" msgstr "เธ‚เน‰เธญเธ„เธงเธฒเธก" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:715 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:621 +#: src/components/dms/MessageItem.tsx:710 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7219,8 +7256,8 @@ msgstr "เธฃเธฒเธขเธฅเธฐเน€เธญเธตเธขเธ”เธเธฒเธฃเธเธฃเธญเธ‡" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "เธเธฃเธญเธ‡เน‚เธ”เธข {0}" @@ -7228,7 +7265,7 @@ msgstr "เธเธฃเธญเธ‡เน‚เธ”เธข {0}" msgid "Moderation list by <0/>" msgstr "เธเธฃเธญเธ‡เน‚เธ”เธข {0}" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "เธเธฃเธญเธ‡เน‚เธ”เธขเธ„เธธเธ“" @@ -7281,8 +7318,8 @@ msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "เธเธฒเธฃเธ•เธฑเน‰เธ‡เธ„เนˆเธฒเน€เธžเธดเนˆเธกเน€เธ•เธดเธก" @@ -7302,7 +7339,7 @@ msgstr "เธงเธตเธ”เธตเน‚เธญ" msgid "Music" msgstr "เน€เธžเธฅเธ‡" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "เธ›เธดเธ”เธเธฒเธฃเธกเธญเธ‡เน€เธซเน‡เธ™" @@ -7320,8 +7357,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "เธ›เธดเธ”เธเธฒเธฃเธกเธญเธ‡เน€เธซเน‡เธ™เธเธฒเธฃเธŸเธตเธ”เน‚เธžเธชเธ•เนŒเนเธฅเธฐเน€เธฃเธทเนˆเธญเธ‡เธฃเธฒเธง" @@ -7347,7 +7384,7 @@ msgstr "เธฃเธฒเธขเธŠเธทเนˆเธญเธ—เธตเนˆเธ›เธดเธ”เธเธฒเธฃเธกเธญเธ‡เน€เธซเน‡เธ™" msgid "Mute these accounts?" msgstr "เธ•เน‰เธญเธ‡เธเธฒเธฃเธ›เธดเธ”เธเธฒเธฃเธกเธญเธ‡เน€เธซเน‡เธ™เธšเธฑเธเธŠเธตเธ™เธตเน‰เธซเธฃเธทเธญเน„เธกเนˆ?" -#: src/screens/Messages/ConversationSettings/index.tsx:530 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "" @@ -7389,7 +7426,7 @@ msgstr "เธ›เธดเธ”เธเธฒเธฃเธกเธญเธ‡เน€เธซเน‡เธ™เธ„เธณเนเธฅเธฐเนเธ—เน‡เธ" msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "" @@ -7480,7 +7517,7 @@ msgstr "เน„เธกเนˆเธ•เน‰เธญเธ‡เธซเนˆเธงเธ‡ เธชเธฃเน‰เธฒเธ‡เนเธฎเธ™เน€เธ”เธดเน‰ #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "เนƒเธซเธกเนˆ" @@ -7490,21 +7527,21 @@ msgctxt "action" msgid "New" msgstr "เนƒเธซเธกเนˆ" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: 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:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "เนเธŠเธ—เนƒเธซเธกเนˆ" @@ -7592,11 +7629,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 "" @@ -7718,7 +7755,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 "เน„เธกเนˆเธ•เธดเธ”เธ•เธฒเธก {0} เธญเธตเธเธ•เนˆเธญเน„เธ›" @@ -7726,7 +7763,7 @@ msgstr "เน„เธกเนˆเธ•เธดเธ”เธ•เธฒเธก {0} เธญเธตเธเธ•เนˆเธญเน„เธ›" msgid "No media yet" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "เธขเธฑเธ‡เน„เธกเนˆเธกเธตเธ‚เน‰เธญเธ„เธงเธฒเธก" @@ -7763,7 +7800,7 @@ msgstr "" msgid "No one but the author can quote this post." msgstr "เน„เธกเนˆเธกเธตเนƒเธ„เธฃเธ™เธญเธเธˆเธฒเธเธœเธนเน‰เน€เธ‚เธตเธขเธ™เธ—เธตเนˆเธชเธฒเธกเธฒเธฃเธ–เธญเน‰เธฒเธ‡เธญเธดเธ‡เน‚เธžเธชเธ•เนŒเธ™เธตเน‰เน„เธ”เน‰" -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "" @@ -7831,6 +7868,11 @@ 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" @@ -7895,7 +7937,7 @@ msgstr "เน„เธกเนˆเธžเธš" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "เน‚เธ™เน‰เธ•เน€เธเธตเนˆเธขเธงเธเธฑเธšเธเธฒเธฃเนเธŠเธฃเนŒ" @@ -7931,7 +7973,7 @@ msgstr "เน€เธชเธตเธขเธ‡เธเธฒเธฃเนเธˆเน‰เธ‡เน€เธ•เธทเธญเธ™" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8017,7 @@ msgstr "เธ•เธเธฅเธ‡" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:722 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8008,11 +8050,11 @@ 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:862 msgid "One or more GIFs is missing alt text." msgstr "" -#: src/view/com/composer/Composer.tsx:861 +#: src/view/com/composer/Composer.tsx:859 msgid "One or more images is missing alt text." msgstr "เธ เธฒเธžเธซเธ™เธถเนˆเธ‡เธซเธฃเธทเธญเธกเธฒเธเธเธงเนˆเธฒเธ‚เธฒเธ”เธ‚เน‰เธญเธ„เธงเธฒเธกเนเธ—เธ™" @@ -8024,11 +8066,11 @@ msgstr "" 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:657 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:869 msgid "One or more videos is missing alt text." msgstr "" @@ -8041,7 +8083,7 @@ msgstr "{0} เธชเธฒเธกเธฒเธฃเธ–เธ•เธญเธšเธเธฅเธฑเธšเน„เธ”เน‰เน€เธ—เนˆเธฒเธ™เธฑ #. 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:233 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8053,7 +8095,7 @@ msgstr "" msgid "Only admins can ignore join requests." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:145 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." msgstr "" @@ -8068,12 +8110,12 @@ msgid "Only image files are supported" msgstr "" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:222 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:292 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" msgstr "" @@ -8107,7 +8149,7 @@ msgid "Open camera" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:437 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" msgstr "" @@ -8115,8 +8157,8 @@ msgstr "" msgid "Open chat member options for {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "เน€เธ›เธดเธ”เธเธฒเธฃเธ•เธฑเน‰เธ‡เธ„เนˆเธฒเธเธฒเธฃเธชเธ™เธ—เธ™เธฒ" @@ -8128,9 +8170,9 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2158 msgid "Open emoji picker" msgstr "เน€เธ›เธดเธ”เธเธฒเธฃเน€เธฅเธทเธญเธเธญเธตเน‚เธกเธˆเธด" @@ -8151,7 +8193,7 @@ msgstr "" msgid "Open Germ DM" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" msgstr "" @@ -8166,11 +8208,11 @@ msgid "Open in Google Translate" msgstr "" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "เน€เธ›เธดเธ”เธเธฒเธฃเธ•เธฑเน‰เธ‡เธ„เนˆเธฒเธ‚เน‰เธญเธ„เธงเธฒเธก" @@ -8221,7 +8263,7 @@ msgstr "เน€เธ›เธดเธ”เธซเธ™เน‰เธฒเธชเธ•เธญเธฃเธตเนˆเธšเธธเนŠเธ„" msgid "Open system log" msgstr "เน€เธ›เธดเธ” system log" -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" msgstr "" @@ -8275,13 +8317,13 @@ msgstr "" msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" -#: src/screens/Messages/JoinRequest.tsx:309 +#: 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 "เน€เธ›เธดเธ”เธ‚เธฑเน‰เธ™เธ•เธญเธ™เน€เธžเธทเนˆเธญเธชเธฃเน‰เธฒเธ‡เธšเธฑเธเธŠเธต Bluesky เนƒเธซเธกเนˆ" -#: src/screens/Messages/JoinRequest.tsx:295 +#: 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" @@ -8341,7 +8383,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 "เน€เธ›เธดเธ”เน‚เธ›เธฃเน„เธŸเธฅเนŒเธ™เธตเน‰" @@ -8513,6 +8555,16 @@ msgstr "เธœเธนเน‰เธ„เธ™เธ—เธตเนˆเธ•เธดเธ”เธ•เธฒเธก @{0}" msgid "People I follow" msgstr "" +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "" @@ -8813,7 +8865,7 @@ msgstr "เธเธฒเธฃเน€เธกเธทเธญเธ‡" msgid "Porn" msgstr "เธชเธทเนˆเธญเธญเธ™เธฒเธˆเธฒเธฃ" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post" msgstr "เน‚เธžเธชเธ•เนŒ" @@ -8833,12 +8885,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Post All" msgstr "" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1468 msgid "Post anyway" msgstr "" @@ -9015,11 +9067,11 @@ msgstr "เธ™เน‚เธขเธšเธฒเธขเธ„เธงเธฒเธกเน€เธ›เน‡เธ™เธชเนˆเธงเธ™เธ•เธฑเธง" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2592 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing video..." msgstr "" @@ -9031,7 +9083,7 @@ msgstr "เธ”เธณเน€เธ™เธดเธ™เธเธฒเธฃ..." msgid "profile" msgstr "เธ‚เน‰เธญเธกเธนเธฅเธชเนˆเธงเธ™เธ•เธฑเธง" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9117,22 @@ 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:1790 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:1785 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:1774 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:1779 msgid "Publish reply" msgstr "" @@ -9109,7 +9161,7 @@ msgid "QR code has been downloaded!" msgstr "เธ”เธฒเธงเธ™เนŒเน‚เธซเธฅเธ” QR เน‚เธ„เน‰เธ”เน€เธฃเธตเธขเธšเธฃเน‰เธญเธขเนเธฅเน‰เธง!" #: src/components/StarterPack/QrCodeDialog.tsx:122 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "เธšเธฑเธ™เธ—เธถเธ QR เน‚เธ„เน‰เธ”เธฅเธ‡เนƒเธ™เธ„เธฅเธฑเธ‡เธ เธฒเธžเธ‚เธญเธ‡เธ„เธธเธ“เนเธฅเน‰เธง!" @@ -9172,8 +9224,8 @@ msgstr "" msgid "React with {emoji}" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "" @@ -9268,10 +9320,6 @@ msgstr "" msgid "Reconnect" msgstr "เน€เธŠเธทเนˆเธญเธกเธ•เนˆเธญเนƒเธซเธกเนˆ" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "" - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" @@ -9291,12 +9339,14 @@ msgstr "" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "เน‚เธซเธฅเธ”เธเธฒเธฃเธชเธ™เธ—เธ™เธฒเนƒเธซเธกเนˆ" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9355,9 @@ msgstr "เน‚เธซเธฅเธ”เธเธฒเธฃเธชเธ™เธ—เธ™เธฒเนƒเธซเธกเนˆ" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "เธฅเธš" @@ -9326,7 +9375,7 @@ msgstr "เธฅเธš {displayName} เธˆเธฒเธเธŠเธธเธ”เน€เธฃเธดเนˆเธกเธ•เน‰เธ™เธ‚เธญเธ‡ msgid "Remove {displayName} from this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" msgstr "" @@ -9443,14 +9492,14 @@ msgstr "เธฅเธšเธŸเธตเธ•เธ™เธตเน‰เธˆเธฒเธเธŸเธตเธ•เธ—เธตเนˆเธ„เธธเธ“เน€เธ‹เธŸ" msgid "Remove unavailable moderation services" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "" @@ -9466,8 +9515,8 @@ msgstr "เธฅเธšเน‚เธ”เธขเธœเธนเน‰เธชเธฃเน‰เธฒเธ‡" msgid "Removed by you" msgstr "เธฅเธšเน‚เธ”เธขเธ„เธธเธ“" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "เธฅเธšเธˆเธฒเธเธฅเธดเธชเธ•เนŒ" @@ -9535,6 +9584,14 @@ msgctxt "description" msgid "Replied to you" msgstr "" +#: src/components/dms/MessageItem.tsx:883 +msgid "Replied-to message from {senderName}, tap to scroll to it" +msgstr "" + +#: src/components/dms/MessageItem.tsx:884 +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 @@ -9552,7 +9609,12 @@ msgstr "เธ›เธดเธ”เธเธฒเธฃเธ•เธญเธšเธเธฅเธฑเธšเนเธฅเน‰เธง" msgid "Replies to this post are disabled." msgstr "เธเธฒเธฃเธ•เธญเธšเธเธฅเธฑเธšเน‚เธžเธชเธ•เนŒเธ™เธตเน‰เธ–เธนเธเธ›เธดเธ”" -#: src/view/com/composer/Composer.tsx:1804 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "เธเธฒเธฃเธ•เธญเธšเธเธฅเธฑเธš" + +#: src/view/com/composer/Composer.tsx:1802 msgctxt "action" msgid "Reply" msgstr "เธเธฒเธฃเธ•เธญเธšเธเธฅเธฑเธš" @@ -9590,14 +9652,14 @@ msgstr "เธเธฒเธฃเธกเธญเธ‡เน€เธซเน‡เธ™เธเธฒเธฃเธ•เธญเธšเธเธฅเธฑเธšเน„เธ”เน‰เธฃ msgid "Reply was successfully hidden" msgstr "เธเธฒเธฃเธ•เธญเธšเธเธฅเธฑเธšเธ–เธนเธเธ‹เนˆเธญเธ™เน€เธฃเธตเธขเธšเธฃเน‰เธญเธขเนเธฅเน‰เธง" -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:582 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "เธฃเธฒเธขเธ‡เธฒเธ™" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "เธฃเธฒเธขเธ‡เธฒเธ™เธšเธฑเธเธŠเธต" @@ -9623,7 +9685,7 @@ msgstr "เธฃเธฒเธขเธ‡เธฒเธ™เธŸเธตเธ”" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "เธฃเธฒเธขเธ‡เธฒเธ™เธ‚เน‰เธญเธ„เธงเธฒเธก" @@ -9657,7 +9719,7 @@ msgstr "" msgid "Report this feed" msgstr "เธฃเธฒเธขเธ‡เธฒเธ™เธŸเธตเธ”เธ™เธตเน‰" -#: src/screens/Messages/ConversationSettings/index.tsx:581 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "" @@ -9737,7 +9799,7 @@ msgstr "เธฃเธตเน‚เธžเธชเธ•เนŒเธ‚เธญเธ‡เน‚เธžเธชเธ•เนŒเธ™เธตเน‰" msgid "Reposts of your reposts" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:447 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" msgstr "" @@ -9755,7 +9817,7 @@ msgid "Request ignored." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:281 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" msgstr "" @@ -9764,7 +9826,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "" @@ -9791,9 +9853,9 @@ msgstr "เธˆเธณเน€เธ›เน‡เธ™เธชเธณเธซเธฃเธฑเธšเธœเธนเน‰เนƒเธซเน‰เธšเธฃเธดเธเธฒเธฃ msgid "Required in your region" msgstr "เธˆเธณเน€เธ›เน‡เธ™เนƒเธ™เธ เธนเธกเธดเธ เธฒเธ„เธ‚เธญเธ‡เธ„เธธเธ“" -#: src/components/intents/GroupChatJoinDialog.tsx:296 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:310 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:115 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:117 msgid "Rescind request" msgstr "" @@ -9872,7 +9934,7 @@ msgstr "เธฅเธญเธ‡เธ—เธณเธเธดเธˆเธเธฃเธฃเธกเธฅเนˆเธฒเธชเธธเธ”เธ‹เธถเนˆเธ‡เน€เธ #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 #: src/screens/Messages/JoinRequests.tsx:361 @@ -9928,7 +9990,7 @@ msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10015,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:1449 #: 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:1421 #: 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:1449 #: 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:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10022,13 +10084,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:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "" @@ -10058,6 +10120,10 @@ msgstr "" msgid "Scroll right" msgstr "" +#: src/components/dms/MessageItem.tsx:774 +msgid "Scroll to the message this is replying to" +msgstr "" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "เน€เธฅเธทเนˆเธญเธ™เน„เธ›เธ‚เน‰เธฒเธ‡เธšเธ™เธชเธธเธ”" @@ -10067,7 +10133,7 @@ msgstr "เน€เธฅเธทเนˆเธญเธ™เน„เธ›เธ‚เน‰เธฒเธ‡เธšเธ™เธชเธธเธ”" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "เธ„เน‰เธ™เธซเธฒ" @@ -10148,8 +10214,8 @@ msgstr "" msgid "Search my posts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "" @@ -10425,8 +10491,8 @@ msgstr "" msgid "Send feedback" msgstr "เธชเนˆเธ‡เธ‚เน‰เธญเน€เธชเธ™เธญเนเธ™เธฐ" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "เธชเนˆเธ‡เธ‚เน‰เธญเธ„เธงเธฒเธก" @@ -10460,7 +10526,7 @@ msgid "Send via direct message" msgstr "เธชเนˆเธ‡เนƒเธ™เธ‚เน‰เธญเธ„เธงเธฒเธกเธชเนˆเธงเธ™เธ•เธฑเธง" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "" @@ -10565,7 +10631,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 @@ -10577,7 +10643,7 @@ msgstr "เธเธฒเธฃเธŠเธฑเธเธŠเธงเธ™เธ—เธฒเธ‡เน€เธžเธจ" msgid "Share" msgstr "เนเธŠเธฃเนŒ" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "เนเธŠเธฃเนŒเธ•เธฅเธญเธ”" @@ -10641,8 +10707,8 @@ msgstr "เนเธŠเธฃเนŒเธŠเธธเธ”เน€เธฃเธดเนˆเธกเธ•เน‰เธ™เธ™เธตเน‰เนเธฅเธฐเธŠเนˆเธง #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "" @@ -10796,15 +10862,15 @@ msgstr "" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:294 -#: src/screens/Messages/JoinRequest.tsx:300 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,7 +10896,7 @@ msgstr "" msgid "Sign in or create your account to join the conversation!" msgstr "เน€เธ‚เน‰เธฒเธชเธนเนˆเธฃเธฐเธšเธšเธซเธฃเธทเธญเธชเธฃเน‰เธฒเธ‡เธšเธฑเธเธŠเธตเธ‚เธญเธ‡เธ„เธธเธ“เน€เธžเธทเนˆเธญเน€เธ‚เน‰เธฒเธฃเนˆเธงเธกเธเธฒเธฃเธชเธ™เธ—เธ™เธฒ!" -#: src/screens/Messages/JoinRequest.tsx:220 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." msgstr "" @@ -10842,7 +10908,7 @@ msgstr "เน€เธ‚เน‰เธฒเธชเธนเนˆเธฃเธฐเธšเธšเธ”เน‰เธงเธขเธšเธฑเธเธŠเธตเธ—เธตเนˆเน„ msgid "Sign in to Bluesky or create a new account" msgstr "เน€เธ‚เน‰เธฒเธชเธนเนˆเธฃเธฐเธšเธš Bluesky เธซเธฃเธทเธญเธชเธฃเน‰เธฒเธ‡เธšเธฑเธเธŠเธตเนƒเธซเธกเนˆ" -#: src/screens/Messages/JoinRequest.tsx:219 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." msgstr "" @@ -10900,7 +10966,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:1466 msgid "Skip empty posts?" msgstr "" @@ -10971,12 +11037,12 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:347 msgid "Someone reacted {0}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "" @@ -10996,10 +11062,6 @@ msgstr "" msgid "Someone was removed from the group" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "" - #: 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 "" @@ -11043,8 +11105,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 "" @@ -11214,13 +11276,13 @@ msgid "Subscribe" msgstr "เธชเธกเธฑเธ„เธฃเธชเธกเธฒเธŠเธดเธ" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "" @@ -11255,7 +11317,7 @@ msgstr "" msgid "Success!" msgstr "เธชเธณเน€เธฃเน‡เธˆ!" -#: src/components/intents/GroupChatJoinDialog.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" msgstr "" @@ -11355,7 +11417,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:572 +#: src/components/dms/MessageItem.tsx:661 msgid "Tap for details" msgstr "" @@ -11390,7 +11452,7 @@ msgid "Tap to dismiss" msgstr "เธเธ”เน€เธžเธทเนˆเธญเธฅเธš" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:453 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" msgstr "" @@ -11398,34 +11460,34 @@ msgstr "" msgid "Tap to open this group chat" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:452 +#: src/components/intents/GroupChatJoinDialog.tsx:468 msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:537 +#: src/components/dms/MessageItem.tsx:626 msgid "Tap to retry" msgstr "" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:373 msgid "Tap to view reactions" msgstr "" @@ -11528,7 +11590,7 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "เธšเธฑเธเธŠเธตเธˆเธฐเธชเธฒเธกเธฒเธฃเธ–เน‚เธ•เน‰เธ•เธญเธšเธเธฑเธšเธ„เธธเธ“เน„เธ”เน‰เธซเธฅเธฑเธ‡เธˆเธฒเธเธ—เธตเนˆเธ›เธฅเธ”เธšเธฅเน‡เธญเธเนเธฅเน‰เธง" @@ -11594,7 +11656,7 @@ msgstr "" msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:155 +#: src/components/intents/GroupChatJoinDialog.tsx:165 #: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." msgstr "" @@ -11621,7 +11683,7 @@ msgstr "" msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "เธŠเธธเธ”เน€เธฃเธดเนˆเธกเธ•เน‰เธ™เธ—เธตเนˆเธ„เธธเธ“เธžเธขเธฒเธขเธฒเธกเธ”เธนเน„เธกเนˆเธ–เธนเธเธ•เน‰เธญเธ‡ เธ„เธธเธ“เธชเธฒเธกเธฒเธฃเธ–เธฅเธšเธŠเธธเธ”เน€เธฃเธดเนˆเธกเธ•เน‰เธ™เธ™เธตเน‰เนเธ—เธ™เน„เธ”เน‰" -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "" @@ -11665,8 +11727,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "" #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:182 +#: 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 "" @@ -11693,7 +11755,7 @@ msgstr "เน€เธเธดเธ”เธ›เธฑเธเธซเธฒเนƒเธ™เธเธฒเธฃเธ”เธถเธ‡เธเธฒเธฃเนเธˆเน‰เธ‡ msgid "There was an issue fetching posts. Tap here to try again." msgstr "เน€เธเธดเธ”เธ›เธฑเธเธซเธฒเนƒเธ™เธเธฒเธฃเธ”เธถเธ‡เน‚เธžเธชเธ•เนŒ เธ„เธฅเธดเธเธ—เธตเนˆเธ™เธตเนˆเน€เธžเธทเนˆเธญเธฅเธญเธ‡เธญเธตเธเธ„เธฃเธฑเน‰เธ‡" -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "เน€เธเธดเธ”เธ›เธฑเธเธซเธฒเนƒเธ™เธเธฒเธฃเธ”เธถเธ‡เธฅเธดเธชเธ•เนŒ เธ„เธฅเธดเธเธ—เธตเนˆเธ™เธตเนˆเน€เธžเธทเนˆเธญเธฅเธญเธ‡เธญเธตเธเธ„เธฃเธฑเน‰เธ‡" @@ -11733,12 +11795,12 @@ msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "เน€เธเธดเธ”เธ›เธฑเธเธซเธฒเธ—เธตเนˆ {0}!" @@ -11778,7 +11840,7 @@ msgstr "" msgid "They own this chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." msgstr "" @@ -11828,22 +11890,22 @@ msgstr "" 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 "" -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:287 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:430 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" msgstr "" @@ -11881,7 +11943,7 @@ msgstr "" msgid "This content is not viewable without a Bluesky account." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:141 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." msgstr "" @@ -11931,7 +11993,7 @@ msgstr "" msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "" -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" msgstr "" @@ -11947,11 +12009,11 @@ msgstr "" msgid "This information is private and not shared with other users." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:151 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:223 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" msgstr "" @@ -11997,17 +12059,17 @@ msgstr "" msgid "This list is empty." msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:688 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:658 +#: src/components/dms/MessageItem.tsx:684 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12045,11 +12107,11 @@ 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:1041 msgid "This post's author has disabled quote posts." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "" @@ -12242,8 +12304,8 @@ msgstr "" msgid "Topic" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,7 +12375,7 @@ msgctxt "action" msgid "Try again" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." msgstr "" @@ -12335,7 +12397,7 @@ msgstr "" msgid "Two-factor authentication (2FA)" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "" @@ -12401,7 +12463,7 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:726 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12409,14 +12471,14 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:211 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "เธ›เธฅเธ”เธšเธฅเน‡เธญเธ" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "เธ›เธฅเธ”เธšเธฅเน‡เธญเธ" @@ -12427,8 +12489,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "เธ›เธฅเธ”เธšเธฅเน‡เธญเธเธšเธฑเธเธŠเธต" @@ -12437,7 +12499,7 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "เธ›เธฅเธ”เธšเธฅเน‡เธญเธเธšเธฑเธเธŠเธตเธซเธฃเธทเธญเน„เธกเนˆ?" @@ -12474,12 +12536,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "เน€เธฅเธดเธเธ•เธดเธ”เธ•เธฒเธก {0}" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "เน€เธฅเธดเธเธ•เธดเธ”เธ•เธฒเธกเธšเธฑเธเธŠเธต" @@ -12521,11 +12583,11 @@ msgstr "" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:567 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "" @@ -12548,8 +12610,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "เน€เธ›เธดเธ”เน€เธชเธตเธขเธ‡เธšเธฑเธเธŠเธต" @@ -12562,7 +12624,7 @@ msgstr "เน€เธ›เธดเธ”เน€เธชเธตเธขเธ‡เธเธฒเธฃเธชเธ™เธ—เธ™เธฒ" msgid "Unmute list" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:529 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "" @@ -12641,7 +12703,7 @@ msgstr "เน€เธฅเธดเธเธชเธกเธฑเธ„เธฃเธฃเธฑเธšเธ‚เน‰เธญเธกเธนเธฅเธˆเธฒเธเธฅเธดเธช msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1557 +#: src/view/com/composer/Composer.tsx:1555 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -12654,12 +12716,9 @@ msgstr "" msgid "Update" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "เธญเธฑเธ›เน€เธ”เธ• <0>{displayName} เนƒเธ™เธฅเธดเธชเธ•เนŒ" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" msgstr "" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 @@ -12669,6 +12728,10 @@ msgstr "" msgid "Update email" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 #: src/screens/Messages/components/InviteLinkDialog.tsx:303 @@ -12680,14 +12743,6 @@ msgstr "" msgid "Update to {domain}" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "" - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "" @@ -12736,7 +12791,7 @@ msgstr "เธญเธฑเธ›เน‚เธซเธฅเธ”เธˆเธฒเธเน„เธŸเธฅเนŒ" msgid "Upload from Library" msgstr "เธญเธฑเธ›เน‚เธซเธฅเธ”เธˆเธฒเธเน„เธฅเธšเธฃเธฒเธฃเธต" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2585 msgid "Uploading GIF..." msgstr "" @@ -12750,7 +12805,7 @@ msgstr "" msgid "Uploading link thumbnail..." msgstr "" -#: src/view/com/composer/Composer.tsx:2589 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading video..." msgstr "" @@ -12826,7 +12881,7 @@ msgid "User Blocks You" msgstr "เธœเธนเน‰เนƒเธŠเน‰เธšเธฅเน‡เธญเธเธ„เธธเธ“" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "เธฅเธดเธชเธ•เนŒเธœเธนเน‰เนƒเธŠเน‰เน‚เธ”เธข {0}" @@ -12835,7 +12890,7 @@ msgstr "เธฅเธดเธชเธ•เนŒเธœเธนเน‰เนƒเธŠเน‰เน‚เธ”เธข {0}" msgid "User List by {0}" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "เธฅเธดเธชเธ•เนŒเธœเธนเน‰เนƒเธŠเน‰เน‚เธ”เธขเธ„เธธเธ“" @@ -12875,16 +12930,6 @@ msgstr "เธœเธนเน‰เนƒเธŠเน‰เธ—เธตเนˆเธ•เธดเธ”เธ•เธฒเธกเน‚เธ”เธข <0>@{0}" msgid "users following <0>@{0}" msgstr "" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "เธ„เนˆเธฒ:" @@ -12912,8 +12957,8 @@ msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "" @@ -13039,7 +13084,7 @@ msgstr "เน„เธกเนˆเธžเธšเธงเธดเธ”เธตเน‚เธญ" msgid "Video settings" msgstr "เธเธฒเธฃเธ•เธฑเน‰เธ‡เธ„เนˆเธฒเธงเธดเธ”เธตเน‚เธญ" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2605 msgid "Video uploaded" msgstr "" @@ -13056,14 +13101,14 @@ msgstr "" msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1150 +#: src/view/com/composer/Composer.tsx:1148 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "" @@ -13078,7 +13123,7 @@ msgstr "เธ”เธนเธญเธงเธ•เธฒเธฃเนŒเธ‚เธญเธ‡ {0}" #: 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 "เธ”เธนเน‚เธ›เธฃเน„เธŸเธฅเนŒเธ‚เธญเธ‡ {0}" @@ -13092,7 +13137,7 @@ msgstr "" msgid "View {displayName}โ€™s profile" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "" @@ -13145,7 +13190,7 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1143 msgid "View post" msgstr "" @@ -13162,10 +13207,10 @@ msgstr "เธ”เธนเน‚เธ›เธฃเน„เธŸเธฅเนŒ" msgid "View profile banner" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "" @@ -13173,7 +13218,7 @@ msgstr "" msgid "View the avatar" msgstr "เธ”เธนเธญเธงเธ•เธฒเธฃเนŒ" -#: src/screens/Messages/ConversationSettings/index.tsx:554 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "" @@ -13441,7 +13486,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:1039 msgid "We're sorry! The post you are replying to has been deleted." msgstr "เธ‚เธญเธญเธ เธฑเธข! เน‚เธžเธชเธ•เนŒเธ—เธตเนˆเธ„เธธเธ“เธ•เธญเธšเธเธฅเธฑเธšเธ–เธนเธเธฅเธšเน„เธ›เนเธฅเน‰เธง" @@ -13492,7 +13537,7 @@ msgid "What do you want to call your starter pack?" msgstr "เธ„เธธเธ“เธ•เน‰เธญเธ‡เธเธฒเธฃเธ•เธฑเน‰เธ‡เธŠเธทเนˆเธญเธŠเธธเธ”เน€เธฃเธดเนˆเธกเธ•เน‰เธ™เธ‚เธญเธ‡เธ„เธธเธ“เธงเนˆเธฒเธญเธฐเน„เธฃ?" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1519 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "เธกเธตเธญเธฐเน„เธฃเนƒเธซเธกเนˆ?" @@ -13519,7 +13564,7 @@ msgid "Who can verify?" msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "เธญเธธเนŠเธข!" @@ -13578,7 +13623,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:1437 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13587,12 +13632,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1617 +#: src/view/com/composer/Composer.tsx:1615 msgid "Write post" msgstr "เน€เธ‚เธตเธขเธ™เน‚เธžเธชเธ•เนŒ" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1517 msgid "Write your reply" msgstr "เน€เธ‚เธตเธขเธ™เธ„เธณเธ•เธญเธšเธ‚เธญเธ‡เธ„เธธเธ“" @@ -13658,7 +13703,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:610 +#: src/components/dms/MessageItem.tsx:699 msgid "You are blocking {0}" msgstr "" @@ -13764,11 +13809,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:220 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:1442 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13803,8 +13848,8 @@ msgstr "" msgid "You can update this later from your settings." msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:115 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13839,7 +13884,7 @@ msgstr "เธ„เธธเธ“เธขเธฑเธ‡เน„เธกเนˆเธกเธตเธŸเธตเธ”เธ—เธตเนˆเธšเธฑเธ™เธ—เธถเธ." msgid "You got here first" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:166 +#: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and canโ€™t join it using this link." msgstr "" @@ -13884,6 +13929,7 @@ msgstr "เธ„เธธเธ“เน„เธ”เน‰เธ›เธดเธ”เน€เธชเธตเธขเธ‡เธšเธฑเธเธŠเธตเธ™เธตเน‰" msgid "You have muted this user" msgstr "เธ„เธธเธ“เน„เธ”เน‰เธ›เธดเธ”เน€เธชเธตเธขเธ‡เธœเธนเน‰เนƒเธŠเน‰เธ„เธ™เธ™เธตเน‰" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "เธ„เธธเธ“เน„เธกเนˆเธกเธตเธฅเธดเธชเธ•เนŒ" @@ -13912,7 +13958,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:1432 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -13970,7 +14016,7 @@ msgstr "" msgid "You may only add up to 3 feeds" msgstr "เธ„เธธเธ“เธชเธฒเธกเธฒเธฃเธ–เน€เธžเธดเนˆเธกเน„เธ”เน‰เธชเธนเธ‡เธชเธธเธ” 3 เธŸเธตเธ”" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." msgstr "" @@ -13983,7 +14029,7 @@ msgid "You must be following at least seven other people to generate a starter p msgstr "เธ„เธธเธ“เธ•เน‰เธญเธ‡เธ•เธดเธ”เธ•เธฒเธกเธœเธนเน‰เธญเธทเนˆเธ™เธญเธขเนˆเธฒเธ‡เธ™เน‰เธญเธข 7 เธ„เธ™เธˆเธถเธ‡เธˆเธฐเธชเธฒเธกเธฒเธฃเธ–เธชเธฃเน‰เธฒเธ‡เธŠเธธเธ”เน€เธฃเธดเนˆเธกเธ•เน‰เธ™เน„เธ”เน‰" #: src/components/StarterPack/QrCodeDialog.tsx:69 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:89 msgid "You must grant access to your photo library to save a QR code" msgstr "เธ„เธธเธ“เธ•เน‰เธญเธ‡เธญเธ™เธธเธเธฒเธ•เนƒเธซเน‰เน€เธ‚เน‰เธฒเธ–เธถเธ‡เธ„เธฅเธฑเธ‡เธฃเธนเธ›เธ เธฒเธžเธ‚เธญเธ‡เธ„เธธเธ“เน€เธžเธทเนˆเธญเธšเธฑเธ™เธ—เธถเธเธฃเธซเธฑเธช QR" @@ -14009,12 +14055,12 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:259 +#: src/components/dms/MessageItem.tsx:340 msgid "You reacted {0}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "" @@ -14023,8 +14069,20 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" +#: src/components/dms/MessageItem.tsx:804 +msgid "You replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:802 +msgid "You replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:800 +msgid "You replied to yourself" +msgstr "" + #. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 msgid "You requested to join" msgstr "" @@ -14050,12 +14108,12 @@ msgstr "เธ„เธธเธ“เธˆเธฐเน€เธฃเธดเนˆเธกเน„เธ”เน‰เธฃเธฑเธšเธเธฒเธฃเนเธˆเน‰เธ‡เน€ msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "เธ„เธธเธ“เธˆเธฐเน„เธ”เน‰เธฃเธฑเธšเธญเธตเน€เธกเธฅเธ—เธตเนˆเธกเธต \"เธฃเธซเธฑเธชเธฃเธตเน€เธ‹เน‡เธ•\" เนƒเธชเนˆเธฃเธซเธฑเธชเธ™เธฑเน‰เธ™เธ—เธตเนˆเธ™เธตเนˆ เธˆเธฒเธเธ™เธฑเน‰เธ™เนƒเธชเนˆเธฃเธซเธฑเธชเธœเนˆเธฒเธ™เนƒเธซเธกเนˆเธ‚เธญเธ‡เธ„เธธเธ“" -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "" #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "" @@ -14127,7 +14185,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:644 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14199,11 +14257,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 "" @@ -14295,11 +14353,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:1139 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1136 msgid "Your posts were sent" msgstr "" @@ -14320,7 +14378,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:1140 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your reply was sent" msgstr "" @@ -14333,7 +14391,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:1467 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 84253dc779..b13549b593 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-10 21:06\n" +"PO-Revision-Date: 2026-06-17 12:23\n" "Last-Translator: \n" "Language-Team: Turkish\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "\"{interestsDisplayName}\" kategorisi (etkin)" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:867 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" -msgstr "" +msgstr "(sohbet davetiyesi baฤŸlantฤฑsฤฑ)" -#: src/components/dms/getMessageInfo.ts:73 +#: 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)" @@ -75,7 +79,7 @@ msgstr "Bu iรงeriฤŸe {0, plural, other {# iลŸaret}} konmuลŸ" msgid "{0, plural, one {# like} other {# likes}}" msgstr "{0, plural, other {# beฤŸeni}}" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "{0, plural, other {# รผye}}" @@ -97,7 +101,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:269 +#: src/components/dms/MessageItem.tsx:350 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "{0, plural, other {# kiลŸi}} tepki verdi โ€“ {1}" @@ -118,15 +122,15 @@ msgstr "{0, plural, other {# saniye}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "{0, plural, other {# okunmamฤฑลŸ รถฤŸe}}" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "{0, plural, other {#dk}}" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "{0} takip edilen" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:703 msgid "{0} is blocking you" msgstr "{0} sizi engelliyor" @@ -273,7 +277,7 @@ msgstr "50'de {0}" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:345 msgid "{0} reacted {1}" msgstr "{0} ลŸu tepkiyi verdi: {1}" @@ -326,32 +330,30 @@ msgstr "{0} kullanฤฑcฤฑsฤฑnฤฑn avatarฤฑ" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:143 +#: 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'. -#. placeholder {0}: preview.memberCount -#. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 -msgid "{0}/{1} {2, plural, one {member} other {members}}" -msgstr "" - -#. The number of active group chat members out of the total number allowed. +#. The number of members in a group chat, in the format '{members}/{total} members'. #. placeholder {0}: joinLinkPreview.memberCount +#. placeholder {0}: preview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:329 -msgid "{0}/{1} members" -msgstr "{0}/{1} รผye" +#. placeholder {1}: preview.memberLimit +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 +msgid "{0}/{1} {2, plural, one {member} other {members}}" +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 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" -msgstr "" +msgstr "{0}/{imageCount}" #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value @@ -379,7 +381,7 @@ msgstr "{0}sn" #: 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 {Hiรง katฤฑlma talebi yok} other {# katฤฑlma talebi}}" #: src/components/dms/SystemMessageGroup.tsx:38 msgid "{count, plural, one {# chat update} other {# chat updates}}" @@ -387,9 +389,9 @@ msgstr "{count, plural, other {# sohbet gรผncellemesi}}" #: src/screens/Messages/components/RequestStatus.tsx:74 msgid "{count, plural, one {# new join request} other {# new join requests}}" -msgstr "" +msgstr "{count, plural, other {# yeni katฤฑlma talebi}}" -#: src/screens/Messages/components/InboxRequests.tsx:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "{count, plural, other {# talep}}" @@ -397,32 +399,10 @@ msgstr "{count, plural, other {# talep}}" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "{count, plural, other {# okunmamฤฑลŸ รถฤŸe}}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "" - #. 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 "" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "{count}+" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "{count}+ talep" +msgstr "{count, plural, other {#+ katฤฑlma talebi}}" #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" @@ -441,155 +421,155 @@ msgstr "{estimatedTimeHrs, plural, other {saat}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, other {dakika}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: 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" -#: 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 "{firstAuthorLink} ve <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} kiลŸi daha}} รถzelleลŸtirilmiลŸ akฤฑลŸฤฑnฤฑzฤฑ beฤŸendi" -#: 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 "{firstAuthorLink} ve <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} kiลŸi daha}} gรถnderinizi beฤŸendi" -#: 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 "{firstAuthorLink} ve <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} kiลŸi daha}} yeniden gรถnderinizi beฤŸendi" -#: 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 "{firstAuthorLink} ve <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} kiลŸi daha}} doฤŸrulamalarฤฑnฤฑ hesabฤฑnฤฑzdan kaldฤฑrdฤฑ" -#: 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 "{firstAuthorLink} ve <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} kiลŸi daha}} gรถnderinizi yeniden gรถnderdi" -#: 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 "{firstAuthorLink} ve <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} kiลŸi daha}} yeniden gรถnderinizi yeniden gรถnderdi" -#: 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 "{firstAuthorLink} ve <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} kiลŸi daha}} baลŸlangฤฑรง paketinizle kaydoldu" -#: 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 "{firstAuthorLink} ve <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} kiลŸi daha}} sizi doฤŸruladฤฑ" -#: src/view/com/notifications/NotificationFeedItem.tsx:367 +#: src/view/com/notifications/NotificationFeedItem.tsx:373 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} sizi takip etti" -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} sizi geri takip etti" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} รถzelleลŸtirilmiลŸ akฤฑลŸฤฑnฤฑzฤฑ beฤŸendi" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} gรถnderini beฤŸendi" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:512 msgid "{firstAuthorLink} liked your repost" msgstr "{firstAuthorLink} yeniden gรถnderinizi beฤŸendi" -#: src/view/com/notifications/NotificationFeedItem.tsx:479 +#: src/view/com/notifications/NotificationFeedItem.tsx:485 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} doฤŸrulamasฤฑnฤฑ hesabฤฑnฤฑzdan kaldฤฑrdฤฑ" -#: src/view/com/notifications/NotificationFeedItem.tsx:334 +#: src/view/com/notifications/NotificationFeedItem.tsx:340 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} gรถnderini yeniden gรถnderdi" -#: src/view/com/notifications/NotificationFeedItem.tsx:530 +#: src/view/com/notifications/NotificationFeedItem.tsx:536 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink} yeniden gรถnderinizi yeniden gรถnderdi" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:431 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} sizin baลŸlangฤฑรง paketinizle kaydoldu" -#: src/view/com/notifications/NotificationFeedItem.tsx:454 +#: src/view/com/notifications/NotificationFeedItem.tsx:460 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} sizi doฤŸruladฤฑ" -#: 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 "{firstAuthorName} ve {additionalAuthorsCount, plural, other {{formattedAuthorsCount} kiลŸi daha}} sizi takip etti" -#: 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 "{firstAuthorName} ve {additionalAuthorsCount, plural, other {{formattedAuthorsCount} kiลŸi daha}} sizi takip etti" -#: 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 "{firstAuthorName} ve {additionalAuthorsCount, plural, other {{formattedAuthorsCount} kiลŸi daha}} gรถnderinizi beฤŸendi" -#: 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 "{firstAuthorName} ve {additionalAuthorsCount, plural, other {{formattedAuthorsCount} kiลŸi daha}} yeniden gรถnderinizi beฤŸendi" -#: 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 "{firstAuthorName} ve {additionalAuthorsCount, plural, other {{formattedAuthorsCount} kiลŸi daha}} doฤŸrulamalarฤฑnฤฑ hesabฤฑnฤฑzdan kaldฤฑrdฤฑ" -#: 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 "{firstAuthorName} ve {additionalAuthorsCount, plural, other {{formattedAuthorsCount} kiลŸi daha}} gรถnderinizi yeniden gรถnderdi" -#: 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 "{firstAuthorName} ve {additionalAuthorsCount, plural, other {{formattedAuthorsCount} kiลŸi daha}} yeniden gรถnderinizi yeniden gรถnderdi" -#: 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 "{firstAuthorName} ve {additionalAuthorsCount, plural, other {{formattedAuthorsCount} kiลŸi daha}} baลŸlangฤฑรง paketinizle kaydoldu" -#: 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 "{firstAuthorName} ve {additionalAuthorsCount, plural, other {{formattedAuthorsCount} kiลŸi daha}} sizi doฤŸruladฤฑ" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:359 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} sizi takip etti" -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} sizi geri takip etti" -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} รถzelleลŸtirdiฤŸiniz akฤฑลŸฤฑnฤฑzฤฑ beฤŸendi" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} gรถnderini beฤŸendi" -#: src/view/com/notifications/NotificationFeedItem.tsx:492 +#: src/view/com/notifications/NotificationFeedItem.tsx:498 msgid "{firstAuthorName} liked your repost" msgstr "{firstAuthorName} yeniden gรถnderinizi beฤŸendi" -#: src/view/com/notifications/NotificationFeedItem.tsx:465 +#: src/view/com/notifications/NotificationFeedItem.tsx:471 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} doฤŸrulamalarฤฑnฤฑ hesabฤฑnฤฑzdan kaldฤฑrdฤฑ" -#: src/view/com/notifications/NotificationFeedItem.tsx:320 +#: src/view/com/notifications/NotificationFeedItem.tsx:326 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} gรถnderini yeniden gรถnderdi" -#: src/view/com/notifications/NotificationFeedItem.tsx:516 +#: src/view/com/notifications/NotificationFeedItem.tsx:522 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName} yeniden gรถnderinizi yeniden gรถnderdi" -#: src/view/com/notifications/NotificationFeedItem.tsx:411 +#: src/view/com/notifications/NotificationFeedItem.tsx:417 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} sizin baลŸlangฤฑรง paketinizle kaydoldu" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} sizi doฤŸruladฤฑ" @@ -621,12 +601,12 @@ msgstr "{hours, plural, other {# saat}}" #. 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}+ yeni katฤฑlma talebi" #: 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}+ yeni katฤฑlma talebi" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack #: src/components/StarterPack/StarterPackCard.tsx:102 @@ -659,12 +639,12 @@ msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "{minutes, plural, other {# dakika}}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "{name} {target} iรงin {0} tepkisi verdi" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "{name}: {message}" @@ -697,6 +677,18 @@ msgstr "{profileName} Bluesky'a {timeAgoString} รถnce bir baลŸlangฤฑรง paketi ku msgid "{rank}." msgstr "{rank}." +#: src/components/dms/MessageItem.tsx:813 +msgid "{replierDisplayName} replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:809 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:807 +msgid "{replierDisplayName} replied to you" +msgstr "" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -729,7 +721,7 @@ msgstr "{userName} kullanฤฑcฤฑsฤฑnฤฑn doฤŸrulamalarฤฑ" #. 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 @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "Bluesky'da bulabileceฤŸiniz bazฤฑ popรผler akฤฑลŸlarฤฑn derlenmiลŸ hali" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "bir mesaj" @@ -873,8 +875,8 @@ msgstr "Bir aฤŸ hatasฤฑ oluลŸtu. Lรผtfen internet baฤŸlantฤฑnฤฑzฤฑ kontrol edin" #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 #: src/screens/Messages/JoinRequests.tsx:192 #: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." @@ -955,7 +957,7 @@ msgstr "Bu dil รถnerisini kabul et" msgid "Accepted conversations" msgstr "Kabul edilen yazฤฑลŸmalar" -#: src/components/intents/GroupChatJoinDialog.tsx:113 +#: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "EriลŸim istendi! Grup sahibi talebinizi inceleyecek." @@ -980,12 +982,12 @@ msgstr "Hesap" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "Hesap engellendi" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "Hesap takip edildi" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "Hesap dondurulmuลŸ" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "Hesap susturuldu" @@ -1028,18 +1030,18 @@ msgstr "Hesap hฤฑzlฤฑ eriลŸimden kaldฤฑrฤฑldฤฑ" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "Hesap engeli kaldฤฑrฤฑldฤฑ" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "Hesap takibi bฤฑrakฤฑldฤฑ" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "Hesap sessizden รงฤฑkarฤฑldฤฑ" @@ -1054,12 +1056,13 @@ msgstr "ร‡ฤฑkฤฑntฤฑlฤฑ onay tikine sahip hesaplar <0><1/> baลŸka hesaplarฤฑ msgid "Activity from others" msgstr "BaลŸkalarฤฑnฤฑn etkinlikleri" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "Ekle" @@ -1112,11 +1115,11 @@ msgstr "Alternatif metin ekle (isteฤŸe baฤŸlฤฑ)" msgid "Add another account" msgstr "BaลŸka hesap ekle" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1518 msgid "Add another post" msgstr "BaลŸka gรถnderi ekle" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2181 msgid "Add another post to thread" msgstr "Konuya yeni bir gรถnderi ekle" @@ -1182,13 +1185,13 @@ msgstr "Sessize alฤฑnacak kelimeler ve etiketler ekle" msgid "Add people" msgstr "KiลŸi ekle" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "Listeye birilerini ekleyin" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:191 msgid "Add people with a link" -msgstr "" +msgstr "KiลŸileri bir baฤŸlantฤฑyla ekle" #: src/components/dms/EmojiPopup.android.tsx:56 msgid "Add Reaction" @@ -1214,8 +1217,8 @@ msgstr "Alan adฤฑnฤฑza aลŸaฤŸฤฑdaki DNS kaydฤฑnฤฑ ekleyin:" msgid "Add this feed to your feeds" msgstr "AkฤฑลŸlarฤฑnฤฑza bu akฤฑลŸฤฑ ekleyin" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "Listelere ekle" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "Kayฤฑtlฤฑ gรถnderilere ekle" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "BaลŸlangฤฑรง paketlerine ekle" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "Kullanฤฑcฤฑyฤฑ listeye ekle" @@ -1246,8 +1249,8 @@ msgstr "{0} tarafฤฑndan eklendi" msgid "Added by invite link" msgstr "Davetiye baฤŸlantฤฑsฤฑyla eklendi" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "Listeye eklendi" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "ayse@ornek.com" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "Hepsi" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "Tรผmรผ {0}" @@ -1521,7 +1524,7 @@ msgid "An error occurred while loading your lists :/" msgstr "Listeleriniz yรผklenirken bir hata oluลŸtu :/" #: src/components/StarterPack/QrCodeDialog.tsx:81 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:103 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "QR kod kaydedilirken bir hata oluลŸtu!" @@ -1558,7 +1561,7 @@ msgstr "Birkaรง Bluesky gรถnderisinin yeniden gรถnderi, beฤŸeni ve yorum yapma s #: 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 uygulamasฤฑnฤฑn iรงinden kaฤŸฤฑttan uรงak รงฤฑkan haliyle arkadaลŸ davetini temsil eden bir illรผstrasyonu" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 #: src/components/verification/VerifierDialog.tsx:88 @@ -1589,8 +1592,8 @@ msgstr "Sohbeti aรงmaya รงalฤฑลŸฤฑrken bir sorun oluลŸtu" #: 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 "Bir sorun oluลŸtu, lรผtfen tekrar deneyin." @@ -1643,7 +1646,7 @@ msgstr "Herkes" msgid "Anyone can interact" msgstr "Herkes etkileลŸime geรงebilir" -#: src/components/intents/GroupChatJoinDialog.tsx:340 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" msgstr "Herkes katฤฑlabilir" @@ -1796,8 +1799,8 @@ msgstr "Bu baลŸlangฤฑรง paketini silmek istediฤŸinize emin misiniz?" msgid "Are you sure you want to discard your changes?" msgstr "DeฤŸiลŸiklikleri iptal etmek istediฤŸinizden emin misiniz?" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "{groupName} grubundan รงฤฑkmak istediฤŸinizden emin misiniz?" @@ -1807,18 +1810,18 @@ msgstr "Bu yazฤฑลŸmayฤฑ terk etmek istediฤŸinizden emin misiniz?" #: 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 "Bu yazฤฑลŸmadan ayrฤฑlmak istediฤŸinize emin misiniz? Mesajlarฤฑnฤฑz sizin iรงin silinecek ama diฤŸer katฤฑlฤฑmcฤฑlar iรงin silinmeyecektir." #: src/components/FeedCard.tsx:374 msgid "Are you sure you want to remove this from your feeds?" msgstr "Bunu akฤฑลŸlarฤฑnฤฑzdan รงฤฑkarmak istediฤŸinize emin misiniz?" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 msgid "Are you sure you want to rescind your request to join {0}?" -msgstr "" +msgstr "{0} grubuna katฤฑlma talebinizi geri รงekmek istediฤŸinizden emin misiniz?" -#: src/view/com/composer/Composer.tsx:1656 +#: src/view/com/composer/Composer.tsx:1654 msgid "Are you sure you'd like to discard this post?" msgstr "Bu taslaฤŸฤฑ silmek istediฤŸinizden emin misiniz?" @@ -1958,10 +1961,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:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2009,8 +2012,8 @@ msgstr "{displayName} kullanฤฑcฤฑsฤฑnฤฑ engelle" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "Hesabฤฑ engelle" @@ -2088,6 +2091,10 @@ 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." @@ -2148,7 +2155,7 @@ msgstr "Bluesky arkadaลŸlarla daha eฤŸlenceli. Sizinkilerden bazฤฑlarฤฑnฤฑ davet #: src/features/inviteFriends/InviteScannerScreen.tsx:105 msgid "Bluesky needs camera access to scan QR codes from other profiles." -msgstr "" +msgstr "Bluesky diฤŸer profillerden karekod taramak iรงin kamera eriลŸimine ihtiyaรง duymaktadฤฑr." #: src/screens/Takendown.tsx:213 msgid "Bluesky Social Terms of Service" @@ -2196,7 +2203,7 @@ msgstr "Site kurallarฤฑnฤฑ ihlal" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:200 msgid "Bring up to 50 friends together in one chat." -msgstr "" +msgstr "50 adede kadar arkadaลŸฤฑnฤฑzฤฑ tek bir sohbette toplayฤฑn." #: src/view/com/feeds/ProfileFeedgens.tsx:167 #: src/view/com/feeds/ProfileFeedgens.tsx:168 @@ -2260,7 +2267,7 @@ msgstr "Ana akฤฑลŸa geri dรถnรผลŸ butonu" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:181 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2269,20 +2276,20 @@ msgstr "{0} tarafฤฑndan" #. placeholder {0}: authorProfile.handle #: src/components/Post/Embed/StandardSiteEmbed/StandardSiteMetaRow.tsx:77 msgid "by @{0}" -msgstr "" +msgstr "@{0} tarafฤฑndan" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:363 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "<0>{0} tarafฤฑndan geliลŸtiriliyor" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" -msgstr "" +msgstr "<0>{ownerDisplayName} tarafฤฑndan" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:182 msgid "By clicking \"Continue\" you acknowledge that you understand and agree to these updates." @@ -2314,7 +2321,7 @@ msgstr "Kamera" #: src/features/inviteFriends/InviteScannerScreen.tsx:96 msgid "Camera access needed" -msgstr "" +msgstr "Kamera eriลŸimi gerekli" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:213 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:133 @@ -2348,10 +2355,10 @@ msgstr "" #: src/screens/Deactivated.tsx:150 #: src/screens/Messages/components/InviteLinkDialog.tsx:500 #: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,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:1732 +#: src/view/com/composer/Composer.tsx:1742 #: 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 @@ -2380,6 +2387,10 @@ msgstr "Alฤฑntฤฑ gรถnderiyi iptal et" msgid "Cancel reactivation and sign out" msgstr "Yeniden etkinleลŸtirmeyi iptal et ve รงฤฑkฤฑลŸ yap" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "Aramayฤฑ iptal et" @@ -2481,7 +2492,7 @@ msgstr "BaลŸlangฤฑรง paketine yapฤฑlan deฤŸiลŸiklikler listeyi oluลŸturduktan so #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,7 +2509,7 @@ msgid "Chat ended" msgstr "Sohbet sona erdi" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:256 +#: src/components/intents/GroupChatJoinDialog.tsx:269 #: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" msgstr "Sohbet davetiye baฤŸlantฤฑsฤฑ artฤฑk mevcut deฤŸil" @@ -2520,14 +2531,14 @@ msgctxt "toast" msgid "Chat muted" msgstr "Sohbet sessize alฤฑndฤฑ" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." -msgstr "" +msgstr "Sohbet bulunamadฤฑ." -#: src/components/moderation/BlockDialog.tsx:292 +#: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." -msgstr "" +msgstr "Sohbet sahipleri grup sohbetinden ayrฤฑlamaz." #: src/components/dms/dialogs/NewChatDialog.tsx:73 msgid "Chat recipient is not followed by the sender." @@ -2544,10 +2555,10 @@ msgstr "Sohbet istekleri" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "MesajlaลŸma ayarlarฤฑ" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Sohbet sessizden รงฤฑkarฤฑldฤฑ" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "Sohbetler" @@ -2731,7 +2742,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:533 +#: src/components/dms/MessageItem.tsx:622 msgid "Click to retry failed message" msgstr "ฤฐletilemeyen mesajฤฑ tekrar denemek iรงin tฤฑklayฤฑn" @@ -2745,6 +2756,7 @@ msgstr "ฤฐletilemeyen mesajฤฑ tekrar denemek iรงin tฤฑklayฤฑn" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "ฤฐletilemeyen mesajฤฑ tekrar denemek iรงin tฤฑklayฤฑn" #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:233 -#: src/components/intents/GroupChatJoinDialog.tsx:268 +#: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2802,11 +2814,7 @@ msgstr "Uyarฤฑyฤฑ kapat" #: src/screens/Messages/components/RequestStatus.tsx:82 msgid "Close banner" -msgstr "" - -#: src/view/com/util/BottomSheetCustomBackdrop.tsx:36 -msgid "Close bottom drawer" -msgstr "Alt รงekmeceyi kapat" +msgstr "Bildirimi kapat" #. Accessibility label for the button that dismisses the GIF picker error dialog. #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:223 @@ -2822,7 +2830,7 @@ msgstr "Alt รงekmeceyi kapat" msgid "Close dialog" msgstr "Diyalogu kapat" -#: src/view/shell/index.web.tsx:129 +#: src/view/shell/index.web.tsx:127 msgid "Close drawer menu" msgstr "ร‡ekmece menรผyรผ kapat" @@ -2844,16 +2852,16 @@ msgstr "Menรผyรผ kapat" #: src/features/inviteFriends/InviteScannerScreen.tsx:167 msgid "Close scanner" -msgstr "" +msgstr "Tarayฤฑcฤฑyฤฑ kapat" #: src/screens/Messages/components/RequestStatus.tsx:83 msgid "Close the incoming requests banner" -msgstr "" +msgstr "Gelen talepler bildirimini kapat" -#: src/components/intents/GroupChatJoinDialog.tsx:226 -#: src/components/intents/GroupChatJoinDialog.tsx:227 -#: src/components/intents/GroupChatJoinDialog.tsx:263 -#: src/components/intents/GroupChatJoinDialog.tsx:264 +#: 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 msgid "Close this dialog" msgstr "Bu diyalogu kapat" @@ -2866,21 +2874,21 @@ 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:1742 +#: src/view/com/composer/Composer.tsx:1740 msgid "Closes post composer and discards post draft" msgstr "Gรถnderi dรผzenleyiciyi kapatฤฑr ve gรถnderi taslaฤŸฤฑnฤฑ siler" -#: src/view/com/notifications/NotificationFeedItem.tsx:605 +#: src/view/com/notifications/NotificationFeedItem.tsx:611 msgid "Collapse list of users" msgstr "Kullanฤฑcฤฑ listesini daralt" -#: src/view/com/notifications/NotificationFeedItem.tsx:953 +#: src/view/com/notifications/NotificationFeedItem.tsx:959 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 msgid "Color" -msgstr "" +msgstr "Renk" #: src/components/dialogs/Embed.tsx:150 #: src/screens/Settings/AppearanceSettings.tsx:81 @@ -2920,7 +2928,7 @@ msgid "Compose new post" msgstr "Yeni gรถnderi oluลŸtur" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1618 +#: src/view/com/composer/Composer.tsx:1616 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "{0, plural, other {# karakter}} uzunluฤŸuna kadar gรถnderiler oluลŸturun" @@ -2928,11 +2936,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:2580 +#: src/view/com/composer/Composer.tsx:2578 msgid "Compressing GIF..." msgstr "GIF sฤฑkฤฑลŸtฤฑrฤฑlฤฑyor..." -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing video..." msgstr "Video sฤฑkฤฑลŸtฤฑrฤฑlฤฑyor..." @@ -3100,7 +3108,7 @@ msgstr "Sonraki adฤฑma devam et" msgid "Conversation" msgstr "YazฤฑลŸma" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "YazฤฑลŸma silindi" @@ -3127,7 +3135,7 @@ msgid "Copied build version to clipboard" msgstr "Sรผrรผm numarasฤฑ panoya kopyalandฤฑ" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3154,12 @@ msgstr "Kopyalandฤฑ!" msgid "Copies build version to clipboard" msgstr "GeliลŸtirme sรผrรผmรผnรผ panoya kopyalar" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" -msgstr "" +msgstr "Yaygฤฑn profil URL'sini panoya kopyalar" #: src/components/StarterPack/QrCodeDialog.tsx:198 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:265 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "Kopyala" @@ -3159,8 +3167,8 @@ msgstr "Kopyala" msgid "Copy App Password" msgstr "Uygulama ลžifresini Kopyala" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "Bu at:// URI'sini kopyala" @@ -3175,8 +3183,8 @@ msgid "Copy code" msgstr "Kodu kopyala" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "DID'i kopyala" @@ -3184,9 +3192,9 @@ msgstr "DID'i kopyala" msgid "Copy host" msgstr "Sunucu adฤฑnฤฑ kopyala" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:254 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" -msgstr "" +msgstr "Davetiye baฤŸlantฤฑsฤฑnฤฑ kopyala" #: src/components/dms/ChatInvite/Root.tsx:91 #: src/components/StarterPack/ShareDialog.tsx:115 @@ -3210,8 +3218,8 @@ msgstr "Liste baฤŸlantฤฑsฤฑnฤฑ kopyala" msgid "Copy link to post" msgstr "Gรถnderi baฤŸlantฤฑsฤฑnฤฑ kopyala" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "Profil baฤŸlantฤฑsฤฑnฤฑ kopyala" @@ -3219,8 +3227,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:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "Mesajฤฑ kopyala" @@ -3249,9 +3257,9 @@ msgstr "TXT kayฤฑt deฤŸerini kopyala" msgid "Copyright Policy" msgstr "Telif Hakkฤฑ Politikasฤฑ" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" -msgstr "" +msgstr "Karekod okunamadฤฑ" #: src/view/com/feeds/MissingFeed.tsx:42 msgid "Could not connect to custom feed" @@ -3261,13 +3269,13 @@ msgstr "ร–zelleลŸtirilmiลŸ akฤฑลŸa baฤŸlanฤฑlamadฤฑ" msgid "Could not connect to feed service" msgstr "AkฤฑลŸ hizmetine baฤŸlanฤฑlamadฤฑ" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:120 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" -msgstr "" +msgstr "Kopyalanamadฤฑ โ€“ lรผtfen tekrar deneyin" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" -msgstr "" +msgstr "ฤฐndirilemedi โ€“ lรผtfen tekrar deneyin" #: src/screens/Messages/components/MessageInputEmbed.tsx:200 msgid "Could not fetch post" @@ -3294,9 +3302,9 @@ msgstr "Tรผm tutan baฤŸlantฤฑlar takip edilemedi. {0}" msgid "Could not leave chat" msgstr "Sohbetten ayrฤฑlฤฑnamadฤฑ" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." -msgstr "" +msgstr "Sohbet bฤฑrakฤฑlamadฤฑ." #: src/screens/Profile/ProfileFeed/index.tsx:73 msgid "Could not load feed" @@ -3308,9 +3316,9 @@ msgstr "AkฤฑลŸ yรผklenemedi" msgid "Could not load list" msgstr "Liste yรผklenemedi" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:169 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" -msgstr "" +msgstr "Profil yรผklenemedi" #: src/components/dms/ConvoMenu.tsx:212 msgid "Could not mute chat" @@ -3320,18 +3328,18 @@ msgstr "Sohbet sessize alฤฑnamadฤฑ" msgid "Could not process your video" msgstr "Videonuz iลŸlenemedi" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." -msgstr "" +msgstr "รœye รงฤฑkartฤฑlamadฤฑ." #. placeholder {0}: cleanError(error) #: src/components/activity-notifications/SubscribeProfileDialog.tsx:295 msgid "Could not save changes: {0}" msgstr "DeฤŸiลŸiklikler kaydedilemedi: {0}" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" -msgstr "" +msgstr "PaylaลŸฤฑlamadฤฑ โ€“ lรผtfen tekrar deneyin" #: src/state/queries/notifications/settings.ts:49 msgid "Could not update notification settings" @@ -3394,12 +3402,12 @@ 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:314 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3457,13 @@ msgstr "BaลŸlangฤฑรง paketinden liste oluลŸtur" msgid "Create moderation list" msgstr "Moderasyon listesi oluลŸtur" -#: src/screens/Messages/JoinRequest.tsx:308 +#: 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 "Yeni hesap oluลŸtur" -#: src/screens/Messages/ConversationSettings/index.tsx:553 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "Bu grup sohbeti iรงin bir davetiye baฤŸlantฤฑsฤฑnฤฑ oluลŸturun ya da deฤŸiลŸtirin" @@ -3479,7 +3487,7 @@ msgstr "Kullanฤฑcฤฑ listesi oluลŸtur" #. placeholder {0}: i18n.date(createdAt, { dateStyle: 'long', timeStyle: 'short', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) #: src/screens/Messages/components/InviteLinkDialog.tsx:355 -#: src/screens/Messages/ConversationSettings/index.tsx:505 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "{0} oluลŸturuldu" @@ -3494,7 +3502,7 @@ msgstr "Kรผltรผr" #: src/components/moderation/BlockDialog.tsx:378 msgid "Current chat" -msgstr "" +msgstr "Aktif sohbet" #: src/components/dialogs/ServerInput.tsx:152 #: src/components/dialogs/ServerInput.tsx:154 @@ -3539,11 +3547,11 @@ msgstr "DoฤŸum tarihi" #: src/features/inviteFriends/components/ThemePicker.tsx:28 msgid "Dawn" -msgstr "" +msgstr "ลžafak" #: src/features/inviteFriends/components/ThemePicker.tsx:29 msgid "Day" -msgstr "" +msgstr "Gรผn" #: src/screens/Settings/AccountSettings.tsx:179 #: src/screens/Settings/AccountSettings.tsx:184 @@ -3624,7 +3632,7 @@ msgstr "BaฤŸlantฤฑlarฤฑ sil" msgid "Delete conversation" msgstr "YazฤฑลŸmayฤฑ sil" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "Benim iรงin sil" @@ -3637,7 +3645,7 @@ msgstr "Listeyi sil" msgid "Delete message" msgstr "Mesajฤฑ sil" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "Mesajฤฑ benim iรงin sil" @@ -3647,7 +3655,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:1630 +#: src/view/com/composer/Composer.tsx:1628 msgid "Delete post" msgstr "Gรถnderiyi sil" @@ -3689,6 +3697,10 @@ 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 @@ -3794,9 +3806,9 @@ msgstr "Devre dฤฑลŸฤฑ" #: 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:1411 +#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1661 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3819,14 @@ msgstr "Sil" msgid "Discard changes?" msgstr "DeฤŸiลŸiklikler silinsin mi?" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1409 #: 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:1428 -#: src/view/com/composer/Composer.tsx:1655 +#: src/view/com/composer/Composer.tsx:1426 +#: src/view/com/composer/Composer.tsx:1653 msgid "Discard post?" msgstr "Gรถnderi silinsin mi?" @@ -3852,7 +3864,7 @@ msgstr "Yok say" msgid "Dismiss banner" msgstr "Bildirimi gizle" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2499 msgid "Dismiss error" msgstr "Hatayฤฑ yok say" @@ -3879,7 +3891,7 @@ msgstr "Bu รถneriyi gizle" #: src/features/inviteFriends/InviteScannerScreen.tsx:168 msgid "Dismisses the QR scanner" -msgstr "" +msgstr "Karekod tarayฤฑcฤฑyฤฑ kapatฤฑr" #: src/screens/Settings/AccessibilitySettings.tsx:70 #: src/screens/Settings/AccessibilitySettings.tsx:75 @@ -3949,8 +3961,8 @@ msgstr "Merak etmeyin! Tรผm mesajlarฤฑnฤฑz ve ayarlarฤฑnฤฑz saklandฤฑ ve bir yet #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:146 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3975,7 @@ msgstr "Merak etmeyin! Tรผm mesajlarฤฑnฤฑz ve ayarlarฤฑnฤฑz saklandฤฑ ve bir yet msgid "Done" msgstr "Tamam" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "Tamam" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:520 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" @@ -3983,7 +3989,7 @@ msgstr "BeฤŸenmek iรงin รงift dokunun" #: src/features/inviteFriends/components/ActionButtons.tsx:36 msgid "Download" -msgstr "" +msgstr "ฤฐndir" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:329 msgid "Download Bluesky" @@ -4005,7 +4011,7 @@ msgstr "Gรถrseli indir" #: src/features/inviteFriends/components/ActionButtons.tsx:31 msgid "Download invite QR code" -msgstr "" +msgstr "Davetiye karekodunu indir" #: src/screens/Settings/components/ExportCarDialog.tsx:118 msgid "Download profile data" @@ -4041,7 +4047,7 @@ msgstr "Sรผre:" #: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Dusk" -msgstr "" +msgstr "Alacakaranlฤฑk" #: src/screens/Settings/components/ChangeHandleDialog.tsx:237 msgid "e.g. alice" @@ -4087,8 +4093,8 @@ msgstr "Yeme bozukluklarฤฑ" msgid "Edit" msgstr "Dรผzenle" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "Dรผzenle" @@ -4102,8 +4108,8 @@ msgstr "Avatarฤฑ dรผzenle" msgid "Edit Feeds" msgstr "AkฤฑลŸlarฤฑ Dรผzenle" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "Grup adฤฑnฤฑ dรผzenle" @@ -4141,8 +4147,8 @@ msgstr "BaฤŸlantฤฑ ayarlarฤฑnฤฑ dรผzenle" msgid "Edit list details" msgstr "Liste ayrฤฑntฤฑlarฤฑnฤฑ dรผzenle" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "Canlฤฑ yayฤฑn durumunu dรผzenle" @@ -4155,7 +4161,7 @@ msgstr "Moderasyon listesini dรผzenle" msgid "Edit My Feeds" msgstr "AkฤฑลŸlarฤฑmฤฑ Dรผzenle" -#: src/screens/Messages/ConversationSettings/index.tsx:540 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "ฤฐsmi dรผzenle" @@ -4184,8 +4190,8 @@ msgstr "Profil Dรผzenle" msgid "Edit starter pack" msgstr "BaลŸlangฤฑรง paketini dรผzenle" -#: src/screens/Messages/ConversationSettings/index.tsx:486 -#: src/screens/Messages/ConversationSettings/index.tsx:539 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "Bu grup sohbetinin adฤฑnฤฑ dรผzenle" @@ -4402,7 +4408,7 @@ msgstr "Tam ekrana geรงer" msgid "Entertainment" msgstr "EฤŸlence" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2598 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Hata" @@ -4481,7 +4487,7 @@ msgstr "Tam ekrandan รงฤฑk" msgid "Expand alt text" msgstr "Alternatif metni geniลŸlet" -#: src/view/com/notifications/NotificationFeedItem.tsx:606 +#: src/view/com/notifications/NotificationFeedItem.tsx:612 msgid "Expand list of users" msgstr "Kullanฤฑcฤฑ listesini geniลŸletir" @@ -4596,8 +4602,8 @@ msgstr "Sohbet kabul edilemedi" msgid "Failed to accept join request" msgstr "Katฤฑlma talebi kabul edilemedi" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "Emoji tepkisi eklenemedi" @@ -4606,6 +4612,10 @@ msgstr "Emoji tepkisi eklenemedi" msgid "Failed to add members" msgstr "รœyeler eklenemedi" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "BaลŸlangฤฑรง paketine eklenemedi" @@ -4615,7 +4625,7 @@ msgid "Failed to change handle. Please try again." msgstr "Kullanฤฑcฤฑ adฤฑ deฤŸiลŸtirilemedi. Lรผtfen tekrar deneyin." #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:129 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "BaฤŸlantฤฑ kopyalanamadฤฑ" @@ -4664,7 +4674,7 @@ msgstr "Davetiye baฤŸlantฤฑsฤฑ devre dฤฑลŸฤฑ bฤฑrakฤฑlamadฤฑ" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "Germ DM baฤŸlantฤฑsฤฑ kesilemedi. Hata: {0}" -#: src/screens/Messages/ConversationSettings/index.tsx:374 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "Grup sohbeti ismi dรผzeltilemedi" @@ -4692,7 +4702,7 @@ msgstr "ร–neri gizlenemedi, lรผtfen internet baฤŸlantฤฑnฤฑzฤฑ kontrol edin" msgid "Failed to ignore join request" msgstr "Katฤฑlma talebi gรถzardฤฑ edilemedi" -#: src/components/intents/GroupChatJoinDialog.tsx:137 +#: 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." @@ -4700,14 +4710,14 @@ msgstr "Grup sohbetine katฤฑlฤฑnamadฤฑ. Lรผtfen tekrar deneyin." msgid "Failed to launch SMS app" msgstr "SMS uygulamasฤฑ baลŸlatฤฑlamadฤฑ" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:401 +#: 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 "Grup sohbetinden รงฤฑkฤฑlamadฤฑ" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "YazฤฑลŸmalar yรผklenemedi" @@ -4753,15 +4763,20 @@ msgstr "ร–nerilen akฤฑลŸlar yรผklenemedi" msgid "Failed to load suggested follows" msgstr "ร–nerilen takipler yรผklenemedi" -#: src/screens/Messages/ConversationSettings/index.tsx:426 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "Grup sohbeti kilitlenemedi" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +msgid "Failed to mark all chats as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 +#: src/view/shell/bottom-bar/BottomBar.tsx:450 msgid "Failed to mark all requests as read" msgstr "Tรผm istekleri okundu olarak iลŸaretleme baลŸarฤฑsฤฑz oldu" -#: src/screens/Messages/ConversationSettings/index.tsx:390 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "Grup sohbeti sessize alฤฑnamadฤฑ" @@ -4783,12 +4798,16 @@ msgstr "Bir aฤŸ probleminden dolayฤฑ veri kaldฤฑrฤฑlamadฤฑ, lรผtfen internet ba msgid "Failed to remove data. {0}" msgstr "Veri kaldฤฑrฤฑlamadฤฑ. {0}" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:111 +#: 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 "" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "BaลŸlangฤฑรง paketinden รงฤฑkarฤฑlamadฤฑ" @@ -4802,7 +4821,7 @@ msgstr "Grup sohbeti รผyesi รงฤฑkarฤฑlamadฤฑ" msgid "Failed to remove verification" msgstr "DoฤŸrulama kaldฤฑrฤฑlamadฤฑ" -#: src/components/intents/GroupChatJoinDialog.tsx:180 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." msgstr "Talebiniz geri รงekilemedi. Lรผtfen tekrar deneyin." @@ -4811,7 +4830,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:648 +#: src/view/com/composer/Composer.tsx:646 msgid "Failed to save draft" msgstr "Taslak kaydedilemedi" @@ -4854,7 +4873,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "Konuyu sessize alma seรงeneฤŸi deฤŸiลŸtirilemedi, lรผtfen tekrar deneyin" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:435 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "Grup sohbeti kilidi aรงฤฑlamadฤฑ" @@ -5038,7 +5057,7 @@ msgstr "Takip edilecek hesaplar bul" #: src/screens/Settings/Settings.tsx:216 #: src/screens/Settings/Settings.tsx:219 msgid "Find and invite friends" -msgstr "" +msgstr "ArkadaลŸlarฤฑnฤฑzฤฑ bulun ve davet edin" #: src/Navigation.tsx:436 #: src/Navigation.tsx:569 @@ -5060,7 +5079,7 @@ msgstr "Takip edilecek kiลŸiler bulun" #: src/screens/Settings/FindContactsSettings.tsx:130 msgid "Find people you know" -msgstr "" +msgstr "Tanฤฑdฤฑklarฤฑnฤฑzฤฑ bulun" #: src/screens/Search/Shell.tsx:537 msgid "Find posts, users, and feeds on Bluesky" @@ -5116,16 +5135,16 @@ msgstr "Arama alanฤฑna odaklan" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 "Takip et" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "{0} takip et" @@ -5149,8 +5168,8 @@ msgstr "BaลŸlamak iรงin 10 kiลŸiyi takip edin" msgid "Follow 7 accounts" msgstr "7 Hesabฤฑ takip et" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "Hesabฤฑ takip et" @@ -5173,9 +5192,9 @@ msgstr "Tรผm hesaplarฤฑ takip et" #. 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:423 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "Geri takip et" @@ -5211,7 +5230,7 @@ msgstr "<0>{0} ve <1>{1} tarafฤฑndan takip ediliyor" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "<0>{0}, <1>{1} ve {2, plural, other {# kiลŸi daha}} tarafฤฑndan takip ediliyor" -#: src/components/intents/GroupChatJoinDialog.tsx:339 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" msgstr "Takipรงiler katฤฑlabilir" @@ -5231,10 +5250,10 @@ msgstr "TanฤฑdฤฑฤŸฤฑn takipรงiler" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 "Takip ediliyor" @@ -5249,7 +5268,7 @@ msgstr "Takiptekiler" #. 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 "{0} takip ediliyor" @@ -5336,7 +5355,7 @@ msgstr "Unuttunuz mu?" #. 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 "Grup sohbetini simgeleyen dรถrt mesaj balonu. ฤฐlk mesaj (ฤฐngilizce): \"Haberleri duydun mu? Bluesky'da grup sohbetleri var artฤฑk!\" ฤฐkinici mesaj (ฤฐngilizce): \"Yok artฤฑk!\" รœรงรผncรผ mesaj (ฤฐngilizce): \"Vay, hem de bir grupta 50 kiลŸi!\" Dรถrdรผncรผ mesaj (ฤฐngilizce): \"Davetiye baฤŸlantฤฑlarฤฑ bile yollayabiliyorsun!\"" #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:12 msgid "Free your feed" @@ -5467,7 +5486,7 @@ msgstr "BaลŸla" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2603 msgid "GIF uploaded" msgstr "GIF yรผklendi" @@ -5526,8 +5545,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "Ana sayfaya git" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "Canlฤฑ yayฤฑnฤฑ baลŸlat" @@ -5538,8 +5557,8 @@ msgstr "Canlฤฑ yayฤฑnฤฑ baลŸlat" msgid "Go Live" msgstr "Canlฤฑ Yayฤฑnฤฑ BaลŸlat" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "Canlฤฑ yayฤฑnฤฑ baลŸlat (devre dฤฑลŸฤฑ)" @@ -5547,7 +5566,7 @@ msgstr "Canlฤฑ yayฤฑnฤฑ baลŸlat (devre dฤฑลŸฤฑ)" msgid "Go live for" msgstr "Canlฤฑ yayฤฑn sรผresi" -#: src/view/com/notifications/NotificationFeedItem.tsx:250 +#: src/view/com/notifications/NotificationFeedItem.tsx:256 msgid "Go to {firstAuthorName}'s profile" msgstr "{firstAuthorName} kullanฤฑcฤฑsฤฑnฤฑn profiline git" @@ -5605,7 +5624,7 @@ msgstr "Anladฤฑm" #: src/features/inviteFriends/InviteScannerScreen.tsx:108 #: src/features/inviteFriends/InviteScannerScreen.tsx:113 msgid "Grant access" -msgstr "" +msgstr "EriลŸim izni ver" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 @@ -5622,9 +5641,9 @@ msgstr "Aรงฤฑk ลŸiddet iรงeren iรงerik" msgid "Grooming or predatory behavior" msgstr "ReลŸit olmayanlara yรถnelik cinsel yรถnlendirme ya da sarkฤฑntฤฑlฤฑk davranฤฑลŸฤฑ" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:321 -#: src/screens/Messages/JoinRequest.tsx:129 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" msgstr "Grup sohbeti" @@ -5632,17 +5651,17 @@ msgstr "Grup sohbeti" msgid "Group chat invite link dialog" msgstr "Grup sohbeti davetiye linki diyalogu" -#: src/screens/Messages/ConversationSettings/index.tsx:417 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "Grup sohneti kilitlendi" -#: src/screens/Messages/ConversationSettings/index.tsx:382 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "Grup sohbeti sessize alฤฑndฤฑ" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "Grup sohbeti ismi gรผncellendi" @@ -5653,28 +5672,28 @@ msgid "Group chat settings" msgstr "Grup sohbeti ayarlarฤฑ" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "Grup sohbetinin kilidi aรงฤฑldฤฑ" -#: src/screens/Messages/ConversationSettings/index.tsx:385 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "Grup sohbeti sessizden รงฤฑkarฤฑldฤฑ" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:181 msgid "Group Chats" -msgstr "" +msgstr "Grup Sohbetleri" #: src/screens/Messages/Settings.tsx:199 msgid "Group chats are only available to users 18 and over." -msgstr "" +msgstr "Grup sohnetleri sadece 18 yaลŸ ve รผstรผne aรงฤฑktฤฑr." #. 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 "Grup sohbetlerinde en fazla {0, plural, other {# kiลŸi}} olabilir." #: src/components/dialogs/SearchablePeopleList.tsx:565 msgid "Group is locked" @@ -5682,14 +5701,14 @@ msgstr "Grup kilitli" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "Grup adฤฑ" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "Grup adฤฑ รงok uzun. {MAX_GROUP_NAME_GRAPHEME_LENGTH, plural, other {Maksimum # karakter olabilir.}}" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 msgid "Hacking or system attacks" @@ -5829,7 +5848,7 @@ msgstr "Gizli liste" msgid "Hide" msgstr "Gizle" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "Gizle" @@ -5904,7 +5923,7 @@ msgstr "Gรผndem baลŸlฤฑklarฤฑ gizlensin mi?" msgid "Hide trending videos?" msgstr "Gรผndem olan videolar gizlensin mi?" -#: src/view/com/notifications/NotificationFeedItem.tsx:951 +#: src/view/com/notifications/NotificationFeedItem.tsx:957 msgid "Hide user list" msgstr "Kullanฤฑcฤฑ listesini gizle" @@ -5920,7 +5939,7 @@ msgstr "ฤฐรงeriฤŸi gizler" #: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 msgid "Hides the invite friends promo banner" -msgstr "" +msgstr "ArkadaลŸlarฤฑ davet etme konulu kapaฤŸฤฑ gizler" #: 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." @@ -5960,7 +5979,7 @@ msgstr "Bekleyin! Videoya kademeli olarak eriลŸim veriyoruz ve siz hรขlรข sฤฑrad #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6166,7 +6185,7 @@ msgstr "BaฤŸlantฤฑlarฤฑ Yรผkle" #: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 msgid "Import contacts or invite your friends" -msgstr "" +msgstr "BaฤŸlantฤฑlarฤฑ iรงe aktarฤฑn ya da arkadaลŸlarฤฑnฤฑzฤฑ davet edin" #: src/components/contacts/FindContactsBannerNUX.tsx:33 #: src/components/contacts/FindContactsBannerNUX.tsx:72 @@ -6210,7 +6229,7 @@ msgstr "Uygulama iรงi, anlฤฑk, herkes" msgid "In-app, push, people you follow" msgstr "Uygulama iรงi, anlฤฑk, takip ettikleriniz" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "Gelen kutusu boลŸ" @@ -6257,7 +6276,7 @@ msgstr "BaฤŸlantฤฑlarฤฑnฤฑzdan arkadaลŸlarฤฑnฤฑzฤฑ bulmayฤฑ sunarฤฑz" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:99 msgid "Introducing group chats" -msgstr "" +msgstr "Grup sohbetlerini sunarฤฑz" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:38 msgid "Introducing saved posts AKA bookmarks" @@ -6268,7 +6287,7 @@ msgstr "Kayฤฑtlฤฑ gรถnderileri yani yer imlerini sunarฤฑz" msgid "Invalid 2FA confirmation code." msgstr "Geรงersiz 2FA onay kodu." -#: src/components/intents/GroupChatJoinDialog.tsx:147 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." msgstr "Geรงersiz grup sohbeti kodu." @@ -6290,7 +6309,7 @@ msgstr "Geรงersiz telefon numarasฤฑ" msgid "Invalid report subject" msgstr "Geรงersiz rapor konusu" -#: src/components/intents/GroupChatJoinDialog.tsx:187 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." msgstr "Geรงersiz geri alฤฑm talebi." @@ -6315,15 +6334,15 @@ 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:140 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" -msgstr "" +msgstr "ArkadaลŸlarฤฑ davet et" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:155 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "ArkadaลŸlarฤฑ Davet Edin" @@ -6336,19 +6355,19 @@ msgstr "ArkadaลŸlarฤฑ davet edin <0/>" #: src/screens/Messages/components/InviteLinkDialog.tsx:335 #: src/screens/Messages/components/InviteLinkDialog.tsx:514 #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 -#: src/screens/Messages/ConversationSettings/index.tsx:556 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "Davetiye baฤŸlantฤฑsฤฑ" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:213 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "Davetiye baฤŸlantฤฑsฤฑ" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" -msgstr "" +msgstr "Davetiye baฤŸlantฤฑsฤฑ kopyalandฤฑ" #: src/components/dms/getSystemMessageInfo.ts:120 msgid "Invite link created" @@ -6374,7 +6393,7 @@ msgstr "ฤฐnsanlarฤฑ bu baลŸlangฤฑรง โ€‹โ€‹paketine davet edin!" #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:91 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:144 msgid "Invite your friends" -msgstr "" +msgstr "ArkadaลŸlarฤฑnฤฑzฤฑ davet edin" #: src/screens/StarterPack/Wizard/StepDetails.tsx:37 msgid "Invite your friends to follow your favorite feeds and people" @@ -6410,7 +6429,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:2520 +#: src/view/com/composer/Composer.tsx:2518 msgid "Job ID: {0}" msgstr "ฤฐลŸ ID: {0}" @@ -6420,7 +6439,7 @@ msgid "Jobs" msgstr "ฤฐลŸler" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:282 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" msgstr "Katฤฑl" @@ -6431,12 +6450,12 @@ msgstr "Katฤฑl" msgid "Join Bluesky" msgstr "Bluesky'a Katฤฑl" -#: src/components/intents/GroupChatJoinDialog.tsx:71 -#: src/components/intents/GroupChatJoinDialog.tsx:448 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" msgstr "Grup sohbetine katฤฑl" -#: src/components/intents/GroupChatJoinDialog.tsx:176 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." msgstr "Katฤฑlฤฑm talebi geri alฤฑndฤฑ." @@ -6450,8 +6469,8 @@ msgstr "YazฤฑลŸmaya katฤฑl" msgid "Journalism" msgstr "Gazetecilik" -#: src/view/com/composer/Composer.tsx:1461 -#: src/view/com/composer/Composer.tsx:1471 +#: src/view/com/composer/Composer.tsx:1459 +#: src/view/com/composer/Composer.tsx:1469 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "Dรผzenlemeye devam et" @@ -6463,7 +6482,7 @@ msgstr "Beni haberdar et" #: src/components/moderation/BlockDialog.tsx:365 #: src/components/moderation/BlockDialog.tsx:372 msgid "Kick member" -msgstr "" +msgstr "รœyeyi ลŸutla" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" @@ -6609,7 +6628,7 @@ msgid "Learn more." msgstr "Daha fazlasฤฑnฤฑ รถฤŸren." #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:590 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "Ayrฤฑl" @@ -6623,8 +6642,8 @@ msgstr "Ayrฤฑl" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "Sohbetten ayrฤฑl" @@ -6644,12 +6663,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "YazฤฑลŸmadan ayrฤฑl" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "Grup sohbetinden ayrฤฑl" -#: src/screens/Messages/ConversationSettings/index.tsx:589 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "Bu grup sohbetinden ayrฤฑl" @@ -6658,13 +6677,13 @@ msgstr "Bu grup sohbetinden ayrฤฑl" msgid "Leaving Bluesky" msgstr "Bluesky'ฤฑ terk ediyorsunuz" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: 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 "Bu sohbetten ayrฤฑlmanฤฑz onu kalฤฑcฤฑ olarak kilitleyeceฤŸi gibi yeniden katฤฑlmanฤฑz da mรผmkรผn olmayacaktฤฑr." -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." -msgstr "" +msgstr "Grup sohbetinden ayrฤฑldฤฑnฤฑz." #: src/screens/SignupQueued.tsx:158 msgid "left to go." @@ -6935,9 +6954,9 @@ msgstr "Yeni bildirimleri yรผkle" msgid "Load new posts" msgstr "Yeni gรถnderileri yรผkle" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "Sohbet yรผkleniyorโ€ฆ" @@ -6954,23 +6973,23 @@ msgstr "Gรถnderi etkileลŸim ayarlarฤฑ yรผkleniyor..." msgid "Loading..." msgstr "Yรผkleniyor..." -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "Kilitle" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "Grup sohbetini kilitle" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "Grup sohbeti kilitlensin mi?" -#: src/screens/Messages/ConversationSettings/index.tsx:568 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "Bu grup sohbetini kilitle" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "Kilitlendi" @@ -7051,6 +7070,16 @@ msgstr "Sessize alฤฑnmฤฑลŸ kelimelerinizi ve etiketlerinizi yรถnetin" 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 +msgid "Mark all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:467 +#: src/view/shell/bottom-bar/BottomBar.tsx:471 +msgid "Mark all requests as read" +msgstr "" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7089,14 @@ msgstr "Okundu olarak iลŸaretle" msgid "Marked all as read" msgstr "Tรผmรผ okunmuลŸ olarak iลŸaretlendi" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,16 +7120,16 @@ msgstr "BaลŸka cihazda depolanan gรถrsel" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Bazฤฑ gruplar iรงin rahatsฤฑz edici ya da uygunsuz olabilecek medya." -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." -msgstr "" +msgstr "รœye grup sohbetinden รงฤฑkarฤฑldฤฑ." #. The heading above the list of chat members. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:34 msgid "Members" msgstr "รœyeler" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "รœyeler sohbet geรงmiลŸini okuyabilir ama yeni mesaj atamazlar." @@ -7111,13 +7148,13 @@ msgstr "Bahsedenler" msgid "Menu" msgstr "Menรผ" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "Mesaj" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 +#: 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" @@ -7132,7 +7169,7 @@ msgstr "Mesaj {0}" msgid "Message {displayName}" msgstr "{displayName} รผyesine mesaj at" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "Mesaj silindi" @@ -7141,13 +7178,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Mesaj silindi" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:616 msgid "Message failed to send." msgstr "Mesaj gรถnderilemedi." #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "@{0} mesajฤฑ: {1}" @@ -7156,21 +7193,21 @@ msgstr "@{0} mesajฤฑ: {1}" msgid "Message from server: {0}" msgstr "Sunucudan mesaj: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "Mesaj girdi alanฤฑ" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "Mesaj รงok uzun ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" -#: src/components/dms/MessageContextMenu.tsx:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "Mesaj seรงenekleri" @@ -7178,11 +7215,11 @@ msgstr "Mesaj seรงenekleri" msgid "Messages" msgstr "Mesajlar" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:715 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:621 +#: src/components/dms/MessageItem.tsx:710 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." @@ -7219,8 +7256,8 @@ msgstr "Moderasyon detaylarฤฑ" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "{0} tarafฤฑndan moderasyon listesi" @@ -7228,7 +7265,7 @@ msgstr "{0} tarafฤฑndan moderasyon listesi" msgid "Moderation list by <0/>" msgstr "<0/> tarafฤฑndan moderasyon listesi" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "Sizin tarafฤฑnฤฑzdan moderasyon listesi" @@ -7281,8 +7318,8 @@ msgstr "DiฤŸer diller..." #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "Daha fazla seรงenek" @@ -7302,7 +7339,7 @@ msgstr "Filmler" msgid "Music" msgstr "Mรผzik" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "Sessize al" @@ -7320,8 +7357,8 @@ msgstr "{0} etiketini sessize al" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "Hesabฤฑ sessize al" @@ -7347,7 +7384,7 @@ msgstr "Listeyi sessize al" msgid "Mute these accounts?" msgstr "Bu hesaplarฤฑ sessize al?" -#: src/screens/Messages/ConversationSettings/index.tsx:530 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "Bu grup sohbetini sessize al" @@ -7387,9 +7424,9 @@ msgstr "Kelimeleri ve etiketleri sustur" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:207 msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." -msgstr "" +msgstr "ฤฐstediฤŸiniz zaman kiลŸileri sessize alฤฑn, sohbetten ayrฤฑlฤฑn veya kaldฤฑrฤฑn. Bu sizin sohbetiniz." -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "Sessize alฤฑndฤฑ" @@ -7421,7 +7458,7 @@ msgstr "Sessize alma รถzeldir. Sessize alฤฑnan hesaplar sizinle etkileลŸime geรง #: src/components/moderation/BlockDialog.tsx:174 msgid "Mutual group chats" -msgstr "" +msgstr "Ortak grup sohbetleri" #: src/components/dialogs/BirthDateSettings.tsx:54 #: src/components/dialogs/BirthDateSettings.tsx:58 @@ -7480,7 +7517,7 @@ 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:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "Yeni" @@ -7490,21 +7527,21 @@ msgctxt "action" msgid "New" msgstr "Yeni" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: 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}}" -#: 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 "{firstAuthorName} kullanฤฑcฤฑsฤฑndan yeni {postsCount, plural, one {gรถnderi} other {gรถnderiler}}" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "Yeni sohbet" @@ -7592,11 +7629,11 @@ msgctxt "action" msgid "New post" msgstr "Yeni gรถnderi" -#: 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 "Yeni gรถnderiler: {firstAuthorLink} ve <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} kiลŸiden daha}} " -#: 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 "{firstAuthorName} ve {additionalAuthorsCount, plural, other {{formattedAuthorsCount} kiลŸiden daha}} yeni gรถnderiler" @@ -7646,7 +7683,7 @@ msgstr "Sonraki gรถrsel" #: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Night" -msgstr "" +msgstr "Gece" #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:32 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." @@ -7718,7 +7755,7 @@ msgstr "Liste yok" #. 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 "{0} artฤฑk takip edilmiyor" @@ -7726,7 +7763,7 @@ msgstr "{0} artฤฑk takip edilmiyor" msgid "No media yet" msgstr "Henรผz bir medya yok" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "Henรผz mesaj yok" @@ -7763,7 +7800,7 @@ msgstr "Hiรง kimse" msgid "No one but the author can quote this post." msgstr "Yazarฤฑ dฤฑลŸฤฑnda hiรงkimse bu gรถnderiyi alฤฑntฤฑlayamaz." -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "Kimse mesaj yollayamaz" @@ -7831,6 +7868,11 @@ 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" @@ -7875,7 +7917,7 @@ msgstr "Cinsel olmayan รงฤฑplaklฤฑk" #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" -msgstr "" +msgstr "Bu platformda mevcut deฤŸil" #: src/screens/FindContactsFlowScreen.tsx:62 #: src/screens/Settings/FindContactsSettings.tsx:106 @@ -7895,7 +7937,7 @@ msgstr "Bulunamadฤฑ" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "Gรถnder'e basmaya hazฤฑr deฤŸil misiniz? En iyi fikirlerinizi doฤŸru zamana kadar Taslaklar'da tutun." -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "PaylaลŸฤฑma dair dikkatinize" @@ -7931,7 +7973,7 @@ msgstr "Bildirim sesleri" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8017,7 @@ msgstr "Tamam" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:722 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8008,11 +8050,11 @@ 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:864 +#: src/view/com/composer/Composer.tsx:862 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:861 +#: src/view/com/composer/Composer.tsx:859 msgid "One or more images is missing alt text." msgstr "Bir ya da daha fazla gรถrselin alternatif metni eksik." @@ -8024,11 +8066,11 @@ msgstr "SeรงtiฤŸiniz dosyalardan bir ya da birden fazlasฤฑ desteklenmiyor." 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:659 +#: src/view/com/composer/Composer.tsx:657 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:871 +#: src/view/com/composer/Composer.tsx:869 msgid "One or more videos is missing alt text." msgstr "Bir veya daha fazla videoda alternatif metin eksik." @@ -8041,9 +8083,9 @@ 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:234 +#: src/view/com/composer/Composer.tsx:233 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" -msgstr "" +msgstr "{1} gรถrselden sadece {0} {2, plural, other {adet}} eklendi; limit {MAX_GALLERY_IMAGES} adettir" #: src/screens/Messages/JoinRequests.tsx:200 msgid "Only admins can accept join requests." @@ -8053,7 +8095,7 @@ msgstr "Yalnฤฑzca yรถneticiler katฤฑlma taleplerini kabul edebilir." msgid "Only admins can ignore join requests." msgstr "Yalnฤฑzca yรถneticiler katฤฑlฤฑm taleplerini gรถzardฤฑ edebilir." -#: src/components/intents/GroupChatJoinDialog.tsx:145 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." msgstr "Sadece takipรงiler bu grup sohbetine katฤฑlabilir." @@ -8068,12 +8110,12 @@ msgid "Only image files are supported" msgstr "Yalnฤฑzca resim dosyalarฤฑ desteklenmektedir" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:222 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." msgstr "Sadece {0} kiลŸisinin takip ettikleri katฤฑlabilir." #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:292 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" msgstr "Sadece sohbet sahibinin takip ettikleri sohbete katฤฑlabilir" @@ -8087,7 +8129,7 @@ msgstr "Ay, bir ลŸeyler yanlฤฑลŸ gitti!" #: src/features/inviteFriends/InviteScannerScreen.tsx:218 msgid "Oops, this profile doesn't exist. Try scanning another one." -msgstr "" +msgstr "Hay aksi, bu profil mevcut deฤŸil. BaลŸka bir tane taramayฤฑ deneyin." #: src/components/Lists.tsx:184 #: src/components/StarterPack/ProfileStarterPacks.tsx:363 @@ -8107,16 +8149,16 @@ msgid "Open camera" msgstr "Kamerayฤฑ aรง" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:437 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" -msgstr "" +msgstr "Sohbeti aรง" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:142 msgid "Open chat member options for {displayName}" msgstr "{displayName} iรงin sohbet รผyesi seรงeneklerini aรง" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "YazฤฑลŸma seรงeneklerini aรง" @@ -8128,9 +8170,9 @@ msgstr "TaslaฤŸฤฑ aรง" msgid "Open drawer menu" msgstr "ร‡ekmece menรผyรผ aรง" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2158 msgid "Open emoji picker" msgstr "Emoji seรงiciyi aรง" @@ -8151,7 +8193,7 @@ msgstr "Tรผm emoji listesini aรง" msgid "Open Germ DM" msgstr "Germ DM'i aรง" -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" msgstr "Grup sohbetini aรง" @@ -8163,14 +8205,14 @@ msgstr "Grup sohbeti ayarlarฤฑnฤฑ aรง" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" -msgstr "" +msgstr "Google ร‡eviri'de aรง" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "{niceUrl} web baฤŸlantฤฑsฤฑnฤฑ aรง" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "Mesaj seรงeneklerini aรง" @@ -8197,7 +8239,7 @@ msgstr "Profili aรง" #: src/features/inviteFriends/components/ActionButtons.tsx:39 msgid "Open QR code scanner" -msgstr "" +msgstr "Karekod tarayฤฑcฤฑsฤฑnฤฑ aรง" #: src/components/BotAccountAlert.tsx:62 #: src/components/BotAccountAlert.tsx:71 @@ -8221,7 +8263,7 @@ msgstr "Storybook sayfasฤฑnฤฑ aรง" msgid "Open system log" msgstr "Sistem gรผnlรผฤŸรผnรผ aรง" -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" msgstr "Bu grup sohbetini aรง" @@ -8240,7 +8282,7 @@ msgstr "Bu gรถnderiyle kimin etkileลŸebileceฤŸini seรงmek iรงin bir diyalog aรงa #: src/features/inviteFriends/components/ThemePicker.tsx:38 msgid "Opens a list of color themes for the QR card" -msgstr "" +msgstr "QR kartฤฑ iรงin renk temalarฤฑ listesini aรงar" #: src/screens/Log.tsx:74 msgid "Opens additional details for a debug entry" @@ -8273,15 +8315,15 @@ 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 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 {# adede kadar gรถrsel}} ya da tek bir video veya GIF seรงmek iรงin cihaz galerisini aรงar." -#: src/screens/Messages/JoinRequest.tsx:309 +#: 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 "Yeni bir Bluesky hesabฤฑ oluลŸturma adฤฑmlarฤฑnฤฑ aรงar" -#: src/screens/Messages/JoinRequest.tsx:295 +#: 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" @@ -8322,7 +8364,7 @@ msgstr "Profili aรงar" #: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 msgid "Opens the find and invite friends settings" -msgstr "" +msgstr "ArkadaลŸ bulma ve davet etme ayarlarฤฑnฤฑ aรงar" #. Accessibility hint announced after the GIF picker button label, describing what activating it will do. #: src/view/com/composer/photos/SelectGifBtn.tsx:45 @@ -8331,7 +8373,7 @@ msgstr "GIF seรงme diyalogunu aรงar" #: src/view/shell/Drawer.tsx:123 msgid "Opens the invite friends sheet to share your profile" -msgstr "" +msgstr "Profilinizi paylaลŸmak iรงin arkadaลŸlarฤฑ davet etme sayfasฤฑnฤฑ aรงar" #: src/view/com/feeds/ComposerPrompt.tsx:148 msgid "Opens the post composer" @@ -8341,7 +8383,7 @@ msgstr "Gรถnderi oluลŸturucusunu aรงar" msgid "Opens this draft in the composer" msgstr "Bu taslaฤŸฤฑ dรผzenleyicide aรงar" -#: 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 "Bu profili aรงar" @@ -8433,7 +8475,7 @@ msgstr "Sahibi" #: src/components/dms/LeaveConvoPrompt.tsx:44 msgid "Owner must lock the group before leaving." -msgstr "" +msgstr "Ayrฤฑlmadan รถnce sahibi grubu kilitlemek zorundadฤฑr." #: src/components/Lists.tsx:204 #: src/components/Lists.tsx:219 @@ -8513,6 +8555,16 @@ msgstr "@{0} tarafฤฑndan takip edilenler" msgid "People I follow" msgstr "Takip ettiklerim" +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "Takip ettiklerim" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "Takip ettiklerim" + #: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "Takip ettiklerim anฤฑnda katฤฑlabilir" @@ -8560,7 +8612,7 @@ msgstr "FotoฤŸrafรงฤฑlฤฑk" #: src/features/inviteFriends/components/ThemePicker.tsx:37 msgid "Pick a color theme" -msgstr "" +msgstr "Bir renk temasฤฑ seรงin" #: src/view/com/composer/labels/LabelsBtn.tsx:165 msgid "Pictures meant for adults." @@ -8786,7 +8838,7 @@ msgstr "Lรผtfen @{0} olarak giriลŸ yapฤฑn" #: src/features/inviteFriends/InviteScannerScreen.web.tsx:40 msgid "Please use the Bluesky mobile app to scan a QR code." -msgstr "" +msgstr "Karekodu okutmak iรงin lรผtfen Bluesky uygulamasฤฑnฤฑ kullanฤฑn." #: src/screens/Settings/FindContactsSettings.tsx:107 msgid "Please use the native app to import your contacts." @@ -8813,7 +8865,7 @@ msgstr "Politika" msgid "Porn" msgstr "Pornografi" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post" msgstr "Gรถnder" @@ -8833,12 +8885,12 @@ msgstr "Bir fotoฤŸraf gรถnder" msgid "Post a video" msgstr "Bir video gรถnder" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Post All" msgstr "Hepsini Gรถnder" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1468 msgid "Post anyway" msgstr "Yine de gรถnder" @@ -8891,7 +8943,7 @@ msgstr "Gรถnderi EtkileลŸim Ayarlarฤฑ" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:193 msgid "Post it to Bluesky or share anywhere." -msgstr "" +msgstr "Bluesky'a gรถnderin ya da herhangi bir yerde paylaลŸฤฑn." #. Accessibility label for button that opens dialog to choose post language settings #: src/view/com/composer/select-language/PostLanguageSelect.tsx:195 @@ -9015,11 +9067,11 @@ msgstr "Gizlilik Politikasฤฑ" msgid "Privacy violation of a minor" msgstr "Bir kรผรงรผฤŸรผn gizliliฤŸini ihlal" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2592 msgid "Processing GIF..." msgstr "GIF iลŸleniyor..." -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing video..." msgstr "Video iลŸleniyor..." @@ -9031,7 +9083,7 @@ msgstr "ฤฐลŸleniyor..." msgid "profile" msgstr "profil" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9117,22 @@ 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:1792 +#: src/view/com/composer/Composer.tsx:1790 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:1787 +#: src/view/com/composer/Composer.tsx:1785 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:1776 +#: src/view/com/composer/Composer.tsx:1774 msgid "Publish replies" msgstr "Yanฤฑtlarฤฑ yayฤฑnla" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1781 +#: src/view/com/composer/Composer.tsx:1779 msgid "Publish reply" msgstr "Yanฤฑtฤฑ yayฤฑnla" @@ -9109,7 +9161,7 @@ msgid "QR code has been downloaded!" msgstr "Karekod indirildi!" #: src/components/StarterPack/QrCodeDialog.tsx:122 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "Karekod fotoฤŸraflarฤฑnฤฑza kaydedildi!" @@ -9172,8 +9224,8 @@ msgstr "BaฤŸlantฤฑyฤฑ yeniden etkinleลŸtir" msgid "React with {emoji}" msgstr "{emoji} ile tepki ver" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "Tepkiler" @@ -9268,10 +9320,6 @@ msgstr "ร–neriler" msgid "Reconnect" msgstr "Yeniden baฤŸlan" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "" - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" @@ -9289,14 +9337,16 @@ msgstr "Sohbet isteฤŸini reddet" #: src/screens/Messages/JoinRequests.tsx:483 msgid "Reject join request" -msgstr "" +msgstr "Katฤฑlma talebini reddet" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "YazฤฑลŸmalarฤฑ yeniden yรผkle" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9355,9 @@ msgstr "YazฤฑลŸmalarฤฑ yeniden yรผkle" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "Kaldฤฑr" @@ -9326,9 +9375,9 @@ msgstr "BaลŸlangฤฑรง paketinden {displayName} kullanฤฑcฤฑsฤฑnฤฑ รงฤฑkart" msgid "Remove {displayName} from this group chat" msgstr "{displayName} kiลŸisini bu grup sohbetinden รงฤฑkar" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" -msgstr "" +msgstr "{displayName} รงฤฑkarฤฑlsฤฑn mฤฑ?" #: src/screens/Search/components/SearchHistory.tsx:105 msgid "Remove {historyItem}" @@ -9443,14 +9492,14 @@ msgstr "Bu akฤฑลŸฤฑ kayฤฑtlฤฑ akฤฑลŸlardan kaldฤฑr" msgid "Remove unavailable moderation services" msgstr "Kullanฤฑm dฤฑลŸฤฑ olan moderasyon hizmetlerini kaldฤฑr" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "Kullanฤฑcฤฑyฤฑ listeden รงฤฑkar" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "DoฤŸrulamayฤฑ kaldฤฑr" @@ -9466,8 +9515,8 @@ msgstr "Yazar tarafฤฑndan kaldฤฑrฤฑlmฤฑลŸ" msgid "Removed by you" msgstr "Sizin tarafฤฑnฤฑzdan kaldฤฑrฤฑlmฤฑลŸ" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "Listeden kaldฤฑrฤฑldฤฑ" @@ -9535,6 +9584,14 @@ msgctxt "description" msgid "Replied to you" msgstr "Size yanฤฑt" +#: src/components/dms/MessageItem.tsx:883 +msgid "Replied-to message from {senderName}, tap to scroll to it" +msgstr "" + +#: src/components/dms/MessageItem.tsx:884 +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 @@ -9552,7 +9609,12 @@ msgstr "Yanฤฑtlara kapalฤฑ" msgid "Replies to this post are disabled." msgstr "Bu gรถnderi yanฤฑtlara kapalฤฑ." -#: src/view/com/composer/Composer.tsx:1804 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "Yanฤฑtla" + +#: src/view/com/composer/Composer.tsx:1802 msgctxt "action" msgid "Reply" msgstr "Yanฤฑtla" @@ -9590,14 +9652,14 @@ 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:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:582 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "Raporla" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "Hesabฤฑ raporla" @@ -9623,7 +9685,7 @@ msgstr "AkฤฑลŸฤฑ raporla" msgid "Report list" msgstr "Listeyi raporla" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "Mesajฤฑ raporla" @@ -9657,7 +9719,7 @@ msgstr "Bu yazฤฑลŸmayฤฑ raporla" msgid "Report this feed" msgstr "Bu akฤฑลŸฤฑ raporla" -#: src/screens/Messages/ConversationSettings/index.tsx:581 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "Bu grup sohbetini raporla" @@ -9737,7 +9799,7 @@ msgstr "Bu gรถnderinin yeniden gรถnderilmesi" msgid "Reposts of your reposts" msgstr "Yeniden gรถnderilerinizin yeniden gรถnderileri" -#: src/components/intents/GroupChatJoinDialog.tsx:447 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" msgstr "Grup sohbetine eriลŸim talep et" @@ -9755,16 +9817,16 @@ msgid "Request ignored." msgstr "Talep gรถzard edildi." #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:281 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" msgstr "Katฤฑlmayฤฑ talep et" #: src/components/dms/ChatInvite/Root.tsx:131 msgid "Requested" -msgstr "" +msgstr "Talep edildi" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "Talepler" @@ -9791,15 +9853,15 @@ msgstr "Bu saฤŸlayฤฑcฤฑ iรงin gereklidir" msgid "Required in your region" msgstr "Bรถlgenizde zorunludur" -#: src/components/intents/GroupChatJoinDialog.tsx:296 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:310 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:115 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:117 msgid "Rescind request" msgstr "Talebi geri รงek" #: src/screens/Messages/components/OutgoingRequestListItem.tsx:50 msgid "Rescind request to join group chat" -msgstr "" +msgstr "Grup sohbetine katฤฑlma talebini geri รงek" #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:39 msgid "Resend" @@ -9872,7 +9934,7 @@ 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:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 #: src/screens/Messages/JoinRequests.tsx:361 @@ -9928,7 +9990,7 @@ msgstr "รœzgรผn GIFler" #: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10015,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:1451 +#: src/view/com/composer/Composer.tsx:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "DeฤŸiลŸiklikleri kaydet" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1421 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "DeฤŸiลŸiklikler kaydedilsin mi?" -#: src/view/com/composer/Composer.tsx:1451 +#: src/view/com/composer/Composer.tsx:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "TaslaฤŸฤฑ kaydet" -#: src/view/com/composer/Composer.tsx:1425 +#: src/view/com/composer/Composer.tsx:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "Taslak kaydedilsin mi?" @@ -10022,13 +10084,13 @@ msgid "Saved to your feeds" msgstr "AkฤฑลŸlarฤฑnฤฑza kaydedildi" #: 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 "Merhaba de!" -#: src/screens/Messages/ChatList.tsx:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "Birine selam deyin" @@ -10038,13 +10100,13 @@ msgstr "Dolandฤฑrฤฑcฤฑlฤฑk" #: src/features/inviteFriends/components/ActionButtons.tsx:44 msgid "Scan" -msgstr "" +msgstr "Tara" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 #: src/Navigation.tsx:316 msgid "Scan QR code" -msgstr "" +msgstr "Karekod tara" #: src/lib/interests.ts:71 msgid "Science" @@ -10058,6 +10120,10 @@ msgstr "Sola kaydฤฑr" msgid "Scroll right" msgstr "SaฤŸa kaydฤฑr" +#: src/components/dms/MessageItem.tsx:774 +msgid "Scroll to the message this is replying to" +msgstr "" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "BaลŸa kaydฤฑr" @@ -10067,7 +10133,7 @@ msgstr "BaลŸa kaydฤฑr" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Ara" @@ -10148,8 +10214,8 @@ msgstr "Dil ara" msgid "Search my posts" msgstr "Gรถnderilerimi ara" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "Gรถnderileri ara" @@ -10425,8 +10491,8 @@ msgstr "Hata raporu yolla" msgid "Send feedback" msgstr "Geribildirim gรถnder" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "Mesaj gรถnder" @@ -10460,7 +10526,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:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "{0} saatinde yollandฤฑ" @@ -10565,7 +10631,7 @@ msgstr "Cinsel aktivite veya erotik รงฤฑplaklฤฑk." msgid "Sexually Suggestive" msgstr "Cinsel ร‡aฤŸrฤฑลŸฤฑmlฤฑ" -#: 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 @@ -10577,7 +10643,7 @@ msgstr "Cinsel ร‡aฤŸrฤฑลŸฤฑmlฤฑ" msgid "Share" msgstr "PaylaลŸ" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "Yine de paylaลŸ" @@ -10594,7 +10660,7 @@ msgstr "Gรถrseli paylaลŸ" #: src/features/inviteFriends/components/ActionButtons.tsx:23 msgid "Share invite link" -msgstr "" +msgstr "Davetiye baฤŸlantฤฑsฤฑnฤฑ paylaลŸ" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 @@ -10611,7 +10677,7 @@ msgstr "BaฤŸlantฤฑ paylaลŸma diyalogu" #: src/screens/Settings/FindContactsSettings.tsx:172 #: src/screens/Settings/FindContactsSettings.tsx:181 msgid "Share my profile" -msgstr "" +msgstr "Profilimi paylaลŸ" #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:167 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:170 @@ -10641,8 +10707,8 @@ msgstr "Bu baลŸlangฤฑรง paketini paylaลŸ ve insanlarฤฑn Bluesky'deki topluluฤŸun #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "PaylaลŸ..." @@ -10796,15 +10862,15 @@ msgstr "ฤฐรงeriฤŸi gรถsterir" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:294 -#: src/screens/Messages/JoinRequest.tsx:300 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,7 +10896,7 @@ msgstr "GiriลŸ yap veya bir hesap oluลŸtur" msgid "Sign in or create your account to join the conversation!" msgstr "Sohbete katฤฑlmak iรงin giriลŸ yapฤฑn veya hesabฤฑnฤฑzฤฑ oluลŸturun!" -#: src/screens/Messages/JoinRequest.tsx:220 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." msgstr "Daveti kabul etmek iรงin giriลŸ yapฤฑn." @@ -10842,7 +10908,7 @@ msgstr "Listelenmeyen bir hesaba giriลŸ yap" msgid "Sign in to Bluesky or create a new account" msgstr "Bluesky'da oturum aรง veya yeni bir รผyelik oluลŸtur" -#: src/screens/Messages/JoinRequest.tsx:219 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." msgstr "Bu grup sohbetine eriลŸim talep etmek iรงin giriลŸ yapฤฑn." @@ -10900,7 +10966,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:1468 +#: src/view/com/composer/Composer.tsx:1466 msgid "Skip empty posts?" msgstr "BoลŸ gรถnderiler atlansฤฑn mฤฑ?" @@ -10971,12 +11037,12 @@ msgid "Someone left the group" msgstr "Biri gruptan รงฤฑktฤฑ" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:347 msgid "Someone reacted {0}" msgstr "Birisi {0} tepkisi verdi" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "Biri {target} iรงin {0} tepkisi verdi" @@ -10996,10 +11062,6 @@ msgstr "Biri รงฤฑkarฤฑldฤฑ" msgid "Someone was removed from the group" msgstr "Biri gruptan รงฤฑkarฤฑldฤฑ" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "" - #: 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 "Raporlamaya รงalฤฑลŸtฤฑฤŸฤฑnฤฑz verilerde bir sorun var. Lรผtfen destekle iletiลŸime geรงin." @@ -11043,8 +11105,8 @@ msgstr "Bir sorun mu var? Bize bildirin." msgid "Sorry, we're unable to load account suggestions at this time." msgstr "รœzgรผnรผz, hesap รถnerilerini ลŸu anda yรผkleyemiyoruz." -#: 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 "Maalesef oturumunuzun sรผresi doldu. Lรผtfen tekrar giriลŸ yapฤฑn." @@ -11085,7 +11147,7 @@ msgstr "Bir yazฤฑลŸma baลŸlatฤฑrsanฤฑz burada gรถrรผnecektir." #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:130 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:135 msgid "Start a group chat" -msgstr "" +msgstr "Bir grup sohbeti baลŸlat" #: src/components/dms/dialogs/NewChatDialog.tsx:191 msgid "Start a new chat" @@ -11214,13 +11276,13 @@ msgid "Subscribe" msgstr "Abone ol" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "{0} yayฤฑncฤฑsฤฑna abone ol" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "{0} kaynaฤŸฤฑnฤฑn {publicationTitle} yayฤฑnฤฑna abone ol" @@ -11255,7 +11317,7 @@ msgstr "BaลŸarฤฑlฤฑ" msgid "Success!" msgstr "BaลŸarฤฑlฤฑ!" -#: src/components/intents/GroupChatJoinDialog.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" msgstr "Grup sohbetine baลŸarฤฑyla katฤฑldฤฑnฤฑz!" @@ -11349,13 +11411,13 @@ msgstr "Yalnฤฑzca etiketler" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:184 msgid "Take the conversation private." -msgstr "" +msgstr "KonuลŸmalarฤฑ รถzele alฤฑn." #: 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'ฤฑ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:572 +#: src/components/dms/MessageItem.tsx:661 msgid "Tap for details" msgstr "Ayrฤฑntฤฑlar iรงin dokunun" @@ -11383,49 +11445,49 @@ msgstr "BaฤŸlam menรผsรผnรผ kapatmak iรงin dokunun" #: src/components/dms/ChatInvite/Root.tsx:92 msgid "Tap to copy this invite link" -msgstr "" +msgstr "Bu davetiye baฤŸlantฤฑsฤฑnฤฑ kopyalamak iรงin dokunun" #: src/components/ProgressGuide/Toast.tsx:163 msgid "Tap to dismiss" msgstr "Gizlemek iรงin dokunun" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:453 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" -msgstr "" +msgstr "Bu grup sohbetine hemen katฤฑlmak iรงin dokunun" #: src/components/dms/ChatInvite/Root.tsx:105 msgid "Tap to open this group chat" -msgstr "" +msgstr "Bu grup sohbetini aรงmak iรงin dokunun" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "Geri almak iรงin dokunun" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "{0} tepkinizi geri almak iรงin dokunun" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:452 +#: src/components/intents/GroupChatJoinDialog.tsx:468 msgid "Tap to request access to join this group chat" -msgstr "" +msgstr "Bu grup sohbetine katฤฑlmak iรงin eriลŸim talep etmek รผzere dokunun" -#: src/components/dms/MessageItem.tsx:537 +#: src/components/dms/MessageItem.tsx:626 msgid "Tap to retry" msgstr "Yeniden denemek iรงin dokunun" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "{0} tepkilerini gรถrmek iรงin dokunun" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "Tรผm tepkileri gรถstermek iรงin dokunun" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:373 msgid "Tap to view reactions" msgstr "Tepkileri gรถrmek iรงin dokunun" @@ -11528,7 +11590,7 @@ msgstr "Hepsi bu kadar!" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "Hesap, engeli kaldฤฑrdฤฑktan sonra sizinle etkileลŸime geรงebilecek." @@ -11594,7 +11656,7 @@ msgstr "AลŸaฤŸฤฑdaki ayarlar yeni gรถnderi oluลŸtururken varsayฤฑlan olarak kull msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "Bรถlgenizdeki yasalar belirli รถzelliklere eriลŸebilmeniz iรงin bir yetiลŸkin olduฤŸunuzu doฤŸrulamanฤฑzฤฑ gerektirmektedir. Daha fazla bilgi edinmek iรงin dokunun." -#: src/components/intents/GroupChatJoinDialog.tsx:155 +#: src/components/intents/GroupChatJoinDialog.tsx:165 #: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." msgstr "รœye sฤฑnฤฑrฤฑna ulaลŸฤฑldฤฑ." @@ -11621,7 +11683,7 @@ msgstr "Sunucu bazฤฑ sฤฑkฤฑntฤฑlar yaลŸฤฑyor. Lรผtfen biraz sonra tekrar deneyin msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "Gรถrmek istediฤŸiniz baลŸlangฤฑรง paketi geรงersiz. Bu baลŸlangฤฑรง paketini silmeyi tercih edebilirsiniz." -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "BaฤŸlam menรผsรผnรผn konusu" @@ -11665,8 +11727,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "GIFler yรผklenemedi. BaฤŸlantฤฑnฤฑzฤฑ kontrol edin ve tekrar deneyin." #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:182 +#: 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 "ฤฐnternet baฤŸlantฤฑnฤฑzla ilgili bir problem oldu, lรผtfen tekrar deneyin" @@ -11693,7 +11755,7 @@ msgstr "Bildirimleri almakta bir sorun oluลŸtu. Tekrar denemek iรงin buraya doku msgid "There was an issue fetching posts. Tap here to try again." msgstr "Gรถnderileri almakta bir sorun oluลŸtu. Tekrar denemek iรงin buraya dokunun." -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "Listeyi almakta bir sorun oluลŸtu. Tekrar denemek iรงin buraya dokunun." @@ -11733,12 +11795,12 @@ msgstr "AkฤฑลŸlarฤฑnฤฑzฤฑ gรผncellerken bir sorun oldu, lรผtfen internet baฤŸlan #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "Bir sorun oluลŸtu! {0}" @@ -11776,11 +11838,11 @@ msgstr "Bu ayarlar yalnฤฑzca takip akฤฑลŸฤฑna (\"Following\") uygulanฤฑr." #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" -msgstr "" +msgstr "Bu sohbetin sahibi onlar" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." -msgstr "" +msgstr "Onlarฤฑ tekrar davet etmediฤŸiniz sรผrece yeniden katฤฑlamayacaklar." #: src/components/moderation/ScreenHider.tsx:118 msgid "This {screenDescription} has been flagged:" @@ -11828,24 +11890,24 @@ msgstr "Bu iรงeriฤŸin yazarฤฑ, gรถnderilerini sadece giriลŸ yapmฤฑลŸ kiลŸilerin 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 "Bu dรผฤŸme baลŸkalarฤฑnฤฑn Germ DM uygulamasฤฑ รผzerinden size mesaj yollayabilmesini saฤŸlar. GรถrรผnรผrlรผฤŸรผnรผ Germ DM uygulamasฤฑndan yรถnetebilir veya aลŸaฤŸฤฑdaki dรผฤŸmeye tฤฑklayarak Germ DM'in Bluesky hesabฤฑnฤฑzla baฤŸlantฤฑsฤฑnฤฑ tamamen kesebilirsiniz." -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "Bu sohbet sona erdi" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:287 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" msgstr "Bu sohbet dolu" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "Bu sohbet kilitli" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:430 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" -msgstr "" +msgstr "Bu sohbet bir moderasyon iลŸlemi tarafฤฑndan kilitlendi" #: src/screens/Messages/components/MessageListError.tsx:17 msgid "This chat was disconnected" @@ -11881,7 +11943,7 @@ msgstr "Bu iรงerik, iรงerikte yer alan kullanฤฑcฤฑlardan biri diฤŸerini engelled msgid "This content is not viewable without a Bluesky account." msgstr "Bu iรงerik, bir Bluesky hesabฤฑ olmadan gรถrรผntรผlenemez." -#: src/components/intents/GroupChatJoinDialog.tsx:141 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." msgstr "Bu yazฤฑลŸma kilitli." @@ -11931,9 +11993,9 @@ msgstr "Bu akฤฑลŸ boลŸ." msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "Bu akฤฑลŸ รงevrimiรงi deฤŸil. Onun yerine size keลŸif akฤฑลŸฤฑ <0>Discover'ฤฑ gรถsteriyoruz." -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" -msgstr "" +msgstr "Bu grup, sahibine uygulanan bir moderasyon iลŸlemi nedeniyle kilitlenmiลŸtir" #: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "This handle is reserved. Please try a different one." @@ -11947,11 +12009,11 @@ msgstr "Bu gรถrsel kullanฤฑlamaz. Farklฤฑ bir format deneyin, .jpg ya da .png gi msgid "This information is private and not shared with other users." msgstr "Bu bilgi gizlidir ve diฤŸer kullanฤฑcฤฑlarla paylaลŸฤฑlmaz." -#: src/components/intents/GroupChatJoinDialog.tsx:151 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." msgstr "Bu davetiye baฤŸlantฤฑsฤฑ devre dฤฑลŸฤฑ bฤฑrakฤฑldฤฑ." -#: src/components/intents/GroupChatJoinDialog.tsx:223 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" msgstr "Bu davetiye baฤŸlantฤฑsฤฑ geรงersiz" @@ -11997,17 +12059,17 @@ msgstr "Sizin tarafฤฑnฤฑzdan oluลŸturulan bu liste, adฤฑnda ya da aรงฤฑklamasฤฑn msgid "This list is empty." msgstr "Bu liste boลŸ." -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" -msgstr "" +msgstr "Bu mesaj gizli" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:688 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:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:658 +#: src/components/dms/MessageItem.tsx:684 msgid "This message is hidden because you are blocking this user." msgstr "Bu mesaj gizli รงรผnkรผ bu kullanฤฑcฤฑyฤฑ engelliyorsunuz." @@ -12045,11 +12107,11 @@ 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:1043 +#: src/view/com/composer/Composer.tsx:1041 msgid "This post's author has disabled quote posts." msgstr "Bu gรถnderinin yazarฤฑ alฤฑntฤฑlanmasฤฑnฤฑ engellemiลŸ." -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "Bu profil sadece giriลŸ yapmฤฑลŸ kullanฤฑcฤฑlara gรถrรผnรผr. GiriลŸ yapmamฤฑลŸ kullanฤฑcฤฑlara gรถrรผnmeyecektir." @@ -12242,8 +12304,8 @@ msgstr "ร–nce en รถne รงฤฑkan yanฤฑtlar" msgid "Topic" msgstr "Konu baลŸlฤฑฤŸฤฑ" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,9 +12375,9 @@ msgctxt "action" msgid "Try again" msgstr "Tekrar dene" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." -msgstr "" +msgstr "Birazdan tekrar deneyin." #: src/components/Post/Translated/index.tsx:229 #: src/components/Post/Translated/index.tsx:242 @@ -12325,7 +12387,7 @@ msgstr "Google Translate'i dene" #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:165 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:171 msgid "Try it" -msgstr "" +msgstr "Dene" #: src/lib/interests.ts:74 msgid "TV" @@ -12335,7 +12397,7 @@ msgstr "TV" msgid "Two-factor authentication (2FA)" msgstr "ฤฐki adฤฑmlฤฑ doฤŸrulama (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "Mesajฤฑnฤฑzฤฑ buraya yazฤฑn" @@ -12401,7 +12463,7 @@ msgstr "EriลŸilmez" msgid "Unavailable feed information" msgstr "EriลŸilemeyen akฤฑลŸ bilgisi" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:726 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12409,14 +12471,14 @@ msgstr "EriลŸilemeyen akฤฑลŸ bilgisi" #: src/components/moderation/BlockDialog.tsx:211 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "Engeli kaldฤฑr" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "Engeli kaldฤฑr" @@ -12427,17 +12489,17 @@ msgstr "{displayName} engelini kaldฤฑr" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "Hesabฤฑn engelini kaldฤฑr" #: src/components/moderation/BlockDialog.tsx:146 msgid "Unblock account?" -msgstr "" +msgstr "Hesabฤฑn engeli aรงฤฑlsฤฑn mฤฑ?" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "Hesabฤฑ Engelle?" @@ -12474,12 +12536,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Yeniden gรถnderiyi geri al ({0, plural, other {# yeniden gรถnderi}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "{0} adresini takibi bฤฑrak" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "Hesabฤฑ takibi bฤฑrak" @@ -12521,11 +12583,11 @@ msgstr "BeฤŸenmeyi geri al" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "BeฤŸeniyi kaldฤฑr ({0, plural, other {# beฤŸeni}})" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "Sohbet kilidini aรง" -#: src/screens/Messages/ConversationSettings/index.tsx:567 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "Bu grup sohbetinin kilidini aรง" @@ -12548,8 +12610,8 @@ msgstr "{0} etiketini sessizden รงฤฑkar" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "Hesabฤฑ sessizden รงฤฑkar" @@ -12562,7 +12624,7 @@ msgstr "YazฤฑลŸmayฤฑ sessizden รงฤฑkar" msgid "Unmute list" msgstr "Listeyi sessizden รงฤฑkar" -#: src/screens/Messages/ConversationSettings/index.tsx:529 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "Bu grup sohbetini sessizden รงฤฑkar" @@ -12641,25 +12703,22 @@ msgstr "Liste aboneliฤŸinden รงฤฑktฤฑnฤฑz" msgid "Unsupported clipboard content" msgstr "Desteklenmeyen pano iรงeriฤŸi" -#: src/view/com/composer/Composer.tsx:1557 +#: src/view/com/composer/Composer.tsx:1555 msgid "Unsupported video type: {mimeType}" msgstr "Desteklenmeyen video tรผrรผ: {mimeType}" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" -msgstr "" +msgstr "50 kiลŸiye kadar" #: src/screens/Settings/components/OTAInfo.tsx:61 #: src/screens/Settings/components/OTAInfo.tsx:77 msgid "Update" msgstr "Gรผncelle" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "<0>{displayName} kullanฤฑcฤฑsฤฑnฤฑn listelerini dรผzenleyin" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" msgstr "" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 @@ -12669,6 +12728,10 @@ msgstr "" msgid "Update email" msgstr "E-postayฤฑ gรผncelle" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 #: src/screens/Messages/components/InviteLinkDialog.tsx:303 @@ -12680,14 +12743,6 @@ msgstr "Davetiye baฤŸlantฤฑsฤฑnฤฑ gรผncelle" msgid "Update to {domain}" msgstr "{domain} adresine gรผncelle" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "" - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "E-postanฤฑzฤฑ gรผncelleyin" @@ -12736,7 +12791,7 @@ msgstr "Dosyalardan Yรผkle" msgid "Upload from Library" msgstr "Kรผtรผphaneden Yรผkle" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2585 msgid "Uploading GIF..." msgstr "GIF yรผkleniyor..." @@ -12750,7 +12805,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:2589 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading video..." msgstr "Video yรผkleniyor..." @@ -12826,7 +12881,7 @@ msgid "User Blocks You" msgstr "Kullanฤฑcฤฑ Sizi Engelledi" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "{0} tarafฤฑndan oluลŸturulan kullanฤฑcฤฑ listesi" @@ -12835,7 +12890,7 @@ msgstr "{0} tarafฤฑndan oluลŸturulan kullanฤฑcฤฑ listesi" msgid "User List by {0}" msgstr "{0} Kullanฤฑcฤฑ Listesi" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "Sizin tarafฤฑnฤฑzdan oluลŸturulan kullanฤฑcฤฑ listesi" @@ -12875,16 +12930,6 @@ msgstr "<0>@{0} tarafฤฑndan takip edilen kullanฤฑcฤฑlar" msgid "users following <0>@{0}" msgstr "<0>@{0} kullanฤฑcฤฑsฤฑnฤฑ takip edenler" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "Takip ettiฤŸim kullanฤฑcฤฑlar" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "Takip ettiฤŸim kullanฤฑcฤฑlar" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "DeฤŸer:" @@ -12912,8 +12957,8 @@ msgstr "DoฤŸrulayan:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "Hesabฤฑ doฤŸrula" @@ -13039,7 +13084,7 @@ msgstr "Video bulunamadฤฑ." msgid "Video settings" msgstr "Video ayarlarฤฑ" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2605 msgid "Video uploaded" msgstr "Video yรผklendi" @@ -13056,14 +13101,14 @@ msgstr "Videolar" msgid "Videos must be less than 3 minutes long." msgstr "Videolar 3 dakikadan kฤฑsa olmalฤฑdฤฑr." -#: src/view/com/composer/Composer.tsx:1150 +#: src/view/com/composer/Composer.tsx:1148 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Gรถz at" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "{0} yayฤฑncฤฑsฤฑnฤฑ gรถrรผntรผle" @@ -13078,7 +13123,7 @@ msgstr "{0}'ฤฑn avatarฤฑnฤฑ gรถrรผntรผle" #: 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 "{0} kullanฤฑcฤฑsฤฑnฤฑn profilini gรถrรผntรผle" @@ -13092,7 +13137,7 @@ msgstr "{0} kullanฤฑcฤฑsฤฑnฤฑn profilini gรถrรผntรผle" msgid "View {displayName}โ€™s profile" msgstr "{displayName} profilini gรถrรผntรผle" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "{publicationTitle} yayฤฑnฤฑnฤฑ gรถrรผntรผle" @@ -13124,11 +13169,11 @@ msgstr "Gelen grup sohbet taleplerini gรถster" #: src/screens/Messages/components/RequestStatus.tsx:54 msgid "View incoming requests" -msgstr "" +msgstr "Gelen talepleri gรถster" #: src/screens/Messages/components/RequestStatus.tsx:55 msgid "View incoming requests to join this group chat" -msgstr "" +msgstr "Bu grup sohbetine katฤฑlma taleplerini gรถr" #: src/components/moderation/LabelsOnMe.tsx:56 msgid "View information about these labels" @@ -13145,7 +13190,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:1145 +#: src/view/com/composer/Composer.tsx:1143 msgid "View post" msgstr "Gรถnderiyi gรถster" @@ -13162,10 +13207,10 @@ msgstr "Profili gรถrรผntรผle" msgid "View profile banner" msgstr "Profil kapaฤŸฤฑnฤฑ gรถster" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "Yayฤฑnฤฑ gรถrรผntรผle" @@ -13173,7 +13218,7 @@ msgstr "Yayฤฑnฤฑ gรถrรผntรผle" msgid "View the avatar" msgstr "Avatarฤฑ gรถrรผntรผle" -#: src/screens/Messages/ConversationSettings/index.tsx:554 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "Bu grup sohbeti iรงin davetiye baฤŸlantฤฑsฤฑnฤฑ gรถrรผntรผle" @@ -13441,7 +13486,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:1041 +#: src/view/com/composer/Composer.tsx:1039 msgid "We're sorry! The post you are replying to has been deleted." msgstr "รœzgรผnรผz! YanฤฑtladฤฑฤŸฤฑnฤฑz gรถnderi silindi." @@ -13492,7 +13537,7 @@ msgid "What do you want to call your starter pack?" msgstr "BaลŸlangฤฑรง โ€‹โ€‹paketinize ne ad vermek istersiniz?" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1519 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Nasฤฑlsฤฑnฤฑz?" @@ -13519,7 +13564,7 @@ msgid "Who can verify?" msgstr "Kim doฤŸrulayabilir?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "Ay ay!" @@ -13578,7 +13623,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:1439 +#: src/view/com/composer/Composer.tsx:1437 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?" @@ -13587,12 +13632,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:1617 +#: src/view/com/composer/Composer.tsx:1615 msgid "Write post" msgstr "Gรถnderi yaz" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1517 msgid "Write your reply" msgstr "Yanฤฑtฤฑnฤฑzฤฑ yazฤฑn" @@ -13658,7 +13703,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:610 +#: src/components/dms/MessageItem.tsx:699 msgid "You are blocking {0}" msgstr "{0} kiลŸisini engelliyorsunuz" @@ -13756,7 +13801,7 @@ msgstr "Artฤฑk belirli kiลŸiler gรถnderi paylaลŸtฤฑฤŸฤฑnda bildirim almayฤฑ seรง #: 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 "ArkadaลŸlarฤฑnฤฑzฤฑ bir baฤŸlantฤฑ veya karekod ile davet edebilirsiniz. BaฤŸlantฤฑyฤฑ istediฤŸiniz yerde paylaลŸฤฑn ya da size Bluesky'da katฤฑlmalarฤฑ iรงin onlara kodu taratฤฑn." #: src/screens/Login/index.tsx:203 #: src/screens/Login/PasswordUpdatedForm.tsx:27 @@ -13764,11 +13809,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:221 +#: src/view/com/composer/Composer.tsx:220 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" -msgstr "" +msgstr "Gรถnderi baลŸฤฑna en fazla {MAX_GALLERY_IMAGES, plural, other {# gรถrsel}} ekleyebilirsiniz" -#: src/view/com/composer/Composer.tsx:1444 +#: src/view/com/composer/Composer.tsx:1442 msgid "You can only save drafts up to 1000 characters." msgstr "Yalnฤฑzca 1000 karaktere kadar taslak kaydedebilirsiniz." @@ -13795,7 +13840,7 @@ 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 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." -msgstr "" +msgstr "Toplamda en fazla {MAX_GALLERY_IMAGES, plural, other {# gรถrsel}} seรงebilirsiniz." #: src/components/interstitials/Trending.tsx:132 #: src/components/interstitials/TrendingVideos.tsx:138 @@ -13803,10 +13848,10 @@ msgstr "" msgid "You can update this later from your settings." msgstr "Bunu daha sonra ayarlarฤฑnฤฑzdan gรผncelleyebilirsiniz." -#: src/components/dms/ActionsWrapper.web.tsx:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:115 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" -msgstr "" +msgstr "{EMOJI_REACTION_LIMIT, plural, other {# emoji tepkisinden}} fazla tepki veremezsiniz" #: src/components/dms/dialogs/NewChatDialog.tsx:105 msgid "You cannot create a group chat yet." @@ -13839,9 +13884,9 @@ msgstr "KaydedilmiลŸ akฤฑลŸฤฑnฤฑz yok." msgid "You got here first" msgstr "ฤฐlk siz geldiniz" -#: src/components/intents/GroupChatJoinDialog.tsx:166 +#: 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 "Bu gruptan daha รถnce รงฤฑkarฤฑlmฤฑลŸsฤฑnฤฑz o yรผzden bu baฤŸlantฤฑyฤฑ kullanarak aynฤฑ gruba katฤฑlamazsฤฑnฤฑz." #: src/components/moderation/ModerationDetailsDialog.tsx:77 #: src/lib/moderation/useModerationCauseDescription.ts:58 @@ -13884,6 +13929,7 @@ msgstr "Bu hesabฤฑ sessize almฤฑลŸsฤฑnฤฑz." msgid "You have muted this user" msgstr "Bu kullanฤฑcฤฑyฤฑ sessize almฤฑลŸsฤฑnฤฑz" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "Listeniz yok." @@ -13912,7 +13958,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:1434 +#: src/view/com/composer/Composer.tsx:1432 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?" @@ -13970,9 +14016,9 @@ msgstr "En fazla {STARTER_PACK_MAX_SIZE, plural, other {{STARTER_PACK_MAX_SIZE} msgid "You may only add up to 3 feeds" msgstr "En fazla 3 akฤฑลŸ ekleyebilirsiniz" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." -msgstr "" +msgstr "Bir รผye รงฤฑkarmak iรงin sohbet sahibi olmanฤฑz gerekmektedir." #: 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." @@ -13983,7 +14029,7 @@ msgid "You must be following at least seven other people to generate a starter p msgstr "BaลŸlangฤฑรง โ€‹โ€‹paketi oluลŸturmak iรงin en az yedi kiลŸiyi takip etmeniz gerekir." #: src/components/StarterPack/QrCodeDialog.tsx:69 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:89 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" @@ -13997,7 +14043,7 @@ msgstr "E-posta iki adฤฑmlฤฑ doฤŸrulamasฤฑnฤฑ etkinleลŸtirebilmeniz iรงin รถncel #: src/components/moderation/BlockDialog.tsx:352 msgid "You own this chat" -msgstr "" +msgstr "Bu sohbetin sahibisiniz" #. placeholder {0}: currentAccount?.handle #: src/screens/Deactivated.tsx:120 @@ -14009,12 +14055,12 @@ 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:259 +#: src/components/dms/MessageItem.tsx:340 msgid "You reacted {0}" msgstr "{0} tepkisi verdiniz" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "{target} iรงin {0} tepkisi verdiniz" @@ -14023,11 +14069,23 @@ msgstr "{target} iรงin {0} tepkisi verdiniz" msgid "You recently changed your birthdate" msgstr "DoฤŸum tarihinizi yakฤฑn zamanda deฤŸiลŸtirdiniz" -#. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 -msgid "You requested to join" +#: src/components/dms/MessageItem.tsx:804 +msgid "You replied" msgstr "" +#: src/components/dms/MessageItem.tsx:802 +msgid "You replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:800 +msgid "You replied to yourself" +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 "Katฤฑlmayฤฑ talep ettiniz" + #: src/screens/Settings/Settings.tsx:297 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." @@ -14050,12 +14108,12 @@ msgstr "Artฤฑk bu konu iรงin bildirim alacaksฤฑnฤฑz" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "Bir \"sฤฑfฤฑrlama kodu\" iรงeren bir e-posta alacaksฤฑnฤฑz. Bu kodu buraya girin, ardฤฑndan yeni ลŸifrenizi girin." -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "Davet edilmedikรงe tekrar katฤฑlamayacaksฤฑnฤฑz." #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "Siz: {message}" @@ -14091,7 +14149,7 @@ msgstr "Bu akฤฑลŸlardan haberdar edileceksiniz" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:205 msgid "Youโ€™re in control" -msgstr "" +msgstr "Kontrol sizde" #: src/screens/SignupQueued.tsx:130 msgid "You're in line" @@ -14127,7 +14185,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:646 +#: src/view/com/composer/Composer.tsx:644 msgid "You've reached the maximum number of drafts" msgstr "En fazla taslak sayฤฑsฤฑna ulaลŸtฤฑnฤฑz" @@ -14199,11 +14257,11 @@ msgstr "Sohbetleriniz devre dฤฑลŸฤฑ bฤฑrakฤฑldฤฑ" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "Tercihiniz bundan sonraki web baฤŸlantฤฑlarฤฑ iรงin hatฤฑrlanacaktฤฑr. Onu her zaman ayarlardan deฤŸiลŸtirebilirsiniz." -#: src/view/com/notifications/NotificationFeedItem.tsx:374 +#: src/view/com/notifications/NotificationFeedItem.tsx:380 msgid "Your contact {firstAuthorLink} is on Bluesky" msgstr "BaฤŸlantฤฑnฤฑz {firstAuthorLink} Bluesky'da" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:378 msgid "Your contact {firstAuthorName} is on Bluesky" msgstr "BaฤŸlantฤฑnฤฑz {firstAuthorName} Bluesky'da" @@ -14295,11 +14353,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:1141 +#: src/view/com/composer/Composer.tsx:1139 msgid "Your post was sent" msgstr "Gรถnderiniz yollandฤฑ" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1136 msgid "Your posts were sent" msgstr "Gรถnderileriniz yollandฤฑ" @@ -14320,7 +14378,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:1140 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your reply was sent" msgstr "Yanฤฑtฤฑnฤฑz yollandฤฑ" @@ -14333,7 +14391,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:1469 +#: src/view/com/composer/Composer.tsx:1467 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 dd4299e736..bf138c1d55 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-10 21:06\n" +"PO-Revision-Date: 2026-06-17 12:23\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,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:867 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" msgstr "" -#: src/components/dms/getMessageInfo.ts:73 +#: src/components/dms/getMessageInfo.ts:105 +#: src/components/dms/MessageItem.tsx:869 +#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "(ะผั–ัั‚ะธั‚ัŒ ะฒะฑัƒะดะพะฒะฐะฝะธะน ะฒะผั–ัั‚)" @@ -75,7 +79,7 @@ msgstr "" msgid "{0, plural, one {# like} other {# likes}}" msgstr "" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "" @@ -97,7 +101,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:269 +#: src/components/dms/MessageItem.tsx:350 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "" @@ -118,15 +122,15 @@ msgstr "{0, plural, one {# ัะตะบัƒะฝะดะฐ} few {# ัะตะบัƒะฝะดะธ} many {# ัะตะบ #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:703 msgid "{0} is blocking you" msgstr "" @@ -273,7 +277,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:345 msgid "{0} reacted {1}" msgstr "" @@ -326,24 +330,22 @@ msgstr "ะะฒะฐั‚ะฐั€ะบะฐ ะบะพั€ะธัั‚ัƒะฒะฐั‡ะฐ {0}" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:143 +#: src/screens/Messages/JoinRequest.tsx:139 msgctxt "group-chat-member-count" msgid "{0}/{1}" msgstr "" #. The number of members in a group chat, in the format '{members}/{total} members'. -#. placeholder {0}: preview.memberCount -#. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 -msgid "{0}/{1} {2, plural, one {member} other {members}}" -msgstr "" - -#. The number of active group chat members out of the total number allowed. +#. The number of members in a group chat, in the format '{members}/{total} members'. #. placeholder {0}: joinLinkPreview.memberCount +#. placeholder {0}: preview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:329 -msgid "{0}/{1} members" +#. placeholder {1}: preview.memberLimit +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 +msgid "{0}/{1} {2, plural, one {member} other {members}}" msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. @@ -389,7 +391,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -397,33 +399,11 @@ msgstr "" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "" - #. 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 "" -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "" - #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" msgstr "" @@ -441,155 +421,155 @@ msgstr "{estimatedTimeHrs, plural, one {ะณะพะดะธะฝะฐ} few {ะณะพะดะธะฝะธ} many { msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {ั…ะฒะธะปะธะฝะฐ} few {ั…ะฒะธะปะธะฝะธ} many {ั…ะฒะธะปะธะฝ} other {ั…ะฒะธะปะธะฝ}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: 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} ั–ะฝัˆั–}} ะฟะพั‡ะฐะปะธ ะฒะฐั ั‡ะธั‚ะฐั‚ะธ" -#: 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 "{firstAuthorLink} ั‚ะฐ <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} ั–ะฝัˆะธะน} few {{formattedAuthorsCount} ั–ะฝัˆั–} many {{formattedAuthorsCount} ั–ะฝัˆั–} other {{formattedAuthorsCount} ั–ะฝัˆั–}} ะฒะฟะพะดะพะฑะฐะปะธ ัั‚ะฒะพั€ะตะฝัƒ ะฒะฐะผะธ ัั‚ั€ั–ั‡ะบัƒ" -#: 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 "{firstAuthorLink} ั‚ะฐ <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} ั–ะฝัˆะธะน} few {{formattedAuthorsCount} ั–ะฝัˆั–} many {{formattedAuthorsCount} ั–ะฝัˆั–} other {{formattedAuthorsCount} ั–ะฝัˆั–}} ะฒะฟะพะดะพะฑะฐะปะธ ะฒะฐัˆ ะฟะพัั‚" -#: 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 "{firstAuthorLink} ั‚ะฐ <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} ั–ะฝัˆะธะน} few {{formattedAuthorsCount} ั–ะฝัˆั–} many {{formattedAuthorsCount} ั–ะฝัˆั–} other {{formattedAuthorsCount} ั–ะฝัˆั–}} ะทั€ะพะฑะธะปะธ ั€ะตะฟะพัั‚" -#: 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 "{firstAuthorLink} ั‚ะฐ <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} ั–ะฝัˆะธะน} few {{formattedAuthorsCount} ั–ะฝัˆั–} many {{formattedAuthorsCount} ั–ะฝัˆั–} other {{formattedAuthorsCount} ั–ะฝัˆั–}} ะทะฐั€ะตั”ัั‚ั€ัƒะฒะฐะปะธััŒ ะทั– ัั‚ะฒะพั€ะตะฝะธะผ ะฒะฐะผะธ ะฟะพั‡ะฐั‚ะบะพะฒะธะผ ะฝะฐะฑะพั€ะพะผ" -#: 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 "{firstAuthorLink} ะฟะพั‡ะฐะปะธ ะฒะฐั ั‡ะธั‚ะฐั‚ะธ" -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} ั‚ะตะถ ะฟะพั‡ะฐะปะธ ะฒะฐั ั‡ะธั‚ะฐั‚ะธ" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} ะฒะฟะพะดะพะฑะฐะฒ ัั‚ะฒะพั€ะตะฝัƒ ะฒะฐะผะธ ัั‚ั€ั–ั‡ะบัƒ" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} ะฒะฟะพะดะพะฑะฐะฒ ะฒะฐัˆ ะฟะพัั‚" -#: 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 "{firstAuthorLink} ะทั€ะพะฑะธะฒ ั€ะตะฟะพัั‚" -#: 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 "{firstAuthorLink} ะทะฐั€ะตั”ัั‚ั€ัƒะฒะฐะฒัั ะทั– ัั‚ะฒะพั€ะตะฝะธะผ ะฒะฐะผะธ ะฟะพั‡ะฐั‚ะบะพะฒะธะผ ะฝะฐะฑะพั€ะพะผ" -#: 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 "{firstAuthorName} ั‚ะฐ {additionalAuthorsCount, plural, one {{formattedAuthorsCount} ั–ะฝัˆั–} few {{formattedAuthorsCount} ั–ะฝัˆั–} many {{formattedAuthorsCount} ั–ะฝัˆั–} other {{formattedAuthorsCount} ั–ะฝัˆั–}} ะฟะพั‡ะฐะปะธ ะฒะฐั ั‡ะธั‚ะฐั‚ะธ" -#: 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 "{firstAuthorName} ั‚ะฐ {additionalAuthorsCount, plural, one {{formattedAuthorsCount} ั–ะฝัˆั–} few {{formattedAuthorsCount} ั–ะฝัˆั–} many {{formattedAuthorsCount} ั–ะฝัˆั–} other {{formattedAuthorsCount} ั–ะฝัˆั–}} ะฒะฟะพะดะพะฑะฐะปะธ ัั‚ะฒะพั€ะตะฝัƒ ะฒะฐะผะธ ัั‚ั€ั–ั‡ะบัƒ" -#: 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 "{firstAuthorName} ั‚ะฐ {additionalAuthorsCount, plural, one {{formattedAuthorsCount} ั–ะฝัˆั–} few {{formattedAuthorsCount} ั–ะฝัˆั–} many {{formattedAuthorsCount} ั–ะฝัˆั–} other {{formattedAuthorsCount} ั–ะฝัˆั–}} ะฒะฟะพะดะพะฑะฐะปะธ ะฒะฐัˆ ะฟะพัั‚" -#: 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 "{firstAuthorName} ั‚ะฐ {additionalAuthorsCount, plural, one {{formattedAuthorsCount} ั–ะฝัˆั–} few {{formattedAuthorsCount} ั–ะฝัˆั–} many {{formattedAuthorsCount} ั–ะฝัˆั–} other {{formattedAuthorsCount} ั–ะฝัˆั–}} ะทั€ะพะฑะธะปะธ ั€ะตะฟะพัั‚" -#: 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 "{firstAuthorName} ั‚ะฐ {additionalAuthorsCount, plural, one {{formattedAuthorsCount} ั–ะฝัˆั–} few {{formattedAuthorsCount} ั–ะฝัˆั–} many {{formattedAuthorsCount} ั–ะฝัˆั–} other {{formattedAuthorsCount} ั–ะฝัˆั–}} ะทะฐั€ะตั”ัั‚ั€ัƒะฒะฐะปะธััŒ ะทั– ัั‚ะฒะพั€ะตะฝะธะผ ะฒะฐะผะธ ะฟะพั‡ะฐั‚ะบะพะฒะธะผ ะฝะฐะฑะพั€ะพะผ" -#: 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 "{firstAuthorName} ะฟะพั‡ะฐะปะธ ะฒะฐั ั‡ะธั‚ะฐั‚ะธ" -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} ั‚ะตะถ ะฟะพั‡ะฐะปะธ ะฒะฐั ั‡ะธั‚ะฐั‚ะธ" -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} ัะฟะพะดะพะฑะฐะปะฐััŒ ะฒะฐัˆะฐ ัั‚ั€ั–ั‡ะบะฐ" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} ัะฟะพะดะพะฑะฐะฒัั ะฒะฐัˆ ะฟะพัั‚" -#: 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 "{firstAuthorName} ะทั€ะพะฑะธะฒ ั€ะตะฟะพัั‚" -#: 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 "{firstAuthorName} ะทะฐั€ะตั”ัั‚ั€ัƒะฒะฐะฒัั ะท ะฒะฐัˆะธะผ ะฟะพั‡ะฐั‚ะบะพะฒะธะผ ะฝะฐะฑะพั€ะพะผ" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "" @@ -659,12 +639,12 @@ msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "" @@ -697,6 +677,18 @@ msgstr "" msgid "{rank}." msgstr "" +#: src/components/dms/MessageItem.tsx:813 +msgid "{replierDisplayName} replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:809 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:807 +msgid "{replierDisplayName} replied to you" +msgstr "" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "" @@ -873,8 +875,8 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 #: src/screens/Messages/JoinRequests.tsx:192 #: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." @@ -955,7 +957,7 @@ msgstr "" msgid "Accepted conversations" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:113 +#: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -980,12 +982,12 @@ msgstr "ะžะฑะปั–ะบะพะฒะธะน ะทะฐะฟะธั" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "ะžะฑะปั–ะบะพะฒะธะน ะทะฐะฟะธั ะทะฐะฑะปะพะบะพะฒะฐะฝะพ" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "ะžะฑะปั–ะบะพะฒะธะน ะทะฐะฟะธั ะฒั–ะดัั‚ะตะถัƒั”ั‚ัŒัั" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "ะžะฑะปั–ะบะพะฒะธะน ะทะฐะฟะธั ั–ะณะฝะพั€ะพะฒะฐะฝะพ" @@ -1028,18 +1030,18 @@ msgstr "ะžะฑะปั–ะบะพะฒะธะน ะทะฐะฟะธั ะฒะธะปัƒั‡ะตะฝะพ ะทั– ัˆะฒะธะดะบะพะณะพ ะด #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "ะžะฑะปั–ะบะพะฒะธะน ะทะฐะฟะธั ั€ะพะทะฑะปะพะบะพะฒะฐะฝะพ" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "ะžะฑะปั–ะบะพะฒะธะน ะทะฐะฟะธั ะฝะต ะฒั–ะดัั‚ะตะถัƒั”ั‚ัŒัั" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "ะžะฑะปั–ะบะพะฒะธะน ะทะฐะฟะธั ะฝะต ั–ะณะฝะพั€ัƒั”ั‚ัŒัั" @@ -1054,12 +1056,13 @@ msgstr "" msgid "Activity from others" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "ะ”ะพะดะฐั‚ะธ" @@ -1112,11 +1115,11 @@ msgstr "ะ”ะพะดะฐั‚ะธ ะฐะปัŒั‚ะตั€ะฝะฐั‚ะธะฒะฝะธะน ั‚ะตะบัั‚ (ะทะฐ ะฑะฐะถะฐะฝะฝ msgid "Add another account" msgstr "ะ”ะพะดะฐั‚ะธ ั–ะฝัˆะธะน ะพะฑะปั–ะบะพะฒะธะน ะทะฐะฟะธั" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1518 msgid "Add another post" msgstr "ะะฐะฟะธัะฐั‚ะธ ั‰ะต" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2181 msgid "Add another post to thread" msgstr "" @@ -1182,7 +1185,7 @@ msgstr "ะ”ะพะดะฐั‚ะธ ั–ะณะฝะพั€ะพะฒะฐะฝั– ัะปะพะฒะฐ ั‚ะฐ ั‚ะตะณะธ" msgid "Add people" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "" @@ -1214,8 +1217,8 @@ msgstr "ะ”ะพะดะฐะนั‚ะต ะฝะฐัั‚ัƒะฟะฝะธะน DNS-ะทะฐะฟะธั ะดะพ ะฒะฐัˆะพะณะพ ะดะพ msgid "Add this feed to your feeds" msgstr "ะ”ะพะดะฐั‚ะธ ั†ัŽ ัั‚ั€ั–ั‡ะบัƒ ะดะพ ะฒะฐัˆะพั— ัั‚ั€ั–ั‡ะบะธ" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "ะ”ะพะดะฐั‚ะธ ะดะพ ัะฟะธัะบัƒ" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "" @@ -1246,8 +1249,8 @@ msgstr "" msgid "Added by invite link" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "ะ”ะพะดะฐะฝะพ ะดะพ ัะฟะธัะบัƒ" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "ะฃัะต" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "" @@ -1521,7 +1524,7 @@ msgid "An error occurred while loading your lists :/" msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:81 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:103 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "ะกั‚ะฐะปะฐัั ะฟะพะผะธะปะบะฐ ะฟั–ะด ั‡ะฐั ะทะฑะตั€ะตะถะตะฝะฝั QR-ะบะพะดัƒ!" @@ -1589,8 +1592,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 "ะ’ะธะฝะธะบะปะฐ ะฟั€ะพะฑะปะตะผะฐ, ะฑัƒะดัŒ ะปะฐัะบะฐ, ัะฟั€ะพะฑัƒะนั‚ะต ั‰ะต ั€ะฐะท." @@ -1643,7 +1646,7 @@ msgstr "" msgid "Anyone can interact" msgstr "ะฃัั– ะผะพะถัƒั‚ัŒ ะฒะทะฐั”ะผะพะดั–ัั‚ะธ" -#: src/components/intents/GroupChatJoinDialog.tsx:340 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" msgstr "" @@ -1796,8 +1799,8 @@ msgstr "ะ’ะธ ะดั–ะนัะฝะพ ั…ะพั‡ะตั‚ะต ะฒะธะดะฐะปะธั‚ะธ ั†ัŽ ะฟั–ะดะฑั–ั€ะบัƒ?" msgid "Are you sure you want to discard your changes?" msgstr "ะ’ะธ ัะฟั€ะฐะฒะดั– ั…ะพั‡ะตั‚ะต ะฒั–ะดั…ะธะปะธั‚ะธ ะทะผั–ะฝะธ?" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "" @@ -1814,11 +1817,11 @@ msgid "Are you sure you want to remove this from your feeds?" msgstr "ะ’ะธ ะฒะฟะตะฒะฝะตะฝั–, ั‰ะพ ะฑะฐะถะฐั”ั‚ะต ะฒะธะปัƒั‡ะธั‚ะธ ั†ะต ะทั– ัะฒะพั—ั… ัั‚ั€ั–ั‡ะพะบ?" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 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:1654 msgid "Are you sure you'd like to discard this post?" msgstr "ะ’ะธ ัะฟั€ะฐะฒะดั– ั…ะพั‡ะตั‚ะต ะฝะต ะฟัƒะฑะปั–ะบัƒะฒะฐั‚ะธ ะฟะพัั‚?" @@ -1958,10 +1961,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2009,8 +2012,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "ะ—ะฐะฑะปะพะบัƒะฒะฐั‚ะธ ะพะฑะปั–ะบะพะฒะธะน ะทะฐะฟะธั" @@ -2088,6 +2091,10 @@ 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 "ะ‘ะปะพะบัƒะฒะฐะฝะฝั ะฝะต ะฟะตั€ะตัˆะบะพะดะถะฐั” ะผั–ั‚ะฝะธะบัƒ ั€ะพะทะผั–ั‰ัƒะฒะฐั‚ะธ ะผั–ั‚ะบะธ ะฝะฐ ะฒะฐัˆ ะพะฑะปั–ะบะพะฒะธะน ะทะฐะฟะธั." @@ -2260,7 +2267,7 @@ msgstr "" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:181 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2274,13 +2281,13 @@ msgstr "" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:363 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" msgstr "" @@ -2348,10 +2355,10 @@ msgstr "" #: src/screens/Deactivated.tsx:150 #: src/screens/Messages/components/InviteLinkDialog.tsx:500 #: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,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:1732 +#: src/view/com/composer/Composer.tsx:1742 #: 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 @@ -2380,6 +2387,10 @@ msgstr "ะกะบะฐััƒะฒะฐั‚ะธ ั†ะธั‚ัƒะฒะฐะฝะฝั ะฟะพัั‚ัƒ" msgid "Cancel reactivation and sign out" msgstr "" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "ะกะบะฐััƒะฒะฐั‚ะธ ะฟะพัˆัƒะบ" @@ -2481,7 +2492,7 @@ msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,7 +2509,7 @@ msgid "Chat ended" msgstr "" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:256 +#: src/components/intents/GroupChatJoinDialog.tsx:269 #: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" msgstr "" @@ -2520,12 +2531,12 @@ msgctxt "toast" msgid "Chat muted" msgstr "ะงะฐั‚ ัั‚ะธัˆะตะฝะพ" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." msgstr "" -#: src/components/moderation/BlockDialog.tsx:292 +#: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2544,10 +2555,10 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "ะะฐะปะฐัˆั‚ัƒะฒะฐะฝะฝั ั‡ะฐั‚ัƒ" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "ะกะฟะพะฒั–ั‰ะตะฝะฝั ั‡ะฐั‚ัƒ ัƒะฒั–ะผะบะฝะตะฝะพ" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "" @@ -2731,7 +2742,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:533 +#: src/components/dms/MessageItem.tsx:622 msgid "Click to retry failed message" msgstr "ะขะพั€ะบะฝั–ั‚ัŒัั, ั‰ะพะฑ ัะฟั€ะพะฑัƒะฒะฐั‚ะธ ะฝะฐะดั–ัะปะฐั‚ะธ ะฟะพะฒั–ะดะพะผะปะตะฝะฝั ะทะฝะพะฒ" @@ -2745,6 +2756,7 @@ msgstr "ะขะพั€ะบะฝั–ั‚ัŒัั, ั‰ะพะฑ ัะฟั€ะพะฑัƒะฒะฐั‚ะธ ะฝะฐะดั–ัะปะฐั‚ะธ ะฟ #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "ะขะพั€ะบะฝั–ั‚ัŒัั, ั‰ะพะฑ ัะฟั€ะพะฑัƒะฒะฐั‚ะธ ะฝะฐะดั–ัะปะฐั‚ะธ ะฟ #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:233 -#: src/components/intents/GroupChatJoinDialog.tsx:268 +#: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2804,10 +2816,6 @@ 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 @@ -2822,7 +2830,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 "" @@ -2850,10 +2858,10 @@ msgstr "" msgid "Close the incoming requests banner" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:226 -#: src/components/intents/GroupChatJoinDialog.tsx:227 -#: src/components/intents/GroupChatJoinDialog.tsx:263 -#: src/components/intents/GroupChatJoinDialog.tsx:264 +#: 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 msgid "Close this dialog" msgstr "ะ—ะฐะบั€ะธั‚ะธ ะดั–ะฐะปะพะณะพะฒะต ะฒั–ะบะฝะพ" @@ -2866,15 +2874,15 @@ msgstr "" msgid "Closes password update alert" msgstr "ะ—ะฐะบั€ะธะฒะฐั” ัะฟะพะฒั–ั‰ะตะฝะฝั ะฟั€ะพ ะพะฝะพะฒะปะตะฝะฝั ะฟะฐั€ะพะปั" -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1740 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 "ะ—ะณะพั€ั‚ะฐั” ัะฟะธัะพะบ ะบะพั€ะธัั‚ัƒะฒะฐั‡ั–ะฒ ะดะปั ะดะฐะฝะพะณะพ ัะฟะพะฒั–ั‰ะตะฝะฝั" @@ -2920,7 +2928,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:1616 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -2928,11 +2936,11 @@ msgstr "" msgid "Compose reply" msgstr "ะ’ั–ะดะฟะพะฒั–ัั‚ะธ" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2578 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing video..." msgstr "ะกั‚ะธัะบะฐะฝะฝั ะฒั–ะดะตะพ..." @@ -3100,7 +3108,7 @@ msgstr "ะŸั€ะพะดะพะฒะถะธั‚ะธ ะดะพ ะฝะฐัั‚ัƒะฟะฝะพะณะพ ะบั€ะพะบัƒ" msgid "Conversation" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "ะ ะพะทะผะพะฒัƒ ะฒะธะดะฐะปะตะฝะพ" @@ -3127,7 +3135,7 @@ msgid "Copied build version to clipboard" msgstr "ะกะบะพะฟั–ะนะพะฒะฐะฝะพ ะฒะตั€ัั–ัŽ ะทะฑั–ั€ะบะธ ะดะพ ะฑัƒั„ะตั€ะฐ ะพะฑะผั–ะฝัƒ" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3154,12 @@ msgstr "ะกะบะพะฟั–ะนะพะฒะฐะฝะพ!" msgid "Copies build version to clipboard" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:198 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:265 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "ะกะบะพะฟั–ัŽะฒะฐั‚ะธ" @@ -3159,8 +3167,8 @@ msgstr "ะกะบะพะฟั–ัŽะฒะฐั‚ะธ" msgid "Copy App Password" msgstr "ะšะพะฟั–ัŽะฒะฐั‚ะธ ะฟะฐั€ะพะปัŒ ะทะฐัั‚ะพััƒะฝะบัƒ" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "" @@ -3175,8 +3183,8 @@ msgid "Copy code" msgstr "ะกะบะพะฟั–ัŽะฒะฐั‚ะธ ะบะพะด" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "ะšะพะฟั–ัŽะฒะฐั‚ะธ ั–ะดะตะฝั‚ะธั„ั–ะบะฐั‚ะพั€" @@ -3184,7 +3192,7 @@ msgstr "ะšะพะฟั–ัŽะฒะฐั‚ะธ ั–ะดะตะฝั‚ะธั„ั–ะบะฐั‚ะพั€" msgid "Copy host" msgstr "ะšะพะฟั–ัŽะฒะฐั‚ะธ ั…ะพัั‚" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:254 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" msgstr "" @@ -3210,8 +3218,8 @@ msgstr "ะšะพะฟั–ัŽะฒะฐั‚ะธ ะฟะพัะธะปะฐะฝะฝั ะฝะฐ ัะฟะธัะพะบ" msgid "Copy link to post" msgstr "ะšะพะฟั–ัŽะฒะฐั‚ะธ ะฟะพัะธะปะฐะฝะฝั ะฝะฐ ะฟะพัั‚" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "" @@ -3219,8 +3227,8 @@ msgstr "" msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "ะšะพะฟั–ัŽะฒะฐั‚ะธ ั‚ะตะบัั‚ ะฟะพะฒั–ะดะพะผะปะตะฝะฝั" @@ -3249,7 +3257,7 @@ msgstr "ะšะพะฟั–ัŽะฒะฐั‚ะธ ะทะฝะฐั‡ะตะฝะฝั ะทะฐะฟะธััƒ TXT" msgid "Copyright Policy" msgstr "ะŸะพะปั–ั‚ะธะบะฐ ะทะฐั…ะธัั‚ัƒ ะฐะฒั‚ะพั€ััŒะบะพะณะพ ะฟั€ะฐะฒะฐ" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" msgstr "" @@ -3261,11 +3269,11 @@ msgstr "" msgid "Could not connect to feed service" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:120 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" msgstr "" @@ -3294,7 +3302,7 @@ msgstr "" msgid "Could not leave chat" msgstr "ะะต ะฒะดะฐะปะพััŒ ะทะฐะปะธัˆะธั‚ะธ ั‡ะฐั‚" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." msgstr "" @@ -3308,7 +3316,7 @@ msgstr "ะะต ะฒะดะฐะปะพัั ะทะฐะฒะฐะฝั‚ะฐะถะธั‚ะธ ัั‚ั€ั–ั‡ะบัƒ" msgid "Could not load list" msgstr "ะะต ะฒะดะฐะปะพัั ะทะฐะฒะฐะฝั‚ะฐะถะธั‚ะธ ัะฟะธัะพะบ" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:169 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" msgstr "" @@ -3320,7 +3328,7 @@ msgstr "ะะต ะฒะดะฐะปะพััŒ ัั‚ะธัˆะธั‚ะธ ั‡ะฐั‚" msgid "Could not process your video" msgstr "ะะต ะฒะดะฐะปะพััŒ ะพะฑั€ะพะฑะธั‚ะธ ะฒั–ะดะตะพ" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." msgstr "" @@ -3329,7 +3337,7 @@ msgstr "" msgid "Could not save changes: {0}" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" msgstr "" @@ -3394,12 +3402,12 @@ msgstr "ะกั‚ะฒะพั€ะตะฝะฝั ะฒะปะฐัะฝะพั— ะฟั–ะดะฑั–ั€ะบะธ ะดะปั ะผะตะฝะต" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:314 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3457,13 @@ msgstr "" msgid "Create moderation list" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:308 +#: 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 "ะกั‚ะฒะพั€ะธั‚ะธ ะฝะพะฒะธะน ะพะฑะปั–ะบะพะฒะธะน ะทะฐะฟะธั" -#: src/screens/Messages/ConversationSettings/index.tsx:553 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "" @@ -3479,7 +3487,7 @@ msgstr "" #. placeholder {0}: i18n.date(createdAt, { dateStyle: 'long', timeStyle: 'short', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) #: src/screens/Messages/components/InviteLinkDialog.tsx:355 -#: src/screens/Messages/ConversationSettings/index.tsx:505 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "ะกั‚ะฒะพั€ะตะฝะพ: {0}" @@ -3624,7 +3632,7 @@ msgstr "" msgid "Delete conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "ะ’ะธะดะฐะปะธั‚ะธ ะดะปั ะผะตะฝะต" @@ -3637,7 +3645,7 @@ msgstr "" msgid "Delete message" msgstr "ะ’ะธะดะฐะปะธั‚ะธ ะฟะพะฒั–ะดะพะผะปะตะฝะฝั" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "ะ’ะธะดะฐะปะธั‚ะธ ะฟะพะฒั–ะดะพะผะปะตะฝะฝั ะดะปั ะผะตะฝะต" @@ -3647,7 +3655,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:1628 msgid "Delete post" msgstr "ะ’ะธะดะฐะปะธั‚ะธ ะฟะพัั‚" @@ -3689,6 +3697,10 @@ 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 @@ -3794,9 +3806,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:1411 +#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1661 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3819,14 @@ msgstr "ะ’ะธะดะฐะปะธั‚ะธ" msgid "Discard changes?" msgstr "ะ’ั–ะดั…ะธะปะธั‚ะธ ะทะผั–ะฝะธ?" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1409 #: 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:1426 +#: src/view/com/composer/Composer.tsx:1653 msgid "Discard post?" msgstr "ะะต ะทะฑะตั€ั–ะณะฐั‚ะธ ะฟะพัั‚?" @@ -3852,7 +3864,7 @@ msgstr "ะ’ั–ะดั…ะธะปะธั‚ะธ" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2499 msgid "Dismiss error" msgstr "ะŸั€ะพะฟัƒัั‚ะธั‚ะธ ะฟะพะผะธะปะบัƒ" @@ -3949,8 +3961,8 @@ msgstr "" #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:146 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3975,7 @@ msgstr "" msgid "Done" msgstr "ะ“ะพั‚ะพะฒะพ" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "ะ“ะพั‚ะพะฒะพ" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:520 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4087,8 +4093,8 @@ msgstr "" msgid "Edit" msgstr "ะ ะตะดะฐะณัƒะฒะฐั‚ะธ" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "ะ ะตะดะฐะณัƒะฒะฐั‚ะธ" @@ -4102,8 +4108,8 @@ msgstr "ะ ะตะดะฐะณัƒะฒะฐั‚ะธ ั„ะพั‚ะพ ะฟั€ะพั„ั–ะปัŽ" msgid "Edit Feeds" msgstr "ะ ะตะดะฐะณัƒะฒะฐั‚ะธ ัั‚ั€ั–ั‡ะบะธ" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "" @@ -4141,8 +4147,8 @@ msgstr "" msgid "Edit list details" msgstr "ะ ะตะดะฐะณัƒะฒะฐั‚ะธ ะพะฟะธั ัะฟะธัะบัƒ" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "" @@ -4155,7 +4161,7 @@ msgstr "" msgid "Edit My Feeds" msgstr "ะ ะตะดะฐะณัƒะฒะฐั‚ะธ ะผะพั— ัั‚ั€ั–ั‡ะบะธ" -#: src/screens/Messages/ConversationSettings/index.tsx:540 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "" @@ -4184,8 +4190,8 @@ msgstr "ะ ะตะดะฐะณัƒะฒะฐั‚ะธ ะฟั€ะพั„ั–ะปัŒ" msgid "Edit starter pack" msgstr "ะ ะตะดะฐะณัƒะฒะฐั‚ะธ ะฒะปะฐัะฝัƒ ะฟั–ะดะฑั–ั€ะบัƒ" -#: src/screens/Messages/ConversationSettings/index.tsx:486 -#: src/screens/Messages/ConversationSettings/index.tsx:539 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "" @@ -4402,7 +4408,7 @@ msgstr "" msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2598 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "ะŸะพะผะธะปะบะฐ" @@ -4481,7 +4487,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 "ะ ะพะทะณะพั€ะฝัƒั‚ะธ ัะฟะธัะพะบ ะบะพั€ะธัั‚ัƒะฒะฐั‡ั–ะฒ" @@ -4596,8 +4602,8 @@ msgstr "" msgid "Failed to accept join request" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "" @@ -4606,6 +4612,10 @@ msgstr "" msgid "Failed to add members" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "" @@ -4615,7 +4625,7 @@ msgid "Failed to change handle. Please try again." msgstr "ะะต ะฒะดะฐะปะพััŒ ะทะผั–ะฝะธั‚ะธ ะฟัะตะฒะดะพะฝั–ะผ. ะ‘ัƒะดัŒ ะปะฐัะบะฐ, ัะฟั€ะพะฑัƒะนั‚ะต ั‰ะต ั€ะฐะท." #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:129 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "" @@ -4664,7 +4674,7 @@ msgstr "" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:374 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "" @@ -4692,7 +4702,7 @@ msgstr "" msgid "Failed to ignore join request" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:137 +#: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4700,14 +4710,14 @@ msgstr "" msgid "Failed to launch SMS app" msgstr "" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:401 +#: 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 "" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "" @@ -4753,15 +4763,20 @@ msgstr "ะะต ะฒะดะฐะปะพัั ะทะฐะฒะฐะฝั‚ะฐะถะธั‚ะธ ั€ะตะบะพะผะตะฝะดะพะฒะฐะฝั– ั msgid "Failed to load suggested follows" msgstr "ะะต ะฒะดะฐะปะพัั ะทะฐะฒะฐะฝั‚ะฐะถะธั‚ะธ ะทะฐะฟั€ะพะฟะพะฝะพะฒะฐะฝั– ะดะปั ั‡ะธั‚ะฐะฝะฝั ะพะฑะปั–ะบะพะฒั– ะทะฐะฟะธัะธ" -#: src/screens/Messages/ConversationSettings/index.tsx:426 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +msgid "Failed to mark all chats as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 +#: src/view/shell/bottom-bar/BottomBar.tsx:450 msgid "Failed to mark all requests as read" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:390 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "" @@ -4783,12 +4798,16 @@ msgstr "" msgid "Failed to remove data. {0}" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:111 +#: 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 "" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "" @@ -4802,7 +4821,7 @@ msgstr "" msgid "Failed to remove verification" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:180 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." msgstr "" @@ -4811,7 +4830,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:648 +#: src/view/com/composer/Composer.tsx:646 msgid "Failed to save draft" msgstr "" @@ -4854,7 +4873,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "ะะต ะฒะดะฐะปะพัั ั–ะณะฝะพั€ัƒะฒะฐั‚ะธ ะณั–ะปะบัƒ, ะฑัƒะดัŒ ะปะฐัะบะฐ, ัะฟั€ะพะฑัƒะนั‚ะต ะฟั–ะทะฝั–ัˆะต" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:435 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "" @@ -5116,16 +5135,16 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 "ะŸั–ะดะฟะธัะฐั‚ะธัั" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "ะŸั–ะดะฟะธัะฐั‚ะธัั ะฝะฐ {0}" @@ -5149,8 +5168,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "ะงะธั‚ะฐั‚ะธ 7 ะพะฑะปั–ะบะพะฒะธั… ะทะฐะฟะธัั–ะฒ" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "" @@ -5173,9 +5192,9 @@ msgstr "" #. 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:423 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "ะŸั–ะดะฟะธัะฐั‚ะธัั ะฝะฐะฒะทะฐั”ะผ" @@ -5211,7 +5230,7 @@ msgstr "ะงะธั‚ะฐัŽั‚ัŒ <0>{0} ั‚ะฐ <1>{1}" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "ะงะธั‚ะฐัŽั‚ัŒ <0>{0}, <1>{1}, ั‚ะฐ {2, plural, one {# ั–ะฝัˆั–} few {# ั–ะฝัˆั–} many {# ั–ะฝัˆั–} other {# ั–ะฝัˆั–}}" -#: src/components/intents/GroupChatJoinDialog.tsx:339 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" msgstr "" @@ -5231,10 +5250,10 @@ msgstr "ะงะธั‚ะฐั‡ั–, ัะบะธั… ั‡ะธั‚ะฐั”ั‚ะต ะฒะธ" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 "ะงะธั‚ะฐัŽ" @@ -5249,7 +5268,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 "ะงะธั‚ะฐัŽั‚ัŒ {0}" @@ -5467,7 +5486,7 @@ msgstr "" msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2603 msgid "GIF uploaded" msgstr "" @@ -5526,8 +5545,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "ะŸะตั€ะตะนั‚ะธ ะฝะฐ ะณะพะปะพะฒะฝัƒ" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "" @@ -5538,8 +5557,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "" @@ -5547,7 +5566,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 "" @@ -5622,9 +5641,9 @@ msgstr "" msgid "Grooming or predatory behavior" msgstr "" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:321 -#: src/screens/Messages/JoinRequest.tsx:129 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" msgstr "" @@ -5632,17 +5651,17 @@ msgstr "" msgid "Group chat invite link dialog" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:417 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:382 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "" @@ -5653,12 +5672,12 @@ msgid "Group chat settings" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:385 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "" @@ -5682,12 +5701,12 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "" @@ -5829,7 +5848,7 @@ msgstr "ะŸั€ะธั…ะพะฒะฐะฝะธะน ัะฟะธัะพะบ" msgid "Hide" msgstr "ะŸั€ะธั…ะพะฒะฐั‚ะธ" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "ะŸั€ะธั…ะพะฒะฐั‚ะธ" @@ -5904,7 +5923,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 "ะŸั€ะธั…ะพะฒะฐั‚ะธ ัะฟะธัะพะบ ะบะพั€ะธัั‚ัƒะฒะฐั‡ั–ะฒ" @@ -5960,7 +5979,7 @@ msgstr "ะงะตะบะฐะน-ะฝะพ! ะœะธ ะฟะพัั‚ัƒะฟะพะฒะพ ะดะฐั”ะผะพ ะดะพัั‚ัƒะฟ ะดะพ ะฒ #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6210,7 +6229,7 @@ msgstr "" msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "" @@ -6268,7 +6287,7 @@ msgstr "" msgid "Invalid 2FA confirmation code." msgstr "ะะตะฒั–ั€ะฝะธะน ะบะพะด ะฟั–ะดั‚ะฒะตั€ะดะถะตะฝะฝั ะดะฒะพั„ะฐะบั‚ะพั€ะฝะพั— ะฐะฒั‚ะตะฝั‚ะธั„ั–ะบะฐั†ั–ั—." -#: src/components/intents/GroupChatJoinDialog.tsx:147 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." msgstr "" @@ -6290,7 +6309,7 @@ msgstr "" msgid "Invalid report subject" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:187 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." msgstr "" @@ -6315,15 +6334,15 @@ msgstr "ะšะพะด ะทะฐะฟั€ะพัˆะตะฝะฝั" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "ะšะพะด ะทะฐะฟั€ะพัˆะตะฝะฝั ะฝะต ะฟั€ะธะนะฝัั‚ะพ. ะŸะตั€ะตะบะพะฝะฐะนั‚ะตัั ะฒ ะนะพะณะพ ะฟั€ะฐะฒะธะปัŒะฝะพัั‚ั– ั‚ะฐ ะฟะพะฒั‚ะพั€ั–ั‚ัŒ ัะฟั€ะพะฑัƒ." -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:140 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:155 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6336,17 +6355,17 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:335 #: src/screens/Messages/components/InviteLinkDialog.tsx:514 #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 -#: src/screens/Messages/ConversationSettings/index.tsx:556 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:213 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" msgstr "" @@ -6410,7 +6429,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:2518 msgid "Job ID: {0}" msgstr "ะ’ะฐะบะฐะฝัั–ั: {0}" @@ -6420,7 +6439,7 @@ msgid "Jobs" msgstr "ะ’ะฐะบะฐะฝัั–ั—" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:282 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" msgstr "" @@ -6431,12 +6450,12 @@ msgstr "" msgid "Join Bluesky" msgstr "ะŸั€ะธั”ะดะฝะฐั‚ะธัั ะดะพ Bluesky" -#: src/components/intents/GroupChatJoinDialog.tsx:71 -#: src/components/intents/GroupChatJoinDialog.tsx:448 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:176 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." msgstr "" @@ -6450,8 +6469,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:1459 +#: src/view/com/composer/Composer.tsx:1469 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6609,7 +6628,7 @@ msgid "Learn more." msgstr "ะ”ั–ะทะฝะฐั‚ะธัั ะฑั–ะปัŒัˆะต." #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:590 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "ะ’ะธะนั‚ะธ" @@ -6623,8 +6642,8 @@ msgstr "ะ’ะธะนั‚ะธ" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "ะ’ะธะนั‚ะธ ะท ั‡ะฐั‚ัƒ" @@ -6644,12 +6663,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "ะ—ะฐะปะธัˆะธั‚ะธ ั€ะพะทะผะพะฒัƒ" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:589 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "" @@ -6658,11 +6677,11 @@ msgstr "" msgid "Leaving Bluesky" msgstr "ะ—ะฐะปะธัˆะธั‚ะธ Bluesky" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: src/screens/Messages/ConversationSettings/prompts.tsx:153 msgid "Leaving this chat will lock it permanently and you wonโ€™t be able to rejoin." msgstr "" -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." msgstr "" @@ -6935,9 +6954,9 @@ msgstr "ะ—ะฐะฒะฐะฝั‚ะฐะถะธั‚ะธ ะฝะพะฒั– ัะฟะพะฒั–ั‰ะตะฝะฝั" msgid "Load new posts" msgstr "ะ—ะฐะฒะฐะฝั‚ะฐะถะธั‚ะธ ะฝะพะฒั– ะฟะพัั‚ะธ" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "" @@ -6954,23 +6973,23 @@ msgstr "" msgid "Loading..." msgstr "ะ—ะฐะฒะฐะฝั‚ะฐะถะตะฝะฝั..." -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:568 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "" @@ -7051,6 +7070,16 @@ msgstr "ะะฐะปะฐัˆั‚ัƒะฒะฐั‚ะธ ะฒะฐัˆั– ั–ะณะฝะพั€ะพะฒะฐะฝั– ัะปะพะฒะฐ ั– ั‚ะต msgid "Mark all as read" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:459 +#: src/view/shell/bottom-bar/BottomBar.tsx:463 +msgid "Mark all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:467 +#: src/view/shell/bottom-bar/BottomBar.tsx:471 +msgid "Mark all requests as read" +msgstr "" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7089,14 @@ msgstr "ะ’ั–ะดะผั–ั‚ะธั‚ะธ ัะบ ะฟั€ะพั‡ะธั‚ะฐะฝะต" msgid "Marked all as read" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,7 +7120,7 @@ msgstr "" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "ะœะตะดั–ะฐะฒะผั–ัั‚, ัะบะธะน ะผะพะถะต ะฑัƒั‚ะธ ั‚ั€ะธะฒะพะถะฝะธะผ ะฐะฑะพ ะฝะตะดะพั€ะตั‡ะฝะธะผ ะดะปั ะฟะตะฒะฝะธั… ะณะปัะดะฐั‡ั–ะฒ." -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." msgstr "" @@ -7092,7 +7129,7 @@ msgstr "" msgid "Members" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "" @@ -7111,13 +7148,13 @@ msgstr "ะ—ะณะฐะดัƒะฒะฐะฝะฝั" msgid "Menu" msgstr "ะœะตะฝัŽ" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 +#: 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" @@ -7132,7 +7169,7 @@ msgstr "ะŸะพะฒั–ะดะพะผะปะตะฝะฝั {0}" msgid "Message {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "ะŸะพะฒั–ะดะพะผะปะตะฝะฝั ะฒะธะดะฐะปะตะฝะพ" @@ -7141,13 +7178,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "ะŸะพะฒั–ะดะพะผะปะตะฝะฝั ะฒะธะดะฐะปะตะฝะพ" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:616 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "" @@ -7156,21 +7193,21 @@ msgstr "" msgid "Message from server: {0}" msgstr "ะŸะพะฒั–ะดะพะผะปะตะฝะฝั ะฒั–ะด ัะตั€ะฒะตั€ะฐ: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "ะŸะพะปะต ะฒะฒะตะดะตะฝะฝั ะฟะพะฒั–ะดะพะผะปะตะฝะฝั" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "" @@ -7178,11 +7215,11 @@ msgstr "" msgid "Messages" msgstr "ะŸะพะฒั–ะดะพะผะปะตะฝะฝั" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:715 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:621 +#: src/components/dms/MessageItem.tsx:710 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7219,8 +7256,8 @@ msgstr "ะ”ะตั‚ะฐะปั– ะผะพะดะตั€ะฐั†ั–ั—" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "ะกะฟะธัะพะบ ะผะพะดะตั€ะฐั†ั–ั— ะฒั–ะด {0}" @@ -7228,7 +7265,7 @@ msgstr "ะกะฟะธัะพะบ ะผะพะดะตั€ะฐั†ั–ั— ะฒั–ะด {0}" msgid "Moderation list by <0/>" msgstr "ะกะฟะธัะพะบ ะผะพะดะตั€ะฐั†ั–ั— ะฒั–ะด <0/>" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "ะกะฟะธัะพะบ ะผะพะดะตั€ะฐั†ั–ั— ะฒั–ะด ะฒะฐั" @@ -7281,8 +7318,8 @@ msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "ะ”ะพะดะฐั‚ะบะพะฒั– ะพะฟั†ั–ั—" @@ -7302,7 +7339,7 @@ msgstr "ะšั–ะฝะพ" msgid "Music" msgstr "ะœัƒะทะธะบะฐ" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "ะกั‚ะธัˆะธั‚ะธ" @@ -7320,8 +7357,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "" @@ -7347,7 +7384,7 @@ msgstr "ะ†ะณะฝะพั€ัƒะฒะฐั‚ะธ ัะฟะธัะพะบ" msgid "Mute these accounts?" msgstr "ะ†ะณะฝะพั€ัƒะฒะฐั‚ะธ ั†ั– ะพะฑะปั–ะบะพะฒั– ะทะฐะฟะธัะธ?" -#: src/screens/Messages/ConversationSettings/index.tsx:530 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "" @@ -7389,7 +7426,7 @@ msgstr "ะ†ะณะฝะพั€ัƒะฒะฐั‚ะธ ัะปะพะฒะฐ ั‚ะฐ ั‚ะตะณะธ" msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "" @@ -7480,7 +7517,7 @@ msgstr "ะะตะฒะฐะถะปะธะฒะพ, ัั‚ะฒะพั€ั–ั‚ัŒ ะดะปั ะผะตะฝะต ะฟัะตะฒะดะพะฝั–ะผ" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "ะะพะฒะธะน" @@ -7490,21 +7527,21 @@ msgctxt "action" msgid "New" msgstr "ะะพะฒะธะน" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: 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:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "ะะพะฒะธะน ั‡ะฐั‚" @@ -7592,11 +7629,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 "" @@ -7718,7 +7755,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 "ะ’ะธ ะฑั–ะปัŒัˆะต ะฝะต ั‡ะธั‚ะฐั”ั‚ะต {0}" @@ -7726,7 +7763,7 @@ msgstr "ะ’ะธ ะฑั–ะปัŒัˆะต ะฝะต ั‡ะธั‚ะฐั”ั‚ะต {0}" msgid "No media yet" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "ะฉะต ะฝะตะผะฐั” ะฟะพะฒั–ะดะพะผะปะตะฝัŒ" @@ -7763,7 +7800,7 @@ msgstr "" msgid "No one but the author can quote this post." msgstr "ะั–ั…ั‚ะพ, ะพะบั€ั–ะผ ะฐะฒั‚ะพั€ะฐ, ะฝะต ะผะพะถะต ั†ะธั‚ัƒะฒะฐั‚ะธ ั†ะตะน ะฟะพัั‚." -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "" @@ -7831,6 +7868,11 @@ 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" @@ -7895,7 +7937,7 @@ msgstr "ะะต ะทะฝะฐะนะดะตะฝะพ" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "ะŸั€ะธะผั–ั‚ะบะฐ ั‰ะพะดะพ ะฟะพัˆะธั€ะตะฝะฝั" @@ -7931,7 +7973,7 @@ msgstr "ะ—ะฒัƒะบะธ ัะฟะพะฒั–ั‰ะตะฝัŒ" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8017,7 @@ msgstr "" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:722 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8008,11 +8050,11 @@ 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:862 msgid "One or more GIFs is missing alt text." msgstr "ะžะดะฝะฐ ะฐะฑะพ ะดะตะบั–ะปัŒะบะฐ GIF ะฝะต ะผะฐัŽั‚ัŒ ะพะฟะธัะพะฒะพะณะพ ั‚ะตะบัั‚ัƒ." -#: src/view/com/composer/Composer.tsx:861 +#: src/view/com/composer/Composer.tsx:859 msgid "One or more images is missing alt text." msgstr "ะ”ะปั ะพะดะฝะพะณะพ ะฐะฑะพ ะบั–ะปัŒะบะพั… ะทะพะฑั€ะฐะถะตะฝัŒ ะฒั–ะดััƒั‚ะฝั–ะน ะพะฟะธั." @@ -8024,11 +8066,11 @@ msgstr "" 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:657 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:869 msgid "One or more videos is missing alt text." msgstr "ะžะดะฝะต ะฐะฑะพ ะฑั–ะปัŒัˆะต ะฒั–ะดะตะพ ะฝะต ะผะฐัŽั‚ัŒ ะพะฟะธัะพะฒะพะณะพ ั‚ะตะบัั‚ัƒ." @@ -8041,7 +8083,7 @@ msgstr "ะขั–ะปัŒะบะธ {0} ะผะพะถัƒั‚ัŒ ะฒั–ะดะฟะพะฒั–ะดะฐั‚ะธ." #. 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:233 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8053,7 +8095,7 @@ msgstr "" msgid "Only admins can ignore join requests." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:145 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." msgstr "" @@ -8068,12 +8110,12 @@ msgid "Only image files are supported" msgstr "ะŸั–ะดั‚ั€ะธะผัƒัŽั‚ัŒัั ะปะธัˆะต ั„ะฐะนะปะธ ะทะพะฑั€ะฐะถะตะฝัŒ" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:222 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:292 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" msgstr "" @@ -8107,7 +8149,7 @@ msgid "Open camera" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:437 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" msgstr "" @@ -8115,8 +8157,8 @@ msgstr "" msgid "Open chat member options for {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "ะ’ั–ะดะบั€ะธั‚ะธ ะฝะฐะปะฐัˆั‚ัƒะฒะฐะฝะฝั ั€ะพะทะผะพะฒะธ" @@ -8128,9 +8170,9 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2158 msgid "Open emoji picker" msgstr "ะ•ะผะพะดะถั–" @@ -8151,7 +8193,7 @@ msgstr "" msgid "Open Germ DM" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" msgstr "" @@ -8166,11 +8208,11 @@ msgid "Open in Google Translate" msgstr "" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "ะ’ั–ะดะบั€ะธั‚ะธ ะฟะพัะธะปะฐะฝะฝั ะฝะฐ {niceUrl}" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "ะ’ั–ะดะบั€ะธั‚ะธ ะฝะฐะปะฐัˆั‚ัƒะฒะฐะฝะฝั ะฟะพะฒั–ะดะพะผะปะตะฝัŒ" @@ -8221,7 +8263,7 @@ msgstr "ะ’ั–ะดะบั€ะธั‚ะธ storybook ัั‚ะพั€ั–ะฝะบัƒ" msgid "Open system log" msgstr "ะ’ั–ะดะบั€ะธั‚ะธ ัะธัั‚ะตะผะฝะธะน ะถัƒั€ะฝะฐะป" -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" msgstr "" @@ -8275,13 +8317,13 @@ msgstr "" msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" -#: src/screens/Messages/JoinRequest.tsx:309 +#: 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 "ะ’ั–ะดะบั€ะธั” ะฟั€ะพั†ะตั ัั‚ะฒะพั€ะตะฝะฝั ะฝะพะฒะพะณะพ ะพะฑะปั–ะบะพะฒะพะณะพ ะทะฐะฟะธััƒ Bluesky" -#: src/screens/Messages/JoinRequest.tsx:295 +#: 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" @@ -8341,7 +8383,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 "ะ’ั–ะดะบั€ะธะฒะฐั” ั†ะตะน ะฟั€ะพั„ั–ะปัŒ" @@ -8513,6 +8555,16 @@ msgstr "ะ›ัŽะดะธ, ัะบั– ั‡ะธั‚ะฐัŽั‚ัŒ @{0}" msgid "People I follow" msgstr "" +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "" @@ -8813,7 +8865,7 @@ msgstr "ะŸะพะปั–ั‚ะธะบะฐ" msgid "Porn" msgstr "ะŸะพั€ะฝะพะณั€ะฐั„ั–ั" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post" msgstr "ะ—ะฐะฟะพัั‚ะธั‚ะธ" @@ -8833,12 +8885,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Post All" msgstr "ะžะฟัƒะฑะปั–ะบัƒะฒะฐั‚ะธ ะฒัะต" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1468 msgid "Post anyway" msgstr "" @@ -9015,11 +9067,11 @@ msgstr "ะŸะพะปั–ั‚ะธะบะฐ ะบะพะฝั„ั–ะดะตะฝั†ั–ะนะฝะพัั‚ั–" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2592 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing video..." msgstr "ะžะฑั€ะพะฑะบะฐ ะฒั–ะดะตะพ..." @@ -9031,7 +9083,7 @@ msgstr "ะžะฑั€ะพะฑะบะฐ..." msgid "profile" msgstr "ะฟั€ะพั„ั–ะปัŒ" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9117,22 @@ 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:1790 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:1785 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:1774 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:1779 msgid "Publish reply" msgstr "" @@ -9109,7 +9161,7 @@ msgid "QR code has been downloaded!" msgstr "QR-ะบะพะด ะทะฐะฒะฐะฝั‚ะฐะถะตะฝะพ!" #: src/components/StarterPack/QrCodeDialog.tsx:122 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "QR-ะบะพะด ะทะฑะตั€ะตะถะตะฝะพ ะดะพ ะณะฐะปะตั€ะตั—!" @@ -9172,8 +9224,8 @@ msgstr "" msgid "React with {emoji}" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "" @@ -9268,10 +9320,6 @@ msgstr "" msgid "Reconnect" msgstr "ะŸะพะฒั‚ะพั€ะฝะต ะท'ั”ะดะฝะฐะฝะฝั" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "" - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" @@ -9291,12 +9339,14 @@ msgstr "" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "ะŸะตั€ะตะทะฐะฒะฐะฝั‚ะฐะถะธั‚ะธ ั€ะพะทะผะพะฒะธ" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9355,9 @@ msgstr "ะŸะตั€ะตะทะฐะฒะฐะฝั‚ะฐะถะธั‚ะธ ั€ะพะทะผะพะฒะธ" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "ะ’ะธะดะฐะปะธั‚ะธ" @@ -9326,7 +9375,7 @@ msgstr "ะ’ะธะดะฐะปะธั‚ะธ {displayName} ะท ะฟั–ะดะฑั–ั€ะบะธ" msgid "Remove {displayName} from this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" msgstr "" @@ -9443,14 +9492,14 @@ msgstr "ะ’ะธะดะฐะปะธั‚ะธ ั†ัŽ ัั‚ั€ั–ั‡ะบัƒ ะทั– ะทะฑะตั€ะตะถะตะฝะธั… ัั‚ั€ั– msgid "Remove unavailable moderation services" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "" @@ -9466,8 +9515,8 @@ msgstr "ะ’ะธะปัƒั‡ะตะฝะพ ะฐะฒั‚ะพั€ะพะผ" msgid "Removed by you" msgstr "ะ’ะธะปัƒั‡ะตะฝะพ ะฒะฐะผะธ" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "ะ’ะธะดะฐะปะตะฝะพ ะทั– ัะฟะธัะบัƒ" @@ -9535,6 +9584,14 @@ msgctxt "description" msgid "Replied to you" msgstr "" +#: src/components/dms/MessageItem.tsx:883 +msgid "Replied-to message from {senderName}, tap to scroll to it" +msgstr "" + +#: src/components/dms/MessageItem.tsx:884 +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 @@ -9552,7 +9609,12 @@ msgstr "ะ’ั–ะดะฟะพะฒั–ะดั– ะฒะธะผะบะฝัƒั‚ะพ" msgid "Replies to this post are disabled." msgstr "ะ’ั–ะดะฟะพะฒั–ะดั– ะฒ ั†ัŒะพะผัƒ ะฟะพัั‚ั– ะฒะธะผะบะฝะตะฝะพ." -#: src/view/com/composer/Composer.tsx:1804 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "ะ’ั–ะดะฟะพะฒั–ัั‚ะธ" + +#: src/view/com/composer/Composer.tsx:1802 msgctxt "action" msgid "Reply" msgstr "ะ’ั–ะดะฟะพะฒั–ัั‚ะธ" @@ -9590,14 +9652,14 @@ msgstr "ะžะฝะพะฒะปะตะฝะพ ะฒะธะดะธะผั–ัั‚ัŒ ะฒั–ะดะฟะพะฒั–ะดะตะน" msgid "Reply was successfully hidden" msgstr "ะ’ั–ะดะฟะพะฒั–ะดัŒ ัƒัะฟั–ัˆะฝะพ ะฟั€ะธั…ะพะฒะฐะฝะพ" -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:582 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "ะŸะพัะบะฐั€ะถะธั‚ะธัั" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "" @@ -9623,7 +9685,7 @@ msgstr "ะŸะพัะบะฐั€ะถะธั‚ะธััŒ ะฝะฐ ัั‚ั€ั–ั‡ะบัƒ" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "ะŸะพัะบะฐั€ะถะธั‚ะธัั ะฝะฐ ะฟะพะฒั–ะดะพะผะปะตะฝะฝั" @@ -9657,7 +9719,7 @@ msgstr "" msgid "Report this feed" msgstr "ะŸะพัะบะฐั€ะถะธั‚ะธััŒ ะฝะฐ ั†ัŽ ัั‚ั€ั–ั‡ะบัƒ" -#: src/screens/Messages/ConversationSettings/index.tsx:581 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "" @@ -9737,7 +9799,7 @@ msgstr "ะ ะตะฟะพัั‚ะธ ั†ัŒะพะณะพ ะฟะพัั‚ะฐ" msgid "Reposts of your reposts" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:447 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" msgstr "" @@ -9755,7 +9817,7 @@ msgid "Request ignored." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:281 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" msgstr "" @@ -9764,7 +9826,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "" @@ -9791,9 +9853,9 @@ msgstr "ะ’ะธะผะฐะณะฐั”ั‚ัŒัั ั†ะธะผ ั…ะพัั‚ะธะฝะณ-ะฟั€ะพะฒะฐะนะดะตั€ะพะผ" msgid "Required in your region" msgstr "ะะตะพะฑั…ั–ะดะฝะพ ะดะปั ะฒะฐัˆะพะณะพ ั€ะตะณั–ะพะฝัƒ" -#: src/components/intents/GroupChatJoinDialog.tsx:296 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:310 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:115 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:117 msgid "Rescind request" msgstr "" @@ -9872,7 +9934,7 @@ msgstr "ะŸะพะฒั‚ะพั€ะธั‚ะธ ะพัั‚ะฐะฝะฝัŽ ะดั–ัŽ, ัะบะฐ ัะฟั€ะธั‡ะธะฝะธะปะฐ ะฟ #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 #: src/screens/Messages/JoinRequests.tsx:361 @@ -9928,7 +9990,7 @@ msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10015,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:1449 #: 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:1421 #: 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:1449 #: 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:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10022,13 +10084,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:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "" @@ -10058,6 +10120,10 @@ msgstr "" msgid "Scroll right" msgstr "" +#: src/components/dms/MessageItem.tsx:774 +msgid "Scroll to the message this is replying to" +msgstr "" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "ะŸั€ะพะณะพั€ะฝัƒั‚ะธ ะฒะณะพั€ัƒ" @@ -10067,7 +10133,7 @@ msgstr "ะŸั€ะพะณะพั€ะฝัƒั‚ะธ ะฒะณะพั€ัƒ" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "ะŸะพัˆัƒะบ" @@ -10148,8 +10214,8 @@ msgstr "" msgid "Search my posts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "" @@ -10425,8 +10491,8 @@ msgstr "" msgid "Send feedback" msgstr "ะะฐะดั–ัะปะฐั‚ะธ ะฒั–ะดะณัƒะบ" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "ะะฐะดั–ัะปะฐั‚ะธ ะฟะพะฒั–ะดะพะผะปะตะฝะฝั" @@ -10460,7 +10526,7 @@ msgid "Send via direct message" msgstr "ะะฐะดั–ัะปะฐั‚ะธ ะฒ ะพัะพะฑะธัั‚ั– ะฟะพะฒั–ะดะพะผะปะตะฝะฝั" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "" @@ -10565,7 +10631,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 @@ -10577,7 +10643,7 @@ msgstr "ะ— ัะตะบััƒะฐะปัŒะฝะธะผ ะฟั–ะดั‚ะตะบัั‚ะพะผ" msgid "Share" msgstr "ะŸะพัˆะธั€ะธั‚ะธ" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "ะ’ัะต ะพะดะฝะพ ะฟะพัˆะธั€ะธั‚ะธ" @@ -10641,8 +10707,8 @@ msgstr "ะŸะพะดั–ะปั–ั‚ัŒัั ั†ั–ั”ัŽ ะฟั–ะดะฑั–ั€ะบะพัŽ ั‚ะฐ ะดะพะฟะพะผะพะถั–ั‚ #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "" @@ -10796,15 +10862,15 @@ msgstr "" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:294 -#: src/screens/Messages/JoinRequest.tsx:300 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,7 +10896,7 @@ msgstr "" msgid "Sign in or create your account to join the conversation!" msgstr "ะฃะฒั–ะนั‚ะธ ะฐะฑะพ ัั‚ะฒะพั€ะธั‚ะธ ะพะฑะปั–ะบะพะฒะธะน ะทะฐะฟะธั, ั‰ะพะฑ ะฟั€ะธั”ะดะฝะฐั‚ะธัั ะดะพ ั€ะพะทะผะพะฒะธ!" -#: src/screens/Messages/JoinRequest.tsx:220 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." msgstr "" @@ -10842,7 +10908,7 @@ msgstr "" msgid "Sign in to Bluesky or create a new account" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:219 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." msgstr "" @@ -10900,7 +10966,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:1466 msgid "Skip empty posts?" msgstr "" @@ -10971,12 +11037,12 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:347 msgid "Someone reacted {0}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "" @@ -10996,10 +11062,6 @@ msgstr "" msgid "Someone was removed from the group" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "" - #: 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 "" @@ -11043,8 +11105,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 "" @@ -11214,13 +11276,13 @@ msgid "Subscribe" msgstr "ะŸั–ะดะฟะธัะฐั‚ะธัั" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "" @@ -11255,7 +11317,7 @@ msgstr "" msgid "Success!" msgstr "ะฃัะฟั–ั…!" -#: src/components/intents/GroupChatJoinDialog.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" msgstr "" @@ -11355,7 +11417,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:572 +#: src/components/dms/MessageItem.tsx:661 msgid "Tap for details" msgstr "" @@ -11390,7 +11452,7 @@ msgid "Tap to dismiss" msgstr "ะขะพั€ะบะฝั–ั‚ัŒัั, ั‰ะพะฑ ะฟั€ะพะฟัƒัั‚ะธั‚ะธ" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:453 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" msgstr "" @@ -11398,34 +11460,34 @@ msgstr "" msgid "Tap to open this group chat" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:452 +#: src/components/intents/GroupChatJoinDialog.tsx:468 msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:537 +#: src/components/dms/MessageItem.tsx:626 msgid "Tap to retry" msgstr "" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:373 msgid "Tap to view reactions" msgstr "" @@ -11528,7 +11590,7 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "ะžะฑะปั–ะบะพะฒะธะน ะทะฐะฟะธั ะทะผะพะถะต ะฒะทะฐั”ะผะพะดั–ัั‚ะธ ะท ะฒะฐะผะธ ะฟั–ัะปั ั€ะพะทะฑะปะพะบัƒะฒะฐะฝะฝั." @@ -11594,7 +11656,7 @@ msgstr "" msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:155 +#: src/components/intents/GroupChatJoinDialog.tsx:165 #: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." msgstr "" @@ -11621,7 +11683,7 @@ msgstr "ะกั…ะพะถะต, ะฝะฐ ัะตั€ะฒะตั€ั– ะฟะตะฒะฝั– ะฟั€ะพะฑะปะตะผะธ. ะ‘ัƒะดัŒ ะป msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "ะŸั–ะดะฑั–ั€ะบะฐ, ัะบัƒ ะฒะธ ะฝะฐะผะฐะณะฐั”ั‚ะตััŒ ะฟะตั€ะตะณะปัะฝัƒั‚ะธ, ั…ะธะฑะฝะฐ. ะ’ะธ ะผะพะถะตั‚ะต ั—ั— ะฒะธะดะฐะปะธั‚ะธ." -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "" @@ -11665,8 +11727,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "" #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:182 +#: 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 "" @@ -11693,7 +11755,7 @@ msgstr "ะ’ะธะฝะธะบะปะฐ ะฟั€ะพะฑะปะตะผะฐ ะท ะทะฐะฒะฐะฝั‚ะฐะถะตะฝะฝัะผ ัะฟะพะฒั– msgid "There was an issue fetching posts. Tap here to try again." msgstr "ะ’ะธะฝะธะบะปะฐ ะฟั€ะพะฑะปะตะผะฐ ะท ะทะฐะฒะฐะฝั‚ะฐะถะตะฝะฝัะผ ะฟะพัั‚ั–ะฒ. ะะฐั‚ะธัะฝั–ั‚ัŒ ั‚ัƒั‚, ั‰ะพะฑ ะฟะพะฒั‚ะพั€ะธั‚ะธ ัะฟั€ะพะฑัƒ." -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "ะ’ะธะฝะธะบะปะฐ ะฟั€ะพะฑะปะตะผะฐ ะท ะทะฐะฒะฐะฝั‚ะฐะถะตะฝะฝัะผ ัะฟะธัะบัƒ. ะะฐั‚ะธัะฝั–ั‚ัŒ ั‚ัƒั‚, ั‰ะพะฑ ะฟะพะฒั‚ะพั€ะธั‚ะธ ัะฟั€ะพะฑัƒ." @@ -11733,12 +11795,12 @@ msgstr "ะ’ะธะฝะธะบะปะฐ ะฟั€ะพะฑะปะตะผะฐ ะท ะพะฝะพะฒะปะตะฝะฝัะผ ะฒะฐัˆะธั… ัั‚ #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "ะ’ะธะฝะธะบะปะฐ ะฟั€ะพะฑะปะตะผะฐ! {0}" @@ -11778,7 +11840,7 @@ msgstr "ะฆั– ะฝะฐะปะฐัˆั‚ัƒะฒะฐะฝะฝั ะทะฐัั‚ะพัะพะฒัƒัŽั‚ัŒัั ะปะธัˆะต ะดะป msgid "They own this chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." msgstr "" @@ -11828,22 +11890,22 @@ msgstr "" 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 "" -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:287 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:430 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" msgstr "" @@ -11881,7 +11943,7 @@ msgstr "ะฆะตะน ะบะพะฝั‚ะตะฝั‚ ะฝะตะดะพัั‚ัƒะฟะฝะธะน, ะพัะบั–ะปัŒะบะธ ะพะดะธะฝ msgid "This content is not viewable without a Bluesky account." msgstr "ะฆะตะน ะฒะผั–ัั‚ ะฝะต ะดะพัั‚ัƒะฟะฝะธะน ะดะปั ะฟะตั€ะตะณะปัะดัƒ ะฑะตะท ะพะฑะปั–ะบะพะฒะพะณะพ ะทะฐะฟะธััƒ Bluesky." -#: src/components/intents/GroupChatJoinDialog.tsx:141 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." msgstr "" @@ -11931,7 +11993,7 @@ msgstr "ะกั‚ั€ั–ั‡ะบะฐ ะฟะพั€ะพะถะฝั." msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "ะฆั ัั‚ั€ั–ั‡ะบะฐ ะฑั–ะปัŒัˆะต ะฝะต ะฒ ะผะตั€ะตะถั–. ะ—ะฐะผั–ัั‚ัŒ ะฝะตั— ะดะพัั‚ัƒะฟะฝะฐ <0>ะกั‚ั€ั–ั‡ะบะฐ ะฒั–ะดะบั€ะธั‚ั‚ั." -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" msgstr "" @@ -11947,11 +12009,11 @@ msgstr "" msgid "This information is private and not shared with other users." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:151 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:223 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" msgstr "" @@ -11997,17 +12059,17 @@ msgstr "" msgid "This list is empty." msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:688 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:658 +#: src/components/dms/MessageItem.tsx:684 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12045,11 +12107,11 @@ 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:1041 msgid "This post's author has disabled quote posts." msgstr "ะะฒั‚ะพั€ ั†ัŒะพะณะพ ะฟะพัั‚ะฐ ะฒะธะผะบะฝัƒะฒ ะผะพะถะปะธะฒั–ัั‚ัŒ ะนะพะณะพ ั†ะธั‚ัƒะฒะฐั‚ะธ." -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "" @@ -12242,8 +12304,8 @@ msgstr "" msgid "Topic" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,7 +12375,7 @@ msgctxt "action" msgid "Try again" msgstr "ะกะฟั€ะพะฑัƒะฒะฐั‚ะธ ั‰ะต ั€ะฐะท" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." msgstr "" @@ -12335,7 +12397,7 @@ msgstr "ะขะ’" msgid "Two-factor authentication (2FA)" msgstr "ะ”ะฒะพั„ะฐะบั‚ะพั€ะฝะฐ ะฐะฒั‚ะตะฝั‚ะธั„ั–ะบะฐั†ั–ั (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "ะ’ะฒะตะดั–ั‚ัŒ ัะฒะพั” ะฟะพะฒั–ะดะพะผะปะตะฝะฝั ั‚ัƒั‚" @@ -12401,7 +12463,7 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:726 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12409,14 +12471,14 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:211 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "ะ ะพะทะฑะปะพะบัƒะฒะฐั‚ะธ" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "ะ ะพะทะฑะปะพะบัƒะฒะฐั‚ะธ" @@ -12427,8 +12489,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "ะ ะพะทะฑะปะพะบัƒะฒะฐั‚ะธ ะพะฑะปั–ะบะพะฒะธะน ะทะฐะฟะธั" @@ -12437,7 +12499,7 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "ะ ะพะทะฑะปะพะบัƒะฒะฐั‚ะธ ะพะฑะปั–ะบะพะฒะธะน ะทะฐะฟะธั?" @@ -12474,12 +12536,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "ะ’ั–ะดะฟะธัะฐั‚ะธัั ะฒั–ะด {0}" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "" @@ -12521,11 +12583,11 @@ msgstr "ะŸั€ะธะฑั€ะฐั‚ะธ ะฒะฟะพะดะพะฑะฐะฝะฝั" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:567 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "" @@ -12548,8 +12610,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "" @@ -12562,7 +12624,7 @@ msgstr "ะะต ั–ะณะฝะพั€ัƒะฒะฐั‚ะธ ั€ะพะทะผะพะฒัƒ" msgid "Unmute list" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:529 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "" @@ -12641,7 +12703,7 @@ msgstr "ะ’ั–ะดะฟะธัะฐะฝะพ ะฒั–ะด ัะฟะธัะบัƒ" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1557 +#: src/view/com/composer/Composer.tsx:1555 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -12654,12 +12716,9 @@ msgstr "" msgid "Update" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "ะžะฝะพะฒะธั‚ะธ <0>{displayName} ัƒ ะกะฟะธัะบะฐั…" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" msgstr "" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 @@ -12669,6 +12728,10 @@ msgstr "" msgid "Update email" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 #: src/screens/Messages/components/InviteLinkDialog.tsx:303 @@ -12680,14 +12743,6 @@ msgstr "" msgid "Update to {domain}" msgstr "ะžะฝะพะฒะธั‚ะธ ะฝะฐ {domain}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "" - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "" @@ -12736,7 +12791,7 @@ msgstr "ะ—ะฐะฒะฐะฝั‚ะฐะถะธั‚ะธ ะท ั„ะฐะนะปั–ะฒ" msgid "Upload from Library" msgstr "ะ—ะฐะฒะฐะฝั‚ะฐะถะธั‚ะธ ะท ะฑั–ะฑะปั–ะพั‚ะตะบะธ" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2585 msgid "Uploading GIF..." msgstr "" @@ -12750,7 +12805,7 @@ msgstr "ะ—ะฐะฒะฐะฝั‚ะฐะถะตะฝะฝั ะทะพะฑั€ะฐะถะตะฝัŒ..." msgid "Uploading link thumbnail..." msgstr "ะ—ะฐะฒะฐะฝั‚ะฐะถะตะฝะฝั ะตัะบั–ะทัƒ ะฟะพัะธะปะฐะฝะฝั..." -#: src/view/com/composer/Composer.tsx:2589 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading video..." msgstr "ะ—ะฐะฒะฐะฝั‚ะฐะถะตะฝะฝั ะฒั–ะดะตะพ..." @@ -12826,7 +12881,7 @@ msgid "User Blocks You" msgstr "ะšะพั€ะธัั‚ัƒะฒะฐั‡ ะทะฐะฑะปะพะบัƒะฒะฐะฒ ะฒะฐั" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "ะกะฟะธัะพะบ ะบะพั€ะธัั‚ัƒะฒะฐั‡ั–ะฒ ะฒั–ะด {0}" @@ -12835,7 +12890,7 @@ msgstr "ะกะฟะธัะพะบ ะบะพั€ะธัั‚ัƒะฒะฐั‡ั–ะฒ ะฒั–ะด {0}" msgid "User List by {0}" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "ะกะฟะธัะพะบ ะบะพั€ะธัั‚ัƒะฒะฐั‡ั–ะฒ ะฒั–ะด ะฒะฐั" @@ -12875,16 +12930,6 @@ msgstr "ะบะพั€ะธัั‚ัƒะฒะฐั‡ั–, ัะบะธั… ั‡ะธั‚ะฐั” <0>@{0}" msgid "users following <0>@{0}" msgstr "" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "ะ—ะฝะฐั‡ะตะฝะฝั:" @@ -12912,8 +12957,8 @@ msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "" @@ -13039,7 +13084,7 @@ msgstr "ะ’ั–ะดะตะพ ะฝะต ะทะฝะฐะนะดะตะฝะพ." msgid "Video settings" msgstr "ะะฐะปะฐัˆั‚ัƒะฒะฐะฝะฝั ะฒั–ะดะตะพ" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2605 msgid "Video uploaded" msgstr "ะ’ั–ะดะตะพ ะทะฐะฒะฐะฝั‚ะฐะถะตะฝะพ" @@ -13056,14 +13101,14 @@ msgstr "" msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1150 +#: src/view/com/composer/Composer.tsx:1148 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "" @@ -13078,7 +13123,7 @@ msgstr "ะŸะตั€ะตะณะปัะฝัƒั‚ะธ ะฐะฒะฐั‚ะฐั€ {0}" #: 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 "ะŸะตั€ะตะณะปัะฝัƒั‚ะธ ะฟั€ะพั„ั–ะปัŒ {0}" @@ -13092,7 +13137,7 @@ msgstr "" msgid "View {displayName}โ€™s profile" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "" @@ -13145,7 +13190,7 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1143 msgid "View post" msgstr "" @@ -13162,10 +13207,10 @@ msgstr "ะŸะตั€ะตะณะปัะฝัƒั‚ะธ ะฟั€ะพั„ั–ะปัŒ" msgid "View profile banner" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "" @@ -13173,7 +13218,7 @@ msgstr "" msgid "View the avatar" msgstr "ะŸะตั€ะตะณะปัะฝัƒั‚ะธ ะฐะฒะฐั‚ะฐั€" -#: src/screens/Messages/ConversationSettings/index.tsx:554 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "" @@ -13441,7 +13486,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:1039 msgid "We're sorry! The post you are replying to has been deleted." msgstr "ะะฐะผ ะฟั€ะธะบั€ะพ! ะŸะพัั‚, ะฝะฐ ัะบะธะน ะฒะธ ะฒั–ะดะฟะพะฒั–ะดะฐั”ั‚ะต, ะฒะธะดะฐะปะตะฝะพ." @@ -13492,7 +13537,7 @@ msgid "What do you want to call your starter pack?" msgstr "ะฏะบัƒ ะฝะฐะทะฒัƒ ะพะฑะตั€ะตั‚ะต ะดะปั ะฒะปะฐัะฝะพั— ะฟั–ะดะฑั–ั€ะบะธ?" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1519 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "ะฏะบ ัะฟั€ะฐะฒะธ?" @@ -13519,7 +13564,7 @@ msgid "Who can verify?" msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "ะฃะฟั!" @@ -13578,7 +13623,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:1437 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13587,12 +13632,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1617 +#: src/view/com/composer/Composer.tsx:1615 msgid "Write post" msgstr "ะะฐะฟะธัะฐั‚ะธ ะฟะพัั‚" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1517 msgid "Write your reply" msgstr "ะะฐะฟะธัะฐั‚ะธ ะฒั–ะดะฟะพะฒั–ะดัŒ" @@ -13658,7 +13703,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:610 +#: src/components/dms/MessageItem.tsx:699 msgid "You are blocking {0}" msgstr "" @@ -13764,11 +13809,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:220 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:1442 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13803,8 +13848,8 @@ msgstr "" msgid "You can update this later from your settings." msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:115 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13839,7 +13884,7 @@ msgstr "ะฃ ะฒะฐั ะฝะตะผะฐั” ะทะฑะตั€ะตะถะตะฝะธั… ัั‚ั€ั–ั‡ะพะบ." msgid "You got here first" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:166 +#: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and canโ€™t join it using this link." msgstr "" @@ -13884,6 +13929,7 @@ msgstr "ะ’ะธ ัƒะฒั–ะผะบะฝัƒะปะธ ั–ะณะฝะพั€ัƒะฒะฐะฝะฝั ั†ัŒะพะณะพ ะพะฑะปั–ะบะพะฒ msgid "You have muted this user" msgstr "ะ’ะธ ัƒะฒั–ะผะบะฝัƒะปะธ ั–ะณะฝะพั€ัƒะฒะฐะฝะฝั ั†ัŒะพะณะพ ะบะพั€ะธัั‚ัƒะฒะฐั‡ะฐ" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "ะฃ ะฒะฐั ะฝะตะผะฐั” ัะฟะธัะบั–ะฒ." @@ -13912,7 +13958,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:1432 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -13970,7 +14016,7 @@ msgstr "" msgid "You may only add up to 3 feeds" msgstr "ะ’ะธ ะผะพะถะตั‚ะต ะดะพะดะฐั‚ะธ ะปะธัˆะต 3 ัั‚ั€ั–ั‡ะบะธ" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." msgstr "" @@ -13983,7 +14029,7 @@ msgid "You must be following at least seven other people to generate a starter p msgstr "ะ’ะธ ะผะฐั”ั‚ะต ั‡ะธั‚ะฐั‚ะธ ั‰ะพะฝะฐะนะผะตะฝัˆะต ัั–ะผะพั… ะบะพั€ะธัั‚ัƒะฒะฐั‡ั–ะฒ ะดะปั ะณะตะฝะตั€ัƒะฒะฐะฝะฝั ะฒะปะฐัะฝะพั— ะฟั–ะดะฑั–ั€ะบะธ." #: src/components/StarterPack/QrCodeDialog.tsx:69 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:89 msgid "You must grant access to your photo library to save a QR code" msgstr "ะ’ะธ ะผะฐั”ั‚ะต ะฝะฐะดะฐั‚ะธ ะดะพัั‚ัƒะฟ ะดะพ ะคะพั‚ะพะณั€ะฐั„ั–ะน ะดะปั ะทะฑะตั€ะตะถะตะฝะฝั QR-ะบะพะดัƒ" @@ -14009,12 +14055,12 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:259 +#: src/components/dms/MessageItem.tsx:340 msgid "You reacted {0}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "" @@ -14023,8 +14069,20 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" +#: src/components/dms/MessageItem.tsx:804 +msgid "You replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:802 +msgid "You replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:800 +msgid "You replied to yourself" +msgstr "" + #. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 msgid "You requested to join" msgstr "" @@ -14050,12 +14108,12 @@ msgstr "ะ’ะธ ะฑัƒะดะตั‚ะต ะพั‚ั€ะธะผัƒะฒะฐั‚ะธ ัะฟะพะฒั–ั‰ะตะฝะฝั ะท ั†ัŒะพะณ msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "ะ’ะธ ะพั‚ั€ะธะผะฐั”ั‚ะต ะตะปะตะบั‚ั€ะพะฝะฝะธะน ะปะธัั‚ ั–ะท ะบะพะดะพะผ ะฟั–ะดั‚ะฒะตั€ะดะถะตะฝะฝั. ะ’ะฒะตะดั–ั‚ัŒ ั†ะตะน ะบะพะด ั‚ัƒั‚, ะฐ ะฟะพั‚ั–ะผ ะฒะฒะตะดั–ั‚ัŒ ะฝะพะฒะธะน ะฟะฐั€ะพะปัŒ." -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "" #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "" @@ -14127,7 +14185,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:644 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14199,11 +14257,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 "" @@ -14295,11 +14353,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:1139 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1136 msgid "Your posts were sent" msgstr "" @@ -14320,7 +14378,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:1140 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your reply was sent" msgstr "" @@ -14333,7 +14391,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:1467 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 34343070a9..707b15c23d 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-10 21:06\n" +"PO-Revision-Date: 2026-06-17 12:23\n" "Last-Translator: \n" "Language-Team: Vietnamese\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -23,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:867 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" msgstr "" -#: src/components/dms/getMessageInfo.ts:73 +#: 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)" @@ -75,7 +79,7 @@ msgstr "{0, plural, other {# nhรฃn}} ฤ‘ฦฐแปฃc gแบฏn lรชn nแป™i dung nร y" msgid "{0, plural, one {# like} other {# likes}}" msgstr "{0, plural, other {# lฦฐแปฃt thรญch}}" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "" @@ -97,7 +101,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:269 +#: src/components/dms/MessageItem.tsx:350 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "" @@ -118,15 +122,15 @@ msgstr "{0, plural, other {# giรขy}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "{0, plural, other {# mแปฅc chฦฐa ฤ‘แปc}}" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:703 msgid "{0} is blocking you" msgstr "" @@ -273,7 +277,7 @@ msgstr "{0} trong sแป‘ 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:345 msgid "{0} reacted {1}" msgstr "{0} ฤ‘รฃ bร y tแป cแบฃm xรบc {1}" @@ -326,24 +330,22 @@ msgstr "hรฌnh ฤ‘แบกi diแป‡n cแปงa {0}" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:143 +#: src/screens/Messages/JoinRequest.tsx:139 msgctxt "group-chat-member-count" msgid "{0}/{1}" msgstr "" #. The number of members in a group chat, in the format '{members}/{total} members'. -#. placeholder {0}: preview.memberCount -#. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 -msgid "{0}/{1} {2, plural, one {member} other {members}}" -msgstr "" - -#. The number of active group chat members out of the total number allowed. +#. The number of members in a group chat, in the format '{members}/{total} members'. #. placeholder {0}: joinLinkPreview.memberCount +#. placeholder {0}: preview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:329 -msgid "{0}/{1} members" +#. placeholder {1}: preview.memberLimit +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 +msgid "{0}/{1} {2, plural, one {member} other {members}}" msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. @@ -389,7 +391,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -397,33 +399,11 @@ msgstr "" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "{count, plural, other {# mแปฅc chฦฐa ฤ‘แปc}}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "" - #. 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 "" -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "" - #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" msgstr "" @@ -441,155 +421,155 @@ msgstr "{estimatedTimeHrs, plural, other {giแป}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, other {phรบt}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: 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" -#: 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 "{firstAuthorLink} vร  <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} ngฦฐแปi khรกc}} ฤ‘รฃ thรญch bแบฃng tin cแปงa bแบกn" -#: 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 "{firstAuthorLink} vร  <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} ngฦฐแปi khรกc}} ฤ‘รฃ thรญch bร i cแปงa bแบกn" -#: 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 "{firstAuthorLink} vร  <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} ngฦฐแปi khรกc}} ฤ‘รฃ xoรก xรกc minh cแปงa hแป khแปi tร i khoแบฃn cแปงa bแบกn" -#: src/view/com/notifications/NotificationFeedItem.tsx:322 +#: src/view/com/notifications/NotificationFeedItem.tsx:328 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "{firstAuthorLink} vร  <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} ngฦฐแปi khรกc}} ฤ‘รฃ ฤ‘ฤƒng lแบกi bร i cแปงa bแบกn" -#: 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 "{firstAuthorLink} vร  <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} ngฦฐแปi khรกc}} ฤ‘รฃ ฤ‘ฤƒng kรฝ gรณi khแปŸi ฤ‘แบงu cแปงa bแบกn" -#: src/view/com/notifications/NotificationFeedItem.tsx:442 +#: src/view/com/notifications/NotificationFeedItem.tsx:448 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "{firstAuthorLink} vร  <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} ngฦฐแปi khรกc}} ฤ‘รฃ xรกc thแปฑc bแบกn" -#: src/view/com/notifications/NotificationFeedItem.tsx:367 +#: src/view/com/notifications/NotificationFeedItem.tsx:373 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} ฤ‘รฃ theo dรตi bแบกn" -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} ฤ‘รฃ theo dรตi lแบกi bแบกn" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} ฤ‘รฃ thรญch bแบฃng tin cแปงa bแบกn" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} ฤ‘รฃ thรญch bร i cแปงa bแบกn" -#: 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 "{firstAuthorLink} ฤ‘รฃ xoรก xรกc minh khแปi tร i khoแบฃn tร i khoแบฃn cแปงa bแบกn" -#: src/view/com/notifications/NotificationFeedItem.tsx:334 +#: src/view/com/notifications/NotificationFeedItem.tsx:340 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} ฤ‘รฃ ฤ‘ฤƒng lแบกi bร i cแปงa bแบกn" -#: 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 "{firstAuthorLink} ฤ‘รฃ ฤ‘ฤƒng kรฝ gรณi khแปŸi ฤ‘แบงu cแปงa bแบกn" -#: src/view/com/notifications/NotificationFeedItem.tsx:454 +#: src/view/com/notifications/NotificationFeedItem.tsx:460 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} ฤ‘รฃ xรกc thแปฑc bแบกn" -#: 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 "{firstAuthorName} vร  {additionalAuthorsCount, plural, other {{formattedAuthorsCount} ngฦฐแปi khรกc}} ฤ‘รฃ theo dรตi bแบกn" -#: 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 "{firstAuthorName} vร  {additionalAuthorsCount, plural, other {{formattedAuthorsCount} ngฦฐแปi khรกc}} ฤ‘รฃ thรญch bแบฃng tin cแปงa bแบกn" -#: src/view/com/notifications/NotificationFeedItem.tsx:291 +#: src/view/com/notifications/NotificationFeedItem.tsx:297 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "{firstAuthorName} vร  {additionalAuthorsCount, plural, other {{formattedAuthorsCount} ngฦฐแปi khรกc}} ฤ‘รฃ thรญch bร i cแปงa bแบกn" -#: src/view/com/notifications/NotificationFeedItem.tsx: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 "{firstAuthorName} vร  {additionalAuthorsCount, plural, other {{formattedAuthorsCount} ngฦฐแปi khรกc}} ฤ‘รฃ xoรก xรกc minh cแปงa hแป khแปi tร i khoแบฃn cแปงa bแบกn" -#: src/view/com/notifications/NotificationFeedItem.tsx:315 +#: src/view/com/notifications/NotificationFeedItem.tsx:321 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "{firstAuthorName} vร  {additionalAuthorsCount, plural, other {{formattedAuthorsCount} ngฦฐแปi khรกc}} ฤ‘รฃ ฤ‘ฤƒng lแบกi bร i cแปงa bแบกn" -#: src/view/com/notifications/NotificationFeedItem.tsx: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 "{firstAuthorName} vร  {additionalAuthorsCount, plural, other {{formattedAuthorsCount} ngฦฐแปi khรกc}} ฤ‘รฃ ฤ‘ฤƒng kรฝ gรณi khแปŸi ฤ‘แบงu cแปงa bแบกn" -#: src/view/com/notifications/NotificationFeedItem.tsx:435 +#: src/view/com/notifications/NotificationFeedItem.tsx:441 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "{firstAuthorName} vร  {additionalAuthorsCount, plural, other {{formattedAuthorsCount} ngฦฐแปi khรกc}} ฤ‘รฃ xรกc thแปฑc bแบกn" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:359 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} ฤ‘รฃ theo dรตi bแบกn" -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} ฤ‘รฃ theo dรตi lแบกi bแบกn" -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} ฤ‘รฃ thรญch bแบฃng tin cแปงa bแบกn" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} ฤ‘รฃ thรญch bร i cแปงa bแบกn" -#: 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 "{firstAuthorName} ฤ‘รฃ xoรก xรกc minh khแปi tร i khoแบฃn tร i khoแบฃn cแปงa bแบกn" -#: src/view/com/notifications/NotificationFeedItem.tsx:320 +#: src/view/com/notifications/NotificationFeedItem.tsx:326 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} ฤ‘รฃ ฤ‘ฤƒng lแบกi bร i cแปงa bแบกn" -#: 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 "{firstAuthorName} ฤ‘รฃ ฤ‘ฤƒng kรฝ gรณi khแปŸi ฤ‘แบงu cแปงa bแบกn" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} ฤ‘รฃ xรกc thแปฑc bแบกn" @@ -659,12 +639,12 @@ msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "" @@ -697,6 +677,18 @@ msgstr "" msgid "{rank}." msgstr "{rank}." +#: src/components/dms/MessageItem.tsx:813 +msgid "{replierDisplayName} replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:809 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:807 +msgid "{replierDisplayName} replied to you" +msgstr "" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "mแป™t tin nhแบฏn" @@ -873,8 +875,8 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 #: src/screens/Messages/JoinRequests.tsx:192 #: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." @@ -955,7 +957,7 @@ msgstr "" msgid "Accepted conversations" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:113 +#: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -980,12 +982,12 @@ msgstr "Tร i khoแบฃn" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "Tร i khoแบฃn ฤ‘รฃ bแป‹ chแบทn" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "Tร i khoแบฃn ฤ‘ฦฐแปฃc theo dรตi" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "Tร i khoแบฃn ฤ‘รฃ bแป‹ แบฉn" @@ -1028,18 +1030,18 @@ msgstr "Tร i khoแบฃn ฤ‘รฃ bแป‹ xรณa khแปi truy cแบญp nhanh" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "Tร i khoแบฃn ฤ‘รฃ ฤ‘ฦฐแปฃc bแป chแบทn" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "Tร i khoแบฃn ฤ‘รฃ bแป‹ bแป theo dรตi" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "Tร i khoแบฃn ฤ‘รฃ ฤ‘ฦฐแปฃc bแบญt lแบกi thรดng bรกo" @@ -1054,12 +1056,13 @@ msgstr "Tร i khoแบฃn cรณ dแบฅu tรญch xanh hรฌnh viแปn rฤƒng cฦฐa <0><1/> c msgid "Activity from others" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "Thรชm" @@ -1112,11 +1115,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:1520 +#: src/view/com/composer/Composer.tsx:1518 msgid "Add another post" msgstr "Thรชm bร i" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2181 msgid "Add another post to thread" msgstr "" @@ -1182,7 +1185,7 @@ msgstr "Thรชm tแปซ cแบฅm vร  thแบป" msgid "Add people" msgstr "Thรชm ngฦฐแปi" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "Thรชm ngฦฐแปi dรนng vร o danh sรกch" @@ -1214,8 +1217,8 @@ msgstr "Thรชm bแบฃn ghi DNS sau vร o tรชn miแปn cแปงa bแบกn:" msgid "Add this feed to your feeds" msgstr "Thรชm bแบฃng tin nร y vร o danh sรกch bแบฃng tin cแปงa bแบกn" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "Thรชm vร o danh sรกch" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "Thรชm tร i khoแบฃn vร o danh sรกch" @@ -1246,8 +1249,8 @@ msgstr "" msgid "Added by invite link" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "Thรชm vร o danh sรกch" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "alice@example.com" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "Tแบฅt cแบฃ" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "" @@ -1521,7 +1524,7 @@ msgid "An error occurred while loading your lists :/" msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:81 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:103 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "ฤรฃ cรณ lแป—i xแบฃy ra khi ฤ‘ang lฦฐu mรฃ QR!" @@ -1589,8 +1592,8 @@ msgstr "Cรณ vแบฅn ฤ‘แป xแบฃy ra khi ฤ‘ang mแปŸ cuแป™c trรฒ chuyแป‡n" #: 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 "Cรณ vแบฅn ฤ‘แป xแบฃy ra, vui lรฒng thแปญ lแบกi." @@ -1643,7 +1646,7 @@ msgstr "" msgid "Anyone can interact" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:340 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" msgstr "" @@ -1796,8 +1799,8 @@ msgstr "Bแบกn cรณ chแบฏc chแบฏn muแป‘n xรณa gรณi khแปŸi ฤ‘แบงu nร y khรดng?" msgid "Are you sure you want to discard your changes?" msgstr "Bแบกn cรณ chแบฏc chแบฏn muแป‘n hแปงy bแป cรกc thay ฤ‘แป•i khรดng?" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "" @@ -1814,11 +1817,11 @@ msgid "Are you sure you want to remove this from your feeds?" msgstr "Bแบกn cรณ chแบฏc chแบฏn muแป‘n xรณa khแปi bแบฃng tin cแปงa bแบกn khรดng?" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 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:1654 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?" @@ -1958,10 +1961,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2009,8 +2012,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "Chแบทn tร i khoแบฃn" @@ -2088,6 +2091,10 @@ 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." @@ -2260,7 +2267,7 @@ msgstr "" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:181 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2274,13 +2281,13 @@ msgstr "" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:363 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "BแปŸi <0>{0}" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" msgstr "" @@ -2348,10 +2355,10 @@ msgstr "" #: src/screens/Deactivated.tsx:150 #: src/screens/Messages/components/InviteLinkDialog.tsx:500 #: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,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:1732 +#: src/view/com/composer/Composer.tsx:1742 #: 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 @@ -2380,6 +2387,10 @@ msgstr "Hแปงy bร i ฤ‘ฤƒng trรญch dแบซn" msgid "Cancel reactivation and sign out" msgstr "Hแปงy kรญch hoแบกt lแบกi vร  ฤ‘ฤƒng xuแบฅt" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "Huแปท tรฌm kiแบฟm" @@ -2481,7 +2492,7 @@ msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,7 +2509,7 @@ msgid "Chat ended" msgstr "" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:256 +#: src/components/intents/GroupChatJoinDialog.tsx:269 #: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" msgstr "" @@ -2520,12 +2531,12 @@ msgctxt "toast" msgid "Chat muted" msgstr "ฤรฃ tแบฏt thรดng bรกo chat" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." msgstr "" -#: src/components/moderation/BlockDialog.tsx:292 +#: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2544,10 +2555,10 @@ msgstr "Yรชu cแบงu trรฒ chuyแป‡n" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "Cร i ฤ‘แบทt chat" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "ฤรฃ bแบญt lแบกi thรดng bรกo chat" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "Chats" @@ -2731,7 +2742,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:533 +#: src/components/dms/MessageItem.tsx:622 msgid "Click to retry failed message" msgstr "Nhแบฅn ฤ‘แปƒ thแปญ lแบกi tin nhแบฏn khรดng thร nh cรดng" @@ -2745,6 +2756,7 @@ msgstr "Nhแบฅn ฤ‘แปƒ thแปญ lแบกi tin nhแบฏn khรดng thร nh cรดng" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "Nhแบฅn ฤ‘แปƒ thแปญ lแบกi tin nhแบฏn khรดng thร nh cรดng" #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:233 -#: src/components/intents/GroupChatJoinDialog.tsx:268 +#: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2804,10 +2816,6 @@ msgstr "ฤรณng cแบฃnh bรกo" msgid "Close banner" msgstr "" -#: src/view/com/util/BottomSheetCustomBackdrop.tsx:36 -msgid "Close bottom drawer" -msgstr "ฤรณng trรฌnh ฤ‘ฦกn kรฉo dฦฐแป›i" - #. Accessibility label for the button that dismisses the GIF picker error dialog. #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:223 #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:229 @@ -2822,7 +2830,7 @@ msgstr "ฤรณng trรฌnh ฤ‘ฦกn kรฉo dฦฐแป›i" msgid "Close dialog" msgstr "ฤรณng hแป™p thoแบกi" -#: src/view/shell/index.web.tsx:129 +#: src/view/shell/index.web.tsx:127 msgid "Close drawer menu" msgstr "ฤรณng trรฌnh ฤ‘ฦกn" @@ -2850,10 +2858,10 @@ msgstr "" msgid "Close the incoming requests banner" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:226 -#: src/components/intents/GroupChatJoinDialog.tsx:227 -#: src/components/intents/GroupChatJoinDialog.tsx:263 -#: src/components/intents/GroupChatJoinDialog.tsx:264 +#: 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 msgid "Close this dialog" msgstr "ฤรณng hแป™p thoแบกi nร y" @@ -2866,15 +2874,15 @@ 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:1742 +#: src/view/com/composer/Composer.tsx:1740 msgid "Closes post composer and discards post draft" msgstr "ฤรณng trรฌnh soแบกn bร i ฤ‘ฤƒng vร  huแปท bแป nhรกp" -#: src/view/com/notifications/NotificationFeedItem.tsx:605 +#: src/view/com/notifications/NotificationFeedItem.tsx:611 msgid "Collapse list of users" msgstr "Thu gแปn danh sรกch ngฦฐแปi dung" -#: src/view/com/notifications/NotificationFeedItem.tsx:953 +#: src/view/com/notifications/NotificationFeedItem.tsx:959 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แปƒ" @@ -2920,7 +2928,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:1618 +#: src/view/com/composer/Composer.tsx:1616 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แปฑ}}" @@ -2928,11 +2936,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:2580 +#: src/view/com/composer/Composer.tsx:2578 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing video..." msgstr "ฤang nรฉn video..." @@ -3100,7 +3108,7 @@ msgstr "Tiแบฟp tแปฅc bฦฐแป›c tiแบฟp theo" msgid "Conversation" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "Hแป™i thoแบกi ฤ‘รฃ bแป‹ xรณa" @@ -3127,7 +3135,7 @@ 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/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3154,12 @@ msgstr "ฤรฃ sao chรฉp!" msgid "Copies build version to clipboard" msgstr "Sao chรฉp mรฃ sแป‘ phiรชn bแบฃn vร o bแบฃn ghi tแบกm" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:198 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:265 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "Sao chรฉp" @@ -3159,8 +3167,8 @@ msgstr "Sao chรฉp" msgid "Copy App Password" msgstr "Sao chรฉp mแบญt khแบฉu แปฉng dแปฅng" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "Sao chรฉp URI at://" @@ -3175,8 +3183,8 @@ msgid "Copy code" msgstr "Sao chรฉp mรฃ" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "Sao chรฉp DID" @@ -3184,7 +3192,7 @@ msgstr "Sao chรฉp DID" msgid "Copy host" msgstr "Sao chรฉp mรกy chแปง" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:254 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" msgstr "" @@ -3210,8 +3218,8 @@ msgstr "Sao chรฉp liรชn kแบฟt ฤ‘แบฟn danh sรกch" msgid "Copy link to post" msgstr "Sao chรฉp liรชn kแบฟt ฤ‘แบฟn bร i ฤ‘ฤƒng" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "" @@ -3219,8 +3227,8 @@ msgstr "" msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "Sao chรฉp vฤƒn bแบฃn tin nhแบฏn" @@ -3249,7 +3257,7 @@ msgstr "Sao chรฉp giรก trแป‹ bแบฃn ghi TXT" msgid "Copyright Policy" msgstr "Chรญnh sรกch bแบฃn quyแปn" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" msgstr "" @@ -3261,11 +3269,11 @@ msgstr "" msgid "Could not connect to feed service" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:120 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" msgstr "" @@ -3294,7 +3302,7 @@ msgstr "" msgid "Could not leave chat" msgstr "Khรดng thแปƒ rแปi khแปi chat" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." msgstr "" @@ -3308,7 +3316,7 @@ msgstr "Khรดng thแปƒ tแบฃi bแบฃng tin" msgid "Could not load list" msgstr "Khรดng thแปƒ tแบฃi danh sรกch" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:169 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" msgstr "" @@ -3320,7 +3328,7 @@ msgstr "Khรดng thแปƒ tแบฏt thรดng bรกo chat" msgid "Could not process your video" msgstr "Khรดng thแปƒ xแปญ lรฝ video cแปงa bแบกn" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." msgstr "" @@ -3329,7 +3337,7 @@ msgstr "" msgid "Could not save changes: {0}" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" msgstr "" @@ -3394,12 +3402,12 @@ 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:314 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3457,13 @@ msgstr "" msgid "Create moderation list" msgstr "" -#: src/screens/Messages/JoinRequest.tsx:308 +#: 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 "Tแบกo tร i khoแบฃn mแป›i" -#: src/screens/Messages/ConversationSettings/index.tsx:553 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "" @@ -3479,7 +3487,7 @@ msgstr "" #. placeholder {0}: i18n.date(createdAt, { dateStyle: 'long', timeStyle: 'short', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) #: src/screens/Messages/components/InviteLinkDialog.tsx:355 -#: src/screens/Messages/ConversationSettings/index.tsx:505 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "ฤรฃ tแบกo {0}" @@ -3624,7 +3632,7 @@ msgstr "" msgid "Delete conversation" msgstr "Xรณa cuแป™c trรฒ chuyแป‡n" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "Xรณa cho tรดi" @@ -3637,7 +3645,7 @@ msgstr "Xoรก danh sรกch" msgid "Delete message" msgstr "Xรณa tin nhแบฏn" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "Xรณa tin nhแบฏn cho tรดi" @@ -3647,7 +3655,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:1630 +#: src/view/com/composer/Composer.tsx:1628 msgid "Delete post" msgstr "Xรณa bร i ฤ‘ฤƒng" @@ -3689,6 +3697,10 @@ 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 @@ -3794,9 +3806,9 @@ msgstr "ฤรฃ tแบฏt" #: 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:1411 +#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1661 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3819,14 @@ msgstr "Hแปงy bแป" msgid "Discard changes?" msgstr "Hแปงy thay ฤ‘แป•i?" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1409 #: 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:1428 -#: src/view/com/composer/Composer.tsx:1655 +#: src/view/com/composer/Composer.tsx:1426 +#: src/view/com/composer/Composer.tsx:1653 msgid "Discard post?" msgstr "Hแปงy bร i ฤ‘ฤƒng?" @@ -3852,7 +3864,7 @@ msgstr "Bแป qua" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2499 msgid "Dismiss error" msgstr "Bแป qua lแป—i " @@ -3949,8 +3961,8 @@ msgstr "" #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:146 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3975,7 @@ msgstr "" msgid "Done" msgstr "Xong" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "Xong" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:520 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" @@ -4087,8 +4093,8 @@ msgstr "" msgid "Edit" msgstr "Chแป‰nh sแปญa" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "Chแป‰nh sแปญa" @@ -4102,8 +4108,8 @@ msgstr "Chแป‰nh sแปญa hรฌnh ฤ‘แบกi diแป‡n" msgid "Edit Feeds" msgstr "Chแป‰nh sแปญa bแบฃng tin" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "" @@ -4141,8 +4147,8 @@ msgstr "" msgid "Edit list details" msgstr "Chแป‰nh sแปญa chi tiแบฟt danh sรกch" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "" @@ -4155,7 +4161,7 @@ msgstr "" msgid "Edit My Feeds" msgstr "Chแป‰nh sแปญa bแบฃng tin cแปงa tรดi" -#: src/screens/Messages/ConversationSettings/index.tsx:540 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "" @@ -4184,8 +4190,8 @@ msgstr "Chแป‰nh sแปญa hแป“ sฦก" msgid "Edit starter pack" msgstr "Chแป‰nh sแปญa gรณi khแปŸi ฤ‘แบงu" -#: src/screens/Messages/ConversationSettings/index.tsx:486 -#: src/screens/Messages/ConversationSettings/index.tsx:539 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "" @@ -4402,7 +4408,7 @@ msgstr "MแปŸ toร n mร n hรฌnh" msgid "Entertainment" msgstr "Giแบฃi trรญ" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2598 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Lแป—i" @@ -4481,7 +4487,7 @@ msgstr "Thoรกt toร n mร n hรฌnh" msgid "Expand alt text" msgstr "MแปŸ rแป™ng vฤƒn bแบฃn thay thแบฟ" -#: src/view/com/notifications/NotificationFeedItem.tsx:606 +#: src/view/com/notifications/NotificationFeedItem.tsx:612 msgid "Expand list of users" msgstr "MแปŸ rแป™ng danh sรกch ngฦฐแปi dรนng" @@ -4596,8 +4602,8 @@ msgstr "Chแบฅp nhแบญn yรชu cแบงu khรดng thร nh cรดng" msgid "Failed to accept join request" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "ฤรฃ xแบฃy ra lแป—i khi thรชm bร y tแป cแบฃm xรบc" @@ -4606,6 +4612,10 @@ msgstr "ฤรฃ xแบฃy ra lแป—i khi thรชm bร y tแป cแบฃm xรบc" msgid "Failed to add members" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "" @@ -4615,7 +4625,7 @@ msgid "Failed to change handle. Please try again." msgstr "Khรดng tแบกo ฤ‘ฦฐแปฃc tรชn ngฦฐแปi dรนng. Vui lรฒng thแปญ lแบกi." #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:129 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "" @@ -4664,7 +4674,7 @@ msgstr "" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:374 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "" @@ -4692,7 +4702,7 @@ msgstr "" msgid "Failed to ignore join request" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:137 +#: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4700,14 +4710,14 @@ msgstr "" msgid "Failed to launch SMS app" msgstr "" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:401 +#: 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 "" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "Tแบฃi cuแป™c trรฒ chuyแป‡n khรดng thร nh cรดng" @@ -4753,15 +4763,20 @@ msgstr "Khรดng tแบฃi ฤ‘ฦฐแปฃc gแปฃi รฝ bแบฃng tin" msgid "Failed to load suggested follows" msgstr "Khรดng tแบฃi ฤ‘ฦฐแปฃc gแปฃi รฝ theo dรตi" -#: src/screens/Messages/ConversationSettings/index.tsx:426 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +msgid "Failed to mark all chats as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 +#: src/view/shell/bottom-bar/BottomBar.tsx:450 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" -#: src/screens/Messages/ConversationSettings/index.tsx:390 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "" @@ -4783,12 +4798,16 @@ msgstr "" msgid "Failed to remove data. {0}" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:111 +#: 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" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:258 +msgid "Failed to remove from list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "" @@ -4802,7 +4821,7 @@ msgstr "" msgid "Failed to remove verification" msgstr "ฤรฃ cรณ lแป—i xแบฃy ra khi xoรก xรกc minh" -#: src/components/intents/GroupChatJoinDialog.tsx:180 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." msgstr "" @@ -4811,7 +4830,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:648 +#: src/view/com/composer/Composer.tsx:646 msgid "Failed to save draft" msgstr "" @@ -4854,7 +4873,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "Khรดng thay ฤ‘แป•i ฤ‘ฦฐแปฃc chแบฟ ฤ‘แป™ im lแบทng thแบฃo luแบญn, vui lรฒng thแปญ lแบกi" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:435 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "" @@ -5116,16 +5135,16 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 "Theo dรตi" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "Theo dรตi {0}" @@ -5149,8 +5168,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "Theo dรตi 7 tร i khoแบฃn" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "Theo dรตi tร i khoแบฃn" @@ -5173,9 +5192,9 @@ msgstr "" #. 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:423 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "Theo dรตi lแบกi" @@ -5211,7 +5230,7 @@ msgstr "Theo dรตi bแปŸi <0>{0} vร  <1>{1}" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "Theo dรตi bแปŸi <0>{0}, <1>{1}, vร  {2, plural, other {# ngฦฐแปi khรกc}}" -#: src/components/intents/GroupChatJoinDialog.tsx:339 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" msgstr "" @@ -5231,10 +5250,10 @@ msgstr "Ngฦฐแปi theo dรตi bแบกn biแบฟt" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 "ฤang theo dรตi" @@ -5249,7 +5268,7 @@ msgstr "ฤang theo dรตi" #. 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 "ฤang theo dรตi {0}" @@ -5467,7 +5486,7 @@ msgstr "Bแบฏt ฤ‘แบงu" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2603 msgid "GIF uploaded" msgstr "" @@ -5526,8 +5545,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "Vแป trang chแปง" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "" @@ -5538,8 +5557,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "" @@ -5547,7 +5566,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 "ฤi ฤ‘แบฟn hแป“ sฦก cแปงa {firstAuthorName}" @@ -5622,9 +5641,9 @@ msgstr "" msgid "Grooming or predatory behavior" msgstr "" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:321 -#: src/screens/Messages/JoinRequest.tsx:129 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" msgstr "" @@ -5632,17 +5651,17 @@ msgstr "" msgid "Group chat invite link dialog" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:417 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:382 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "" @@ -5653,12 +5672,12 @@ msgid "Group chat settings" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:385 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "" @@ -5682,12 +5701,12 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "" @@ -5829,7 +5848,7 @@ msgstr "Danh sรกch แบฉn" msgid "Hide" msgstr "แบจn" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "แบจn" @@ -5904,7 +5923,7 @@ msgstr "แบจn chแปง ฤ‘แป nแป•i trแป™i?" msgid "Hide trending videos?" msgstr "แบจn video nแป•i trแป™i?" -#: src/view/com/notifications/NotificationFeedItem.tsx:951 +#: src/view/com/notifications/NotificationFeedItem.tsx:957 msgid "Hide user list" msgstr "แบจn danh sรกch ngฦฐแปi dรนng" @@ -5960,7 +5979,7 @@ msgstr "Chแป nhรฉ! Chรบng tรดi ฤ‘ang dแบงn dแบงn cแบฅp quyแปn truy cแบญp video #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6210,7 +6229,7 @@ msgstr "" msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "" @@ -6268,7 +6287,7 @@ msgstr "" msgid "Invalid 2FA confirmation code." msgstr "Mรฃ xรกc nhแบญn 2FA khรดng hแปฃp lแป‡" -#: src/components/intents/GroupChatJoinDialog.tsx:147 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." msgstr "" @@ -6290,7 +6309,7 @@ msgstr "" msgid "Invalid report subject" msgstr "Tiรชu ฤ‘แป bรกo cรกo khรดng hแปฃp lแป‡" -#: src/components/intents/GroupChatJoinDialog.tsx:187 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." msgstr "" @@ -6315,15 +6334,15 @@ 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:140 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:155 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6336,17 +6355,17 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:335 #: src/screens/Messages/components/InviteLinkDialog.tsx:514 #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 -#: src/screens/Messages/ConversationSettings/index.tsx:556 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:213 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" msgstr "" @@ -6410,7 +6429,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:2520 +#: src/view/com/composer/Composer.tsx:2518 msgid "Job ID: {0}" msgstr "ID cรดng viแป‡c: {0}" @@ -6420,7 +6439,7 @@ msgid "Jobs" msgstr "Cรดng viแป‡c" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:282 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" msgstr "" @@ -6431,12 +6450,12 @@ msgstr "" msgid "Join Bluesky" msgstr "Tham gia Bluesky" -#: src/components/intents/GroupChatJoinDialog.tsx:71 -#: src/components/intents/GroupChatJoinDialog.tsx:448 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:176 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." msgstr "" @@ -6450,8 +6469,8 @@ msgstr "Tham gia trรฒ chuyแป‡n" msgid "Journalism" msgstr "Bรกo chรญ" -#: src/view/com/composer/Composer.tsx:1461 -#: src/view/com/composer/Composer.tsx:1471 +#: src/view/com/composer/Composer.tsx:1459 +#: src/view/com/composer/Composer.tsx:1469 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6609,7 +6628,7 @@ msgid "Learn more." msgstr "Tรฌm hiแปƒu thรชm." #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:590 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "Rแปi ฤ‘i" @@ -6623,8 +6642,8 @@ msgstr "Rแปi ฤ‘i" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "Rแปi chat" @@ -6644,12 +6663,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "Rแปi ฤ‘แป‘i thoแบกi" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:589 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "" @@ -6658,11 +6677,11 @@ msgstr "" msgid "Leaving Bluesky" msgstr "Rแปi Bluesky" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: src/screens/Messages/ConversationSettings/prompts.tsx:153 msgid "Leaving this chat will lock it permanently and you wonโ€™t be able to rejoin." msgstr "" -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." msgstr "" @@ -6935,9 +6954,9 @@ 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:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "" @@ -6954,23 +6973,23 @@ msgstr "" msgid "Loading..." msgstr "ฤang tแบฃi..." -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:568 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "" @@ -7051,6 +7070,16 @@ msgstr "Quแบฃn lรฝ tแปซ cแบฅm vร  thแบป" 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 +msgid "Mark all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:467 +#: src/view/shell/bottom-bar/BottomBar.tsx:471 +msgid "Mark all requests as read" +msgstr "" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7089,14 @@ msgstr "ฤรกnh dแบฅu ฤ‘รฃ ฤ‘แปc" msgid "Marked all as read" msgstr "ฤรฃ ฤ‘รกnh dแบฅu tแบฅt cแบฃ lร  ฤ‘รฃ ฤ‘แปc" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,7 +7120,7 @@ msgstr "" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Phฦฐฦกng tiแป‡n cรณ thแปƒ gรขy phแบฃn cแบฃm cho mแป™t sแป‘ khรกn giแบฃ." -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." msgstr "" @@ -7092,7 +7129,7 @@ msgstr "" msgid "Members" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "" @@ -7111,13 +7148,13 @@ msgstr "Nhแบฏc ฤ‘แบฟn" msgid "Menu" msgstr "Trรฌnh ฤ‘ฦกn" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 +#: 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" @@ -7132,7 +7169,7 @@ msgstr "Tin nhแบฏn {0}" msgid "Message {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "ฤรฃ xรณa tin nhแบฏn" @@ -7141,13 +7178,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "ฤรฃ xรณa tin nhแบฏn" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:616 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "Tin nhแบฏn tแปซ @{0}: {1}" @@ -7156,21 +7193,21 @@ 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:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "Trฦฐแปng nhแบญp tin nhแบฏn" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "Tuแปณ chแปn tin nhแบฏn" @@ -7178,11 +7215,11 @@ msgstr "Tuแปณ chแปn tin nhแบฏn" msgid "Messages" msgstr "Tin nhแบฏn" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:715 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:621 +#: src/components/dms/MessageItem.tsx:710 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7219,8 +7256,8 @@ msgstr "Chi tiแบฟt kiแปƒm duyแป‡t" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "Danh sรกch kiแปƒm duyแป‡t bแปŸi {0}" @@ -7228,7 +7265,7 @@ msgstr "Danh sรกch kiแปƒm duyแป‡t bแปŸi {0}" msgid "Moderation list by <0/>" msgstr "Danh sรกch kiแปƒm duyแป‡t bแปŸi <0/>" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "Danh sรกch kiแปƒm duyแป‡t bแปŸi bแบกn" @@ -7281,8 +7318,8 @@ msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "Lแปฑa chแปn khรกc" @@ -7302,7 +7339,7 @@ msgstr "Phim แบฃnh" msgid "Music" msgstr "ร‚m nhแบกc" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "Tแบฏt tiแบฟng" @@ -7320,8 +7357,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "แบจn tร i khoแบฃn" @@ -7347,7 +7384,7 @@ msgstr "Danh sรกch แบฉn" msgid "Mute these accounts?" msgstr "แบจn cรกc tร i khoแบฃn nร y?" -#: src/screens/Messages/ConversationSettings/index.tsx:530 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "" @@ -7389,7 +7426,7 @@ msgstr "แบจn tแปซ & thแบป" msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "" @@ -7480,7 +7517,7 @@ 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:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "Tแบกo mแป›i" @@ -7490,21 +7527,21 @@ msgctxt "action" msgid "New" msgstr "Tแบกo mแป›i" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: 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:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "Chat mแป›i" @@ -7592,11 +7629,11 @@ msgctxt "action" msgid "New post" msgstr "Bร i ฤ‘ฤƒng mแป›i" -#: 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 "" @@ -7718,7 +7755,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 "Khรดng cรฒn theo dรตi {0}" @@ -7726,7 +7763,7 @@ msgstr "Khรดng cรฒn theo dรตi {0}" msgid "No media yet" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "Chฦฐa cรณ tin nhแบฏn nร o" @@ -7763,7 +7800,7 @@ msgstr "" msgid "No one but the author can quote this post." msgstr "Khรดng ai ngoร i tรกc giแบฃ cรณ thแปƒ trรญch dแบซn bร i ฤ‘ฤƒng nร y." -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "" @@ -7831,6 +7868,11 @@ 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" @@ -7895,7 +7937,7 @@ msgstr "Khรดng tรฌm thแบฅy" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "Chรบ รฝ vแป viแป‡c chia sแบป" @@ -7931,7 +7973,7 @@ msgstr "ร‚m thanh thรดng bรกo" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8017,7 @@ msgstr "OK" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:722 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8008,11 +8050,11 @@ 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:862 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:861 +#: src/view/com/composer/Composer.tsx:859 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แบฟ." @@ -8024,11 +8066,11 @@ msgstr "" 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:657 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:869 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แบฟ" @@ -8041,7 +8083,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:234 +#: src/view/com/composer/Composer.tsx:233 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8053,7 +8095,7 @@ msgstr "" msgid "Only admins can ignore join requests." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:145 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." msgstr "" @@ -8068,12 +8110,12 @@ msgid "Only image files are supported" msgstr "Chแป‰ hแป— trแปฃ tแป‡p hรฌnh แบฃnh" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:222 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:292 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" msgstr "" @@ -8107,7 +8149,7 @@ msgid "Open camera" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:437 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" msgstr "" @@ -8115,8 +8157,8 @@ msgstr "" msgid "Open chat member options for {displayName}" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "MแปŸ tรนy chแปn hแป™i thoแบกi" @@ -8128,9 +8170,9 @@ msgstr "" msgid "Open drawer menu" msgstr "MแปŸ trรฌnh ฤ‘ฦกn" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2158 msgid "Open emoji picker" msgstr "MแปŸ trรฌnh chแปn biแปƒu tฦฐแปฃng cแบฃm xรบc" @@ -8151,7 +8193,7 @@ msgstr "MแปŸ danh sรกch emoji ฤ‘แบงy ฤ‘แปง" msgid "Open Germ DM" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" msgstr "" @@ -8166,11 +8208,11 @@ msgid "Open in Google Translate" msgstr "" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "MแปŸ liรชn kแบฟt ฤ‘แบฟn {niceUrl}" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "MแปŸ tรนy chแปn tin nhแบฏn" @@ -8221,7 +8263,7 @@ msgstr "MแปŸ trang storybook" msgid "Open system log" msgstr "MแปŸ log hแป‡ thแป‘ng" -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" msgstr "" @@ -8275,13 +8317,13 @@ msgstr "" msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" -#: src/screens/Messages/JoinRequest.tsx:309 +#: 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 "MแปŸ quy trรฌnh tแบกo tร i khoแบฃn Bluesky mแป›i" -#: src/screens/Messages/JoinRequest.tsx:295 +#: 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" @@ -8341,7 +8383,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 "MแปŸ hแป“ sฦก nร y" @@ -8513,6 +8555,16 @@ msgstr "Ngฦฐแปi ฤ‘ang theo dรตi @{0}" msgid "People I follow" msgstr "" +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "" @@ -8813,7 +8865,7 @@ msgstr "Chรญnh trแป‹" msgid "Porn" msgstr "Hรฌnh แบฃnh khiรชu dรขm" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post" msgstr "ฤฤƒng" @@ -8833,12 +8885,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Post All" msgstr "ฤฤƒng tแบฅt cแบฃ" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1468 msgid "Post anyway" msgstr "" @@ -9015,11 +9067,11 @@ msgstr "Chรญnh sรกch bแบฃo mแบญt" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2592 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing video..." msgstr "ฤang xแปญ lรฝ video..." @@ -9031,7 +9083,7 @@ msgstr "ฤang xแปญ lรฝ..." msgid "profile" msgstr "hแป“ sฦก" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9117,22 @@ 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:1792 +#: src/view/com/composer/Composer.tsx:1790 msgid "Publish post" msgstr "ฤฤƒng bร i" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1787 +#: src/view/com/composer/Composer.tsx:1785 msgid "Publish posts" msgstr "ฤฤƒng bร i" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1776 +#: src/view/com/composer/Composer.tsx:1774 msgid "Publish replies" msgstr "ฤฤƒng trแบฃ lแปi" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1781 +#: src/view/com/composer/Composer.tsx:1779 msgid "Publish reply" msgstr "ฤฤƒng trแบฃ lแปi" @@ -9109,7 +9161,7 @@ msgid "QR code has been downloaded!" msgstr "ฤรฃ tแบฃi mรฃ QR!" #: src/components/StarterPack/QrCodeDialog.tsx:122 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "ฤรฃ lฦฐu mรฃ QR vร o camera roll!" @@ -9172,8 +9224,8 @@ msgstr "" msgid "React with {emoji}" msgstr "Bร y tแป cแบฃm xรบc vแป›i {emoji}" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "" @@ -9268,10 +9320,6 @@ msgstr "ฤแป xuแบฅt" msgid "Reconnect" msgstr "Kแบฟt nแป‘i lแบกi" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "" - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" @@ -9291,12 +9339,14 @@ msgstr "Tแปซ chแป‘i yรชu cแบงu trรฒ chuyแป‡n" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "Tแบฃi lแบกi hแป™i thoแบกi" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9355,9 @@ msgstr "Tแบฃi lแบกi hแป™i thoแบกi" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "Xรณa" @@ -9326,7 +9375,7 @@ msgstr "Xรณa {displayName} khแปi gรณi khแปŸi ฤ‘แบงu" msgid "Remove {displayName} from this group chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" msgstr "" @@ -9443,14 +9492,14 @@ msgstr "Xรณa bแบฃng tin nร y khแปi bแบฃng tin ฤ‘รฃ lฦฐu cแปงa bแบกn" msgid "Remove unavailable moderation services" msgstr "" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "Xoรก tร i khoแบฃn khแปi danh sรกch" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "Xoรก xรกc minh" @@ -9466,8 +9515,8 @@ msgstr "Xรณa bแปŸi tรกc giแบฃ" msgid "Removed by you" msgstr "Xรณa bแปŸi bแบกn" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "ฤรฃ xรณa khแปi danh sรกch" @@ -9535,6 +9584,14 @@ msgctxt "description" msgid "Replied to you" msgstr "" +#: src/components/dms/MessageItem.tsx:883 +msgid "Replied-to message from {senderName}, tap to scroll to it" +msgstr "" + +#: src/components/dms/MessageItem.tsx:884 +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 @@ -9552,7 +9609,12 @@ msgstr "Trแบฃ lแปi ฤ‘รฃ bแป‹ tแบฏt" msgid "Replies to this post are disabled." msgstr "Trแบฃ lแปi cho bร i ฤ‘ฤƒng nร y ฤ‘รฃ bแป‹ tแบฏt." -#: src/view/com/composer/Composer.tsx:1804 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "Trแบฃ lแปi" + +#: src/view/com/composer/Composer.tsx:1802 msgctxt "action" msgid "Reply" msgstr "Trแบฃ lแปi" @@ -9590,14 +9652,14 @@ 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:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:582 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "Bรกo cรกo" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "Bรกo cรกo tร i khoแบฃn" @@ -9623,7 +9685,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:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "Bรกo cรกo tin nhแบฏn" @@ -9657,7 +9719,7 @@ msgstr "" msgid "Report this feed" msgstr "Bรกo cรกo bแบฃng tin nร y" -#: src/screens/Messages/ConversationSettings/index.tsx:581 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "" @@ -9737,7 +9799,7 @@ msgstr "Lฦฐแปฃt ฤ‘ฤƒng lแบกi cแปงa bร i ฤ‘ฤƒng nร y" msgid "Reposts of your reposts" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:447 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" msgstr "" @@ -9755,7 +9817,7 @@ msgid "Request ignored." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:281 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" msgstr "" @@ -9764,7 +9826,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "" @@ -9791,9 +9853,9 @@ msgstr "Bแบฏt buแป™c ฤ‘แป‘i vแป›i nhร  quแบฃn lรฝ nร y" msgid "Required in your region" msgstr "Bแบฏt buแป™c ฤ‘แป‘i vแป›i khu vแปฑc cแปงa bแบกn" -#: src/components/intents/GroupChatJoinDialog.tsx:296 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:310 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:115 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:117 msgid "Rescind request" msgstr "" @@ -9872,7 +9934,7 @@ 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:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 #: src/screens/Messages/JoinRequests.tsx:361 @@ -9928,7 +9990,7 @@ msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10015,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:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Lฦฐu thay ฤ‘แป•i" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1421 #: 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:1449 #: 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:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10022,13 +10084,13 @@ msgid "Saved to your feeds" msgstr "ฤรฃ lฦฐu vร o bแบฃng tin cแปงa bแบกn" #: 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 "Gแปญi lแปi chร o!" -#: src/screens/Messages/ChatList.tsx:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "" @@ -10058,6 +10120,10 @@ msgstr "" msgid "Scroll right" msgstr "" +#: src/components/dms/MessageItem.tsx:774 +msgid "Scroll to the message this is replying to" +msgstr "" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "Cuแป™n ฤ‘แบฟn ฤ‘แบงu trang" @@ -10067,7 +10133,7 @@ msgstr "Cuแป™n ฤ‘แบฟn ฤ‘แบงu trang" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Tรฌm kiแบฟm" @@ -10148,8 +10214,8 @@ msgstr "" msgid "Search my posts" msgstr "Tรฌm kiแบฟm bร i ฤ‘ฤƒng cแปงa tรดi" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "Tรฌm kiแบฟm bร i ฤ‘ฤƒng" @@ -10425,8 +10491,8 @@ msgstr "" msgid "Send feedback" msgstr "Gแปญi phแบฃn hแป“i" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "Gแปญi tin nhแบฏn" @@ -10460,7 +10526,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:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "" @@ -10565,7 +10631,7 @@ msgstr "Hร nh vi gแปฃi dแปฅc hoแบทc khแปa thรขn khiรชu dรขm." msgid "Sexually Suggestive" msgstr "Khiรชu dรขm" -#: 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 @@ -10577,7 +10643,7 @@ msgstr "Khiรชu dรขm" msgid "Share" msgstr "Chia sแบป" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "Vแบซn chia sแบป" @@ -10641,8 +10707,8 @@ msgstr "Chia sแบป gรณi khแปŸi ฤ‘แบงu nร y vร  giรบp mแปi ngฦฐแปi tham gia cแป™ #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "" @@ -10796,15 +10862,15 @@ msgstr "Hiแปƒn thแป‹ nแป™i dung" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:294 -#: src/screens/Messages/JoinRequest.tsx:300 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,7 +10896,7 @@ msgstr "ฤฤƒng nhแบญp hoแบทc ฤ‘ฤƒng kรฝ tร i khoแบฃn" msgid "Sign in or create your account to join the conversation!" msgstr "ฤฤƒng nhแบญp hoแบทc tแบกo tร i khoแบฃn ฤ‘แปƒ tham gia cuแป™c trรฒ chuyแป‡n!" -#: src/screens/Messages/JoinRequest.tsx:220 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." msgstr "" @@ -10842,7 +10908,7 @@ msgstr "ฤฤƒng nhแบญp vร o tแบฃi khoแบฃn chฦฐa ฤ‘ฦฐแปฃc liแป‡t kรช" msgid "Sign in to Bluesky or create a new account" msgstr "ฤฤƒng nhแบญp vร o Bluesky hoแบทc tแบกo tร i khoแบฃn mแป›i" -#: src/screens/Messages/JoinRequest.tsx:219 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." msgstr "" @@ -10900,7 +10966,7 @@ msgstr "Bแป qua" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1466 msgid "Skip empty posts?" msgstr "" @@ -10971,12 +11037,12 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:347 msgid "Someone reacted {0}" msgstr "Ai ฤ‘รณ ฤ‘รฃ bร y tแป cแบฃm xรบc {0}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "" @@ -10996,10 +11062,6 @@ msgstr "" msgid "Someone was removed from the group" msgstr "" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "" - #: 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 "Cรณ ฤ‘iแปu gรฌ ฤ‘รณ khรดng ฤ‘รบng vแป›i dแปฏ liแป‡u bแบกn ฤ‘ang cแป‘ gแบฏng bรกo cรกo. Vui lรฒng liรชn hแป‡ bแป™ phแบญn hแป— trแปฃ." @@ -11043,8 +11105,8 @@ msgstr "Cรณ gรฌ khรดng ฤ‘รบng? Hรฃy cho chรบng tรดi biแบฟt." 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 "Sแปญ dแปฅng ฤ‘แปƒ ฤ‘ฤƒng nhแบญp vร o แปฉng dแปฅng khรกc cรนng vแป›i tรชn ngฦฐแปi d...รนng cแปงa bแบกn." @@ -11214,13 +11276,13 @@ msgid "Subscribe" msgstr "ฤฤƒng kรฝ" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "" @@ -11255,7 +11317,7 @@ msgstr "" msgid "Success!" msgstr "Thร nh cรดng!" -#: src/components/intents/GroupChatJoinDialog.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" msgstr "" @@ -11355,7 +11417,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:572 +#: src/components/dms/MessageItem.tsx:661 msgid "Tap for details" msgstr "" @@ -11390,7 +11452,7 @@ msgid "Tap to dismiss" msgstr "Nhแบฅn ฤ‘แปƒ bแป qua" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:453 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" msgstr "" @@ -11398,34 +11460,34 @@ msgstr "" msgid "Tap to open this group chat" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:452 +#: src/components/intents/GroupChatJoinDialog.tsx:468 msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:537 +#: src/components/dms/MessageItem.tsx:626 msgid "Tap to retry" msgstr "" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:373 msgid "Tap to view reactions" msgstr "" @@ -11528,7 +11590,7 @@ msgstr "Hแบฟt bแบฃng tin video!" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "Tร i khoแบฃn cรณ thแปƒ tฦฐฦกng tรกc vแป›i bแบกn sau khi bแป chแบทn." @@ -11594,7 +11656,7 @@ msgstr "Cรกc cร i ฤ‘แบทt sau sแบฝ ฤ‘ฦฐแปฃc sแปญ dแปฅng lร m mแบทc ฤ‘แป‹nh khi b msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:155 +#: src/components/intents/GroupChatJoinDialog.tsx:165 #: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." msgstr "" @@ -11621,7 +11683,7 @@ msgstr "Mรกy chแปง cรณ vแบป ฤ‘ang cรณ vแบฅn ฤ‘แป. Vui lรฒng thแปญ lแบกi sau รญt msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "Gรณi khแปŸi ฤ‘แบงu bแบกn ฤ‘ang xem lร  khรดng hแปฃp lแป‡. Bแบกn cรณ thแปƒ xรณa gรณi khแปŸi ฤ‘แบงu nร y." -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "Tiรชu ฤ‘แป cแปงa menu tuแปณ chแปn" @@ -11665,8 +11727,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "" #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:182 +#: 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 "" @@ -11693,7 +11755,7 @@ msgstr "Cรณ vแบฅn ฤ‘แป khi tแบฃi thรดng bรกo. Nhแบฅn vร o ฤ‘รขy ฤ‘แปƒ thแปญ l msgid "There was an issue fetching posts. Tap here to try again." msgstr "Cรณ vแบฅn ฤ‘แป khi tแบฃi bร i ฤ‘ฤƒng. Nhแบฅn vร o ฤ‘รขy ฤ‘แปƒ thแปญ lแบกi." -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "Cรณ vแบฅn ฤ‘แป khi tแบฃi danh sรกch. Nhแบฅn vร o ฤ‘รขy ฤ‘แปƒ thแปญ lแบกi." @@ -11733,12 +11795,12 @@ msgstr "Cรณ vแบฅn ฤ‘แป cแบญp nhแบญt bแบฃng tin cแปงa bแบกn, vui lรฒng kiแปƒm tr #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "ฤรฃ xแบฃy ra vแบฅn ฤ‘แป! {0}" @@ -11778,7 +11840,7 @@ msgstr "Cรกc cร i ฤ‘แบทt nร y chแป‰ รกp dแปฅng cho bแบฃng tin Following." msgid "They own this chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." msgstr "" @@ -11828,22 +11890,22 @@ msgstr "" 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 "" -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:287 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:430 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" msgstr "" @@ -11881,7 +11943,7 @@ msgstr "Nแป™i dung nร y khรดng cรณ hiแป‡u lแปฑc vรฌ mแป™t trong sแป‘ ngฦฐแปi d msgid "This content is not viewable without a Bluesky account." msgstr "Khรดng thแปƒ xem nแป™i dung nร y nแบฟu khรดng cรณ tร i khoแบฃn Bluesky." -#: src/components/intents/GroupChatJoinDialog.tsx:141 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." msgstr "" @@ -11931,7 +11993,7 @@ msgstr "Bแบฃng tin nร y ฤ‘ang trแป‘ng." msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "Bแบฃng tin nร y khรดng cรฒn trแปฑc tuyแบฟn. Chรบng tรดi ฤ‘ang hiแปƒn thแป‹ <0>Khรกm phรก thay thแบฟ." -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" msgstr "" @@ -11947,11 +12009,11 @@ msgstr "" msgid "This information is private and not shared with other users." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:151 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:223 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" msgstr "" @@ -11997,17 +12059,17 @@ msgstr "Danh sรกch nร y cแปงa bแบกn tแบกo cรณ thแปƒ chแปฉa vi phแบกm nguyรชn t msgid "This list is empty." msgstr "Danh sรกch nร y ฤ‘ang trแป‘ng." -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:688 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:658 +#: src/components/dms/MessageItem.tsx:684 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12045,11 +12107,11 @@ 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:1043 +#: src/view/com/composer/Composer.tsx:1041 msgid "This post's author has disabled quote posts." msgstr "Tรกc giแบฃ bร i ฤ‘ฤƒng nร y ฤ‘รฃ tแบฏt chแปฉc nฤƒng trรญch dแบซn bร i ฤ‘ฤƒng." -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "Chแป‰ nhแปฏng ngฦฐแปi dรนng ฤ‘รฃ ฤ‘ฤƒng nhแบญp mแป›i xem ฤ‘ฦฐแปฃc hแป“ sฦก ngฦฐแปi dรนng nร y. Ngฦฐแปi chฦฐa ฤ‘ฤƒng nhแบญp sแบฝ khรดng thแปƒ xem ฤ‘ฦฐแปฃc." @@ -12242,8 +12304,8 @@ msgstr "" msgid "Topic" msgstr "Chแปง ฤ‘แป" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,7 +12375,7 @@ msgctxt "action" msgid "Try again" msgstr "Thแปญ lแบกi" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." msgstr "" @@ -12335,7 +12397,7 @@ msgstr "TV" msgid "Two-factor authentication (2FA)" msgstr "Xรกc thแปฑc hai bฦฐแป›c (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "Gรต tin nhแบฏn cแปงa bแบกn แปŸ ฤ‘รขy" @@ -12401,7 +12463,7 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:726 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12409,14 +12471,14 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:211 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "Bแป chแบทn" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "Bแป chแบทn" @@ -12427,8 +12489,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "Bแป chแบทn tร i khoแบฃn" @@ -12437,7 +12499,7 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "Bแป chแบทn tร i khoแบฃn" @@ -12474,12 +12536,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Huแปท ฤ‘ฤƒng lแบกi ({0, plural, other {# ฤ‘ฤƒng lแบกi}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "Bแป theo dรตi {0}" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "Bแป theo dรตi tร i khoแบฃn" @@ -12521,11 +12583,11 @@ msgstr "Bแป thรญch" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Bแป thรญch ({0, plural, other {# lฦฐแปฃt thรญch}})" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:567 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "" @@ -12548,8 +12610,8 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "Bแป แบฉn tร i khoแบฃn" @@ -12562,7 +12624,7 @@ msgstr "Bแบญt lแบกi thรดng bรกo cho hแป™i thoแบกi" msgid "Unmute list" msgstr "Bแป แบฉn danh sรกch" -#: src/screens/Messages/ConversationSettings/index.tsx:529 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "" @@ -12641,7 +12703,7 @@ msgstr "ฤรฃ bแป ฤ‘ฤƒng kรฝ danh sรกch" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1557 +#: src/view/com/composer/Composer.tsx:1555 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -12654,12 +12716,9 @@ msgstr "" msgid "Update" msgstr "Cแบญp nhแบญt" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "Cแบญp nhแบญt <0>{displayName} trong danh sรกch" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" msgstr "" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 @@ -12669,6 +12728,10 @@ msgstr "" msgid "Update email" msgstr "" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 #: src/screens/Messages/components/InviteLinkDialog.tsx:303 @@ -12680,14 +12743,6 @@ msgstr "" msgid "Update to {domain}" msgstr "Cแบญp nhแบญt thร nh {domain}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "" - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "" @@ -12736,7 +12791,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:2587 +#: src/view/com/composer/Composer.tsx:2585 msgid "Uploading GIF..." msgstr "" @@ -12750,7 +12805,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:2589 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading video..." msgstr "ฤang tแบฃi lรชn video..." @@ -12826,7 +12881,7 @@ msgid "User Blocks You" msgstr "Ngฦฐแปi dรนng chแบทn bแบกn" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "Danh sรกch ngฦฐแปi dรนng cแปงa {0}" @@ -12835,7 +12890,7 @@ msgstr "Danh sรกch ngฦฐแปi dรนng cแปงa {0}" msgid "User List by {0}" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "Danh sรกch ngฦฐแปi cแปงa bแบกn" @@ -12875,16 +12930,6 @@ msgstr "ngฦฐแปi dรนng theo dรตi bแปŸi <0>@{0}" msgid "users following <0>@{0}" msgstr "ngฦฐแปi dรนng theo dรตi <0>@{0}" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "Giรก trแป‹:" @@ -12912,8 +12957,8 @@ msgstr "Xรกc minh bแปŸi:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "Xรกc minh tร i khoแบฃn" @@ -13039,7 +13084,7 @@ msgstr "Khรดng tรฌm thแบฅy video." msgid "Video settings" msgstr "Cร i ฤ‘แบทt video" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2605 msgid "Video uploaded" msgstr "ฤรฃ tแบฃi lรชn video" @@ -13056,14 +13101,14 @@ msgstr "Video" msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1150 +#: src/view/com/composer/Composer.tsx:1148 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "" @@ -13078,7 +13123,7 @@ msgstr "Xem hรฌnh ฤ‘แบกi diแป‡n cแปงa {0}" #: 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 "Xem hแป“ sฦก cแปงa {0}" @@ -13092,7 +13137,7 @@ msgstr "" msgid "View {displayName}โ€™s profile" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "" @@ -13145,7 +13190,7 @@ msgstr "Xem thรชm" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1143 msgid "View post" msgstr "" @@ -13162,10 +13207,10 @@ msgstr "Xem hแป“ sฦก" msgid "View profile banner" msgstr "" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "" @@ -13173,7 +13218,7 @@ msgstr "" msgid "View the avatar" msgstr "Xem hรฌnh ฤ‘แบกi diแป‡n" -#: src/screens/Messages/ConversationSettings/index.tsx:554 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "" @@ -13441,7 +13486,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:1039 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." @@ -13492,7 +13537,7 @@ 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รฌ?" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1519 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Cรณ gรฌ mแป›i?" @@ -13519,7 +13564,7 @@ msgid "Who can verify?" msgstr "Ai cรณ thแปƒ xรกc minh?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "ร”i khรดng!" @@ -13578,7 +13623,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:1437 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13587,12 +13632,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1617 +#: src/view/com/composer/Composer.tsx:1615 msgid "Write post" msgstr "Soแบกn bร i ฤ‘ฤƒng" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1517 msgid "Write your reply" msgstr "Soแบกn trแบฃ lแปi" @@ -13658,7 +13703,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:610 +#: src/components/dms/MessageItem.tsx:699 msgid "You are blocking {0}" msgstr "" @@ -13764,11 +13809,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:221 +#: src/view/com/composer/Composer.tsx:220 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:1442 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13803,8 +13848,8 @@ msgstr "" 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:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:115 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13839,7 +13884,7 @@ msgstr "Bแบกn khรดng cรณ bแบฃng tin nร o ฤ‘ฦฐแปฃc lฦฐu." msgid "You got here first" msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:166 +#: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and canโ€™t join it using this link." msgstr "" @@ -13884,6 +13929,7 @@ msgstr "Bแบกn ฤ‘รฃ แบฉn tร i khoแบฃn nร y." msgid "You have muted this user" msgstr "Bแบกn ฤ‘รฃ แบฉn ngฦฐแปi dรนng nร y." +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "Bแบกn chฦฐa cรณ danh sรกch nร o." @@ -13912,7 +13958,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:1434 +#: src/view/com/composer/Composer.tsx:1432 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -13970,7 +14016,7 @@ msgstr "Bแบกn chแป‰ cรณ thแปƒ thรชm tแป‘i ฤ‘a {STARTER_PACK_MAX_SIZE, plural, ot msgid "You may only add up to 3 feeds" msgstr "Bแบกn chแป‰ cรณ thแปƒ thรชm tแป‘i ฤ‘a 3 bแบฃng tin" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." msgstr "" @@ -13983,7 +14029,7 @@ msgid "You must be following at least seven other people to generate a starter p msgstr "Bแบกn phแบฃi theo dรตi รญt nhแบฅt bแบฃy ngฦฐแปi khรกc ฤ‘แปƒ tแบกo gรณi khแปŸi ฤ‘แบงu." #: src/components/StarterPack/QrCodeDialog.tsx:69 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:89 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" @@ -14009,12 +14055,12 @@ 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:259 +#: src/components/dms/MessageItem.tsx:340 msgid "You reacted {0}" msgstr "Bแบกn ฤ‘รฃ bร y tแป cแบฃm xรบc {0}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "" @@ -14023,8 +14069,20 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" +#: src/components/dms/MessageItem.tsx:804 +msgid "You replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:802 +msgid "You replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:800 +msgid "You replied to yourself" +msgstr "" + #. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 msgid "You requested to join" msgstr "" @@ -14050,12 +14108,12 @@ msgstr "Bแบกn sแบฝ bแบฏt ฤ‘แบงu nhแบญn thรดng bรกo cho thแบฃo luแบญn nร y" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "Bแบกn sแบฝ nhแบญn email vแป›i mรฃ \"khรดi phแปฅc\". Nhแบญp mรฃ ฤ‘รณ แปŸ ฤ‘รขy, sau ฤ‘รณ nhแบญp mแบญt khแบฉu mแป›i cแปงa bแบกn." -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "" #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "" @@ -14127,7 +14185,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:646 +#: src/view/com/composer/Composer.tsx:644 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14199,11 +14257,11 @@ msgstr "Chat cแปงa bแบกn ฤ‘รฃ bแป‹ vรด hiแป‡u hรณa" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "Lแปฑa chแปn cแปงa bแบกn sแบฝ ฤ‘ฦฐแปฃc ghi nhแป› cho cรกc liรชn kแบฟt tแป›i. Bแบกn cรณ thแปƒ thay ฤ‘แป•i bแบฅt cแปฉ lรบc nร o trong cร i ฤ‘แบทt." -#: src/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 "" @@ -14295,11 +14353,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:1141 +#: src/view/com/composer/Composer.tsx:1139 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1136 msgid "Your posts were sent" msgstr "" @@ -14320,7 +14378,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:1140 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your reply was sent" msgstr "" @@ -14333,7 +14391,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:1469 +#: src/view/com/composer/Composer.tsx:1467 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 346d7bd60b..91f8047533 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-10 21:06\n" +"PO-Revision-Date: 2026-06-17 12:23\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -23,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "โ€œ{interestsDisplayName}โ€็ฑปๅˆซ๏ผˆๅทฒ้€‰ไธญ๏ผ‰" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:867 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" -msgstr "" +msgstr "๏ผˆๅฏน่ฏ้‚€่ฏท้“พๆŽฅ๏ผ‰" -#: src/components/dms/getMessageInfo.ts:73 +#: src/components/dms/getMessageInfo.ts:105 +#: src/components/dms/MessageItem.tsx:869 +#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "๏ผˆๅŒ…ๅซๅตŒๅ…ฅๅ†…ๅฎน๏ผ‰" @@ -75,7 +79,7 @@ msgstr "่ฏฅๅ†…ๅฎนๆœ‰ {0, plural, one {# ไธชๆ ‡่ฎฐ} other {# ไธชๆ ‡่ฎฐ}}" msgid "{0, plural, one {# like} other {# likes}}" msgstr "{0, plural, one {# ๆฌกๅ–œๆฌข} other {# ๆฌกๅ–œๆฌข}}" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "{0, plural,one {# ไธชๆˆๅ‘˜}other {# ไธชๆˆๅ‘˜}}" @@ -97,7 +101,7 @@ msgstr "{0, plural, one {# ๆกๆ–ฐ็š„ๅŠ ๅ…ฅ็”ณ่ฏท} other {# ๆกๆ–ฐ็š„ๅŠ ๅ…ฅ็”ณ่ฏท #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:269 +#: src/components/dms/MessageItem.tsx:350 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "{0, plural,one {# ไธชไบบ} other {# ไธชไบบ}} ๅฏนๆญคๅšๅ‡บไบ† {1} ๅๅบ”" @@ -118,15 +122,15 @@ msgstr "{0, plural, one {# ็ง’} other {# ็ง’}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "{0, plural, one {# ๆกๆœช่ฏป} other {# ๆกๆœช่ฏป}}" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "{0, plural, one {#ๅˆ†} other {#ๅˆ†}}" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "{0} ไฝๆญฃๅœจๅ…ณๆณจ" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:703 msgid "{0} is blocking you" msgstr "{0} ๅฑ่”ฝไบ†ไฝ " @@ -273,7 +277,7 @@ msgstr "ๅทฒ่พ“ๅ…ฅ {0} ไธชๅญ—็ฌฆ๏ผŒๆœ€ๅคš 50 ไธชๅญ—็ฌฆ" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:345 msgid "{0} reacted {1}" msgstr "{0} ไฝœๅ‡บไบ† {1} ๅๅบ”" @@ -326,32 +330,30 @@ msgstr "{0}็š„ๅคดๅƒ" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:143 +#: 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'. +#. placeholder {0}: joinLinkPreview.memberCount #. placeholder {0}: preview.memberCount +#. placeholder {1}: joinLinkPreview.memberLimit #. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 msgid "{0}/{1} {2, plural, one {member} other {members}}" msgstr "{0}/{1}{2, plural,one {ไธชๆˆๅ‘˜}other {ไธชๆˆๅ‘˜}}" -#. The number of active group chat members out of the total number allowed. -#. placeholder {0}: joinLinkPreview.memberCount -#. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:329 -msgid "{0}/{1} members" -msgstr "{0}/{1} ไธชๆˆๅ‘˜" - #. 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 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" -msgstr "" +msgstr "{0}/{imageCount}" #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value @@ -389,7 +391,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:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "{count, plural, one {# ๆก้‚€่ฏท} other {# ๆก้‚€่ฏท}}" @@ -397,33 +399,11 @@ msgstr "{count, plural, one {# ๆก้‚€่ฏท} other {# ๆก้‚€่ฏท}}" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "{count, plural, one {# ๆกๆœช่ฏป} other {# ๆกๆœช่ฏป}}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "{count, plural,one {ๅˆทๆ–ฐ้กต้ขไปฅๆ˜พ็คบ่ฏฅๅ†…ๅฎนใ€‚} other {ๅˆทๆ–ฐ้กต้ขไปฅๆ˜พ็คบ่ฏฅๅ†…ๅฎนใ€‚}}" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "{count, plural,one {่ฟ™ๅˆ™ๅธ–ๆ–‡ๆœ‰ # ๅผ ็…ง็‰‡ใ€‚}other {่ฟ™ๅˆ™ๅธ–ๆ–‡ๆœ‰ # ๅผ ็…ง็‰‡ใ€‚}}" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "{count, plural,one {ๆ›ดๆ–ฐๅบ”็”จไปฅๆ˜พ็คบ่ฏฅๅ†…ๅฎนใ€‚}other {ๆ›ดๆ–ฐๅบ”็”จไปฅๆ˜พ็คบ่ฏฅๅ†…ๅฎนใ€‚}}" - #. 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 "{count, plural,other {่ถ…่ฟ‡ # ๆกๅŠ ๅ…ฅ็”ณ่ฏท}}" -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "{count}+" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "่ถ…่ฟ‡ {count} ๆก้‚€่ฏท" - #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" msgstr "{date} {time}" @@ -441,155 +421,155 @@ msgstr "{estimatedTimeHrs, plural, one {ๆ—ถ} other {ๆ—ถ}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {ๅˆ†} other {ๅˆ†}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: 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} ไบบ}} ๅ…ณๆณจไบ†ไฝ " -#: 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 "{firstAuthorLink} ๅŠ<0>{additionalAuthorsCount, plural, one {ๅ…ถไป– {formattedAuthorsCount} ไบบ} other {ๅ…ถไป– {formattedAuthorsCount} ไบบ}} ๅ–œๆฌขไบ†ไฝ ็š„่‡ชๅฎšไน‰ๅŠจๆ€ๆบ" -#: 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 "{firstAuthorLink} ๅŠ<0>{additionalAuthorsCount, plural, one {ๅ…ถไป– {formattedAuthorsCount} ไบบ} other {ๅ…ถไป– {formattedAuthorsCount} ไบบ}} ๅ–œๆฌขไบ†ไฝ ็š„ๅธ–ๆ–‡" -#: 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 "{firstAuthorLink} ๅŠ<0>{additionalAuthorsCount, plural, one {ๅ…ถไป– {formattedAuthorsCount} ไบบ} other {ๅ…ถไป– {formattedAuthorsCount} ไบบ}} ๅ–œๆฌขไบ†ไฝ ่ฝฌๅ‘็š„ๅธ–ๆ–‡" -#: 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 "{firstAuthorLink} ๅŠ <0>{additionalAuthorsCount, plural, one {ๅ…ถไป– {formattedAuthorsCount} ไบบ} other {ๅ…ถไป– {formattedAuthorsCount} ไบบ}} ๆ’คๅ›žไบ†ๅฏนไฝ ่ดฆๆˆท็š„่ฎค่ฏ" -#: 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 "{firstAuthorLink} ๅŠ<0>{additionalAuthorsCount, plural, one {ๅ…ถไป– {formattedAuthorsCount} ไบบ} other {ๅ…ถไป– {formattedAuthorsCount} ไบบ}} ่ฝฌๅ‘ไบ†ไฝ ็š„ๅธ–ๆ–‡" -#: 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 "{firstAuthorLink} ๅŠ<0>{additionalAuthorsCount, plural, one {ๅ…ถไป– {formattedAuthorsCount} ไบบ} other {ๅ…ถไป– {formattedAuthorsCount} ไบบ}} ่ฝฌๅ‘ไบ†ไฝ ่ฝฌๅ‘็š„ๅธ–ๆ–‡" -#: 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 "{firstAuthorLink} ๅŠ<0>{additionalAuthorsCount, plural, one {ๅ…ถไป– {formattedAuthorsCount} ไบบ} other {ๅ…ถไป– {formattedAuthorsCount} ไบบ}} ไฝฟ็”จไบ†ไฝ ็š„ๆ–ฐๆ‰‹ๅŒ…ๆณจๅ†Œ" -#: 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 "{firstAuthorLink} ๅŠ <0>{additionalAuthorsCount, plural, one {ๅ…ถไป– {formattedAuthorsCount} ไบบ} other {ๅ…ถไป– {formattedAuthorsCount} ไบบ}} ๅฏนไฝ ๆŽˆไบˆไบ†่ฎค่ฏ" -#: src/view/com/notifications/NotificationFeedItem.tsx:367 +#: src/view/com/notifications/NotificationFeedItem.tsx:373 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} ๅ…ณๆณจไบ†ไฝ " -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} ๅ›žๅ…ณไบ†ไฝ " -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} ๅ–œๆฌขไบ†ไฝ ็š„่‡ชๅฎšไน‰ๅŠจๆ€ๆบ" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} ๅ–œๆฌขไบ†ไฝ ็š„ๅธ–ๆ–‡" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:512 msgid "{firstAuthorLink} liked your repost" msgstr "{firstAuthorLink} ๅ–œๆฌขไบ†ไฝ ่ฝฌๅ‘็š„ๅธ–ๆ–‡" -#: src/view/com/notifications/NotificationFeedItem.tsx:479 +#: src/view/com/notifications/NotificationFeedItem.tsx:485 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} ๆ’คๅ›žไบ†ๅฏนไฝ ่ดฆๆˆท็š„่ฎค่ฏ" -#: src/view/com/notifications/NotificationFeedItem.tsx:334 +#: src/view/com/notifications/NotificationFeedItem.tsx:340 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} ่ฝฌๅ‘ไบ†ไฝ ็š„ๅธ–ๆ–‡" -#: src/view/com/notifications/NotificationFeedItem.tsx:530 +#: src/view/com/notifications/NotificationFeedItem.tsx:536 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink} ่ฝฌๅ‘ไบ†ไฝ ่ฝฌๅ‘็š„ๅธ–ๆ–‡" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:431 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} ไฝฟ็”จไบ†ไฝ ็š„ๆ–ฐๆ‰‹ๅŒ…ๆณจๅ†Œ" -#: src/view/com/notifications/NotificationFeedItem.tsx:454 +#: src/view/com/notifications/NotificationFeedItem.tsx:460 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} ๅฏนไฝ ๆŽˆไบˆไบ†่ฎค่ฏ" -#: 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 "{firstAuthorName} ๅŠ{additionalAuthorsCount, plural, one {ๅ…ถไป– {formattedAuthorsCount} ไบบ} other {ๅ…ถไป– {formattedAuthorsCount} ไบบ}} ๅ…ณๆณจไบ†ไฝ " -#: 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 "{firstAuthorName} ๅŠ{additionalAuthorsCount, plural, one {ๅ…ถไป– {formattedAuthorsCount} ไบบ} other {ๅ…ถไป– {formattedAuthorsCount} ไบบ}} ๅ–œๆฌขไบ†ไฝ ็š„่‡ชๅฎšไน‰ๅŠจๆ€ๆบ" -#: 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 "{firstAuthorName} ๅŠ{additionalAuthorsCount, plural, one {ๅ…ถไป– {formattedAuthorsCount} ไบบ} other {ๅ…ถไป– {formattedAuthorsCount} ไบบ}} ๅ–œๆฌขไบ†ไฝ ็š„ๅธ–ๆ–‡" -#: 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 "{firstAuthorName} ๅŠ{additionalAuthorsCount, plural, one {ๅ…ถไป– {formattedAuthorsCount} ไบบ} other {ๅ…ถไป– {formattedAuthorsCount} ไบบ}} ๅ–œๆฌขไบ†ไฝ ่ฝฌๅ‘็š„ๅธ–ๆ–‡" -#: 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 "{firstAuthorName} ๅŠ {additionalAuthorsCount, plural, one {ๅ…ถไป– {formattedAuthorsCount} ไบบ} other {ๅ…ถไป– {formattedAuthorsCount} ไบบ}} ๆ’คๅ›žไบ†ๅฏนไฝ ่ดฆๆˆท็š„่ฎค่ฏ" -#: 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 "{firstAuthorName} ๅŠ{additionalAuthorsCount, plural, one {ๅ…ถไป– {formattedAuthorsCount} ไบบ} other {ๅ…ถไป– {formattedAuthorsCount} ไบบ}} ่ฝฌๅ‘ไบ†ไฝ ็š„ๅธ–ๆ–‡" -#: 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 "{firstAuthorName} ๅŠ{additionalAuthorsCount, plural, one {ๅ…ถไป– {formattedAuthorsCount} ไบบ} other {ๅ…ถไป– {formattedAuthorsCount} ไบบ}} ่ฝฌๅ‘ไบ†ไฝ ่ฝฌๅ‘็š„ๅธ–ๆ–‡" -#: 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 "{firstAuthorName} ๅŠ{additionalAuthorsCount, plural, one {ๅ…ถไป– {formattedAuthorsCount} ไบบ} other {ๅ…ถไป– {formattedAuthorsCount} ไบบ}} ไฝฟ็”จไบ†ไฝ ็š„ๆ–ฐๆ‰‹ๅŒ…ๆณจๅ†Œ" -#: 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 "{firstAuthorName} ๅŠ {additionalAuthorsCount, plural, one {ๅ…ถไป– {formattedAuthorsCount} ไบบ} other {ๅ…ถไป– {formattedAuthorsCount} ไบบ}} ๅฏนไฝ ๆŽˆไบˆไบ†่ฎค่ฏ" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:359 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} ๅ…ณๆณจไบ†ไฝ " -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} ๅ›žๅ…ณไบ†ไฝ " -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} ๅ–œๆฌขไบ†ไฝ ็š„่‡ชๅฎšไน‰ๅŠจๆ€ๆบ" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} ๅ–œๆฌขไบ†ไฝ ็š„ๅธ–ๆ–‡" -#: src/view/com/notifications/NotificationFeedItem.tsx:492 +#: src/view/com/notifications/NotificationFeedItem.tsx:498 msgid "{firstAuthorName} liked your repost" msgstr "{firstAuthorName} ๅ–œๆฌขไบ†ไฝ ่ฝฌๅ‘็š„ๅธ–ๆ–‡" -#: src/view/com/notifications/NotificationFeedItem.tsx:465 +#: src/view/com/notifications/NotificationFeedItem.tsx:471 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} ๆ’คๅ›žไบ†ๅฏนไฝ ่ดฆๆˆท็š„่ฎค่ฏ" -#: src/view/com/notifications/NotificationFeedItem.tsx:320 +#: src/view/com/notifications/NotificationFeedItem.tsx:326 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} ่ฝฌๅ‘ไบ†ไฝ ็š„ๅธ–ๆ–‡" -#: src/view/com/notifications/NotificationFeedItem.tsx:516 +#: src/view/com/notifications/NotificationFeedItem.tsx:522 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName} ่ฝฌๅ‘ไบ†ไฝ ่ฝฌๅ‘็š„ๅธ–ๆ–‡" -#: src/view/com/notifications/NotificationFeedItem.tsx:411 +#: src/view/com/notifications/NotificationFeedItem.tsx:417 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} ไฝฟ็”จไบ†ไฝ ็š„ๆ–ฐๆ‰‹ๅŒ…ๆณจๅ†Œ" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} ๅฏนไฝ ๆŽˆไบˆไบ†่ฎค่ฏ" @@ -659,12 +639,12 @@ msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "{minutes, plural, one {# ๅˆ†้’Ÿ} other {# ๅˆ†้’Ÿ}}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "{name} ๅฏน {target} ๅšๅ‡บไบ† {0} ๅๅบ”" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "{name}๏ผš{message}" @@ -697,6 +677,18 @@ msgstr "{profileName}ๅœจ {timeAgoString}ๅ‰ไฝฟ็”จๆ–ฐๆ‰‹ๅŒ…ๅŠ ๅ…ฅไบ† Bluesky" msgid "{rank}." msgstr "{rank}." +#: src/components/dms/MessageItem.tsx:813 +msgid "{replierDisplayName} replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:809 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:807 +msgid "{replierDisplayName} replied to you" +msgstr "" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -729,7 +721,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 @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "ไฝ ๅฏไปฅๅœจ Bluesky ไธŠๆ‰พๅˆฐไธ€็ณปๅˆ—็ƒญ้—จๅŠจๆ€ๆบ๏ผŒๅŒ…ๆ‹ฌ Newsใ€Bookskyใ€Game Devใ€Blacksky ไปฅๅŠ Fountain Pens" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "ไธ€ๆกไฟกๆฏ" @@ -873,8 +875,8 @@ msgstr "ๅ‘็”Ÿไบ†็ฝ‘็ปœ้”™่ฏฏ๏ผŒ่ฏทๆฃ€ๆŸฅไฝ ็š„็ฝ‘็ปœ่ฟžๆŽฅ" #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 #: src/screens/Messages/JoinRequests.tsx:192 #: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." @@ -955,7 +957,7 @@ msgstr "ๅบ”็”จๆญคๅปบ่ฎฎ่ฏญ่จ€" msgid "Accepted conversations" msgstr "ๅทฒๆŽฅๅ—็š„ๅฏน่ฏ" -#: src/components/intents/GroupChatJoinDialog.tsx:113 +#: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "ๅทฒๅ‘้€็”ณ่ฏท๏ผ่ฏท็ญ‰ๅพ…็พค็ป„ๆ‰€ๆœ‰่€…ๅŒๆ„ไปฅๅŠ ๅ…ฅ็พค็ป„ใ€‚" @@ -980,12 +982,12 @@ msgstr "่ดฆๆˆท" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "ๅทฒๅฑ่”ฝ่ฏฅ่ดฆๆˆท" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "ๅทฒๅ…ณๆณจ่ฏฅ่ดฆๆˆท" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "่ดฆๆˆทๅทฒๅœ็”จ" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "ๅทฒ้š่—่ฏฅ่ดฆๆˆท" @@ -1028,18 +1030,18 @@ msgstr "ๅทฒไปŽๅฟซ้€Ÿ่ฎฟ้—ฎไธญ็งป้™ค่ฏฅ่ดฆๆˆท" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "ๅทฒๅ–ๆถˆๅฑ่”ฝ่ฏฅ่ดฆๆˆท" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "ๅทฒๅ–ๆถˆๅ…ณๆณจ่ฏฅ่ดฆๆˆท" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "ๅทฒๅ–ๆถˆ้š่—่ฏฅ่ดฆๆˆท" @@ -1054,12 +1056,13 @@ msgstr "ๅธฆๆœ‰่“่‰ฒๆ‰‡ๅฝขๅค–่ง‚่ฎค่ฏๅพฝ็ซ ็š„่ดฆๆˆท <0><1/> ๅฏไปฅไธบๅ…ถ msgid "Activity from others" msgstr "ๅ…ถไป–ไบบ็š„ๅŠจๆ€" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "ๆทปๅŠ " @@ -1112,11 +1115,11 @@ msgstr "ๆทปๅŠ ๆ›ฟไปฃๆ–‡ๆœฌ๏ผˆๅฏ้€‰๏ผ‰" msgid "Add another account" msgstr "ๆทปๅŠ ๅ…ถไป–่ดฆๆˆท" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1518 msgid "Add another post" msgstr "ๆทปๅŠ ๅฆไธ€ๅˆ™ๅธ–ๆ–‡" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2181 msgid "Add another post to thread" msgstr "ๆทปๅŠ ๅฆไธ€ๅˆ™ๅธ–ๆ–‡่‡ณๅธ–ๆ–‡ไธฒ" @@ -1182,13 +1185,13 @@ msgstr "ๆทปๅŠ ้š่—ๅญ—่ฏๅ’Œๆ ‡็ญพ" msgid "Add people" msgstr "ๆทปๅŠ ็”จๆˆท" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" 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" @@ -1214,8 +1217,8 @@ msgstr "ๅ‘ไฝ ็š„ๅŸŸๅๆทปๅŠ ไปฅไธ‹ DNS ่ฎฐๅฝ•๏ผš" msgid "Add this feed to your feeds" msgstr "ๆทปๅŠ ๅˆฐไฝ ็š„ๅŠจๆ€ๆบ" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "ๆทปๅŠ ่‡ณๅˆ—่กจ" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "ๆทปๅŠ ๅˆฐๅธ–ๆ–‡ๆ”ถ่—" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "ๆทปๅŠ ่‡ณๆ–ฐๆ‰‹ๅŒ…" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "ๅฐ†็”จๆˆทๆ–ฐๅขž่‡ณๅˆ—่กจ" @@ -1246,8 +1249,8 @@ msgstr "็”ฑ {0} ๅ—้‚€ๅŠ ๅ…ฅ" msgid "Added by invite link" msgstr "้€š่ฟ‡้‚€่ฏท้“พๆŽฅๅŠ ๅ…ฅ" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "ๅทฒๆทปๅŠ ่‡ณๅˆ—่กจ" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "alice@example.com" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "ๅ…จ้ƒจ" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "ไธ€ๅ…ฑ {0} ไธช" @@ -1521,7 +1524,7 @@ msgid "An error occurred while loading your lists :/" msgstr "ๅŠ ่ฝฝๅˆ—่กจๆ—ถๅ‘็”Ÿ้”™่ฏฏ :/" #: src/components/StarterPack/QrCodeDialog.tsx:81 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:103 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "ไฟๅญ˜ไบŒ็ปด็ ๆ—ถๅ‘็”Ÿ้”™่ฏฏ๏ผ" @@ -1558,7 +1561,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 @@ -1589,8 +1592,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 "ๅ‡บ็Žฐ้—ฎ้ข˜๏ผŒ่ฏท้‡่ฏ•ใ€‚" @@ -1643,7 +1646,7 @@ msgstr "ไปปไฝ•ไบบ" msgid "Anyone can interact" msgstr "ไปปไฝ•ไบบ้ƒฝๅฏไปฅๅ‚ไธŽไบ’ๅŠจ" -#: src/components/intents/GroupChatJoinDialog.tsx:340 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" msgstr "ไปปไฝ•ไบบ้ƒฝๅฏไปฅๅŠ ๅ…ฅ" @@ -1796,8 +1799,8 @@ msgstr "ไฝ ็กฎๅฎš่ฆๅˆ ้™คๆญคๆ–ฐๆ‰‹ๅŒ…ๅ—๏ผŸ" msgid "Are you sure you want to discard your changes?" msgstr "ไฝ ็กฎๅฎš่ฆๆ”พๅผƒๆ›ดๆ”นๅ—๏ผŸ" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "ไฝ ็กฎๅฎš่ฆ็ฆปๅผ€ {groupName} ๅ—๏ผŸ" @@ -1814,11 +1817,11 @@ msgid "Are you sure you want to remove this from your feeds?" msgstr "ไฝ ็กฎๅฎš่ฆๅฐ†ๆญคไปŽไฝ ็š„ๅŠจๆ€ๆบไธญๅˆ ้™คๅ—๏ผŸ" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: 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:1656 +#: src/view/com/composer/Composer.tsx:1654 msgid "Are you sure you'd like to discard this post?" msgstr "ไฝ ็กฎๅฎš่ฆๆ”พๅผƒๅ‘ๅธƒ่ฟ™ๅˆ™ๅธ–ๆ–‡ๅ—๏ผŸ" @@ -1958,10 +1961,10 @@ msgstr "ๅœจไฝ ๆŽฅๆ”ถ {name} ็š„ๅ‘ๅธ–ๆ้†’ไน‹ๅ‰๏ผŒไฝ ๅฟ…้กป้ฆ–ๅ…ˆ้ชŒ่ฏไฝ ็š„ #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2009,8 +2012,8 @@ msgstr "ๅฑ่”ฝ {displayName}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "ๅฑ่”ฝ่ดฆๆˆท" @@ -2088,6 +2091,10 @@ 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 "ๅฑ่”ฝ่ฏฅ็”จๆˆทไธไผš้˜ปๆญขๅ…ถ็ปง็ปญๆ ‡่ฎฐไฝ ็š„่ดฆๆˆทใ€‚" @@ -2148,7 +2155,7 @@ msgstr "ไธŽๆœ‹ๅ‹ไธ€่ตทไฝฟ็”จ Bluesky ๆ›ดๆœ‰่ถฃใ€‚ไฝ ๆƒณ่ฆ้‚€่ฏทไธ€ไบ›ๆœ‹ๅ‹ๅŠ  #: src/features/inviteFriends/InviteScannerScreen.tsx:105 msgid "Bluesky needs camera access to scan QR codes from other profiles." -msgstr "" +msgstr "้œ€่ฆๆŽˆไบˆ Bluesky ็›ธๆœบๆƒ้™๏ผŒไปฅไพฟๆ‰ซๆๅ…ถไป–่ต„ๆ–™้‡Œ็š„ไบŒ็ปด็ ใ€‚" #: src/screens/Takendown.tsx:213 msgid "Bluesky Social Terms of Service" @@ -2196,7 +2203,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 @@ -2260,7 +2267,7 @@ msgstr "่ฟ”ๅ›žๅˆฐไธป้กตๆ—ถ้—ด็บฟ็š„ๆŒ‰้’ฎ" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:181 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2269,18 +2276,18 @@ 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', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:363 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "ๆฅ่‡ช <0>{0}" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" msgstr "ๆฅ่‡ช <0>{ownerDisplayName}" @@ -2314,7 +2321,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 @@ -2348,10 +2355,10 @@ msgstr "" #: src/screens/Deactivated.tsx:150 #: src/screens/Messages/components/InviteLinkDialog.tsx:500 #: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,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:1732 +#: src/view/com/composer/Composer.tsx:1742 #: 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 @@ -2380,6 +2387,10 @@ msgstr "ๅ–ๆถˆๅผ•็”จๅธ–ๆ–‡" msgid "Cancel reactivation and sign out" msgstr "ๅ–ๆถˆ้‡ๆ–ฐๅฏ็”จ่ดฆๆˆทๅนถ็™ปๅ‡บ" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "ๅ–ๆถˆๆœ็ดข" @@ -2481,7 +2492,7 @@ msgstr "ๅˆ—่กจๅœจๅˆ›ๅปบๅŽๅฐ†ๆ˜ฏไธ€ไธช็‹ฌ็ซ‹ๅ‰ฏๆœฌ๏ผŒไปปไฝ•ๅฏนๆ–ฐๆ‰‹ๅŒ…็š„ๆ›ดๆ”น #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,7 +2509,7 @@ msgid "Chat ended" msgstr "ๅฏน่ฏๅทฒ็ป“ๆŸ" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:256 +#: src/components/intents/GroupChatJoinDialog.tsx:269 #: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" msgstr "ๅฏน่ฏ้‚€่ฏท้“พๆŽฅๅทฒๅคฑๆ•ˆ" @@ -2520,14 +2531,14 @@ msgctxt "toast" msgid "Chat muted" msgstr "ๅทฒ้š่—ๅฏน่ฏ" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." -msgstr "" +msgstr "ๆ— ๆณ•ๆ‰พๅˆฐๅฏน่ฏใ€‚" -#: src/components/moderation/BlockDialog.tsx:292 +#: 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." @@ -2544,10 +2555,10 @@ msgstr "ๅฏน่ฏ้‚€่ฏท" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "ๅฏน่ฏ่ฎพ็ฝฎ" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "ๅทฒๅ–ๆถˆ้š่—ๅฏน่ฏ" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "ๅฏน่ฏ" @@ -2731,7 +2742,7 @@ msgstr "็‚นๅ‡ปๆญคๅค„ไปฅๆŸฅ็œ‹ๆญค็พค็ป„ๅฏน่ฏ็š„้‚€่ฏท้“พๆŽฅ" msgid "Click to open tag menu for {0}" msgstr "็‚นๆŒ‰ไปฅๅผ€ๅฏ {0} ็š„ๆ ‡็ญพ่œๅ•" -#: src/components/dms/MessageItem.tsx:533 +#: src/components/dms/MessageItem.tsx:622 msgid "Click to retry failed message" msgstr "็‚นๅ‡ปไปฅ้‡่ฏ•ๅ‘้€ไฟกๆฏ" @@ -2745,6 +2756,7 @@ msgstr "็‚นๅ‡ปไปฅ้‡่ฏ•ๅ‘้€ไฟกๆฏ" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "็‚นๅ‡ปไปฅ้‡่ฏ•ๅ‘้€ไฟกๆฏ" #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:233 -#: src/components/intents/GroupChatJoinDialog.tsx:268 +#: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2804,10 +2816,6 @@ 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 @@ -2822,7 +2830,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 "ๅ…ณ้—ญๆŠฝๅฑ‰่œๅ•" @@ -2844,16 +2852,16 @@ 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" msgstr "ๅ…ณ้—ญๅŠ ๅ…ฅ็”ณ่ฏท้€š็Ÿฅๆจชๅน…" -#: src/components/intents/GroupChatJoinDialog.tsx:226 -#: src/components/intents/GroupChatJoinDialog.tsx:227 -#: src/components/intents/GroupChatJoinDialog.tsx:263 -#: src/components/intents/GroupChatJoinDialog.tsx:264 +#: 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 msgid "Close this dialog" msgstr "ๅ…ณ้—ญๆญค็ช—ๅฃ" @@ -2866,21 +2874,21 @@ msgstr "ๅ…ณ้—ญๆฌข่ฟŽ็•Œ้ข" msgid "Closes password update alert" msgstr "ๅ…ณ้—ญๅฏ†็ ๆ›ดๆ–ฐ่ญฆๅ‘Š" -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1740 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 msgid "Color" -msgstr "" +msgstr "้ขœ่‰ฒ" #: src/components/dialogs/Embed.tsx:150 #: src/screens/Settings/AppearanceSettings.tsx:81 @@ -2889,7 +2897,7 @@ msgstr "ไธป้ข˜ๆจกๅผ" #: src/components/dialogs/Embed.tsx:147 msgid "Color theme" -msgstr "่‰ฒๅฝฉไธป้ข˜" +msgstr "้ขœ่‰ฒไธป้ข˜" #: src/lib/interests.ts:55 msgid "Comedy" @@ -2920,7 +2928,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:1616 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "ๆ’ฐๅ†™ๆœ€ๅคš {0, plural,other {# ไธชๅญ—็ฌฆ}} ็š„ๅธ–ๆ–‡" @@ -2928,11 +2936,11 @@ msgstr "ๆ’ฐๅ†™ๆœ€ๅคš {0, plural,other {# ไธชๅญ—็ฌฆ}} ็š„ๅธ–ๆ–‡" msgid "Compose reply" msgstr "ๆ’ฐๅ†™ๅ›žๅค" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2578 msgid "Compressing GIF..." msgstr "ๆญฃๅœจๅŽ‹็ผฉ GIFโ€ฆโ€ฆ" -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing video..." msgstr "ๆญฃๅœจๅŽ‹็ผฉ่ง†้ข‘โ€ฆโ€ฆ" @@ -3100,7 +3108,7 @@ msgstr "็ปง็ปญไธ‹ไธ€ๆญฅ" msgid "Conversation" msgstr "ๅฏน่ฏ" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "ๅทฒๅˆ ้™คๅฏน่ฏ" @@ -3127,7 +3135,7 @@ msgid "Copied build version to clipboard" msgstr "ๅทฒๅคๅˆถๆž„ๅปบ็‰ˆๆœฌๅท่‡ณๅ‰ช่ดดๆฟ" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3154,12 @@ msgstr "ๅทฒๅคๅˆถ๏ผ" msgid "Copies build version to clipboard" msgstr "ๅทฒๅคๅˆถๆž„ๅปบ็‰ˆๆœฌๅท่‡ณๅ‰ช่ดดๆฟ" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 +#: 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:265 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "ๅคๅˆถ" @@ -3159,8 +3167,8 @@ msgstr "ๅคๅˆถ" msgid "Copy App Password" msgstr "ๅคๅˆถๅบ”็”จๅฏ†็ " -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "ๅคๅˆถ at:// ้“พๆŽฅ" @@ -3175,8 +3183,8 @@ msgid "Copy code" msgstr "ๅคๅˆถไปฃ็ " #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "ๅคๅˆถ DID" @@ -3184,9 +3192,9 @@ msgstr "ๅคๅˆถ DID" msgid "Copy host" msgstr "ๅคๅˆถไธปๆœบ" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:254 +#: 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 @@ -3210,8 +3218,8 @@ msgstr "ๅคๅˆถๅˆ—่กจ้“พๆŽฅ" msgid "Copy link to post" msgstr "ๅคๅˆถๅธ–ๆ–‡้“พๆŽฅ" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "ๅคๅˆถไธชไบบ่ต„ๆ–™้“พๆŽฅ" @@ -3219,8 +3227,8 @@ msgstr "ๅคๅˆถไธชไบบ่ต„ๆ–™้“พๆŽฅ" msgid "Copy link to starter pack" msgstr "ๅคๅˆถๆ–ฐๆ‰‹ๅŒ…้“พๆŽฅ" -#: src/components/dms/MessageContextMenu.tsx:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "ๅคๅˆถไฟกๆฏๆ–‡ๆœฌ" @@ -3249,9 +3257,9 @@ msgstr "ๅคๅˆถ TXT ่ฎฐๅฝ•ๅ€ผ" msgid "Copyright Policy" msgstr "็‰ˆๆƒ่ฎธๅฏ" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" -msgstr "" +msgstr "ๆ— ๆณ•ๆ‰ซๆไบŒ็ปด็ " #: src/view/com/feeds/MissingFeed.tsx:42 msgid "Could not connect to custom feed" @@ -3261,13 +3269,13 @@ msgstr "ๆ— ๆณ•่ฟžๆŽฅๅˆฐ่‡ชๅฎšไน‰ๅŠจๆ€ๆบ" msgid "Could not connect to feed service" msgstr "ๆ— ๆณ•่ฟžๆŽฅๅˆฐๅŠจๆ€ๆบๆœๅŠก" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:120 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" -msgstr "" +msgstr "ๆ— ๆณ•ๅคๅˆถโ€”โ€”่ฏท้‡่ฏ•" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: 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" @@ -3294,9 +3302,9 @@ msgstr "ๆ— ๆณ•ๅ…ณๆณจๆ‰€ๆœ‰ๅŒน้…็š„่”็ณปไบบใ€‚{0}" msgid "Could not leave chat" msgstr "ๆ— ๆณ•็ฆปๅผ€ๅฏน่ฏ" -#: src/components/moderation/BlockDialog.tsx:284 +#: 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" @@ -3308,9 +3316,9 @@ msgstr "ๆ— ๆณ•ๅŠ ่ฝฝๅŠจๆ€ๆบ" msgid "Could not load list" msgstr "ๆ— ๆณ•ๅŠ ่ฝฝๅˆ—่กจ" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:169 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" -msgstr "" +msgstr "ๆ— ๆณ•ๅŠ ่ฝฝ่ต„ๆ–™" #: src/components/dms/ConvoMenu.tsx:212 msgid "Could not mute chat" @@ -3320,18 +3328,18 @@ msgstr "ๆ— ๆณ•้š่—ๅฏน่ฏ" msgid "Could not process your video" msgstr "ๆ— ๆณ•ๅค„็†ไฝ ็š„่ง†้ข‘" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." -msgstr "" +msgstr "ๆ— ๆณ•็งป้™คๆˆๅ‘˜ใ€‚" #. placeholder {0}: cleanError(error) #: src/components/activity-notifications/SubscribeProfileDialog.tsx:295 msgid "Could not save changes: {0}" msgstr "ๆ— ๆณ•ไฟๅญ˜ๅฆ‚ไธ‹ๆ›ดๆ”น๏ผš{0}" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" -msgstr "" +msgstr "ๆ— ๆณ•ๅˆ†ไบซโ€”โ€”่ฏท้‡่ฏ•" #: src/state/queries/notifications/settings.ts:49 msgid "Could not update notification settings" @@ -3394,12 +3402,12 @@ msgstr "ไธบๆˆ‘ๅˆ›ๅปบๆ–ฐๆ‰‹ๅŒ…" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:314 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3457,13 @@ msgstr "ไปŽๆ–ฐๆ‰‹ๅŒ…ๅˆ›ๅปบๅˆ—่กจ" msgid "Create moderation list" msgstr "ๅˆ›ๅปบๅ†…ๅฎนๅฎกๆ ธๅˆ—่กจ" -#: src/screens/Messages/JoinRequest.tsx:308 +#: 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 "ๅˆ›ๅปบๆ–ฐ็š„่ดฆๆˆท" -#: src/screens/Messages/ConversationSettings/index.tsx:553 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "ๅˆ›ๅปบๆˆ–ไฟฎๆ”นๆญค็พค็ป„ๅฏน่ฏ็š„้‚€่ฏท้“พๆŽฅ" @@ -3479,7 +3487,7 @@ msgstr "ๅˆ›ๅปบ็”จๆˆทๅˆ—่กจ" #. placeholder {0}: i18n.date(createdAt, { dateStyle: 'long', timeStyle: 'short', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) #: src/screens/Messages/components/InviteLinkDialog.tsx:355 -#: src/screens/Messages/ConversationSettings/index.tsx:505 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "ๅˆ›ๅปบไบŽ {0}" @@ -3494,7 +3502,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 @@ -3539,11 +3547,11 @@ msgstr "ๅ‡บ็”Ÿๆ—ฅๆœŸ" #: src/features/inviteFriends/components/ThemePicker.tsx:28 msgid "Dawn" -msgstr "" +msgstr "้ปŽๆ˜Ž" #: src/features/inviteFriends/components/ThemePicker.tsx:29 msgid "Day" -msgstr "" +msgstr "็™ฝๅคฉ" #: src/screens/Settings/AccountSettings.tsx:179 #: src/screens/Settings/AccountSettings.tsx:184 @@ -3624,7 +3632,7 @@ msgstr "ๅˆ ้™ค้€š่ฎฏๅฝ•" msgid "Delete conversation" msgstr "ๅˆ ้™คๅฏน่ฏ" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "ไป…ไธบๆˆ‘ๅˆ ้™ค" @@ -3637,7 +3645,7 @@ msgstr "ๅˆ ้™คๅˆ—่กจ" msgid "Delete message" msgstr "ๅˆ ้™คไฟกๆฏ" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "ไป…ไธบๆˆ‘ๅˆ ้™คไฟกๆฏ" @@ -3647,7 +3655,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:1628 msgid "Delete post" msgstr "ๅˆ ้™คๅธ–ๆ–‡" @@ -3689,6 +3697,10 @@ 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 @@ -3794,9 +3806,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:1411 +#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1661 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3819,14 @@ msgstr "่ˆๅผƒ" msgid "Discard changes?" msgstr "่ฆๆ”พๅผƒๆ›ดๆ”นๅ—๏ผŸ" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1409 #: 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:1426 +#: src/view/com/composer/Composer.tsx:1653 msgid "Discard post?" msgstr "่ฆๆ”พๅผƒๅ‘ๅธƒๅ—๏ผŸ" @@ -3852,7 +3864,7 @@ msgstr "่ทณ่ฟ‡" msgid "Dismiss banner" msgstr "ๅฟฝ็•ฅๆจชๅน…ๆ็คบ" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2499 msgid "Dismiss error" msgstr "ๅฟฝ็•ฅ้”™่ฏฏ" @@ -3879,7 +3891,7 @@ msgstr "ๅฟฝ็•ฅๆญคๅปบ่ฎฎ" #: src/features/inviteFriends/InviteScannerScreen.tsx:168 msgid "Dismisses the QR scanner" -msgstr "" +msgstr "ๅ…ณ้—ญไบŒ็ปด็ ๆ‰ซๆๅ™จ" #: src/screens/Settings/AccessibilitySettings.tsx:70 #: src/screens/Settings/AccessibilitySettings.tsx:75 @@ -3949,8 +3961,8 @@ msgstr "ๅˆซๆ‹…ๅฟƒ๏ผไฝ ็Žฐๆœ‰็š„ๅฏน่ฏๅŠ่ฎพ็ฝฎ้ƒฝๅทฒไฟๅญ˜๏ผŒๅช้œ€้ชŒ่ฏไฝ ๅทฒ #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:146 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3975,7 @@ msgstr "ๅˆซๆ‹…ๅฟƒ๏ผไฝ ็Žฐๆœ‰็š„ๅฏน่ฏๅŠ่ฎพ็ฝฎ้ƒฝๅทฒไฟๅญ˜๏ผŒๅช้œ€้ชŒ่ฏไฝ ๅทฒ msgid "Done" msgstr "ๅฎŒๆˆ" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "ๅฎŒๆˆ" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:520 msgid "Double tap or long press the message to add a reaction" msgstr "ๅŒๅ‡ปๆˆ–้•ฟๆŒ‰ไฟกๆฏไปฅๆทปๅŠ ๅๅบ”" @@ -3983,7 +3989,7 @@ msgstr "ๅŒๅ‡ปไปฅ็‚น่ตž" #: src/features/inviteFriends/components/ActionButtons.tsx:36 msgid "Download" -msgstr "" +msgstr "ไธ‹่ฝฝ" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:329 msgid "Download Bluesky" @@ -4005,7 +4011,7 @@ msgstr "ไธ‹่ฝฝๅ›พ็‰‡" #: src/features/inviteFriends/components/ActionButtons.tsx:31 msgid "Download invite QR code" -msgstr "" +msgstr "ไธ‹่ฝฝ้‚€่ฏทไบŒ็ปด็ " #: src/screens/Settings/components/ExportCarDialog.tsx:118 msgid "Download profile data" @@ -4041,7 +4047,7 @@ msgstr "ๆŒ็ปญๆ—ถ้—ด๏ผš" #: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Dusk" -msgstr "" +msgstr "้ป„ๆ˜" #: src/screens/Settings/components/ChangeHandleDialog.tsx:237 msgid "e.g. alice" @@ -4087,8 +4093,8 @@ msgstr "่ฟ›้ฃŸ้šœ็ข" msgid "Edit" msgstr "็ผ–่พ‘" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "็ผ–่พ‘" @@ -4102,8 +4108,8 @@ msgstr "็ผ–่พ‘ๅคดๅƒ" msgid "Edit Feeds" msgstr "็ผ–่พ‘ๅŠจๆ€ๆบ" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "็ผ–่พ‘็พค็ป„ๅ็งฐ" @@ -4141,8 +4147,8 @@ msgstr "็ผ–่พ‘้“พๆŽฅ่ฎพ็ฝฎ" msgid "Edit list details" msgstr "็ผ–่พ‘ๅˆ—่กจ่ฏฆๆƒ…" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "็ผ–่พ‘็›ดๆ’ญ็Šถๆ€" @@ -4155,7 +4161,7 @@ msgstr "็ผ–่พ‘ๅ†…ๅฎนๅฎกๆ ธๅˆ—่กจ" msgid "Edit My Feeds" msgstr "็ผ–่พ‘ๆˆ‘็š„ๅŠจๆ€ๆบ" -#: src/screens/Messages/ConversationSettings/index.tsx:540 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "็ผ–่พ‘ๅ็งฐ" @@ -4184,8 +4190,8 @@ msgstr "็ผ–่พ‘ไธชไบบ่ต„ๆ–™" msgid "Edit starter pack" msgstr "็ผ–่พ‘ๆ–ฐๆ‰‹ๅŒ…" -#: src/screens/Messages/ConversationSettings/index.tsx:486 -#: src/screens/Messages/ConversationSettings/index.tsx:539 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "็ผ–่พ‘ๆญค็พค็ป„ๅฏน่ฏ็š„ๅ็งฐ" @@ -4402,7 +4408,7 @@ msgstr "่ฟ›ๅ…ฅๅ…จๅฑๆจกๅผ" msgid "Entertainment" msgstr "ๅจฑไน" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2598 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "้”™่ฏฏ" @@ -4481,7 +4487,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 "ๅฑ•ๅผ€็”จๆˆทๅˆ—่กจ" @@ -4596,8 +4602,8 @@ msgstr "ๆ— ๆณ•ๆŽฅๅ—ๅฏน่ฏ้‚€่ฏท" msgid "Failed to accept join request" msgstr "ๆ— ๆณ•ๆŽฅๅ—ๅŠ ๅ…ฅ็”ณ่ฏท" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "ๆ— ๆณ•ๆทปๅŠ ่กจๆƒ…็ฌฆๅทๅๅบ”" @@ -4606,6 +4612,10 @@ msgstr "ๆ— ๆณ•ๆทปๅŠ ่กจๆƒ…็ฌฆๅทๅๅบ”" msgid "Failed to add members" msgstr "ๆ— ๆณ•ๅŠ ๅ…ฅๆˆๅ‘˜" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "ๆ— ๆณ•ๆทปๅŠ ๅˆฐๆ–ฐๆ‰‹ๅŒ…" @@ -4615,7 +4625,7 @@ msgid "Failed to change handle. Please try again." msgstr "ๆ— ๆณ•ๆ›ดๆ”น่ดฆๆˆทไปฃ็ ๏ผŒ่ฏท้‡่ฏ•ใ€‚" #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:129 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "ๆ— ๆณ•ๅคๅˆถ้“พๆŽฅ" @@ -4664,7 +4674,7 @@ msgstr "ๆ— ๆณ•ๅœ็”จ้‚€่ฏท้“พๆŽฅ" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "ๆ— ๆณ•ๆ–ญๅผ€ไธŽ Germ DM ็š„่ฟžๆŽฅใ€‚้”™่ฏฏ๏ผš{0}" -#: src/screens/Messages/ConversationSettings/index.tsx:374 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "ๆ— ๆณ•็ผ–่พ‘็พค็ป„ๅฏน่ฏๅ็งฐ" @@ -4692,7 +4702,7 @@ msgstr "ๆ— ๆณ•้š่—ๅปบ่ฎฎ๏ผŒ่ฏทๆฃ€ๆŸฅไฝ ็š„็ฝ‘็ปœ่ฟžๆŽฅ" msgid "Failed to ignore join request" msgstr "ๆ— ๆณ•ๅฟฝ็•ฅๅŠ ๅ…ฅ็”ณ่ฏท" -#: src/components/intents/GroupChatJoinDialog.tsx:137 +#: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "ๆ— ๆณ•ๅŠ ๅ…ฅ็พค็ป„ๅฏน่ฏ๏ผŒ่ฏท้‡่ฏ•ใ€‚" @@ -4700,14 +4710,14 @@ msgstr "ๆ— ๆณ•ๅŠ ๅ…ฅ็พค็ป„ๅฏน่ฏ๏ผŒ่ฏท้‡่ฏ•ใ€‚" msgid "Failed to launch SMS app" msgstr "ๆ— ๆณ•ๅผ€ๅฏ็Ÿญไฟกๅบ”็”จ็จ‹ๅบ" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:401 +#: 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 "ๆ— ๆณ•็ฆปๅผ€็พค็ป„ๅฏน่ฏ" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "ๆ— ๆณ•ๅŠ ่ฝฝๅฏน่ฏ" @@ -4753,15 +4763,20 @@ msgstr "ๆ— ๆณ•ๅŠ ่ฝฝๅปบ่ฎฎ็š„ๅŠจๆ€ๆบ" msgid "Failed to load suggested follows" msgstr "ๆ— ๆณ•ๅŠ ่ฝฝๅปบ่ฎฎๅ…ณๆณจ" -#: src/screens/Messages/ConversationSettings/index.tsx:426 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "ๆ— ๆณ•้”ๅฎš็พค็ป„ๅฏน่ฏ" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +msgid "Failed to mark all chats as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 +#: src/view/shell/bottom-bar/BottomBar.tsx:450 msgid "Failed to mark all requests as read" msgstr "ๆ— ๆณ•ๆ ‡่ฎฐๆ‰€ๆœ‰ไธบๅทฒ่ฏป" -#: src/screens/Messages/ConversationSettings/index.tsx:390 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "ๆ— ๆณ•้š่—็พค็ป„ๅฏน่ฏ" @@ -4783,12 +4798,16 @@ msgstr "็”ฑไบŽๅ‘็”Ÿไบ†็ฝ‘็ปœ้”™่ฏฏ๏ผŒๅฏผ่‡ดๆ— ๆณ•ๅˆ ้™ค่ต„ๆ–™๏ผŒ่ฏทๆฃ€ๆŸฅไฝ ็š„ msgid "Failed to remove data. {0}" msgstr "ๆ— ๆณ•ๅˆ ้™ค่ต„ๆ–™ใ€‚{0}" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:111 +#: 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 "" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "ๆ— ๆณ•ไปŽๆ–ฐๆ‰‹ๅŒ…ๅˆ ้™ค" @@ -4802,7 +4821,7 @@ msgstr "ๆ— ๆณ•็งป้™ค็พค็ป„ๅฏน่ฏๆˆๅ‘˜" msgid "Failed to remove verification" msgstr "ๆ— ๆณ•ๆ’คๅ›ž่ฎค่ฏ" -#: src/components/intents/GroupChatJoinDialog.tsx:180 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." msgstr "ๆ— ๆณ•ๆ’ค้”€ไฝ ็š„็”ณ่ฏท๏ผŒ่ฏท้‡่ฏ•ใ€‚" @@ -4811,7 +4830,7 @@ msgstr "ๆ— ๆณ•ๆ’ค้”€ไฝ ็š„็”ณ่ฏท๏ผŒ่ฏท้‡่ฏ•ใ€‚" msgid "Failed to resolve location. Please try again." msgstr "ๆ— ๆณ•่Žทๅ–ไฝ็ฝฎไฟกๆฏ๏ผŒ่ฏท้‡่ฏ•ใ€‚" -#: src/view/com/composer/Composer.tsx:648 +#: src/view/com/composer/Composer.tsx:646 msgid "Failed to save draft" msgstr "ๆ— ๆณ•ไฟๅญ˜่‰็จฟ" @@ -4854,7 +4873,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "ๆ— ๆณ•้š่—่ฎจ่ฎบไธฒ๏ผŒ่ฏท้‡่ฏ•" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:435 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "ๆ— ๆณ•่งฃ้”็พค็ป„ๅฏน่ฏ" @@ -5038,7 +5057,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 @@ -5060,7 +5079,7 @@ msgstr "ๅฏปๆ‰พไธ€ไบ›ไบบๆฅๅ…ณๆณจ" #: src/screens/Settings/FindContactsSettings.tsx:130 msgid "Find people you know" -msgstr "" +msgstr "ๅฏปๆ‰พไธ€ไบ›ไฝ ่ฎค่ฏ†็š„ไบบ" #: src/screens/Search/Shell.tsx:537 msgid "Find posts, users, and feeds on Bluesky" @@ -5116,16 +5135,16 @@ msgstr "่š็„ฆๆœ็ดขๆ " #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 "ๅ…ณๆณจ" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "ๅ…ณๆณจ {0}" @@ -5149,8 +5168,8 @@ msgstr "ๅ…ณๆณจ 10 ไธชไบบไปฅๅผ€ๅง‹" msgid "Follow 7 accounts" msgstr "ๅ…ณๆณจ 7 ไธช่ดฆๆˆท" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "ๅ…ณๆณจ่ดฆๆˆท" @@ -5173,9 +5192,9 @@ msgstr "ๅ…ณๆณจๆ‰€ๆœ‰่ดฆๆˆท" #. 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:423 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "ๅ›žๅ…ณ" @@ -5211,7 +5230,7 @@ msgstr "ๅทฒ่ขซไฝ ่ฎค่ฏ†็š„ <0>{0} ๅŠ <1>{1} ๅ…ณๆณจ" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "ๅทฒ่ขซไฝ ่ฎค่ฏ†็š„<0>{0}ใ€<1>{1} ๅŠ{2, plural, one {ๅ…ถไป–#ไบบ} other {ๅ…ถไป–#ไบบ}}ๅ…ณๆณจ" -#: src/components/intents/GroupChatJoinDialog.tsx:339 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" msgstr "ๅ…ณๆณจ่€…ๅฏไปฅๅŠ ๅ…ฅ" @@ -5231,10 +5250,10 @@ msgstr "ไฝ ่ฎค่ฏ†็š„ๅ…ณๆณจ่€…" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 "ๆญฃๅœจๅ…ณๆณจ" @@ -5249,7 +5268,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 "ๅทฒๅ…ณๆณจ {0}" @@ -5336,7 +5355,7 @@ 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" @@ -5467,7 +5486,7 @@ msgstr "ๅผ€ๅง‹ๅง" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2603 msgid "GIF uploaded" msgstr "ๅทฒไธŠไผ  GIF" @@ -5526,8 +5545,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "่ฝฌๅˆฐไธป้กต" -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "ๅผ€ๅง‹็›ดๆ’ญ" @@ -5538,8 +5557,8 @@ msgstr "ๅผ€ๅง‹็›ดๆ’ญ" msgid "Go Live" msgstr "ๅผ€ๅง‹็›ดๆ’ญ" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "็›ดๆ’ญ๏ผˆๅทฒๅœ็”จ๏ผ‰" @@ -5547,7 +5566,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 "่ฝฌๅˆฐ {firstAuthorName} ็š„ไธชไบบ่ต„ๆ–™" @@ -5605,7 +5624,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 @@ -5622,9 +5641,9 @@ msgstr "้œฒ้ชจๆšดๅŠ›ๅ†…ๅฎน" msgid "Grooming or predatory behavior" msgstr "ๅผ•่ฏฑๆ‹้ช—่กŒไธบ" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:321 -#: src/screens/Messages/JoinRequest.tsx:129 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" msgstr "็พค็ป„ๅฏน่ฏ" @@ -5632,17 +5651,17 @@ msgstr "็พค็ป„ๅฏน่ฏ" msgid "Group chat invite link dialog" msgstr "็พค็ป„ๅฏน่ฏ้‚€่ฏท้“พๆŽฅๅฏน่ฏๆก†" -#: src/screens/Messages/ConversationSettings/index.tsx:417 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "็พค็ป„ๅฏน่ฏๅทฒ้”ๅฎš" -#: src/screens/Messages/ConversationSettings/index.tsx:382 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "ๅทฒ้š่—็พค็ป„ๅฏน่ฏ" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "ๅทฒๆ›ดๆ–ฐ็พค็ป„ๅฏน่ฏๅ็งฐ" @@ -5653,23 +5672,23 @@ msgid "Group chat settings" msgstr "็พค็ป„ๅฏน่ฏ่ฎพ็ฝฎ" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "็พค็ป„ๅฏน่ฏๅทฒ่งฃ้”" -#: src/screens/Messages/ConversationSettings/index.tsx:385 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "ๅทฒๅ–ๆถˆ้š่—็พค็ป„ๅฏน่ฏ" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:181 msgid "Group Chats" -msgstr "" +msgstr "็พค็ป„ๅฏน่ฏ" #: src/screens/Messages/Settings.tsx:199 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 @@ -5682,14 +5701,14 @@ msgstr "็พค็ป„ๅทฒ้”ๅฎš" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "็พค็ป„ๅ็งฐ" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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" @@ -5829,7 +5848,7 @@ msgstr "้š่—ๅˆ—่กจ" msgid "Hide" msgstr "้š่—" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "้š่—" @@ -5904,7 +5923,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 "้š่—็”จๆˆทๅˆ—่กจ" @@ -5920,7 +5939,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." @@ -5960,7 +5979,7 @@ msgstr "่ฏท็จ็ญ‰๏ผๆˆ‘ไปฌๆญฃๅœจ้€ๆญฅๅผ€ๆ”พไธŠไผ ่ง†้ข‘็š„ๆƒ้™ใ€‚ไฝ ็›ฎๅ‰ไป #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6166,7 +6185,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 @@ -6210,7 +6229,7 @@ msgstr "ๅบ”็”จๅ†…ใ€็ณป็ปŸๆŽจ้€ใ€ๆ‰€ๆœ‰ไบบ" msgid "In-app, push, people you follow" msgstr "ๅบ”็”จๅ†…ใ€็ณป็ปŸๆŽจ้€ใ€ไฝ ๅ…ณๆณจ็š„ไบบ" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "ๆ”ถไปถ็ฎฑไธบ็ฉบ" @@ -6257,7 +6276,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" @@ -6268,7 +6287,7 @@ msgstr "้š†้‡ไป‹็ปๅธ–ๆ–‡ๆ”ถ่—๏ผˆๅˆๅไนฆ็ญพ๏ผ‰" msgid "Invalid 2FA confirmation code." msgstr "ไธคๆญฅ้ชŒ่ฏ็ ๆ— ๆ•ˆใ€‚" -#: src/components/intents/GroupChatJoinDialog.tsx:147 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." msgstr "ๆ— ๆ•ˆ็š„็พค็ป„ๅฏน่ฏไปฃ็ ใ€‚" @@ -6290,7 +6309,7 @@ msgstr "ๆ— ๆ•ˆ็š„็”ต่ฏๅท็ " msgid "Invalid report subject" msgstr "ๆ— ๆ•ˆ็š„ไธพๆŠฅๅ†…ๅฎน" -#: src/components/intents/GroupChatJoinDialog.tsx:187 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." msgstr "ๆ— ๆ•ˆ็š„ๆ’ค้”€็”ณ่ฏทใ€‚" @@ -6315,15 +6334,15 @@ msgstr "้‚€่ฏท็ " msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "้‚€่ฏท็ ๆ— ๆ•ˆ๏ผŒ่ฏทๆฃ€ๆŸฅไฝ ่พ“ๅ…ฅ็š„้‚€่ฏท็ ๅนถ้‡่ฏ•ใ€‚" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:140 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: 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:155 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "้‚€่ฏทๆœ‹ๅ‹" @@ -6336,19 +6355,19 @@ msgstr "้‚€่ฏทๆœ‹ๅ‹ <0/>" #: src/screens/Messages/components/InviteLinkDialog.tsx:335 #: src/screens/Messages/components/InviteLinkDialog.tsx:514 #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 -#: src/screens/Messages/ConversationSettings/index.tsx:556 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "้‚€่ฏท้“พๆŽฅ" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:213 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "้‚€่ฏท้“พๆŽฅ" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" -msgstr "" +msgstr "ๅทฒๅคๅˆถ้‚€่ฏท้“พๆŽฅ" #: src/components/dms/getSystemMessageInfo.ts:120 msgid "Invite link created" @@ -6374,7 +6393,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" @@ -6410,7 +6429,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:2518 msgid "Job ID: {0}" msgstr "ไฝœไธš ID๏ผš{0}" @@ -6420,7 +6439,7 @@ msgid "Jobs" msgstr "ๅทฅไฝœ" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:282 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" msgstr "ๅŠ ๅ…ฅ" @@ -6431,12 +6450,12 @@ msgstr "ๅŠ ๅ…ฅ" msgid "Join Bluesky" msgstr "ๅŠ ๅ…ฅ Bluesky" -#: src/components/intents/GroupChatJoinDialog.tsx:71 -#: src/components/intents/GroupChatJoinDialog.tsx:448 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" msgstr "ๅŠ ๅ…ฅ็พค็ป„ๅฏน่ฏ" -#: src/components/intents/GroupChatJoinDialog.tsx:176 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." msgstr "ๅทฒๆ’ค้”€ๅŠ ๅ…ฅ็”ณ่ฏทใ€‚" @@ -6450,8 +6469,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:1459 +#: src/view/com/composer/Composer.tsx:1469 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "ไฟ็•™็ผ–่พ‘ๅ†…ๅฎน" @@ -6463,7 +6482,7 @@ msgstr "ไฟๆŒ่”็ณป" #: src/components/moderation/BlockDialog.tsx:365 #: src/components/moderation/BlockDialog.tsx:372 msgid "Kick member" -msgstr "" +msgstr "็งป้™คๆˆๅ‘˜" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" @@ -6609,7 +6628,7 @@ msgid "Learn more." msgstr "ไบ†่งฃ่ฏฆๆƒ…ใ€‚" #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:590 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "็ฆปๅผ€" @@ -6623,8 +6642,8 @@ msgstr "็ฆปๅผ€" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "็ฆปๅผ€ๅฏน่ฏ" @@ -6644,12 +6663,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "็ฆปๅผ€ๅฏน่ฏ" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "็ฆปๅผ€็พค็ป„ๅฏน่ฏ" -#: src/screens/Messages/ConversationSettings/index.tsx:589 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "็ฆปๅผ€ๆญค็พค็ป„ๅฏน่ฏ" @@ -6658,13 +6677,13 @@ msgstr "็ฆปๅผ€ๆญค็พค็ป„ๅฏน่ฏ" msgid "Leaving Bluesky" msgstr "็ฆปๅผ€ Bluesky" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: 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:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." -msgstr "" +msgstr "็ฆปๅผ€็พค็ป„ๅฏน่ฏใ€‚" #: src/screens/SignupQueued.tsx:158 msgid "left to go." @@ -6935,9 +6954,9 @@ msgstr "ๅŠ ่ฝฝๆ›ดๅคš้€š็Ÿฅ" msgid "Load new posts" msgstr "ๅŠ ่ฝฝๆ›ดๅคšๅธ–ๆ–‡" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "ๆญฃๅœจๅŠ ่ฝฝๅฏน่ฏโ€ฆโ€ฆ" @@ -6954,23 +6973,23 @@ msgstr "ๆญฃๅœจๅŠ ่ฝฝๅธ–ๆ–‡ไบ’ๅŠจ้€‰้กนโ€ฆโ€ฆ" msgid "Loading..." msgstr "ๅŠ ่ฝฝไธญโ€ฆโ€ฆ" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "้”ๅฎš" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "้”ๅฎš็พค็ป„ๅฏน่ฏ" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "้”ๅฎš็พค็ป„ๅฏน่ฏ๏ผŸ" -#: src/screens/Messages/ConversationSettings/index.tsx:568 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "้”ๅฎšๆญค็พค็ป„ๅฏน่ฏ" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "ๅทฒ้”ๅฎš" @@ -7051,6 +7070,16 @@ msgstr "็ฎก็†ไฝ ็š„้š่—ๅญ—่ฏๅ’Œๆ ‡็ญพ" msgid "Mark all as read" msgstr "ๆ ‡่ฎฐๆ‰€ๆœ‰ไธบๅทฒ่ฏป" +#: src/view/shell/bottom-bar/BottomBar.tsx:459 +#: src/view/shell/bottom-bar/BottomBar.tsx:463 +msgid "Mark all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:467 +#: src/view/shell/bottom-bar/BottomBar.tsx:471 +msgid "Mark all requests as read" +msgstr "" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7089,14 @@ msgstr "ๆ ‡่ฎฐไธบๅทฒ่ฏป" msgid "Marked all as read" msgstr "ๅทฒๆ ‡่ฎฐๆ‰€ๆœ‰ไธบๅทฒ่ฏป" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,16 +7120,16 @@ msgstr "ๅช’ไฝ“ๆ–‡ไปถๅทฒๅญ˜ๅ‚จๅˆฐๅ…ถไป–่ฎพๅค‡" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "ๅฏ่ƒฝไผšไปค้ƒจๅˆ†ๅ—ไผ—ไธๅฎ‰ๆˆ–้€ ๆˆไธ้€‚็š„ๅช’ไฝ“ๅ†…ๅฎนใ€‚" -#: src/components/moderation/BlockDialog.tsx:302 +#: 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 msgid "Members" msgstr "ๆˆๅ‘˜" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "ๆˆๅ‘˜ไป็„ถๅฏไปฅๆŸฅ็œ‹ๆญค็พค็ป„ๅฏน่ฏ่ฎฐๅฝ•๏ผŒไฝ†ๆ— ๆณ•ๅ‘้€ๆ–ฐไฟกๆฏใ€‚" @@ -7111,13 +7148,13 @@ msgstr "ๆๅŠ" msgid "Menu" msgstr "่œๅ•" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "ไฟกๆฏ" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 +#: 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" @@ -7132,7 +7169,7 @@ msgstr "ๅ‘้€ไฟกๆฏ็ป™ {0}" msgid "Message {displayName}" msgstr "ๅ‘ไฟกๆฏ็ป™ {displayName}" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "ๅทฒๅˆ ้™คไฟกๆฏ" @@ -7141,13 +7178,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "ๅทฒๅˆ ้™คไฟกๆฏ" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:616 msgid "Message failed to send." msgstr "ไฟกๆฏๅ‘้€ๅคฑ่ดฅใ€‚" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "ๆฅ่‡ช @{0} ็š„ไฟกๆฏ๏ผš{1}" @@ -7156,21 +7193,21 @@ msgstr "ๆฅ่‡ช @{0} ็š„ไฟกๆฏ๏ผš{1}" msgid "Message from server: {0}" msgstr "ๆฅ่‡ชๆœๅŠกๅ™จ็š„ไฟกๆฏ๏ผš{0}" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "ไฟกๆฏ่พ“ๅ…ฅๆก†" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "ไฟกๆฏ่ฟ‡้•ฟ๏ผˆ{graphemeCount}/{MAX_DM_GRAPHEME_LENGTH}๏ผ‰" -#: src/components/dms/MessageContextMenu.tsx:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "ไฟกๆฏ้€‰้กน" @@ -7178,11 +7215,11 @@ msgstr "ไฟกๆฏ้€‰้กน" msgid "Messages" msgstr "ไฟกๆฏ" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:715 msgid "Messages from this person are hidden while they are blocking you." msgstr "ๅฝ“ๆญค็”จๆˆทๅฑ่”ฝไฝ ๆ—ถ๏ผŒๅ…ถๅ‘้€็š„ไฟกๆฏๅฐ†ไผš้š่—ใ€‚" -#: src/components/dms/MessageItem.tsx:621 +#: src/components/dms/MessageItem.tsx:710 msgid "Messages from this person are hidden while you are blocking them." msgstr "ๅฝ“ไฝ ๅฑ่”ฝๆญค็”จๆˆทๆ—ถ๏ผŒๅ…ถๅ‘้€็š„ไฟกๆฏๅฐ†ไผš้š่—ใ€‚" @@ -7219,8 +7256,8 @@ msgstr "ๅ†…ๅฎนๅฎกๆ ธ่ฏฆๆƒ…" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "็”ฑ {0} ๅˆ›ๅปบ็š„ๅ†…ๅฎนๅฎกๆ ธๅˆ—่กจ" @@ -7228,7 +7265,7 @@ msgstr "็”ฑ {0} ๅˆ›ๅปบ็š„ๅ†…ๅฎนๅฎกๆ ธๅˆ—่กจ" msgid "Moderation list by <0/>" msgstr "็”ฑ <0/> ๅˆ›ๅปบ็š„ๅ†…ๅฎนๅฎกๆ ธๅˆ—่กจ" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "ไฝ ๅˆ›ๅปบ็š„ๅ†…ๅฎนๅฎกๆ ธๅˆ—่กจ" @@ -7281,8 +7318,8 @@ msgstr "ๆ›ดๅคš่ฏญ่จ€โ€ฆโ€ฆ" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "ๆ›ดๅคš้€‰้กน" @@ -7302,7 +7339,7 @@ msgstr "็”ตๅฝฑ" msgid "Music" msgstr "้Ÿณไน" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "้š่—" @@ -7320,8 +7357,8 @@ msgstr "้š่— {0}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "้š่—่ดฆๆˆท" @@ -7347,7 +7384,7 @@ msgstr "้š่—ๅˆ—่กจ" msgid "Mute these accounts?" msgstr "่ฆ้š่—่ฟ™ไบ›่ดฆๆˆทๅ—๏ผŸ" -#: src/screens/Messages/ConversationSettings/index.tsx:530 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "้š่—ๆญค็พค็ป„ๅฏน่ฏ" @@ -7387,9 +7424,9 @@ 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:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "ๅทฒ้š่—" @@ -7421,7 +7458,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 @@ -7480,7 +7517,7 @@ msgstr "ไธ็”จไบ†๏ผŒ่ฏทๅธฎๆˆ‘ๅˆ›ๅปบไธ€ไธช่ดฆๆˆทไปฃ็ " #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "ๆœ€ๆ–ฐ" @@ -7490,21 +7527,21 @@ msgctxt "action" msgid "New" msgstr "ๆ–ฐๅปบ" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "ๆฅ่‡ช {firstAuthorLink} ็š„ๆ–ฐ{postsCount, plural, one {ๅธ–ๆ–‡} other {ๅธ–ๆ–‡}}" -#: 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 "ๆฅ่‡ช {firstAuthorName} ็š„ๆ–ฐ{postsCount, plural, one {ๅธ–ๆ–‡} other {ๅธ–ๆ–‡}}" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "ๆ–ฐๅฏน่ฏ" @@ -7592,11 +7629,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 "ๆฅ่‡ช {firstAuthorLink} ๅŠ<0>ๅ…ถไป– {additionalAuthorsCount, plural, one {{formattedAuthorsCount} ไบบ} other {{formattedAuthorsCount} ไบบ}}็š„ๆ–ฐๅธ–ๆ–‡ " -#: 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 "ๆฅ่‡ช {firstAuthorName} ๅŠๅ…ถไป– {additionalAuthorsCount, plural,one {{formattedAuthorsCount} ไบบ} other {{formattedAuthorsCount} ไบบ}}็š„ๆ–ฐๅธ–ๆ–‡" @@ -7646,7 +7683,7 @@ msgstr "ไธ‹ไธ€ๅผ ๅ›พ็‰‡" #: src/features/inviteFriends/components/ThemePicker.tsx:31 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." @@ -7718,7 +7755,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 "ๅทฒไธๅ†ๅ…ณๆณจ {0}" @@ -7726,7 +7763,7 @@ msgstr "ๅทฒไธๅ†ๅ…ณๆณจ {0}" msgid "No media yet" msgstr "็›ฎๅ‰่ฟ˜ๆฒกๆœ‰ๅช’ไฝ“ๅ†…ๅฎน" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "็›ฎๅ‰่ฟ˜ๆฒกๆœ‰ไฟกๆฏ" @@ -7763,7 +7800,7 @@ msgstr "ๆฒกๆœ‰ไบบ" msgid "No one but the author can quote this post." msgstr "ไป…้™ๅ‘ๅธƒ่€…ๅฏไปฅๅผ•็”จ่ฟ™ๅˆ™ๅธ–ๆ–‡ใ€‚" -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "ๆฒกๆœ‰ไบบๅฏไปฅๅ‘้€ไฟกๆฏ" @@ -7831,6 +7868,11 @@ 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" @@ -7875,7 +7917,7 @@ 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 @@ -7895,7 +7937,7 @@ msgstr "ๆ‰พไธๅˆฐ" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "ไธๆ€ฅ็€ๅˆ†ไบซ๏ผŸๅ…ˆๅฐ†ๅฅฝๆƒณๆณ•ๆ”ถ่ฟ›่‰็จฟ๏ผŒ้™ๅพ…ๆœ€ๅˆ้€‚็š„ๆ—ถๅˆปใ€‚" -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "ๅˆ†ไบซๆณจๆ„ไบ‹้กน" @@ -7931,7 +7973,7 @@ msgstr "้€š็Ÿฅๆ็คบ้Ÿณ" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8017,7 @@ msgstr "ๅฅฝ็š„" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:722 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8008,11 +8050,11 @@ 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:862 msgid "One or more GIFs is missing alt text." msgstr "่‡ณๅฐ‘ๆœ‰ไธ€ๅผ  GIF ็ผบๅคฑไบ†ๆ›ฟไปฃๆ–‡ๆœฌใ€‚" -#: src/view/com/composer/Composer.tsx:861 +#: src/view/com/composer/Composer.tsx:859 msgid "One or more images is missing alt text." msgstr "่‡ณๅฐ‘ๆœ‰ไธ€ๅผ ๅ›พ็‰‡็ผบๅคฑไบ†ๆ›ฟไปฃๆ–‡ๆœฌใ€‚" @@ -8024,11 +8066,11 @@ msgstr "ไฝ ๆ‰€้€‰ไธญ็š„้ƒจๅˆ†ๆ–‡ไปถๆ ผๅผไธ่ขซๆ”ฏๆŒใ€‚" 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:659 +#: src/view/com/composer/Composer.tsx:657 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:871 +#: src/view/com/composer/Composer.tsx:869 msgid "One or more videos is missing alt text." msgstr "่‡ณๅฐ‘ๆœ‰ไธ€ๆฎต่ง†้ข‘็ผบๅคฑไบ†ๆ›ฟไปฃๆ–‡ๆœฌใ€‚" @@ -8041,7 +8083,7 @@ msgstr "ไป…้™{0}ๅฏไปฅๅ›žๅคใ€‚" #. 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:233 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}" @@ -8053,7 +8095,7 @@ msgstr "ๅชๆœ‰็ฎก็†ๅ‘˜ๅฏไปฅๆŽฅๅ—ๅŠ ๅ…ฅ็”ณ่ฏทใ€‚" msgid "Only admins can ignore join requests." msgstr "ๅชๆœ‰็ฎก็†ๅ‘˜ๅฏไปฅๅฟฝ็•ฅๅŠ ๅ…ฅ็”ณ่ฏทใ€‚" -#: src/components/intents/GroupChatJoinDialog.tsx:145 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." msgstr "ๅชๆœ‰ๅ…ณๆณจ่€…ๅฏไปฅๅŠ ๅ…ฅๆญค็พค็ป„ๅฏน่ฏใ€‚" @@ -8068,12 +8110,12 @@ msgid "Only image files are supported" msgstr "ไป…ๆ”ฏๆŒๅ›พ็‰‡ๆ–‡ไปถ" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:222 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." msgstr "ๅชๆœ‰ {0} ๅ…ณๆณจ็š„ไบบๅฏไปฅๅŠ ๅ…ฅใ€‚" #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:292 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" msgstr "ๅชๆœ‰็พค็ป„ๆ‰€ๆœ‰่€…ๅ…ณๆณจ็š„ไบบๅฏไปฅๅŠ ๅ…ฅ" @@ -8087,7 +8129,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 @@ -8107,7 +8149,7 @@ msgid "Open camera" msgstr "ๅผ€ๅฏ็›ธๆœบ" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:437 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" msgstr "ๅผ€ๅฏๅฏน่ฏ" @@ -8115,8 +8157,8 @@ msgstr "ๅผ€ๅฏๅฏน่ฏ" msgid "Open chat member options for {displayName}" msgstr "ๅผ€ๅฏ {displayName} ็š„ๅฏน่ฏๆˆๅ‘˜้€‰้กน" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "ๅผ€ๅฏๅฏน่ฏ้€‰้กน" @@ -8128,9 +8170,9 @@ msgstr "ๅผ€ๅฏ่‰็จฟ" msgid "Open drawer menu" msgstr "ๅผ€ๅฏๆŠฝๅฑ‰่œๅ•" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2158 msgid "Open emoji picker" msgstr "ๅผ€ๅฏ่กจๆƒ…็ฌฆๅท้€‰ๆ‹ฉๅ™จ" @@ -8151,7 +8193,7 @@ msgstr "ๅผ€ๅฏๅฎŒๆ•ด็š„่กจๆƒ…็ฌฆๅทๅˆ—่กจ" msgid "Open Germ DM" msgstr "ๅผ€ๅฏ Germ DM" -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" msgstr "ๅผ€ๅฏ็พค็ป„ๅฏน่ฏ" @@ -8163,14 +8205,14 @@ 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:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "ๅผ€ๅฏๆŒ‡ๅ‘ {niceUrl} ็š„้“พๆŽฅ" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "ๅผ€ๅฏไฟกๆฏ้€‰้กน" @@ -8197,7 +8239,7 @@ msgstr "ๆ‰“ๅผ€ไธชไบบ่ต„ๆ–™" #: src/features/inviteFriends/components/ActionButtons.tsx:39 msgid "Open QR code scanner" -msgstr "" +msgstr "ๅผ€ๅฏไบŒ็ปด็ ๆ‰ซๆๅ™จ" #: src/components/BotAccountAlert.tsx:62 #: src/components/BotAccountAlert.tsx:71 @@ -8221,7 +8263,7 @@ msgstr "ๅผ€ๅฏ Storybook ้กต้ข" msgid "Open system log" msgstr "ๅผ€ๅฏ็ณป็ปŸๆ—ฅๅฟ—" -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" msgstr "ๅผ€ๅฏๆญค็พค็ป„ๅฏน่ฏ" @@ -8240,7 +8282,7 @@ msgstr "ๅผ€ๅฏๅฏน่ฏๆก†ๆฅ้€‰ๆ‹ฉๅ“ชไบ›ไบบๅฏไปฅไธŽ่ฟ™ๅˆ™ๅธ–ๆ–‡ไบง็”Ÿไบ’ๅŠจ" #: src/features/inviteFriends/components/ThemePicker.tsx:38 msgid "Opens a list of color themes for the QR card" -msgstr "" +msgstr "ๅผ€ๅฏไบŒ็ปด็ ๅก็‰‡็š„้ขœ่‰ฒไธป้ข˜ๅˆ—่กจ" #: src/screens/Log.tsx:74 msgid "Opens additional details for a debug entry" @@ -8275,13 +8317,13 @@ msgstr "ๅผ€ๅฏ่ฎพๅค‡็›ธๆœบ" 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ใ€‚" -#: src/screens/Messages/JoinRequest.tsx:309 +#: 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 "ๅผ€ๅฏๅˆ›ๅปบๆ–ฐ Bluesky ่ดฆๆˆทๆต็จ‹" -#: src/screens/Messages/JoinRequest.tsx:295 +#: 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" @@ -8322,7 +8364,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 @@ -8331,7 +8373,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" @@ -8341,7 +8383,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 "ๅผ€ๅฏ่ฏฅไธชไบบ่ต„ๆ–™" @@ -8513,6 +8555,16 @@ msgstr "ๅ…ณๆณจ @{0} ็š„็”จๆˆท" msgid "People I follow" msgstr "ๆˆ‘ๅ…ณๆณจ็š„ไบบ" +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "ๆˆ‘ๅ…ณๆณจ็š„ไบบ" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "ๆˆ‘ๅ…ณๆณจ็š„ไบบ" + #: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "ๆˆ‘ๅ…ณๆณจ็š„ไบบๅฏไปฅ็›ดๆŽฅๅŠ ๅ…ฅ" @@ -8560,7 +8612,7 @@ msgstr "ๆ‘„ๅฝฑ" #: src/features/inviteFriends/components/ThemePicker.tsx:37 msgid "Pick a color theme" -msgstr "" +msgstr "้€‰ๆ‹ฉไธ€ไธช้ขœ่‰ฒไธป้ข˜" #: src/view/com/composer/labels/LabelsBtn.tsx:165 msgid "Pictures meant for adults." @@ -8786,7 +8838,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 ็งปๅŠจๅบ”็”จๆฅๆ‰ซๆไบŒ็ปด็ ใ€‚" #: src/screens/Settings/FindContactsSettings.tsx:107 msgid "Please use the native app to import your contacts." @@ -8813,7 +8865,7 @@ msgstr "ๆ”ฟๆฒป" msgid "Porn" msgstr "่‰ฒๆƒ…" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post" msgstr "ๅ‘ๅธƒ" @@ -8833,12 +8885,12 @@ msgstr "ๅ‘ๅธƒไธ€ๅผ ๅ›พ็‰‡" msgid "Post a video" msgstr "ๅ‘ๅธƒไธ€ๆฎต่ง†้ข‘" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Post All" msgstr "ๅ…จ้ƒจๅ‘ๅธƒ" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1468 msgid "Post anyway" msgstr "ไป็„ถๅ‘ๅธƒ" @@ -8891,7 +8943,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 @@ -9015,11 +9067,11 @@ msgstr "้š็งๆ”ฟ็ญ–" msgid "Privacy violation of a minor" msgstr "ไพต็Šฏๆœชๆˆๅนด้š็ง" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2592 msgid "Processing GIF..." msgstr "ๆญฃๅœจๅค„็† GIFโ€ฆโ€ฆ" -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing video..." msgstr "ๆญฃๅœจๅค„็†่ง†้ข‘โ€ฆโ€ฆ" @@ -9031,7 +9083,7 @@ msgstr "ๅค„็†ไธญโ€ฆโ€ฆ" msgid "profile" msgstr "ไธชไบบ่ต„ๆ–™" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9117,22 @@ 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:1790 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:1785 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:1774 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:1779 msgid "Publish reply" msgstr "ๅ‘ๅธƒๅ›žๅค" @@ -9109,7 +9161,7 @@ msgid "QR code has been downloaded!" msgstr "ๅทฒไธ‹่ฝฝไบŒ็ปด็ ๏ผ" #: src/components/StarterPack/QrCodeDialog.tsx:122 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "ๅทฒไฟๅญ˜ไบŒ็ปด็ ่‡ณ็…ง็‰‡ๅ›พๅบ“๏ผ" @@ -9172,8 +9224,8 @@ msgstr "้‡ๆ–ฐๅฏ็”จ้“พๆŽฅ" msgid "React with {emoji}" msgstr "ไฝฟ็”จ {emoji} ๅšๅ‡บๅๅบ”" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "ๅๅบ”" @@ -9268,10 +9320,6 @@ msgstr "ๆŽจ่" msgid "Reconnect" msgstr "้‡ๆ–ฐ่ฟžๆŽฅ" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "ๅˆทๆ–ฐ้กต้ขไปฅๆ˜พ็คบ่ฏฅๅ†…ๅฎนใ€‚" - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" @@ -9289,14 +9337,16 @@ msgstr "ๆ‹’็ปๅฏน่ฏ้‚€่ฏท" #: src/screens/Messages/JoinRequests.tsx:483 msgid "Reject join request" -msgstr "" +msgstr "ๆ‹’็ปๅŠ ๅ…ฅ็”ณ่ฏท" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "้‡ๆ–ฐๅŠ ่ฝฝๅฏน่ฏ" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9355,9 @@ msgstr "้‡ๆ–ฐๅŠ ่ฝฝๅฏน่ฏ" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "็งป้™ค" @@ -9326,9 +9375,9 @@ msgstr "ไปŽไฝ ็š„ๆ–ฐๆ‰‹ๅŒ…ไธญๅˆ ้™ค {displayName}" msgid "Remove {displayName} from this group chat" msgstr "ไปŽ็พค็ป„ๅฏน่ฏไธญ็งป้™ค {displayName}" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" -msgstr "" +msgstr "็งป้™ค {displayName}๏ผŸ" #: src/screens/Search/components/SearchHistory.tsx:105 msgid "Remove {historyItem}" @@ -9443,14 +9492,14 @@ msgstr "ๅฐ†ๆญคๅŠจๆ€ๆบไปŽๅทฒไฟๅญ˜็š„ๅŠจๆ€ๆบไธญๅˆ ้™ค" msgid "Remove unavailable moderation services" msgstr "ๅˆ ้™คไธๅฏ็”จ็š„ๅ†…ๅฎนๅฎกๆ ธๆœๅŠก" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "ไปŽๅˆ—่กจไธญ็งป้™ค็”จๆˆท" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "ๆ’คๅ›ž่ฎค่ฏ" @@ -9466,8 +9515,8 @@ msgstr "ๅทฒ่ขซๅ‘ๅธƒ่€…ๅˆ ้™ค" msgid "Removed by you" msgstr "ไฝ ๅทฒๅˆ ้™ค" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "ๅทฒไปŽๅˆ—่กจไธญๅˆ ้™ค" @@ -9535,6 +9584,14 @@ msgctxt "description" msgid "Replied to you" msgstr "ๅฏนไฝ ่ฟ›่กŒๅ›žๅค" +#: src/components/dms/MessageItem.tsx:883 +msgid "Replied-to message from {senderName}, tap to scroll to it" +msgstr "" + +#: src/components/dms/MessageItem.tsx:884 +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 @@ -9552,7 +9609,12 @@ msgstr "ๅทฒๅœ็”จๅ›žๅค" msgid "Replies to this post are disabled." msgstr "่ฟ™ๅˆ™ๅธ–ๆ–‡็š„ๅ›žๅคๅทฒ่ขซๅœ็”จใ€‚" -#: src/view/com/composer/Composer.tsx:1804 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "ๅ›žๅค" + +#: src/view/com/composer/Composer.tsx:1802 msgctxt "action" msgid "Reply" msgstr "ๅ›žๅค" @@ -9590,14 +9652,14 @@ msgstr "ๅทฒๆ›ดๆ–ฐๅ›žๅคๅฏ่งๆ€ง" msgid "Reply was successfully hidden" msgstr "ๅทฒๆˆๅŠŸ้š่—ๅ›žๅค" -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:582 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "ไธพๆŠฅ" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "ไธพๆŠฅ่ดฆๆˆท" @@ -9623,7 +9685,7 @@ msgstr "ไธพๆŠฅๅŠจๆ€ๆบ" msgid "Report list" msgstr "ไธพๆŠฅๅˆ—่กจ" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "ไธพๆŠฅไฟกๆฏ" @@ -9657,7 +9719,7 @@ msgstr "ไธพๆŠฅๆญคๅฏน่ฏ" msgid "Report this feed" msgstr "ไธพๆŠฅๆญคๅŠจๆ€ๆบ" -#: src/screens/Messages/ConversationSettings/index.tsx:581 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "ไธพๆŠฅๆญค็พค็ป„ๅฏน่ฏ" @@ -9737,7 +9799,7 @@ msgstr "่ฝฌๅ‘่ฟ™ๅˆ™ๅธ–ๆ–‡" msgid "Reposts of your reposts" msgstr "่ฝฌๅ‘ไฝ ่ฝฌๅ‘็š„ๅธ–ๆ–‡" -#: src/components/intents/GroupChatJoinDialog.tsx:447 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" msgstr "็”ณ่ฏทๅŠ ๅ…ฅ็พค็ป„ๅฏน่ฏ" @@ -9755,7 +9817,7 @@ msgid "Request ignored." msgstr "ๅทฒๅฟฝ็•ฅ็”ณ่ฏทใ€‚" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:281 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" msgstr "็”ณ่ฏทๅŠ ๅ…ฅ" @@ -9764,7 +9826,7 @@ msgid "Requested" msgstr "ๅทฒๅ‘้€็”ณ่ฏท" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "้‚€่ฏท" @@ -9791,15 +9853,15 @@ msgstr "ๆœๅŠกๆไพ›ๅ•†ๆœ‰ๆญค่ฆๆฑ‚" msgid "Required in your region" msgstr "ไฝ ๆ‰€ๅœจ็š„ๅœฐๅŒบๆœ‰ๆญค่ฆๆฑ‚" -#: src/components/intents/GroupChatJoinDialog.tsx:296 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:310 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:115 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:117 msgid "Rescind request" 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" @@ -9872,7 +9934,7 @@ msgstr "้‡่ฏ•ไธŠๆฌกๅ‡บ้”™็š„ๆ“ไฝœ" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 #: src/screens/Messages/JoinRequests.tsx:361 @@ -9928,7 +9990,7 @@ msgstr "ๆ‚ฒไผค GIFs" #: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10015,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:1449 #: 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:1421 #: 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:1449 #: 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:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "ไฟๅญ˜่‰็จฟ๏ผŸ" @@ -10022,13 +10084,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:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "ๅ‘ๆŸไบบ้—ฎๅฃฐๅฅฝ" @@ -10038,13 +10100,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 "ๆ‰ซๆไบŒ็ปด็ " #: src/lib/interests.ts:71 msgid "Science" @@ -10058,6 +10120,10 @@ msgstr "ๅ‘ๅทฆๆ—‹่ฝฌ" msgid "Scroll right" msgstr "ๅ‘ๅณๆ—‹่ฝฌ" +#: src/components/dms/MessageItem.tsx:774 +msgid "Scroll to the message this is replying to" +msgstr "" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "ๆปšๅŠจๅˆฐ้กถ้ƒจ" @@ -10067,7 +10133,7 @@ msgstr "ๆปšๅŠจๅˆฐ้กถ้ƒจ" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "ๆœ็ดข" @@ -10148,8 +10214,8 @@ msgstr "ๆœ็ดข่ฏญ่จ€" msgid "Search my posts" msgstr "ๆœ็ดขๆˆ‘็š„ๅธ–ๆ–‡" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "ๆœ็ดขๅธ–ๆ–‡" @@ -10425,8 +10491,8 @@ msgstr "ๆไบค้”™่ฏฏๆŠฅๅ‘Š" msgid "Send feedback" msgstr "ๆไบคๅ้ฆˆ" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "ๅ‘้€ไฟกๆฏ" @@ -10460,7 +10526,7 @@ msgid "Send via direct message" msgstr "้€š่ฟ‡็งไบบไฟกๆฏๅ‘้€" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "ๅ‘้€ไบŽ {0}" @@ -10565,7 +10631,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 @@ -10577,7 +10643,7 @@ msgstr "ๆ€งๆš—็คบ" msgid "Share" msgstr "ๅˆ†ไบซ" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "ไป็„ถๅˆ†ไบซ" @@ -10594,7 +10660,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 @@ -10611,7 +10677,7 @@ 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 @@ -10641,8 +10707,8 @@ msgstr "ๅˆ†ไบซๆญคๆ–ฐๆ‰‹ๅŒ…๏ผŒไปฅๅธฎๅŠฉๅ…ถไป–ไบบๆ›ดๅฟซ่žๅ…ฅไฝ ๅœจ Bluesky ไธŠ็š„ #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "ๅˆ†ไบซๅˆฐโ€ฆโ€ฆ" @@ -10796,15 +10862,15 @@ msgstr "ๆ˜พ็คบๅ†…ๅฎน" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:294 -#: src/screens/Messages/JoinRequest.tsx:300 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,7 +10896,7 @@ msgstr "็™ปๅฝ•ๆˆ–ๅˆ›ๅปบ่ดฆๆˆท" msgid "Sign in or create your account to join the conversation!" msgstr "็™ปๅฝ•ๆˆ–ๅˆ›ๅปบไฝ ็š„่ดฆๆˆทๆฅๅŠ ๅ…ฅๅฏน่ฏๅง๏ผ" -#: src/screens/Messages/JoinRequest.tsx:220 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." msgstr "็™ปๅฝ•ไปฅๆŽฅๅ—้‚€่ฏทใ€‚" @@ -10842,7 +10908,7 @@ msgstr "็™ปๅฝ•ๆœชๅˆ—ๅ‡บ็š„่ดฆๆˆท" msgid "Sign in to Bluesky or create a new account" msgstr "็™ปๅฝ• Bluesky ๆˆ–ๅˆ›ๅปบๆ–ฐ่ดฆๆˆท" -#: src/screens/Messages/JoinRequest.tsx:219 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." msgstr "็™ปๅฝ•ไปฅ็”ณ่ฏทๅŠ ๅ…ฅๆญค็พค็ป„ๅฏน่ฏใ€‚" @@ -10900,7 +10966,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:1466 msgid "Skip empty posts?" msgstr "่ทณ่ฟ‡็ฉบ็™ฝๅธ–ๆ–‡๏ผŸ" @@ -10971,12 +11037,12 @@ msgid "Someone left the group" msgstr "ๆœ‰ไบบ็ฆปๅผ€ไบ†็พค็ป„" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:347 msgid "Someone reacted {0}" msgstr "ๆœ‰ไบบไฝœๅ‡บไบ† {0} ๅๅบ”" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "ๆœ‰ไบบๅฏน {target} ไฝœๅ‡บไบ† {0} ๅๅบ”" @@ -10996,10 +11062,6 @@ msgstr "ๆœ‰ไบบ่ขซ็งป้™คไบ†" msgid "Someone was removed from the group" msgstr "ๆœ‰ไบบๅทฒ่ขซ็งป้™คๅ‡บ็พค็ป„" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "่ฟ™้‡Œๆœ‰ไบ›ๆ–ฐๆ”นๅŠจ" - #: 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 "ไฝ ่ฏ•ๅ›พๆไบค็š„ไธพๆŠฅไฟกๆฏๅฏ่ƒฝๆœ‰่ฏฏ๏ผŒ่ฏท่”็ณปๆ”ฏๆŒ่Žทๅ–ๅธฎๅŠฉใ€‚" @@ -11043,8 +11105,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 "ๅพˆๆŠฑๆญ‰๏ผŒไฝ ็š„็™ปๅฝ•ไผš่ฏๅทฒ่ฟ‡ๆœŸ๏ผŒ่ฏท้‡ๆ–ฐ็™ปๅฝ•ใ€‚" @@ -11085,7 +11147,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" @@ -11214,13 +11276,13 @@ msgid "Subscribe" msgstr "่ฎข้˜…" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "่ฎข้˜… {0}" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "ๅœจ {0} ไธŠ่ฎข้˜… {publicationTitle}" @@ -11255,7 +11317,7 @@ msgstr "ๅฎŒๆˆ" msgid "Success!" msgstr "ๅฎŒๆˆ๏ผ" -#: src/components/intents/GroupChatJoinDialog.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" msgstr "ๅทฒๅŠ ๅ…ฅ็พค็ป„ๅฏน่ฏ๏ผ" @@ -11349,13 +11411,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:572 +#: src/components/dms/MessageItem.tsx:661 msgid "Tap for details" msgstr "็‚นๅ‡ปไปฅ่Žทๅ–่ฏฆ็ป†ไฟกๆฏ" @@ -11390,7 +11452,7 @@ msgid "Tap to dismiss" msgstr "็‚นๆŒ‰ไปฅ่ทณ่ฟ‡" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:453 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" msgstr "็‚นๅ‡ปไปฅ็ซ‹ๅณๅŠ ๅ…ฅๆญค็พค็ป„ๅฏน่ฏ" @@ -11398,34 +11460,34 @@ msgstr "็‚นๅ‡ปไปฅ็ซ‹ๅณๅŠ ๅ…ฅๆญค็พค็ป„ๅฏน่ฏ" msgid "Tap to open this group chat" msgstr "็‚นๅ‡ปไปฅๅผ€ๅฏๆญค็พค็ป„ๅฏน่ฏ" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "็‚นๅ‡ปไปฅ็งป้™ค" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "็‚นๅ‡ปไปฅ็งป้™คไฝ ็š„ {0} ๅๅบ”" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:452 +#: src/components/intents/GroupChatJoinDialog.tsx:468 msgid "Tap to request access to join this group chat" msgstr "็‚นๅ‡ปไปฅ็”ณ่ฏทๅŠ ๅ…ฅๆญค็พค็ป„ๅฏน่ฏ" -#: src/components/dms/MessageItem.tsx:537 +#: src/components/dms/MessageItem.tsx:626 msgid "Tap to retry" msgstr "็‚นๅ‡ปไปฅ้‡่ฏ•" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "็‚นๅ‡ปไปฅๆ˜พ็คบ {0} ๅๅบ”" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "็‚นๅ‡ปไปฅๆ˜พ็คบๆ‰€ๆœ‰ๅๅบ”" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:373 msgid "Tap to view reactions" msgstr "็‚นๅ‡ปไปฅๆ˜พ็คบๅๅบ”" @@ -11528,7 +11590,7 @@ msgstr "ๅฐฑ่ฟ™ไบ›ไบ†๏ผ" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "ๅ–ๆถˆๅฑ่”ฝๅŽ๏ผŒ่ฏฅ่ดฆๆˆทๅฐ†้‡ๆ–ฐ่ƒฝๅคŸไธŽไฝ ไบ’ๅŠจใ€‚" @@ -11594,7 +11656,7 @@ msgstr "ๅœจๅ‘ๅธƒๆ–ฐๅธ–ๆ–‡ๆ—ถ๏ผŒไปฅไธ‹่ฎพ็ฝฎๅฐ†่ขซ็”จไฝœ้ป˜่ฎคๅ€ผใ€‚ไฝ ๅฏไปฅ้€š msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "ไฝ ๆ‰€ๅœจๅœฐ็š„็›ธๅ…ณๆณ•ๅพ‹่ฆๆฑ‚้œ€่ฆ้ชŒ่ฏไฝ ๅทฒๆˆๅนดๅŽ๏ผŒๆ‰่ƒฝไฝฟ็”จ Bluesky ไธŠ็š„้ƒจๅˆ†ๅŠŸ่ƒฝใ€‚็‚นๅ‡ปไปฅไบ†่งฃ่ฏฆๆƒ…ใ€‚" -#: src/components/intents/GroupChatJoinDialog.tsx:155 +#: src/components/intents/GroupChatJoinDialog.tsx:165 #: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." msgstr "ๅทฒ่พพๅˆฐ็พค็ป„ๆˆๅ‘˜ไธŠ้™ใ€‚" @@ -11621,7 +11683,7 @@ msgstr "ๆœๅŠกๅ™จไผผไนŽ้‡ๅˆฐไบ†้—ฎ้ข˜๏ผŒ่ฏท็จๅŽ้‡่ฏ•ใ€‚" msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "ไฝ ๅฐ่ฏ•ๆŸฅ็œ‹็š„ๆ–ฐๆ‰‹ๅŒ…ๆ— ๆ•ˆใ€‚ไฝ ๅฏไปฅ่€ƒ่™‘ๅˆ ้™คๆญคๆ–ฐๆ‰‹ๅŒ…ใ€‚" -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "ไธŠไธ‹ๆ–‡่œๅ•ๅฏนๅบ”็š„ไธป้ข˜" @@ -11665,8 +11727,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "ๆ— ๆณ•ๅŠ ่ฝฝ GIFs๏ผŒๆฃ€ๆŸฅไฝ ็š„็ฝ‘็ปœ้“พๆŽฅๅนถๅ†่ฏ•ไธ€ๆฌกใ€‚" #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:182 +#: 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 "ไฝ ็š„็ฝ‘็ปœ่ฟžๆŽฅๅ‘็”Ÿไบ†ไธ€ไบ›้—ฎ้ข˜๏ผŒ่ฏท้‡่ฏ•" @@ -11693,7 +11755,7 @@ msgstr "ๅˆทๆ–ฐ้€š็Ÿฅๆ—ถๅ‡บ็Žฐ้—ฎ้ข˜๏ผŒ็‚นๅ‡ป้‡่ฏ•ใ€‚" msgid "There was an issue fetching posts. Tap here to try again." msgstr "ๅˆทๆ–ฐๅธ–ๆ–‡ๆ—ถๅ‡บ็Žฐ้—ฎ้ข˜๏ผŒ็‚นๅ‡ป้‡่ฏ•ใ€‚" -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "ๅˆทๆ–ฐๅˆ—่กจๆ—ถๅ‡บ็Žฐ้—ฎ้ข˜๏ผŒ็‚นๅ‡ป้‡่ฏ•ใ€‚" @@ -11733,12 +11795,12 @@ msgstr "ๆ›ดๆ–ฐๅŠจๆ€ๆบๆ—ถๅ‡บ็Žฐ้—ฎ้ข˜ใ€‚่ฏทๆฃ€ๆŸฅ็ฝ‘็ปœ่ฟžๆŽฅๅนถ้‡่ฏ•ใ€‚" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "ๅ‡บ็Žฐ้—ฎ้ข˜ไบ†๏ผ{0}" @@ -11776,11 +11838,11 @@ msgstr "่ฟ™ไบ›ๅๅฅฝ่ฎพ็ฝฎๅช้€‚็”จไบŽโ€œFollowingโ€ๅŠจๆ€ๆบใ€‚" #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" -msgstr "" +msgstr "ไป–ไปฌๆ˜ฏๆญคๅฏน่ฏ็š„ๆ‰€ๆœ‰่€…" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: 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:" @@ -11828,24 +11890,24 @@ msgstr "่ฏฅไฝœ่€…ไป…้™ๅทฒ็™ปๅฝ•็”จๆˆทๅฏไปฅๆŸฅ็œ‹ๅ…ถๅธ–ๆ–‡ใ€‚" 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 "ๆญคๆŒ‰้’ฎๅ…่ฎธๅ…ถไป–ไบบๅผ€ๅฏ Germ DM ๅ‘ไฝ ๅ‘้€ไฟกๆฏ๏ผŒไฝ ๅฏไปฅ้€š่ฟ‡ Germ DM ๆฅ็ฎก็†ๅ…ถๅฏ่งๆ€ง๏ผŒๆˆ–่€…็‚นๅ‡ปไธ‹ๆ–นๆŒ‰้’ฎๆ–ญๅผ€ไฝ  Bluesky ่ดฆๆˆทไธŽ Germ DM ็š„่ฟžๆŽฅใ€‚" -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "ๆญคๅฏน่ฏๅทฒ็ป“ๆŸ" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:287 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" msgstr "ๆญคๅฏน่ฏๅทฒๆปกๅ‘˜" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "ๆญคๅฏน่ฏๅทฒ้”ๅฎš" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:430 +#: 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" @@ -11881,7 +11943,7 @@ msgstr "็”ฑไบŽๆœ‰็”จๆˆท่ขซๅฆไธ€ไธช็”จๆˆทๅฑ่”ฝ๏ผŒๅฏผ่‡ดๆ— ๆณ•ๆŸฅ็œ‹่ฏฅๅ†…ๅฎนใ€‚ msgid "This content is not viewable without a Bluesky account." msgstr "่ฏฅๅ†…ๅฎน้œ€่ฆ็™ปๅฝ• Bluesky ่ดฆๆˆทๆ–นๅฏๆŸฅ็œ‹ใ€‚" -#: src/components/intents/GroupChatJoinDialog.tsx:141 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." msgstr "ๆญคๅฏน่ฏๅทฒ้”ๅฎšใ€‚" @@ -11931,9 +11993,9 @@ msgstr "ๆญคๅŠจๆ€ๆบไธบ็ฉบใ€‚" msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "ๆญคๅŠจๆ€ๆบๅทฒ็ฆป็บฟใ€‚ๆˆ‘ไปฌๅฐ†ๆ”นไธบๆ˜พ็คบๆฅ่‡ช <0>Discover ๅŠจๆ€ๆบ็š„ๅ†…ๅฎนใ€‚" -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: 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." @@ -11947,11 +12009,11 @@ msgstr "ๆ— ๆณ•ไฝฟ็”จ่ฟ™ๅผ ๅ›พ็‰‡๏ผŒ่ฏทๆ”น็”จๅ…ถไป–ๅ›พ็‰‡ๆ ผๅผ๏ผŒไพ‹ๅฆ‚ .jpg ๆˆ– msgid "This information is private and not shared with other users." msgstr "ๆญคไฟกๆฏๅฐ†ไฟๆŒ็งๅฏ†๏ผŒไธไผšๅˆ†ไบซ็ป™ๅ…ถไป–็”จๆˆทใ€‚" -#: src/components/intents/GroupChatJoinDialog.tsx:151 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." msgstr "ๆญค้‚€่ฏท้“พๆŽฅๅทฒ่ขซ็ฆ็”จใ€‚" -#: src/components/intents/GroupChatJoinDialog.tsx:223 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" msgstr "ๆญค้‚€่ฏท้“พๆŽฅๆ— ๆ•ˆ" @@ -11997,17 +12059,17 @@ msgstr "ๆญคๅˆ—่กจ็”ฑไฝ ๅˆ›ๅปบ๏ผŒๅ…ถๅ็งฐๆˆ–ๆ่ฟฐๅฏ่ƒฝ่ฟๅไบ† Bluesky ็คพ็พค msgid "This list is empty." msgstr "ๆญคๅˆ—่กจไธบ็ฉบใ€‚" -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" -msgstr "" +msgstr "่ฟ™ๆกไฟกๆฏๅทฒ้š่—" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:688 msgid "This message is hidden because this user is blocking you." msgstr "ๆญคไฟกๆฏๅทฒ่ขซ้š่—๏ผŒๅ› ไธบๆญค็”จๆˆทๅฑ่”ฝไบ†ไฝ ใ€‚" -#: src/components/dms/MessageItem.tsx:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:658 +#: src/components/dms/MessageItem.tsx:684 msgid "This message is hidden because you are blocking this user." msgstr "ๆญคไฟกๆฏๅทฒ่ขซ้š่—๏ผŒๅ› ไธบไฝ ๅฑ่”ฝไบ†ๆญค็”จๆˆทใ€‚" @@ -12045,11 +12107,11 @@ 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:1041 msgid "This post's author has disabled quote posts." msgstr "่ฟ™ๅˆ™ๅธ–ๆ–‡็š„ๅ‘ๅธƒ่€…ๅทฒๅœ็”จๅผ•็”จๅธ–ๆ–‡ใ€‚" -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "ๆญคไธชไบบ่ต„ๆ–™ๅชๅฏนๅทฒ็™ปๅฝ•็”จๆˆทๅฏ่ง๏ผŒๆœช็™ปๅฝ•็š„็”จๆˆทๅฐ†ๆ— ๆณ•็œ‹ๅˆฐใ€‚" @@ -12242,8 +12304,8 @@ msgstr "็ƒญ้—จๅ›žๅคไผ˜ๅ…ˆ" msgid "Topic" msgstr "่ฏ้ข˜" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,9 +12375,9 @@ msgctxt "action" msgid "Try again" msgstr "้‡่ฏ•" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 +#: 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 @@ -12325,7 +12387,7 @@ 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" @@ -12335,7 +12397,7 @@ msgstr "็”ต่ง†่Š‚็›ฎ" msgid "Two-factor authentication (2FA)" msgstr "ไธคๆญฅ้ชŒ่ฏ๏ผˆ2FA๏ผ‰" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "่ฏทๅœจ่ฟ™้‡Œ่พ“ๅ…ฅๆถˆๆฏ" @@ -12401,7 +12463,7 @@ msgstr "็›ฎๅ‰ๆ— ๆณ•ไฝฟ็”จ" msgid "Unavailable feed information" msgstr "ๅŠจๆ€ๆบไฟกๆฏไธๅฏ็”จ" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:726 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12409,14 +12471,14 @@ msgstr "ๅŠจๆ€ๆบไฟกๆฏไธๅฏ็”จ" #: src/components/moderation/BlockDialog.tsx:211 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "ๅ–ๆถˆๅฑ่”ฝ" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "ๅ–ๆถˆๅฑ่”ฝ" @@ -12427,17 +12489,17 @@ msgstr "ๅ–ๆถˆๅฑ่”ฝ {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" 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:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "่ฆๅ–ๆถˆๅฑ่”ฝ่ดฆๆˆทๅ—๏ผŸ" @@ -12474,12 +12536,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "ๅ–ๆถˆ่ฝฌๅ‘๏ผˆ{0, plural, one {# ๆฌก่ฝฌๅ‘} other {# ๆฌก่ฝฌๅ‘}}๏ผ‰" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "ๅ–ๆถˆๅ…ณๆณจ {0}" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "ๅ–ๆถˆๅ…ณๆณจ่ดฆๆˆท" @@ -12521,11 +12583,11 @@ msgstr "ๅ–ๆถˆๅ–œๆฌข" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "ๅ–ๆถˆๅ–œๆฌข๏ผˆ{0, plural, one {# ๆฌกๅ–œๆฌข} other {# ๆฌกๅ–œๆฌข}}๏ผ‰" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "่งฃ้”ๅฏน่ฏ" -#: src/screens/Messages/ConversationSettings/index.tsx:567 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "่งฃ้”ๆญค็พค็ป„่Šๅคฉ" @@ -12548,8 +12610,8 @@ msgstr "ๅ–ๆถˆ้š่— {0}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "ๅ–ๆถˆ้š่—่ดฆๆˆท" @@ -12562,7 +12624,7 @@ msgstr "ๅ–ๆถˆ้š่—ๅฏน่ฏ" msgid "Unmute list" msgstr "ๅ–ๆถˆ้š่—ๅˆ—่กจ" -#: src/screens/Messages/ConversationSettings/index.tsx:529 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "ๅ–ๆถˆ้š่—ๆญค็พค็ป„ๅฏน่ฏ" @@ -12641,26 +12703,23 @@ msgstr "ๅทฒไปŽๅˆ—่กจไธญๅ–ๆถˆ่ฎข้˜…" msgid "Unsupported clipboard content" msgstr "ไธๆ”ฏๆŒ็š„ๅ‰ช่ดดๆฟๅ†…ๅฎน" -#: src/view/com/composer/Composer.tsx:1557 +#: src/view/com/composer/Composer.tsx:1555 msgid "Unsupported video type: {mimeType}" msgstr "ไธๆ”ฏๆŒ็š„่ง†้ข‘็ฑปๅž‹๏ผš{mimeType}" #: 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 msgid "Update" msgstr "ๆ›ดๆ–ฐ" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "่ฆๆŠŠ <0>{displayName} ๆ›ดๆ–ฐๆˆ–ๅˆ ้™ค่‡ชๅ“ชไบ›ๅˆ—่กจ๏ผŸ" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" -msgstr "ๆ›ดๆ–ฐๅบ”็”จ" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 #: src/components/dialogs/EmailDialog/screens/Update.tsx:308 @@ -12669,6 +12728,10 @@ msgstr "ๆ›ดๆ–ฐๅบ”็”จ" msgid "Update email" msgstr "ๆ›ดๆ–ฐ็”ตๅญ้‚ฎ็ฎฑ" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 #: src/screens/Messages/components/InviteLinkDialog.tsx:303 @@ -12680,14 +12743,6 @@ msgstr "ๆ›ดๆ–ฐ้‚€่ฏท้“พๆŽฅ" msgid "Update to {domain}" msgstr "ๆ›ดๆ–ฐ่‡ณ {domain}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "ๆ›ดๆ–ฐไฝ ็š„ๅบ”็”จ" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "ๆ›ดๆ–ฐๅบ”็”จไปฅๆ˜พ็คบ่ฏฅๅ†…ๅฎนใ€‚" - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "ๆ›ดๆ–ฐไฝ ็š„็”ตๅญ้‚ฎ็ฎฑ" @@ -12736,7 +12791,7 @@ msgstr "ไปŽๆ–‡ไปถไธŠไผ " msgid "Upload from Library" msgstr "ไปŽ็…ง็‰‡ๅ›พๅบ“ไธŠไผ " -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2585 msgid "Uploading GIF..." msgstr "ๆญฃๅœจไธŠไผ  GIFโ€ฆโ€ฆ" @@ -12750,7 +12805,7 @@ msgstr "ๆญฃๅœจไธŠไผ ๅ›พ็‰‡โ€ฆโ€ฆ" msgid "Uploading link thumbnail..." msgstr "ๆญฃๅœจไธŠไผ ้“พๆŽฅ็ผฉ็•ฅๅ›พโ€ฆโ€ฆ" -#: src/view/com/composer/Composer.tsx:2589 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading video..." msgstr "ๆญฃๅœจไธŠไผ ่ง†้ข‘โ€ฆโ€ฆ" @@ -12826,7 +12881,7 @@ msgid "User Blocks You" msgstr "่ฏฅ็”จๆˆทๅฑ่”ฝไบ†ไฝ " #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "{0} ็š„็”จๆˆทๅˆ—่กจ" @@ -12835,7 +12890,7 @@ msgstr "{0} ็š„็”จๆˆทๅˆ—่กจ" msgid "User List by {0}" msgstr "{0} ็š„็”จๆˆทๅˆ—่กจ" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "ไฝ ็š„็”จๆˆทๅˆ—่กจ" @@ -12875,16 +12930,6 @@ msgstr "่ขซ <0>@{0} ๅ…ณๆณจ็š„็”จๆˆท" msgid "users following <0>@{0}" msgstr "ๆญฃๅœจๅ…ณๆณจ <0>@{0} ็š„็”จๆˆท" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "ๆˆ‘ๅ…ณๆณจ็š„็”จๆˆท" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "ๆˆ‘ๅ…ณๆณจ็š„็”จๆˆท" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "ๅ€ผ๏ผš" @@ -12912,8 +12957,8 @@ msgstr "่ฎค่ฏไบบ๏ผš" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "่ฎค่ฏ่ดฆๆˆท" @@ -13039,7 +13084,7 @@ msgstr "ๆ— ๆณ•ๆ‰พๅˆฐ่ง†้ข‘ใ€‚" msgid "Video settings" msgstr "่ง†้ข‘่ฎพ็ฝฎ" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2605 msgid "Video uploaded" msgstr "ๅทฒไธŠไผ ่ง†้ข‘" @@ -13056,14 +13101,14 @@ msgstr "่ง†้ข‘" msgid "Videos must be less than 3 minutes long." msgstr "่ง†้ข‘้•ฟๅบฆไธๅพ—่ถ…่ฟ‡ 3 ๅˆ†้’Ÿใ€‚" -#: src/view/com/composer/Composer.tsx:1150 +#: src/view/com/composer/Composer.tsx:1148 msgctxt "Action to view the post the user just created" msgid "View" msgstr "ๆŸฅ็œ‹" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "ๆŸฅ็œ‹ {0}" @@ -13078,7 +13123,7 @@ msgstr "ๆŸฅ็œ‹ {0} ็š„ๅคดๅƒ" #: 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 "ๆŸฅ็œ‹ {0} ็š„ไธชไบบ่ต„ๆ–™" @@ -13092,7 +13137,7 @@ msgstr "ๆŸฅ็œ‹ {0} ็š„ไธชไบบ่ต„ๆ–™" msgid "View {displayName}โ€™s profile" msgstr "ๆŸฅ็œ‹ {displayName} ็š„ไธชไบบ่ต„ๆ–™" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "ๆŸฅ็œ‹ {publicationTitle}" @@ -13145,7 +13190,7 @@ msgstr "ๆŸฅ็œ‹ๆ›ดๅคš" msgid "View more trending videos" msgstr "ๆต่งˆๆ›ดๅคš็ƒญ้—จ่ง†้ข‘" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1143 msgid "View post" msgstr "ๆŸฅ็œ‹ๅธ–ๆ–‡" @@ -13162,10 +13207,10 @@ msgstr "ๆŸฅ็œ‹ไธชไบบ่ต„ๆ–™" msgid "View profile banner" msgstr "ๆŸฅ็œ‹ไธชไบบ่ต„ๆ–™ๆจชๅน…" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "ๆŸฅ็œ‹ๅ‘ๅธƒไฟกๆฏ" @@ -13173,7 +13218,7 @@ msgstr "ๆŸฅ็œ‹ๅ‘ๅธƒไฟกๆฏ" msgid "View the avatar" msgstr "ๆŸฅ็œ‹ๅคดๅƒ" -#: src/screens/Messages/ConversationSettings/index.tsx:554 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "ๆŸฅ็œ‹ๆญค็พค็ป„ๅฏน่ฏ็š„้‚€่ฏท้“พๆŽฅ" @@ -13441,7 +13486,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:1039 msgid "We're sorry! The post you are replying to has been deleted." msgstr "ๅพˆๆŠฑๆญ‰๏ผไฝ ๅ›žๅค็š„ๅธ–ๆ–‡ๅทฒ่ขซๅˆ ้™คใ€‚" @@ -13492,7 +13537,7 @@ msgid "What do you want to call your starter pack?" msgstr "ไฝ ๅธŒๆœ›ๅฆ‚ไฝ•ๅ‘ฝๅไฝ ็š„ๆ–ฐๆ‰‹ๅŒ…๏ผŸ" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1519 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "ๅ‘็”Ÿไบ†ไป€ไนˆๆ–ฐ้ฒœไบ‹๏ผŸ" @@ -13519,7 +13564,7 @@ msgid "Who can verify?" msgstr "ๅ“ชไบ›ไบบๅฏไปฅ่Žทๅพ—่ฎค่ฏ๏ผŸ" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "็ณŸ็ณ•๏ผ" @@ -13578,7 +13623,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:1437 msgid "Would you like to save this as a draft to edit later?" msgstr "้œ€่ฆๆŠŠ็Žฐๆœ‰ๅ†…ๅฎนไฟๅญ˜ไธบ่‰็จฟ๏ผŒไปฅไพฟๆ—ฅๅŽ็ผ–่พ‘ๅ—๏ผŸ" @@ -13587,12 +13632,12 @@ msgstr "้œ€่ฆๆŠŠ็Žฐๆœ‰ๅ†…ๅฎนไฟๅญ˜ไธบ่‰็จฟ๏ผŒไปฅไพฟๆ—ฅๅŽ็ผ–่พ‘ๅ—๏ผŸ" msgid "Write a post" msgstr "ๆ’ฐๅ†™ไธ€็ฏ‡ๅธ–ๆ–‡" -#: src/view/com/composer/Composer.tsx:1617 +#: src/view/com/composer/Composer.tsx:1615 msgid "Write post" msgstr "ๆ’ฐๅ†™ๅธ–ๆ–‡" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1517 msgid "Write your reply" msgstr "ๆ’ฐๅ†™ไฝ ็š„ๅ›žๅค" @@ -13658,7 +13703,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:610 +#: src/components/dms/MessageItem.tsx:699 msgid "You are blocking {0}" msgstr "ไฝ ๅฑ่”ฝไบ† {0}" @@ -13756,7 +13801,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 "ไฝ ็Žฐๅœจๅฏไปฅ้€š่ฟ‡้“พๆŽฅๆˆ–ไบŒ็ปด็ ๆฅ้‚€่ฏทๅฅฝๅ‹ไบ†๏ผŒๅœจไปปไฝ•ๅœฐๆ–นๅˆ†ไบซ้“พๆŽฅ๏ผŒๆˆ–่ฎฉไป–ไปฌๅœจ Bluesky ไธŠๆ‰ซๆไบŒ็ปด็ ไปฅๅŠ ๅ…ฅใ€‚" #: src/screens/Login/index.tsx:203 #: src/screens/Login/PasswordUpdatedForm.tsx:27 @@ -13764,11 +13809,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:220 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:1444 +#: src/view/com/composer/Composer.tsx:1442 msgid "You can only save drafts up to 1000 characters." msgstr "ไฝ ็›ฎๅ‰ๅช่ƒฝไฟๅญ˜ๆœ€ๅคš 1000 ไธชๅญ—็ฌฆ็š„่‰็จฟใ€‚" @@ -13803,10 +13848,10 @@ msgstr "ไฝ ๆœ€ๅคšๅฏไปฅ้€‰ๆ‹ฉ {MAX_GALLERY_IMAGES, plural,other {# ๅผ ๅ›พ็‰‡}} msgid "You can update this later from your settings." msgstr "ไฝ ๅฏไปฅ้šๆ—ถๅœจ่ฎพ็ฝฎ้‡Œ้‡ๆ–ฐๆ›ดๆ”นใ€‚" -#: src/components/dms/ActionsWrapper.web.tsx:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:115 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" -msgstr "" +msgstr "ไฝ ไธ่ƒฝๆทปๅŠ ่ถ…่ฟ‡ {EMOJI_REACTION_LIMIT, plural,one {# ไธช่กจๆƒ…็ฌฆๅทๅๅบ”}other {# ไธช่กจๆƒ…็ฌฆๅทๅๅบ”}}" #: src/components/dms/dialogs/NewChatDialog.tsx:105 msgid "You cannot create a group chat yet." @@ -13839,7 +13884,7 @@ msgstr "ไฝ ่ฟ˜ๆฒกๆœ‰ๅทฒไฟๅญ˜็š„ๅŠจๆ€ๆบใ€‚" msgid "You got here first" msgstr "ไฝ ๆ˜ฏ็ฌฌไธ€ไธชๆŠต่พพ่ฟ™้‡Œ็š„ไบบ" -#: src/components/intents/GroupChatJoinDialog.tsx:166 +#: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and canโ€™t join it using this link." msgstr "ไฝ ๅทฒ่ขซ็งปๅ‡บๆญค็พค็ป„๏ผŒๆ— ๆณ•ไฝฟ็”จๆญค้‚€่ฏท้“พๆŽฅๅ†ๆฌกๅŠ ๅ…ฅใ€‚" @@ -13884,6 +13929,7 @@ msgstr "ไฝ ๅทฒ้š่—่ฏฅ่ดฆๆˆทใ€‚" msgid "You have muted this user" msgstr "ไฝ ๅทฒ้š่—่ฏฅ็”จๆˆท" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "ไฝ ่ฟ˜ๆฒกๆœ‰ๅปบ็ซ‹ไปปไฝ•ๅˆ—่กจใ€‚" @@ -13912,7 +13958,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:1432 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "ไฝ ๆœ‰ๆœชไฟๅญ˜็š„ๆ›ดๆ”น๏ผŒ้œ€่ฆไฟๅญ˜ๅ—๏ผŸ" @@ -13970,9 +14016,9 @@ msgstr "ไฝ ๆœ€ๅคšๅช่ƒฝๆทปๅŠ  {STARTER_PACK_MAX_SIZE, plural,other {{STARTER_PAC msgid "You may only add up to 3 feeds" msgstr "ไฝ ๆœ€ๅคšๅช่ƒฝๆทปๅŠ  3 ไธชๅŠจๆ€ๆบ" -#: src/components/moderation/BlockDialog.tsx:320 +#: 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." @@ -13983,7 +14029,7 @@ msgid "You must be following at least seven other people to generate a starter p msgstr "ไฝ ๅฟ…้กป่‡ณๅฐ‘ๅ…ณๆณจ 7 ไธชไบบไปฅๅˆ›ๅปบๆ–ฐๆ‰‹ๅŒ…ใ€‚" #: src/components/StarterPack/QrCodeDialog.tsx:69 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:89 msgid "You must grant access to your photo library to save a QR code" msgstr "ไฝ ๅฟ…้กปๆŽˆๆƒ่ฎฟ้—ฎ็…ง็‰‡ๅ›พๅบ“ไปฅไฟๅญ˜ไบŒ็ปด็ " @@ -13997,7 +14043,7 @@ msgstr "ไฝ ้œ€่ฆ้ชŒ่ฏไฝ ็š„็”ตๅญ้‚ฎ็ฎฑๅœฐๅ€ๆ‰่ƒฝๅฏ็”จ็”ตๅญ้‚ฎ็ฎฑไธคๆญฅ้ชŒ #: src/components/moderation/BlockDialog.tsx:352 msgid "You own this chat" -msgstr "" +msgstr "ไฝ ๆ˜ฏๆญคๅฏน่ฏ็š„ๆ‰€ๆœ‰่€…" #. placeholder {0}: currentAccount?.handle #: src/screens/Deactivated.tsx:120 @@ -14009,12 +14055,12 @@ msgid "You probably want to restart the app now." msgstr "ไฝ ๅฏ่ƒฝ้œ€่ฆ้‡ๅฏๅบ”็”จ็จ‹ๅบใ€‚" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:259 +#: src/components/dms/MessageItem.tsx:340 msgid "You reacted {0}" msgstr "ไฝ ไฝœๅ‡บไบ† {0} ๅๅบ”" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "ไฝ ๅฏน {target} ไฝœๅ‡บไบ† {0} ๅๅบ”" @@ -14023,11 +14069,23 @@ msgstr "ไฝ ๅฏน {target} ไฝœๅ‡บไบ† {0} ๅๅบ”" msgid "You recently changed your birthdate" msgstr "ไฝ ๆœ€่ฟ‘ไฟฎๆ”นไบ†ไฝ ็š„ๅ‡บ็”Ÿๆ—ฅๆœŸ" -#. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 -msgid "You requested to join" +#: src/components/dms/MessageItem.tsx:804 +msgid "You replied" msgstr "" +#: src/components/dms/MessageItem.tsx:802 +msgid "You replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:800 +msgid "You replied to yourself" +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 "ไฝ ๅทฒ็”ณ่ฏทๅŠ ๅ…ฅ" + #: src/screens/Settings/Settings.tsx:297 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." @@ -14050,12 +14108,12 @@ msgstr "ไฝ ๅฐ†ๆ”ถๅˆฐ่ฟ™ๆก่ฎจ่ฎบไธฒ็š„้€š็Ÿฅ" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "ไฝ ๅฐ†ๆ”ถๅˆฐไธ€ๅฐๅธฆๆœ‰้ชŒ่ฏ็ ็š„็”ตๅญ้‚ฎไปถใ€‚่ฏทๅœจ่ฟ™้‡Œ่พ“ๅ…ฅ้ชŒ่ฏ็ ๏ผŒ็„ถๅŽ่พ“ๅ…ฅไฝ ็š„ๆ–ฐๅฏ†็ ๆฅๅฎŒๆˆ้‡็ฝฎใ€‚" -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "้™ค้žๅ—ๅˆฐ้‚€่ฏท๏ผŒๅฆๅˆ™ไฝ ๅฐ†ๆ— ๆณ•้‡ๆ–ฐๅŠ ๅ…ฅใ€‚" #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "ไฝ ๏ผš{message}" @@ -14091,7 +14149,7 @@ msgstr "ไฝ ๅฐ†้€š่ฟ‡่ฟ™ไบ›ๅŠจๆ€ๆบๆŽฅๆ”ถๆœ€ๆ–ฐๅŠจๆ€" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:205 msgid "Youโ€™re in control" -msgstr "" +msgstr "ๅฐฝๅœจๆŽŒๆŽง" #: src/screens/SignupQueued.tsx:130 msgid "You're in line" @@ -14127,7 +14185,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:644 msgid "You've reached the maximum number of drafts" msgstr "ไฝ ๅทฒ่พพๅˆฐๆœ€ๅคง่‰็จฟไฟๅญ˜ๆ•ฐ้‡" @@ -14199,11 +14257,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 "ไฝ ็š„่”็ณปไบบ {firstAuthorLink} ๅทฒๅŠ ๅ…ฅ Bluesky" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:378 msgid "Your contact {firstAuthorName} is on Bluesky" msgstr "ไฝ ็š„่”็ณปไบบ {firstAuthorName} ๅทฒๅŠ ๅ…ฅ Bluesky" @@ -14295,11 +14353,11 @@ msgstr "ๅทฒๆˆๅŠŸๆ›ดๆ”นไฝ ็š„ๅฏ†็ ๏ผ่ฏทไฝ ไปŠๅŽไฝฟ็”จไฝ ็š„ๆ–ฐๅฏ†็ ็™ปๅฝ• Bl msgid "Your password must be at least 8 characters long." msgstr "ไฝ ่พ“ๅ…ฅ็š„ๅฏ†็ ่‡ณๅฐ‘ๅบ”ๅŒ…ๅซ 8 ไธชๅญ—็ฌฆใ€‚" -#: src/view/com/composer/Composer.tsx:1141 +#: src/view/com/composer/Composer.tsx:1139 msgid "Your post was sent" msgstr "ๅทฒๅ‘ๅธƒไฝ ็š„ๅธ–ๆ–‡" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1136 msgid "Your posts were sent" msgstr "ๅทฒๅ‘ๅธƒไฝ ็š„ๅธ–ๆ–‡" @@ -14320,7 +14378,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:1140 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your reply was sent" msgstr "ๅทฒๅ‘ๅธƒไฝ ็š„ๅ›žๅค" @@ -14333,7 +14391,7 @@ msgstr "ไฝ ็š„ไธพๆŠฅไฟกๆฏๅฐ†ๆไบค็ป™ <0>{0}ใ€‚" 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:1467 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 42e9c820e3..43dbca9e79 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-10 21:06\n" +"PO-Revision-Date: 2026-06-17 12:23\n" "Last-Translator: \n" "Language-Team: Chinese Traditional, Hong Kong\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -23,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "ใ€Œ{interestsDisplayName}ใ€้กžๅˆฅ๏ผˆๅทฒๆ€้ธ๏ผ‰" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:867 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" -msgstr "" +msgstr "๏ผˆๅ‚พๅˆ้‚€่ซ‹้€ฃ็ต๏ผ‰" -#: src/components/dms/getMessageInfo.ts:73 +#: src/components/dms/getMessageInfo.ts:105 +#: src/components/dms/MessageItem.tsx:869 +#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "๏ผˆๅŒ…ๅซๅตŒๅ…ฅๅ…งๅฎน๏ผ‰" @@ -75,7 +79,7 @@ msgstr "ๅ‘ขๅ€‹ๅ…งๅฎนๆœ‰ {0, plural, one {# ๅ€‹ๆจ™่จ˜} other {# ๅ€‹ๆจ™่จ˜}}" msgid "{0, plural, one {# like} other {# likes}}" msgstr "{0, plural, one {# ไบบ่ฎšไฝข} other {# ไบบ่ฎšไฝข}}" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "{0, plural, other {# ๅ€‹ๆˆๅ“ก}}" @@ -93,11 +97,11 @@ msgstr "{0, plural, one {# ๅ€‹ๆœˆ} other {# ๅ€‹ๆœˆ}}" #. 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, other {# ๅ€‹ๆ–ฐๅŠ ๅ…ฅ็”ณ่ซ‹}}" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:269 +#: src/components/dms/MessageItem.tsx:350 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "{0, plural, other {# ๅ€‹ไบบ}}็•€ๅ’—ๅ€‹ {1} ๅๆ‡‰" @@ -118,17 +122,17 @@ msgstr "{0, plural, one {# ็ง’้˜} other {# ็ง’้˜}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "{0, plural, one {# ๆขๆœช่ฎ€} other {# ๆขๆœช่ฎ€}}" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" -msgstr "" +msgstr "{0, plural, other {# ๅˆ†้˜}}" #. How many months have passed, displayed in a narrow form #. placeholder {0}: diff.value @@ -201,13 +205,13 @@ msgstr "{0} <0> - <1>ๆ–‡ๅญ—ๅŒๆจ™็ฑค" #. placeholder {0}: createSanitizedDisplayName(members[0]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:44 msgid "{0} added to chat" -msgstr "" +msgstr "{0} ๅทฒๅ—้‚€ๅŠ ๅ…ฅๅ‚พๅˆ" #. 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 "{0} ๅŒ {1} ๅทฒๅ—้‚€ๅŠ ๅ…ฅๅ‚พๅˆ" #. placeholder {0}: profile.followsCount || 0 #: src/screens/Profile/Header/Metrics.tsx:49 @@ -215,9 +219,9 @@ msgid "{0} following" msgstr "{0} ๅ€‹่ทŸ็ทŠ" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:703 msgid "{0} is blocking you" -msgstr "" +msgstr "{0} ๅทฒๅฐ้Ž–ไฝ " #. placeholder {0}: sanitizeHandle(profile.handle) #: src/features/liveNow/components/LiveStatusDialog.tsx:84 @@ -237,12 +241,12 @@ msgstr "ไฝ ๅ˜…่ฃ็ฝฎๅ””ๆ”ฏๆด็ฟป่ญฏ{0}ใ€‚" #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:83 msgid "{0} joined" -msgstr "" +msgstr "{0} ๅ…ฅๅ’—ๅšŸ" #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:84 msgid "{0} joined the group" -msgstr "" +msgstr "{0} ๅ…ฅๅ’—็พฃ็ต„" #. placeholder {0}: formatCount(i18n, JOINED_THIS_WEEK) #: src/screens/StarterPack/StarterPackLandingScreen.tsx:230 @@ -252,12 +256,12 @@ msgstr "ๅ‘ขๅ€‹็ฆฎๆ‹œๆœ‰ {0} ไบบๅŠ ๅ…ฅ" #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:96 msgid "{0} left" -msgstr "" +msgstr "{0} ้›ข้–‹ๅ’—" #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:97 msgid "{0} left the group" -msgstr "" +msgstr "{0} ้›ข้–‹ๅ’—็พฃ็ต„" #. placeholder {0}: formatTime(currentTime) #. placeholder {1}: formatTime(duration) @@ -273,35 +277,35 @@ msgstr "ๅทฒ่ผธๅ…ฅ {0} ๅ€‹ๅญ—ๅ…ƒ๏ผŒๆœ€ๅคš่ผธๅ…ฅ 50 ๅ€‹ๅญ—ๅ…ƒ" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:345 msgid "{0} reacted {1}" msgstr "{0} ็•€ๅ’—ๅ€‹ {1} ๅๆ‡‰" #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" -msgstr "" +msgstr "{0} ๅทฒๅ—้‚€ๅŠ ๅ…ฅ" #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:58 msgid "{0} was added to the group" -msgstr "" +msgstr "{0} ๅทฒๅ—้‚€ๅŠ ๅ…ฅ็พฃ็ต„" #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:70 msgid "{0} was removed" -msgstr "" +msgstr "{0} ๅทฒ่ขซ็งปๅ‡บ" #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:71 msgid "{0} was removed from the group" -msgstr "" +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} ๅŒ{memberCount, plural, other {ๅ…ถไป– # ไบบ}}ๅทฒๅ—้‚€ๅŠ ๅ…ฅๅ‚พๅˆ" #. placeholder {0}: feed.displayName #. placeholder {1}: sanitizeHandle(feed.creatorHandle, '@') @@ -326,32 +330,30 @@ msgstr "{0} ๅ˜…้ ญๅƒ" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:143 +#: 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'. -#. placeholder {0}: preview.memberCount -#. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 -msgid "{0}/{1} {2, plural, one {member} other {members}}" -msgstr "" - -#. The number of active group chat members out of the total number allowed. +#. The number of members in a group chat, in the format '{members}/{total} members'. #. placeholder {0}: joinLinkPreview.memberCount +#. placeholder {0}: preview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:329 -msgid "{0}/{1} members" -msgstr "" +#. placeholder {1}: preview.memberLimit +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 +msgid "{0}/{1} {2, plural, one {member} other {members}}" +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 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" -msgstr "" +msgstr "{0}/{imageCount}" #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value @@ -379,50 +381,28 @@ msgstr "{0} ็ง’้˜ๅ‰" #: 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 {ๆœชๆœ‰ๅŠ ๅ…ฅ็”ณ่ซ‹} other {# ๅ€‹ๅŠ ๅ…ฅ็”ณ่ซ‹}}" #: src/components/dms/SystemMessageGroup.tsx:38 msgid "{count, plural, one {# chat update} other {# chat updates}}" -msgstr "" +msgstr "{count, plural, other {# ๆขๅ‚พๅˆๆ›ดๆ–ฐ}}" #: src/screens/Messages/components/RequestStatus.tsx:74 msgid "{count, plural, one {# new join request} other {# new join requests}}" -msgstr "" +msgstr "{count, plural, other {# ๅ€‹ๆ–ฐๅŠ ๅ…ฅ็”ณ่ซ‹}}" -#: src/screens/Messages/components/InboxRequests.tsx:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" -msgstr "" +msgstr "{count, plural, other {# ๅ€‹้‚€่ซ‹}}" #: src/view/shell/desktop/LeftNav.tsx:484 msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "{count, plural, one {# ๆขๆœช่ฎ€} other {# ๆขๆœช่ฎ€}}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "" - #. 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 "" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "" +msgstr "{count, plural, other {#+ ๅ€‹ๅŠ ๅ…ฅ็”ณ่ซ‹}}" #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" @@ -441,155 +421,155 @@ msgstr "{estimatedTimeHrs, plural, one {ๅ€‹้˜} other {ๅ€‹้˜}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {ๅˆ†้˜} other {ๅˆ†้˜}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: 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} ๅ€‹ไบบ}}่ทŸๅ’—ไฝ " -#: 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 "{firstAuthorLink} ๅŒ<0>{additionalAuthorsCount, plural, one {ๅฆๅค– {formattedAuthorsCount} ๅ€‹ไบบ} other {ๅฆๅค– {formattedAuthorsCount} ๅ€‹ไบบ}}่ฎšๅ’—ไฝ ๅ˜…่‡ช่จ‚ๅ‹•ๆ…‹ๆบ" -#: 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 "{firstAuthorLink} ๅŒ<0>{additionalAuthorsCount, plural, one {ๅฆๅค– {formattedAuthorsCount} ๅ€‹ไบบ} other {ๅฆๅค– {formattedAuthorsCount} ๅ€‹ไบบ}}่ฎšๅ’—ไฝ ๅ˜…ๅธ–ๆ–‡" -#: 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 "{firstAuthorLink} ๅŒ<0>{additionalAuthorsCount, plural, one {ๅ…ถไป– {formattedAuthorsCount} ไบบ} other {ๅ…ถไป– {formattedAuthorsCount} ไบบ}}่ฎšๅ’—ไฝ ่ฝ‰็™ผๅ˜…ๅธ–ๆ–‡" -#: 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 "{firstAuthorLink} ๅŒ<0>{additionalAuthorsCount, plural, other {ๅ…ถไป– {formattedAuthorsCount} ไบบ}}ๆ’คๅ›žๅ’—ไฝ ๅธณ่™Ÿๅ˜…้ฉ—่ญ‰" -#: 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 "{firstAuthorLink} ๅŒ<0>{additionalAuthorsCount, plural, one {ๅฆๅค– {formattedAuthorsCount} ๅ€‹ไบบ} other {ๅฆๅค– {formattedAuthorsCount} ๅ€‹ไบบ}}่ฝ‰็™ผๅ’—ไฝ ๅ˜…ๅธ–ๆ–‡" -#: 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 "{firstAuthorLink} ๅŒ<0>{additionalAuthorsCount, plural, one {ๅ…ถไป– {formattedAuthorsCount} ไบบ} other {ๅ…ถไป– {formattedAuthorsCount} ไบบ}}่ฝ‰็™ผๅ’—ไฝ ่ฝ‰็™ผๅ˜…ๅธ–ๆ–‡" -#: 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 "{firstAuthorLink} ๅŒ<0>{additionalAuthorsCount, plural, one {ๅฆๅค– {formattedAuthorsCount} ๅ€‹ไบบ} other {ๅฆๅค– {formattedAuthorsCount} ๅ€‹ไบบ}}็”จๅ’—ไฝ ๅ˜…ๆ–ฐๆ‰‹ๅŒ…่จปๅ†Š" -#: 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 "{firstAuthorLink} ๅŒ<0>{additionalAuthorsCount, plural, other {ๅ…ถไป– {formattedAuthorsCount} ไบบ}}ๆŽˆไบˆๅ’—ไฝ ้ฉ—่ญ‰" -#: src/view/com/notifications/NotificationFeedItem.tsx:367 +#: src/view/com/notifications/NotificationFeedItem.tsx:373 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} ่ทŸๅ’—ไฝ " -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} ่ทŸ่ฟ”ไฝ " -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} ่ฎšๅ’—ไฝ ๅ˜…่‡ช่จ‚ๅ‹•ๆ…‹ๆบ" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} ่ฎšๅ’—ไฝ ๅ˜…ๅธ–ๆ–‡" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:512 msgid "{firstAuthorLink} liked your repost" msgstr "{firstAuthorLink} ่ฎšๅ’—ไฝ ่ฝ‰็™ผๅ˜…ๅธ–ๆ–‡" -#: src/view/com/notifications/NotificationFeedItem.tsx:479 +#: src/view/com/notifications/NotificationFeedItem.tsx:485 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} ๆ’คๅ›žๅ’—ไฝ ๅธณ่™Ÿๅ˜…้ฉ—่ญ‰" -#: src/view/com/notifications/NotificationFeedItem.tsx:334 +#: src/view/com/notifications/NotificationFeedItem.tsx:340 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} ่ฝ‰็™ผๅ’—ไฝ ๅ˜…ๅธ–ๆ–‡" -#: src/view/com/notifications/NotificationFeedItem.tsx:530 +#: src/view/com/notifications/NotificationFeedItem.tsx:536 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink} ่ฝ‰็™ผๅ’—ไฝ ่ฝ‰็™ผๅ˜…ๅธ–ๆ–‡" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:431 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} ็”จๅ’—ไฝ ๅ˜…ๆ–ฐๆ‰‹ๅŒ…่จปๅ†Š" -#: src/view/com/notifications/NotificationFeedItem.tsx:454 +#: src/view/com/notifications/NotificationFeedItem.tsx:460 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} ๆŽˆไบˆๅ’—ไฝ ้ฉ—่ญ‰" -#: 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 "{firstAuthorName} ๅŒ{additionalAuthorsCount, plural, one {ๅฆๅค– {formattedAuthorsCount} ไบบ} other {ๅฆๅค– {formattedAuthorsCount} ไบบ}}่ทŸๅ’—ไฝ " -#: 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 "{firstAuthorName} ๅŒ{additionalAuthorsCount, plural, one {ๅฆๅค– {formattedAuthorsCount} ๅ€‹ไบบ} other {ๅฆๅค– {formattedAuthorsCount} ๅ€‹ไบบ}}่ฎšๅ’—ไฝ ๅ˜…่‡ช่จ‚ๅ‹•ๆ…‹ๆบ" -#: 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 "{firstAuthorName} ๅŒ{additionalAuthorsCount, plural, one {ๅฆๅค– {formattedAuthorsCount} ๅ€‹ไบบ} other {ๅฆๅค– {formattedAuthorsCount} ๅ€‹ไบบ}}่ฎšๅ’—ไฝ ๅ˜…ๅธ–ๆ–‡" -#: 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 "{firstAuthorName} ๅŒ{additionalAuthorsCount, plural, one {ๅ…ถไป– {formattedAuthorsCount} ไบบ} other {ๅ…ถไป– {formattedAuthorsCount} ไบบ}}่ฎšๅ’—ไฝ ่ฝ‰็™ผๅ˜…ๅธ–ๆ–‡" -#: 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 "{firstAuthorName} ๅŒ{additionalAuthorsCount, plural, other {ๅ…ถไป– {formattedAuthorsCount} ไบบ}}ๆ’คๅ›žๅ’—ไฝ ๅธณ่™Ÿๅ˜…้ฉ—่ญ‰" -#: 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 "{firstAuthorName} ๅŒ{additionalAuthorsCount, plural, one {ๅฆๅค– {formattedAuthorsCount} ๅ€‹ไบบ} other {ๅฆๅค– {formattedAuthorsCount} ๅ€‹ไบบ}}่ฝ‰็™ผๅ’—ไฝ ๅ˜…ๅธ–ๆ–‡" -#: 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 "{firstAuthorName} ๅŒ{additionalAuthorsCount, plural, one {ๅ…ถไป– {formattedAuthorsCount} ไบบ} other {ๅ…ถไป– {formattedAuthorsCount} ไบบ}}่ฝ‰็™ผๅ’—ไฝ ่ฝ‰็™ผๅ˜…ๅธ–ๆ–‡" -#: 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 "{firstAuthorName} ๅŒ{additionalAuthorsCount, plural, one {ๅฆๅค– {formattedAuthorsCount} ๅ€‹ไบบ} other {ๅฆๅค– {formattedAuthorsCount} ๅ€‹ไบบ}}็”จๅ’—ไฝ ๅ˜…ๆ–ฐๆ‰‹ๅŒ…่จปๅ†Š" -#: 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 "{firstAuthorName} ๅŒ{additionalAuthorsCount, plural, other {ๅ…ถไป– {formattedAuthorsCount} ไบบ}}ๆŽˆไบˆๅ’—ไฝ ้ฉ—่ญ‰" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:359 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} ่ทŸๅ’—ไฝ " -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} ่ทŸ่ฟ”ไฝ " -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} ่ฎšๅ’—ไฝ ๅ˜…่‡ช่จ‚ๅ‹•ๆ…‹ๆบ" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} ่ฎšๅ’—ไฝ ๅ˜…ๅธ–ๆ–‡" -#: src/view/com/notifications/NotificationFeedItem.tsx:492 +#: src/view/com/notifications/NotificationFeedItem.tsx:498 msgid "{firstAuthorName} liked your repost" msgstr "{firstAuthorName} ่ฎšๅ’—ไฝ ่ฝ‰็™ผๅ˜…ๅธ–ๆ–‡" -#: src/view/com/notifications/NotificationFeedItem.tsx:465 +#: src/view/com/notifications/NotificationFeedItem.tsx:471 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} ๆ’คๅ›žๅ’—ไฝ ๅธณ่™Ÿๅ˜…้ฉ—่ญ‰" -#: src/view/com/notifications/NotificationFeedItem.tsx:320 +#: src/view/com/notifications/NotificationFeedItem.tsx:326 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} ่ฝ‰็™ผๅ’—ไฝ ๅ˜…ๅธ–ๆ–‡" -#: src/view/com/notifications/NotificationFeedItem.tsx:516 +#: src/view/com/notifications/NotificationFeedItem.tsx:522 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName} ่ฝ‰็™ผๅ’—ไฝ ่ฝ‰็™ผๅ˜…ๅธ–ๆ–‡" -#: src/view/com/notifications/NotificationFeedItem.tsx:411 +#: src/view/com/notifications/NotificationFeedItem.tsx:417 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} ็”จๅ’—ไฝ ๅ˜…ๆ–ฐๆ‰‹ๅŒ…่จปๅ†Š" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} ๆŽˆๆฌŠๅ’—ไฝ ้ฉ—่ญ‰" @@ -600,7 +580,7 @@ msgstr "{following} ๅ€‹่ทŸ็ทŠ" #: src/components/dms/components/GroupChatProfileCard.tsx:62 #: src/components/dms/InitiateChatFlow.tsx:945 msgid "{handle} canโ€™t be added" -msgstr "" +msgstr "้‚€่ซ‹ๅ””ๅˆฐ {handle}" #: src/components/dialogs/SearchablePeopleList.tsx:459 msgid "{handle} can't be messaged" @@ -621,12 +601,12 @@ msgstr "{hours, plural, other {# ๅ€‹้˜}}" #. 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}+ ๅ€‹ๆ–ฐๅŠ ๅ…ฅ็”ณ่ซ‹" #: 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}+ ๅ€‹ๆ–ฐๅŠ ๅ…ฅ็”ณ่ซ‹" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack #: src/components/StarterPack/StarterPackCard.tsx:102 @@ -652,19 +632,19 @@ msgstr "{MAX_HIDDEN_REPLIES, plural, other {ไฝ ๆœ€ๅคšๅฏไปฅ้šฑ่— # ๆขๅ›ž่ฆ†ใ€‚ #. 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 "{minutes, plural, other {# ๅˆ†้˜}}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "{name} ๅ‘ {target} ็•€ๅ’—ๅ€‹ {0} ๅๆ‡‰" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "{name}๏ผš{message}" @@ -697,6 +677,18 @@ msgstr "ใ€Œ{profileName}ใ€ๅ–บ {timeAgoString}ๅ‰ไฝฟ็”จๆ–ฐๆ‰‹ๅŒ…ๅŠ ๅ…ฅๅ’— Bluesk msgid "{rank}." msgstr "{rank}." +#: src/components/dms/MessageItem.tsx:813 +msgid "{replierDisplayName} replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:809 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:807 +msgid "{replierDisplayName} replied to you" +msgstr "" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -705,7 +697,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 @@ -729,7 +721,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 @@ -813,7 +805,7 @@ msgstr "<0>{0} ๅ˜…ๆˆๅ“ก" #. 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> ๅทฒๅฐ‡ไฝ ๅŠ ๅ…ฅ" #: src/screens/Hashtag.tsx:226 #: src/screens/Search/SearchResults.tsx:315 @@ -822,7 +814,7 @@ msgstr "<0>็™ปๅ…ฅ<1>ๆˆ–<2>ๅปบ็ซ‹ๅธณ่™Ÿ<3><4>ๅฐฑๅฏไปฅๆตๅˆฐๆ–ฐ #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:276 msgid "<0>Tap here to update your location with GPS." -msgstr "" +msgstr "<0>ๆ’ณๅ‘ขๅบฆๅŽป็”จ GPS ๆ›ดๆ–ฐไฝ ๅ˜…ไฝ็ฝฎใ€‚" #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #: src/screens/StarterPack/Wizard/index.tsx:494 @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "ๅ–บ Bluesky ไธŠไฝ ๅฏไปฅๆตๅˆฐไธ€็ณปๅˆ—ๅ˜…็†ฑ้–€ๅ‹•ๆ…‹ๆบ๏ผŒๅŒ…ๆ‹ฌ Newsใ€Bookskyใ€Game Devใ€Blacksky๏ผŒๅŒ Fountain Pens" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "ไธ€ๆข่จŠๆฏ" @@ -873,8 +875,8 @@ msgstr "็™ผ็”Ÿ็ถฒ็ตก้Œฏ่ชค๏ผŒ่ซ‹ๆชขๆŸฅไฝ ๅ˜…็ถฒ็ตก้€ฃ็ทš็‹€ๆ…‹" #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 #: src/screens/Messages/JoinRequests.tsx:192 #: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." @@ -909,7 +911,7 @@ msgstr "ๅ‘ขๅผตไฟ‚ๅธ–ๆ–‡็ทจ่ผฏๅ™จๅ˜…ๆˆชๅœ–๏ผŒใ€Œ็™ผๅธƒใ€ๆŽฃ้š”็ฑฌๅคšๅ’—็ฒ’ๅฏซไฝ #: src/components/dms/dialogs/NewChatDialog.tsx:109 msgid "A selected recipient is not followed by the sender." -msgstr "" +msgstr "ๆ€้ธๅ˜…ๆ”ถไฟกไบบๆœชๆœ‰ไฟพๅ‚ณ้€ไบบ่ทŸ้šจใ€‚" #: src/Navigation.tsx:465 #: src/screens/Settings/AboutSettings.tsx:78 @@ -939,7 +941,7 @@ msgstr "ๆŽฅๅ—ๅ‚พๅˆ้‚€่ซ‹" #: src/screens/Messages/JoinRequests.tsx:458 msgid "Accept join request" -msgstr "" +msgstr "ๆŽฅๅ—ๅŠ ๅ…ฅ็”ณ่ซ‹" #. Accept a chat request #: src/screens/Messages/components/IncomingRequestListItem.tsx:51 @@ -953,11 +955,11 @@ msgstr "ๅฅ—็”จๆญคๅปบ่ญฐ่ชž่จ€" #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 msgid "Accepted conversations" -msgstr "" +msgstr "ๅทฒๆŽฅๅ—ๅ˜…ๅฐ่ฉฑ" -#: src/components/intents/GroupChatJoinDialog.tsx:113 +#: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." -msgstr "" +msgstr "ๅทฒ้€ๅ‡บ็”ณ่ซ‹๏ผ่ซ‹็ญ‰ๅพ…็พฃ็ต„ๆ“ๆœ‰่€…ๅฏฉ่ฆˆๅŠ ๅ…ฅ็”ณ่ซ‹ใ€‚" #: src/screens/Settings/AccessibilitySettings.tsx:45 #: src/screens/Settings/Settings.tsx:233 @@ -980,12 +982,12 @@ msgstr "ๅธณ่™Ÿ" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "ๅทฒๅฐ้Ž–ๅธณ่™Ÿ" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "ๅทฒ่ทŸ่นคๅธณ่™Ÿ" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "ๅธณ่™Ÿๅทฒๅœ็”จ" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "ๅทฒ้œ้Ÿณๅธณ่™Ÿ" @@ -1028,18 +1030,18 @@ msgstr "ๅทฒๅพžๅฟซ้€Ÿๅญ˜ๅ–ๅบฆ็งป้™คๅธณ่™Ÿ" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "ๅทฒ่งฃ้™คๅฐ้Ž–ๅธณ่™Ÿ" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "ๅทฒๅ””ๅ†่ทŸ่นคๅธณ่™Ÿ" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "ๅทฒๅ””ๅ†้œ้Ÿณๅธณ่™Ÿ" @@ -1054,12 +1056,13 @@ msgstr "ๅธถๆœ‰ๅœ“้ฝ’่—่‰ฒๅ‰”่™Ÿๅพฝ็ซ ๅ˜…ๅธณ่™Ÿ<0><1/>ๅฏไปฅๆŽˆๆฌŠ้ฉ—่ญ‰ๅ…ถ msgid "Activity from others" msgstr "ๅ…ถไป–ไบบๅ˜…ๅ‹•ๆ…‹" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "ๆ–ฐๅขž" @@ -1112,11 +1115,11 @@ msgstr "ๆ–ฐๅขžๆ›ฟไปฃๆ–‡ๅญ—๏ผˆๅฏ้ธ๏ผ‰" msgid "Add another account" msgstr "ๅŠ ๅคšๅ€‹ๅธณ่™Ÿ" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1518 msgid "Add another post" msgstr "ๅŠ ๅคšๅฆไธ€ๆขๅธ–ๆ–‡" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2181 msgid "Add another post to thread" msgstr "ๅŠ ๅคšๅฆไธ€ๆขๅธ–ๆ–‡ๅˆฐ่จŽ่ซ–ไธฒ" @@ -1182,13 +1185,13 @@ msgstr "ๆ–ฐๅขž้œ้Ÿณๆ–‡ๅญ—ๅŒๆจ™็ฑค" msgid "Add people" msgstr "ๅŠ ไบบ" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" 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" @@ -1214,8 +1217,8 @@ msgstr "ๅฐ‡ไธ‹ไฝŽๅ˜… DNS ่จ˜้Œ„ๆ–ฐๅขžๅˆฐไฝ ๅ˜…็ถฒๅŸŸ๏ผš" msgid "Add this feed to your feeds" msgstr "ๅฐ‡ไฝขๅŠ ๅ…ฅๅˆฐไฝ ๅ˜…ๅ‹•ๆ…‹ๆบ" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "ๅŠ ๅˆฐๆธ…ๅ–ฎ" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "ๅŠ ๅ…ฅๅธ–ๆ–‡ๆ”ถ่—" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "ๅŠ ๅˆฐๆ–ฐๆ‰‹ๅŒ…" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "ๅŠ ๅ…ฅ็”จๆˆถๅˆฐๆธ…ๅ–ฎ" @@ -1240,14 +1243,14 @@ msgstr "ๆ–ฐๅขžไฝ ๅ˜…ๅ‡บไธ–ๆ—ฅๆœŸ" #. 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 "็”ฑ {0} ๆ–ฐๅขž" #: src/screens/Messages/ConversationSettings/Member.tsx:114 msgid "Added by invite link" -msgstr "" +msgstr "้€้Ž้‚€่ซ‹้€ฃ็ตๅŠ ๅ…ฅ" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "ๅทฒๅŠ ๅˆฐๆธ…ๅ–ฎ" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "alice@example.com" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,9 +1343,9 @@ msgstr "ๆ‰€ๆœ‰" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" -msgstr "" +msgstr "็ธฝๅ…ฑ {0} ๅ€‹" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:97 #: src/screens/StarterPack/StarterPackScreen.tsx:400 @@ -1371,7 +1374,7 @@ msgstr "ไธ‹ไฝŽไฟ‚ไฝ ๅ„ฒๅญ˜ๅ’—ๅ˜…ๅ‹•ๆ…‹ๆบใ€‚" #: src/screens/Settings/components/AddAppPasswordDialog.tsx:146 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:153 msgid "Allow access to your direct messages" -msgstr "ๅ…่จฑๅ–็”จไฝ ๅ˜…็งไบบ่จŠๆฏ" +msgstr "ๅ…่จฑๅ–็”จไฝ ๅ˜…็ง่จŠ" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 msgid "Allow anyone to reply" @@ -1380,12 +1383,12 @@ msgstr "ๅ…่จฑไปปไฝ•ไบบๅ›ž่ฆ†" #: src/screens/Messages/Settings.tsx:143 #: src/screens/Messages/Settings.tsx:158 msgid "Allow direct messages from" -msgstr "" +msgstr "ๅ…่จฑๅ‘ขๅ•ฒไบบๅ‘ไฝ ๅ‚ณ้€็ง่จŠ" #: src/screens/Messages/Settings.tsx:189 #: src/screens/Messages/Settings.tsx:211 msgid "Allow group chat invites from" -msgstr "" +msgstr "ๅ…่จฑๅ‘ขๅ•ฒไบบๅ‘ไฝ ๅ‚ณ้€็พฃ็ต„ๅ‚พๅˆ้‚€่ซ‹" #: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 @@ -1420,7 +1423,7 @@ msgstr "ๅ…่จฑไฝ ๅ˜…ๆ“่บ‰ๅ›ž่ฆ†" #: src/screens/Settings/AppPasswords.tsx:201 msgid "Allows access to direct messages" -msgstr "ๅ…่จฑๅ–็”จไฝ ๅ˜…็งไบบ่จŠๆฏ" +msgstr "ๅ…่จฑๅ–็”จไฝ ๅ˜…็ง่จŠ" #: src/screens/Login/ForgotPasswordForm.tsx:180 #: src/screens/Settings/components/ChangePasswordDialog.tsx:237 @@ -1521,7 +1524,7 @@ msgid "An error occurred while loading your lists :/" msgstr "ๆ’ˆ็ทŠๆธ…ๅ–ฎๅ—ฐ้™ฃ็™ผ็”Ÿ้Œฏ่ชค :/" #: src/components/StarterPack/QrCodeDialog.tsx:81 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:103 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "ๅ„ฒๅญ˜ QR Code ๅ—ฐ้™ฃ็™ผ็”Ÿ้Œฏ่ชค๏ผ" @@ -1558,7 +1561,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 App ๆœ‰้šป็ด™้ฃ›ๆฉŸ้ฃ›ๅ‡บๅšŸๅ˜…ๆ’ๅœ–๏ผŒๅฏ“ๆ„้‚€่ซ‹ๆœ‹ๅ‹" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 #: src/components/verification/VerifierDialog.tsx:88 @@ -1567,7 +1570,7 @@ msgstr "ๅ‘ขๅผตๆ’ๅœ–่ชชๆ˜Ž Bluesky ๆ‰€ๆ€ๅ—ไฟกไปปๅ˜…้ฉ—่ญ‰่€…๏ผŒๅ…ผ็”ฑๅ—ไฟกไปป #: 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 "้‚€่ซ‹้€ฃ็ตๅฏไปฅ็•€ไบบ็›ดๆŽฅๅŠ ๅ…ฅๅ‘ขๅ€‹็พฃ็ต„ๅ‚พๅˆใ€‚ไฝ ๅฏไปฅๆŽงๅˆถ้‚Šๅ€‹ๅฏไปฅๅŠ ๅ…ฅ๏ผŒไบฆๅฏไปฅ้šจๆ™‚ๅœ็”จ้€ฃ็ตใ€‚" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" @@ -1575,11 +1578,11 @@ msgstr "ๅ•้กŒๅ””ๅ–บไธŠ้ซ˜ๅ—ฐๅ•ฒ้ธ้ …ๅบฆ" #: src/components/dms/dialogs/NewChatDialog.tsx:92 msgid "An issue occurred creating the group chat, please try again." -msgstr "" +msgstr "ๅปบ็ซ‹็พฃ็ต„ๅ‚พๅˆๅ—ฐ้™ฃๅ‡บๅ’—ๅ•้กŒ๏ผŒๅ””่ฉฒ่ฉฆๅคšๆฌกใ€‚" #: src/components/dms/dialogs/NewChatDialog.tsx:54 msgid "An issue occurred starting the chat, please try again." -msgstr "" +msgstr "้–‹ๅง‹็พฃ็ต„ๅ‚พๅˆๅ—ฐ้™ฃๅ‡บๅ’—ๅ•้กŒ๏ผŒๅ””่ฉฒ่ฉฆๅคšๆฌกใ€‚" #: src/components/dms/dialogs/ShareViaChatDialog.tsx:50 msgid "An issue occurred while trying to open the chat" @@ -1589,8 +1592,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 "ๅ‡บๅ’—ๅ•้กŒ๏ผŒๅ””่ฉฒ่ฉฆๅคšๆฌกใ€‚" @@ -1643,19 +1646,19 @@ msgstr "ไปปไฝ•ไบบ" msgid "Anyone can interact" msgstr "ไปปไฝ•ไบบ้ƒฝๅฏไปฅๅƒ่ˆ‡ไบ’ๅ‹•" -#: src/components/intents/GroupChatJoinDialog.tsx:340 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" -msgstr "" +msgstr "ไปปไฝ•ไบบ้ƒฝๅฏไปฅๅŠ ๅ…ฅ" #: src/screens/Messages/components/InviteLinkDialog.tsx:153 #: src/screens/Messages/components/InviteLinkDialog.tsx:154 msgid "Anyone can join instantly" -msgstr "" +msgstr "ไปปไฝ•ไบบ้ƒฝๅฏไปฅ็›ดๆŽฅๅŠ ๅ…ฅ" #: src/screens/Messages/components/InviteLinkDialog.tsx:158 #: src/screens/Messages/components/InviteLinkDialog.tsx:159 msgid "Anyone can request to join" -msgstr "" +msgstr "ไปปไฝ•ไบบ้ƒฝๅฏไปฅ็”ณ่ซ‹ๅŠ ๅ…ฅ" #: src/screens/Settings/ActivityPrivacySettings.tsx:112 #: src/screens/Settings/ActivityPrivacySettings.tsx:117 @@ -1665,7 +1668,7 @@ msgstr "่ทŸๆˆ‘ๅ˜…ไบบ" #: 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 "ไปปไฝ•ไบบ้ƒฝๅ””ๅพ—ๅ†้€้Žๆญค้€ฃ็ตๅคพๅ…ฅ็พฃ็ต„๏ผŒไฝ†ไฝ ๅฏไปฅ้šจๆ™‚ๅปบ็ซ‹ๆ–ฐๅ˜…้‚€่ซ‹้€ฃ็ตใ€‚" #: src/Navigation.tsx:473 #: src/screens/Settings/AppIconSettings/index.tsx:65 @@ -1796,8 +1799,8 @@ msgstr "ไฝ ็ขบๅฎš่ฆๅˆชๅ’—ๅ€‹ๆ–ฐๆ‰‹ๅŒ…๏ผŸ" msgid "Are you sure you want to discard your changes?" msgstr "ไฝ ็ขบๅฎš่ฆๆ”พๆฃ„ไฝ ๅ˜…่ฎŠๆ›ด๏ผŸ" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "ไฝ ็ขบๅฎš่ฆ้›ข้–‹ {groupName}๏ผŸ" @@ -1807,18 +1810,18 @@ msgstr "ไฝ ็ขบๅฎš่ฆ้›ข้–‹ๅ‘ขๅ€‹ๅฐ่ฉฑ๏ผŸ" #: 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 "ไฝ ็ขบๅฎš่ฆ้›ข้–‹ๅ‘ขๅ€‹ๅฐ่ฉฑ๏ผŸไฝ ๅ˜…่จŠๆฏๆทจไฟ‚ๆœƒๅ–บไฝ ๅ—ฐ้‚Šๅˆช้™ค๏ผŒๅ””ๆœƒๅฐๅ…ถไป–ๆˆๅ“ก้€ฒ่กŒๅˆช้™คใ€‚" #: src/components/FeedCard.tsx:374 msgid "Are you sure you want to remove this from your feeds?" msgstr "ไฝ ็ขบๅฎš่ฆๅ–บไฝ ๅ˜…ๅ‹•ๆ…‹ๆบๅบฆๅˆช้™คๅ‘ขๅ€‹๏ผŸ" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: 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:1656 +#: src/view/com/composer/Composer.tsx:1654 msgid "Are you sure you'd like to discard this post?" msgstr "ไฝ ็ขบๅฎš่ฆๆ”พๆฃ„็™ผๅธƒๅ‘ขๆขๅธ–ๆ–‡๏ผŸ" @@ -1926,11 +1929,11 @@ msgstr "ๅœๆฌŠ็”จๆˆถๅ˜—่ฉฆ้€ƒ้ฟๆ‡ฒ็ฝฐ" #: 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 "ๆ นๆ“šไฝ ่ฃ็ฝฎๅ˜…ไฝ็ฝฎ๏ผŒๆˆ‘ๅ“‹ไผฐไฝ ่€Œๅฎถๅ–บ <0>{region}ใ€‚่‹ฅ็„ถไฝ ็”จ็ทŠ 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 "ๆ นๆ“šไฝ ็ถฒ็ตก้€ฃ็ต่ณ‡่จŠ๏ผŒๆˆ‘ๅ“‹ไผฐไฝ ่€Œๅฎถๅ–บ <0>{region}ใ€‚่‹ฅ็„ถไฝ ็”จ็ทŠ VPN ๅ˜…่ฉฑ๏ผŒๅฏ่ƒฝๆœƒไผฐ้Œฏใ€‚" #: src/view/screens/Lists.tsx:35 #: src/view/screens/ModerationModlists.tsx:35 @@ -1950,7 +1953,7 @@ msgstr "ๅ–บๅปบ็ซ‹ๆ–ฐๆ‰‹ๅŒ…ไน‹ๅ‰๏ผŒไฝ ๅฟ…้ ˆ้ฉ—่ญ‰ไฝ ๅ˜…้›ป้ƒตๅ…ˆใ€‚" #: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Before you can accept this chat request, you must first verify your email." -msgstr "ๅ–บไฝ ๆŽฅๅ—ๅ‘ขๅ€‹ๅ‚พๅˆ้‚€่ซ‹ไน‹ๅ‰๏ผŒไฝ ๅฟ…้ ˆ้ฉ—่ญ‰ไฝ ๅ˜…้›ป้ƒตๅ…ˆใ€‚" +msgstr "ๅ–บไฝ ๆŽฅๅ—ๅ‘ขๅบฆๅ‚พๅˆ้‚€่ซ‹ไน‹ๅ‰๏ผŒไฝ ๅฟ…้ ˆ้ฉ—่ญ‰ไฝ ๅ˜…้›ป้ƒตๅ…ˆใ€‚" #: src/components/activity-notifications/SubscribeProfileButton.tsx:59 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." @@ -1958,10 +1961,10 @@ msgstr "ๅ–บไฝ ๆŽฅๆ”ถ {name} ๅธ–ๆ–‡้€š็Ÿฅไน‹ๅ‰๏ผŒไฝ ๅฟ…้ ˆ้ฉ—่ญ‰ไฝ ๅ˜…้›ป้ƒตใ€‚" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2009,8 +2012,8 @@ msgstr "ๅฐ้Ž– {displayName}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "ๅฐ้Ž–ๅธณ่™Ÿ" @@ -2025,13 +2028,13 @@ msgstr "ๅฐ้Ž–ๅธณ่™Ÿ" #: src/components/dms/AfterReportDialog.tsx:148 msgid "Block and delete" -msgstr "" +msgstr "ๅฐ้Ž–ๅ…ผๅˆช้™ค" #. After-report action for a conversation #: src/components/dms/AfterReportConversationDialog.tsx:167 msgctxt "button" msgid "Block and leave" -msgstr "" +msgstr "ๅฐ้Ž–ๅ…ผ้›ข้–‹" #: src/screens/ProfileList/components/SubscribeMenu.tsx:119 msgid "Block list" @@ -2065,7 +2068,7 @@ msgstr "ๅฐ้Ž–ๅ‘ขๅ€‹็”จๆˆถๆˆ–ๅˆช้™คๅ‘ขๅ€‹ๅฐ่ฉฑ๏ผˆ่ค‡้ธ๏ผ‰" #: src/components/dms/AfterReportConversationDialog.tsx:217 msgid "Block user and/or leave this conversation" -msgstr "" +msgstr "ๅฐ้Ž–ๆญค็”จๆˆถๆˆ–้›ข้–‹ๅฐ่ฉฑ๏ผˆ่ค‡้ธ๏ผ‰" #: src/components/Post/Embed/index.tsx:216 msgid "Blocked" @@ -2088,6 +2091,10 @@ 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 "ๅฐ้Ž–ๅ””ๆœƒ้˜ปๆญขๅ‘ขๅ€‹็”จๆˆถๆจ™่จ˜ไฝ ๅ˜…ๅธณ่™Ÿใ€‚" @@ -2148,7 +2155,7 @@ msgstr "ๅŒไฝ ็ญ Friend ไธ€้ฝŠ็Žฉ 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" @@ -2196,7 +2203,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 @@ -2260,7 +2267,7 @@ msgstr "ๅŽป่ฟ”้ฆ–้ ๆ™‚้–“่ปธ็ฒ’ๆŽฃ" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:181 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2269,20 +2276,20 @@ 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', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:363 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "ๅšŸ่‡ช <0>{0}" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" -msgstr "" +msgstr "ๅšŸ่‡ช <0>{ownerDisplayName}" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:182 msgid "By clicking \"Continue\" you acknowledge that you understand and agree to these updates." @@ -2314,7 +2321,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 @@ -2348,10 +2355,10 @@ msgstr "" #: src/screens/Deactivated.tsx:150 #: src/screens/Messages/components/InviteLinkDialog.tsx:500 #: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,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:1732 +#: src/view/com/composer/Composer.tsx:1742 #: 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 @@ -2380,6 +2387,10 @@ msgstr "ๅ””ๅ†ๅผ•็”จๅธ–ๆ–‡" msgid "Cancel reactivation and sign out" msgstr "ๅ–ๆถˆ้‡ๆ–ฐๅ•“ๅ‹•ๅ…ผ็™ปๅ‡บ" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "ๅ””ๅ†ๆตๅ˜ข" @@ -2481,7 +2492,7 @@ msgstr "ๆธ…ๅ–ฎๅปบ็ซ‹ๅพŒๆœƒไฟ‚ไธ€ๅ€‹็จ็ซ‹ๅ˜…ๅ‰ฏๆœฌ๏ผŒๆ–ฐๆ‰‹ๅŒ…ๆœ‰ๅ’ฉ่ฎŠๆ›ด้ƒฝๆœƒ #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2495,13 +2506,13 @@ msgstr "ๅทฒๅˆช้™คๅ‚พๅˆ" #: src/components/dms/getSystemMessageInfo.ts:108 msgid "Chat ended" -msgstr "" +msgstr "ๅ‚พๅˆๅทฒ็ตๆŸ" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:256 +#: src/components/intents/GroupChatJoinDialog.tsx:269 #: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" -msgstr "" +msgstr "ๅ‚พๅˆ้‚€่ซ‹้€ฃ็ตๅทฒๅคฑๆ•ˆ" #: src/components/dms/getSystemMessageInfo.ts:104 msgid "Chat locked" @@ -2520,22 +2531,22 @@ msgctxt "toast" msgid "Chat muted" msgstr "ๅทฒ้œ้Ÿณๅ‚พๅˆ" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." -msgstr "" +msgstr "ๆตๅ””ๅˆฐๅ€‹ๅ‚พๅˆใ€‚" -#: src/components/moderation/BlockDialog.tsx:292 +#: 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." -msgstr "" +msgstr "ๅ‚ณ้€่€…ๆœชๆœ‰่ทŸ้šจ่จŠๆฏๆŽฅๆ”ถ่€…ใ€‚" #: src/Navigation.tsx:511 msgid "Chat request inbox" -msgstr "ๅ‚พๅˆ่ซ‹ๆฑ‚ๆ”ถไปถ็ฎฑ" +msgstr "ๅ‚พๅˆ้‚€่ซ‹ๆ”ถไปถ็ฎฑ" #: src/screens/Messages/Inbox.tsx:61 #: src/screens/Messages/Inbox.tsx:104 @@ -2544,10 +2555,10 @@ msgstr "ๅ‚พๅˆ้‚€่ซ‹" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "ๅ‚พๅˆ่จญๅฎš" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "ๅทฒๅ””ๅ†้œ้Ÿณๅ‚พๅˆ" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "ๅ‚พๅˆ" @@ -2632,7 +2643,7 @@ msgstr "็”จๅ‘ข้šป่‰ฒๅšไฝ ๅ˜…้ ญๅƒ่ƒŒๆ™ฏ" #: src/screens/Messages/components/InviteLinkDialog.tsx:243 msgid "Choose who can join this group chat and how." -msgstr "" +msgstr "ๆ€้ธ้‚Šๅ€‹ๅฏไปฅๅŠ ๅ…ฅๆญค็พฃ็ต„ๅŠ้‚€่ซ‹่ฆๅ‰‡ใ€‚" #: src/components/contacts/components/InviteInfo.tsx:57 msgid "Choose who to invite" @@ -2665,7 +2676,7 @@ 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 "" +msgstr "ๆธ…้™ค GIF ๆœๅฐ‹" #: src/screens/Settings/AboutSettings.tsx:127 #: src/screens/Settings/AboutSettings.tsx:131 @@ -2694,7 +2705,7 @@ msgstr "ๆ’ณๅ‘ขๅบฆ่ฏ็ตกๆˆ‘ๅ“‹ๅ˜…ๆ”ฏๆดๅœ˜้šŠ" #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:143 msgid "Click here to create or manage an invite link for this group chat" -msgstr "" +msgstr "ๆ’ณๅ‘ขๅบฆๅปบ็ซ‹ๆˆ–็ฎก็†ๆญค็พฃ็ต„ๅ‚พๅˆๅ˜…้‚€่ซ‹้€ฃ็ต" #: src/ageAssurance/components/NoAccessScreen.tsx:263 msgid "Click here to delete your account" @@ -2724,14 +2735,14 @@ msgstr "ๆ’ณๅ‘ขๅบฆๆ›ดๆ–ฐไฝ ๅ˜…้›ป้ƒต" #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:144 msgid "Click here to view the invite link for this group chat" -msgstr "" +msgstr "ๆ’ณๅ‘ขๅบฆ็‡ๅ“ๆญค็พฃ็ต„ๅ‚พๅˆๅ˜…้‚€่ซ‹้€ฃ็ต" #. placeholder {0}: isCashtag ? tag : `#${tag}` #: src/components/RichTextTag.tsx:56 msgid "Click to open tag menu for {0}" msgstr "ๆ’ณไฝŽๅŽปๆ‰“้–‹ {0} ๅ˜…ๆจ™็ฑค้ธๅ–ฎ" -#: src/components/dms/MessageItem.tsx:533 +#: src/components/dms/MessageItem.tsx:622 msgid "Click to retry failed message" msgstr "ๆ’ณไฝŽๅŽป่ฉฆๅคšๆฌกๅ‚ณ้€่จŠๆฏ" @@ -2745,6 +2756,7 @@ msgstr "ๆ’ณไฝŽๅŽป่ฉฆๅคšๆฌกๅ‚ณ้€่จŠๆฏ" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "ๆ’ณไฝŽๅŽป่ฉฆๅคšๆฌกๅ‚ณ้€่จŠๆฏ" #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:233 -#: src/components/intents/GroupChatJoinDialog.tsx:268 +#: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2802,11 +2814,7 @@ msgstr "้–‚ๅ’—่ญฆ็คบ" #: src/screens/Messages/components/RequestStatus.tsx:82 msgid "Close banner" -msgstr "" - -#: src/view/com/util/BottomSheetCustomBackdrop.tsx:36 -msgid "Close bottom drawer" -msgstr "้–‚ๅ’—ไธ‹ไฝŽๆซƒๆกถ" +msgstr "้–‚ๅ’—ๆฉซ้ก" #. Accessibility label for the button that dismisses the GIF picker error dialog. #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:223 @@ -2822,7 +2830,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 "้–‚ๆซƒๆกถ้ธๅ–ฎ" @@ -2844,16 +2852,16 @@ 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" -msgstr "" +msgstr "้–‚ๅ’—ๅŠ ๅ…ฅ็”ณ่ซ‹้€š็Ÿฅๆฉซ้ก" -#: src/components/intents/GroupChatJoinDialog.tsx:226 -#: src/components/intents/GroupChatJoinDialog.tsx:227 -#: src/components/intents/GroupChatJoinDialog.tsx:263 -#: src/components/intents/GroupChatJoinDialog.tsx:264 +#: 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 msgid "Close this dialog" msgstr "้–‚ๅ‘ขๅ€‹ๅฐ่ฉฑๆก†" @@ -2866,21 +2874,21 @@ msgstr "ๅˆชๅ’—ๆญก่ฟŽไป‹้ข" msgid "Closes password update alert" msgstr "้–‚ๅ’—ๅฏ†็ขผๆ›ดๆ–ฐ่ญฆ็คบ" -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1740 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 msgid "Color" -msgstr "" +msgstr "้ก่‰ฒ" #: src/components/dialogs/Embed.tsx:150 #: src/screens/Settings/AppearanceSettings.tsx:81 @@ -2920,7 +2928,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:1616 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "ๆ’ฐๅฏซๆœ€ๅคš {0, plural,other {# ๅ€‹ๅญ—ๅ…ƒ}}ๅ˜…ๅธ–ๆ–‡" @@ -2928,11 +2936,11 @@ msgstr "ๆ’ฐๅฏซๆœ€ๅคš {0, plural,other {# ๅ€‹ๅญ—ๅ…ƒ}}ๅ˜…ๅธ–ๆ–‡" msgid "Compose reply" msgstr "ๆ’ฐๅฏซๅ›ž่ฆ†" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2578 msgid "Compressing GIF..." msgstr "ๅฃ“็ธฎ็ทŠ GIFโ€ฆโ€ฆ" -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing video..." msgstr "ๅฃ“็ธฎ็ทŠๆข็‰‡โ€ฆโ€ฆ" @@ -3100,7 +3108,7 @@ msgstr "็นผ็บŒๅŽปไธ‹ไธ€ๆญฅ" msgid "Conversation" msgstr "ๅฐ่ฉฑ" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "ๅทฒๅˆช้™คๅฐ่ฉฑ" @@ -3114,20 +3122,20 @@ msgstr "ๅทฒๅˆช้™คๅฐ่ฉฑ" #: src/components/dms/AfterReportConversationDialog.tsx:179 msgctxt "toast" msgid "Conversation left" -msgstr "" +msgstr "ๅทฒ้›ข้–‹ๅฐ่ฉฑ" #: src/components/dms/LeaveConvoPrompt.tsx:40 #: src/screens/Messages/JoinRequests.tsx:196 #: src/screens/Messages/JoinRequests.tsx:229 msgid "Conversation not found." -msgstr "" +msgstr "ๆตๅ””ๅˆฐๅฐ่ฉฑใ€‚" #: src/screens/Settings/AboutSettings.tsx:162 msgid "Copied build version to clipboard" msgstr "่ค‡่ฃฝๅ’—็ต„ๅปบ็‰ˆๆœฌๅŽปๅ‰ช่ฒผ็ฐฟๅ–‡" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3154,12 @@ msgstr "่ค‡่ฃฝๅ’—ๅ–‡๏ผ" msgid "Copies build version to clipboard" msgstr "ๅทฒ่ค‡่ฃฝๆง‹ๅปบ็‰ˆๆœฌๅˆฐๅ‰ช่ฒผ็ฐฟ" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:198 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:265 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "่ค‡่ฃฝ" @@ -3159,8 +3167,8 @@ msgstr "่ค‡่ฃฝ" msgid "Copy App Password" msgstr "่ค‡่ฃฝๆ‡‰็”จ็จ‹ๅผๅฐˆ็”จๅฏ†็ขผ" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "่ค‡่ฃฝ at:// ้€ฃ็ต" @@ -3175,8 +3183,8 @@ msgid "Copy code" msgstr "่ค‡่ฃฝ็จ‹ๅผ็ขผ" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "่ค‡่ฃฝ DID" @@ -3184,9 +3192,9 @@ msgstr "่ค‡่ฃฝ DID" msgid "Copy host" msgstr "่ค‡่ฃฝ Host" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:254 +#: 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 @@ -3210,8 +3218,8 @@ msgstr "่ค‡่ฃฝๆธ…ๅ–ฎ้€ฃ็ต" msgid "Copy link to post" msgstr "่ค‡่ฃฝ่ฒผๆ–‡้€ฃ็ต" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "่ค‡่ฃฝๅ€‹ไบบๆช”ๆกˆ้€ฃ็ต" @@ -3219,8 +3227,8 @@ msgstr "่ค‡่ฃฝๅ€‹ไบบๆช”ๆกˆ้€ฃ็ต" msgid "Copy link to starter pack" msgstr "่ค‡่ฃฝๆ–ฐๆ‰‹ๅŒ…้€ฃ็ต" -#: src/components/dms/MessageContextMenu.tsx:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "่ค‡่ฃฝ่จŠๆฏๆ–‡ๅญ—" @@ -3249,9 +3257,9 @@ msgstr "่ค‡่ฃฝ TXT ่จ˜้Œ„ๅ€ผ" msgid "Copyright Policy" msgstr "็‰ˆๆฌŠๆ”ฟ็ญ–" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: 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" @@ -3261,17 +3269,17 @@ msgstr "้€ฃๅ””ๅˆฐ็ทšๅˆฐ่‡ช่จ‚ๅ‹•ๆ…‹ๆบ" msgid "Could not connect to feed service" msgstr "้€ฃๅ””ๅˆฐ็ทšๅˆฐๅ‹•ๆ…‹ๆบๆœๅ‹™" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:120 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" -msgstr "" +msgstr "่ค‡่ฃฝๅ””ๅˆฐ โ€“ ๅ””่ฉฒ่ฉฆๅคšๆฌก" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: 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" -msgstr "" +msgstr "ๆ”ถๅ–ๅ””ๅˆฐๅธ–ๆ–‡ๅ…งๅฎน" #: src/view/com/feeds/MissingFeed.tsx:183 msgid "Could not find profile" @@ -3292,11 +3300,11 @@ msgstr "่ทŸๅ””ๅˆฐๆ‰€ๆœ‰็ขบ่ชๅ˜…่ฏ็ตกไบบใ€‚{0}" #: src/components/dms/AfterReportDialog.tsx:139 #: src/components/dms/LeaveConvoPrompt.tsx:36 msgid "Could not leave chat" -msgstr "้›ข้–‹ๅ””ๅˆฐๅ‚พๅˆ" +msgstr "้›ข้–‹ๅ””ๅˆฐๅ‘ขๅบฆๅ˜…ๅ‚พๅˆ" -#: src/components/moderation/BlockDialog.tsx:284 +#: 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" @@ -3308,9 +3316,9 @@ msgstr "ๆ’ˆๅ””ๅˆฐๅ‹•ๆ…‹ๆบ" msgid "Could not load list" msgstr "ๆ’ˆๅ””ๅˆฐๆธ…ๅ–ฎ" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:169 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" -msgstr "" +msgstr "ๆ’ˆๅ””ๅˆฐๅ€‹ไบบๆช”ๆกˆ" #: src/components/dms/ConvoMenu.tsx:212 msgid "Could not mute chat" @@ -3320,18 +3328,18 @@ msgstr "้œ้Ÿณๅ””ๅˆฐๅฐ่ฉฑ" msgid "Could not process your video" msgstr "่™•็†ๅ””ๅˆฐไฝ ๆข็‰‡" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." -msgstr "" +msgstr "็งป้™คๅ””ๅˆฐๆˆๅ“กใ€‚" #. placeholder {0}: cleanError(error) #: src/components/activity-notifications/SubscribeProfileDialog.tsx:295 msgid "Could not save changes: {0}" msgstr "ๅญ˜ๅ””ๅˆฐๅ‘ขๅ•ฒ่ฎŠๆ›ด๏ผš{0}" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" -msgstr "" +msgstr "ๅˆ†ไบซๅ””ๅˆฐ โ€“ ๅ””่ฉฒ่ฉฆๅคšๆฌก" #: src/state/queries/notifications/settings.ts:49 msgid "Could not update notification settings" @@ -3349,7 +3357,7 @@ msgstr "ไธŠ่ผ‰ๅ””ๅˆฐ่ฏ็ตกไบบ๏ผŒไฝ ้œ€่ฆ้‡ๆ–ฐ้ฉ—่ญ‰้›ป่ฉฑ่™Ÿ็ขผๅ…ˆๅพ—" #. 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 "ๆ’ˆๅ””ๅˆฐ GIF" #: src/components/InternationalPhoneCodeSelect.tsx:80 msgid "Country code" @@ -3394,12 +3402,12 @@ msgstr "ๅนซๆˆ‘ๅปบ็ซ‹ไธ€ๅ€‹ๆ–ฐๆ‰‹ๅŒ…" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:314 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,15 +3457,15 @@ msgstr "ๅพžๆ–ฐๆ‰‹ๅŒ…ๅปบ็ซ‹ๆธ…ๅ–ฎ" msgid "Create moderation list" msgstr "ๅปบ็ซ‹ๅ…งๅฎนๅฏฉ่ฆˆๆธ…ๅ–ฎ" -#: src/screens/Messages/JoinRequest.tsx:308 +#: 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 "ๅปบ็ซ‹ๆ–ฐๅธณ่™Ÿ" -#: src/screens/Messages/ConversationSettings/index.tsx:553 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" -msgstr "" +msgstr "ๅปบ็ซ‹ๆˆ–็ทจ่ผฏๆญค็พฃ็ต„ๅ‚พๅˆๅ˜…้‚€่ซ‹้€ฃ็ต" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title @@ -3479,7 +3487,7 @@ msgstr "ๅปบ็ซ‹็”จๆˆถๆธ…ๅ–ฎ" #. placeholder {0}: i18n.date(createdAt, { dateStyle: 'long', timeStyle: 'short', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) #: src/screens/Messages/components/InviteLinkDialog.tsx:355 -#: src/screens/Messages/ConversationSettings/index.tsx:505 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "ๅปบ็ซ‹ๆ–ผ {0}" @@ -3494,7 +3502,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 @@ -3539,11 +3547,11 @@ msgstr "ๅ‡บไธ–ๆ—ฅๆœŸ" #: src/features/inviteFriends/components/ThemePicker.tsx:28 msgid "Dawn" -msgstr "" +msgstr "้ปŽๆ˜Ž" #: src/features/inviteFriends/components/ThemePicker.tsx:29 msgid "Day" -msgstr "" +msgstr "ๆœๆ—ฉ" #: src/screens/Settings/AccountSettings.tsx:179 #: src/screens/Settings/AccountSettings.tsx:184 @@ -3624,7 +3632,7 @@ msgstr "ๅˆช้™ค่ฏ็ตกไบบ" msgid "Delete conversation" msgstr "ๅˆช้™คๅฐ่ฉฑ" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "ๅนซๆˆ‘ๅˆช้™ค" @@ -3637,7 +3645,7 @@ msgstr "ๅˆช้™คๆธ…ๅ–ฎ" msgid "Delete message" msgstr "ๅˆช้™ค่จŠๆฏ" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "ๆทจไฟ‚ๅˆชๆˆ‘ๅ—ฐๅบฆๅ˜…่จŠๆฏ" @@ -3647,7 +3655,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:1628 msgid "Delete post" msgstr "ๅˆช้™คๅธ–ๆ–‡" @@ -3689,6 +3697,10 @@ 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 @@ -3698,7 +3710,7 @@ msgstr "็ฐกไป‹" #: src/components/SendErrorReportDialog.tsx:82 msgid "Description (1000 characters max)" -msgstr "" +msgstr "็ฐกไป‹๏ผˆๆœ€ๅคš 1000 ๅ€‹ๅญ—ๅ…ƒ๏ผ‰" #: src/view/com/composer/GifAltText.tsx:156 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:124 @@ -3744,7 +3756,7 @@ msgstr "ๆ˜ๆš—" #: src/screens/Messages/components/InviteLinkDialog.tsx:385 #: src/screens/Messages/components/InviteLinkDialog.tsx:390 msgid "Disable" -msgstr "" +msgstr "ๅœ็”จ" #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:231 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:240 @@ -3771,7 +3783,7 @@ msgstr "ๅœ็”จ่งธ่ฆบๅ›ž้ฅ‹" #: src/screens/Messages/components/InviteLinkDialog.tsx:488 #: src/screens/Messages/components/InviteLinkDialog.tsx:494 msgid "Disable link" -msgstr "" +msgstr "ๅœ็”จ้€ฃ็ต" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:628 msgid "Disable quote posts of this post" @@ -3783,7 +3795,7 @@ msgstr "ๅพนๅบ•้—œ้–‰ๅ›ž่ฆ†" #: src/screens/Messages/components/InviteLinkDialog.tsx:475 msgid "Disable this invite link?" -msgstr "" +msgstr "ๅœ็”จๆญค้‚€่ซ‹้€ฃ็ต๏ผŸ" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 @@ -3794,9 +3806,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:1411 +#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1661 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3819,14 @@ msgstr "ๆฃ„็ฝฎ" msgid "Discard changes?" msgstr "ไฟ‚ๅ’ช่ฆๆ”พๆฃ„่ฎŠๆ›ด๏ผŸ" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1409 #: 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:1426 +#: src/view/com/composer/Composer.tsx:1653 msgid "Discard post?" msgstr "ไฟ‚ๅ’ช่ฆๆ”พๆฃ„็™ผๅธƒ๏ผŸ" @@ -3852,7 +3864,7 @@ msgstr "่ทณ้Ž" msgid "Dismiss banner" msgstr "ๅฟฝ็•ฅๆ็คบ" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2499 msgid "Dismiss error" msgstr "่ทณ้Ž้Œฏ่ชค" @@ -3879,7 +3891,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 @@ -3949,8 +3961,8 @@ msgstr "ๅ””ไฝฟ้ฉš๏ผไฝ ๆ‰€ๆœ‰็พๅญ˜ๅ˜…่จŠๆฏๅŒ่จญๅฎš็ถ“ๅทฒๅ„ฒๅญ˜๏ผŒๅช่ฆ้ฉ—่ญ‰ #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:146 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3975,7 @@ msgstr "ๅ””ไฝฟ้ฉš๏ผไฝ ๆ‰€ๆœ‰็พๅญ˜ๅ˜…่จŠๆฏๅŒ่จญๅฎš็ถ“ๅทฒๅ„ฒๅญ˜๏ผŒๅช่ฆ้ฉ—่ญ‰ msgid "Done" msgstr "ๆ”ชๆŽ‚" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "ๆ”ชๆŽ‚" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:520 msgid "Double tap or long press the message to add a reaction" msgstr "ๆ’ณๅ…ฉๅ“ๆˆ–ๆ’ณไฝ่จŠๆฏๅŽปๅŠ ๅ…ฅๅๆ‡‰" @@ -3983,7 +3989,7 @@ msgstr "ๆ’ณๅ…ฉๅ“่ฎšไฝข" #: src/features/inviteFriends/components/ActionButtons.tsx:36 msgid "Download" -msgstr "" +msgstr "ไธ‹่ผ‰" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:329 msgid "Download Bluesky" @@ -4005,16 +4011,16 @@ 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" -msgstr "" +msgstr "ไธ‹่ผ‰ๅ€‹ไบบๆช”ๆกˆ่ณ‡ๆ–™" #: src/screens/Settings/components/ExportCarDialog.tsx:123 msgctxt "button" msgid "Download profile data" -msgstr "" +msgstr "ไธ‹่ผ‰ๅ€‹ไบบๆช”ๆกˆ่ณ‡ๆ–™" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 msgid "Doxxing" @@ -4041,7 +4047,7 @@ msgstr "ๆŒ็บŒๆ™‚้–“๏ผš" #: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Dusk" -msgstr "" +msgstr "้ปƒๆ˜" #: src/screens/Settings/components/ChangeHandleDialog.tsx:237 msgid "e.g. alice" @@ -4087,8 +4093,8 @@ msgstr "้ฃฒ้ฃŸๅคฑ่ชฟ" msgid "Edit" msgstr "็ทจ่ผฏ" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "็ทจ่ผฏ" @@ -4102,8 +4108,8 @@ msgstr "็ทจ่ผฏ้ ญๅƒ" msgid "Edit Feeds" msgstr "็ทจ่ผฏๅ‹•ๆ…‹ๆบ" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "็ทจ่ผฏ็พฃ็ต„ๅ็จฑ" @@ -4125,24 +4131,24 @@ msgstr "็ทจ่ผฏๅฟƒๆฐดไธป้กŒ" #: src/screens/Messages/JoinRequests.tsx:299 msgid "Edit invite link" -msgstr "" +msgstr "็ทจ่ผฏ้‚€่ซ‹้€ฃ็ต" #: src/screens/Messages/JoinRequests.tsx:305 msgctxt "button" msgid "Edit invite link" -msgstr "" +msgstr "็ทจ่ผฏ้‚€่ซ‹้€ฃ็ต" #: src/screens/Messages/components/InviteLinkDialog.tsx:369 msgid "Edit link settings" -msgstr "" +msgstr "็ทจ่ผฏ้€ฃ็ต่จญๅฎš" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:191 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:194 msgid "Edit list details" msgstr "็ทจ่ผฏๆธ…ๅ–ฎ่ฉณๆƒ…" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "็ทจ่ผฏ็›ดๆ’ญ็‹€ๆ…‹" @@ -4155,7 +4161,7 @@ msgstr "็ทจ่ผฏๅ…งๅฎนๅฏฉ่ฆˆๆธ…ๅ–ฎ" msgid "Edit My Feeds" msgstr "็ทจ่ผฏๆˆ‘ๅ˜…ๅ‹•ๆ…‹ๆบ" -#: src/screens/Messages/ConversationSettings/index.tsx:540 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "็ทจ่ผฏๅ็จฑ" @@ -4184,8 +4190,8 @@ msgstr "็ทจ่ผฏๅ€‹ไบบๆช”ๆกˆ" msgid "Edit starter pack" msgstr "็ทจ่ผฏๆ–ฐๆ‰‹ๅŒ…" -#: src/screens/Messages/ConversationSettings/index.tsx:486 -#: src/screens/Messages/ConversationSettings/index.tsx:539 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "็ทจ่ผฏๆญค็พฃ็ต„ๅ‚พๅˆๅ็จฑ" @@ -4402,7 +4408,7 @@ msgstr "้€ฒๅ…ฅๅ…จ่žขๅน•" msgid "Entertainment" msgstr "ๅจ›ๆจ‚" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2598 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "้Œฏ่ชค" @@ -4481,7 +4487,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 "ๅฑ•้–‹็”จๆˆถๆธ…ๅ–ฎ" @@ -4552,7 +4558,7 @@ msgstr "ๆŽข็ดขๆ‡‰็”จ็จ‹ๅผ" #: src/screens/Messages/Settings.tsx:277 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" -msgstr "" +msgstr "ๅŒฏๅ‡บๆˆ‘ๅ˜…ๅ‚พๅˆ่ณ‡ๆ–™" #: src/screens/Settings/AccountSettings.tsx:170 #: src/screens/Settings/AccountSettings.tsx:174 @@ -4561,7 +4567,7 @@ msgstr "ๅŒฏๅ‡บๆˆ‘ๅ˜…ๆ•ธๆ“š" #: src/screens/Settings/components/ExportCarDialog.tsx:97 msgid "Export my profile data" -msgstr "" +msgstr "ๅŒฏๅ‡บๆˆ‘ๅ˜…ๅ€‹ไบบๆช”ๆกˆ่ณ‡ๆ–™" #: src/screens/Settings/ContentAndMediaSettings.tsx:86 #: src/screens/Settings/ContentAndMediaSettings.tsx:89 @@ -4594,16 +4600,20 @@ msgstr "ๆŽฅๅ—ๅ””ๅˆฐๅ‚พๅˆ้‚€่ซ‹" #: src/screens/Messages/JoinRequests.tsx:190 msgid "Failed to accept join request" -msgstr "" +msgstr "ๆŽฅๅ—ๅ””ๅˆฐๅŠ ๅ…ฅ็”ณ่ซ‹" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "ๅŠ ๅ””ๅˆฐ Emoji ๅๆ‡‰" #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:45 #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:63 msgid "Failed to add members" +msgstr "ๅŠ ๅ””ๅˆฐๆˆๅ“ก" + +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:280 @@ -4615,9 +4625,9 @@ msgid "Failed to change handle. Please try again." msgstr "ๆ”นๅ””ๅˆฐๅธณ่™Ÿไปฃ็ขผ๏ผŒๅ””่ฉฒ่ฉฆๅคšๆฌกใ€‚" #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:129 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" -msgstr "" +msgstr "่ค‡่ฃฝๅ””ๅˆฐ้€ฃ็ต" #: src/screens/Settings/components/AddAppPasswordDialog.tsx:173 msgid "Failed to create app password. Please try again." @@ -4630,7 +4640,7 @@ msgstr "ๅปบๅ””ๅˆฐๅฐ่ฉฑ" #: src/screens/Messages/components/InviteLinkDialog.tsx:106 msgid "Failed to create invite link" -msgstr "" +msgstr "ๅปบ็ซ‹ๅ””ๅˆฐ้‚€่ซ‹้€ฃ็ต" #: src/screens/StarterPack/Wizard/index.tsx:250 #: src/screens/StarterPack/Wizard/index.tsx:260 @@ -4657,24 +4667,24 @@ msgstr "ๅˆชๅ””ๅˆฐๆ–ฐๆ‰‹ๅŒ…" #: src/screens/Messages/components/InviteLinkDialog.tsx:132 msgid "Failed to disable invite link" -msgstr "" +msgstr "ๅœ็”จๅ””ๅˆฐ้‚€่ซ‹้€ฃ็ต" #. placeholder {0}: error?.message #: src/screens/Profile/components/GermButton.tsx:196 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "ไธญๆ–ท้€ฃ็ต Germ DM ๅ—ฐ้™ฃๅ‡บๅ’—ๅ•้กŒใ€‚้Œฏ่ชค๏ผš{0}" -#: src/screens/Messages/ConversationSettings/index.tsx:374 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "็ทจ่ผฏๅ””ๅˆฐ็พฃ็ต„ๅ‚พๅˆๅ็จฑ" #: src/screens/Messages/components/InviteLinkDialog.tsx:119 msgid "Failed to edit invite link" -msgstr "" +msgstr "็ทจ่ผฏๅ””ๅˆฐ้‚€่ซ‹้€ฃ็ต" #: src/screens/Messages/components/InviteLinkDialog.tsx:142 msgid "Failed to enable invite link" -msgstr "" +msgstr "ๅ•“็”จๅ””ๅˆฐ้‚€่ซ‹้€ฃ็ต" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:143 msgid "Failed to follow all suggested accounts, please try again" @@ -4690,24 +4700,24 @@ msgstr "้šฑ่—ๅ””ๅˆฐๅปบ่ญฐ๏ผŒ่ซ‹ๆชขๆŸฅไฝ ๅ˜…็ถฒ็ตก้€ฃ็ทš็‹€ๆ…‹" #: src/screens/Messages/JoinRequests.tsx:223 msgid "Failed to ignore join request" -msgstr "" +msgstr "ๅฟฝ็•ฅๅ””ๅˆฐๅŠ ๅ…ฅ็”ณ่ซ‹" -#: src/components/intents/GroupChatJoinDialog.tsx:137 +#: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." -msgstr "" +msgstr "ๅŠ ๅ…ฅๅ””ๅˆฐ็พฃ็ต„ๅ‚พๅˆ๏ผŒๅ””่ฉฒ่ฉฆๅคšๆฌกใ€‚" #: src/components/contacts/screens/ViewMatches.tsx:582 msgid "Failed to launch SMS app" msgstr "้–‹ๅ””ๅˆฐ็Ÿญ่จŠๆ‡‰็”จ็จ‹ๅผ" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:401 +#: 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 "้›ข้–‹ๅ””ๅˆฐ็พฃ็ต„ๅ‚พๅˆ" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "ๆ’ˆๅ””ๅˆฐๅฐ่ฉฑ" @@ -4753,15 +4763,20 @@ msgstr "ๆ’ˆๅ””ๅˆฐๅปบ่ญฐๅ˜…ๅ‹•ๆ…‹ๆบ" msgid "Failed to load suggested follows" msgstr "ๆ’ˆๅ””ๅˆฐๅปบ่ญฐไฝ ่ทŸๅ˜…ไบบ" -#: src/screens/Messages/ConversationSettings/index.tsx:426 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" -msgstr "" +msgstr "้Ž–ๅฎšๅ””ๅˆฐ้‚€่ซ‹้€ฃ็ต" + +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +msgid "Failed to mark all chats as read" +msgstr "ๆจ™่จ˜ๅ””ๅˆฐๆ‰€ๆœ‰ๅ‚พๅˆๅšๅทฒ่ฎ€" #: src/screens/Messages/Inbox.tsx:311 +#: src/view/shell/bottom-bar/BottomBar.tsx:450 msgid "Failed to mark all requests as read" msgstr "ๆจ™่จ˜ๅ””ๅˆฐๆ‰€ๆœ‰้‚€่ซ‹ๅšๅทฒ่ฎ€" -#: src/screens/Messages/ConversationSettings/index.tsx:390 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "้œ้Ÿณๅ””ๅˆฐ็พฃ็ต„ๅ‚พๅˆ" @@ -4783,12 +4798,16 @@ msgstr "ไบ‹็ทฃ็ถฒ็ตก้Œฏ่ชคๅฐŽ่‡ดๅˆชๅ””ๅˆฐ่ณ‡ๆ–™๏ผŒ่ซ‹ๆชขๆŸฅไฝ ๅ˜…็ถฒ็ตก้€ฃ็ทš็‹€ msgid "Failed to remove data. {0}" msgstr "ๅˆชๅ””ๅˆฐ่ณ‡ๆ–™ใ€‚{0}" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:111 +#: 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 "" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "ๅ–บๆ–ฐๆ‰‹ๅŒ…ๅบฆๅˆชๅ””ๅˆฐไฝข" @@ -4796,22 +4815,22 @@ msgstr "ๅ–บๆ–ฐๆ‰‹ๅŒ…ๅบฆๅˆชๅ””ๅˆฐไฝข" #: src/screens/Messages/ConversationSettings/Member.tsx:56 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:76 msgid "Failed to remove group chat member" -msgstr "" +msgstr "็งป้™คๅ””ๅˆฐ็พฃ็ต„ๅ‚พๅˆๆˆๅ“ก" #: src/components/verification/VerificationRemovePrompt.tsx:34 msgid "Failed to remove verification" msgstr "ๆ’คๅ›žๅ””ๅˆฐ่ช่ญ‰" -#: src/components/intents/GroupChatJoinDialog.tsx:180 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." -msgstr "" +msgstr "ๆ’คๅ›žๅ””ๅˆฐไฝ ๅ˜…็”ณ่ซ‹๏ผŒๅ””่ฉฒ่ฉฆๅคšๆฌกใ€‚" #: src/components/dialogs/DeviceLocationRequestDialog.tsx:81 msgid "Failed to resolve location. Please try again." msgstr "ๅ–็”จๅ””ๅˆฐไฝ็ฝฎ่ณ‡่จŠ๏ผŒๅ””่ฉฒ่ฉฆๅคšๆฌกใ€‚" -#: src/view/com/composer/Composer.tsx:648 +#: src/view/com/composer/Composer.tsx:646 msgid "Failed to save draft" msgstr "ๅญ˜ๅ„ฒๅ””ๅˆฐ่‰็จฟ" @@ -4841,7 +4860,7 @@ msgstr "ๅ‚ณ้€ๅ””ๅˆฐ้ƒตไปถ๏ผŒๅ””่ฉฒ่ฉฆๅคšๆฌกใ€‚" #: src/components/SendErrorReportDialog.tsx:52 msgid "Failed to send report" -msgstr "" +msgstr "ๆไบคๅ””ๅˆฐๆ“งๅ ฑ" #: src/components/moderation/LabelsOnMeDialog.tsx:266 #: src/features/liveNow/components/GoLiveDisabledDialog.tsx:77 @@ -4854,9 +4873,9 @@ msgid "Failed to toggle thread mute, please try again" msgstr "้œ้Ÿณๅ””ๅˆฐ่จŽ่ซ–ไธฒ๏ผŒๅ””่ฉฒ่ฉฆๅคšๆฌก" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:435 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" -msgstr "" +msgstr "่งฃ้Ž–ๅ””ๅˆฐ็พฃ็ต„ๅ‚พๅˆ" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:107 msgid "Failed to unpin list" @@ -5038,7 +5057,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 @@ -5060,7 +5079,7 @@ msgstr "็‡ๅ“่ทŸๅ•ฒไนœไบบๅฅฝ" #: src/screens/Settings/FindContactsSettings.tsx:130 msgid "Find people you know" -msgstr "" +msgstr "ๆต่ฟ”ไฝ ่ญ˜ๅ˜…ไบบ" #: src/screens/Search/Shell.tsx:537 msgid "Find posts, users, and feeds on Bluesky" @@ -5116,22 +5135,22 @@ msgstr "่š็„ฆๆตๅ˜ขๆฌ„ไฝ" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 "่ทŸไฝข" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "่ทŸ {0}" #: src/screens/Messages/ConversationSettings/Member.tsx:167 msgid "Follow {displayName}" -msgstr "" +msgstr "่ทŸ้šจ {displayName}" #: src/screens/VideoFeed/index.tsx:845 msgid "Follow {handle}" @@ -5149,8 +5168,8 @@ msgstr "่ทŸ้šจ 10 ๅ€‹ไบบๅณๅฏ้–‹ๅง‹" msgid "Follow 7 accounts" msgstr "่ทŸ 7 ๅ€‹ไบบ" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "่ทŸไฝข" @@ -5173,9 +5192,9 @@ msgstr "่ทŸๆ™’ๆ‰€ๆœ‰ๅธณ่™Ÿ" #. 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:423 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "่ทŸ่ฟ”ไฝข" @@ -5211,9 +5230,9 @@ msgstr "ไฝ ่ญ˜ๅ˜… <0>{0} ๅŒ <1>{1} ไบฆ้ƒฝ่ทŸๅ’—ไฝข" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "ไฝ ่ญ˜ๅ˜… <0>{0}, <1>{1} ๅŒ{2, plural, one {ๅฆๅค– # ไบบไบฆ้ƒฝ่ทŸๅ’—ไฝข} other {ๅฆๅค– # ไบบไบฆ้ƒฝ่ทŸๅ’—ไฝข}}" -#: src/components/intents/GroupChatJoinDialog.tsx:339 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" -msgstr "" +msgstr "ๆ“่บ‰ๅฏไปฅๅŠ ๅ…ฅ" #. placeholder {0}: route.params.name #: src/Navigation.tsx:245 @@ -5231,10 +5250,10 @@ msgstr "ไฝ ่ญ˜ๅ˜…ๆ“่บ‰" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 "่ทŸ็ทŠ" @@ -5249,13 +5268,13 @@ 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 "่ทŸ็ทŠ {0}" #: src/screens/Messages/ConversationSettings/Member.tsx:66 msgid "Following {displayName}" -msgstr "" +msgstr "่ทŸ็ทŠ {displayName}" #: src/screens/VideoFeed/index.tsx:844 msgid "Following {handle}" @@ -5363,15 +5382,15 @@ msgstr "็”Ÿๆˆไธ€ๅ€‹ๆ–ฐๆ‰‹ๅŒ…" #: src/screens/Messages/components/InviteLinkDialog.tsx:277 #: src/screens/Messages/components/InviteLinkDialog.tsx:305 msgid "Generate invite link" -msgstr "" +msgstr "็”ข็”Ÿ้‚€่ซ‹้€ฃ็ต" #: src/screens/Messages/components/InviteLinkDialog.tsx:446 msgid "Generate new invite link" -msgstr "" +msgstr "็”ข็”Ÿๆ–ฐๅ˜…้‚€่ซ‹้€ฃ็ต" #: src/screens/Messages/components/InviteLinkDialog.tsx:451 msgid "Generate new link" -msgstr "" +msgstr "็”ข็”Ÿๆ–ฐๅ˜…้€ฃ็ต" #: src/screens/Profile/components/GermButton.tsx:86 #: src/screens/Profile/components/GermButton.tsx:225 @@ -5409,7 +5428,7 @@ msgstr "ๅ–บๆœ‰ไบบ่ฎšไฝ ๅธ–ๆ–‡ๅ—ฐ้™ฃๆ”ถๅˆฐ้€š็Ÿฅใ€‚" #: src/screens/Settings/NotificationSettings/index.tsx:324 msgid "Get notifications when people like your reposts." -msgstr "" +msgstr "ๅ–บๆœ‰ไบบ่ฎšไฝ ่ฝ‰็™ผๅ˜…ๅธ–ๆ–‡ๅ—ฐ้™ฃๆ”ถๅˆฐ้€š็Ÿฅใ€‚" #: src/screens/Settings/NotificationSettings/index.tsx:285 msgid "Get notifications when people mention you." @@ -5429,11 +5448,11 @@ msgstr "ๅ–บๆœ‰ไบบ่ฝ‰็™ผไฝ ๅธ–ๆ–‡ๅ—ฐ้™ฃๆ”ถๅˆฐ้€š็Ÿฅใ€‚" #: src/screens/Settings/NotificationSettings/index.tsx:333 msgid "Get notifications when people repost your reposts." -msgstr "" +msgstr "ๅ–บๆœ‰ไบบ่ฝ‰็™ผๅ’—ไฝ ๅ˜…่ฝ‰็™ผๅธ–ๆ–‡ๅ—ฐ้™ฃๆ”ถๅˆฐ้€š็Ÿฅใ€‚" #: src/screens/Settings/NotificationSettings/index.tsx:311 msgid "Get notifications when there's activity on posts you're subscribed to." -msgstr "" +msgstr "ๅ–บไฝ ่จ‚้–ฑๅ˜…ๅธ–ๆ–‡ๆœ‰ๅ‹•ๆ…‹ๆ›ดๆ–ฐๅ—ฐ้™ฃๆ”ถๅˆฐ้€š็Ÿฅใ€‚" #: src/components/activity-notifications/SubscribeProfileButton.tsx:94 msgid "Get notified about new posts" @@ -5467,7 +5486,7 @@ msgstr "้–‹ๅง‹ๅ•ฆ" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2603 msgid "GIF uploaded" msgstr "GIF ๅทฒไธŠ่ผ‰" @@ -5526,8 +5545,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "ๅŽป่ฟ”้ฆ–้ " -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "้–‹ๅง‹็›ดๆ’ญ" @@ -5538,8 +5557,8 @@ msgstr "้–‹ๅง‹็›ดๆ’ญ" msgid "Go Live" msgstr "้–‹ๅง‹็›ดๆ’ญ" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "็›ดๆ’ญ๏ผˆๅทฒๅœ็”จ๏ผ‰" @@ -5547,7 +5566,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 "ๅŽปๅˆฐ {firstAuthorName} ๅ˜…ๅ€‹ไบบๆช”ๆกˆ" @@ -5589,7 +5608,7 @@ msgstr "ๅŽปๅˆฐ็”จๆˆถๅ˜…ๅ€‹ไบบๆช”ๆกˆ" #: src/screens/Messages/components/MessagesListInfoPanel.tsx:92 msgid "Go to userโ€™s profile" -msgstr "" +msgstr "ๅŽปๅˆฐ็”จๆˆถๅ˜…ๅ€‹ไบบๆช”ๆกˆ" #: src/features/liveNow/components/GoLiveDisabledDialog.tsx:105 msgid "Going live is currently disabled for your account" @@ -5605,7 +5624,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 @@ -5622,30 +5641,30 @@ msgstr "ๅฏซๅฏฆๆšดๅŠ›ๅ…งๅฎน" msgid "Grooming or predatory behavior" msgstr "ๆ€ง่ช˜่ญ˜่กŒ็ˆฒ" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:321 -#: src/screens/Messages/JoinRequest.tsx:129 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" -msgstr "" +msgstr "็พฃ็ต„ๅ‚พๅˆ" #: src/screens/Messages/components/InviteLinkDialog.tsx:556 msgid "Group chat invite link dialog" -msgstr "" +msgstr "็พฃ็ต„ๅ‚พๅˆ้‚€่ซ‹้€ฃ็ตๅฐ่ฉฑๆก†" -#: src/screens/Messages/ConversationSettings/index.tsx:417 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" -msgstr "" +msgstr "็พฃ็ต„ๅ‚พๅˆๅทฒ้Ž–ๅฎš" -#: src/screens/Messages/ConversationSettings/index.tsx:382 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "ๅทฒ้œ้Ÿณ็พฃ็ต„ๅ‚พๅˆ" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" -msgstr "" +msgstr "ๅทฒๆ›ดๆ–ฐ็พฃ็ต„ๅ‚พๅˆๅ็จฑ" #: src/Navigation.tsx:496 #: src/screens/Messages/ConversationSettings/index.tsx:113 @@ -5653,28 +5672,28 @@ msgid "Group chat settings" msgstr "็พฃ็ต„ๅ‚พๅˆ่จญๅฎš" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" -msgstr "" +msgstr "็พฃ็ต„ๅ‚พๅˆๅทฒ่งฃ้Ž–" -#: src/screens/Messages/ConversationSettings/index.tsx:385 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "ๅทฒๅ””ๅ†้œ้Ÿณ็พฃ็ต„ๅ‚พๅˆ" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:181 msgid "Group Chats" -msgstr "" +msgstr "็พฃ็ต„ๅ‚พๅˆ" #: src/screens/Messages/Settings.tsx:199 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 msgid "Group chats can only have a maximum of {0, plural, other {# people}}." -msgstr "" +msgstr "็พฃ็ต„ๅ‚พๅˆๅ””ๅพ—่ถ…้Ž {0, plural, other {# ๅ€‹ไบบ}}ใ€‚" #: src/components/dialogs/SearchablePeopleList.tsx:565 msgid "Group is locked" @@ -5682,14 +5701,14 @@ msgstr "็พฃ็ต„ๅทฒ้Ž–ๅฎš" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "็พฃ็ต„ๅ็จฑ" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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" @@ -5726,7 +5745,7 @@ msgstr "้€ฒ่กŒ็ทŠ" #. 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 "้–‹ๅฟƒ GIF" #: src/screens/Settings/AccessibilitySettings.tsx:86 msgid "Haptics" @@ -5763,7 +5782,7 @@ msgstr "ๆœ‰ๅ’—ไปฃ็ขผ๏ผŸ<0>ๆ’ณๅ‘ขๅบฆใ€‚" #: 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 "ไฟ‚ๅ’ชๆ”ช้Œฏๅ’—ไฝ ๅ˜…ไฝ็ฝฎ๏ผŸ<0>ๆ’ณๅ‘ขๅบฆ็”จ GPS ๆ›ดๆ–ฐไฝ ๅ˜…ไฝ็ฝฎใ€‚" #: src/screens/Signup/index.tsx:231 msgid "Having trouble?" @@ -5829,7 +5848,7 @@ msgstr "้šฑ่—ๆธ…ๅ–ฎ" msgid "Hide" msgstr "้šฑ่—" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "้šฑ่—" @@ -5845,7 +5864,7 @@ msgstr "้šฑ่—่‡ช่จ‚้ธ้ …" #: src/components/dms/SystemMessageGroup.tsx:57 msgid "Hide group chat updates" -msgstr "" +msgstr "้šฑ่—็พฃ็ต„ๅ‚พๅˆๆ›ดๆ–ฐ" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:533 msgid "Hide lists" @@ -5904,7 +5923,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 "้šฑ่—็”จๆˆถๆธ…ๅ–ฎ" @@ -5920,7 +5939,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." @@ -5960,7 +5979,7 @@ msgstr "ๅนซ็ทŠไฝ ๅนซ็ทŠไฝ ๏ผๆˆ‘ๅ“‹่€Œๅฎถ้€ๆญฅ้–‹ๆ”พๅฝฑ็‰‡ๅŠŸ่ƒฝ๏ผŒ่€Œไฝ ไปฒๅ–บ #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6166,7 +6185,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 @@ -6192,27 +6211,27 @@ msgstr "ๆ‡‰็”จ็จ‹ๅผๅ…ง้€š็Ÿฅ" #: src/screens/Settings/NotificationSettings/index.tsx:370 msgid "In-app, everyone" -msgstr "" +msgstr "ๆ‡‰็”จ็จ‹ๅผๅ…งใ€ๆ‰€ๆœ‰ไบบ" #: src/screens/Settings/NotificationSettings/index.tsx:378 msgid "In-app, people you follow" -msgstr "" +msgstr "ๆ‡‰็”จ็จ‹ๅผๅ…งใ€ไฝ ่ทŸๅ˜…ไบบ" #: src/screens/Settings/NotificationSettings/index.tsx:385 msgid "In-app, push" -msgstr "" +msgstr "ๆ‡‰็”จ็จ‹ๅผๅ…งใ€ๆŽจๆ’ญ" #: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "In-app, push, everyone" -msgstr "" +msgstr "ๆ‡‰็”จ็จ‹ๅผๅ…งใ€ๆŽจๆ’ญใ€ๆ‰€ๆœ‰ไบบ" #: src/screens/Settings/NotificationSettings/index.tsx:376 msgid "In-app, push, people you follow" -msgstr "" +msgstr "ๆ‡‰็”จ็จ‹ๅผๅ…งใ€ๆŽจๆ’ญใ€ไฝ ่ทŸๅ˜…ไบบ" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" -msgstr "" +msgstr "ๆ”ถไปถ็ฎฑๅพ—ๅ€‹ๅ‰" #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:226 @@ -6257,7 +6276,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" @@ -6268,9 +6287,9 @@ msgstr "ๅŒไฝ ไป‹็ดนๅธ–ๆ–‡ๆ”ถ่—๏ผˆๅˆ็จฑๆ›ธ็ฑค๏ผ‰" msgid "Invalid 2FA confirmation code." msgstr "้›™้‡้ฉ—่ญ‰็ขบ่ช็ขผ็„กๆ•ˆใ€‚" -#: src/components/intents/GroupChatJoinDialog.tsx:147 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." -msgstr "" +msgstr "็„กๆ•ˆๅ˜…็พฃ็ต„ๅ‚พๅˆไปฃ็ขผใ€‚" #: src/screens/Settings/components/ChangeHandleDialog.tsx:615 msgid "Invalid handle. Please try a different one." @@ -6290,10 +6309,10 @@ msgstr "็„กๆ•ˆๅ˜…้›ป่ฉฑ่™Ÿ็ขผ" msgid "Invalid report subject" msgstr "็„กๆ•ˆๅ˜…ๆ“งๅ ฑๅ…งๅฎน" -#: src/components/intents/GroupChatJoinDialog.tsx:187 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." -msgstr "" +msgstr "็„กๆ•ˆๅ˜…ๆ’คๅ›ž็”ณ่ซ‹ใ€‚" #: src/components/intents/VerifyEmailIntentDialog.tsx:86 msgid "Invalid Verification Code" @@ -6315,15 +6334,15 @@ msgstr "้‚€่ซ‹็ขผ" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "้‚€่ซ‹็ขผ็„กๆ•ˆใ€‚่ซ‹ๆชขๆŸฅไฝ ่ผธๅ…ฅๅ˜…้ฉ—่ญ‰็ขผๅ•ฑๅฎšๅ””ๅ•ฑ๏ผŒ่ทŸไฝ่ฉฆๅคšๆฌกใ€‚" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:140 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: 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:155 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "้‚€่ซ‹ๆœ‹ๅ‹" @@ -6336,19 +6355,19 @@ msgstr "้‚€่ซ‹ๆœ‹ๅ‹ <0/>" #: src/screens/Messages/components/InviteLinkDialog.tsx:335 #: src/screens/Messages/components/InviteLinkDialog.tsx:514 #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 -#: src/screens/Messages/ConversationSettings/index.tsx:556 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "้‚€่ซ‹้€ฃ็ต" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:213 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "้‚€่ซ‹้€ฃ็ต" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" -msgstr "" +msgstr "ๅทฒ่ค‡่ฃฝ้‚€่ซ‹้€ฃ็ต" #: src/components/dms/getSystemMessageInfo.ts:120 msgid "Invite link created" @@ -6374,7 +6393,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" @@ -6390,7 +6409,7 @@ msgstr "้‚€่ซ‹ๆœ‹ๅ‹ๅŠ ๅ…ฅ๏ผŒๅŒๆ™‚ไฟๆŒๅ€‹ไบบๅŒ–" #: src/ageAssurance/components/NoAccessScreen.tsx:394 msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " -msgstr "" +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." @@ -6410,7 +6429,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:2518 msgid "Job ID: {0}" msgstr "ไฝœๆฅญ ID๏ผš{0}" @@ -6420,9 +6439,9 @@ msgid "Jobs" msgstr "ๅทฅไฝœ" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:282 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" -msgstr "" +msgstr "ๅŠ ๅ…ฅ" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:215 @@ -6431,15 +6450,15 @@ msgstr "" msgid "Join Bluesky" msgstr "ๅŠ ๅ…ฅ Bluesky" -#: src/components/intents/GroupChatJoinDialog.tsx:71 -#: src/components/intents/GroupChatJoinDialog.tsx:448 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" -msgstr "" +msgstr "ๅŠ ๅ…ฅ็พฃ็ต„ๅ‚พๅˆ" -#: src/components/intents/GroupChatJoinDialog.tsx:176 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." -msgstr "" +msgstr "ๅทฒๆ’คๅ›žๅŠ ๅ…ฅ็”ณ่ซ‹ใ€‚" #: src/components/StarterPack/QrCode.tsx:72 #: src/view/shell/NavSignupCard.tsx:41 @@ -6450,8 +6469,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:1459 +#: src/view/com/composer/Composer.tsx:1469 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "็นผ็บŒ็ทจ่ผฏ" @@ -6463,7 +6482,7 @@ msgstr "ๆœ‰ๆ–ฐๅ‹•ๆ…‹ๅ—ฐ้™ฃ้€š็Ÿฅๆˆ‘" #: src/components/moderation/BlockDialog.tsx:365 #: src/components/moderation/BlockDialog.tsx:372 msgid "Kick member" -msgstr "" +msgstr "่ธข้™คๆˆๅ“ก" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" @@ -6609,7 +6628,7 @@ msgid "Learn more." msgstr "ๆƒณ็Ÿฅๅคšๅ•ฒใ€‚" #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:590 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "้›ข้–‹" @@ -6623,8 +6642,8 @@ msgstr "้›ข้–‹" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "้›ข้–‹ๅ””ๅ†ๅ‚พๅˆ" @@ -6644,12 +6663,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "้›ข้–‹ๅฐ่ฉฑ" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "้›ข้–‹็พฃ็ต„ๅ‚พๅˆ" -#: src/screens/Messages/ConversationSettings/index.tsx:589 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "้›ข้–‹ๆญค็พฃ็ต„ๅ‚พๅˆ" @@ -6658,13 +6677,13 @@ msgstr "้›ข้–‹ๆญค็พฃ็ต„ๅ‚พๅˆ" msgid "Leaving Bluesky" msgstr "้›ข้–‹ Bluesky" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: 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:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." -msgstr "" +msgstr "้›ข้–‹็พฃ็ต„ๅ‚พๅˆใ€‚" #: src/screens/SignupQueued.tsx:158 msgid "left to go." @@ -6770,7 +6789,7 @@ msgstr "็›ดๅˆ—ๆจกๅผ" #: src/components/Lightbox/Lightbox.web.tsx:300 msgid "Link copied to clipboard" -msgstr "" +msgstr "ๅทฒ่ค‡่ฃฝ้€ฃ็ตๅˆฐๅ‰ช่ฒผ็ฐฟ" #: src/Navigation.tsx:251 msgid "List" @@ -6935,12 +6954,12 @@ msgstr "ๆ’ˆๅ“ๆ–ฐๅ˜…้€š็Ÿฅ" msgid "Load new posts" msgstr "ๆ’ˆๅ“ๆ–ฐๅ˜…ๅธ–ๆ–‡" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" -msgstr "" +msgstr "ๆ’ˆ็ทŠๅ‚พๅˆโ€ฆโ€ฆ" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:575 msgid "Loading lists..." @@ -6954,23 +6973,23 @@ msgstr "ๆ’ˆ็ทŠๅธ–ๆ–‡ไบ’ๅ‹•่จญๅฎšโ€ฆโ€ฆ" msgid "Loading..." msgstr "ๆ’ˆ็ทŠโ€ฆโ€ฆ" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "้Ž–ๅฎš" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "้Ž–ๅฎš็พฃ็ต„ๅ‚พๅˆ" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "้Ž–ๅฎš็พฃ็ต„ๅ‚พๅˆ๏ผŸ" -#: src/screens/Messages/ConversationSettings/index.tsx:568 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "้Ž–ๅฎšๆญค็พฃ็ต„ๅ‚พๅˆ" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "ๅทฒ้Ž–ๅฎš" @@ -7019,7 +7038,7 @@ msgstr "็‡่ฝไฝ ๅฅฝไผผๅ””่ฆ‹ๅ’—ใ€ŒFollowingใ€ๅ‹•ๆ…‹ๆบๅ–Žใ€‚<0>ๆ’ณๅ‘ขๅบฆๅŠ ่ฟ” #. 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 "ๆ„›ๆƒ… GIF" #: src/components/dialogs/EmailDialog/index.tsx:39 msgid "Make adjustments to email settings for your account" @@ -7051,15 +7070,33 @@ msgstr "็ฎก็†ไฝ ๅ˜…้œ้Ÿณๅญ—่ฉžๅŒๆจ™็ฑค" msgid "Mark all as read" msgstr "ๆจ™่จ˜ๆ™’ๅšๅทฒ่ฎ€" +#: src/view/shell/bottom-bar/BottomBar.tsx:459 +#: src/view/shell/bottom-bar/BottomBar.tsx:463 +msgid "Mark all chats as read" +msgstr "ๆจ™่จ˜ๆ™’ๆ‰€ๆœ‰ๅ‚พๅˆๅšๅทฒ่ฎ€" + +#: src/view/shell/bottom-bar/BottomBar.tsx:467 +#: src/view/shell/bottom-bar/BottomBar.tsx:471 +msgid "Mark all requests as read" +msgstr "ๆจ™่จ˜ๆ™’ๆ‰€ๆœ‰่ซ‹ๆฑ‚ๅšๅทฒ่ฎ€" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" -msgstr "ๆจ™่จ˜็ˆฒๅทฒ่ฎ€" +msgstr "ๆจ™่จ˜ๅšๅทฒ่ฎ€" #: src/screens/Messages/Inbox.tsx:306 msgid "Marked all as read" msgstr "ๅทฒๆจ™่จ˜ๆ™’ๅšๅทฒ่ฎ€" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "ๅทฒๆจ™่จ˜ๆ™’ๆ‰€ๆœ‰ๅ‚พๅˆๅšๅทฒ่ฎ€" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "ๅทฒๆจ™่จ˜ๆ™’ๆ‰€ๆœ‰้‚€่ซ‹ๅšๅทฒ่ฎ€" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,7 +7120,7 @@ msgstr "ๅช’้ซ”ๅทฒๅ„ฒๅญ˜ๅˆฐๅ…ถไป–่ฃ็ฝฎ" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "ๅฏ่ƒฝๆœƒไปคๆŸๅ•ฒๅ—็œพๆ„Ÿๅˆฐไธๅฎ‰ๆˆ–้€ ๆˆไธ้ฉๅ˜…ๅช’้ซ”ๅ…งๅฎนใ€‚" -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." msgstr "" @@ -7092,7 +7129,7 @@ msgstr "" msgid "Members" msgstr "ๆˆๅ“ก" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "ๆˆๅ“กๅง‹็ต‚ๅฏไปฅ็‡ๅˆฐๅ‚พๅˆ่จ˜้Œ„๏ผŒไฝ†็„กๆณ•ๅ‚ณ้€ๆ–ฐ่จŠๆฏใ€‚" @@ -7111,13 +7148,13 @@ msgstr "ๆๅŠ" msgid "Menu" msgstr "้ธๅ–ฎ" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "่จŠๆฏ" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 +#: 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" @@ -7132,7 +7169,7 @@ msgstr "่จŠๆฏ {0}" msgid "Message {displayName}" msgstr "ๅ‚ณ้€่จŠๆฏ็•€ {displayName}" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "ๅทฒๅˆช้™ค่จŠๆฏ" @@ -7141,13 +7178,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "ๅทฒๅˆช้™ค่จŠๆฏ" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:616 msgid "Message failed to send." msgstr "ๅ‚ณ้€ๅ””ๅˆฐ่จŠๆฏใ€‚" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "ๅšŸ่‡ช @{0} ๅ˜…่จŠๆฏ๏ผš{1}" @@ -7156,21 +7193,21 @@ msgstr "ๅšŸ่‡ช @{0} ๅ˜…่จŠๆฏ๏ผš{1}" msgid "Message from server: {0}" msgstr "ๅšŸ่‡ชไผบๆœๅ™จๅ˜…่จŠๆฏ๏ผš{0}" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "่จŠๆฏ่ผธๅ…ฅๆฌ„ไฝ" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "่จŠๆฏๅ…งๅฎนๅคช้•ท๏ผˆ{graphemeCount}/{MAX_DM_GRAPHEME_LENGTH}๏ผ‰" -#: src/components/dms/MessageContextMenu.tsx:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "่จŠๆฏ้ธ้ …" @@ -7178,11 +7215,11 @@ msgstr "่จŠๆฏ้ธ้ …" msgid "Messages" msgstr "ๅ‚พๅˆ" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:715 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:621 +#: src/components/dms/MessageItem.tsx:710 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7219,8 +7256,8 @@ msgstr "ๅ…งๅฎนๅฏฉ่ฆˆ่ฉณๆƒ…" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "{0} ๆ‰€ๅปบ็ซ‹ๅ˜…ๅ…งๅฎนๅฏฉ่ฆˆๆธ…ๅ–ฎ" @@ -7228,7 +7265,7 @@ msgstr "{0} ๆ‰€ๅปบ็ซ‹ๅ˜…ๅ…งๅฎนๅฏฉ่ฆˆๆธ…ๅ–ฎ" msgid "Moderation list by <0/>" msgstr "<0/> ๆ‰€ๅปบ็ซ‹ๅ˜…ๅ…งๅฎนๅฏฉ่ฆˆๆธ…ๅ–ฎ" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "ไฝ ๅ˜…ๅ…งๅฎนๅฏฉ่ฆˆๆธ…ๅ–ฎ" @@ -7281,8 +7318,8 @@ msgstr "ๆ›ดๅคš่ชž่จ€โ€ฆโ€ฆ" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "ๆ›ดๅคš้ธ้ …" @@ -7302,7 +7339,7 @@ msgstr "้›ปๅฝฑ" msgid "Music" msgstr "้Ÿณๆจ‚" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "้œ้Ÿณ" @@ -7320,8 +7357,8 @@ msgstr "้œ้Ÿณ {0}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "้œ้Ÿณๅธณ่™Ÿ" @@ -7347,7 +7384,7 @@ msgstr "้œ้Ÿณๆธ…ๅ–ฎ" msgid "Mute these accounts?" msgstr "ไฟ‚ๅ’ช่ฆ้œ้Ÿณๅ‘ขๅ•ฒๅธณ่™Ÿ๏ผŸ" -#: src/screens/Messages/ConversationSettings/index.tsx:530 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "้œ้Ÿณๆญค็พฃ็ต„ๅ‚พๅˆ" @@ -7389,7 +7426,7 @@ msgstr "้œ้Ÿณๅญ—่ฉžๅŒๆจ™็ฑค" msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "ๅทฒ้œ้Ÿณ" @@ -7421,7 +7458,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 @@ -7480,7 +7517,7 @@ msgstr "ๅ””ไฝฟๅ–‡๏ผŒๅนซๆˆ‘ๆ•ดๅ€‹ๅธณ่™Ÿไปฃ็ขผ" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "่‡ณๆ–ฐ" @@ -7490,21 +7527,21 @@ msgctxt "action" msgid "New" msgstr "ๆ–ฐๅขž" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "ๅšŸ่‡ช {firstAuthorLink} ๅ˜…ๆ–ฐ{postsCount, plural, one {ๅธ–ๆ–‡} other {ๅธ–ๆ–‡}}" -#: 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 "ๅšŸ่‡ช {firstAuthorName} ๅ˜…ๆ–ฐ{postsCount, plural, one {ๅธ–ๆ–‡} other {ๅธ–ๆ–‡}}" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "ๅŒไบบๅ‚พๅˆ" @@ -7592,11 +7629,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 "ๅšŸ่‡ช {firstAuthorLink} ๅŠ<0>ๅ…ถไป– {additionalAuthorsCount, plural, one {{formattedAuthorsCount} ไบบ} other {{formattedAuthorsCount} ไบบ}}ๅ˜…ๆ–ฐๅธ–ๆ–‡ " -#: 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 "ๅšŸ่‡ช {firstAuthorName} ๅŠๅ…ถไป– {additionalAuthorsCount, plural,one {{formattedAuthorsCount} ไบบ} other {{formattedAuthorsCount} ไบบ}}ๅ˜…ๆ–ฐๅธ–ๆ–‡" @@ -7646,7 +7683,7 @@ msgstr "ไธ‹ไธ€ๅผตๅœ–็‰‡" #: src/features/inviteFriends/components/ThemePicker.tsx:31 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." @@ -7692,12 +7729,12 @@ msgstr "่€Œๅฎถไปฒๆœชๆœ‰ๆ“่บ‰" #. 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 "ๆตๅ””ๅˆฐ็ฌฆๅˆใ€Œ{query}ใ€ๅ˜… GIFใ€‚" #. 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 "ๆšซๆ™‚ๆœชๆœ‰ไปปไฝ• GIF ๅฏไปฅ้กฏ็คบใ€‚่ซ‹็จๅพŒๅ†่ฉฆใ€‚" #: src/features/liveNow/components/LinkPreview.tsx:64 msgid "No image" @@ -7718,7 +7755,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 "ๅทฒๅ””ๅ†่ทŸ้š {0}" @@ -7726,7 +7763,7 @@ msgstr "ๅทฒๅ””ๅ†่ทŸ้š {0}" msgid "No media yet" msgstr "่€Œๅฎถไปฒๆœชๆœ‰ๅช’้ซ”ๅ…งๅฎน" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "่€Œๅฎถไปฒๆœชๆœ‰่จŠๆฏ" @@ -7763,9 +7800,9 @@ msgstr "ๅ†‡ไบบ" msgid "No one but the author can quote this post." msgstr "ๅ‡ˆไฟ‚ๅพ—ไฝœ่€…ๅฏไปฅๅผ•็”จๅ‘ข็ฏ‡ๅธ–ๆ–‡ใ€‚" -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" -msgstr "" +msgstr "ๅ†‡ไบบๅฏไปฅๅ‚ณ้€่จŠๆฏ" #: src/screens/Notifications/ActivityList.tsx:43 msgid "No posts here" @@ -7783,7 +7820,7 @@ msgstr "่€Œๅฎถไปฒๆœชๆœ‰ไบบๅผ•็”จ" #. 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 "ๆœชๆœ‰่ฟ‘ๆŽ’ไฝฟ็”จๅ˜… GIF๏ผŒ่ฉฆไฝๅธ–ๆ–‡ๅŠ ๅ…ฅ GIF ๅ†่ฟ”ๅšŸ็‡ๅ“ๅ•ฆใ€‚" #: src/view/screens/Profile.tsx:456 msgid "No replies yet" @@ -7831,6 +7868,11 @@ 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" @@ -7884,7 +7926,7 @@ msgstr "ๆญคๅŠŸ่ƒฝๅ–บๅ‘ขๅ€‹ๅนณ่‡บ็”จๅ””ๅˆฐใ€‚" #: src/components/KnownFollowers.tsx:254 msgid "Not followed by anyone youโ€™re following" -msgstr "" +msgstr "ไฝ ่ญ˜ๅพ—ๅ˜…ไบบๅ…ฅ้‚Šๅ†‡ไบบ่ทŸ้šจไฝข" #: src/Navigation.tsx:167 #: src/view/screens/Profile.tsx:132 @@ -7895,7 +7937,7 @@ msgstr "ๆตๅ””ๅˆฐ" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "ๆœช่ซ—้Ž็™ผๅธƒไฝ๏ผŸๅฐ‡ไฝ ๅ•ฒๅฅฝๆฉ‹ๆ“บๅ…ฅ่‰็จฟๅ…ˆ๏ผŒ็ญ‰ๅ•ฑๆ™‚ๆฉŸ่‡ณๅ‡บใ€‚" -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "้—œๆ–ผๅˆ†ไบซๅ˜…ๆณจๆ„ไบ‹้ …" @@ -7931,7 +7973,7 @@ msgstr "้€š็Ÿฅ้Ÿณๆ•ˆ" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8017,7 @@ msgstr "ๅฅฝๅ˜…" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:722 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8008,11 +8050,11 @@ 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:862 msgid "One or more GIFs is missing alt text." msgstr "้ƒจๅˆ† GIF ๅœ–็‰‡็ผบๅฐ‘ๆ›ฟไปฃๆ–‡ๅญ—ใ€‚" -#: src/view/com/composer/Composer.tsx:861 +#: src/view/com/composer/Composer.tsx:859 msgid "One or more images is missing alt text." msgstr "้ƒจๅˆ†ๅœ–็‰‡็ผบๅฐ‘ๆ›ฟไปฃๆ–‡ๅญ—ใ€‚" @@ -8024,11 +8066,11 @@ msgstr "ไฝ ๆ‰€ๆ€้ธๅ˜…้ƒจๅˆ†ๆช”ๆกˆๆ ผๅผๅ””ๆ”ฏๆดใ€‚" 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:657 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:871 +#: src/view/com/composer/Composer.tsx:869 msgid "One or more videos is missing alt text." msgstr "้ƒจๅˆ†ๅฝฑ็‰‡็ผบๅฐ‘ๆ›ฟไปฃๆ–‡ๅญ—ใ€‚" @@ -8041,7 +8083,7 @@ msgstr "ๆทจไฟ‚ๅพ—{0}ๅฏไปฅๅ›ž่ฆ†ใ€‚" #. 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:233 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8053,9 +8095,9 @@ msgstr "" msgid "Only admins can ignore join requests." msgstr "" -#: src/components/intents/GroupChatJoinDialog.tsx:145 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." -msgstr "" +msgstr "ๅชๆœ‰ๆ“่บ‰ๅ…ˆๅฏไปฅๅŠ ๅ…ฅๅ‘ขๅบฆ็พฃ็ต„ๅ‚พๅˆใ€‚" #: src/screens/Settings/ActivityPrivacySettings.tsx:121 #: src/screens/Settings/ActivityPrivacySettings.tsx:126 @@ -8068,14 +8110,14 @@ msgid "Only image files are supported" msgstr "ๆทจไฟ‚ๆ”ฏๆดๅœ–็‰‡ๆช”ๆกˆ" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:222 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." -msgstr "" +msgstr "ๅชๆœ‰ {0} ่ทŸๅ˜…ไบบๅ…ˆๅฏไปฅๅŠ ๅ…ฅใ€‚" #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:292 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" -msgstr "" +msgstr "ๅชๆœ‰็พฃ็ต„ๆ“ๆœ‰่€…่ทŸๅ˜…ไบบๅ…ˆๅฏไปฅๅŠ ๅ…ฅ" #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" @@ -8107,7 +8149,7 @@ msgid "Open camera" msgstr "ๆ‰“้–‹็›ธๆฉŸ" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:437 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" msgstr "" @@ -8115,8 +8157,8 @@ msgstr "" msgid "Open chat member options for {displayName}" msgstr "ๆ‰“้–‹ {displayName} ๅ˜…ๅ‚พๅˆๆˆๅ“ก้ธ้ …" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "ๆ‰“้–‹ๅฐ่ฉฑ้ธ้ …" @@ -8128,9 +8170,9 @@ msgstr "ๆ‰“้–‹่‰็จฟ" msgid "Open drawer menu" msgstr "ๆ‰“้–‹ๆซƒๆกถ้ธๅ–ฎ" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2158 msgid "Open emoji picker" msgstr "ๆ‰“้–‹ Emoji ้ธๆ“‡ๅ™จ" @@ -8151,7 +8193,7 @@ msgstr "ๆ‰“้–‹ๅฎŒๆ•ด Emoji ๆธ…ๅ–ฎ" msgid "Open Germ DM" msgstr "ๆ‰“้–‹ Germ DM" -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" msgstr "" @@ -8166,11 +8208,11 @@ msgid "Open in Google Translate" msgstr "" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "ๆ‰“้–‹ๅŽป {niceUrl} ๅ˜…้€ฃ็ต" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "ๆ‰“้–‹่จŠๆฏ้ธ้ …" @@ -8197,7 +8239,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 @@ -8221,7 +8263,7 @@ msgstr "ๆ‰“้–‹ๆ•…ไป”ๆ›ธ้ ้ข" msgid "Open system log" msgstr "ๆ‰“้–‹็ณป็ตฑๆ—ฅ่ชŒ" -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" msgstr "" @@ -8275,13 +8317,13 @@ msgstr "ๆ‰“้–‹่ฃ็ฝฎ็›ธๆฉŸ" msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" -#: src/screens/Messages/JoinRequest.tsx:309 +#: 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 "ๆ‰“้–‹ๆต็จ‹ๅŽปๅปบ็ซ‹ไธ€ๅ€‹ๆ–ฐๅ˜… Bluesky ๅธณ่™Ÿ" -#: src/screens/Messages/JoinRequest.tsx:295 +#: 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" @@ -8318,11 +8360,11 @@ msgstr "ๆ‰“้–‹ๅธ–ๆ–‡่ชž่จ€่จญๅฎš" #: src/components/dms/SystemMessageItem.tsx:61 msgid "Opens profile" -msgstr "" +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 @@ -8341,7 +8383,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 "ๆ‰“้–‹ๅ‘ขๅ€‹ไบบๅ˜…ๅ€‹ไบบๆช”ๆกˆ" @@ -8445,7 +8487,7 @@ msgstr "ๆตๅ””ๅˆฐ้ ้ข" #. 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 "ๆดพๅฐ GIF" #: src/screens/Login/LoginForm.tsx:228 #: src/screens/Settings/AccountSettings.tsx:126 @@ -8492,11 +8534,11 @@ msgstr "็”จๆˆถ" #: src/screens/Messages/components/InviteLinkDialog.tsx:164 msgid "People {ownerName} follows can join instantly" -msgstr "" +msgstr "{ownerName} ่ทŸๅ˜…ไบบๅฏไปฅ็›ดๆŽฅๅŠ ๅ…ฅ" #: src/screens/Messages/components/InviteLinkDialog.tsx:169 msgid "People {ownerName} follows can request to join" -msgstr "" +msgstr "{ownerName} ่ทŸๅ˜…ไบบๅฏไปฅ็”ณ่ซ‹ๅŠ ๅ…ฅ" #. placeholder {0}: route.params.name #: src/Navigation.tsx:238 @@ -8513,13 +8555,23 @@ msgstr "่ทŸ็ทŠ @{0} ๅ˜…ไบบ" msgid "People I follow" msgstr "ๆˆ‘่ทŸๅ˜…ไบบ" +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "ๆˆ‘่ทŸๅ˜…ไบบ" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "ๆˆ‘่ทŸๅ˜…ไบบ" + #: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" -msgstr "" +msgstr "ๆˆ‘่ทŸๅ˜…ไบบๅฏไปฅ็›ดๆŽฅๅŠ ๅ…ฅ" #: src/screens/Messages/components/InviteLinkDialog.tsx:168 msgid "People I follow can request to join" -msgstr "" +msgstr "ๆˆ‘่ทŸๅ˜…ไบบๅฏไปฅ็”ณ่ซ‹ๅŠ ๅ…ฅ" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 msgid "People you follow" @@ -8560,7 +8612,7 @@ msgstr "ๆ”ๅฝฑ" #: src/features/inviteFriends/components/ThemePicker.tsx:37 msgid "Pick a color theme" -msgstr "" +msgstr "ๆ€้ธไธ€ๅ€‹้ก่‰ฒไธป้กŒ" #: src/view/com/composer/labels/LabelsBtn.tsx:165 msgid "Pictures meant for adults." @@ -8786,7 +8838,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." @@ -8813,7 +8865,7 @@ msgstr "ๆ”ฟๆฒป" msgid "Porn" msgstr "่‰ฒๆƒ…" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post" msgstr "็™ผๅธƒ" @@ -8833,12 +8885,12 @@ msgstr "็™ผๅธƒไธ€ๅผต็›ธ็‰‡" msgid "Post a video" msgstr "็™ผๅธƒไธ€ๆขๅฝฑ็‰‡" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Post All" msgstr "็™ผๆ™’ไฝขๅ“‹" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1468 msgid "Post anyway" msgstr "้ปž้ƒฝ่ฆ็™ผๅธƒ" @@ -8901,7 +8953,7 @@ msgstr "ๅธ–ๆ–‡่ชž่จ€ๆ€้ธ" #: src/screens/Messages/components/InviteLinkDialog.tsx:395 #: src/screens/Messages/components/InviteLinkDialog.tsx:411 msgid "Post link" -msgstr "" +msgstr "ๅธ–ๆ–‡้€ฃ็ต" #: src/screens/PostThread/components/ThreadError.tsx:33 #: src/screens/PostThread/components/ThreadItemPostTombstone.tsx:25 @@ -9015,11 +9067,11 @@ msgstr "็ง้šฑๆ”ฟ็ญ–" msgid "Privacy violation of a minor" msgstr "ไพต็Šฏๆœชๆˆๅนดไบบ็ง้šฑ" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2592 msgid "Processing GIF..." msgstr "่™•็†็ทŠ GIFโ€ฆโ€ฆ" -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing video..." msgstr "่™•็†็ทŠๆข็‰‡โ€ฆโ€ฆ" @@ -9031,7 +9083,7 @@ msgstr "ๅนซ็ทŠไฝ โ€ฆโ€ฆ" msgid "profile" msgstr "ๅ€‹ไบบๆช”ๆกˆ" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9117,22 @@ 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:1790 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:1785 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:1774 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:1779 msgid "Publish reply" msgstr "็™ผๅธƒๅ›ž่ฆ†" @@ -9094,11 +9146,11 @@ msgstr "ๆŽจๆ’ญ้€š็Ÿฅ" #: src/screens/Settings/NotificationSettings/index.tsx:372 msgid "Push, everyone" -msgstr "" +msgstr "ๆŽจ้€ใ€ๆ‰€ๆœ‰ไบบ" #: src/screens/Settings/NotificationSettings/index.tsx:380 msgid "Push, people you follow" -msgstr "" +msgstr "ๆŽจๆ’ญ๏ผŒไฝ ่ทŸๅ˜…ไบบ" #: src/components/StarterPack/QrCodeDialog.tsx:143 msgid "QR code copied to your clipboard!" @@ -9109,7 +9161,7 @@ msgid "QR code has been downloaded!" msgstr "QR code ไธ‹่ผ‰ๅ’—ๅ–‡๏ผ" #: src/components/StarterPack/QrCodeDialog.tsx:122 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "QR code ๅญ˜ๅ’—ๅŽปไฝ ๅ˜…็›ธ็ฐฟๅบฆๅ–‡๏ผ" @@ -9162,18 +9214,18 @@ msgstr "้‡ๆ–ฐ้€ฃ็ตๅผ•็”จ" #: src/screens/Messages/components/InviteLinkDialog.tsx:433 msgid "Re-enable invite link" -msgstr "" +msgstr "้‡ๆ–ฐๅ•“็”จ้‚€่ซ‹้€ฃ็ต" #: src/screens/Messages/components/InviteLinkDialog.tsx:440 msgid "Re-enable link" -msgstr "" +msgstr "้‡ๆ–ฐๅ•“็”จ้€ฃ็ต" #: src/components/dms/EmojiReactionPicker.tsx:80 msgid "React with {emoji}" msgstr "็”จ {emoji} ็•€ๅ€‹ๅๆ‡‰" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "ๅๆ‡‰" @@ -9250,7 +9302,7 @@ msgstr "ๆŽฅๆ”ถๆŽจๆ’ญ้€š็Ÿฅ" #. 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 "่ฟ‘ๆŽ’ไฝฟ็”จๅ•ฒ GIF" #: src/screens/Search/components/SearchHistory.tsx:49 msgid "Recent searches" @@ -9268,10 +9320,6 @@ msgstr "ๆŽจ่–ฆ" msgid "Reconnect" msgstr "้‡ๆ–ฐ้€ฃ็ทš" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "" - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" @@ -9289,14 +9337,16 @@ msgstr "ๆ‹’็ต•ๅ‚พๅˆ้‚€่ซ‹" #: src/screens/Messages/JoinRequests.tsx:483 msgid "Reject join request" -msgstr "" +msgstr "ๆ‹’็ต•ๅŠ ๅ…ฅ็”ณ่ซ‹" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "ๆ’ˆๅคšๆฌกๅฐ่ฉฑ" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9355,9 @@ msgstr "ๆ’ˆๅคšๆฌกๅฐ่ฉฑ" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "ๅˆช้™ค" @@ -9326,9 +9375,9 @@ msgstr "ๅ–บๆ–ฐๆ‰‹ๅŒ…ๅบฆๅˆช้™ค {displayName}" msgid "Remove {displayName} from this group chat" msgstr "ๅฐ‡ {displayName} ็งปๅ‡บๆญค็พฃ็ต„ๅ‚พๅˆ" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" -msgstr "" +msgstr "็งป้™ค {displayName}๏ผŸ" #: src/screens/Search/components/SearchHistory.tsx:105 msgid "Remove {historyItem}" @@ -9443,14 +9492,14 @@ msgstr "ๅฐ‡ๅ‘ขๅ€‹ๅ‹•ๆ…‹ๆบๅ–บไฝ ๅ„ฒๅญ˜ๅ’—ๅ˜…ๅ‹•ๆ…‹ๆบๅบฆๅˆช้™ค" msgid "Remove unavailable moderation services" msgstr "ๅˆช้™ค็”จๅ””ๅˆฐๅ˜…ๅ…งๅฎนๅฏฉๆ ธๆœๅ‹™" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "ๅ–บๆธ…ๅ–ฎๅบฆๅˆช้™ค็”จๆˆถ" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "ๆ’คๅ›ž้ฉ—่ญ‰" @@ -9466,8 +9515,8 @@ msgstr "ไฟพ็™ผๅธƒ่€…ๅˆชๅ’—" msgid "Removed by you" msgstr "ไฟพไฝ ๅˆชๅ’—" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "ๅทฒๅพžๆธ…ๅ–ฎๅบฆๅˆช้™ค" @@ -9535,6 +9584,14 @@ msgctxt "description" msgid "Replied to you" msgstr "่ฆ†ไฝ " +#: src/components/dms/MessageItem.tsx:883 +msgid "Replied-to message from {senderName}, tap to scroll to it" +msgstr "" + +#: src/components/dms/MessageItem.tsx:884 +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 @@ -9552,7 +9609,12 @@ msgstr "ๅทฒ้—œ้–‰ๅ›ž่ฆ†" msgid "Replies to this post are disabled." msgstr "ๅ‘ขๆขๅธ–ๆ–‡ๅ˜…ๅ›ž่ฆ†็ถ“ๅทฒ้—œ้–‰ใ€‚" -#: src/view/com/composer/Composer.tsx:1804 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "ๅ›ž่ฆ†" + +#: src/view/com/composer/Composer.tsx:1802 msgctxt "action" msgid "Reply" msgstr "ๅ›ž่ฆ†" @@ -9590,14 +9652,14 @@ msgstr "ๅทฒๆ›ดๆ–ฐๅ›ž่ฆ†ๅฏ่ฆ‹ๅบฆ" msgid "Reply was successfully hidden" msgstr "ๆˆๅŠŸ้šฑ่—ๅ›ž่ฆ†" -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:582 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "ๆ“งๅ ฑ" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "ๆ“งๅ ฑๅธณ่™Ÿ" @@ -9623,7 +9685,7 @@ msgstr "ๆ“งๅ ฑๅ‹•ๆ…‹ๆบ" msgid "Report list" msgstr "ๆ“งๅ ฑๆธ…ๅ–ฎ" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "ๆ“งๅ ฑ่จŠๆฏ" @@ -9634,7 +9696,7 @@ msgstr "ๆ“งๅ ฑๅธ–ๆ–‡" #: src/components/SendErrorReportDialog.tsx:47 msgid "Report sent" -msgstr "" +msgstr "ๅทฒๆไบคๆ“งๅ ฑ" #: src/screens/StarterPack/StarterPackScreen.tsx:657 #: src/screens/StarterPack/StarterPackScreen.tsx:660 @@ -9657,7 +9719,7 @@ msgstr "ๆ“งๅ ฑๆญคๅฐ่ฉฑ" msgid "Report this feed" msgstr "ๆ“งๅ ฑๅ‘ขๅ€‹ๅ‹•ๆ…‹ๆบ" -#: src/screens/Messages/ConversationSettings/index.tsx:581 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "ๆ“งๅ ฑๆญค็พฃ็ต„ๅ‚พๅˆ" @@ -9737,42 +9799,42 @@ msgstr "่ฝ‰็™ผๅ‘ขๆขๅธ–ๆ–‡" msgid "Reposts of your reposts" msgstr "่ฝ‰็™ผไฝ ่ฝ‰็™ผๅ˜…ๅธ–ๆ–‡" -#: src/components/intents/GroupChatJoinDialog.tsx:447 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" -msgstr "" +msgstr "็”ณ่ซ‹ๅŠ ๅ…ฅ็พฃ็ต„ๅ‚พๅˆ" #: src/screens/Messages/JoinRequests.tsx:182 msgid "Request approved." -msgstr "" +msgstr "ๅทฒๆŽฅๅ—็”ณ่ซ‹ใ€‚" #: src/screens/Settings/components/ChangePasswordDialog.tsx:226 #: src/screens/Settings/components/ChangePasswordDialog.tsx:232 msgid "Request code" -msgstr "่ซ‹ๆฑ‚ไปฃ็ขผ" +msgstr "ๅ–ๅพ—้ฉ—่ญ‰็ขผ" #: src/screens/Messages/JoinRequests.tsx:215 msgid "Request ignored." -msgstr "" +msgstr "ๅทฒๅฟฝ็•ฅ็”ณ่ซ‹ใ€‚" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:281 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" -msgstr "" +msgstr "็”ณ่ซ‹ๅŠ ๅ…ฅ" #: src/components/dms/ChatInvite/Root.tsx:131 msgid "Requested" -msgstr "" +msgstr "ๅทฒ้€ๅ‡บ็”ณ่ซ‹" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" -msgstr "" +msgstr "้‚€่ซ‹" #: src/Navigation.tsx:501 #: src/screens/Messages/JoinRequests.tsx:59 #: src/screens/Messages/JoinRequests.tsx:425 msgid "Requests to join" -msgstr "" +msgstr "็”ณ่ซ‹ๅŠ ๅ…ฅ" #: src/screens/Settings/AccessibilitySettings.tsx:59 #: src/screens/Settings/AccessibilitySettings.tsx:64 @@ -9791,15 +9853,15 @@ msgstr "ๆœๅ‹™ๆไพ›่€…่ฆๆฑ‚ๆญคๅฟ…ๅกซ" msgid "Required in your region" msgstr "ไฝ ่บซ่™•ๅ˜…ๅœฐๅ€่ฆๆฑ‚ๅฟ…ๅกซ" -#: src/components/intents/GroupChatJoinDialog.tsx:296 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: 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 "ๆ’คๅ›ž็”ณ่ซ‹" #: 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" @@ -9872,7 +9934,7 @@ msgstr "่ฉฆๅคšๆฌกๅŸท่กŒไธŠไธ€ๅ€‹ๅ‡บ้Œฏ่ชคๅ˜…ๅ‹•ไฝœ" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 #: src/screens/Messages/JoinRequests.tsx:361 @@ -9918,7 +9980,7 @@ msgstr "่ฟ”ๅŽปไธŠไธ€ๆญฅ" #. 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 "ๅ‚ทๅฟƒ GIF" #: src/components/dialogs/BirthDateSettings.tsx:200 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 @@ -9928,7 +9990,7 @@ msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10015,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:1449 #: 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:1421 #: 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:1449 #: 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:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "ไฟ‚ๅ’ช่ฆๅ„ฒๅญ˜่‰็จฟ๏ผŸ" @@ -10022,15 +10084,15 @@ 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 "Say ๅ“ˆๅ˜๏ผ" -#: src/screens/Messages/ChatList.tsx:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" -msgstr "" +msgstr "่ฉฆๅ“ๅŒๅ…ถไป–ไบบ say ๅ“ˆไฝฌๅ•ฆ" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 msgid "Scam" @@ -10038,13 +10100,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" @@ -10058,6 +10120,10 @@ msgstr "ๅ‘ๅทฆๆฒๅ‹•" msgid "Scroll right" msgstr "ๅ‘ๅณๆฒๅ‹•" +#: src/components/dms/MessageItem.tsx:774 +msgid "Scroll to the message this is replying to" +msgstr "" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "่ฝ†ๅˆฐๅŽป้ ‚้ƒจ" @@ -10067,7 +10133,7 @@ msgstr "่ฝ†ๅˆฐๅŽป้ ‚้ƒจ" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "ๆตๅ˜ข" @@ -10148,8 +10214,8 @@ msgstr "ๆต่ชž่จ€" msgid "Search my posts" msgstr "ๆตๆˆ‘ๅ˜…ๅธ–ๆ–‡" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "ๆตๅธ–ๆ–‡" @@ -10419,14 +10485,14 @@ msgstr "ๅ‚ณ้€้›ป้ƒต" #: src/screens/Settings/AboutSettings.tsx:118 #: src/screens/Settings/AboutSettings.tsx:121 msgid "Send error report" -msgstr "" +msgstr "ๆไบค้Œฏ่ชคๅ ฑๅ‘Š" #: src/view/shell/Drawer.tsx:420 msgid "Send feedback" msgstr "ๆไบคๆ„่ฆ‹" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "ๅ‚ณ้€่จŠๆฏ" @@ -10457,12 +10523,12 @@ msgstr "ๅ‚ณ้€้ฉ—่ญ‰้›ป้ƒต" #: src/components/PostControls/ShareMenu/ShareMenuItems.web.tsx:105 #: src/components/PostControls/ShareMenu/ShareMenuItems.web.tsx:111 msgid "Send via direct message" -msgstr "้€้Ž็งไบบ่จŠๆฏๅ‚ณ้€" +msgstr "้€้Ž็ง่จŠๅ‚ณ้€" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" -msgstr "" +msgstr "ๅ‚ณ้€ๆ–ผ {0}" #: src/components/contacts/screens/PhoneInput.tsx:283 msgid "Sent to our phone number verification provider Plivo" @@ -10565,7 +10631,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 @@ -10577,7 +10643,7 @@ msgstr "ๆ€งๆš—็คบ" msgid "Share" msgstr "ๅˆ†ไบซ" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "้ปž้ƒฝ่ฆๅˆ†ไบซ" @@ -10590,11 +10656,11 @@ msgstr "ๅˆ†ไบซ็™ผๅธƒ่€… DID" #: src/components/Lightbox/Lightbox.web.tsx:281 #: src/components/Lightbox/Lightbox.web.tsx:307 msgid "Share image" -msgstr "" +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 @@ -10611,7 +10677,7 @@ 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 @@ -10641,8 +10707,8 @@ msgstr "ๅˆ†ไบซๅ‘ขๅ€‹ๆ–ฐๆ‰‹ๅŒ…๏ผŒ็ญ‰ๆ›ดๅคšไบบๅŠ ๅ…ฅไฝ ๅ–บ Bluesky ๅบฆๅ˜…็คพ็พฃใ€‚ #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "ๅˆ†ไบซๅˆฐโ€ฆโ€ฆ" @@ -10694,7 +10760,7 @@ msgstr "้กฏ็คบ่‡ช่จ‚้ธ้ …" #: src/components/dms/SystemMessageGroup.tsx:57 msgid "Show group chat updates" -msgstr "" +msgstr "้กฏ็คบ็พฃ็ต„ๅ‚พๅˆๆ›ดๆ–ฐ" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 @@ -10796,15 +10862,15 @@ msgstr "้กฏ็คบๅ…งๅฎน" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:294 -#: src/screens/Messages/JoinRequest.tsx:300 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,9 +10896,9 @@ msgstr "็™ปๅ…ฅๆˆ–ๅปบ็ซ‹ๅธณ่™Ÿ" msgid "Sign in or create your account to join the conversation!" msgstr "็™ปๅ…ฅๆˆ–ๅปบ็ซ‹ๅธณ่™ŸๅšŸๅŠ ๅ…ฅๅฐ่ฉฑ๏ผ" -#: src/screens/Messages/JoinRequest.tsx:220 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." -msgstr "" +msgstr "็™ปๅ…ฅไปฅๆŽฅๅ—้‚€่ซ‹ใ€‚" #: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" @@ -10842,9 +10908,9 @@ msgstr "็™ปๅ…ฅๆœชๆœ‰ๅˆ—ๅ‡บๅ˜…ๅธณ่™Ÿ" msgid "Sign in to Bluesky or create a new account" msgstr "็™ปๅ…ฅ Bluesky ๆˆ–ๆ•ดๅ€‹ๆ–ฐๅธณ่™Ÿ" -#: src/screens/Messages/JoinRequest.tsx:219 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." -msgstr "" +msgstr "็™ปๅ…ฅไปฅ็”ณ่ซ‹ๅŠ ๅ…ฅๆญค็พฃ็ต„ๅ‚พๅˆใ€‚" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 @@ -10900,7 +10966,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:1466 msgid "Skip empty posts?" msgstr "่ทณ้Ž็ฉบ็™ฝๅธ–ๆ–‡๏ผŸ" @@ -10956,7 +11022,7 @@ msgstr "ๆทจไฟ‚ๅพ—้ƒจๅˆ†ไบบๅฏไปฅๅ›ž่ฆ†" #: src/components/dms/getSystemMessageInfo.ts:86 msgid "Someone joined" -msgstr "" +msgstr "ๆœ‰ๅ€‹ไบบๅ…ฅๅ’—ๅšŸ" #: src/components/dms/getSystemMessageInfo.ts:87 msgid "Someone joined the group" @@ -10964,25 +11030,25 @@ msgstr "ๆœ‰ไบบๅŠ ๅ…ฅๅ’—็พฃ็ต„" #: src/components/dms/getSystemMessageInfo.ts:99 msgid "Someone left" -msgstr "" +msgstr "ๆœ‰ๅ€‹ไบบ้›ข้–‹ๅ’—" #: src/components/dms/getSystemMessageInfo.ts:100 msgid "Someone left the group" msgstr "ๆœ‰ไบบ้›ข้–‹ๅ’—็พฃ็ต„" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:347 msgid "Someone reacted {0}" msgstr "ๆœ‰ไบบ็•€ๅ’—ๅ€‹ {0} ๅๆ‡‰" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "ๆœ‰ไบบๅ‘ {target} ็•€ๅ’—ๅ€‹ {0} ๅๆ‡‰" #: src/components/dms/getSystemMessageInfo.ts:60 msgid "Someone was added" -msgstr "" +msgstr "ๆœ‰ๅ€‹ไบบ็ฒ้‚€ๅŠ ๅ…ฅ" #: src/components/dms/getSystemMessageInfo.ts:61 msgid "Someone was added to the group" @@ -10990,16 +11056,12 @@ msgstr "ๆœ‰ไบบๅทฒ่ขซๅŠ ๅ…ฅ็พฃ็ต„" #: src/components/dms/getSystemMessageInfo.ts:73 msgid "Someone was removed" -msgstr "" +msgstr "ๆœ‰ๅ€‹ไบบไฟพไบบ่ธขๅ’—" #: src/components/dms/getSystemMessageInfo.ts:74 msgid "Someone was removed from the group" msgstr "ๆœ‰ไบบๅทฒ่ขซ็งปๅ‡บ็พฃ็ต„" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "" - #: 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 "ไฝ ๆƒณๆ“งๅ ฑๅ˜…ๅ…งๅฎนๅฅฝไผผๆœ‰ๅ•ฒๅ””ๅ•ฑ๏ผŒ่ซ‹่ฏ็ตกๆ”ฏๆดๅ–ๅพ—ๅ”ๅŠฉใ€‚" @@ -11043,8 +11105,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 "ๅฐๅ””ไฝ๏ผไฝ ๅ˜…็™ปๅ…ฅ้šŽๆฎต้Žๅ’—ๆœŸ๏ผŒ่ซ‹้‡ๆ–ฐ็™ปๅ…ฅใ€‚" @@ -11085,7 +11147,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" @@ -11214,15 +11276,15 @@ msgid "Subscribe" msgstr "่จ‚้–ฑ" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" -msgstr "" +msgstr "่จ‚้–ฑ {0}" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" -msgstr "" +msgstr "ๅ–บ {0} ่จ‚้–ฑ {publicationTitle}" #. placeholder {0}: labelerInfo.creator.handle #: src/screens/Profile/Sections/Labels.tsx:231 @@ -11255,9 +11317,9 @@ msgstr "ๆ”ชๆŽ‚" msgid "Success!" msgstr "ๆ”ชๆŽ‚๏ผ" -#: src/components/intents/GroupChatJoinDialog.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" -msgstr "" +msgstr "ๆˆๅŠŸๅŠ ๅ…ฅ็พฃ็ต„ๅ‚พๅˆ๏ผ" #: src/components/verification/VerificationCreatePrompt.tsx:37 msgid "Successfully verified" @@ -11355,9 +11417,9 @@ 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:572 +#: src/components/dms/MessageItem.tsx:661 msgid "Tap for details" -msgstr "" +msgstr "ๆ’ณๅŽป็‡่ฉณ็ดฐ่ณ‡่จŠ" #: src/view/com/feeds/MissingFeed.tsx:90 msgid "Tap for information" @@ -11369,7 +11431,7 @@ msgstr "ๆ’ณๅŽป็Ÿฅๅคšๅ•ฒ" #: src/screens/Signup/StepInfo/index.tsx:323 msgid "Tap here to update your location with GPS." -msgstr "" +msgstr "ๆ’ณๅ‘ขๅบฆ็”จ 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" @@ -11390,7 +11452,7 @@ msgid "Tap to dismiss" msgstr "ๆ’ณๅ“ๅณ่ทณ้Ž" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:453 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" msgstr "" @@ -11398,34 +11460,34 @@ msgstr "" msgid "Tap to open this group chat" msgstr "" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "ๆ’ณๅ“็งป้™ค" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "ๆ’ณๅ“็งป้™คไฝ ๅ˜… {0} ๅๆ‡‰" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:452 +#: src/components/intents/GroupChatJoinDialog.tsx:468 msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:537 +#: src/components/dms/MessageItem.tsx:626 msgid "Tap to retry" msgstr "ๆ’ณๅ“่ฉฆๅคšๆฌก" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "ๆ’ณๅ“้กฏ็คบ {0} ๅๆ‡‰" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "ๆ’ณๅ“้กฏ็คบๆ‰€ๆœ‰ๅๆ‡‰" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:373 msgid "Tap to view reactions" msgstr "ๆ’ณๅ“้กฏ็คบๅๆ‡‰" @@ -11528,7 +11590,7 @@ msgstr "ๅฐฑไฟ‚ๅ’ๅคšๅ–‡๏ผ" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "่งฃ้™คๅฐ้Ž–ไน‹ๅพŒ๏ผŒๅ‘ขๅ€‹ๅธณ่™ŸๅฐฑๅฏไปฅๅŒไฝ ไบ’ๅ‹•ใ€‚" @@ -11594,7 +11656,7 @@ msgstr "ไธ‹ไฝŽๅ˜…่จญๅฎšๆœƒๅฅ—็”จๅˆฐไฝ ๆ–ฐๅธ–ๆ–‡ๅบฆใ€‚ไฝ ไบฆ้ƒฝๅฏไปฅๅฐๅ€‹ๅˆฅๅธ– msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "ไฝ ๆ‰€ๅœจๅœฐๅ€ๅ˜…ๆณ•ไพ‹้œ€่ฆๅ…ˆ้ฉ—่ญ‰ไฝ ไฟ‚ๆˆๅนดไบบ๏ผŒๅ…ˆ่‡ณๅฏไปฅๅ–บ Bluesky ๅบฆไฝฟ็”จ้ƒจๅˆ†็‰นๅฎšๅŠŸ่ƒฝใ€‚ๆ’ณๅ“ๅณๆ™‚็Ÿฅๅคšๅ•ฒใ€‚" -#: src/components/intents/GroupChatJoinDialog.tsx:155 +#: src/components/intents/GroupChatJoinDialog.tsx:165 #: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." msgstr "" @@ -11621,7 +11683,7 @@ msgstr "ไผบๆœๅ™จไผผไนŽ้‡ๅˆฐๅ•้กŒใ€‚ๅ””่ฉฒ้ฒๅ•ฒ่ฉฆๅคšๆฌกใ€‚" msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "ไฝ ๆƒณ็‡ๅ˜…ๆ–ฐๆ‰‹ๅŒ…ๅทฒ็ถ“ๅคฑๆ•ˆใ€‚ไฝ ๅฏไปฅๅˆชๅ’—ๅ‘ขๅ€‹ๆ–ฐๆ‰‹ๅŒ…ๅŽปใ€‚" -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "ๅ…งๅฎน้ธๅ–ฎๅฐๆ‡‰ๅ˜…่ฉฑ้กŒ" @@ -11665,8 +11727,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "" #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:182 +#: 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 "ไฝ ๅ˜…็ถฒ็ตก้€ฃ็ทšๅ‡บๅ’—ๅ•้กŒ๏ผŒๅ””่ฉฒ่ฉฆๅคšๆฌก" @@ -11693,7 +11755,7 @@ msgstr "ๆ”ž็ทŠ้€š็Ÿฅๅ—ฐ้™ฃๅ‡บๅ’—ๅ•้กŒ๏ผŒๆ’ณๅ‘ขๅบฆ่ฉฆๅคšๆฌกใ€‚" msgid "There was an issue fetching posts. Tap here to try again." msgstr "ๆ”ž็ทŠๅธ–ๆ–‡ๅ—ฐ้™ฃๅ‡บๅ’—ๅ•้กŒ๏ผŒๆ’ณๅ‘ขๅบฆ่ฉฆๅคšๆฌกใ€‚" -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "ๆ”ž็ทŠๆธ…ๅ–ฎๅ—ฐ้™ฃๅ‡บๅ’—ๅ•้กŒ๏ผŒๆ’ณๅ‘ขๅบฆ่ฉฆๅคšๆฌกใ€‚" @@ -11733,12 +11795,12 @@ msgstr "ๆ›ดๆ–ฐไฝ ๅ˜…ๅ‹•ๆ…‹ๆบๅ—ฐ้™ฃๅ‡บๅ’—ๅ•้กŒ๏ผŒ่ซ‹ๆชขๆŸฅไฝ ๅ˜…็ถฒ็ตก้€ฃ็ทš็‹€ #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "{0} ๅ‡บๅ’—ๅ•้กŒ๏ผ" @@ -11778,7 +11840,7 @@ msgstr "ๅ‘ขๅ•ฒ่จญๅฎšๆทจไฟ‚ไฟพใ€ŒFollowingใ€ๅ‹•ๆ…‹ๆบ็”จใ€‚" msgid "They own this chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." msgstr "" @@ -11828,22 +11890,22 @@ msgstr "ๅ‘ขไฝไฝœ่€…่จญๅฎšๅ’—ๅพ—็™ปๅ…ฅๅ’—ๅ˜…ไบบๅ…ˆ็‡ๅˆฐไฝขๅ•ฒๅธ–ๆ–‡ใ€‚" 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 "ๅ‘ข็ฒ’ๆŽฃๆ–นไพฟๅ…ถไป–ไบบๆ‰“้–‹ Germ DM ๅ‘ไฝ ๅ‚ณ้€่จŠๆฏใ€‚ไฝ ๅฏไปฅๅ–บ Germ DM ๅบฆ่จญๅฎšไฝขไฟ‚ๅ’ช้กฏ็คบๅ‡บๅšŸ๏ผŒๆŠ‘ๆˆ–ๆ’ณไธ‹ไฝŽ็ฒ’ๆŽฃๅฐ‡ไฝ ๅ˜… Bluesky ๅธณ่™ŸๅŒ Germ DM ๅธณ่™Ÿๆ–ท้–‹้€ฃ็ทšใ€‚" -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:287 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:430 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" msgstr "" @@ -11881,7 +11943,7 @@ msgstr "็”ฑๆ–ผไฝขๅ“‹ๅ…ถไธญไธ€ไบบๅฐ้Ž–ๅ’—ๅฐๆ–น๏ผŒๅฐŽ่‡ด็‡ๅ””ๅˆฐๅ‘ขๅ€‹ๅ…งๅฎนใ€‚ msgid "This content is not viewable without a Bluesky account." msgstr "ๅ‘ขๅ€‹ๅ…งๅฎน่ฆไฝ ๆœ‰ Bluesky ๅธณ่™Ÿๅ…ˆ่‡ณ็‡ๅˆฐใ€‚" -#: src/components/intents/GroupChatJoinDialog.tsx:141 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." msgstr "" @@ -11931,7 +11993,7 @@ msgstr "ๅ‘ขๅ€‹ๅ‹•ๆ…‹ๆบๅบฆๅพ—ๅ€‹ๅ‰ใ€‚" msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "ๅ‘ขๅ€‹ๅ‹•ๆ…‹ๆบๅ””ๅ†็”จๅˆฐ๏ผŒๆˆ‘ๅ“‹ๆ”นๆˆ้กฏ็คบ <0>Discoverใ€‚" -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" msgstr "" @@ -11947,13 +12009,13 @@ msgstr "็„กๆณ•ไฝฟ็”จๅ‘ขๅผตๅœ–็‰‡๏ผŒ่ฉฆๅ“็ฌฌ็จฎๆช”ๆกˆๆ ผๅผ๏ผŒๅฅฝไผผ .jpg ๆˆ– .p msgid "This information is private and not shared with other users." msgstr "ๅ‘ขไปฝ่ณ‡่จŠไฟ‚็งไบบๅ…งๅฎนๅ””ๆœƒๅˆ†ไบซ็•€ๅ…ถไป–็”จๆˆถใ€‚" -#: src/components/intents/GroupChatJoinDialog.tsx:151 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." -msgstr "" +msgstr "ๆญค้‚€่ซ‹้€ฃ็ตๅทฒๅœ็”จใ€‚" -#: src/components/intents/GroupChatJoinDialog.tsx:223 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" -msgstr "" +msgstr "ๆญค้‚€่ซ‹้€ฃ็ต็„กๆ•ˆ" #: src/view/screens/Debug.tsx:327 msgid "This is an empty state" @@ -11997,19 +12059,19 @@ msgstr "ๅ‘ขไปฝๆธ…ๅ–ฎไฟ‚ไฝ ๆ‰€ๅปบ็ซ‹๏ผŒไฝขๅ˜…ๅๆˆ–ๆ่ฟฐๅบฆๅฏ่ƒฝ้•ๅๅ’— Blues msgid "This list is empty." msgstr "ๅ‘ขไปฝๆธ…ๅ–ฎๅบฆๅพ—ๅ€‹ๅ‰ใ€‚" -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" -msgstr "" +msgstr "ๆญค่จŠๆฏๅทฒ้šฑ่—" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:688 msgid "This message is hidden because this user is blocking you." -msgstr "" +msgstr "ไบ‹็ทฃๆญค็”จๆˆถๅฐ้Ž–ๅ’—ไฝ ๏ผŒๆญค่จŠๆฏๅทฒ้šฑ่—ใ€‚" -#: src/components/dms/MessageItem.tsx:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:658 +#: src/components/dms/MessageItem.tsx:684 msgid "This message is hidden because you are blocking this user." -msgstr "" +msgstr "ไบ‹็ทฃไฝ ๅฐ้Ž–ๅ’—ๆญค็”จๆˆถ๏ผŒๆญค่จŠๆฏๅทฒ้šฑ่—ใ€‚" #: src/screens/Profile/ErrorState.tsx:41 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." @@ -12021,7 +12083,7 @@ msgstr "" #: src/components/dms/MessagesListBlockedFooter.tsx:84 msgid "This person is blocking you" -msgstr "" +msgstr "ๅ‘ขๅ€‹ไบบๅฐ้Ž–ๅ’—ไฝ " #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) @@ -12045,11 +12107,11 @@ 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:1041 msgid "This post's author has disabled quote posts." msgstr "ๅ‘ขๆขๅธ–ๆ–‡ๅ˜…็™ผๅธƒ่€…ๅ””ไฟพไบบๅผ•็”จใ€‚" -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "ๅ‘ขไปฝๅ€‹ไบบๆช”ๆกˆๆทจไฟ‚็•€็™ปๅ…ฅๅ’—ๅ˜…็”จๆˆถ็‡๏ผŒๅ†‡ๅพ—ไฟพๆœช็™ปๅ…ฅๅ˜…ไบบ็‡ใ€‚" @@ -12181,11 +12243,11 @@ msgstr "ๅ‰ฉ้ค˜ๆ™‚้–“๏ผš{0, plural, one {# ็ง’} other {# ็ง’}}" #: src/components/SendErrorReportDialog.tsx:68 msgid "Title" -msgstr "" +msgstr "ๆจ™้กŒ" #: src/components/SendErrorReportDialog.tsx:71 msgid "Title (100 characters max)" -msgstr "" +msgstr "ๆจ™้กŒ๏ผˆๆœ€ๅคš 100 ๅ€‹ๅญ—ๅ…ƒ๏ผ‰" #: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "To disable the email 2FA method, please verify your access to the email address." @@ -12242,8 +12304,8 @@ msgstr "็†ฑ้–€ๅ›ž่ฆ†่กŒๅ…ˆ" msgid "Topic" msgstr "่ฉฑ้กŒ" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12280,7 +12342,7 @@ msgstr "ๆ™‚่ˆˆ่ฉฑ้กŒ" #. 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 "็†ฑ้–€ GIF" #: src/view/shell/desktop/SidebarTrendingTopics.tsx:57 msgid "Trending options" @@ -12313,9 +12375,9 @@ msgctxt "action" msgid "Try again" msgstr "่ฉฆๅคšๆฌก" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 +#: 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 @@ -12325,7 +12387,7 @@ 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" @@ -12335,7 +12397,7 @@ msgstr "้›ป่ฆ–็ฏ€็›ฎ" msgid "Two-factor authentication (2FA)" msgstr "้›™้‡้ฉ—่ญ‰๏ผˆ2FA๏ผ‰" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "ๅ–บๅ‘ขๅบฆ่ผธๅ…ฅไฝ ๅ˜…่จŠๆฏ" @@ -12371,15 +12433,15 @@ msgstr "ๅˆชๅ””ๅˆฐ" #: src/screens/Messages/JoinRequests.tsx:351 msgid "Unable to fetch join requests." -msgstr "" +msgstr "ๆ”ถๅ–ๅ””ๅˆฐๅŠ ๅ…ฅ็”ณ่ซ‹ใ€‚" #: src/components/dms/dialogs/NewChatDialog.tsx:113 msgid "Unable to find a selected recipient." -msgstr "" +msgstr "ๆตๅ””ๅˆฐๆ€ๅ’—ๅ˜…ๆŽฅๆ”ถไบบใ€‚" #: src/components/dms/dialogs/NewChatDialog.tsx:77 msgid "Unable to find the selected recipient." -msgstr "" +msgstr "ๆตๅ””ๅˆฐๆ€ๅ’—ๅ˜…ๆ”ถไปถไบบใ€‚" #: src/lib/strings/errors.ts:43 msgid "Unable to resolve handle" @@ -12401,7 +12463,7 @@ msgstr "็›ฎๅ‰็”จๅ””ๅˆฐ" msgid "Unavailable feed information" msgstr "ๅ–็”จๅ””ๅˆฐๅ‹•ๆ…‹ๆบ่ณ‡่จŠ" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:726 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12409,14 +12471,14 @@ msgstr "ๅ–็”จๅ””ๅˆฐๅ‹•ๆ…‹ๆบ่ณ‡่จŠ" #: src/components/moderation/BlockDialog.tsx:211 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "่งฃ้™คๅฐ้Ž–" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "่งฃ้™คๅฐ้Ž–" @@ -12427,17 +12489,17 @@ msgstr "่งฃ้™คๅฐ้Ž– {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" 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:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "ไฟ‚ๅ’ช่ฆ่งฃ้™คๅฐ้Ž–ๅธณ่™Ÿ๏ผŸ" @@ -12474,12 +12536,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "ๅ””ๅ†่ฝ‰็™ผ๏ผˆ{0, plural, one {# ๆฌก่ฝ‰็™ผ} other {# ๆฌก่ฝ‰็™ผ}}๏ผ‰" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "ๅ””ๅ†่ทŸ {0}" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "ๅ””ๅ†่ทŸไฝข" @@ -12521,11 +12583,11 @@ msgstr "ๅ””ๅ†่ฎšไฝข" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "ๅ””ๅ†่ฎšไฝข๏ผˆ{0, plural, one {# ไบบ่ฎšไฝข} other {# ไบบ่ฎšไฝข}}๏ผ‰" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" -msgstr "" +msgstr "่งฃ้™ค้Ž–ๅฎšๅ‚พๅˆ" -#: src/screens/Messages/ConversationSettings/index.tsx:567 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "ๅ””ๅ†้Ž–ๅฎšๆญค็พฃ็ต„ๅ‚พๅˆ" @@ -12548,8 +12610,8 @@ msgstr "ๅ””ๅ†้œ้Ÿณ {0}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "ๅ””ๅ†้œ้Ÿณๅธณ่™Ÿ" @@ -12562,7 +12624,7 @@ msgstr "ๅ””ๅ†้œ้Ÿณๅฐ่ฉฑ" msgid "Unmute list" msgstr "ๅ””ๅ†้œ้Ÿณๆธ…ๅ–ฎ" -#: src/screens/Messages/ConversationSettings/index.tsx:529 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "ๅ””ๅ†้œ้Ÿณๆญค็พฃ็ต„ๅ‚พๅˆ" @@ -12641,25 +12703,22 @@ msgstr "็ถ“ๅทฒๅ–บๆธ…ๅ–ฎๅบฆๅ””ๅ†่จ‚้–ฑ" msgid "Unsupported clipboard content" msgstr "ๅ””ๆ”ฏๆดๅ‘ข็จฎๅ‰ช่ฒผ็ฐฟๅ…งๅฎน" -#: src/view/com/composer/Composer.tsx:1557 +#: src/view/com/composer/Composer.tsx:1555 msgid "Unsupported video type: {mimeType}" msgstr "ๅ””ๆ”ฏๆดๅ˜…ๅฝฑ็‰‡้กžๅž‹๏ผš{mimeType}" #: 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 msgid "Update" msgstr "ๆ›ดๆ–ฐ" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "่ฆๅ–บ้‚Šๅ•ฒๆธ…ๅ–ฎๅบฆๅŠ ๅ…ฅๆˆ–ๅˆช้™ค <0> {displayName} ๏ผŸ" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" msgstr "" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 @@ -12669,25 +12728,21 @@ msgstr "" msgid "Update email" msgstr "ๆ›ดๆ–ฐ้›ป้ƒต" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "" + #: 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 "ๆ›ดๆ–ฐ้‚€่ซ‹้€ฃ็ต" #: src/screens/Settings/components/ChangeHandleDialog.tsx:544 #: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Update to {domain}" msgstr "ๆ›ดๆ–ฐๆˆ {domain}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "" - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "ๆ›ดๆ–ฐไฝ ๅ˜…้›ป้ƒต" @@ -12697,7 +12752,7 @@ msgstr "ๆ›ดๆ–ฐไฝ ๅ˜…้›ป้ƒต" #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 msgid "Update your location" -msgstr "" +msgstr "ๆ›ดๆ–ฐไฝ ๅ˜…ไฝ็ฝฎ" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:356 msgctxt "toast" @@ -12736,7 +12791,7 @@ msgstr "ๅ–บๆช”ๆกˆๅบฆไธŠ่ผ‰" msgid "Upload from Library" msgstr "ๅ–บ็›ธ็‰‡ๅœ–ๅบซๅบฆไธŠ่ผ‰" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2585 msgid "Uploading GIF..." msgstr "ไธŠ่ผ‰็ทŠ GIFโ€ฆโ€ฆ" @@ -12750,7 +12805,7 @@ msgstr "ไธŠ่ผ‰็ทŠๅœ–็‰‡โ€ฆโ€ฆ" msgid "Uploading link thumbnail..." msgstr "ไธŠ่ผ‰็ทŠ้€ฃ็ต็ธฎๅœ–โ€ฆโ€ฆ" -#: src/view/com/composer/Composer.tsx:2589 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading video..." msgstr "ไธŠ่ผ‰็ทŠๆข็‰‡โ€ฆโ€ฆ" @@ -12791,7 +12846,7 @@ msgstr "็”จไฝ ๅธณ่™Ÿๅ˜…้›ป้ƒตๅœฐๅ€๏ผŒๆŠ‘ๆˆ–ไฟ‚ๆ“ๆœ‰ๅ˜…ๅ…ถไป–็œžๅฏฆ้›ป้ƒตๅœฐๅ€ #: src/view/screens/Profile.tsx:383 msgid "user" -msgstr "" +msgstr "็”จๆˆถ" #: src/components/dms/AfterReportConversationDialog.tsx:187 #: src/components/dms/AfterReportDialog.tsx:155 @@ -12826,7 +12881,7 @@ msgid "User Blocks You" msgstr "็”จๆˆถๅฐ้Ž–ๅ’—ไฝ " #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "{0} ๅ˜…็”จๆˆถๆธ…ๅ–ฎ" @@ -12835,7 +12890,7 @@ msgstr "{0} ๅ˜…็”จๆˆถๆธ…ๅ–ฎ" msgid "User List by {0}" msgstr "{0} ๅ˜…็”จๆˆถๆธ…ๅ–ฎ" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "ไฝ ๅ˜…็”จๆˆถๆธ…ๅ–ฎ" @@ -12875,16 +12930,6 @@ msgstr "<0>@{0} ่ทŸๅ’—ๅ˜…็”จๆˆถ" msgid "users following <0>@{0}" msgstr "่ทŸ็ทŠ <0>@{0} ๅ˜…็”จๆˆถ" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "ๅ€ผ๏ผš" @@ -12912,8 +12957,8 @@ msgstr "้ฉ—่ญ‰่€…๏ผš" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "้ฉ—่ญ‰ๅธณ่™Ÿ" @@ -13039,7 +13084,7 @@ msgstr "ๆตๅ””ๅˆฐๆข็‰‡ใ€‚" msgid "Video settings" msgstr "ๅฝฑ็‰‡่จญๅฎš" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2605 msgid "Video uploaded" msgstr "ๅฝฑ็‰‡ไธŠ่ผ‰ๆˆๅŠŸ" @@ -13056,16 +13101,16 @@ msgstr "ๅฝฑ็‰‡" msgid "Videos must be less than 3 minutes long." msgstr "ๅฝฑ็‰‡้•ทๅบฆๅ””ๅพ—่ถ…้Ž 3 ๅˆ†้˜ใ€‚" -#: src/view/com/composer/Composer.tsx:1150 +#: src/view/com/composer/Composer.tsx:1148 msgctxt "Action to view the post the user just created" msgid "View" msgstr "็‡ๅ“" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" -msgstr "" +msgstr "็‡ๅ“ {0}" #. placeholder {0}: profile.handle #: src/screens/Profile/Header/Shell.tsx:257 @@ -13078,7 +13123,7 @@ msgstr "็‡ๅ“ {0} ๅ˜…้ ญๅƒ" #: 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 "็‡ๅ“ {0} ๅ˜…ๅ€‹ไบบๆช”ๆกˆ" @@ -13092,9 +13137,9 @@ msgstr "็‡ๅ“ {0} ๅ˜…ๅ€‹ไบบๆช”ๆกˆ" msgid "View {displayName}โ€™s profile" msgstr "็‡ๅ“ {displayName} ๅ˜…ๅ€‹ไบบๆช”ๆกˆ" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" -msgstr "" +msgstr "็‡ๅ“ {publicationTitle}" #: src/components/ProfileHoverCard/index.web.tsx:479 msgid "View blocked user's profile" @@ -13124,11 +13169,11 @@ msgstr "็‡ๅ“ๆ”ถๅˆฐๅ˜…็พฃ็ต„ๅ‚พๅˆ้‚€่ซ‹" #: src/screens/Messages/components/RequestStatus.tsx:54 msgid "View incoming requests" -msgstr "" +msgstr "็‡ๅ“ๆ”ถๅˆฐๅ˜…ๅŠ ๅ…ฅ็”ณ่ซ‹" #: src/screens/Messages/components/RequestStatus.tsx:55 msgid "View incoming requests to join this group chat" -msgstr "" +msgstr "็‡ๅ“ๆญค็พฃ็ต„ๅ‚พๅˆๅ˜…ๆ”ถๅˆฐๅ˜…ๅŠ ๅ…ฅ็”ณ่ซ‹" #: src/components/moderation/LabelsOnMe.tsx:56 msgid "View information about these labels" @@ -13145,7 +13190,7 @@ msgstr "็‡ๆ™’ไฝขๅ“‹" msgid "View more trending videos" msgstr "็‡ๅคšๅ•ฒๆ™‚่ˆˆๅฝฑ็‰‡" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1143 msgid "View post" msgstr "็‡ๅ“ๅธ–ๆ–‡" @@ -13162,20 +13207,20 @@ msgstr "็‡ๅ“ๅ€‹ไบบๆช”ๆกˆ" msgid "View profile banner" msgstr "็‡ๅ“ๅ€‹ไบบๆช”ๆกˆๆฉซๅน…" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "็‡ๅ“็™ผๅธƒ่ณ‡่จŠ" #: src/view/com/profile/ProfileSubpageHeader.tsx:108 msgid "View the avatar" msgstr "็‡ๅ“้ ญๅƒ" -#: src/screens/Messages/ConversationSettings/index.tsx:554 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" -msgstr "" +msgstr "็‡ๅ“ๆญค็พฃ็ต„ๅ‚พๅˆๅ˜…้‚€่ซ‹้€ฃ็ต" #. placeholder {0}: labeler.creator.handle #: src/components/LabelingServiceCard/index.tsx:164 @@ -13294,7 +13339,7 @@ msgstr "ๆˆ‘ๅ“‹ๆ’ˆๅ””ๅˆฐๅ‘ขๅ€‹ๅฐ่ฉฑ" #: src/screens/Messages/JoinRequests.tsx:89 msgid "We couldnโ€™t load this conversationโ€™s join requests" -msgstr "" +msgstr "ๆˆ‘ๅ“‹ๆ’ˆๅ””ๅˆฐๅ‘ขๅบฆๅ‚พๅˆๅ˜…ๅŠ ๅ…ฅ็”ณ่ซ‹" #: src/screens/Messages/ConversationSettings/index.tsx:138 msgid "We couldnโ€™t load this conversationโ€™s settings" @@ -13441,7 +13486,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:1039 msgid "We're sorry! The post you are replying to has been deleted." msgstr "ๅฐๅ””ไฝ๏ผไฝ ่ฆ†็ทŠๅ˜…ๅธ–ๆ–‡็ถ“ๅทฒไฟพไบบๅˆชๅ’—ใ€‚" @@ -13492,7 +13537,7 @@ msgid "What do you want to call your starter pack?" msgstr "ไฝ ่ซ—ไฝ้ปžๅ—Œไฝ ๅ˜…ๆ–ฐๆ‰‹ๅŒ…๏ผŸ" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1519 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "ๆœ‰ๅ’ฉๅคงไปถไบ‹๏ผŸ" @@ -13507,7 +13552,7 @@ msgstr "้‚Šๅ€‹ๅฏไปฅๅ–บๅ‘ข็ฏ‡ๅธ–ๆ–‡ๅบฆไบ’ๅ‹•๏ผŸ" #: src/screens/Messages/components/InviteLinkDialog.tsx:247 msgid "Who can join this group chat and how" -msgstr "" +msgstr "้‚Šๅ€‹ๅฏไปฅๅŠ ๅ…ฅๆญค็พฃ็ต„ๅŒๅŸ‹้‚€่ซ‹่ฆๅ‰‡" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:427 #: src/components/WhoCanReply.tsx:116 @@ -13519,7 +13564,7 @@ msgid "Who can verify?" msgstr "้‚Šๅ•ฒไบบๅฏไปฅๆŽˆๆฌŠ่ช่ญ‰๏ผŸ" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "ๅคง้‘Š๏ผ" @@ -13572,13 +13617,13 @@ msgstr "้œ€่ฆๅฐ้Ž–ๅ‘ขๅ€‹็”จๆˆถๆˆ–ๅˆช้™คๅ‘ขๅ€‹ๅฐ่ฉฑ๏ผŒๅฎšไธ€้ฝŠๅŸท่กŒ๏ผŸ" #: src/components/dms/AfterReportConversationDialog.tsx:47 msgid "Would you like to block this user and/or leave this conversation?" -msgstr "" +msgstr "้œ€่ฆๅฐ้Ž–ๅ‘ขๅ€‹็”จๆˆถๆˆ–้›ข้–‹ๅ‘ขๅ€‹ๅฐ่ฉฑ๏ผŒๅฎšไธ€้ฝŠๅŸท่กŒ๏ผŸ" #: src/view/com/composer/drafts/DraftsButton.tsx:110 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:1437 msgid "Would you like to save this as a draft to edit later?" msgstr "ไฝ ไฝฟๅ””ไฝฟๅ„ฒๅญ˜็พๆœ‰ๅ…งๅฎนๅš่‰็จฟ๏ผŒ็•™่ฟ”้ฒๅ•ฒๅ†็ทจ่ผฏ๏ผŸ" @@ -13587,12 +13632,12 @@ msgstr "ไฝ ไฝฟๅ””ไฝฟๅ„ฒๅญ˜็พๆœ‰ๅ…งๅฎนๅš่‰็จฟ๏ผŒ็•™่ฟ”้ฒๅ•ฒๅ†็ทจ่ผฏ๏ผŸ" msgid "Write a post" msgstr "ๆ’ฐๅฏซไธ€ๆขๅธ–ๆ–‡" -#: src/view/com/composer/Composer.tsx:1617 +#: src/view/com/composer/Composer.tsx:1615 msgid "Write post" msgstr "ๆ’ฐๅฏซๅธ–ๆ–‡" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1517 msgid "Write your reply" msgstr "ๅฏซไฝŽไฝ ๅ˜…ๅ›ž่ฆ†" @@ -13608,7 +13653,7 @@ msgstr "ไผบๆœๅ™จ่ฟ”ๅ›ž DID ้Œฏ่ชค๏ผŒๆ”ถๅˆฐๅ˜… DID๏ผš{0}" #: src/screens/Messages/ConversationSettings/index.tsx:155 #: src/screens/Messages/JoinRequests.tsx:110 msgid "Wrong kind of conversation" -msgstr "" +msgstr "ๅฐ่ฉฑ้กžๅž‹้Œฏ่ชค" #: src/features/liveNow/components/EditLiveDialog.tsx:154 #: src/features/liveNow/components/GoLiveDialog.tsx:136 @@ -13618,7 +13663,7 @@ 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 "่ชๅŒ GIF" #: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 @@ -13658,17 +13703,17 @@ 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:610 +#: src/components/dms/MessageItem.tsx:699 msgid "You are blocking {0}" -msgstr "" +msgstr "ไฝ ๅฐ้Ž–ๅ’— {0}" #: src/components/dms/MessagesListBlockedFooter.tsx:81 msgid "You are blocking the chat owner" -msgstr "" +msgstr "ไฝ ๅฐ้Ž–ๅ’—ๅ‚พๅˆๆ“ๆœ‰่€…" #: src/components/dms/MessagesListBlockedFooter.tsx:83 msgid "You are blocking this person" -msgstr "" +msgstr "ไฝ ๅฐ้Ž–ๅ’—ๅ‘ขๅ€‹ไบบ" #: src/components/forms/HostingProvider.tsx:46 msgid "You are creating an account on" @@ -13756,7 +13801,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 ้‚€่ซ‹ๆœ‹ๅ‹ใ€‚้šจๆ™‚้šจๅœฐๅˆ†ไบซๆข Link๏ผŒๅˆๆŠ‘ๆˆ–็•€ไฝขๅ“‹็›ดๆŽฅ Scan Code๏ผŒไธ€้ฝŠๅŠ ๅ…ฅ Bluesky ๅ•ฆใ€‚" #: src/screens/Login/index.tsx:203 #: src/screens/Login/PasswordUpdatedForm.tsx:27 @@ -13764,11 +13809,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:220 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" -msgstr "" +msgstr "ๅธ–ๆ–‡ๅ””ๅพ—่ถ…้Ž {MAX_GALLERY_IMAGES, plural, other {# ๅผตๅœ–็‰‡}}" -#: src/view/com/composer/Composer.tsx:1444 +#: src/view/com/composer/Composer.tsx:1442 msgid "You can only save drafts up to 1000 characters." msgstr "ไฝ ๆทจไฟ‚ๅฏไปฅๅ„ฒๅญ˜ 1000 ๅญ—ๅ…ƒๅ˜…่‰็จฟใ€‚" @@ -13790,7 +13835,7 @@ msgstr "ไฝ ๅฏไปฅ้‡ๆ–ฐๅ•“็”จไฝ ๅ˜…ๅธณ่™ŸๅšŸ็นผ็บŒ็™ปๅ…ฅ๏ผŒไฝ ๅ˜…ๅ€‹ไบบๆช”ๆกˆๅŒ #: src/components/dms/MessagesListBlockedFooter.tsx:93 msgid "You can read chat history but canโ€™t send new messages." -msgstr "" +msgstr "ไฝ ไป็„ถๅฏไปฅ็‡ๅˆฐๅ‚พๅˆ่จ˜้Œ„๏ผŒไฝ†ไฟ‚ๅ‚ณ้€ๅ””ๅˆฐๆ–ฐ่จŠๆฏใ€‚" #. Error message for maximum number of images that can be selected to add to a post. #: src/view/com/composer/SelectMediaButton.tsx:423 @@ -13803,14 +13848,14 @@ msgstr "" msgid "You can update this later from your settings." msgstr "ไฝ ๅฏไปฅ้ฒๅ•ฒๅ–บ่จญๅฎšๅบฆๆ”น่ฟ”ใ€‚" -#: src/components/dms/ActionsWrapper.web.tsx:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:115 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:105 msgid "You cannot create a group chat yet." -msgstr "" +msgstr "ไฝ ไปฒๆœชๅฏไปฅๅปบ็ซ‹็พฃ็ต„ๅ‚พๅˆใ€‚" #: src/lib/hooks/useCleanError.ts:54 #: src/lib/strings/errors.ts:28 @@ -13839,7 +13884,7 @@ msgstr "ไฝ ไปฒๆœชๆœ‰ไปปไฝ•ๅ„ฒๅญ˜ๅ’—ๅ˜…ๅ‹•ๆ…‹ๆบใ€‚" msgid "You got here first" msgstr "ไฝ ไฟ‚็ฌฌไธ€ๅ€‹ๆŠต้”ๅ‘ขๅบฆๅ˜…ไบบ" -#: src/components/intents/GroupChatJoinDialog.tsx:166 +#: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and canโ€™t join it using this link." msgstr "" @@ -13884,6 +13929,7 @@ msgstr "ไฝ ็ถ“ๅทฒ้œ้Ÿณๅ’—ๅ‘ขๅ€‹ๅธณ่™Ÿใ€‚" msgid "You have muted this user" msgstr "ไฝ ็ถ“ๅทฒๅฐ‡ๅ‘ขๅ€‹็”จๆˆถ้œ้Ÿณ" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "ไฝ ไปฒๆœชๆœ‰ๆธ…ๅ–ฎใ€‚" @@ -13912,7 +13958,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:1432 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "ไฝ ๅ‘ขไปฝ่‰็จฟๆœ‰ๆœชๅ„ฒๅญ˜ๅ˜…่ฎŠๆ›ด๏ผŒไฝฟๅ””ไฝฟๅ„ฒๅญ˜ๅ’—ๅ…ˆ๏ผŸ" @@ -13970,9 +14016,9 @@ msgstr "ไฝ ๆœ€ๅคšๅช่ƒฝๅŠ ๅ…ฅ {STARTER_PACK_MAX_SIZE, plural, other {{STARTER_PA msgid "You may only add up to 3 feeds" msgstr "ไฝ ๆœ€ๅคšๅฏไปฅๅŠ ๅ…ฅ 3 ๅ€‹ๅ‹•ๆ…‹ๆบ" -#: src/components/moderation/BlockDialog.tsx:320 +#: 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." @@ -13983,7 +14029,7 @@ msgid "You must be following at least seven other people to generate a starter p msgstr "ไฝ ๅฟ…้ ˆ่ทŸไฝ่‡ณๅฐ‘ 7 ๅ€‹ไบบๅ…ˆ่‡ณๅฏไปฅ็”Ÿๆˆๆ–ฐๆ‰‹ๅฅ—่ฃใ€‚" #: src/components/StarterPack/QrCodeDialog.tsx:69 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:89 msgid "You must grant access to your photo library to save a QR code" msgstr "ไฝ ๅฟ…้ ˆๆŽˆไบˆ็›ธ็‰‡ๅœ–ๅบซๅ–็”จๆฌŠ้™ๅ…ˆ่‡ณๅฏไปฅๅ„ฒๅญ˜ QR code" @@ -13997,7 +14043,7 @@ msgstr "ไฝ ้œ€่ฆ้ฉ—่ญ‰ไฝ ๅ€‹้›ป้ƒตๅœฐๅ€ๅ…ˆ่‡ณๅ•“็”จๅˆฐ้›ป้ƒต้›™้‡้ฉ—่ญ‰ใ€‚" #: src/components/moderation/BlockDialog.tsx:352 msgid "You own this chat" -msgstr "" +msgstr "ไฝ ไฟ‚ๅ‘ขๅบฆๅ‚พๅˆๅ˜…ๆ“ๆœ‰่€…" #. placeholder {0}: currentAccount?.handle #: src/screens/Deactivated.tsx:120 @@ -14009,12 +14055,12 @@ msgid "You probably want to restart the app now." msgstr "ไฝ ๅฎถ้™ฃๅฏ่ƒฝ่ฆ้‡ๆ–ฐๅ•“็”จๅ€‹ๆ‡‰็”จ็จ‹ๅผใ€‚" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:259 +#: src/components/dms/MessageItem.tsx:340 msgid "You reacted {0}" msgstr "ไฝ ็•€ๅ’—ๅ€‹ {0} ๅๆ‡‰" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "ไฝ ๅ‘ {target} ็•€ๅ’—ๅ€‹ {0} ๅๆ‡‰" @@ -14023,11 +14069,23 @@ msgstr "ไฝ ๅ‘ {target} ็•€ๅ’—ๅ€‹ {0} ๅๆ‡‰" msgid "You recently changed your birthdate" msgstr "ไฝ ่ฟ‘ๆŽ’่ฎŠๆ›ดๅ’—ๅ‡บไธ–ๆ—ฅๆœŸ" -#. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 -msgid "You requested to join" +#: src/components/dms/MessageItem.tsx:804 +msgid "You replied" msgstr "" +#: src/components/dms/MessageItem.tsx:802 +msgid "You replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:800 +msgid "You replied to yourself" +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 "ไฝ ๅทฒ็”ณ่ซ‹ๅŠ ๅ…ฅ" + #: src/screens/Settings/Settings.tsx:297 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." @@ -14050,12 +14108,12 @@ msgstr "ไฝ ่€ŒๅฎถๆœƒๆŒ็บŒๆ”ถๅˆฐๅ‘ขๅ€‹่จŽ่ซ–ไธฒๅ˜…้€š็Ÿฅ" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "ไฝ ๆœƒๆ”ถๅˆฐไธ€ๅฐๅŒ…ๅซใ€Œ้‡่จญ็ขผใ€ๅ˜…้›ป้ƒตใ€‚่ซ‹ๅ–บๅ‘ขๅบฆ่ผธๅ…ฅๅ‘ขๅ€‹้ฉ—่ญ‰็ขผ๏ผŒ่ทŸไฝ่ผธๅ…ฅไฝ ๅ˜…ๆ–ฐๅฏ†็ขผใ€‚" -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "้™ค้ž็ฒๅพ—้‚€่ซ‹๏ผŒๅฆๅ‰‡็„กๆณ•้‡ๆ–ฐๅŠ ๅ…ฅใ€‚" #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "ไฝ ๏ผš{message}" @@ -14091,7 +14149,7 @@ msgstr "ๅ‘ขๅ•ฒๅ‹•ๆ…‹ๆบๆœ‰ๆ–ฐๅ˜ขๅ˜…่ฉฑไฝ ้ƒฝๆœƒๆ”ถๅˆฐ" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:205 msgid "Youโ€™re in control" -msgstr "" +msgstr "ไธ€ๅˆ‡็”ฑไฝ ่ฉฑไบ‹" #: src/screens/SignupQueued.tsx:130 msgid "You're in line" @@ -14127,7 +14185,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:644 msgid "You've reached the maximum number of drafts" msgstr "ไฝ ็ถ“ๅทฒ้”ๅˆฐๅ„ฒๅญ˜่‰็จฟๆ•ธ้‡ไธŠ้™" @@ -14169,7 +14227,7 @@ msgstr "ไฝ ๅ˜…ๅธณ่™Ÿ่จปๅ†Šๆ™‚้–“ๅคช็Ÿญๆœช็•€ๅพ—ไฝ ไธŠ่ผ‰ๅฝฑ็‰‡ใ€‚ๅ””่ฉฒ้ฒๅ•ฒ่ฉฆ #: src/components/dms/InitiateChatFlow.tsx:731 msgid "Your account is too new" -msgstr "" +msgstr "ไฝ ๅ˜…ๅธณ่™Ÿๅปบ็ซ‹ๆ™‚้–“ๅคช็Ÿญ" #: src/components/dms/InitiateChatFlow.tsx:732 msgid "Your account must be at least 7 days old to create a new group chat." @@ -14199,11 +14257,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 "ไฝ ๅ˜…่ฏ็ตกไบบ {firstAuthorLink} ๅŠ ๅ…ฅๅ’— Bluesky" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:378 msgid "Your contact {firstAuthorName} is on Bluesky" msgstr "ไฝ ๅ˜…่ฏ็ตกไบบ {firstAuthorName} ๅŠ ๅ…ฅๅ’— Bluesky" @@ -14295,11 +14353,11 @@ msgstr "ไฝ ๅ˜…ๅฏ†็ขผ็ถ“ๅทฒ่ฎŠๆ›ดๆˆๅŠŸ๏ผ็”ฑ่€Œๅฎถ้–‹ๅง‹่ซ‹ไฝฟ็”จไฝ ๆ–ฐๅ˜…ๅฏ†็ขผ msgid "Your password must be at least 8 characters long." msgstr "ไฝ ่ผธๅ…ฅๅ˜…ๅฏ†็ขผๅฟ…้ ˆ่‡ณๅฐ‘่ฆ 8 ๅ€‹ๅญ—ๅ…ƒใ€‚" -#: src/view/com/composer/Composer.tsx:1141 +#: src/view/com/composer/Composer.tsx:1139 msgid "Your post was sent" msgstr "ๅทฒ็™ผๅธƒไฝ ๅ˜…ๅธ–ๆ–‡" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1136 msgid "Your posts were sent" msgstr "ๅทฒ็™ผๅธƒไฝ ๅ˜…ๅธ–ๆ–‡" @@ -14320,7 +14378,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:1140 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your reply was sent" msgstr "ๅทฒ็™ผๅธƒไฝ ๅ˜…ๅ›ž่ฆ†" @@ -14333,7 +14391,7 @@ msgstr "ไฝ ๅ˜…ๆ“งๅ ฑๆœƒๆไบคๅŽป <0>{0}ใ€‚" 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:1467 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 fef4dfce6e..94d3c66e7e 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-10 21:06\n" +"PO-Revision-Date: 2026-06-17 12:23\n" "Last-Translator: \n" "Language-Team: Chinese Traditional\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -23,11 +23,15 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "ใ€Œ{interestsDisplayName}ใ€้กžๅˆฅ๏ผˆๅทฒ้ธๅ–๏ผ‰" -#: src/components/dms/getMessageInfo.ts:91 +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/MessageItem.tsx:867 +#: src/screens/Messages/components/MessageInputReply.tsx:43 msgid "(chat invite link)" msgstr "" -#: src/components/dms/getMessageInfo.ts:73 +#: src/components/dms/getMessageInfo.ts:105 +#: src/components/dms/MessageItem.tsx:869 +#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "๏ผˆๅŒ…ๅซๅตŒๅ…ฅๅ…งๅฎน๏ผ‰" @@ -75,7 +79,7 @@ msgstr "่ฉฒๅ…งๅฎนๆœ‰ {0, plural, one {# ๅ€‹ๆจ™่จ˜} other {# ๅ€‹ๆจ™่จ˜}}" msgid "{0, plural, one {# like} other {# likes}}" msgstr "{0, plural, one {# ๅ€‹ๅ–œๆญก} other {# ๅ€‹ๅ–œๆญก}}" -#. placeholder {0}: convo.members.length +#. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" msgstr "{0, plural, other {# ๅ€‹ๆˆๅ“ก}}" @@ -97,7 +101,7 @@ msgstr "{0, plural, other {# ๅ€‹ๆ–ฐ็š„ๅŠ ๅ…ฅ็”ณ่ซ‹}}" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:269 +#: src/components/dms/MessageItem.tsx:350 msgid "{0, plural, one {# person} other {# people}} reacted โ€“ {1}" msgstr "{0, plural, other {# ๅ€‹ไบบ}}ๅฐๆญคๅšๅ‡บไบ† {1} ๅๆ‡‰" @@ -118,15 +122,15 @@ msgstr "{0, plural, one {# ็ง’} other {# ็ง’}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:234 -#: src/view/shell/bottom-bar/BottomBar.tsx:266 +#: src/view/shell/bottom-bar/BottomBar.tsx:245 +#: src/view/shell/bottom-bar/BottomBar.tsx:277 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "{0, plural, one {# ๅ‰‡ๆœช่ฎ€} other {# ๅ‰‡ๆœช่ฎ€}}" #. 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:231 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" msgstr "{0, plural, other {็ด„ # ๅˆ†้˜}}" @@ -215,7 +219,7 @@ msgid "{0} following" msgstr "{0} ๅ€‹่ทŸ้šจไธญ" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:614 +#: src/components/dms/MessageItem.tsx:703 msgid "{0} is blocking you" msgstr "{0} ๅทฒๅฐ้Ž–ๆ‚จ" @@ -273,7 +277,7 @@ msgstr "ๅทฒ่ผธๅ…ฅ {0} ๅ€‹ๅญ—ๅ…ƒ๏ผŒๆœ€ๅคš 50 ๅ€‹ๅญ—ๅ…ƒ" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:264 +#: src/components/dms/MessageItem.tsx:345 msgid "{0} reacted {1}" msgstr "{0} ๅšๅ‡บไบ† {1} ๅๆ‡‰" @@ -326,26 +330,24 @@ msgstr "ใ€Œ{0}ใ€็š„ๅคง้ ญ่ฒผ็…ง" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount #. placeholder {1}: joinLinkPreview.memberLimit -#: src/screens/Messages/JoinRequest.tsx:143 +#: src/screens/Messages/JoinRequest.tsx:139 msgctxt "group-chat-member-count" msgid "{0}/{1}" msgstr "" #. 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'. +#. placeholder {0}: joinLinkPreview.memberCount #. placeholder {0}: preview.memberCount +#. placeholder {1}: joinLinkPreview.memberLimit #. placeholder {1}: preview.memberLimit -#. placeholder {2}: preview.memberCount -#: src/components/dms/ChatInvite/Card.tsx:57 +#. placeholder {2}: joinLinkPreview.memberLimit +#. placeholder {2}: preview.memberLimit +#: src/components/dms/ChatInvite/Card.tsx:62 +#: src/components/intents/GroupChatJoinDialog.tsx:341 msgid "{0}/{1} {2, plural, one {member} other {members}}" msgstr "{0}/{1} {2, plural, other {ๅ€‹ๆˆๅ“ก}}" -#. The number of active group chat members out of the total number allowed. -#. placeholder {0}: joinLinkPreview.memberCount -#. placeholder {1}: joinLinkPreview.memberLimit -#: src/components/intents/GroupChatJoinDialog.tsx:329 -msgid "{0}/{1} members" -msgstr "{0}/{1} ๅ€‹ๆˆๅ“ก" - #. 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 @@ -389,7 +391,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:35 +#: src/screens/Messages/components/InboxRequests.tsx:36 msgid "{count, plural, one {# request} other {# requests}}" msgstr "{count, plural, other {# ๅ€‹้‚€่ซ‹}}" @@ -397,33 +399,11 @@ msgstr "{count, plural, other {# ๅ€‹้‚€่ซ‹}}" msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "{count, plural, one {# ๅ‰‡ๆœช่ฎ€} other {# ๅ‰‡ๆœช่ฎ€}}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:67 -msgid "{count, plural, one {Refresh the page to see it.} other {Refresh the page to see them all.}}" -msgstr "{count, plural, other {้‡ๆ–ฐๆ•ด็†ไปฅ้กฏ็คบ่ฉฒๅ…งๅฎนใ€‚}}" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:53 -msgid "{count, plural, one {This post has # photo.} other {This post has # photos.}}" -msgstr "{count, plural, other {้€™ๅ‰‡่ฒผๆ–‡ๆœ‰ # ๅผตๅœ–็‰‡ใ€‚}}" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:60 -msgid "{count, plural, one {Update your app to see it.} other {Update your app to see them all.}}" -msgstr "{count, plural, other {ๆ›ดๆ–ฐๆ‡‰็”จ็จ‹ๅผไปฅ้กฏ็คบ่ฉฒๅ…งๅฎนใ€‚}}" - #. 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 "{count, plural, other {่ถ…้Ž # ๅ€‹ๅŠ ๅ…ฅ็”ณ่ซ‹}}" -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:56 -msgid "{count}+" -msgstr "{count}+" - -#. Displayed when the number of requests is greater than 20 -#: src/screens/Messages/components/InboxRequests.tsx:31 -msgid "{count}+ requests" -msgstr "่ถ…้Ž {count} ๅ€‹้‚€่ซ‹" - #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" msgstr "{date} {time}" @@ -441,155 +421,155 @@ msgstr "{estimatedTimeHrs, plural, one {ๆ™‚} other {ๆ™‚}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {ๅˆ†} other {ๅˆ†}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: 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} ไบบ}}่ทŸ้šจไบ†ๆ‚จ" -#: 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 "{firstAuthorLink} ๅ’Œ<0>{additionalAuthorsCount, plural, one {ๅ…ถไป– {formattedAuthorsCount} ไบบ} other {ๅ…ถไป– {formattedAuthorsCount} ไบบ}}ๅฐๆ‚จ็š„่‡ช่จ‚ๅ‹•ๆ…‹ๆบ่กจ็คบๅ–œๆญก" -#: 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 "{firstAuthorLink} ๅ’Œ<0>{additionalAuthorsCount, plural, one {ๅ…ถไป– {formattedAuthorsCount} ไบบ} other {ๅ…ถไป– {formattedAuthorsCount} ไบบ}}่กจ็คบๅ–œๆญกๆ‚จ็š„่ฒผๆ–‡" -#: 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 "{firstAuthorLink} ๅ’Œ<0>{additionalAuthorsCount, plural, other {ๅ…ถไป–{formattedAuthorsCount} ไบบ}}ๅฐๆ‚จ่ฝ‰็™ผ็š„่ฒผๆ–‡่กจ็คบๅ–œๆญก" -#: 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 "{firstAuthorLink} ๅ’Œ<0>{additionalAuthorsCount, plural, other {ๅ…ถไป– {formattedAuthorsCount} ไบบ}}ๆ’คๅ›žไบ†ๅฐๆ‚จๅธณ่™Ÿ็š„้ฉ—่ญ‰" -#: 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 "{firstAuthorLink} ๅ’Œ<0>{additionalAuthorsCount, plural, one {ๅ…ถไป– {formattedAuthorsCount} ไบบ} other {ๅ…ถไป– {formattedAuthorsCount} ไบบ}}่ฝ‰็™ผไบ†ๆ‚จ็š„่ฒผๆ–‡" -#: 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 "{firstAuthorLink} ๅ’Œ<0>{additionalAuthorsCount, plural, other {ๅ…ถไป– {formattedAuthorsCount} ไบบ}}่ฝ‰็™ผไบ†ๆ‚จ่ฝ‰็™ผ็š„่ฒผๆ–‡" -#: 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 "{firstAuthorLink} ๅ’Œ<0>{additionalAuthorsCount, plural, one {ๅ…ถไป– {formattedAuthorsCount} ไบบ} other {ๅ…ถไป– {formattedAuthorsCount} ไบบ}}ไฝฟ็”จไบ†ๆ‚จ็š„ๆ–ฐๆ‰‹ๅŒ…่จปๅ†Š" -#: 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 "{firstAuthorLink} ๅ’Œ<0>{additionalAuthorsCount, plural, other {ๅ…ถไป– {formattedAuthorsCount} ไบบ}}ๅฐๆ‚จๆŽˆไบˆไบ†้ฉ—่ญ‰" -#: src/view/com/notifications/NotificationFeedItem.tsx:367 +#: src/view/com/notifications/NotificationFeedItem.tsx:373 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} ่ทŸ้šจไบ†ๆ‚จ" -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} ๅ›ž่ทŸไบ†ๆ‚จ" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} ๅฐๆ‚จ็š„่‡ช่จ‚ๅ‹•ๆ…‹ๆบ่กจ็คบๅ–œๆญก" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} ๅฐๆ‚จ็š„่ฒผๆ–‡่กจ็คบๅ–œๆญก" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:512 msgid "{firstAuthorLink} liked your repost" msgstr "{firstAuthorLink} ๅฐๆ‚จ่ฝ‰็™ผ็š„่ฒผๆ–‡่กจ็คบๅ–œๆญก" -#: src/view/com/notifications/NotificationFeedItem.tsx:479 +#: src/view/com/notifications/NotificationFeedItem.tsx:485 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} ๆ’คๅ›žไบ†ๅฐๆ‚จๅธณ่™Ÿ็š„้ฉ—่ญ‰" -#: src/view/com/notifications/NotificationFeedItem.tsx:334 +#: src/view/com/notifications/NotificationFeedItem.tsx:340 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} ่ฝ‰็™ผไบ†ๆ‚จ็š„่ฒผๆ–‡" -#: src/view/com/notifications/NotificationFeedItem.tsx:530 +#: src/view/com/notifications/NotificationFeedItem.tsx:536 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink} ่ฝ‰็™ผไบ†ๆ‚จ่ฝ‰็™ผ็š„่ฒผๆ–‡" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:431 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} ไฝฟ็”จไบ†ๆ‚จ็š„ๆ–ฐๆ‰‹ๅŒ…่จปๅ†Š" -#: src/view/com/notifications/NotificationFeedItem.tsx:454 +#: src/view/com/notifications/NotificationFeedItem.tsx:460 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} ๅฐๆ‚จๆŽˆไบˆไบ†้ฉ—่ญ‰" -#: 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 "{firstAuthorName} ๅ’Œ{additionalAuthorsCount, plural, one {ๅ…ถไป– {formattedAuthorsCount} ไบบ} other {ๅ…ถไป– {formattedAuthorsCount} ไบบ}}่ทŸ้šจไบ†ๆ‚จ" -#: 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 "{firstAuthorName} ๅ’Œ{additionalAuthorsCount, plural, one {ๅ…ถไป– {formattedAuthorsCount} ไบบ} other {ๅ…ถไป– {formattedAuthorsCount} ไบบ}}ๅฐๆ‚จ็š„่‡ช่จ‚ๅ‹•ๆ…‹ๆบ่กจ็คบๅ–œๆญก" -#: 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 "{firstAuthorName} ๅ’Œ{additionalAuthorsCount, plural, one {ๅ…ถไป– {formattedAuthorsCount} ไบบ} other {ๅ…ถไป– {formattedAuthorsCount} ไบบ}}ๅฐๆ‚จ็š„่ฒผๆ–‡่กจ็คบๅ–œๆญก" -#: 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 "{firstAuthorName} ๅ’Œ{additionalAuthorsCount, plural, other {ๅ…ถไป– {formattedAuthorsCount} ไบบ}}ๅฐๆ‚จ่ฝ‰็™ผ็š„่ฒผๆ–‡่กจ็คบๅ–œๆญก" -#: 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 "{firstAuthorName} ๅ’Œ{additionalAuthorsCount, plural, other {ๅ…ถไป– {formattedAuthorsCount} ไบบ}}ๆ’คๅ›žไบ†ๅฐๆ‚จๅธณ่™Ÿ็š„้ฉ—่ญ‰" -#: 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 "{firstAuthorName} ๅ’Œ{additionalAuthorsCount, plural, one {ๅ…ถไป– {formattedAuthorsCount} ไบบ} other {ๅ…ถไป– {formattedAuthorsCount} ไบบ}}่ฝ‰็™ผไบ†ๆ‚จ็š„่ฒผๆ–‡" -#: 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 "{firstAuthorName} ๅ’Œ{additionalAuthorsCount, plural, other {ๅ…ถไป– {formattedAuthorsCount} ไบบ}}่ฝ‰็™ผไบ†ๆ‚จ่ฝ‰็™ผ็š„่ฒผๆ–‡" -#: 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 "{firstAuthorName} ๅ’Œ{additionalAuthorsCount, plural, one {ๅ…ถไป– {formattedAuthorsCount} ไบบ} other {ๅ…ถไป– {formattedAuthorsCount} ไบบ}}ไฝฟ็”จไบ†ๆ‚จ็š„ๆ–ฐๆ‰‹ๅŒ…่จปๅ†Š" -#: 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 "{firstAuthorName} ๅ’Œ{additionalAuthorsCount, plural, other {ๅ…ถไป– {formattedAuthorsCount} ไบบ}}ๅฐๆ‚จๆŽˆไบˆไบ†้ฉ—่ญ‰" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:359 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} ่ทŸ้šจไบ†ๆ‚จ" -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} ๅ›ž่ทŸไบ†ๆ‚จ" -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} ๅฐๆ‚จ็š„่‡ช่จ‚ๅ‹•ๆ…‹ๆบ่กจ็คบๅ–œๆญก" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} ๅฐๆ‚จ็š„่ฒผๆ–‡่กจ็คบๅ–œๆญก" -#: src/view/com/notifications/NotificationFeedItem.tsx:492 +#: src/view/com/notifications/NotificationFeedItem.tsx:498 msgid "{firstAuthorName} liked your repost" msgstr "{firstAuthorName} ๅฐๆ‚จ่ฝ‰็™ผ็š„่ฒผๆ–‡่กจ็คบๅ–œๆญก" -#: src/view/com/notifications/NotificationFeedItem.tsx:465 +#: src/view/com/notifications/NotificationFeedItem.tsx:471 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} ๆ’คๅ›žไบ†ๅฐๆ‚จๅธณ่™Ÿ็š„้ฉ—่ญ‰" -#: src/view/com/notifications/NotificationFeedItem.tsx:320 +#: src/view/com/notifications/NotificationFeedItem.tsx:326 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} ่ฝ‰็™ผไบ†ๆ‚จ็š„่ฒผๆ–‡" -#: src/view/com/notifications/NotificationFeedItem.tsx:516 +#: src/view/com/notifications/NotificationFeedItem.tsx:522 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName} ่ฝ‰็™ผไบ†ๆ‚จ่ฝ‰็™ผ็š„่ฒผๆ–‡" -#: src/view/com/notifications/NotificationFeedItem.tsx:411 +#: src/view/com/notifications/NotificationFeedItem.tsx:417 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} ไฝฟ็”จไบ†ๆ‚จ็š„ๆ–ฐๆ‰‹ๅŒ…่จปๅ†Š" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} ๅฐๆ‚จๆŽˆไบˆไบ†้ฉ—่ญ‰" @@ -659,12 +639,12 @@ msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "{minutes, plural, other {# ๅˆ†้˜}}" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:45 +#: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" msgstr "{name} ๅฐ {target} ๅšๅ‡บไบ† {0} ๅๆ‡‰" #. When the last message in a group chat came from someone other than you. -#: src/components/dms/getMessageInfo.ts:57 +#: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" msgstr "{name}๏ผš{message}" @@ -697,6 +677,18 @@ msgstr "ใ€Œ{profileName}ใ€ๅœจ {timeAgoString}ๅ‰ไฝฟ็”จๆ–ฐๆ‰‹ๅŒ…ๅŠ ๅ…ฅไบ† Bluesk msgid "{rank}." msgstr "{rank}." +#: src/components/dms/MessageItem.tsx:813 +msgid "{replierDisplayName} replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:809 +msgid "{replierDisplayName} replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:807 +msgid "{replierDisplayName} replied to you" +msgstr "" + #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" @@ -833,6 +825,16 @@ 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 @@ -860,7 +862,7 @@ msgid "A collection of popular feeds you can find on Bluesky, including News, Bo msgstr "ๆ‚จๅฏไปฅๅœจ Bluesky ไธŠๆ‰พๅˆฐไธ€็ณปๅˆ—็†ฑ้–€ๅ‹•ๆ…‹ๆบ๏ผŒๅŒ…ๆ‹ฌ Newsใ€Bookskyใ€Game Devใ€Blacksky๏ผŒไปฅๅŠ โ€‹โ€‹Fountain Pens" #. If last message does not contain text, fall back to "{user} reacted to {a message}" -#: src/components/dms/getReactionInfo.ts:33 +#: src/components/dms/getReactionInfo.ts:53 msgid "a message" msgstr "ไธ€ๅ‰‡่จŠๆฏ" @@ -873,8 +875,8 @@ msgstr "็™ผ็”Ÿไบ†็ถฒ่ทฏ้Œฏ่ชค๏ผŒ่ซ‹ๆชขๆŸฅๆ‚จ็š„็ถฒ่ทฏ้€ฃ็ทš็‹€ๆ…‹" #: src/components/dms/dialogs/NewChatDialog.tsx:56 #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/LeaveConvoPrompt.tsx:38 -#: src/components/moderation/BlockDialog.tsx:286 -#: src/components/moderation/BlockDialog.tsx:312 +#: src/components/moderation/BlockDialog.tsx:287 +#: src/components/moderation/BlockDialog.tsx:313 #: src/screens/Messages/JoinRequests.tsx:192 #: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." @@ -955,7 +957,7 @@ msgstr "ๅฅ—็”จๆญคๅปบ่ญฐ่ชž่จ€" msgid "Accepted conversations" msgstr "ๅทฒๆŽฅๅ—็š„ๅฐ่ฉฑ" -#: src/components/intents/GroupChatJoinDialog.tsx:113 +#: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "ๅทฒ้€ๅ‡บ็”ณ่ซ‹๏ผ่ซ‹้œๅพ…ๆ“ๆœ‰่€…็ขบ่ชไปฅๅŠ ๅ…ฅ็พค็ต„ใ€‚" @@ -980,12 +982,12 @@ msgstr "ๅธณ่™Ÿ" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:190 +#: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" msgstr "ๆˆๅŠŸๅฐ้Ž–ๅธณ่™Ÿ" -#: src/view/com/profile/ProfileMenu.tsx:206 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" msgstr "ๆˆๅŠŸ่ทŸ้šจๅธณ่™Ÿ" @@ -999,7 +1001,7 @@ msgid "Account is deactivated" msgstr "ๅธณ่™Ÿๅทฒๅœ็”จ" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 -#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" msgstr "ๆˆๅŠŸ้œ้Ÿณๅธณ่™Ÿ" @@ -1028,18 +1030,18 @@ msgstr "ๆˆๅŠŸๅพžๅฟซ้€Ÿๅญ˜ๅ–ไธญ็งป้™คๅธณ่™Ÿ" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:315 -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" msgstr "ๆˆๅŠŸ่งฃ้™คๅฐ้Ž–ๅธณ่™Ÿ" -#: src/view/com/profile/ProfileMenu.tsx:221 +#: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" msgstr "ๆˆๅŠŸๅ–ๆถˆ่ทŸ้šจๅธณ่™Ÿ" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 -#: src/view/com/profile/ProfileMenu.tsx:147 +#: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" msgstr "ๆˆๅŠŸๅ–ๆถˆ้œ้Ÿณๅธณ่™Ÿ" @@ -1054,12 +1056,13 @@ msgstr "ๅธถๆœ‰ๆ‰‡ๅฝข่—่‰ฒๅ‹พ่™Ÿๅพฝ็ซ ็š„ๅธณ่™Ÿ<0><1/>ๅฏไปฅๅฐๅ…ถไป–ๅธณ่™Ÿ msgid "Activity from others" msgstr "ไพ†่‡ชๅ…ถไป–ไบบ็š„ๅ‹•ๆ…‹" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:337 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 msgid "Add" msgstr "ๆ–ฐๅขž" @@ -1112,11 +1115,11 @@ msgstr "ๆ–ฐๅขžๆ›ฟไปฃๆ–‡ๅญ—๏ผˆ้ธๅกซ๏ผ‰" msgid "Add another account" msgstr "ๆ–ฐๅขžๅ…ถไป–ๅธณ่™Ÿ" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1518 msgid "Add another post" msgstr "ๅŠ ๅ…ฅๅฆไธ€ๅ‰‡่ฒผๆ–‡" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2181 msgid "Add another post to thread" msgstr "ๆ–ฐๅขžๅฆไธ€ๅ‰‡่ฒผๆ–‡่‡ณ่จŽ่ซ–ไธฒ" @@ -1182,7 +1185,7 @@ msgstr "ๆ–ฐๅขž้œ้Ÿณๅญ—่ฉžๅ’Œๆจ™็ฑค" msgid "Add people" msgstr "ๆ–ฐๅขž็”จๆˆถ" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:83 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" msgstr "ๅฐ‡็”จๆˆถๆ–ฐๅขž่‡ณๅˆ—่กจ" @@ -1214,8 +1217,8 @@ msgstr "ๅฐ‡ไปฅไธ‹ DNS ่จ˜้Œ„ๆ–ฐๅขžๅˆฐๆ‚จ็š„็ถฒๅŸŸ๏ผš" msgid "Add this feed to your feeds" msgstr "ๅฐ‡ๆญคๆ–ฐๅขž่‡ณๆ‚จ็š„ๅ‹•ๆ…‹ๆบ" -#: src/view/com/profile/ProfileMenu.tsx:355 -#: src/view/com/profile/ProfileMenu.tsx:358 +#: src/view/com/profile/ProfileMenu.tsx:350 +#: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" msgstr "ๆ–ฐๅขž่‡ณๅˆ—่กจ" @@ -1224,12 +1227,12 @@ msgid "Add to saved posts" msgstr "ๆ–ฐๅขž่‡ณ่ฒผๆ–‡ๆ”ถ่—" #: src/components/dialogs/StarterPackDialog.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:346 -#: src/view/com/profile/ProfileMenu.tsx:349 +#: src/view/com/profile/ProfileMenu.tsx:341 +#: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" msgstr "ๆ–ฐๅขž่‡ณๆ–ฐๆ‰‹ๅŒ…" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:166 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" msgstr "ๅฐ‡็”จๆˆถๆ–ฐๅขž่‡ณๅˆ—่กจ" @@ -1246,8 +1249,8 @@ msgstr "็”ฑ {0} ้‚€่ซ‹ๅŠ ๅ…ฅ" msgid "Added by invite link" msgstr "้€้Ž้‚€่ซ‹้€ฃ็ตๅŠ ๅ…ฅ" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:113 -#: src/view/com/modals/UserAddRemoveLists.tsx:163 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" msgstr "ๆˆๅŠŸๆ–ฐๅขž่‡ณๅˆ—่กจ" @@ -1332,7 +1335,7 @@ msgid "alice@example.com" msgstr "alice@example.com" #. the default tab in the interests tab bar -#: src/components/dms/ReactionsDialog.tsx:288 +#: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 #: src/view/screens/Notifications.tsx:86 msgid "All" @@ -1340,7 +1343,7 @@ msgstr "ๅ…จ้ƒจ" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count -#: src/components/dms/ReactionsDialog.tsx:385 +#: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" msgstr "ๅ…จ้ƒจ {0} ๅ€‹" @@ -1521,7 +1524,7 @@ msgid "An error occurred while loading your lists :/" msgstr "่ผ‰ๅ…ฅๅˆ—่กจๆ™‚็™ผ็”Ÿ้Œฏ่ชค :/" #: src/components/StarterPack/QrCodeDialog.tsx:81 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:103 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" msgstr "ๅ„ฒๅญ˜ QR Code ๆ™‚็™ผ็”Ÿ้Œฏ่ชค๏ผ" @@ -1589,8 +1592,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 "็™ผ็”Ÿๅ•้กŒ๏ผŒ่ซ‹ๅ†่ฉฆไธ€ๆฌกใ€‚" @@ -1643,7 +1646,7 @@ msgstr "ไปปไฝ•ไบบ" msgid "Anyone can interact" msgstr "ไปปไฝ•ไบบ้ƒฝๅฏไปฅๅƒ่ˆ‡ไบ’ๅ‹•" -#: src/components/intents/GroupChatJoinDialog.tsx:340 +#: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" msgstr "ไปปไฝ•ไบบ้ƒฝๅฏไปฅๅŠ ๅ…ฅ" @@ -1796,8 +1799,8 @@ msgstr "ๆ‚จ็ขบๅฎš่ฆๅˆช้™ค้€™ๅ€‹ๆ–ฐๆ‰‹ๅŒ…ๅ—Ž๏ผŸ" msgid "Are you sure you want to discard your changes?" msgstr "ๆ‚จ็ขบๅฎš่ฆๆ”พๆฃ„่ฎŠๆ›ดๅ—Ž๏ผŸ" -#: src/screens/Messages/ConversationSettings/prompts.tsx:120 -#: src/screens/Messages/ConversationSettings/prompts.tsx:144 +#: src/screens/Messages/ConversationSettings/prompts.tsx:128 +#: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" msgstr "ๆ‚จ็ขบๅฎš่ฆ้›ข้–‹ {groupName} ๅ—Ž๏ผŸ" @@ -1814,11 +1817,11 @@ msgid "Are you sure you want to remove this from your feeds?" msgstr "ๆ‚จ็ขบๅฎš่ฆๅฐ‡ๆญคๅพžๆ‚จ็š„ๅ‹•ๆ…‹ๆบไธญ็งป้™คๅ—Ž๏ผŸ" #. placeholder {0}: convoView.name -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:120 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 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:1654 msgid "Are you sure you'd like to discard this post?" msgstr "ๆ‚จ็ขบๅฎš่ฆๆ”พๆฃ„็™ผๅธƒ้€™ๅ‰‡่ฒผๆ–‡ๅ—Ž๏ผŸ" @@ -1958,10 +1961,10 @@ msgstr "ๅœจๆ‚จ้–‹ๅง‹ๆŽฅๆ”ถ {name} ็š„่ฒผๆ–‡้€š็Ÿฅไน‹ๅ‰๏ผŒๆ‚จๅฟ…้ ˆๅ…ˆ้ฉ—่ญ‰ๆ‚จ #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:154 -#: src/screens/Messages/ChatList.tsx:172 -#: src/screens/Messages/ChatList.tsx:273 -#: src/screens/Messages/ChatList.tsx:543 +#: 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/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2009,8 +2012,8 @@ msgstr "ๅฐ้Ž– {displayName}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:758 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:476 +#: src/view/com/profile/ProfileMenu.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" msgstr "ๅฐ้Ž–ๅธณ่™Ÿ" @@ -2088,6 +2091,10 @@ 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 "ๅฐ้Ž–่ฉฒๅธณ่™Ÿ็„กๆณ•้˜ปๆญขๅ…ถๆจ™่จ˜ๆ‚จ็š„ๅธณ่™Ÿใ€‚" @@ -2260,7 +2267,7 @@ msgstr "่ฟ”ๅ›ž้ฆ–้ ๆ™‚้–“่ปธ็š„ๆŒ‰้ˆ•" #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 #: src/components/moderation/ReportDialog/index.tsx:847 -#: src/screens/Messages/JoinRequest.tsx:181 +#: src/screens/Messages/JoinRequest.tsx:177 #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" @@ -2274,13 +2281,13 @@ msgstr "" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: sanitizeHandle(info.creatorHandle, '@') -#: src/components/intents/GroupChatJoinDialog.tsx:363 +#: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" msgstr "ไพ†่‡ช <0>{0}" #. The group chat creator, in the format 'By {displayName}'. -#: src/components/dms/ChatInvite/Card.tsx:79 +#: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" msgstr "ไพ†่‡ช <0>{ownerDisplayName}" @@ -2348,10 +2355,10 @@ msgstr "" #: src/screens/Deactivated.tsx:150 #: src/screens/Messages/components/InviteLinkDialog.tsx:500 #: src/screens/Messages/components/InviteLinkDialog.tsx:504 -#: src/screens/Messages/ConversationSettings/prompts.tsx:100 -#: src/screens/Messages/ConversationSettings/prompts.tsx:124 -#: src/screens/Messages/ConversationSettings/prompts.tsx:148 -#: src/screens/Messages/ConversationSettings/prompts.tsx:172 +#: src/screens/Messages/ConversationSettings/prompts.tsx:108 +#: src/screens/Messages/ConversationSettings/prompts.tsx:132 +#: src/screens/Messages/ConversationSettings/prompts.tsx:156 +#: 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 @@ -2364,8 +2371,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:1732 +#: src/view/com/composer/Composer.tsx:1742 #: 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 @@ -2380,6 +2387,10 @@ msgstr "ๆ”พๆฃ„ๅผ•็”จ่ฒผๆ–‡" msgid "Cancel reactivation and sign out" msgstr "ๅ–ๆถˆ้‡ๆ–ฐๅ•Ÿ็”จไธฆ็™ปๅ‡บ" +#: src/screens/Messages/components/MessageInputReply.tsx:83 +msgid "Cancel reply" +msgstr "" + #: src/screens/Search/Shell.tsx:396 msgid "Cancel search" msgstr "ๆ”พๆฃ„ๆœๅฐ‹" @@ -2481,7 +2492,7 @@ msgstr "ๅˆ—่กจๅœจ่ฝ‰ๅญ˜ๅพŒๆœƒๆ˜ฏไธ€ไปฝๅฎŒๅ…จ็จ็ซ‹็š„ๅ‰ฏๆœฌ๏ผŒไปปไฝ•ๅฐๆ–ฐๆ‰‹ๅŒ… #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 +#: src/view/shell/bottom-bar/BottomBar.tsx:242 #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" @@ -2498,7 +2509,7 @@ msgid "Chat ended" msgstr "ๅฐ่ฉฑๅทฒ็ตๆŸ" #: src/components/dms/ChatInvite/Unavailable.tsx:25 -#: src/components/intents/GroupChatJoinDialog.tsx:256 +#: src/components/intents/GroupChatJoinDialog.tsx:269 #: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" msgstr "ๅฐ่ฉฑ้‚€่ซ‹้€ฃ็ตๅทฒๅคฑๆ•ˆ" @@ -2520,12 +2531,12 @@ msgctxt "toast" msgid "Chat muted" msgstr "ๆˆๅŠŸ้œ้Ÿณๅฐ่ฉฑ" -#: src/components/moderation/BlockDialog.tsx:288 -#: src/components/moderation/BlockDialog.tsx:316 +#: src/components/moderation/BlockDialog.tsx:289 +#: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." msgstr "" -#: src/components/moderation/BlockDialog.tsx:292 +#: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2544,10 +2555,10 @@ msgstr "ๅฐ่ฉฑ้‚€่ซ‹" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:87 -#: src/screens/Messages/ChatList.tsx:569 -#: src/screens/Messages/ChatList.tsx:604 +#: 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 msgid "Chat settings" msgstr "ๅฐ่ฉฑ่จญๅฎš" @@ -2574,9 +2585,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "ๆˆๅŠŸๅ–ๆถˆ้œ้Ÿณๅฐ่ฉฑ" -#: src/screens/Messages/ChatList.tsx:77 -#: src/screens/Messages/ChatList.tsx:555 -#: src/screens/Messages/ChatList.tsx:593 +#: src/screens/Messages/ChatList.tsx:78 +#: src/screens/Messages/ChatList.tsx:539 +#: src/screens/Messages/ChatList.tsx:576 msgid "Chats" msgstr "ๅฐ่ฉฑ" @@ -2731,7 +2742,7 @@ msgstr "้ปžไธ€ไธ‹้€™่ฃกไปฅๆชข่ฆ–ๆญค็พค็ต„ๅฐ่ฉฑ็š„้‚€่ซ‹้€ฃ็ต" msgid "Click to open tag menu for {0}" msgstr "้ปžๆญคไปฅ้–‹ๅ•Ÿ {0} ็š„ๆจ™็ฑค้ธๅ–ฎ" -#: src/components/dms/MessageItem.tsx:533 +#: src/components/dms/MessageItem.tsx:622 msgid "Click to retry failed message" msgstr "้ปžๆญคไปฅ้‡ๆ–ฐๅ‚ณ้€่จŠๆฏ" @@ -2745,6 +2756,7 @@ msgstr "้ปžๆญคไปฅ้‡ๆ–ฐๅ‚ณ้€่จŠๆฏ" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 #: src/components/dialogs/LanguageSelectDialog.tsx:359 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:169 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 @@ -2767,8 +2779,8 @@ msgstr "้ปžๆญคไปฅ้‡ๆ–ฐๅ‚ณ้€่จŠๆฏ" #: src/components/dms/AfterReportDialog.tsx:217 #: src/components/dms/EmojiPopup.android.tsx:59 #: src/components/dms/InitiateChatFlow.tsx:565 -#: src/components/intents/GroupChatJoinDialog.tsx:233 -#: src/components/intents/GroupChatJoinDialog.tsx:268 +#: src/components/intents/GroupChatJoinDialog.tsx:246 +#: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 @@ -2804,10 +2816,6 @@ 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 @@ -2822,7 +2830,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 "้—œ้–‰ๅด้‚Š้ธๅ–ฎ" @@ -2850,10 +2858,10 @@ msgstr "" msgid "Close the incoming requests banner" msgstr "้—œ้–‰ๅŠ ๅ…ฅ็”ณ่ซ‹้€š็Ÿฅๆฉซๅน…" -#: src/components/intents/GroupChatJoinDialog.tsx:226 -#: src/components/intents/GroupChatJoinDialog.tsx:227 -#: src/components/intents/GroupChatJoinDialog.tsx:263 -#: src/components/intents/GroupChatJoinDialog.tsx:264 +#: 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 msgid "Close this dialog" msgstr "้—œ้–‰ๆญคๅฐ่ฉฑๆก†" @@ -2866,15 +2874,15 @@ msgstr "้—œ้–‰ๆญก่ฟŽ็•ซ้ข" msgid "Closes password update alert" msgstr "้—œ้–‰ๅฏ†็ขผๆ›ดๆ–ฐ่ญฆๅ‘Š" -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1740 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 "ๆŠ˜็–ŠๆŒ‡ๅฎš้€š็Ÿฅ็š„็”จๆˆถๅˆ—่กจ" @@ -2920,7 +2928,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:1616 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "ๆ’ฐๅฏซๆœ€ๅคš {0, plural,other {# ๅ€‹ๅญ—ๅ…ƒ}}็š„่ฒผๆ–‡" @@ -2928,11 +2936,11 @@ msgstr "ๆ’ฐๅฏซๆœ€ๅคš {0, plural,other {# ๅ€‹ๅญ—ๅ…ƒ}}็š„่ฒผๆ–‡" msgid "Compose reply" msgstr "ๆ’ฐๅฏซๅ›ž่ฆ†" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2578 msgid "Compressing GIF..." msgstr "ๆญฃๅœจๅฃ“็ธฎ GIFโ€ฆโ€ฆ" -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2580 msgid "Compressing video..." msgstr "ๆญฃๅœจๅฃ“็ธฎๅฝฑ็‰‡โ€ฆโ€ฆ" @@ -3100,7 +3108,7 @@ msgstr "็นผ็บŒไธ‹ไธ€ๆญฅ" msgid "Conversation" msgstr "ๅฐ่ฉฑ" -#: src/screens/Messages/components/ChatListItem.tsx:321 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" msgstr "ๅฐ่ฉฑๅทฒๅˆช้™ค" @@ -3127,7 +3135,7 @@ msgid "Copied build version to clipboard" msgstr "ๆˆๅŠŸ่ค‡่ฃฝ็ต„ๅปบ็‰ˆๆœฌ่™Ÿ่‡ณๅ‰ช่ฒผ็ฐฟ" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:83 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3146,12 +3154,12 @@ msgstr "่ค‡่ฃฝๆˆๅŠŸ๏ผ" msgid "Copies build version to clipboard" msgstr "่ค‡่ฃฝ็ต„ๅปบ็‰ˆๆœฌ่™Ÿ่‡ณๅ‰ช่ฒผ็ฐฟ" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" msgstr "" #: src/components/StarterPack/QrCodeDialog.tsx:198 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:265 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" msgstr "่ค‡่ฃฝ" @@ -3159,8 +3167,8 @@ msgstr "่ค‡่ฃฝ" msgid "Copy App Password" msgstr "่ค‡่ฃฝๆ‡‰็”จ็จ‹ๅผๅฐˆ็”จๅฏ†็ขผ" -#: src/view/com/profile/ProfileMenu.tsx:506 -#: src/view/com/profile/ProfileMenu.tsx:509 +#: src/view/com/profile/ProfileMenu.tsx:501 +#: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" msgstr "่ค‡่ฃฝ at:// ้€ฃ็ต" @@ -3175,8 +3183,8 @@ msgid "Copy code" msgstr "่ค‡่ฃฝ็จ‹ๅผ็ขผ" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:515 -#: src/view/com/profile/ProfileMenu.tsx:518 +#: src/view/com/profile/ProfileMenu.tsx:510 +#: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" msgstr "่ค‡่ฃฝ DID" @@ -3184,7 +3192,7 @@ msgstr "่ค‡่ฃฝ DID" msgid "Copy host" msgstr "่ค‡่ฃฝไธปๆฉŸๅ็จฑ (Host)" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:254 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" msgstr "" @@ -3210,8 +3218,8 @@ msgstr "่ค‡่ฃฝๅˆ—่กจ้€ฃ็ต" msgid "Copy link to post" msgstr "่ค‡่ฃฝ่ฒผๆ–‡้€ฃ็ต" -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:295 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" msgstr "่ค‡่ฃฝๅ€‹ไบบๆช”ๆกˆ้€ฃ็ต" @@ -3219,8 +3227,8 @@ msgstr "่ค‡่ฃฝๅ€‹ไบบๆช”ๆกˆ้€ฃ็ต" msgid "Copy link to starter pack" msgstr "่ค‡่ฃฝๆ–ฐๆ‰‹ๅŒ…้€ฃ็ต" -#: src/components/dms/MessageContextMenu.tsx:165 -#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:187 msgid "Copy message text" msgstr "่ค‡่ฃฝ่จŠๆฏๆ–‡ๅญ—" @@ -3249,7 +3257,7 @@ msgstr "่ค‡่ฃฝ TXT ่จ˜้Œ„ๅ€ผ" msgid "Copyright Policy" msgstr "่‘—ไฝœๆฌŠๆ”ฟ็ญ–" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:79 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" msgstr "" @@ -3261,11 +3269,11 @@ msgstr "็„กๆณ•้€ฃ็ทšๅˆฐ่‡ช่จ‚ๅ‹•ๆ…‹ๆบ" msgid "Could not connect to feed service" msgstr "็„กๆณ•้€ฃ็ทšๅˆฐๅ‹•ๆ…‹ๆบๆœๅ‹™" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:120 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy โ€“ please try again" msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:74 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download โ€“ please try again" msgstr "" @@ -3294,7 +3302,7 @@ msgstr "็„กๆณ•่ทŸ้šจๆ‰€ๆœ‰็ขบ่ช็š„่ฏ็ตกไบบใ€‚{0}" msgid "Could not leave chat" msgstr "็„กๆณ•้›ข้–‹ๅฐ่ฉฑ" -#: src/components/moderation/BlockDialog.tsx:284 +#: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." msgstr "" @@ -3308,7 +3316,7 @@ msgstr "็„กๆณ•่ผ‰ๅ…ฅๅ‹•ๆ…‹" msgid "Could not load list" msgstr "็„กๆณ•่ผ‰ๅ…ฅๅˆ—่กจ" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:169 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" msgstr "" @@ -3320,7 +3328,7 @@ msgstr "็„กๆณ•้œ้Ÿณๅฐ่ฉฑ" msgid "Could not process your video" msgstr "็„กๆณ•่™•็†ๆ‚จ็š„ๅฝฑ็‰‡" -#: src/components/moderation/BlockDialog.tsx:310 +#: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." msgstr "" @@ -3329,7 +3337,7 @@ msgstr "" msgid "Could not save changes: {0}" msgstr "็„กๆณ•ๅ„ฒๅญ˜้€™ไบ›่ฎŠๆ›ด๏ผš{0}" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:60 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share โ€“ please try again" msgstr "" @@ -3394,12 +3402,12 @@ msgstr "็‚บๆˆ‘็”ข็”Ÿไธ€ๅ€‹ๆ–ฐๆ‰‹ๅŒ…" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 -#: src/screens/Messages/JoinRequest.tsx:314 +#: src/screens/Messages/JoinRequest.tsx:310 #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:333 -#: src/view/shell/bottom-bar/BottomBar.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:345 +#: src/view/shell/bottom-bar/BottomBar.tsx:349 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3449,13 +3457,13 @@ msgstr "่ฝ‰ๅญ˜ๆ–ฐๆ‰‹ๅŒ…ๅˆฐๆ–ฐ็š„ๅˆ—่กจ" msgid "Create moderation list" msgstr "ๅปบ็ซ‹ๅ…งๅฎน็ฎก็†ๅˆ—่กจ" -#: src/screens/Messages/JoinRequest.tsx:308 +#: 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 "ๅปบ็ซ‹ๆ–ฐๅธณ่™Ÿ" -#: src/screens/Messages/ConversationSettings/index.tsx:553 +#: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" msgstr "ๅปบ็ซ‹ๆˆ–็ทจ่ผฏๆญค็พค็ต„ๅฐ่ฉฑ็š„้‚€่ซ‹้€ฃ็ต" @@ -3479,7 +3487,7 @@ msgstr "ๅปบ็ซ‹็”จๆˆถๅˆ—่กจ" #. placeholder {0}: i18n.date(createdAt, { dateStyle: 'long', timeStyle: 'short', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) #: src/screens/Messages/components/InviteLinkDialog.tsx:355 -#: src/screens/Messages/ConversationSettings/index.tsx:505 +#: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "ๅปบ็ซ‹ๆ–ผ {0}" @@ -3624,7 +3632,7 @@ msgstr "ๅˆช้™ค่ฏ็ตกไบบ" msgid "Delete conversation" msgstr "ๅˆช้™คๅฐ่ฉฑ" -#: src/components/dms/MessageContextMenu.tsx:180 +#: src/components/dms/MessageContextMenu.tsx:197 msgid "Delete for me" msgstr "็‚บๆˆ‘ๅˆช้™ค" @@ -3637,7 +3645,7 @@ msgstr "ๅˆช้™คๅˆ—่กจ" msgid "Delete message" msgstr "ๅˆช้™ค่จŠๆฏ" -#: src/components/dms/MessageContextMenu.tsx:177 +#: src/components/dms/MessageContextMenu.tsx:194 msgid "Delete message for me" msgstr "็‚บๆˆ‘ๅˆช้™ค่จŠๆฏ" @@ -3647,7 +3655,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:1628 msgid "Delete post" msgstr "ๅˆช้™ค่ฒผๆ–‡" @@ -3689,6 +3697,10 @@ 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 @@ -3794,9 +3806,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:1411 +#: src/view/com/composer/Composer.tsx:1455 +#: src/view/com/composer/Composer.tsx:1661 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3807,14 +3819,14 @@ msgstr "ๆจๆฃ„" msgid "Discard changes?" msgstr "่ฆๆ”พๆฃ„่ฎŠๆ›ดๅ—Ž๏ผŸ" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1409 #: 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:1426 +#: src/view/com/composer/Composer.tsx:1653 msgid "Discard post?" msgstr "่ฆๆ”พๆฃ„็™ผๅธƒๅ—Ž๏ผŸ" @@ -3852,7 +3864,7 @@ msgstr "่ทณ้Ž" msgid "Dismiss banner" msgstr "้—œ้–‰ๆ็คบๆฉซๅน…" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2499 msgid "Dismiss error" msgstr "่ทณ้Ž้Œฏ่ชค" @@ -3949,8 +3961,8 @@ msgstr "ไธ็”จๆ“”ๅฟƒ๏ผๆ‚จ็พๆœ‰็š„่จŠๆฏๅ’Œ่จญๅฎš้ƒฝๅทฒๅ„ฒๅญ˜๏ผŒๅช้œ€้ฉ—่ญ‰ๆ‚จ #: src/components/dms/AfterReportDialog.tsx:145 #: src/components/forms/DateField/index.tsx:104 #: src/components/forms/DateField/index.tsx:110 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:146 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:152 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 #: src/screens/Onboarding/StepProfile/index.tsx:354 #: src/screens/Onboarding/StepProfile/index.tsx:357 @@ -3963,13 +3975,7 @@ msgstr "ไธ็”จๆ“”ๅฟƒ๏ผๆ‚จ็พๆœ‰็š„่จŠๆฏๅ’Œ่จญๅฎš้ƒฝๅทฒๅ„ฒๅญ˜๏ผŒๅช้œ€้ฉ—่ญ‰ๆ‚จ msgid "Done" msgstr "ๅฎŒๆˆ" -#: src/view/com/modals/UserAddRemoveLists.tsx:114 -#: src/view/com/modals/UserAddRemoveLists.tsx:117 -msgctxt "action" -msgid "Done" -msgstr "ๅฎŒๆˆ" - -#: src/components/dms/MessageItem.tsx:437 +#: src/components/dms/MessageItem.tsx:520 msgid "Double tap or long press the message to add a reaction" msgstr "้ปžๅ…ฉไธ‹ๆˆ–้•ทๆŒ‰่จŠๆฏไปฅๅŠ ๅ…ฅๅๆ‡‰" @@ -4087,8 +4093,8 @@ msgstr "้ฃฒ้ฃŸๅคฑ่ชฟ" msgid "Edit" msgstr "็ทจ่ผฏ" -#: src/view/com/lists/ListMembers.tsx:188 -#: src/view/com/lists/ListMembers.tsx:194 +#: src/view/com/lists/ListMembers.tsx:215 +#: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" msgstr "็ทจ่ผฏ" @@ -4102,8 +4108,8 @@ msgstr "็ทจ่ผฏๅคง้ ญ่ฒผ็…ง" msgid "Edit Feeds" msgstr "็ทจ่ผฏๅ‹•ๆ…‹ๆบ" -#: src/screens/Messages/ConversationSettings/prompts.tsx:36 -#: src/screens/Messages/ConversationSettings/prompts.tsx:41 +#: src/screens/Messages/ConversationSettings/prompts.tsx:43 +#: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" msgstr "็ทจ่ผฏ็พค็ต„ๅ็จฑ" @@ -4141,8 +4147,8 @@ msgstr "็ทจ่ผฏ้€ฃ็ต่จญๅฎš" msgid "Edit list details" msgstr "็ทจ่ผฏๅˆ—่กจ่ณ‡่จŠ" -#: src/view/com/profile/ProfileMenu.tsx:369 -#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:364 +#: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" msgstr "็ทจ่ผฏ็›ดๆ’ญ็‹€ๆ…‹" @@ -4155,7 +4161,7 @@ msgstr "็ทจ่ผฏๅ…งๅฎน็ฎก็†ๅˆ—่กจ" msgid "Edit My Feeds" msgstr "็ทจ่ผฏๆˆ‘็š„ๅ‹•ๆ…‹ๆบ" -#: src/screens/Messages/ConversationSettings/index.tsx:540 +#: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" msgstr "็ทจ่ผฏๅ็จฑ" @@ -4184,8 +4190,8 @@ msgstr "็ทจ่ผฏๅ€‹ไบบๆช”ๆกˆ" msgid "Edit starter pack" msgstr "็ทจ่ผฏๆ–ฐๆ‰‹ๅŒ…" -#: src/screens/Messages/ConversationSettings/index.tsx:486 -#: src/screens/Messages/ConversationSettings/index.tsx:539 +#: src/screens/Messages/ConversationSettings/index.tsx:493 +#: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chatโ€™s name" msgstr "็ทจ่ผฏๆญค็พค็ต„ๅฐ่ฉฑ็š„ๅ็จฑ" @@ -4402,7 +4408,7 @@ msgstr "้€ฒๅ…ฅๅ…จ่žขๅน•" msgid "Entertainment" msgstr "ๅจ›ๆจ‚" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2598 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "้Œฏ่ชค" @@ -4481,7 +4487,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 "ๅฑ•้–‹็”จๆˆถๅˆ—่กจ" @@ -4596,8 +4602,8 @@ msgstr "ๆŽฅๅ—ๅฐ่ฉฑ้‚€่ซ‹ๆ™‚็™ผ็”Ÿๅ•้กŒ" msgid "Failed to accept join request" msgstr "็„กๆณ•ๆŽฅๅ—ๅŠ ๅ…ฅ็”ณ่ซ‹" -#: src/components/dms/ActionsWrapper.web.tsx:90 -#: src/components/dms/MessageContextMenu.tsx:116 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:126 msgid "Failed to add emoji reaction" msgstr "ๅŠ ๅ…ฅ่กจๆƒ…็ฌฆ่™Ÿๅๆ‡‰ๆ™‚็™ผ็”Ÿๅ•้กŒ" @@ -4606,6 +4612,10 @@ msgstr "ๅŠ ๅ…ฅ่กจๆƒ…็ฌฆ่™Ÿๅๆ‡‰ๆ™‚็™ผ็”Ÿๅ•้กŒ" msgid "Failed to add members" msgstr "ๅŠ ๅ…ฅๆˆๅ“กๆ™‚็™ผ็”Ÿๅ•้กŒ" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 +msgid "Failed to add to list" +msgstr "" + #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" msgstr "ๆ–ฐๅขž่‡ณๆ–ฐๆ‰‹ๅŒ…ๆ™‚็™ผ็”Ÿๅ•้กŒ" @@ -4615,7 +4625,7 @@ msgid "Failed to change handle. Please try again." msgstr "่ฎŠๆ›ดๅธณ่™Ÿไปฃ็ขผๆ™‚็™ผ็”Ÿๅ•้กŒ๏ผŒ่ซ‹ๅ†่ฉฆไธ€ๆฌกใ€‚" #: src/components/Lightbox/Lightbox.web.tsx:302 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:129 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 msgid "Failed to copy link" msgstr "่ค‡่ฃฝ้€ฃ็ตๆ™‚็™ผ็”Ÿๅ•้กŒ" @@ -4664,7 +4674,7 @@ msgstr "ๅœ็”จ้‚€่ซ‹้€ฃ็ตๆ™‚็™ผ็”Ÿๅ•้กŒ" msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "ไธญๆ–ท้€ฃ็ต Germ DM ๆ™‚็™ผ็”Ÿๅ•้กŒใ€‚้Œฏ่ชค๏ผš{0}" -#: src/screens/Messages/ConversationSettings/index.tsx:374 +#: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" msgstr "็ทจ่ผฏ็พค็ต„ๅฐ่ฉฑๅ็จฑๆ™‚็™ผ็”Ÿๅ•้กŒ" @@ -4692,7 +4702,7 @@ msgstr "้šฑ่—ๅปบ่ญฐๆ™‚็™ผ็”Ÿๅ•้กŒ๏ผŒ่ซ‹ๆชขๆŸฅๆ‚จ็š„็ถฒ่ทฏ้€ฃ็ทš็‹€ๆ…‹" msgid "Failed to ignore join request" msgstr "็„กๆณ•ๅฟฝ็•ฅๅŠ ๅ…ฅ็”ณ่ซ‹" -#: src/components/intents/GroupChatJoinDialog.tsx:137 +#: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "็„กๆณ•ๅŠ ๅ…ฅ็พค็ต„ๅฐ่ฉฑ๏ผŒ่ซ‹ๅ†่ฉฆไธ€ๆฌกใ€‚" @@ -4700,14 +4710,14 @@ msgstr "็„กๆณ•ๅŠ ๅ…ฅ็พค็ต„ๅฐ่ฉฑ๏ผŒ่ซ‹ๅ†่ฉฆไธ€ๆฌกใ€‚" msgid "Failed to launch SMS app" msgstr "็„กๆณ•้–‹ๅ•Ÿ็ฐก่จŠๆ‡‰็”จ็จ‹ๅผ" -#: src/screens/Messages/components/ChatEnded.tsx:42 -#: src/screens/Messages/components/ChatLocked.tsx:62 -#: src/screens/Messages/ConversationSettings/index.tsx:401 +#: 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 "้›ข้–‹็พค็ต„ๅฐ่ฉฑๆ™‚็™ผ็”Ÿๅ•้กŒ" -#: src/screens/Messages/ChatList.tsx:403 +#: src/screens/Messages/ChatList.tsx:404 #: src/screens/Messages/Inbox.tsx:209 msgid "Failed to load conversations" msgstr "่ผ‰ๅ…ฅๅฐ่ฉฑๆ™‚็™ผ็”Ÿๅ•้กŒ" @@ -4753,15 +4763,20 @@ msgstr "่ผ‰ๅ…ฅๅปบ่ญฐๅ‹•ๆ…‹ๆบๆ™‚็™ผ็”Ÿๅ•้กŒ" msgid "Failed to load suggested follows" msgstr "่ผ‰ๅ…ฅๅปบ่ญฐ่ทŸ้šจๅธณ่™Ÿๆ™‚็™ผ็”Ÿๅ•้กŒ" -#: src/screens/Messages/ConversationSettings/index.tsx:426 +#: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" msgstr "้Ž–ๅฎš้‚€่ซ‹้€ฃ็ตๆ™‚็™ผ็”Ÿๅ•้กŒ" +#: src/view/shell/bottom-bar/BottomBar.tsx:441 +msgid "Failed to mark all chats as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 +#: src/view/shell/bottom-bar/BottomBar.tsx:450 msgid "Failed to mark all requests as read" msgstr "ๅฐ‡ๆ‰€ๆœ‰้‚€่ซ‹ๆจ™็คบ็‚บๅทฒ่ฎ€ๆ™‚็™ผ็”Ÿๅ•้กŒ" -#: src/screens/Messages/ConversationSettings/index.tsx:390 +#: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" msgstr "้œ้Ÿณ็พค็ต„ๅฐ่ฉฑๆ™‚็™ผ็”Ÿๅ•้กŒ" @@ -4783,12 +4798,16 @@ msgstr "็”ฑๆ–ผ็™ผ็”Ÿไบ†็ถฒ่ทฏ้Œฏ่ชค๏ผŒๅฐŽ่‡ด็„กๆณ•ๅˆช้™ค่ณ‡ๆ–™๏ผŒ่ซ‹ๆชขๆŸฅๆ‚จ็š„ msgid "Failed to remove data. {0}" msgstr "ๅˆช้™ค่ณ‡ๆ–™ๆ™‚็™ผ็”Ÿๅ•้กŒใ€‚{0}" -#: src/components/dms/ActionsWrapper.web.tsx:75 -#: src/components/dms/MessageContextMenu.tsx:101 -#: src/components/dms/ReactionsDialog.tsx:175 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:111 +#: 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 "" + #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" msgstr "ๅพžๆ–ฐๆ‰‹ๅŒ…ๅˆช้™คๆ™‚็™ผ็”Ÿๅ•้กŒ" @@ -4802,7 +4821,7 @@ msgstr "็งป้™ค็พค็ต„ๅฐ่ฉฑๆˆๅ“กๆ™‚็™ผ็”Ÿๅ•้กŒ" msgid "Failed to remove verification" msgstr "ๆ’คๅ›ž้ฉ—่ญ‰ๆ™‚็™ผ็”Ÿๅ•้กŒ" -#: src/components/intents/GroupChatJoinDialog.tsx:180 +#: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." msgstr "็„กๆณ•ๆ’ค้Šทๆ‚จ็š„็”ณ่ซ‹๏ผŒ่ซ‹ๅ†่ฉฆไธ€ๆฌกใ€‚" @@ -4811,7 +4830,7 @@ msgstr "็„กๆณ•ๆ’ค้Šทๆ‚จ็š„็”ณ่ซ‹๏ผŒ่ซ‹ๅ†่ฉฆไธ€ๆฌกใ€‚" msgid "Failed to resolve location. Please try again." msgstr "ๅญ˜ๅ–ไฝ็ฝฎ่ณ‡่จŠๆ™‚็™ผ็”Ÿๅ•้กŒ๏ผŒ่ซ‹ๅ†่ฉฆไธ€ๆฌกใ€‚" -#: src/view/com/composer/Composer.tsx:648 +#: src/view/com/composer/Composer.tsx:646 msgid "Failed to save draft" msgstr "ๅ„ฒๅญ˜่‰็จฟๆ™‚็™ผ็”Ÿๅ•้กŒ" @@ -4854,7 +4873,7 @@ msgid "Failed to toggle thread mute, please try again" msgstr "ๅฐ‡่จŽ่ซ–ไธฒ่จญ็‚บ้œ้Ÿณๆ™‚็™ผ็”Ÿๅ•้กŒ๏ผŒ่ซ‹ๅ†่ฉฆไธ€ๆฌก" #: src/screens/Messages/components/ChatLocked.tsx:51 -#: src/screens/Messages/ConversationSettings/index.tsx:435 +#: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" msgstr "่งฃ้Ž–็พค็ต„ๅฐ่ฉฑๆ™‚็™ผ็”Ÿๅ•้กŒ" @@ -5116,16 +5135,16 @@ msgstr "่š็„ฆๆœๅฐ‹ๆฌ„ไฝ" #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 +#: 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 "่ทŸ้šจ" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" msgstr "่ทŸ้šจ {0}" @@ -5149,8 +5168,8 @@ msgstr "่ทŸ้šจ 10 ๅ€‹ไบบๅณๅฏ้–‹ๅง‹" msgid "Follow 7 accounts" msgstr "่ทŸ้šจ 7 ๅ€‹ๅธณ่™Ÿ" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:336 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" msgstr "่ทŸ้šจๅธณ่™Ÿ" @@ -5173,9 +5192,9 @@ msgstr "่ทŸ้šจๆ‰€ๆœ‰ๅธณ่™Ÿ" #. 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:423 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "ๅ›ž่ทŸ" @@ -5211,7 +5230,7 @@ msgstr "่ขซๆ‚จ่ช่ญ˜็š„ <0>{0} ๅ’Œ <1>{1} ่ทŸ้šจ" msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" msgstr "่ขซๆ‚จ่ช่ญ˜็š„ <0>{0}, <1>{1} ๅ’Œ{2, plural, one {ๅ…ถไป– # ไบบ่ทŸ้šจ} other {ๅ…ถไป– # ไบบ่ทŸ้šจ}}" -#: src/components/intents/GroupChatJoinDialog.tsx:339 +#: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" msgstr "่ทŸ้šจ่€…ๅฏไปฅๅŠ ๅ…ฅ" @@ -5231,10 +5250,10 @@ msgstr "ๆ‚จไนŸ่ช่ญ˜็š„่ทŸ้šจ่€…" #: src/components/ProfileHoverCard/index.web.tsx:494 #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:421 +#: 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 "่ทŸ้šจไธญ" @@ -5249,7 +5268,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 "ๆˆๅŠŸ่ทŸ้šจ {0}" @@ -5467,7 +5486,7 @@ msgstr "้–‹ๅง‹ๅง" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2603 msgid "GIF uploaded" msgstr "GIF ไธŠๅ‚ณๆˆๅŠŸ" @@ -5526,8 +5545,8 @@ msgctxt "Button to go back to the home timeline" msgid "Go home" msgstr "ๅ‰ๅพ€้ฆ–้ " -#: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" msgstr "้–‹ๅง‹็›ดๆ’ญ" @@ -5538,8 +5557,8 @@ msgstr "้–‹ๅง‹็›ดๆ’ญ" msgid "Go Live" msgstr "้–‹ๅง‹็›ดๆ’ญ" -#: src/view/com/profile/ProfileMenu.tsx:367 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:362 +#: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" msgstr "็›ดๆ’ญ๏ผˆๅทฒๅœ็”จ๏ผ‰" @@ -5547,7 +5566,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 "ๅ‰ๅพ€ {firstAuthorName} ็š„ๅ€‹ไบบๆช”ๆกˆ" @@ -5622,9 +5641,9 @@ msgstr "้œฒ้ชจๆšดๅŠ›ๅ…งๅฎน" msgid "Grooming or predatory behavior" msgstr "ๅผ•่ช˜ๆ‹้จ™่กŒ็‚บ" -#: src/components/dms/ChatInvite/Card.tsx:46 -#: src/components/intents/GroupChatJoinDialog.tsx:321 -#: src/screens/Messages/JoinRequest.tsx:129 +#: src/components/dms/ChatInvite/Card.tsx:51 +#: src/components/intents/GroupChatJoinDialog.tsx:333 +#: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" msgstr "็พค็ต„ๅฐ่ฉฑ" @@ -5632,17 +5651,17 @@ msgstr "็พค็ต„ๅฐ่ฉฑ" msgid "Group chat invite link dialog" msgstr "็พค็ต„ๅฐ่ฉฑ้‚€่ซ‹้€ฃ็ตๅฐ่ฉฑๆก†" -#: src/screens/Messages/ConversationSettings/index.tsx:417 +#: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" msgstr "็พค็ต„ๅฐ่ฉฑๅทฒ้Ž–ๅฎš" -#: src/screens/Messages/ConversationSettings/index.tsx:382 +#: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" msgstr "ๅทฒ้œ้Ÿณ็พค็ต„ๅฐ่ฉฑ" -#: src/screens/Messages/ConversationSettings/index.tsx:369 +#: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" msgstr "ๅทฒๆ›ดๆ–ฐ็พค็ต„ๅฐ่ฉฑๅ็จฑ" @@ -5653,12 +5672,12 @@ msgid "Group chat settings" msgstr "็พค็ต„ๅฐ่ฉฑ่จญๅฎš" #: src/screens/Messages/components/ChatLocked.tsx:41 -#: src/screens/Messages/ConversationSettings/index.tsx:420 +#: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" msgstr "็พค็ต„ๅฐ่ฉฑๅทฒ่งฃ้™ค้Ž–ๅฎš" -#: src/screens/Messages/ConversationSettings/index.tsx:385 +#: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" msgstr "ๅทฒๅ–ๆถˆ้œ้Ÿณ็พค็ต„ๅฐ่ฉฑ" @@ -5682,12 +5701,12 @@ msgstr "็พค็ต„ๅทฒ้Ž–ๅฎš" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 -#: src/screens/Messages/ConversationSettings/prompts.tsx:42 +#: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" msgstr "็พค็ต„ๅ็จฑ" #: src/components/dms/InitiateChatFlow.tsx:625 -#: src/screens/Messages/ConversationSettings/prompts.tsx:61 +#: 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 "" @@ -5829,7 +5848,7 @@ msgstr "้šฑ่—ๅˆ—่กจ" msgid "Hide" msgstr "้šฑ่—" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "้šฑ่—" @@ -5904,7 +5923,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 "้šฑ่—็”จๆˆถๅˆ—่กจ" @@ -5960,7 +5979,7 @@ msgstr "็ญ‰ไธ€ไธ‹๏ผๆˆ‘ๅ€‘ๆญฃๅœจ้€ๆญฅ้–‹ๆ”พไธŠๅ‚ณๅฝฑ็‰‡ๅŠŸ่ƒฝใ€‚ๆ‚จ้‚„ๅœจ็ญ‰ๅ€™ #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 -#: src/view/shell/bottom-bar/BottomBar.tsx:185 +#: src/view/shell/bottom-bar/BottomBar.tsx:196 #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" @@ -6210,7 +6229,7 @@ msgstr "ๆ‡‰็”จ็จ‹ๅผๅ…งใ€ๆŽจๆ’ญใ€ๆ‰€ๆœ‰ไบบ" msgid "In-app, push, people you follow" msgstr "ๆ‡‰็”จ็จ‹ๅผๅ…งใ€ๆŽจๆ’ญใ€ๆ‚จ่ทŸ้šจ็š„ไบบ" -#: src/screens/Messages/ChatList.tsx:420 +#: src/screens/Messages/ChatList.tsx:421 msgid "Inbox empty" msgstr "ๆ”ถไปถๅŒฃ็‚บ็ฉบ" @@ -6268,7 +6287,7 @@ msgstr "็‚บๆ‚จไป‹็ดน่ฒผๆ–‡ๆ”ถ่—๏ผˆๅˆ็จฑๆ›ธ็ฑค๏ผ‰" msgid "Invalid 2FA confirmation code." msgstr "็„กๆ•ˆ็š„้›™้‡้ฉ—่ญ‰็ขผใ€‚" -#: src/components/intents/GroupChatJoinDialog.tsx:147 +#: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." msgstr "็„กๆ•ˆ็š„็พค็ต„ๅฐ่ฉฑ้‚€่ซ‹ใ€‚" @@ -6290,7 +6309,7 @@ msgstr "็„กๆ•ˆ็š„้›ป่ฉฑ่™Ÿ็ขผ" msgid "Invalid report subject" msgstr "็„กๆ•ˆ็š„ๆชข่ˆ‰ๅ…งๅฎน" -#: src/components/intents/GroupChatJoinDialog.tsx:187 +#: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." msgstr "็„กๆ•ˆๆ’ค้Šท็”ณ่ซ‹ใ€‚" @@ -6315,15 +6334,15 @@ msgstr "้‚€่ซ‹็ขผ" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "้‚€่ซ‹็ขผ็„กๆ•ˆใ€‚่ซ‹ๆชขๆŸฅๆ˜ฏๅฆ่ผธๅ…ฅๆญฃ็ขบ๏ผŒ็„ถๅพŒๅ†่ฉฆไธ€ๆฌกใ€‚" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:140 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:368 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:155 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "้‚€่ซ‹ๆœ‹ๅ‹" @@ -6336,17 +6355,17 @@ msgstr "้‚€่ซ‹ๆœ‹ๅ‹ <0/>" #: src/screens/Messages/components/InviteLinkDialog.tsx:335 #: src/screens/Messages/components/InviteLinkDialog.tsx:514 #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 -#: src/screens/Messages/ConversationSettings/index.tsx:556 +#: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" msgstr "้‚€่ซ‹้€ฃ็ต" #. Link that invites someone to follow your profile, distinct from a group chat invite link -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:213 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" msgstr "้‚€่ซ‹้€ฃ็ต" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:126 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" msgstr "" @@ -6410,7 +6429,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:2518 msgid "Job ID: {0}" msgstr "ไฝœๆฅญ ID๏ผš{0}" @@ -6420,7 +6439,7 @@ msgid "Jobs" msgstr "ๅทฅไฝœ" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:282 +#: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" msgstr "ๅŠ ๅ…ฅ" @@ -6431,12 +6450,12 @@ msgstr "ๅŠ ๅ…ฅ" msgid "Join Bluesky" msgstr "ๅŠ ๅ…ฅ Bluesky" -#: src/components/intents/GroupChatJoinDialog.tsx:71 -#: src/components/intents/GroupChatJoinDialog.tsx:448 +#: src/components/intents/GroupChatJoinDialog.tsx:72 +#: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" msgstr "ๅŠ ๅ…ฅ็พค็ต„ๅฐ่ฉฑ" -#: src/components/intents/GroupChatJoinDialog.tsx:176 +#: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." msgstr "ๅทฒๆ’ค้ŠทๅŠ ๅ…ฅ็”ณ่ซ‹ใ€‚" @@ -6450,8 +6469,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:1459 +#: src/view/com/composer/Composer.tsx:1469 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "็นผ็บŒ็ทจ่ผฏ" @@ -6609,7 +6628,7 @@ msgid "Learn more." msgstr "็žญ่งฃ่ฉณๆƒ…ใ€‚" #: src/components/dms/LeaveConvoPrompt.tsx:59 -#: src/screens/Messages/ConversationSettings/index.tsx:590 +#: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" msgstr "้›ข้–‹" @@ -6623,8 +6642,8 @@ msgstr "้›ข้–‹" #: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/components/moderation/BlockDialog.tsx:384 #: src/components/moderation/BlockDialog.tsx:391 -#: src/screens/Messages/components/ChatEnded.tsx:67 -#: src/screens/Messages/components/ChatLocked.tsx:113 +#: src/screens/Messages/components/ChatEnded.tsx:66 +#: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" msgstr "้›ข้–‹ๅฐ่ฉฑ" @@ -6644,12 +6663,12 @@ msgctxt "button" msgid "Leave conversation" msgstr "้›ข้–‹ๅฐ่ฉฑ" -#: src/screens/Messages/ConversationSettings/prompts.tsx:122 -#: src/screens/Messages/ConversationSettings/prompts.tsx:146 +#: src/screens/Messages/ConversationSettings/prompts.tsx:130 +#: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" msgstr "้›ข้–‹็พค็ต„ๅฐ่ฉฑ" -#: src/screens/Messages/ConversationSettings/index.tsx:589 +#: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" msgstr "้›ข้–‹ๆญค็พค็ต„ๅฐ่ฉฑ" @@ -6658,11 +6677,11 @@ msgstr "้›ข้–‹ๆญค็พค็ต„ๅฐ่ฉฑ" msgid "Leaving Bluesky" msgstr "้›ข้–‹ Bluesky" -#: src/screens/Messages/ConversationSettings/prompts.tsx:145 +#: src/screens/Messages/ConversationSettings/prompts.tsx:153 msgid "Leaving this chat will lock it permanently and you wonโ€™t be able to rejoin." msgstr "" -#: src/components/moderation/BlockDialog.tsx:276 +#: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." msgstr "" @@ -6935,9 +6954,9 @@ msgstr "่ผ‰ๅ…ฅๆ›ดๅคš้€š็Ÿฅ" msgid "Load new posts" msgstr "่ผ‰ๅ…ฅๆ›ดๅคš่ฒผๆ–‡" -#: src/screens/Messages/components/MessageComposer.tsx:217 -#: src/screens/Messages/components/MessageInput.tsx:234 -#: src/screens/Messages/components/MessageInput.web.tsx:202 +#: src/screens/Messages/components/MessageComposer.tsx:245 +#: src/screens/Messages/components/MessageInput.tsx:258 +#: src/screens/Messages/components/MessageInput.web.tsx:228 msgctxt "placeholder" msgid "Loading chatโ€ฆ" msgstr "ๆญฃๅœจ่ผ‰ๅ…ฅๅฐ่ฉฑโ€ฆโ€ฆ" @@ -6954,23 +6973,23 @@ msgstr "ๆญฃๅœจ่ผ‰ๅ…ฅ่ฒผๆ–‡ไบ’ๅ‹•่จญๅฎšโ€ฆโ€ฆ" msgid "Loading..." msgstr "่ผ‰ๅ…ฅไธญโ€ฆโ€ฆ" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" msgstr "้Ž–ๅฎš" -#: src/screens/Messages/ConversationSettings/prompts.tsx:99 +#: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" msgstr "้Ž–ๅฎš็พค็ต„ๅฐ่ฉฑ" -#: src/screens/Messages/ConversationSettings/prompts.tsx:97 +#: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" msgstr "้Ž–ๅฎš็พค็ต„ๅฐ่ฉฑ๏ผŸ" -#: src/screens/Messages/ConversationSettings/index.tsx:568 +#: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" msgstr "้Ž–ๅฎšๆญค็พค็ต„ๅฐ่ฉฑ" -#: src/screens/Messages/ConversationSettings/index.tsx:570 +#: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" msgstr "ๅทฒ้Ž–ๅฎš" @@ -7051,6 +7070,16 @@ msgstr "็ฎก็†ๆ‚จ้œ้Ÿณ็š„ๅญ—่ฉžๅ’Œๆจ™็ฑค" msgid "Mark all as read" msgstr "ๅ…จ้ƒจๆจ™็คบ็‚บๅทฒ่ฎ€" +#: src/view/shell/bottom-bar/BottomBar.tsx:459 +#: src/view/shell/bottom-bar/BottomBar.tsx:463 +msgid "Mark all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:467 +#: src/view/shell/bottom-bar/BottomBar.tsx:471 +msgid "Mark all requests as read" +msgstr "" + #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" @@ -7060,6 +7089,14 @@ msgstr "ๆจ™็คบ็‚บๅทฒ่ฎ€" msgid "Marked all as read" msgstr "ๆˆๅŠŸๅ…จ้ƒจๆจ™็คบ็‚บๅทฒ่ฎ€" +#: src/view/shell/bottom-bar/BottomBar.tsx:438 +msgid "Marked all chats as read" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:447 +msgid "Marked all requests as read" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" @@ -7083,7 +7120,7 @@ msgstr "ๅช’้ซ”ๅ„ฒๅญ˜ๆ–ผๅ…ถไป–่ฃ็ฝฎ" msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "ๅฏ่ƒฝๆœƒไฝฟ้ƒจๅˆ†ๅ—็œพๆ„Ÿๅˆฐไธๅฎ‰ๆˆ–้€ ๆˆไธ้ฉ็š„ๅช’้ซ”ๅ…งๅฎนใ€‚" -#: src/components/moderation/BlockDialog.tsx:302 +#: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." msgstr "" @@ -7092,7 +7129,7 @@ msgstr "" msgid "Members" msgstr "ๆˆๅ“ก" -#: src/screens/Messages/ConversationSettings/prompts.tsx:98 +#: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but canโ€™t send new messages." msgstr "ๆˆๅ“กไปๅฏไปฅๆชข่ฆ–่Šๅคฉ่จ˜้Œ„๏ผŒไฝ†็„กๆณ•ๅ‚ณ้€ๆ–ฐ็š„่จŠๆฏใ€‚" @@ -7111,13 +7148,13 @@ msgstr "ๆๅŠ" msgid "Menu" msgstr "้ธๅ–ฎ" -#: src/screens/Messages/components/MessageInput.tsx:178 +#: src/screens/Messages/components/MessageInput.tsx:202 msgid "Message" msgstr "่จŠๆฏ" -#: src/screens/Messages/components/MessageComposer.tsx:218 -#: src/screens/Messages/components/MessageInput.tsx:235 -#: src/screens/Messages/components/MessageInput.web.tsx:203 +#: 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" @@ -7132,7 +7169,7 @@ msgstr "ๅ‚ณ้€่จŠๆฏ็ตฆ {0}" msgid "Message {displayName}" msgstr "ๅ‚ณ้€่จŠๆฏ็ตฆ {displayName}" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" msgstr "่จŠๆฏๅทฒๅˆช้™ค" @@ -7141,13 +7178,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "ๆˆๅŠŸๅˆช้™ค่จŠๆฏ" -#: src/components/dms/MessageItem.tsx:527 +#: src/components/dms/MessageItem.tsx:616 msgid "Message failed to send." msgstr "ๅ‚ณ้€่จŠๆฏๆ™‚็™ผ็”Ÿๅ•้กŒใ€‚" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:142 +#: src/components/dms/MessageContextMenu.tsx:152 msgid "Message from @{0}: {1}" msgstr "ไพ†่‡ช @{0} ็š„่จŠๆฏ๏ผš{1}" @@ -7156,21 +7193,21 @@ msgstr "ไพ†่‡ช @{0} ็š„่จŠๆฏ๏ผš{1}" msgid "Message from server: {0}" msgstr "ไพ†่‡ชไผบๆœๅ™จ็š„่จŠๆฏ๏ผš{0}" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/screens/Messages/components/MessageInput.tsx:176 +#: src/screens/Messages/components/MessageComposer.tsx:242 +#: src/screens/Messages/components/MessageInput.tsx:200 msgid "Message input field" msgstr "่จŠๆฏ่ผธๅ…ฅๆฌ„ไฝ" -#: src/screens/Messages/components/MessageInput.tsx:86 -#: src/screens/Messages/components/MessageInput.web.tsx:55 +#: 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:89 +#: src/screens/Messages/components/MessageComposer.tsx:107 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "่จŠๆฏๅ…งๅฎนๅคช้•ทไบ†๏ผˆ{graphemeCount}/{MAX_DM_GRAPHEME_LENGTH}๏ผ‰" -#: src/components/dms/MessageContextMenu.tsx:141 +#: src/components/dms/MessageContextMenu.tsx:151 msgid "Message options" msgstr "่จŠๆฏ้ธ้ …" @@ -7178,11 +7215,11 @@ msgstr "่จŠๆฏ้ธ้ …" msgid "Messages" msgstr "่จŠๆฏ" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:715 msgid "Messages from this person are hidden while they are blocking you." msgstr "็•ถๅฐๆ–นๅฐ้Ž–ๆ‚จๆ™‚๏ผŒๅ…ถๅ‚ณ้€็š„่จŠๆฏๅฐ‡่ขซ้šฑ่—ใ€‚" -#: src/components/dms/MessageItem.tsx:621 +#: src/components/dms/MessageItem.tsx:710 msgid "Messages from this person are hidden while you are blocking them." msgstr "็•ถๆ‚จๅฐ้Ž–ๅฐๆ–นๆ™‚๏ผŒๅ…ถๅ‚ณ้€็š„่จŠๆฏๅฐ‡่ขซ้šฑ่—ใ€‚" @@ -7219,8 +7256,8 @@ msgstr "ๅ…งๅฎน็ฎก็†่ฉณๆƒ…" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 -#: src/view/com/modals/UserAddRemoveLists.tsx:223 msgid "Moderation list by {0}" msgstr "ไพ†่‡ช {0} ็š„ๅ…งๅฎน็ฎก็†ๅˆ—่กจ" @@ -7228,7 +7265,7 @@ msgstr "ไพ†่‡ช {0} ็š„ๅ…งๅฎน็ฎก็†ๅˆ—่กจ" msgid "Moderation list by <0/>" msgstr "ไพ†่‡ช <0/> ็š„ๅ…งๅฎน็ฎก็†ๅˆ—่กจ" -#: src/view/com/modals/UserAddRemoveLists.tsx:221 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "ๆ‚จ็š„ๅ…งๅฎน็ฎก็†ๅˆ—่กจ" @@ -7281,8 +7318,8 @@ msgstr "ๆ›ดๅคš่ชž่จ€โ€ฆโ€ฆ" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:259 -#: src/view/com/profile/ProfileMenu.tsx:266 +#: src/view/com/profile/ProfileMenu.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" msgstr "ๆ›ดๅคš้ธ้ …" @@ -7302,7 +7339,7 @@ msgstr "้›ปๅฝฑ" msgid "Music" msgstr "้Ÿณๆจ‚" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" msgstr "้œ้Ÿณ" @@ -7320,8 +7357,8 @@ msgstr "้œ้Ÿณ {0}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 -#: src/view/com/profile/ProfileMenu.tsx:448 -#: src/view/com/profile/ProfileMenu.tsx:455 +#: src/view/com/profile/ProfileMenu.tsx:443 +#: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" msgstr "้œ้Ÿณๅธณ่™Ÿ" @@ -7347,7 +7384,7 @@ msgstr "้œ้Ÿณๅˆ—่กจ" msgid "Mute these accounts?" msgstr "่ฆ้œ้Ÿณ้€™ไบ›ๅธณ่™Ÿๅ—Ž๏ผŸ" -#: src/screens/Messages/ConversationSettings/index.tsx:530 +#: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" msgstr "้œ้Ÿณๆญค็พค็ต„ๅฐ่ฉฑ" @@ -7389,7 +7426,7 @@ msgstr "้œ้Ÿณๅญ—่ฉžๆˆ–ๆจ™็ฑค" msgid "Mute, leave, or remove people anytime. Itโ€™s your chat." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:532 +#: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" msgstr "ๅทฒ้œ้Ÿณ" @@ -7480,7 +7517,7 @@ msgstr "็ฎ—ไบ†๏ผŒ็‚บๆˆ‘ๅปบ็ซ‹ไธ€ๅ€‹ๅธณ่™Ÿไปฃ็ขผ" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 -#: src/view/com/profile/ProfileMenu.tsx:403 +#: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" msgstr "ๆœ€ๆ–ฐ" @@ -7490,21 +7527,21 @@ msgctxt "action" msgid "New" msgstr "ๆ–ฐๅขž" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "ไพ†่‡ช {firstAuthorLink} ็š„ๆ–ฐ{postsCount, plural, other {่ฒผๆ–‡}}" -#: 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 "ไพ†่‡ช {firstAuthorName} ็š„ๆ–ฐ{postsCount, plural, other {่ฒผๆ–‡}}" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:217 #: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:438 +#: src/screens/Messages/ChatList.tsx:219 #: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:578 +#: src/screens/Messages/ChatList.tsx:440 +#: src/screens/Messages/ChatList.tsx:561 msgid "New chat" msgstr "ๆ–ฐๅฐ่ฉฑ" @@ -7592,11 +7629,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 "ไพ†่‡ช {firstAuthorLink} ๅ’Œ<0>{additionalAuthorsCount, plural, other {ๅ…ถไป– {formattedAuthorsCount} ไบบ}}็š„ๆ–ฐ่ฒผๆ–‡ " -#: 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 "ไพ†่‡ช {firstAuthorName} ๅ’Œ{additionalAuthorsCount, plural, other {ๅ…ถไป– {formattedAuthorsCount} ไบบ}}็š„ๆ–ฐ่ฒผๆ–‡" @@ -7718,7 +7755,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 "ๆˆๅŠŸๅ–ๆถˆ่ทŸ้šจ {0}" @@ -7726,7 +7763,7 @@ msgstr "ๆˆๅŠŸๅ–ๆถˆ่ทŸ้šจ {0}" msgid "No media yet" msgstr "็›ฎๅ‰้‚„ๆฒ’ๆœ‰ไปปไฝ•ๅช’้ซ”ๅ…งๅฎน" -#: src/screens/Messages/components/ChatListItem.tsx:310 +#: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" msgstr "็›ฎๅ‰้‚„ๆฒ’ๆœ‰่จŠๆฏ" @@ -7763,7 +7800,7 @@ msgstr "ๆฒ’ๆœ‰ไบบ" msgid "No one but the author can quote this post." msgstr "ๅƒ…้™็™ผๅธƒ่€…ๅฏไปฅๅผ•็”จ้€™ๅ‰‡่ฒผๆ–‡ใ€‚" -#: src/screens/Messages/components/ChatLocked.tsx:74 +#: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" msgstr "ๆฒ’ๆœ‰ไบบๅฏไปฅๅ‚ณ้€่จŠๆฏ" @@ -7831,6 +7868,11 @@ 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" @@ -7895,7 +7937,7 @@ msgstr "ๆ‰พไธๅˆฐ" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "้‚„ๆฒ’ๆบ–ๅ‚™ๅฅฝๆŒ‰ไธ‹็™ผๅธƒๅ—Ž๏ผŸๅ…ˆๆŠŠๅฅฝ้ปžๅญๆ”ถ้€ฒ่‰็จฟ๏ผŒ้œๅพ…ๆœ€ๅฎŒ็พŽ็š„ๆ™‚ๅˆปใ€‚" -#: src/view/com/profile/ProfileMenu.tsx:545 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" msgstr "้—œๆ–ผๅˆ†ไบซ็š„ๆณจๆ„ไบ‹้ …" @@ -7931,7 +7973,7 @@ msgstr "้€š็Ÿฅ้Ÿณๆ•ˆ" #: 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:261 +#: src/view/shell/bottom-bar/BottomBar.tsx:273 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7975,7 +8017,7 @@ msgstr "ๅฅฝ็š„" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:633 +#: src/components/dms/MessageItem.tsx:722 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8008,11 +8050,11 @@ 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:862 msgid "One or more GIFs is missing alt text." msgstr "่‡ณๅฐ‘ๆœ‰ไธ€ๅผต GIF ็ผบๅฐ‘ไบ†ๆ›ฟไปฃๆ–‡ๅญ—ใ€‚" -#: src/view/com/composer/Composer.tsx:861 +#: src/view/com/composer/Composer.tsx:859 msgid "One or more images is missing alt text." msgstr "่‡ณๅฐ‘ๆœ‰ไธ€ๅผตๅœ–็‰‡็ผบๅฐ‘ไบ†ๆ›ฟไปฃๆ–‡ๅญ—ใ€‚" @@ -8024,11 +8066,11 @@ msgstr "่‡ณๅฐ‘ๆœ‰ไธ€ๅ€‹้ธๆ“‡็š„ๆช”ๆกˆ็‚บไธๆ”ฏๆด็š„ๆ ผๅผใ€‚" 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:659 +#: src/view/com/composer/Composer.tsx:657 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:871 +#: src/view/com/composer/Composer.tsx:869 msgid "One or more videos is missing alt text." msgstr "่‡ณๅฐ‘ๆœ‰ไธ€ๆฎตๅฝฑ็‰‡็ผบๅฐ‘ไบ†ๆ›ฟไปฃๆ–‡ๅญ—ใ€‚" @@ -8041,7 +8083,7 @@ msgstr "ๅชๆœ‰{0}ๅฏไปฅๅ›ž่ฆ†ใ€‚" #. 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:233 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} ๅผตๅœ–็‰‡" @@ -8053,7 +8095,7 @@ msgstr "ๅชๆœ‰็ฎก็†ๅ“กๅฏไปฅๆŽฅๅ—ๅŠ ๅ…ฅ็”ณ่ซ‹ใ€‚" msgid "Only admins can ignore join requests." msgstr "ๅชๆœ‰็ฎก็†ๅ“กๅฏไปฅๅฟฝ็•ฅๅŠ ๅ…ฅ็”ณ่ซ‹ใ€‚" -#: src/components/intents/GroupChatJoinDialog.tsx:145 +#: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." msgstr "ๅชๆœ‰่ทŸ้šจ่€…ๅฏไปฅๅŠ ๅ…ฅๆญค็พค็ต„ๅฐ่ฉฑใ€‚" @@ -8068,12 +8110,12 @@ msgid "Only image files are supported" msgstr "ๅƒ…ๆ”ฏๆดๅœ–็‰‡ๆช”ๆกˆ" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) -#: src/screens/Messages/JoinRequest.tsx:222 +#: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." msgstr "ๅชๆœ‰ {0} ่ทŸ้šจ็š„ไบบๅฏไปฅๅŠ ๅ…ฅใ€‚" #: src/components/dms/ChatInvite/Root.tsx:127 -#: src/components/intents/GroupChatJoinDialog.tsx:292 +#: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" msgstr "ๅชๆœ‰็พค็ต„ๆ“ๆœ‰่€…่ทŸ้šจ็š„ไบบๅฏไปฅๅŠ ๅ…ฅ" @@ -8107,7 +8149,7 @@ msgid "Open camera" msgstr "้–‹ๅ•Ÿ็›ธๆฉŸ" #: src/components/dms/ChatInvite/Root.tsx:104 -#: src/components/intents/GroupChatJoinDialog.tsx:437 +#: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" msgstr "้–‹ๅ•Ÿๅฐ่ฉฑ" @@ -8115,8 +8157,8 @@ msgstr "้–‹ๅ•Ÿๅฐ่ฉฑ" msgid "Open chat member options for {displayName}" msgstr "้–‹ๅ•Ÿ {displayName} ็š„ๅฐ่ฉฑๆˆๅ“ก้ธ้ …ๅˆ—่กจ" -#: src/screens/Messages/components/ChatListItem.tsx:487 #: src/screens/Messages/components/ChatListItem.tsx:491 +#: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" msgstr "้–‹ๅ•Ÿๅฐ่ฉฑ้ธ้ …" @@ -8128,9 +8170,9 @@ msgstr "้–‹ๅ•Ÿ่‰็จฟ" msgid "Open drawer menu" msgstr "้–‹ๅ•Ÿๅด้‚Š้ธๅ–ฎ" -#: src/screens/Messages/components/MessageComposer.tsx:176 -#: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:204 +#: src/screens/Messages/components/MessageInput.web.tsx:174 +#: src/view/com/composer/Composer.tsx:2158 msgid "Open emoji picker" msgstr "้–‹ๅ•Ÿ่กจๆƒ…็ฌฆ่™Ÿ้ธๆ“‡ๅ™จ" @@ -8151,7 +8193,7 @@ msgstr "้–‹ๅ•ŸๅฎŒๆ•ด่กจๆƒ…็ฌฆ่™Ÿๅˆ—่กจ" msgid "Open Germ DM" msgstr "้–‹ๅ•Ÿ Germ DM" -#: src/components/intents/GroupChatJoinDialog.tsx:430 +#: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" msgstr "้–‹ๅ•Ÿ็พค็ต„ๅฐ่ฉฑ" @@ -8166,11 +8208,11 @@ msgid "Open in Google Translate" msgstr "" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:141 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" msgstr "้–‹ๅ•Ÿ่‡ณ {niceUrl} ็š„้€ฃ็ต" -#: src/components/dms/ActionsWrapper.tsx:43 +#: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" msgstr "้–‹ๅ•Ÿ่จŠๆฏ้ธ้ …" @@ -8221,7 +8263,7 @@ msgstr "้–‹ๅ•Ÿๆ•…ไบ‹ๆ›ธ้ ้ข" msgid "Open system log" msgstr "้–‹ๅ•Ÿ็ณป็ตฑ่จ˜้Œ„" -#: src/components/intents/GroupChatJoinDialog.tsx:431 +#: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" msgstr "้–‹ๅ•Ÿๆญค็พค็ต„ๅฐ่ฉฑ" @@ -8275,13 +8317,13 @@ msgstr "้–‹ๅ•Ÿ่ฃ็ฝฎ็›ธๆฉŸ" 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ใ€‚" -#: src/screens/Messages/JoinRequest.tsx:309 +#: 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 "้–‹ๅ•Ÿๅปบ็ซ‹ๆ–ฐ็š„ Bluesky ๅธณ่™Ÿ็š„ๆต็จ‹" -#: src/screens/Messages/JoinRequest.tsx:295 +#: 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" @@ -8341,7 +8383,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 "้–‹ๅ•Ÿ้€™ๅ€‹ๅ€‹ไบบๆช”ๆกˆ" @@ -8513,6 +8555,16 @@ msgstr "่ทŸ้šจ @{0} ็š„ไบบ" msgid "People I follow" msgstr "ๆˆ‘่ทŸ้šจ็š„ไบบ" +#: src/screens/Messages/Settings.tsx:84 +msgctxt "allow group chat invites from" +msgid "People I follow" +msgstr "ๆˆ‘่ทŸ้šจ็š„ไบบ" + +#: src/screens/Messages/Settings.tsx:69 +msgctxt "allow messages from" +msgid "People I follow" +msgstr "ๆˆ‘่ทŸ้šจ็š„ไบบ" + #: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" msgstr "ๆˆ‘่ทŸ้šจ็š„ไบบๅฏไปฅ็›ดๆŽฅๅŠ ๅ…ฅ" @@ -8813,7 +8865,7 @@ msgstr "ๆ”ฟๆฒป" msgid "Porn" msgstr "่‰ฒๆƒ…" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1806 msgctxt "action" msgid "Post" msgstr "็™ผๅธƒ" @@ -8833,12 +8885,12 @@ msgstr "็™ผๅธƒไธ€ๅผต็…ง็‰‡" msgid "Post a video" msgstr "็™ผๅธƒไธ€ๆฎตๅฝฑ็‰‡" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1804 msgctxt "action" msgid "Post All" msgstr "ๅ…จ้ƒจ็™ผๅธƒ" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1468 msgid "Post anyway" msgstr "ไป็„ถ็™ผๅธƒ" @@ -9015,11 +9067,11 @@ msgstr "้šฑ็งๆฌŠๆ”ฟ็ญ–" msgid "Privacy violation of a minor" msgstr "ไพต็Šฏๆœชๆˆๅนด่€…้šฑ็ง" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2592 msgid "Processing GIF..." msgstr "ๆญฃๅœจ่™•็† GIFโ€ฆโ€ฆ" -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2594 msgid "Processing video..." msgstr "ๆญฃๅœจ่™•็†ๅฝฑ็‰‡โ€ฆโ€ฆ" @@ -9031,7 +9083,7 @@ msgstr "่™•็†ไธญโ€ฆโ€ฆ" msgid "profile" msgstr "ๅ€‹ไบบๆช”ๆกˆ" -#: src/view/shell/bottom-bar/BottomBar.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:316 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9065,22 +9117,22 @@ 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:1790 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:1785 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:1774 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:1779 msgid "Publish reply" msgstr "็™ผๅธƒๅ›ž่ฆ†" @@ -9109,7 +9161,7 @@ msgid "QR code has been downloaded!" msgstr "ๆˆๅŠŸไธ‹่ผ‰ QR Code๏ผ" #: src/components/StarterPack/QrCodeDialog.tsx:122 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:100 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" msgstr "QR Code ๅทฒๅ„ฒๅญ˜่‡ณๆ‚จ็š„่ฃ็ฝฎ็›ธ็ฐฟ๏ผ" @@ -9172,8 +9224,8 @@ msgstr "้‡ๆ–ฐๅ•Ÿ็”จ้€ฃ็ต" msgid "React with {emoji}" msgstr "ไฝฟ็”จ {emoji} ๅšๅ‡บๅๆ‡‰" -#: src/components/dms/ReactionsDialog.tsx:66 -#: src/components/dms/ReactionsDialog.tsx:94 +#: src/components/dms/ReactionsDialog.tsx:70 +#: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" msgstr "ๅๆ‡‰" @@ -9268,10 +9320,6 @@ msgstr "ๆŽจ่–ฆ" msgid "Reconnect" msgstr "้‡ๆ–ฐ้€ฃ็ทš" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:80 -msgid "Refresh the page to see it." -msgstr "้‡ๆ–ฐๆ•ด็†ไปฅ้กฏ็คบ่ฉฒๅ…งๅฎนใ€‚" - #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" @@ -9291,12 +9339,14 @@ msgstr "ๆ‹’็ต•ๅฐ่ฉฑ้‚€่ซ‹" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/ChatList.tsx:408 #: src/screens/Messages/Inbox.tsx:213 msgid "Reload conversations" msgstr "้‡ๆ–ฐ่ผ‰ๅ…ฅๅฐ่ฉฑ" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:181 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:326 #: src/components/dialogs/MutedWords.tsx:457 #: src/components/dialogs/StarterPackDialog.tsx:376 #: src/components/dialogs/StarterPackDialog.tsx:386 @@ -9305,10 +9355,9 @@ msgstr "้‡ๆ–ฐ่ผ‰ๅ…ฅๅฐ่ฉฑ" #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 #: src/screens/Bookmarks/index.tsx:265 #: src/screens/Messages/ConversationSettings/Member.tsx:162 -#: src/screens/Messages/ConversationSettings/prompts.tsx:170 +#: src/screens/Messages/ConversationSettings/prompts.tsx:178 #: src/screens/Moderation/index.tsx:477 #: src/screens/Settings/Settings.tsx:673 -#: src/view/com/modals/UserAddRemoveLists.tsx:236 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" msgstr "ๅˆช้™ค" @@ -9326,7 +9375,7 @@ msgstr "ๅพžๆ‚จ็š„ๆ–ฐๆ‰‹ๅŒ…ๅˆช้™ค {displayName}" msgid "Remove {displayName} from this group chat" msgstr "ๆŠŠ {displayName} ๅพžๆญค็พค็ต„็งป้™ค" -#: src/screens/Messages/ConversationSettings/prompts.tsx:168 +#: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" msgstr "" @@ -9443,14 +9492,14 @@ msgstr "ๅฐ‡้€™ๅ€‹ๅ‹•ๆ…‹ๆบๅพžๅทฒๅ„ฒๅญ˜็š„ๅ‹•ๆ…‹ๆบไธญๅˆช้™ค" msgid "Remove unavailable moderation services" msgstr "ๅˆช้™ค็„กๆณ•ไฝฟ็”จ็š„ๅ…งๅฎน็ฎก็†ๆœๅ‹™" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:167 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" msgstr "ๅพžๅˆ—่กจไธญๅˆช้™ค็”จๆˆถ" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:421 -#: src/view/com/profile/ProfileMenu.tsx:424 +#: src/view/com/profile/ProfileMenu.tsx:416 +#: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" msgstr "ๆ’คๅ›ž้ฉ—่ญ‰" @@ -9466,8 +9515,8 @@ msgstr "ๅทฒ่ขซ็™ผๅธƒ่€…ๅˆช้™ค" msgid "Removed by you" msgstr "็”ฑๆ‚จๅˆช้™ค" -#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:124 -#: src/view/com/modals/UserAddRemoveLists.tsx:171 +#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" msgstr "ๆˆๅŠŸๅพžๅˆ—่กจไธญๅˆช้™ค" @@ -9535,6 +9584,14 @@ msgctxt "description" msgid "Replied to you" msgstr "ๅฐๆ‚จๅ›ž่ฆ†" +#: src/components/dms/MessageItem.tsx:883 +msgid "Replied-to message from {senderName}, tap to scroll to it" +msgstr "" + +#: src/components/dms/MessageItem.tsx:884 +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 @@ -9552,7 +9609,12 @@ msgstr "ๅทฒ้—œ้–‰ๅ›ž่ฆ†" msgid "Replies to this post are disabled." msgstr "้€™ๅ‰‡่ฒผๆ–‡็š„ๅ›ž่ฆ†ๅทฒ้—œ้–‰ใ€‚" -#: src/view/com/composer/Composer.tsx:1804 +#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:170 +msgid "Reply" +msgstr "ๅ›ž่ฆ†" + +#: src/view/com/composer/Composer.tsx:1802 msgctxt "action" msgid "Reply" msgstr "ๅ›ž่ฆ†" @@ -9590,14 +9652,14 @@ msgstr "ๆˆๅŠŸๆ›ดๆ–ฐๅ›ž่ฆ†ๅฏ่ฆ‹ๅบฆ" msgid "Reply was successfully hidden" msgstr "ๆˆๅŠŸ้šฑ่—ๅ›ž่ฆ†" -#: src/components/dms/MessageContextMenu.tsx:189 +#: src/components/dms/MessageContextMenu.tsx:205 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 -#: src/screens/Messages/ConversationSettings/index.tsx:582 +#: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" msgstr "ๆชข่ˆ‰" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:491 +#: src/view/com/profile/ProfileMenu.tsx:483 +#: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" msgstr "ๆชข่ˆ‰ๅธณ่™Ÿ" @@ -9623,7 +9685,7 @@ msgstr "ๆชข่ˆ‰ๅ‹•ๆ…‹ๆบ" msgid "Report list" msgstr "ๆชข่ˆ‰ๅˆ—่กจ" -#: src/components/dms/MessageContextMenu.tsx:186 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Report message" msgstr "ๆชข่ˆ‰่จŠๆฏ" @@ -9657,7 +9719,7 @@ msgstr "ๆชข่ˆ‰ๆญคๅฐ่ฉฑ" msgid "Report this feed" msgstr "ๆชข่ˆ‰้€™ๅ€‹ๅ‹•ๆ…‹ๆบ" -#: src/screens/Messages/ConversationSettings/index.tsx:581 +#: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" msgstr "ๆชข่ˆ‰ๆญค็พค็ต„ๅฐ่ฉฑ" @@ -9737,7 +9799,7 @@ msgstr "่ฝ‰็™ผ้€™ๅ‰‡่ฒผๆ–‡" msgid "Reposts of your reposts" msgstr "่ฝ‰็™ผๆ‚จ่ฝ‰็™ผ็š„่ฒผๆ–‡" -#: src/components/intents/GroupChatJoinDialog.tsx:447 +#: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" msgstr "็”ณ่ซ‹ๅŠ ๅ…ฅ็พค็ต„ๅฐ่ฉฑ" @@ -9755,7 +9817,7 @@ msgid "Request ignored." msgstr "ๅทฒๅฟฝ็•ฅ็”ณ่ซ‹ใ€‚" #: src/components/dms/ChatInvite/Root.tsx:117 -#: src/components/intents/GroupChatJoinDialog.tsx:281 +#: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" msgstr "็”ณ่ซ‹ๅŠ ๅ…ฅ" @@ -9764,7 +9826,7 @@ msgid "Requested" msgstr "ๅทฒ้€ๅ‡บ็”ณ่ซ‹" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:26 +#: src/screens/Messages/components/InboxRequests.tsx:27 msgid "Requests" msgstr "้‚€่ซ‹" @@ -9791,9 +9853,9 @@ msgstr "ๆญคๆœๅ‹™ๆไพ›่€…่ฆๆฑ‚ๅฟ…ๅกซ" msgid "Required in your region" msgstr "ๆ‚จๆ‰€ๅœจ็š„ๅ€ๅŸŸ่ฆๆฑ‚ๅฟ…ๅกซ" -#: src/components/intents/GroupChatJoinDialog.tsx:296 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:119 -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:310 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:115 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:117 msgid "Rescind request" msgstr "ๆ’ค้Šท็”ณ่ซ‹" @@ -9872,7 +9934,7 @@ msgstr "้‡ๆ–ฐๅŸท่กŒไธŠไธ€ๅ€‹ๅ‡บ็พ้Œฏ่ชค็š„ๅ‹•ไฝœ" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:412 +#: src/screens/Messages/ChatList.tsx:413 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:218 #: src/screens/Messages/JoinRequests.tsx:361 @@ -9928,7 +9990,7 @@ msgstr "ๅ‚ทๅฟƒ GIFs" #: src/components/StarterPack/QrCodeDialog.tsx:210 #: src/features/liveNow/components/EditLiveDialog.tsx:204 #: src/features/liveNow/components/EditLiveDialog.tsx:211 -#: src/screens/Messages/ConversationSettings/prompts.tsx:74 +#: src/screens/Messages/ConversationSettings/prompts.tsx:82 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 #: src/screens/SavedFeeds.tsx:124 @@ -9953,22 +10015,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:1449 #: 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:1421 #: 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:1449 #: 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:1423 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "ๅ„ฒๅญ˜่‰็จฟ๏ผŸ" @@ -10022,13 +10084,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:208 -#: src/screens/Messages/ChatList.tsx:429 +#: src/screens/Messages/ChatList.tsx:209 +#: src/screens/Messages/ChatList.tsx:430 msgid "Say hi to someone" msgstr "่ฉฆ่‘—่ทŸๆŸไบบๆ‰“ๅ€‹ๆ‹›ๅ‘ผๅง" @@ -10058,6 +10120,10 @@ msgstr "ๅ‘ๅทฆๆฒๅ‹•" msgid "Scroll right" msgstr "ๅ‘ๅณๆฒๅ‹•" +#: src/components/dms/MessageItem.tsx:774 +msgid "Scroll to the message this is replying to" +msgstr "" + #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "ๆฒๅ‹•ๅˆฐ้ ‚้ƒจ" @@ -10067,7 +10133,7 @@ msgstr "ๆฒๅ‹•ๅˆฐ้ ‚้ƒจ" #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 +#: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "ๆœๅฐ‹" @@ -10148,8 +10214,8 @@ msgstr "ๆœๅฐ‹่ชž่จ€" msgid "Search my posts" msgstr "ๆœๅฐ‹ๆˆ‘็š„่ฒผๆ–‡" -#: src/view/com/profile/ProfileMenu.tsx:306 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" msgstr "ๆœๅฐ‹่ฒผๆ–‡" @@ -10425,8 +10491,8 @@ msgstr "ๆไบค้Œฏ่ชคๅ ฑๅ‘Š" msgid "Send feedback" msgstr "ๆไบคๆ„่ฆ‹" -#: src/screens/Messages/components/MessageComposer.tsx:288 -#: src/screens/Messages/components/MessageInput.web.tsx:225 +#: src/screens/Messages/components/MessageComposer.tsx:316 +#: src/screens/Messages/components/MessageInput.web.tsx:251 msgid "Send message" msgstr "้‡้€่จŠๆฏ" @@ -10460,7 +10526,7 @@ msgid "Send via direct message" msgstr "้€้Ž็งไบบ่จŠๆฏๅ‚ณ้€" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:150 +#: src/components/dms/MessageContextMenu.tsx:161 msgid "Sent at {0}" msgstr "ๅ‚ณ้€ๆ–ผ {0}" @@ -10565,7 +10631,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 @@ -10577,7 +10643,7 @@ msgstr "ๆ€งๆš—็คบ" msgid "Share" msgstr "ๅˆ†ไบซ" -#: src/view/com/profile/ProfileMenu.tsx:548 +#: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" msgstr "ไป็„ถๅˆ†ไบซ" @@ -10641,8 +10707,8 @@ msgstr "ๅˆ†ไบซ้€™ๅ€‹ๆ–ฐๆ‰‹ๅŒ…๏ผŒไปฅๅ”ๅŠฉไป–ไบบ่žๅ…ฅๆ‚จๅœจ Bluesky ไธŠ็š„็คพ็พค #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:166 #: src/screens/StarterPack/StarterPackScreen.tsx:638 #: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/view/com/profile/ProfileMenu.tsx:285 -#: src/view/com/profile/ProfileMenu.tsx:297 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." msgstr "ๅˆ†ไบซๅˆฐโ€ฆโ€ฆ" @@ -10796,15 +10862,15 @@ msgstr "้กฏ็คบๅ…งๅฎน" #: src/screens/Login/LoginForm.tsx:179 #: src/screens/Login/LoginForm.tsx:350 #: src/screens/Login/LoginForm.tsx:356 -#: src/screens/Messages/JoinRequest.tsx:294 -#: src/screens/Messages/JoinRequest.tsx:300 +#: src/screens/Messages/JoinRequest.tsx:290 +#: src/screens/Messages/JoinRequest.tsx:296 #: src/screens/Search/SearchResults.tsx:316 #: 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:343 -#: src/view/shell/bottom-bar/BottomBar.tsx:348 +#: src/view/shell/bottom-bar/BottomBar.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:358 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10830,7 +10896,7 @@ msgstr "็™ปๅ…ฅๆˆ–ๅปบ็ซ‹ๅธณ่™Ÿ" msgid "Sign in or create your account to join the conversation!" msgstr "็™ปๅ…ฅๆˆ–ๅปบ็ซ‹ๆ‚จ็š„ๅธณ่™ŸๅณๅฏๅŠ ๅ…ฅๅฐ่ฉฑ๏ผ" -#: src/screens/Messages/JoinRequest.tsx:220 +#: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." msgstr "็™ปๅ…ฅไปฅๆŽฅๅ—้‚€่ซ‹ใ€‚" @@ -10842,7 +10908,7 @@ msgstr "็™ปๅ…ฅๆœชๅˆ—ๅ‡บ็š„ๅธณ่™Ÿ" msgid "Sign in to Bluesky or create a new account" msgstr "็™ปๅ…ฅ Bluesky ๆˆ–ๅปบ็ซ‹ๆ–ฐ็š„ๅธณ่™Ÿ" -#: src/screens/Messages/JoinRequest.tsx:219 +#: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." msgstr "็™ปๅ…ฅไปฅ็”ณ่ซ‹ๅŠ ๅ…ฅๆญค็พค็ต„ๅฐ่ฉฑใ€‚" @@ -10900,7 +10966,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:1466 msgid "Skip empty posts?" msgstr "่ทณ้Ž็ฉบ็™ฝ่ฒผๆ–‡๏ผŸ" @@ -10971,12 +11037,12 @@ msgid "Someone left the group" msgstr "ๆŸไบบ้›ข้–‹ไบ†็พค็ต„" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:266 +#: src/components/dms/MessageItem.tsx:347 msgid "Someone reacted {0}" msgstr "ๆœ‰ไบบๅšๅ‡บไบ† {0} ๅๆ‡‰" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:47 +#: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" msgstr "ๆœ‰ไบบๅฐ {target} ๅšๅ‡บไบ† {0} ๅๆ‡‰" @@ -10996,10 +11062,6 @@ msgstr "ๆŸไบบ่ขซ็งปๅ‡บไบ†" msgid "Someone was removed from the group" msgstr "ๆŸไบบๅทฒ่ขซ็งปๅ‡บ็พค็ต„" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:48 -msgid "Something new is here" -msgstr "้€™่ฃกๆœ‰ๆ–ฐ็š„ๆฑ่ฅฟ" - #: 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 "ๆ‚จ็›ฎๅ‰ๆไบค็š„ๆชข่ˆ‰ๅ…งๅฎนๅฏ่ƒฝๆœ‰่ชค๏ผŒ่ซ‹่ฏ็ตกๆ”ฏๆดไปฅๅ–ๅพ—ๅ”ๅŠฉใ€‚" @@ -11043,8 +11105,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 "ๆŠฑๆญ‰๏ผๆ‚จ็š„็™ปๅ…ฅ้šŽๆฎตๅทฒ้ŽๆœŸใ€‚่ซ‹้‡ๆ–ฐ็™ปๅ…ฅใ€‚" @@ -11214,13 +11276,13 @@ msgid "Subscribe" msgstr "ๅฅ—็”จ" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:425 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:454 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" msgstr "่จ‚้–ฑ {0}" #. placeholder {0}: highlightedPublisher.name -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:453 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" msgstr "่จ‚้–ฑ {0} ็š„ {publicationTitle}" @@ -11255,7 +11317,7 @@ msgstr "ๅฎŒๆˆ" msgid "Success!" msgstr "ๅฎŒๆˆ๏ผ" -#: src/components/intents/GroupChatJoinDialog.tsx:121 +#: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" msgstr "ๆˆๅŠŸๅŠ ๅ…ฅ็พค็ต„ๅฐ่ฉฑ๏ผ" @@ -11355,7 +11417,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:572 +#: src/components/dms/MessageItem.tsx:661 msgid "Tap for details" msgstr "่ผ•่งธไปฅ็žญ่งฃ่ฉณ็ดฐ่ณ‡่จŠ" @@ -11390,7 +11452,7 @@ msgid "Tap to dismiss" msgstr "่ผ•่งธไปฅ่ทณ้Ž" #: src/components/dms/ChatInvite/Root.tsx:140 -#: src/components/intents/GroupChatJoinDialog.tsx:453 +#: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" msgstr "่ผ•่งธไปฅ็ซ‹ๅณๅŠ ๅ…ฅๆญค็พค็ต„ๅฐ่ฉฑ" @@ -11398,34 +11460,34 @@ msgstr "่ผ•่งธไปฅ็ซ‹ๅณๅŠ ๅ…ฅๆญค็พค็ต„ๅฐ่ฉฑ" msgid "Tap to open this group chat" msgstr "่ผ•่งธไปฅ้–‹ๅ•Ÿๆญค็พค็ต„ๅฐ่ฉฑ" -#: src/components/dms/ReactionsDialog.tsx:196 +#: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" msgstr "่ผ•่งธไปฅๆ”ถๅ›ž" #. placeholder {0}: reaction.value -#: src/components/dms/ReactionsDialog.tsx:212 +#: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" msgstr "่ผ•่งธไปฅๆ”ถๅ›žๆ‚จ็š„ {0} ๅๆ‡‰" #: src/components/dms/ChatInvite/Root.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:452 +#: src/components/intents/GroupChatJoinDialog.tsx:468 msgid "Tap to request access to join this group chat" msgstr "่ผ•่งธไปฅ็”ณ่ซ‹ๅŠ ๅ…ฅๆญค็พค็ต„ๅฐ่ฉฑ" -#: src/components/dms/MessageItem.tsx:537 +#: src/components/dms/MessageItem.tsx:626 msgid "Tap to retry" msgstr "่ผ•่งธไปฅ้‡่ฉฆ" #. placeholder {0}: tab.value -#: src/components/dms/ReactionsDialog.tsx:358 +#: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" msgstr "่ผ•่งธไปฅ้กฏ็คบ {0} ๅๆ‡‰" -#: src/components/dms/ReactionsDialog.tsx:357 +#: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" msgstr "่ผ•่งธไปฅ้กฏ็คบๆ‰€ๆœ‰ๅๆ‡‰" -#: src/components/dms/MessageItem.tsx:289 +#: src/components/dms/MessageItem.tsx:373 msgid "Tap to view reactions" msgstr "่ผ•่งธไปฅ้กฏ็คบๅๆ‡‰" @@ -11528,7 +11590,7 @@ msgstr "ๅฐฑ้€™ไบ›ไบ†๏ผ" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:438 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." msgstr "่งฃ้™คๅฐ้Ž–ๅพŒ๏ผŒ่ฉฒๅธณ่™Ÿๅฐ‡่ƒฝๅค ้‡ๆ–ฐ่ˆ‡ๆ‚จ้€ฒ่กŒไบ’ๅ‹•ใ€‚" @@ -11594,7 +11656,7 @@ msgstr "ไปฅไธ‹่จญๅฎšๅฐ‡่‡ชๅ‹•ๅฅ—็”จๅˆฐๆ–ฐ็š„่ฒผๆ–‡ใ€‚ๆ‚จไนŸๅฏไปฅ้‡ๅฐๅ€‹ๅˆฅ่ฒผ msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." msgstr "ๅ—้™ๆ–ผๆ‚จๆ‰€ๅœจๅœฐๅ€็š„ๆณ•ๅพ‹่ฆๅฎš๏ผŒๆ‚จๅฟ…้ ˆๅœจ่ญ‰ๆ˜ŽๅทฒๆˆๅนดๅพŒๆ‰่ƒฝไฝฟ็”จ้ƒจๅˆ†ๅŠŸ่ƒฝใ€‚่ผ•่งธไปฅ็žญ่งฃ่ฉณๆƒ…ใ€‚" -#: src/components/intents/GroupChatJoinDialog.tsx:155 +#: src/components/intents/GroupChatJoinDialog.tsx:165 #: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." msgstr "ๅทฒ้”ๅˆฐ็พค็ต„ๆˆๅ“กไธŠ้™ใ€‚" @@ -11621,7 +11683,7 @@ msgstr "ไผบๆœๅ™จไผผไนŽ้‡ๅˆฐๅ•้กŒใ€‚่ซ‹็จๅพŒๅ†่ฉฆใ€‚" msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "ๆ‚จ่ฆๆชข่ฆ–็š„ๆ–ฐๆ‰‹ๅŒ…ๅทฒๅคฑๆ•ˆใ€‚ๆ‚จๅฏไปฅ่€ƒๆ…ฎๅˆช้™ค้€™ๅ€‹ๆ–ฐๆ‰‹ๅŒ…ใ€‚" -#: src/components/ContextMenu/index.tsx:500 +#: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" msgstr "ๅ…งๅฎน้ธๅ–ฎๅฐๆ‡‰็š„่ฉฑ้กŒ" @@ -11665,8 +11727,8 @@ msgid "There was a problem loading GIFs. Check your connection and try again." msgstr "่ผ‰ๅ…ฅ GIFs ๆ™‚็™ผ็”Ÿๅ•้กŒใ€‚่ซ‹ๆชขๆŸฅๆ‚จ็š„็ถฒ่ทฏ้€ฃ็ทš็‹€ๆ…‹ๅพŒๅ†่ฉฆไธ€ๆฌกใ€‚" #: src/components/contacts/screens/GetContacts.tsx:147 -#: src/components/intents/GroupChatJoinDialog.tsx:139 -#: src/components/intents/GroupChatJoinDialog.tsx:182 +#: 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 "ๆ‚จ็š„็ถฒ่ทฏ้€ฃ็ทš็™ผ็”Ÿไบ†ไธ€ไบ›ๅ•้กŒ๏ผŒ่ซ‹ๅ†่ฉฆไธ€ๆฌก" @@ -11693,7 +11755,7 @@ msgstr "ๅ–ๅพ—้€š็Ÿฅๆ™‚็™ผ็”Ÿๅ•้กŒ๏ผŒๆŒ‰้€™่ฃก้‡่ฉฆใ€‚" msgid "There was an issue fetching posts. Tap here to try again." msgstr "ๅ–ๅพ—่ฒผๆ–‡ๆ™‚็™ผ็”Ÿๅ•้กŒ๏ผŒๆŒ‰้€™่ฃก้‡่ฉฆใ€‚" -#: src/view/com/lists/ListMembers.tsx:159 +#: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." msgstr "ๅ–ๅพ—ๅˆ—่กจๆ™‚็™ผ็”Ÿๅ•้กŒ๏ผŒๆŒ‰้€™่ฃก้‡่ฉฆใ€‚" @@ -11733,12 +11795,12 @@ msgstr "ๆ›ดๆ–ฐๅ‹•ๆ…‹ๆบๆ™‚็™ผ็”Ÿๅ•้กŒ๏ผŒ่ซ‹ๆชขๆŸฅๆ‚จ็š„็ถฒ่ทฏ้€ฃ็ทš็‹€ๆ…‹ๅพŒๅ† #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:304 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:320 -#: src/view/com/profile/ProfileMenu.tsx:152 -#: src/view/com/profile/ProfileMenu.tsx:165 -#: src/view/com/profile/ProfileMenu.tsx:182 -#: src/view/com/profile/ProfileMenu.tsx:195 -#: src/view/com/profile/ProfileMenu.tsx:211 -#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/profile/ProfileMenu.tsx:144 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:174 +#: src/view/com/profile/ProfileMenu.tsx:187 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" msgstr "็™ผ็”Ÿๅ•้กŒ๏ผ{0}" @@ -11778,7 +11840,7 @@ msgstr "้€™ไบ›่จญๅฎšๅชๆœƒๅฝฑ้Ÿฟใ€ŒFollowingใ€๏ผˆ่ทŸ้šจไธญ๏ผ‰ๅ‹•ๆ…‹ๆบใ€‚" msgid "They own this chat" msgstr "" -#: src/screens/Messages/ConversationSettings/prompts.tsx:169 +#: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They wonโ€™t be able to rejoin unless you invite them again." msgstr "" @@ -11828,22 +11890,22 @@ msgstr "่ฉฒไฝœ่€…ๅทฒ้™ๅˆถๅƒ…้™ๅทฒ็™ปๅ…ฅ็”จๆˆถๅฏไปฅๆชข่ฆ–ๅ…ถ่ฒผๆ–‡ใ€‚" 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 "้€™ๅ€‹ๆŒ‰้ˆ•ๅฏ่ฎ“ๅ…ถไป–ไบบ้–‹ๅ•Ÿ Germ DM ๆ‡‰็”จ็จ‹ๅผๅ‚ณ้€่จŠๆฏ็ตฆๆ‚จใ€‚ๆ‚จๅฏไปฅ้€้Ž Germ DM ๆ‡‰็”จ็จ‹ๅผ็ฎก็†ๆญคๆŒ‰้ˆ•็š„้กฏ็คบ็‹€ๆ…‹๏ผŒๆˆ–่€…้ปž้ธไธ‹ๆ–นๆŒ‰้ˆ•ไปฅ่งฃ้™คๆ‚จ็š„ Bluesky ๅธณ่™Ÿ่ˆ‡ Germ DM ไน‹้–“็š„้€ฃ็ตใ€‚" -#: src/screens/Messages/components/ChatEnded.tsx:49 +#: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" msgstr "ๆญคๅฐ่ฉฑๅทฒ็ตๆŸ" #: src/components/dms/ChatInvite/Root.tsx:122 -#: src/components/intents/GroupChatJoinDialog.tsx:287 +#: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" msgstr "ๆญคๅฐ่ฉฑๅทฒๆปฟๅ“ก" -#: src/screens/Messages/components/ChatListItem.tsx:373 -#: src/screens/Messages/components/ChatLocked.tsx:70 +#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "ๆญคๅฐ่ฉฑๅทฒ้Ž–ๅฎš" #: src/screens/Messages/components/ChatLocked.tsx:45 -#: src/screens/Messages/ConversationSettings/index.tsx:430 +#: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" msgstr "" @@ -11881,7 +11943,7 @@ msgstr "็”ฑๆ–ผไป–ๅ€‘ไน‹ไธญๆœ‰ไธ€ไบบๅฐ้Ž–ไบ†ๅฐๆ–น๏ผŒๅฐŽ่‡ด็„กๆณ•ๆชข่ฆ–้€™้ …ๅ…ง msgid "This content is not viewable without a Bluesky account." msgstr "้€™้ …ๅ…งๅฎน้œ€่ฆ็™ปๅ…ฅ Bluesky ๅธณ่™Ÿๆ‰่ƒฝๆชข่ฆ–ใ€‚" -#: src/components/intents/GroupChatJoinDialog.tsx:141 +#: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." msgstr "ๆญคๅฐ่ฉฑๅทฒ้Ž–ๅฎšใ€‚" @@ -11931,7 +11993,7 @@ msgstr "้€™ๅ€‹ๅ‹•ๆ…‹ๆบ็ฉบ็ฉบๅฆ‚ไนŸใ€‚" msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "้€™ๅ€‹ๅ‹•ๆ…‹ๆบๅทฒ็ถ“ไธๅ†ๆไพ›ๆœๅ‹™ใ€‚ๆˆ‘ๅ€‘ๅฐ‡ๆ”น็‚บ้กฏ็คบใ€Œ<0>Discoverใ€ๅ‹•ๆ…‹ๆบใ€‚" -#: src/screens/Messages/components/ChatLocked.tsx:73 +#: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" msgstr "" @@ -11947,11 +12009,11 @@ msgstr "็„กๆณ•ไฝฟ็”จ้€™ๅผตๅœ–็‰‡ใ€‚่ซ‹ๆ”น็”จๅ…ถไป–ๆ ผๅผ็š„ๆช”ๆกˆ๏ผŒไพ‹ๅฆ‚ .jpg msgid "This information is private and not shared with other users." msgstr "้€™้ …่ณ‡่จŠๅฐ‡ไธๆœƒๅˆ†ไบซ็ตฆๅ…ถไป–็”จๆˆถใ€‚" -#: src/components/intents/GroupChatJoinDialog.tsx:151 +#: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." msgstr "ๆญค้‚€่ซ‹้€ฃ็ตๅทฒๅœ็”จใ€‚" -#: src/components/intents/GroupChatJoinDialog.tsx:223 +#: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" msgstr "ๆญค้‚€่ซ‹้€ฃ็ต็„กๆ•ˆ" @@ -11997,17 +12059,17 @@ msgstr "ๆญคๅˆ—่กจ็”ฑๆ‚จๅปบ็ซ‹๏ผŒๅ…ถๅ็จฑๆˆ–่ชชๆ˜ŽไธญๅŒ…ๅซๅฏ่ƒฝ้•ๅ Bluesky msgid "This list is empty." msgstr "้€™ๅ€‹ๅˆ—่กจๆ˜ฏ็ฉบ็š„ใ€‚" -#: src/screens/Messages/components/ChatListItem.tsx:334 +#: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:570 -#: src/components/dms/MessageItem.tsx:599 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:688 msgid "This message is hidden because this user is blocking you." msgstr "ๆญค่จŠๆฏๅทฒ้šฑ่—๏ผŒๅ› ็‚บๆญค็”จๆˆถๅฐ้Ž–ไบ†ๆ‚จใ€‚" -#: src/components/dms/MessageItem.tsx:569 -#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:658 +#: src/components/dms/MessageItem.tsx:684 msgid "This message is hidden because you are blocking this user." msgstr "ๆญค่จŠๆฏๅทฒ้šฑ่—๏ผŒๅ› ็‚บๆ‚จๅฐ้Ž–ไบ†ๆญค็”จๆˆถใ€‚" @@ -12045,11 +12107,11 @@ 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:1041 msgid "This post's author has disabled quote posts." msgstr "้€™ๅ‰‡่ฒผๆ–‡็š„็™ผๅธƒ่€…ๆ‹’็ต•ๅผ•็”จ่ฒผๆ–‡ใ€‚" -#: src/view/com/profile/ProfileMenu.tsx:546 +#: 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 "ๆญคๅ€‹ไบบๆช”ๆกˆๅƒ…้™ๅทฒ็™ปๅ…ฅ็”จๆˆถๅฏไปฅๆชข่ฆ–ใ€‚ๆœช็™ปๅ…ฅ่€…ๅ‰‡็„กๆณ•ๆŸฅ็œ‹ใ€‚" @@ -12242,8 +12304,8 @@ msgstr "็†ฑ้–€ๅ›ž่ฆ†ๅ„ชๅ…ˆ" msgid "Topic" msgstr "่ฉฑ้กŒ" -#: src/components/dms/MessageContextMenu.tsx:158 -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:179 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12313,7 +12375,7 @@ msgctxt "action" msgid "Try again" msgstr "ๅ†่ฉฆไธ€ๆฌก" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." msgstr "" @@ -12335,7 +12397,7 @@ msgstr "้›ป่ฆ–็ฏ€็›ฎ" msgid "Two-factor authentication (2FA)" msgstr "้›™้‡้ฉ—่ญ‰ (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:177 +#: src/screens/Messages/components/MessageInput.tsx:201 msgid "Type your message here" msgstr "ๅœจ้€™่ฃก่ผธๅ…ฅ่จŠๆฏ" @@ -12401,7 +12463,7 @@ msgstr "็›ฎๅ‰็„กๆณ•ไฝฟ็”จ" msgid "Unavailable feed information" msgstr "็„กๆณ•ๅ–ๅพ—ๅ‹•ๆ…‹ๆบ่ณ‡่จŠ" -#: src/components/dms/MessageItem.tsx:637 +#: src/components/dms/MessageItem.tsx:726 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12409,14 +12471,14 @@ msgstr "็„กๆณ•ๅ–ๅพ—ๅ‹•ๆ…‹ๆบ่ณ‡่จŠ" #: src/components/moderation/BlockDialog.tsx:211 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:381 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:443 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:447 #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" msgstr "่งฃ้™คๅฐ้Ž–" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" msgstr "่งฃ้™คๅฐ้Ž–" @@ -12427,8 +12489,8 @@ msgstr "่งฃ้™คๅฐ้Ž– {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:468 -#: src/view/com/profile/ProfileMenu.tsx:474 +#: src/view/com/profile/ProfileMenu.tsx:463 +#: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" msgstr "่งฃ้™คๅฐ้Ž–ๅธณ่™Ÿ" @@ -12437,7 +12499,7 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:436 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" msgstr "่ฆ่งฃ้™คๅฐ้Ž–ๅ—Ž๏ผŸ" @@ -12474,12 +12536,12 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "ๅ–ๆถˆ่ฝ‰็™ผ๏ผˆ{0, plural, other {# ๅ‰‡่ฝ‰็™ผ}}๏ผ‰" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:412 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" msgstr "ๅ–ๆถˆ่ทŸ้šจ {0}" -#: src/view/com/profile/ProfileMenu.tsx:325 -#: src/view/com/profile/ProfileMenu.tsx:334 +#: src/view/com/profile/ProfileMenu.tsx:320 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" msgstr "ๅ–ๆถˆ่ทŸ้šจๅธณ่™Ÿ" @@ -12521,11 +12583,11 @@ msgstr "ๅ–ๆถˆๅ–œๆญก" msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "ๅ–ๆถˆๅ–œๆญก๏ผˆ{0, plural, other {# ๅ€‹ๅ–œๆญก}}๏ผ‰" -#: src/screens/Messages/components/ChatLocked.tsx:92 +#: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" msgstr "่งฃ้™ค้Ž–ๅฎšๅฐ่ฉฑ" -#: src/screens/Messages/ConversationSettings/index.tsx:567 +#: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" msgstr "่งฃ้™ค้Ž–ๅฎšๆญค็พค็ต„ๅฐ่ฉฑ" @@ -12548,8 +12610,8 @@ msgstr "ๅ–ๆถˆ้œ้Ÿณ {0}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 -#: src/view/com/profile/ProfileMenu.tsx:447 -#: src/view/com/profile/ProfileMenu.tsx:453 +#: src/view/com/profile/ProfileMenu.tsx:442 +#: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" msgstr "ๅ–ๆถˆ้œ้Ÿณๅธณ่™Ÿ" @@ -12562,7 +12624,7 @@ msgstr "ๅ–ๆถˆ้œ้Ÿณๅฐ่ฉฑ" msgid "Unmute list" msgstr "ๅ–ๆถˆ้œ้Ÿณๅˆ—่กจ" -#: src/screens/Messages/ConversationSettings/index.tsx:529 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" msgstr "ๅ–ๆถˆ้œ้Ÿณๆญค็พค็ต„ๅฐ่ฉฑ" @@ -12641,7 +12703,7 @@ msgstr "ๆˆๅŠŸๅ–ๆถˆๅฅ—็”จๅˆ—่กจ" msgid "Unsupported clipboard content" msgstr "ไธๆ”ฏๆด็š„ๅ‰ช่ฒผ็ฐฟๅ…งๅฎน" -#: src/view/com/composer/Composer.tsx:1557 +#: src/view/com/composer/Composer.tsx:1555 msgid "Unsupported video type: {mimeType}" msgstr "ไธๆ”ฏๆด็š„ๅฝฑ็‰‡้กžๅž‹๏ผš{mimeType}" @@ -12654,13 +12716,10 @@ msgstr "" msgid "Update" msgstr "ๆ›ดๆ–ฐ" -#: src/view/com/modals/UserAddRemoveLists.tsx:83 -msgid "Update <0>{displayName} in Lists" -msgstr "่ฆๆŠŠ <0> {displayName} ๅŠ ๅ…ฅๆˆ–็งปๅ‡บๅ“ชไบ›ๅˆ—่กจ๏ผŸ" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:93 -msgid "Update app" -msgstr "ๆ›ดๆ–ฐๆ‡‰็”จ็จ‹ๅผ" +#. placeholder {0}: createSanitizedDisplayName(profile, true) +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 +msgid "Update {0} in Lists" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 #: src/components/dialogs/EmailDialog/screens/Update.tsx:308 @@ -12669,6 +12728,10 @@ msgstr "ๆ›ดๆ–ฐๆ‡‰็”จ็จ‹ๅผ" msgid "Update email" msgstr "ๆ›ดๆ–ฐ้›ปๅญไฟก็ฎฑ" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 +msgid "Update in Lists" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 #: src/screens/Messages/components/InviteLinkDialog.tsx:303 @@ -12680,14 +12743,6 @@ msgstr "ๆ›ดๆ–ฐ้‚€่ซ‹้€ฃ็ต" msgid "Update to {domain}" msgstr "่ฎŠๆ›ด่‡ณ {domain}" -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:85 -msgid "Update your app" -msgstr "ๆ›ดๆ–ฐๆ‚จ็š„ๆ‡‰็”จ็จ‹ๅผ" - -#: src/components/Post/Embed/GalleryFallbackEmbed.tsx:76 -msgid "Update your app to see it." -msgstr "ๆ›ดๆ–ฐๆ‡‰็”จ็จ‹ๅผไปฅ้กฏ็คบ่ฉฒๅ…งๅฎนใ€‚" - #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" msgstr "ๆ›ดๆ–ฐๆ‚จ็š„้›ปๅญไฟก็ฎฑ" @@ -12736,7 +12791,7 @@ msgstr "ๅพžๆช”ๆกˆไธŠๅ‚ณ" msgid "Upload from Library" msgstr "ๅพž็›ธ็ฐฟไธŠๅ‚ณ" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2585 msgid "Uploading GIF..." msgstr "ๆญฃๅœจไธŠๅ‚ณ GIFโ€ฆโ€ฆ" @@ -12750,7 +12805,7 @@ msgstr "ๆญฃๅœจไธŠๅ‚ณๅœ–็‰‡โ€ฆโ€ฆ" msgid "Uploading link thumbnail..." msgstr "ๆญฃๅœจไธŠๅ‚ณ้€ฃ็ต็ธฎๅœ–โ€ฆโ€ฆ" -#: src/view/com/composer/Composer.tsx:2589 +#: src/view/com/composer/Composer.tsx:2587 msgid "Uploading video..." msgstr "ๆญฃๅœจไธŠๅ‚ณๅฝฑ็‰‡โ€ฆโ€ฆ" @@ -12826,7 +12881,7 @@ msgid "User Blocks You" msgstr "่ฉฒ็”จๆˆถๅทฒๆŠŠๆ‚จๅฐ้Ž–" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" msgstr "ไพ†่‡ช {0} ็š„็”จๆˆถๅˆ—่กจ" @@ -12835,7 +12890,7 @@ msgstr "ไพ†่‡ช {0} ็š„็”จๆˆถๅˆ—่กจ" msgid "User List by {0}" msgstr "ไพ†่‡ช {0} ็š„็”จๆˆถๅˆ—่กจ" -#: src/view/com/modals/UserAddRemoveLists.tsx:213 +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" msgstr "ๆ‚จ็š„็”จๆˆถๅˆ—่กจ" @@ -12875,16 +12930,6 @@ msgstr "่ขซ <0>@{0} ่ทŸ้šจ็š„็”จๆˆถ" msgid "users following <0>@{0}" msgstr "ๆญฃๅœจ่ทŸ้šจ <0>@{0} ็š„็”จๆˆถ" -#: src/screens/Messages/Settings.tsx:84 -msgctxt "allow group chat invites from" -msgid "Users I follow" -msgstr "ๆˆ‘่ทŸ้šจ็š„็”จๆˆถ" - -#: src/screens/Messages/Settings.tsx:69 -msgctxt "allow messages from" -msgid "Users I follow" -msgstr "ๆˆ‘่ทŸ้šจ็š„็”จๆˆถ" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" msgstr "ๅ€ผ๏ผš" @@ -12912,8 +12957,8 @@ msgstr "้ฉ—่ญ‰่€…๏ผš" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:431 -#: src/view/com/profile/ProfileMenu.tsx:434 +#: src/view/com/profile/ProfileMenu.tsx:426 +#: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" msgstr "้ฉ—่ญ‰ๅธณ่™Ÿ" @@ -13039,7 +13084,7 @@ msgstr "ๆ‰พไธๅˆฐๅฝฑ็‰‡ใ€‚" msgid "Video settings" msgstr "ๅฝฑ็‰‡่จญๅฎš" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2605 msgid "Video uploaded" msgstr "ๅฝฑ็‰‡ไธŠๅ‚ณๆˆๅŠŸ" @@ -13056,14 +13101,14 @@ msgstr "ๅฝฑ็‰‡" msgid "Videos must be less than 3 minutes long." msgstr "ๅฝฑ็‰‡้•ทๅบฆไธๅพ—่ถ…้Ž 3 ๅˆ†้˜ใ€‚" -#: src/view/com/composer/Composer.tsx:1150 +#: src/view/com/composer/Composer.tsx:1148 msgctxt "Action to view the post the user just created" msgid "View" msgstr "ๆชข่ฆ–" #. placeholder {0}: view.source.title -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" msgstr "ๆชข่ฆ– {0}" @@ -13078,7 +13123,7 @@ msgstr "ๆชข่ฆ– {0} ็š„ๅคง้ ญ่ฒผ็…ง" #: 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 "ๆชข่ฆ– {0} ็š„ๅ€‹ไบบๆช”ๆกˆ" @@ -13092,7 +13137,7 @@ msgstr "ๆชข่ฆ– {0} ็š„ๅ€‹ไบบๆช”ๆกˆ" msgid "View {displayName}โ€™s profile" msgstr "ๆชข่ฆ– {displayName} ็š„ๅ€‹ไบบๆช”ๆกˆ" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:456 +#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" msgstr "ๆชข่ฆ– {publicationTitle}" @@ -13145,7 +13190,7 @@ msgstr "ๆชข่ฆ–ๆ›ดๅคš" msgid "View more trending videos" msgstr "ๆชข่ฆ–ๆ›ดๅคš็†ฑ้–€ๅฝฑ็‰‡" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1143 msgid "View post" msgstr "ๆชข่ฆ–่ฒผๆ–‡" @@ -13162,10 +13207,10 @@ msgstr "ๆชข่ฆ–ๅ€‹ไบบๆช”ๆกˆ" msgid "View profile banner" msgstr "ๆชข่ฆ–ๅ€‹ไบบๆช”ๆกˆๆฉซๅน…" -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:318 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:426 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:457 -#: src/components/Post/Embed/StandardSiteEmbed/index.tsx:640 +#: 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 "ๆชข่ฆ–็™ผๅธƒ่ณ‡่จŠ" @@ -13173,7 +13218,7 @@ msgstr "ๆชข่ฆ–็™ผๅธƒ่ณ‡่จŠ" msgid "View the avatar" msgstr "ๆชข่ฆ–ๅคง้ ญ่ฒผ็…ง" -#: src/screens/Messages/ConversationSettings/index.tsx:554 +#: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" msgstr "ๆชข่ฆ–ๆญค็พค็ต„ๅฐ่ฉฑ็š„้‚€่ซ‹้€ฃ็ต" @@ -13441,7 +13486,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:1039 msgid "We're sorry! The post you are replying to has been deleted." msgstr "ๅพˆๆŠฑๆญ‰๏ผๆ‚จ่ฆๅ›ž่ฆ†็š„่ฒผๆ–‡ๅทฒ่ขซๅˆช้™คใ€‚" @@ -13492,7 +13537,7 @@ msgid "What do you want to call your starter pack?" msgstr "ๆ‚จๆƒณๆ€Ž้บผๅ‘ฝๅ้€™ๅ€‹ๆ–ฐๆ‰‹ๅŒ…๏ผŸ" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1519 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "็™ผ็”Ÿไบ†ไป€้บผๆ–ฐ้ฎฎไบ‹๏ผŸ" @@ -13519,7 +13564,7 @@ msgid "Who can verify?" msgstr "ๅ“ชไบ›ไบบๅฏไปฅๆŽˆไบˆ้ฉ—่ญ‰๏ผŸ" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:392 +#: src/screens/Messages/ChatList.tsx:393 #: src/screens/Messages/Inbox.tsx:198 msgid "Whoops!" msgstr "ๅ’ฆ๏ผŸ" @@ -13578,7 +13623,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:1437 msgid "Would you like to save this as a draft to edit later?" msgstr "้œ€่ฆๆŠŠ็พๆœ‰ๅ…งๅฎนๅ„ฒๅญ˜็‚บ่‰็จฟ๏ผŒไปฅไพ›ๆ—ฅๅพŒ็ทจ่ผฏๅ—Ž๏ผŸ" @@ -13587,12 +13632,12 @@ msgstr "้œ€่ฆๆŠŠ็พๆœ‰ๅ…งๅฎนๅ„ฒๅญ˜็‚บ่‰็จฟ๏ผŒไปฅไพ›ๆ—ฅๅพŒ็ทจ่ผฏๅ—Ž๏ผŸ" msgid "Write a post" msgstr "ๆ’ฐๅฏซไธ€็ฏ‡่ฒผๆ–‡" -#: src/view/com/composer/Composer.tsx:1617 +#: src/view/com/composer/Composer.tsx:1615 msgid "Write post" msgstr "ๆ’ฐๅฏซ่ฒผๆ–‡" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1517 msgid "Write your reply" msgstr "ๆ’ฐๅฏซๆ‚จ็š„ๅ›ž่ฆ†" @@ -13658,7 +13703,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:610 +#: src/components/dms/MessageItem.tsx:699 msgid "You are blocking {0}" msgstr "ๆ‚จๅฐ้Ž–ไบ† {0}" @@ -13764,11 +13809,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:220 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:1444 +#: src/view/com/composer/Composer.tsx:1442 msgid "You can only save drafts up to 1000 characters." msgstr "ๆ‚จๅช่ƒฝๅ„ฒๅญ˜ๆœ€ๅคš 1000 ๅ€‹ๅญ—ๅ…ƒ็š„่‰็จฟใ€‚" @@ -13803,8 +13848,8 @@ msgstr "ๆ‚จๆœ€ๅคšๅฏไปฅ้ธๆ“‡ {MAX_GALLERY_IMAGES, plural, other {# ๅผตๅœ–็‰‡}} msgid "You can update this later from your settings." msgstr "ๆ‚จๅฏไปฅ็จๅพŒๅœจ่จญๅฎšไธญ่ฎŠๆ›ดใ€‚" -#: src/components/dms/ActionsWrapper.web.tsx:79 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:115 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13839,7 +13884,7 @@ msgstr "ๆ‚จ็›ฎๅ‰้‚„ๆฒ’ๆœ‰ไปปไฝ•ๅทฒๅ„ฒๅญ˜็š„ๅ‹•ๆ…‹ๆบใ€‚" msgid "You got here first" msgstr "ๆ‚จๆ˜ฏ็ฌฌไธ€ๅ€‹ๆŠต้”้€™่ฃก็š„ไบบ" -#: src/components/intents/GroupChatJoinDialog.tsx:166 +#: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and canโ€™t join it using this link." msgstr "ๆ‚จๅทฒ่ขซ็งปๅ‡บๆญค็พค็ต„๏ผŒ็„กๆณ•ไฝฟ็”จ่ฉฒ้‚€่ซ‹้€ฃ็ตๅ†ๆฌกๅŠ ๅ…ฅใ€‚" @@ -13884,6 +13929,7 @@ msgstr "ๆ‚จๅทฒ้šฑ่—้€™ๅ€‹ๅธณ่™Ÿใ€‚" msgid "You have muted this user" msgstr "ๆ‚จๅทฒ้œ้Ÿณ้€™ๅ€‹็”จๆˆถ" +#: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." msgstr "ๆ‚จ้‚„ๆฒ’ๆœ‰ๅปบ็ซ‹ไปปไฝ•ๅˆ—่กจใ€‚" @@ -13912,7 +13958,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:1432 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "ๆ‚จ็š„่‰็จฟ้‚„ๆœ‰ๅฐšๆœชๅ„ฒๅญ˜็š„่ฎŠๆ›ด๏ผŒ้œ€่ฆๅ„ฒๅญ˜ๅ—Ž๏ผŸ" @@ -13970,7 +14016,7 @@ msgstr "ๆœ€ๅคšๅช่ƒฝๅŠ ๅ…ฅ {STARTER_PACK_MAX_SIZE, plural, other {{STARTER_PACK_ msgid "You may only add up to 3 feeds" msgstr "ๆ‚จๆœ€ๅคšๅช่ƒฝๆ–ฐๅขž 3 ๅ€‹ๅ‹•ๆ…‹ๆบ" -#: src/components/moderation/BlockDialog.tsx:320 +#: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." msgstr "" @@ -13983,7 +14029,7 @@ msgid "You must be following at least seven other people to generate a starter p msgstr "ๆ‚จๅฟ…้ ˆ่ทŸ้šจ่‡ณๅฐ‘ 7 ๅ€‹ไบบๆ‰่ƒฝ็”ข็”Ÿๆ–ฐๆ‰‹ๅŒ…ใ€‚" #: src/components/StarterPack/QrCodeDialog.tsx:69 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:88 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:89 msgid "You must grant access to your photo library to save a QR code" msgstr "ๆ‚จๅฟ…้ ˆๆŽˆไบˆ็›ธ็ฐฟๆฌŠ้™ๆ‰่ƒฝๅ„ฒๅญ˜ QR Code" @@ -14009,12 +14055,12 @@ msgid "You probably want to restart the app now." msgstr "ๆ‚จๆˆ–่จฑ้œ€่ฆ้‡ๆ–ฐๅ•Ÿๅ‹•ๆ‡‰็”จ็จ‹ๅผใ€‚" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:259 +#: src/components/dms/MessageItem.tsx:340 msgid "You reacted {0}" msgstr "ๆ‚จๅšๅ‡บไบ† {0} ๅๆ‡‰" #. placeholder {0}: reaction.value -#: src/components/dms/getReactionInfo.ts:43 +#: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" msgstr "ๆ‚จๅฐ {target} ๅšๅ‡บไบ† {0} ๅๆ‡‰" @@ -14023,8 +14069,20 @@ msgstr "ๆ‚จๅฐ {target} ๅšๅ‡บไบ† {0} ๅๆ‡‰" msgid "You recently changed your birthdate" msgstr "ๆ‚จๆœ€่ฟ‘่ฎŠๆ›ดไบ†ๅ‡บ็”Ÿๆ—ฅๆœŸ" +#: src/components/dms/MessageItem.tsx:804 +msgid "You replied" +msgstr "" + +#: src/components/dms/MessageItem.tsx:802 +msgid "You replied to {originalName}" +msgstr "" + +#: src/components/dms/MessageItem.tsx:800 +msgid "You replied to yourself" +msgstr "" + #. Displayed when the user has requested to join a group chat. -#: src/screens/Messages/components/OutgoingRequestListItem.tsx:109 +#: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 msgid "You requested to join" msgstr "" @@ -14050,12 +14108,12 @@ msgstr "ๆ‚จๅฐ‡็นผ็บŒๆ”ถๅˆฐ้€™ๆข่จŽ่ซ–ไธฒ็š„้€š็Ÿฅ" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "ๆ‚จๅฐ‡ๆ”ถๅˆฐไธ€ๅฐๅŒ…ๅซใ€Œ้‡่จญ้ฉ—่ญ‰็ขผใ€็š„้›ปๅญ้ƒตไปถใ€‚่ซ‹ๅœจ้€™่ฃก่ผธๅ…ฅ่ฉฒไปฃ็ขผ๏ผŒ็„ถๅพŒ่ผธๅ…ฅๆ‚จ็š„ๆ–ฐๅฏ†็ขผใ€‚" -#: src/screens/Messages/ConversationSettings/prompts.tsx:121 +#: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You wonโ€™t be able to rejoin unless youโ€™re invited." msgstr "้™ค้žๆ”ถๅˆฐ้‚€่ซ‹๏ผŒๅฆๅ‰‡็„กๆณ•้‡ๆ–ฐๅŠ ๅ…ฅใ€‚" #. When the last message in a chat was made by you. -#: src/components/dms/getMessageInfo.ts:50 +#: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" msgstr "ๆ‚จ๏ผš{message}" @@ -14127,7 +14185,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:644 msgid "You've reached the maximum number of drafts" msgstr "ๆ‚จๅทฒ้”ๅˆฐ่‰็จฟๆ•ธ้‡ไธŠ้™" @@ -14199,11 +14257,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 "ๆ‚จ็š„่ฏ็ตกไบบ {firstAuthorLink} ๅทฒๅŠ ๅ…ฅ Bluesky" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:378 msgid "Your contact {firstAuthorName} is on Bluesky" msgstr "ๆ‚จ็š„่ฏ็ตกไบบ {firstAuthorName} ๅทฒๅŠ ๅ…ฅ Bluesky" @@ -14295,11 +14353,11 @@ msgstr "ๅทฒๆˆๅŠŸ่ฎŠๆ›ดๆ‚จ็š„ๅฏ†็ขผ๏ผๅพ€ๅพŒ่ซ‹ไฝฟ็”จๆ‚จ็š„ๆ–ฐๅฏ†็ขผ็™ปๅ…ฅ Blues msgid "Your password must be at least 8 characters long." msgstr "ๆ‚จ่ผธๅ…ฅ็š„ๅฏ†็ขผๅฟ…้ ˆ่‡ณๅฐ‘ๅŒ…ๅซ 8 ๅ€‹ๅญ—ๅ…ƒใ€‚" -#: src/view/com/composer/Composer.tsx:1141 +#: src/view/com/composer/Composer.tsx:1139 msgid "Your post was sent" msgstr "ๅทฒ็™ผๅธƒๆ‚จ็š„่ฒผๆ–‡" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1136 msgid "Your posts were sent" msgstr "ๅทฒ็™ผๅธƒๆ‚จ็š„่ฒผๆ–‡" @@ -14320,7 +14378,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:1140 +#: src/view/com/composer/Composer.tsx:1138 msgid "Your reply was sent" msgstr "ๅทฒ็™ผๅธƒๆ‚จ็š„ๅ›ž่ฆ†" @@ -14333,7 +14391,7 @@ msgstr "ๆ‚จ็š„ๆชข่ˆ‰ๅฐ‡ๆไบค่‡ณ <0>{0}ใ€‚" 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:1467 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/Messages/ChatList.tsx b/src/screens/Messages/ChatList.tsx index 1a5aa6c7b2..3bc027dc4c 100644 --- a/src/screens/Messages/ChatList.tsx +++ b/src/screens/Messages/ChatList.tsx @@ -1,23 +1,32 @@ import {useCallback, useEffect, useMemo, useRef, useState} from 'react' import {View} from 'react-native' import {useAnimatedRef} from 'react-native-reanimated' -import {type ChatBskyActorGetStatus, ChatBskyConvoDefs} from '@atproto/api' +import {type ChatBskyActorGetStatus, type ChatBskyConvoDefs} from '@atproto/api' import {Trans, useLingui} from '@lingui/react/macro' -import {useFocusEffect, useIsFocused} from '@react-navigation/native' +import { + useFocusEffect, + useIsFocused, + useNavigation, +} from '@react-navigation/native' import {type NativeStackScreenProps} from '@react-navigation/native-stack' import {useAppState} from '#/lib/appState' import {useInitialNumToRender} from '#/lib/hooks/useInitialNumToRender' import {useNonReactiveCallback} from '#/lib/hooks/useNonReactiveCallback' import {useRequireEmailVerification} from '#/lib/hooks/useRequireEmailVerification' -import {type MessagesTabNavigatorParams} from '#/lib/routes/types' +import { + type MessagesTabNavigatorParams, + type NavigationProp, +} from '#/lib/routes/types' import {cleanError} from '#/lib/strings/errors' import {logger} from '#/logger' import {listenSoftReset} from '#/state/events' import {MESSAGE_SCREEN_POLL_INTERVAL} from '#/state/messages/convo/const' import {useMessagesEventBus} from '#/state/messages/events' import {useChatActorStatusQuery} from '#/state/queries/messages/get-status' +import {useUnreadCountsQuery} from '#/state/queries/messages/get-unread-counts' import {useListConvosQuery} from '#/state/queries/messages/list-conversations' +import {useUpdateAllRead} from '#/state/queries/messages/update-all-read' import {EmptyState} from '#/view/com/util/EmptyState' import {List, type ListRef} from '#/view/com/util/List' import {ChatListLoadingPlaceholder} from '#/view/com/util/LoadingPlaceholder' @@ -30,6 +39,7 @@ import {NewChat} from '#/components/dms/dialogs/NewChatDialog' import {useRefreshOnFocus} from '#/components/hooks/useRefreshOnFocus' import {ArrowRotateCounterClockwise_Stroke2_Corner0_Rounded as RetryIcon} from '#/components/icons/ArrowRotate' import {BubbleSmile_Stroke2_Corner2_Rounded_Large as BubbleSmileIcon} from '#/components/icons/Bubble' +import {CircleCheck_Stroke2_Corner0_Rounded as CircleCheckIcon} from '#/components/icons/CircleCheck' import {CircleInfo_Stroke2_Corner0_Rounded as CircleInfoIcon} from '#/components/icons/CircleInfo' import {Inbox_Stroke2_Corner2_Rounded_Large as InboxLargeIcon} from '#/components/icons/Inbox' import { @@ -40,6 +50,8 @@ import {SettingsGear2_Stroke2_Corner0_Rounded as SettingsIcon} from '#/component import * as Layout from '#/components/Layout' import {Link} from '#/components/Link' import {ListFooter} from '#/components/Lists' +import * as Menu from '#/components/Menu' +import * as Toast from '#/components/Toast' import {Text} from '#/components/Typography' import {useAgeAssurance} from '#/ageAssurance' import {IS_NATIVE, IS_WEB} from '#/env' @@ -507,7 +519,6 @@ export function Header({ }) { const {t: l} = useLingui() const {gtMobile} = useBreakpoints() - const aa = useAgeAssurance() const requireEmailVerification = useRequireEmailVerification() const {isWithinSplitView} = useIsWithinSplitView() @@ -516,24 +527,8 @@ export function Header({ // on repeated clicks, so navigate instead to dedupe by route + params. const action = isWithinSplitView ? 'navigate' : 'push' - const {data: unreadInboxData, hasNextPage: hasMoreRequests} = - useListConvosQuery({ - status: 'request', - readState: 'unread', - kind: aa.flags.groupChatDisabled ? 'direct' : 'all', - }) - - const inboxAllConvos = - unreadInboxData?.pages - .flatMap(page => page.convos) - .filter( - convo => - !convo.muted && - convo.members.every(member => member.handle !== 'missing.invalid') && - (ChatBskyConvoDefs.isGroupConvo(convo.kind) - ? !aa.flags.groupChatDisabled - : true), - ) ?? [] + const {data: unreadCounts} = useUnreadCountsQuery() + const requestCount = unreadCounts?.unreadRequestConvos ?? 0 const openChatControl = useCallback(() => { newChatControl.open() @@ -558,21 +553,23 @@ export function Header({ - - - + + {({props}) => ( + + )} + {!chatStatus?.chatDisabled && ( + )} + )} ) } + +function ChatSettingsMenu({ + action, + children, +}: { + action: 'navigate' | 'push' + children: React.ComponentProps['children'] +}) { + const {t: l} = useLingui() + const navigation = useNavigation() + + const {mutate: markAllChatsRead} = useUpdateAllRead('accepted', { + onMutate: () => { + Toast.show(l`Marked all chats as read`, {type: 'success'}) + }, + onError: () => { + Toast.show(l`Failed to mark all chats as read`, {type: 'error'}) + }, + }) + + return ( + + {children} + + + markAllChatsRead()}> + + + Mark all chats as read + + + { + if (action === 'navigate') { + navigation.navigate('MessagesSettings') + } else { + navigation.push('MessagesSettings') + } + }}> + + + Chat settings + + + + + + ) +} diff --git a/src/screens/Messages/Conversation.tsx b/src/screens/Messages/Conversation.tsx index 36c0a1ec2f..1e2f4037a8 100644 --- a/src/screens/Messages/Conversation.tsx +++ b/src/screens/Messages/Conversation.tsx @@ -262,7 +262,6 @@ function InnerReady({ {IS_LIQUID_GLASS ? ( {header} diff --git a/src/screens/Messages/JoinRequests.tsx b/src/screens/Messages/JoinRequests.tsx index ecb40ef9c3..ffe3fb219e 100644 --- a/src/screens/Messages/JoinRequests.tsx +++ b/src/screens/Messages/JoinRequests.tsx @@ -212,7 +212,7 @@ function JoinRequestsList({ useJoinRequestMutation('reject', convoId, { onSuccess: () => { ax.metric('groupchat:owner:joinRequest:reject', {convoId}) - Toast.show(l`Request ignored.`) + Toast.show(l`Request rejected.`) if (getRemainingRequestCount() < 1) { navigation.replace('MessagesConversationSettings', { conversation: convoId, @@ -220,7 +220,7 @@ function JoinRequestsList({ } }, onError: error => { - let errorMessage = l`Failed to ignore join request` + let errorMessage = l`Failed to reject join request` if (isNetworkError(error)) { errorMessage = l`A network error occurred. Please check your internet connection.` } else if ( @@ -230,7 +230,7 @@ function JoinRequestsList({ } else if ( error instanceof ChatBskyGroupRejectJoinRequest.InsufficientRoleError ) { - errorMessage = l`Only admins can ignore join requests.` + errorMessage = l`Only admins can reject join requests.` } Toast.show(errorMessage, {type: 'error'}) }, diff --git a/src/screens/Messages/components/InboxRequests.tsx b/src/screens/Messages/components/InboxRequests.tsx index 8f1bc86a10..ba5f2bf385 100644 --- a/src/screens/Messages/components/InboxRequests.tsx +++ b/src/screens/Messages/components/InboxRequests.tsx @@ -1,36 +1,37 @@ import {plural} from '@lingui/core/macro' import {useLingui} from '@lingui/react/macro' -import {UNREAD_LIMIT} from '#/state/queries/messages/list-conversations' import {atoms as a} from '#/alf' import {ButtonIcon, ButtonText} from '#/components/Button' import {Inbox_Stroke2_Corner2_Rounded as InboxIcon} from '#/components/icons/Inbox' import {Link} from '#/components/Link' +// The server caps unreadRequestConvos at 11, where 11 means "any more than 10". +const REQUEST_COUNT_CAP = 11 + export function InboxRequests({ count, - more, variant, action, }: { count: number - more: boolean variant?: 'ghost' | 'solid' action?: 'push' | 'navigate' }) { const {t: l} = useLingui() const unread = count > 0 + const overflow = count >= REQUEST_COUNT_CAP const label = !unread ? l({ message: `Requests`, comment: 'Incoming message requests', }) - : count >= UNREAD_LIMIT && more + : overflow ? l({ - message: `${count}+ requests`, - comment: 'Displayed when the number of requests is greater than 20', + message: `10+ requests`, + comment: 'Displayed when the number of requests is greater than 10', }) : plural(count, { one: '# request', @@ -52,11 +53,11 @@ export function InboxRequests({ {unread && ( - {count >= UNREAD_LIMIT && more + {overflow ? l({ - message: `${count}+`, + message: `10+`, comment: - 'Displayed when the number of requests is greater than 20', + 'Displayed when the number of requests is greater than 10', }) : count} diff --git a/src/screens/Messages/components/MessageComposer.tsx b/src/screens/Messages/components/MessageComposer.tsx index 83bab02be3..09a15ca2b5 100644 --- a/src/screens/Messages/components/MessageComposer.tsx +++ b/src/screens/Messages/components/MessageComposer.tsx @@ -1,4 +1,4 @@ -import {useRef, useState} from 'react' +import {useEffect, useRef, useState} from 'react' import {Pressable, View} from 'react-native' import { useKeyboardHandler, @@ -13,6 +13,7 @@ import Animated, { import {useSafeAreaInsets} from 'react-native-safe-area-context' import {GlassContainer} from 'expo-glass-effect' import {LinearGradient} from 'expo-linear-gradient' +import {type $Typed, type ChatBskyConvoDefs} from '@atproto/api' import {ScrollEdgeEffect} from '@bsky.app/expo-scroll-edge-effect' import {useLingui} from '@lingui/react/macro' import {countGraphemes} from 'unicode-segmenter/grapheme' @@ -28,6 +29,7 @@ import { } from '#/state/messages/message-drafts' import {atoms as a, native, platform, tokens, useTheme, utils} from '#/alf' import {Composer, useComposerInternalApiRef} from '#/components/Composer' +import {useMessageReplies} from '#/components/dms/MessageReplies' import * as EmojiPicker from '#/components/EmojiPicker' import {GlassView} from '#/components/GlassView' import {EmojiArc_Stroke2_Corner0_Rounded as EmojiSmileIcon} from '#/components/icons/Emoji' @@ -35,20 +37,25 @@ import {PaperPlaneVertical_Filled_Stroke2_Corner1_Rounded as PaperPlaneIcon} fro import {Loader} from '#/components/Loader' import * as Toast from '#/components/Toast' import {IS_ANDROID, IS_IOS, IS_LIQUID_GLASS, IS_NATIVE, IS_WEB} from '#/env' +import {type MessageEmbedState} from './MessageInputEmbed' const MIN_HEIGHT = 40 export function MessageComposer({ textInputId, onSendMessage, - hasEmbed, + messageEmbed, setEmbed, children, loading = false, }: { textInputId?: string - onSendMessage: (message: string) => void - hasEmbed: boolean + onSendMessage: ( + message: string, + embed?: MessageEmbedState, + replyTo?: $Typed, + ) => void + messageEmbed: MessageEmbedState | undefined setEmbed: (embedUrl: string | undefined) => void children?: React.ReactNode loading?: boolean @@ -60,10 +67,16 @@ export function MessageComposer({ const editable = !needsEmailVerification && !loading const {getDraft, clearDraft} = useMessageDraft() const composerInternalApiRef = useComposerInternalApiRef() + const {replyTo, clearReply} = useMessageReplies() const [text, setText] = useState(getDraft) useSaveMessageDraft(text) + useEffect(() => { + if (!replyTo) return + composerInternalApiRef.current?.input?.focus() + }, [replyTo, composerInternalApiRef]) + // Android interactive dismiss sometimes doesn't blur the input const blur = useNonReactiveCallback(() => { composerInternalApiRef.current?.input?.blur() @@ -78,11 +91,16 @@ export function MessageComposer({ }, }) - const submitDisabled = !editable || (!hasEmbed && text.trim().length === 0) + const submitDisabled = + !editable || (!messageEmbed && text.trim().length === 0) - const onSubmit = (message: string) => { + const onSubmit = ( + message: string, + embed: MessageEmbedState | undefined, + replyTo: ChatBskyConvoDefs.MessageView | null, + ) => { if (!editable) return - if (!hasEmbed && message.trim() === '') return + if (!embed && message.trim() === '') return const graphemeCount = countGraphemes(message) if (graphemeCount > MAX_DM_GRAPHEME_LENGTH) { Toast.show( @@ -95,6 +113,7 @@ export function MessageComposer({ clearDraft() playHaptic() setEmbed(undefined) + clearReply() composerInternalApiRef.current?.clear() if (IS_WEB) { @@ -103,7 +122,16 @@ export function MessageComposer({ // defer send by a frame so that the textinput resizes before we send the message requestAnimationFrame(() => { - onSendMessage(message) + onSendMessage( + message, + embed, + replyTo + ? { + ...replyTo, + $type: 'chat.bsky.convo.defs#messageView', + } + : undefined, + ) }) } @@ -129,18 +157,18 @@ export function MessageComposer({ setTimeout(() => { if (isFlushingAutocorrectSuggestion.current) { isFlushingAutocorrectSuggestion.current = false - onSubmit(text) + onSubmit(text, messageEmbed, replyTo) } }, 20) } else { - onSubmit(text) + onSubmit(text, messageEmbed, replyTo) } } const handleChange = (nextText: string) => { if (IS_IOS && isFlushingAutocorrectSuggestion.current) { isFlushingAutocorrectSuggestion.current = false - onSubmit(nextText) + onSubmit(nextText, messageEmbed, replyTo) } else { setText(nextText) } @@ -215,7 +243,7 @@ export function MessageComposer({ placeholder={ loading ? l({message: 'Loading chatโ€ฆ', context: 'placeholder'}) - : l({message: 'Message', context: 'action'}) + : l({message: 'Message', context: 'description'}) } autocompletePlacement="top-start" internalApiRef={composerInternalApiRef} @@ -306,8 +334,7 @@ function SubmitButton({ ) } -// TODO: remove export when MessageInput is deleted -export function ComposerContainer({children}: {children: React.ReactNode}) { +function ComposerContainer({children}: {children: React.ReactNode}) { const {bottom: bottomInset} = useSafeAreaInsets() const {progress} = useReanimatedKeyboardAnimation() const t = useTheme() diff --git a/src/screens/Messages/components/MessageInput.tsx b/src/screens/Messages/components/MessageInput.tsx deleted file mode 100644 index dbe716efb1..0000000000 --- a/src/screens/Messages/components/MessageInput.tsx +++ /dev/null @@ -1,264 +0,0 @@ -import {useCallback, useState} from 'react' -import {Pressable, TextInput, useWindowDimensions} from 'react-native' -import { - useFocusedInputHandler, - useKeyboardHandler, - useReanimatedKeyboardAnimation, -} from 'react-native-keyboard-controller' -import Animated, { - measure, - runOnJS, - useAnimatedProps, - useAnimatedRef, - useAnimatedStyle, - useSharedValue, -} from 'react-native-reanimated' -import {useSafeAreaInsets} from 'react-native-safe-area-context' -import {GlassContainer} from 'expo-glass-effect' -import {useLingui} from '@lingui/react/macro' -import {countGraphemes} from 'unicode-segmenter/grapheme' - -import {HITSLOP_10, MAX_DM_GRAPHEME_LENGTH} from '#/lib/constants' -import {useHaptics} from '#/lib/haptics' -import {useEmail} from '#/state/email-verification' -import { - useMessageDraft, - useSaveMessageDraft, -} from '#/state/messages/message-drafts' -import {atoms as a, platform, tokens, useTheme} from '#/alf' -import {GlassView} from '#/components/GlassView' -import {PaperPlaneVertical_Filled_Stroke2_Corner1_Rounded as PaperPlaneIcon} from '#/components/icons/PaperPlane' -import {Loader} from '#/components/Loader' -import * as Toast from '#/components/Toast' -import {IS_ANDROID, IS_IOS, IS_WEB} from '#/env' -import {ComposerContainer} from './MessageComposer' -import {useExtractEmbedFromFacets} from './MessageInputEmbed' - -const AnimatedTextInput = Animated.createAnimatedComponent(TextInput) - -const MIN_HEIGHT = 40 - -export function MessageInput({ - textInputId, - onSendMessage, - hasEmbed, - setEmbed, - children, - loading = false, -}: { - textInputId?: string - onSendMessage: (message: string) => Promise | void - hasEmbed: boolean - setEmbed: (embedUrl: string | undefined) => void - children?: React.ReactNode - loading?: boolean -}) { - const {t: l} = useLingui() - const t = useTheme() - const playHaptic = useHaptics() - const {getDraft, clearDraft} = useMessageDraft() - - // Input layout - const {top: topInset} = useSafeAreaInsets() - const {height: windowHeight} = useWindowDimensions() - const {height: keyboardHeight} = useReanimatedKeyboardAnimation() - const maxHeight = useSharedValue(undefined) - const isInputScrollable = useSharedValue(false) - - const [message, setMessage] = useState(getDraft) - const inputRef = useAnimatedRef() - const [shouldEnforceClear, setShouldEnforceClear] = useState(false) - - const {needsEmailVerification} = useEmail() - const editable = !needsEmailVerification && !loading - - useSaveMessageDraft(message) - useExtractEmbedFromFacets(message, setEmbed) - - const onSubmit = useCallback(() => { - if (!editable) { - return - } - if (!hasEmbed && message.trim() === '') { - return - } - if (countGraphemes(message) > MAX_DM_GRAPHEME_LENGTH) { - Toast.show(l`Message is too long`, { - type: 'error', - }) - return - } - clearDraft() - playHaptic() - setEmbed(undefined) - setMessage('') - if (IS_IOS) { - setShouldEnforceClear(true) - } - if (IS_WEB) { - // Pressing the send button causes the text input to lose focus, so we need to - // re-focus it after sending - setTimeout(() => { - inputRef.current?.focus() - }, 100) - } - - requestAnimationFrame(() => { - void onSendMessage(message) - }) - }, [ - editable, - hasEmbed, - message, - clearDraft, - onSendMessage, - playHaptic, - setEmbed, - inputRef, - l, - ]) - - useFocusedInputHandler( - { - onChangeText: () => { - 'worklet' - const measurement = measure(inputRef) - if (!measurement) return - - const max = windowHeight - -keyboardHeight.get() - topInset - 150 - const availableSpace = max - measurement.height - - maxHeight.set(max) - isInputScrollable.set(availableSpace < 30) - }, - }, - [windowHeight, topInset], - ) - - const animatedStyle = useAnimatedStyle(() => ({ - maxHeight: maxHeight.get(), - })) - - const animatedProps = useAnimatedProps(() => ({ - scrollEnabled: isInputScrollable.get(), - })) - - const submitDisabled = !editable || (!hasEmbed && message.trim().length === 0) - - const blur = useCallback(() => { - inputRef.current?.blur() - }, [inputRef]) - - useKeyboardHandler({ - onEnd: evt => { - 'worklet' - // small hack: interactive dismiss on Android sometimes doesn't blur the input - if (IS_ANDROID && evt.progress === 0) { - runOnJS(blur)() - } - }, - }) - - return ( - - - - {children} - { - // bit of a hack: iOS automatically accepts autocomplete suggestions when you tap anywhere on the screen - // including the button we just pressed - and this overrides clearing the input! so we watch for the - // next change and double make sure the input is cleared. It should *always* send an onChange event after - // clearing via setMessage('') that happens in onSubmit() - // -sfn - if (IS_IOS && shouldEnforceClear) { - setShouldEnforceClear(false) - setMessage('') - return - } - const text = evt.nativeEvent.text - setMessage(text) - }} - multiline={true} - style={[ - {flexBasis: 'auto', minHeight: MIN_HEIGHT}, - a.flex_shrink_0, - a.flex_grow, - a.text_md, - a.px_lg, - t.atoms.text, - platform({ - android: {paddingTop: 2, paddingBottom: 3}, - ios: {paddingTop: 10, paddingBottom: 5}, - }), - animatedStyle, - ]} - verticalAlign="middle" - keyboardAppearance={t.scheme} - submitBehavior="newline" - ref={inputRef} - hitSlop={HITSLOP_10} - animatedProps={animatedProps} - editable={editable} - /> - - - - {loading ? ( - - ) : ( - - )} - - - - - ) -} diff --git a/src/screens/Messages/components/MessageInput.web.tsx b/src/screens/Messages/components/MessageInput.web.tsx deleted file mode 100644 index 17c996cec9..0000000000 --- a/src/screens/Messages/components/MessageInput.web.tsx +++ /dev/null @@ -1,245 +0,0 @@ -import {useCallback, useRef, useState} from 'react' -import {Pressable, View} from 'react-native' -import {useLingui} from '@lingui/react/macro' -import {flushSync} from 'react-dom' -import TextareaAutosize from 'react-textarea-autosize' -import {countGraphemes} from 'unicode-segmenter/grapheme' - -import {MAX_DM_GRAPHEME_LENGTH} from '#/lib/constants' -import {useWebMediaQueries} from '#/lib/hooks/useWebMediaQueries' -import { - useMessageDraft, - useSaveMessageDraft, -} from '#/state/messages/message-drafts' -import {atoms as a, flatten, useTheme} from '#/alf' -import {Button} from '#/components/Button' -import * as EmojiPicker from '#/components/EmojiPicker' -import {useSharedInputStyles} from '#/components/forms/TextField' -import {EmojiArc_Stroke2_Corner0_Rounded as EmojiSmile} from '#/components/icons/Emoji' -import {PaperPlane_Stroke2_Corner0_Rounded as PaperPlane} from '#/components/icons/PaperPlane' -import * as Toast from '#/components/Toast' -import {IS_WEB_SAFARI, IS_WEB_TOUCH_DEVICE} from '#/env' -import {useExtractEmbedFromFacets} from './MessageInputEmbed' - -export function MessageInput({ - onSendMessage, - hasEmbed, - setEmbed, - children, - loading = false, -}: { - onSendMessage: (message: string) => void - hasEmbed: boolean - setEmbed: (embedUrl: string | undefined) => void - children?: React.ReactNode - loading?: boolean -}) { - const {isMobile} = useWebMediaQueries() - const {t: l} = useLingui() - const t = useTheme() - const {getDraft, clearDraft} = useMessageDraft() - const [message, setMessage] = useState(getDraft) - - const inputStyles = useSharedInputStyles() - const isComposing = useRef(false) - const [isFocused, setIsFocused] = useState(false) - const [isHovered, setIsHovered] = useState(false) - const [textAreaHeight, setTextAreaHeight] = useState(38) - const textAreaRef = useRef(null) - - const onSubmit = useCallback(() => { - if (!hasEmbed && message.trim() === '') { - return - } - if (countGraphemes(message) > MAX_DM_GRAPHEME_LENGTH) { - Toast.show(l`Message is too long`, { - type: 'error', - }) - return - } - clearDraft() - onSendMessage(message) - setMessage('') - setEmbed(undefined) - }, [message, onSendMessage, l, clearDraft, hasEmbed, setEmbed]) - - const onKeyDown = useCallback( - (e: React.KeyboardEvent) => { - // Don't submit the form when the Japanese or any other IME is composing - if (isComposing.current) return - - // see https://github.com/bluesky-social/social-app/issues/4178 - // see https://www.stum.de/2016/06/24/handling-ime-events-in-javascript/ - // see https://lists.w3.org/Archives/Public/www-dom/2010JulSep/att-0182/keyCode-spec.html - // - // On Safari, the final keydown event to dismiss the IME - which is the enter key - is also "Enter" below. - // Obviously, this causes problems because the final dismissal should _not_ submit the text, but should just - // stop the IME editing. This is the behavior of Chrome and Firefox, but not Safari. - // - // Keycode is deprecated, however the alternative seems to only be to compare the timestamp from the - // onCompositionEnd event to the timestamp of the keydown event, which is not reliable. For example, this hack - // uses that method: https://github.com/ProseMirror/prosemirror-view/pull/44. However, from my 500ms resulted in - // far too long of a delay, and a subsequent enter press would often just end up doing nothing. A shorter time - // frame was also not great, since it was too short to be reliable (i.e. an older system might have a larger - // time gap between the two events firing. - if (IS_WEB_SAFARI && e.key === 'Enter' && e.keyCode === 229) { - return - } - - if (e.key === 'Enter') { - if (e.shiftKey) return - e.preventDefault() - onSubmit() - } - }, - [onSubmit], - ) - - const onChange = useCallback((e: React.ChangeEvent) => { - setMessage(e.target.value) - }, []) - - const onEmojiInserted = useCallback( - (emoji: EmojiPicker.Emoji) => { - if (!textAreaRef.current) { - return - } - const position = textAreaRef.current.selectionStart ?? 0 - flushSync(() => { - setMessage( - message => - message.slice(0, position) + emoji.native + message.slice(position), - ) - }) - textAreaRef.current.selectionStart = position + emoji.native.length - textAreaRef.current.selectionEnd = position + emoji.native.length - }, - [setMessage], - ) - - useSaveMessageDraft(message) - useExtractEmbedFromFacets(message, setEmbed) - - return ( - - {children} - setIsHovered(true)} - onMouseLeave={() => setIsHovered(false)}> - {loading ? null : ( - - - {({props, state}) => ( - - )} - - - - )} - setIsFocused(true)} - onBlur={() => setIsFocused(false)} - onCompositionStart={() => { - isComposing.current = true - }} - onCompositionEnd={() => { - isComposing.current = false - }} - onHeightChange={height => setTextAreaHeight(height)} - onChange={onChange} - // On mobile web phones, we want to keep the same behavior as the native app. Do not submit the message - // in these cases. - onKeyDown={IS_WEB_TOUCH_DEVICE && isMobile ? undefined : onKeyDown} - /> - - - - - - ) -} diff --git a/src/screens/Messages/components/MessageInputReply.tsx b/src/screens/Messages/components/MessageInputReply.tsx new file mode 100644 index 0000000000..5853e46d81 --- /dev/null +++ b/src/screens/Messages/components/MessageInputReply.tsx @@ -0,0 +1,91 @@ +import {LayoutAnimation, View} from 'react-native' +import {AppBskyEmbedRecord, ChatBskyEmbedJoinLink} from '@atproto/api' +import {useLingui} from '@lingui/react/macro' + +import {HITSLOP_20} from '#/lib/constants' +import {createSanitizedDisplayName} from '#/lib/moderation/create-sanitized-display-name' +import {useConvoActive} from '#/state/messages/convo' +import {atoms as a, useTheme} from '#/alf' +import {Button} from '#/components/Button' +import {useMessageReplies} from '#/components/dms/MessageReplies' +import {TimesLarge_Stroke2_Corner0_Rounded as XIcon} from '#/components/icons/Times' +import {Text} from '#/components/Typography' + +/** + * The reply staged in the message composer. Renders a preview of the message + * being replied to, with a button to cancel the reply. + */ +export function MessageInputReply() { + const t = useTheme() + const {t: l} = useLingui() + const convo = useConvoActive() + const {replyTo, clearReply} = useMessageReplies() + + if (!replyTo) { + return null + } + + const onRemove = () => { + LayoutAnimation.configureNext(LayoutAnimation.Presets.easeInEaseOut) + clearReply() + } + + const senderProfile = convo.relatedProfiles.get(replyTo.sender.did) + const displayName = senderProfile + ? createSanitizedDisplayName(senderProfile, false) + : null + + let text = replyTo.text + let subtle = false + if (!text.trim()) { + subtle = true + if (ChatBskyEmbedJoinLink.isView(replyTo.embed)) { + text = l`(chat invite link)` + } else if (AppBskyEmbedRecord.isView(replyTo.embed)) { + text = l`(contains embedded content)` + } else { + text = l`No text` + } + } + + return ( + + + {displayName && ( + + {displayName} + + )} + + {text} + + + + + ) +} diff --git a/src/screens/Messages/components/MessagesList.tsx b/src/screens/Messages/components/MessagesList.tsx index f0b1389b86..d549ffb904 100644 --- a/src/screens/Messages/components/MessagesList.tsx +++ b/src/screens/Messages/components/MessagesList.tsx @@ -35,6 +35,7 @@ import { } from '@atproto/api' import {useScrollEdgeEffectRef} from '@bsky.app/expo-scroll-edge-effect' +import {useNonReactiveCallback} from '#/lib/hooks/useNonReactiveCallback' import {mergeRefs} from '#/lib/merge-refs' import {ScrollProvider} from '#/lib/ScrollContext' import {shortenLinks, stripInvalidMentions} from '#/lib/strings/rich-text-manip' @@ -56,12 +57,12 @@ import {createEmbedViewRecordFromPost} from '#/state/queries/postgate/util' import {useAgent, useSession} from '#/state/session' import {List, type ListMethods} from '#/view/com/util/List' import {MessageComposer} from '#/screens/Messages/components/MessageComposer' -import {MessageInput} from '#/screens/Messages/components/MessageInput' import {MessageListError} from '#/screens/Messages/components/MessageListError' import {atoms as a, platform, tokens, useTheme, web} from '#/alf' import {DateDivider} from '#/components/dms/DateDivider' import {MessageItem} from '#/components/dms/MessageItem' import {MessageOverlays} from '#/components/dms/MessageOverlays' +import {MessageRepliesProvider} from '#/components/dms/MessageReplies' import {NewMessagesPill} from '#/components/dms/NewMessagesPill' import {SystemMessageGroup} from '#/components/dms/SystemMessageGroup' import {SystemMessageItem} from '#/components/dms/SystemMessageItem' @@ -72,7 +73,12 @@ import {IS_ANDROID, IS_NATIVE, IS_WEB} from '#/env' import {ChatStatusInfo} from './ChatStatusInfo' import {groupSystemMessages, type RenderItem} from './groupSystemMessages' import {InviteLinkDialogProvider} from './InviteLinkDialogProvider' -import {MessageInputEmbed, useMessageEmbed} from './MessageInputEmbed' +import { + type MessageEmbedState, + MessageInputEmbed, + useMessageEmbed, +} from './MessageInputEmbed' +import {MessageInputReply} from './MessageInputReply' import {MessagesListGroupInfoPanel} from './MessagesListGroupInfoPanel' import {MessagesListInfoPanel} from './MessagesListInfoPanel' import {KeyboardStickyView} from './vendor/KeyboardStickyView' @@ -371,7 +377,11 @@ export function MessagesList({ // -- Message sending const onSendMessage = useCallback( - async (text: string) => { + async ( + text: string, + embedState?: MessageEmbedState, + reply?: $Typed, + ) => { let rt = new RichText({text: text.trimEnd()}, {cleanNewlines: true}) // detect facets without resolution first - this is used to see if there's @@ -387,6 +397,7 @@ export function MessagesList({ | $Typed | $Typed | undefined + let replyTo: ChatBskyConvoDefs.ReplyRef | undefined // Find the embedded link facet and, if it's at the start or end of the // message, remove it from the text (the embed card replaces it). @@ -408,9 +419,9 @@ export function MessagesList({ } } - if (messageEmbed?.type === 'post') { + if (embedState?.type === 'post') { try { - const post = await getPost({uri: messageEmbed.uri}) + const post = await getPost({uri: embedState.uri}) if (post) { embed = { $type: 'app.bsky.embed.record', @@ -437,8 +448,8 @@ export function MessagesList({ } catch (error) { logger.error('Failed to get post as quote for DM', {error}) } - } else if (messageEmbed?.type === 'invite') { - const code = messageEmbed.code + } else if (embedState?.type === 'invite') { + const code = embedState.code embed = { $type: 'chat.bsky.embed.joinLink', code, @@ -455,6 +466,10 @@ export function MessagesList({ stripLinkFacet(uri => getChatInviteCodeFromUrl(uri) === code) } + if (reply) { + replyTo = {messageId: reply.id} + } + await rt.detectFacets(agent) rt = shortenLinks(rt) @@ -469,10 +484,18 @@ export function MessagesList({ text: rt.text, facets: rt.facets, embed, + replyTo, }, embedView, + reply, ) + if (replyTo) { + ax.metric('chat:message:reply:send', { + convoId: convoState.convo.view.id, + isGroup: convoState.convo.kind === 'group', + }) + } if (convoState.convo.kind === 'group') { ax.metric('groupchat:message:send', { convoId: convoState.convo.view.id, @@ -492,7 +515,6 @@ export function MessagesList({ [ agent, convoState, - messageEmbed, getPost, getJoinLinkPreview, hasSession, @@ -510,6 +532,29 @@ export function MessagesList({ }) }, [flatListRef]) + // Scroll to a message by id, if it's currently loaded in the list. Per the + // feature scope, we don't fetch history to find unloaded messages - tapping a + // reply to an out-of-window message is a no-op. Returns whether the message + // was found, so the caller knows whether to flash it. + const scrollToMessage = useNonReactiveCallback((messageId: string) => { + const index = renderItems.findIndex( + item => + (item.type === 'message' || + item.type === 'pending-message' || + item.type === 'deleted-message') && + item.message.id === messageId, + ) + if (index === -1) return false + + ax.metric('chat:message:reply:tap', {convoId: convoState.convo.view.id}) + flatListRef.current?.scrollToIndex({ + index, + viewPosition: 0.3, + animated: true, + }) + return true + }) + const renderItem = ({item, index}: {item: RenderItem; index: number}) => { if (item.type === 'message' || item.type === 'pending-message') { return ( @@ -561,138 +606,165 @@ export function MessagesList({ return ( - - - {/* Custom scroll provider so that we can use the `onScroll` event in our custom List implementation */} - - - - - {convoState.hasAllHistory ? ( - convoState.convo?.kind === 'group' ? ( - - ) : ( - - ) - ) : null} - - } - // native only (prop is not supported on web) - renderScrollComponent={renderScrollComponent} - contentContainerStyle={{ - paddingBottom: platform({ - // ios is slightly larger as the input has no top padding - ios: tokens.space.lg, - android: tokens.space.md, - web: 0, // web uses ListFooterComponent instead for scroll reasons - }), - }} - ListFooterComponent={ - - } - style={[ - web({ - scrollbarWidth: 'thin', - scrollbarColor: `${t.palette.contrast_100} transparent`, - scrollbarGutter: 'stable', - }), - ]} - pointerEvents={!hasScrolled ? 'none' : 'auto'} - contentInset={{top: transparentHeaderHeight}} - scrollIndicatorInsets={{top: transparentHeaderHeight}} - /> - - - - {footer ?? ( - - - {({loading}) => - ax.features.enabled( - ax.features.DmsNewMessageComposerEnable, - ) ? ( - - void onSendMessage(message) - } - hasEmbed={!!messageEmbed} - setEmbed={setEmbed} - loading={loading}> - - - ) : ( - + + + {/* Custom scroll provider so that we can use the `onScroll` event in our custom List implementation */} + + + + + {convoState.hasAllHistory ? ( + convoState.convo?.kind === 'group' ? ( + + ) : ( + + ) + ) : null} + + } + // native only (prop is not supported on web) + renderScrollComponent={renderScrollComponent} + contentContainerStyle={{ + paddingBottom: platform({ + // ios is slightly larger as the input has no top padding + ios: tokens.space.lg, + android: tokens.space.md, + web: 0, // web uses ListFooterComponent instead for scroll reasons + }), + }} + ListFooterComponent={ + + } + style={[ + web({ + scrollbarWidth: 'thin', + scrollbarColor: `${t.palette.contrast_100} transparent`, + scrollbarGutter: 'stable', + }), + ]} + pointerEvents={!hasScrolled ? 'none' : 'auto'} + contentInset={{top: transparentHeaderHeight}} + scrollIndicatorInsets={{top: transparentHeaderHeight}} + /> + + + + {footer ?? ( + + + {({loading}) => ( + - - - ) - } - - - )} - - + loading={loading} + /> + )} + + + )} + + - {newMessagesPill.show && ( - - )} - + {newMessagesPill.show && ( + + )} + + ) } +/** + * Picks the new vs legacy composer and mounts the reply preview alongside the + * existing embed preview in the composer's children slot. The staged reply + * itself is read and cleared inside the composer via `useMessageReplies`. + */ +function Composer({ + textInputId, + onSendMessage, + messageEmbed, + setEmbed, + loading, +}: { + textInputId: string + onSendMessage: ( + message: string, + embed?: MessageEmbedState, + replyTo?: $Typed, + ) => Promise + messageEmbed: MessageEmbedState | undefined + setEmbed: (embedUrl: string | undefined) => void + loading?: boolean +}) { + const handleSendMessage = useNonReactiveCallback( + ( + message: string, + embed?: MessageEmbedState, + replyTo?: $Typed, + ) => { + void onSendMessage(message, embed, replyTo) + }, + ) + + return ( + + + + + ) +} + /** Note: native only */ function ChatScrollComponent({ ref, diff --git a/src/screens/Messages/components/RequestButtons.tsx b/src/screens/Messages/components/RequestButtons.tsx index dfac74e59f..c5e0e82ece 100644 --- a/src/screens/Messages/components/RequestButtons.tsx +++ b/src/screens/Messages/components/RequestButtons.tsx @@ -1,5 +1,5 @@ import {useCallback} from 'react' -import {type ChatBskyActorDefs, ChatBskyConvoDefs} from '@atproto/api' +import {type ChatBskyActorDefs, type ChatBskyConvoDefs} from '@atproto/api' import {Trans, useLingui} from '@lingui/react/macro' import {StackActions, useNavigation} from '@react-navigation/native' import {useQueryClient} from '@tanstack/react-query' diff --git a/src/screens/Profile/Header/ProfileHeaderLabeler.tsx b/src/screens/Profile/Header/ProfileHeaderLabeler.tsx index 565bf2edc4..5ce90205c9 100644 --- a/src/screens/Profile/Header/ProfileHeaderLabeler.tsx +++ b/src/screens/Profile/Header/ProfileHeaderLabeler.tsx @@ -292,7 +292,10 @@ export function HeaderLabelerButtons({ testID="profileHeaderEditProfileButton" size="small" color="secondary" - onPress={editProfileControl.open} + onPress={() => { + playHaptic('Light') + editProfileControl.open() + }} label={_(msg`Edit profile`)} style={a.rounded_full}> diff --git a/src/state/messages/convo/agent.ts b/src/state/messages/convo/agent.ts index 3603026d78..b1dc348e79 100644 --- a/src/state/messages/convo/agent.ts +++ b/src/state/messages/convo/agent.ts @@ -86,6 +86,22 @@ function toSystemMessageView( return ev.message } +/** + * Derive a deleted-message tombstone from a (now-deleted) message, preserving + * the fields the deleted view carries so a reply can render it as deleted. + */ +function toDeletedMessageView( + m: ChatBskyConvoDefs.MessageView, +): $Typed { + return { + $type: 'chat.bsky.convo.defs#deletedMessageView', + id: m.id, + rev: m.rev, + sender: m.sender, + sentAt: m.sentAt, + } +} + export class Convo { private id: string @@ -119,6 +135,7 @@ export class Convo { optimisticEmbedView?: | $Typed | $Typed + optimisticReplyTo?: $Typed } > = new Map() private deletedMessages: Set = new Set() @@ -802,6 +819,12 @@ export class Convo { }) const {cursor, messages, relatedProfiles} = response.data + // Trust the cursor for pagination. We can't infer "no more pages" from a + // short page: the server pages by raw rows but strips deleted messages + // from the response, so a full page containing a deleted message (e.g. + // from a deleted account) comes back short *with* a valid cursor. Using a + // count heuristic here would stop history fetching early and hide + // messages. The tradeoff is one extra empty fetch at the true top. this.oldestRev = cursor ?? null if (relatedProfiles) { @@ -811,14 +834,6 @@ export class Convo { this.applyProfileShadows() } - /* - * If the response contained fewer messages than the limit, we know - * there are no more pages, regardless of whether a cursor was returned. - */ - if (messages.length < (IS_NATIVE ? 30 : 60)) { - this.oldestRev = null - } - for (const message of messages) { if ( ChatBskyConvoDefs.isMessageView(message) || @@ -965,17 +980,17 @@ export class Convo { ChatBskyConvoDefs.isDeletedMessageView(ev.message) ) { /* - * Update if we have this in state. If we don't, don't worry about it. + * Remove the message itself, and keep its id in `deletedMessages` + * so any message that quotes it keeps rendering a deleted-message + * tombstone (see `tombstoneDeletedReplyTo`) rather than reverting + * to the original hydrated text. We add here rather than relying on + * the optimistic entry so deletes from elsewhere (e.g. another + * device) are covered too. */ - if ( - this.pastMessages.has(ev.message.id) || - this.newMessages.has(ev.message.id) - ) { - this.pastMessages.delete(ev.message.id) - this.newMessages.delete(ev.message.id) - this.deletedMessages.delete(ev.message.id) - needsCommit = true - } + this.pastMessages.delete(ev.message.id) + this.newMessages.delete(ev.message.id) + this.deletedMessages.add(ev.message.id) + needsCommit = true } else if ( (ChatBskyConvoDefs.isLogAddReaction(ev) || ChatBskyConvoDefs.isLogRemoveReaction(ev)) && @@ -1020,6 +1035,7 @@ export class Convo { optimisticEmbedView?: | $Typed | $Typed, + optimisticReplyTo?: $Typed, ) { // Ignore empty messages for now since they have no other purpose atm if (!message.text.trim() && !message.embed) return @@ -1033,6 +1049,7 @@ export class Convo { id: tempId, message, optimisticEmbedView, + optimisticReplyTo, }) if (this.convo?.view.status === 'request') { this.updateConvo({ @@ -1316,6 +1333,26 @@ export class Convo { } } + /** + * When a message is deleted locally, it's removed from the list, but other + * messages that reply to it still carry a hydrated `replyTo` with the + * original text until the server re-sends them. Swap that `replyTo` for a + * deleted-message tombstone so the quote reflects the deletion immediately, + * matching what the server returns on refresh. + */ + private tombstoneDeletedReplyTo( + m: ChatBskyConvoDefs.MessageView, + ): ChatBskyConvoDefs.MessageView { + const {replyTo} = m + if ( + !ChatBskyConvoDefs.isMessageView(replyTo) || + !this.deletedMessages.has(replyTo.id) + ) { + return m + } + return {...m, replyTo: toDeletedMessageView(replyTo)} + } + /* * Items in reverse order, since FlatList inverts */ @@ -1327,7 +1364,7 @@ export class Convo { items.unshift({ type: 'message', key: m.id, - message: m, + message: this.tombstoneDeletedReplyTo(m), }) } else if (ChatBskyConvoDefs.isDeletedMessageView(m)) { items.unshift({ @@ -1360,7 +1397,7 @@ export class Convo { items.push({ type: 'message', key: m.id, - message: m, + message: this.tombstoneDeletedReplyTo(m), }) } else if (ChatBskyConvoDefs.isDeletedMessageView(m)) { items.push({ @@ -1378,12 +1415,17 @@ export class Convo { }) this.pendingMessages.forEach(m => { + const optimisticReplyTo = + m.optimisticReplyTo && this.deletedMessages.has(m.optimisticReplyTo.id) + ? toDeletedMessageView(m.optimisticReplyTo) + : m.optimisticReplyTo items.push({ type: 'pending-message', key: m.id, message: { ...m.message, embed: m.optimisticEmbedView, + replyTo: optimisticReplyTo, $type: 'chat.bsky.convo.defs#messageView', id: nanoid(), rev: '__fake__', diff --git a/src/state/messages/convo/index.tsx b/src/state/messages/convo/index.tsx index a78ea1a038..69ad1e237c 100644 --- a/src/state/messages/convo/index.tsx +++ b/src/state/messages/convo/index.tsx @@ -132,6 +132,12 @@ export function ConvoProvider({ useEffect(() => { const [root, id] = getConvoKey(convoId) return queryClient.getQueryCache().subscribe(event => { + // Only react to data updates. Other event types (e.g. `added`) can be + // emitted synchronously while another component reads this same query + // during its render (React Query builds the query in `getOptimisticResult`), + // and committing to the convo store then would set state on this provider + // mid-render of that component. + if (event.type !== 'updated') return const queryKey = event.query.queryKey as string[] if (queryKey[0] === root && queryKey[1] === id) { const data = event.query.state.data as diff --git a/src/state/messages/convo/types.ts b/src/state/messages/convo/types.ts index c83fbfb813..e330d6eea3 100644 --- a/src/state/messages/convo/types.ts +++ b/src/state/messages/convo/types.ts @@ -113,6 +113,7 @@ type SendMessage = ( | $Typed | $Typed | undefined, + optimisticReplyTo?: $Typed, ) => void type FetchMessageHistory = () => Promise type MarkConvoAccepted = () => void diff --git a/src/state/modals/index.tsx b/src/state/modals/index.tsx deleted file mode 100644 index 3c545362b8..0000000000 --- a/src/state/modals/index.tsx +++ /dev/null @@ -1,117 +0,0 @@ -import {createContext, useContext, useEffect, useMemo, useState} from 'react' - -import {useNonReactiveCallback} from '#/lib/hooks/useNonReactiveCallback' -import {useHotkeysContext} from '#/lib/hotkeys' - -export interface UserAddRemoveListsModal { - name: 'user-add-remove-lists' - subject: string - handle: string - displayName: string - onAdd?: (listUri: string) => void - onRemove?: (listUri: string) => void -} - -export interface ContentLanguagesSettingsModal { - name: 'content-languages-settings' -} - -/** - * @deprecated DO NOT ADD NEW MODALS - */ -export type Modal = - // Curation - | ContentLanguagesSettingsModal - - // Lists - | UserAddRemoveListsModal - -const ModalContext = createContext<{ - isModalActive: boolean - activeModals: Modal[] -}>({ - isModalActive: false, - activeModals: [], -}) -ModalContext.displayName = 'ModalContext' - -const ModalControlContext = createContext<{ - openModal: (modal: Modal) => void - closeModal: () => boolean - closeAllModals: () => boolean -}>({ - openModal: () => {}, - closeModal: () => false, - closeAllModals: () => false, -}) -ModalControlContext.displayName = 'ModalControlContext' - -export function Provider({children}: React.PropsWithChildren<{}>) { - const [activeModals, setActiveModals] = useState([]) - const {disableScope, enableScope} = useHotkeysContext() - - useEffect(() => { - if (activeModals.length > 0) { - disableScope('global') - } else { - enableScope('global') - } - }, [activeModals.length, disableScope, enableScope]) - - const openModal = useNonReactiveCallback((modal: Modal) => { - setActiveModals(modals => [...modals, modal]) - }) - - const closeModal = useNonReactiveCallback(() => { - let wasActive = activeModals.length > 0 - setActiveModals(modals => { - return modals.slice(0, -1) - }) - return wasActive - }) - - const closeAllModals = useNonReactiveCallback(() => { - let wasActive = activeModals.length > 0 - setActiveModals([]) - return wasActive - }) - - const state = useMemo( - () => ({ - isModalActive: activeModals.length > 0, - activeModals, - }), - [activeModals], - ) - - const methods = useMemo( - () => ({ - openModal, - closeModal, - closeAllModals, - }), - [openModal, closeModal, closeAllModals], - ) - - return ( - - - {children} - - - ) -} - -/** - * @deprecated use the dialog system from `#/components/Dialog.tsx` - */ -export function useModals() { - return useContext(ModalContext) -} - -/** - * @deprecated use the dialog system from `#/components/Dialog.tsx` - */ -export function useModalControls() { - return useContext(ModalControlContext) -} diff --git a/src/state/queries/list-memberships.ts b/src/state/queries/list-memberships.ts index dd7fde2482..75adcd5bb8 100644 --- a/src/state/queries/list-memberships.ts +++ b/src/state/queries/list-memberships.ts @@ -1,19 +1,3 @@ -/** - * NOTE - * - * This query is a temporary solution to our lack of server API for - * querying user membership in an API. It is extremely inefficient. - * - * THIS SHOULD ONLY BE USED IN MODALS FOR MODIFYING A USER'S LIST MEMBERSHIP! - * Use the list-members query for rendering a list's members. - * - * It works by fetching *all* of the user's list item records and querying - * or manipulating that cache. For users with large lists, it will fall - * down completely, so be very conservative about how you use it. - * - * -prf - */ - import { type AppBskyActorDefs, type AppBskyGraphGetStarterPacksWithMembership, @@ -22,85 +6,17 @@ import { import { type InfiniteData, useMutation, - useQuery, useQueryClient, } from '@tanstack/react-query' -import {STALE} from '#/state/queries' -import {RQKEY as LIST_MEMBERS_RQKEY} from '#/state/queries/list-members' +import { + RQKEY as LIST_MEMBERS_RQKEY, + RQKEY_ALL as LIST_MEMBERS_ALL_RQKEY, +} from '#/state/queries/list-members' import {useAgent, useSession} from '#/state/session' import type * as bsky from '#/types/bsky' import {RQKEY_WITH_MEMBERSHIP as STARTER_PACKS_WITH_MEMBERSHIPS_RKEY} from './actor-starter-packs' -// sanity limit is SANITY_PAGE_LIMIT*PAGE_SIZE total records -const SANITY_PAGE_LIMIT = 1000 -const PAGE_SIZE = 100 -// ...which comes 100,000k list members - -const RQKEY_ROOT = 'list-memberships' -export const RQKEY = () => [RQKEY_ROOT] - -export interface ListMembersip { - membershipUri: string - listUri: string - actorDid: string -} - -/** - * This API is dangerous! Read the note above! - */ -export function useDangerousListMembershipsQuery() { - const {currentAccount} = useSession() - const agent = useAgent() - return useQuery({ - staleTime: STALE.MINUTES.FIVE, - queryKey: RQKEY(), - async queryFn() { - if (!currentAccount) { - return [] - } - let cursor - let arr: ListMembersip[] = [] - for (let i = 0; i < SANITY_PAGE_LIMIT; i++) { - const res = await agent.app.bsky.graph.listitem.list({ - repo: currentAccount.did, - limit: PAGE_SIZE, - cursor, - }) - arr = arr.concat( - res.records.map(r => ({ - membershipUri: r.uri, - listUri: r.value.list, - actorDid: r.value.subject, - })), - ) - cursor = res.cursor - if (!cursor) { - break - } - } - return arr - }, - }) -} - -/** - * Returns undefined for pending, false for not a member, and string for a member (the URI of the membership record) - */ -export function getMembership( - memberships: ListMembersip[] | undefined, - list: string, - actor: string, -): string | false | undefined { - if (!memberships) { - return undefined - } - const membership = memberships.find( - m => m.listUri === list && m.actorDid === actor, - ) - return membership ? membership.membershipUri : false -} - export function useListMembershipAddMutation({ subject, onSuccess, @@ -133,43 +49,21 @@ export function useListMembershipAddMutation({ createdAt: new Date().toISOString(), }, ) - // TODO - // we need to wait for appview to update, but there's not an efficient - // query for that, so we use a timeout below - // -prf return res }, onSuccess: (data, variables) => { - // manually update the cache; a refetch is too expensive - let memberships = queryClient.getQueryData(RQKEY()) - if (memberships) { - memberships = memberships - // avoid dups - .filter( - m => - !( - m.actorDid === variables.actorDid && - m.listUri === variables.listUri - ), - ) - .concat([ - { - ...variables, - membershipUri: data.uri, - }, - ]) - queryClient.setQueryData(RQKEY(), memberships) - } // invalidate the members queries (used for rendering the listings) - // use a timeout to wait for the appview (see above) + // use a timeout to wait for the appview setTimeout(() => { - queryClient.invalidateQueries({ + void queryClient.invalidateQueries({ queryKey: LIST_MEMBERS_RQKEY(variables.listUri), }) + void queryClient.invalidateQueries({ + queryKey: LIST_MEMBERS_ALL_RQKEY(variables.listUri), + }) }, 1e3) - // update WITH_MEMBERSHIPS query - + // update WITH_MEMBERSHIPS query for starter packs if (subject) { queryClient.setQueryData< InfiniteData @@ -251,32 +145,20 @@ export function useListMembershipRemoveMutation({ repo: currentAccount.did, rkey: membershipUrip.rkey, }) - // TODO - // we need to wait for appview to update, but there's not an efficient - // query for that, so we use a timeout below - // -prf }, onSuccess: (data, variables) => { - // manually update the cache; a refetch is too expensive - let memberships = queryClient.getQueryData(RQKEY()) - if (memberships) { - memberships = memberships.filter( - m => - !( - m.actorDid === variables.actorDid && - m.listUri === variables.listUri - ), - ) - queryClient.setQueryData(RQKEY(), memberships) - } // invalidate the members queries (used for rendering the listings) - // use a timeout to wait for the appview (see above) + // use a timeout to wait for the appview setTimeout(() => { - queryClient.invalidateQueries({ + void queryClient.invalidateQueries({ queryKey: LIST_MEMBERS_RQKEY(variables.listUri), }) + void queryClient.invalidateQueries({ + queryKey: LIST_MEMBERS_ALL_RQKEY(variables.listUri), + }) }, 1e3) + // update WITH_MEMBERSHIPS query for starter packs queryClient.setQueryData< InfiniteData >(STARTER_PACKS_WITH_MEMBERSHIPS_RKEY(variables.actorDid), old => { diff --git a/src/state/queries/lists-with-membership.ts b/src/state/queries/lists-with-membership.ts new file mode 100644 index 0000000000..3147b8845f --- /dev/null +++ b/src/state/queries/lists-with-membership.ts @@ -0,0 +1,122 @@ +import { + type AppBskyActorDefs, + type AppBskyGraphGetListsWithMembership, +} from '@atproto/api' +import { + type InfiniteData, + type QueryClient, + type QueryKey, + useInfiniteQuery, +} from '@tanstack/react-query' + +import {createQueryKey} from '#/state/queries/util' +import {useAgent} from '#/state/session' + +export type ListWithMembership = + AppBskyGraphGetListsWithMembership.ListWithMembership + +const listsWithMembershipQueryKeyRoot = 'lists-with-membership' +export const createListsWithMembershipQueryKey = (args: {actor: string}) => + createQueryKey(listsWithMembershipQueryKeyRoot, args) + +export function useListsWithMembershipQuery({ + actor, + enabled = true, +}: { + actor: string | undefined + enabled?: boolean +}) { + const agent = useAgent() + + return useInfiniteQuery< + AppBskyGraphGetListsWithMembership.OutputSchema, + Error, + InfiniteData, + QueryKey, + string | undefined + >({ + queryKey: createListsWithMembershipQueryKey({actor: actor ?? ''}), + queryFn: async ({pageParam}: {pageParam?: string}) => { + const res = await agent.app.bsky.graph.getListsWithMembership({ + actor: actor!, // the enabled flag prevents this from running until actor is set + limit: 50, + cursor: pageParam, + }) + return res.data + }, + enabled: Boolean(actor) && enabled, + initialPageParam: undefined, + getNextPageParam: lastPage => lastPage.cursor, + }) +} + +export function updateListMembershipOptimistically({ + queryClient, + actor, + listUri, + membershipUri, + subject, +}: { + queryClient: QueryClient + actor: string + listUri: string + membershipUri: string + subject: AppBskyActorDefs.ProfileView +}) { + queryClient.setQueryData< + InfiniteData + >(createListsWithMembershipQueryKey({actor}), old => { + if (!old) return old + + return { + ...old, + pages: old.pages.map(page => ({ + ...page, + listsWithMembership: page.listsWithMembership.map(lwm => { + if (lwm.list.uri === listUri) { + return { + ...lwm, + listItem: { + uri: membershipUri, + subject, + }, + } + } + return lwm + }), + })), + } + }) +} + +export function removeListMembershipOptimistically({ + queryClient, + actor, + listUri, +}: { + queryClient: QueryClient + actor: string + listUri: string +}) { + queryClient.setQueryData< + InfiniteData + >(createListsWithMembershipQueryKey({actor}), old => { + if (!old) return old + + return { + ...old, + pages: old.pages.map(page => ({ + ...page, + listsWithMembership: page.listsWithMembership.map(lwm => { + if (lwm.list.uri === listUri) { + return { + ...lwm, + listItem: undefined, + } + } + return lwm + }), + })), + } + }) +} diff --git a/src/state/queries/messages/get-unread-counts.ts b/src/state/queries/messages/get-unread-counts.ts new file mode 100644 index 0000000000..1073d569e5 --- /dev/null +++ b/src/state/queries/messages/get-unread-counts.ts @@ -0,0 +1,31 @@ +import {useQuery} from '@tanstack/react-query' + +import {DM_SERVICE_HEADERS} from '#/lib/constants' +import {useAgent, useSession} from '#/state/session' +import {useAgeAssurance} from '#/ageAssurance' +import {STALE} from '..' + +const RQKEY_ROOT = 'convo-unread-counts' +export const RQKEY = (includeGroupChats: boolean) => + [RQKEY_ROOT, includeGroupChats] as const +export const RQKEY_PARTIAL = [RQKEY_ROOT] as const + +export function useUnreadCountsQuery() { + const agent = useAgent() + const {hasSession} = useSession() + const aa = useAgeAssurance() + const includeGroupChats = !aa.flags.groupChatDisabled + + return useQuery({ + queryKey: RQKEY(includeGroupChats), + queryFn: async () => { + const {data} = await agent.chat.bsky.convo.getUnreadCounts( + {includeGroupChats}, + {headers: DM_SERVICE_HEADERS}, + ) + return data + }, + staleTime: STALE.SECONDS.FIFTEEN, + enabled: hasSession, + }) +} diff --git a/src/state/queries/messages/list-conversations.tsx b/src/state/queries/messages/list-conversations.tsx index 3ba857e155..6a326ca14e 100644 --- a/src/state/queries/messages/list-conversations.tsx +++ b/src/state/queries/messages/list-conversations.tsx @@ -1,10 +1,8 @@ -import {createContext, useCallback, useContext, useEffect, useMemo} from 'react' +import {useCallback, useEffect, useMemo} from 'react' import { type ChatBskyActorDefs, ChatBskyConvoDefs, type ChatBskyConvoListConvos, - moderateProfile, - type ModerationOpts, } from '@atproto/api' import { type InfiniteData, @@ -19,14 +17,14 @@ import throttle from 'lodash.throttle' import {DM_SERVICE_HEADERS} from '#/lib/constants' import {useCurrentConvoId} from '#/state/messages/current-convo-id' import {useMessagesEventBus} from '#/state/messages/events' -import {useModerationOpts} from '#/state/preferences/moderation-opts' import {invalidateJoinLinkPreviewsForConvo} from '#/state/queries/join-links' import {useAgent, useSession} from '#/state/session' -import {parseConvoView} from '#/components/dms/util' -import {useAgeAssurance} from '#/ageAssurance' -import {type AgeAssuranceFlags} from '#/ageAssurance/types' import * as bsky from '#/types/bsky' import {RQKEY as CONVO_KEY} from './conversation' +import { + RQKEY_PARTIAL as UNREAD_COUNTS_RQKEY_PARTIAL, + useUnreadCountsQuery, +} from './get-unread-counts' import { type ConvoRequestListQueryData, optimisticDelete as optimisticDeleteRequest, @@ -37,7 +35,6 @@ import { import {listConvoMembersQueryKey} from './list-convo-members' const DEFAULT_LIMIT = 10 -export const UNREAD_LIMIT = 20 export const RQKEY_ROOT = 'convo-list' export const RQKEY = ( @@ -145,30 +142,11 @@ export function useListConvosQuery({ }) } -const ListConvosContext = createContext<{ - accepted: ChatBskyConvoDefs.ConvoView[] - request: ChatBskyConvoDefs.ConvoView[] -} | null>(null) -ListConvosContext.displayName = 'ListConvosContext' - -export function useListConvos() { - const ctx = useContext(ListConvosContext) - if (!ctx) { - throw new Error('useListConvos must be used within a ListConvosProvider') - } - return ctx -} - -const empty = {accepted: [], request: []} export function ListConvosProvider({children}: {children: React.ReactNode}) { const {hasSession} = useSession() if (!hasSession) { - return ( - - {children} - - ) + return <>{children} } return {children} @@ -179,13 +157,6 @@ export function ListConvosProviderInner({ }: { children: React.ReactNode }) { - const aa = useAgeAssurance() - const {refetch, data} = useListConvosQuery({ - readState: 'unread', - limit: UNREAD_LIMIT, - lockStatus: 'unlocked', - kind: aa.flags.groupChatDisabled ? 'direct' : 'all', - }) const messagesBus = useMessagesEventBus() const queryClient = useQueryClient() const {currentConvoId} = useCurrentConvoId() @@ -193,7 +164,6 @@ export function ListConvosProviderInner({ const debouncedRefetch = useMemo(() => { const refetchAndInvalidate = () => { - void refetch() void queryClient.invalidateQueries({queryKey: [RQKEY_ROOT]}) void queryClient.invalidateQueries({queryKey: [REQUESTS_RQKEY_ROOT]}) } @@ -201,13 +171,31 @@ export function ListConvosProviderInner({ leading: true, trailing: true, }) - }, [refetch, queryClient]) + }, [queryClient]) + + // The unread badge count is derived from chat.bsky.convo.getUnreadCounts. + // Any chat log can change it, so refresh it (throttled) on every batch. + const debouncedInvalidateUnreadCounts = useMemo(() => { + return throttle( + () => { + void queryClient.invalidateQueries({ + queryKey: UNREAD_COUNTS_RQKEY_PARTIAL, + }) + }, + 500, + {leading: true, trailing: true}, + ) + }, [queryClient]) useEffect(() => { const unsub = messagesBus.on( events => { if (events.type !== 'logs') return + // Any log batch may change unread state (new message, read, accept, + // join request, etc.), so refresh the badge count for all of them. + debouncedInvalidateUnreadCounts() + function mutateMembers( convoId: string, fn: ( @@ -851,117 +839,42 @@ export function ListConvosProviderInner({ queryClient, currentAccount?.did, debouncedRefetch, + debouncedInvalidateUnreadCounts, ]) - const ctx = useMemo(() => { - const convos = data?.pages.flatMap(page => page.convos) ?? [] + return <>{children} +} + +export function useUnreadMessageCount(): { + count: number + numUnread?: string + hasNew: boolean +} { + const {data} = useUnreadCountsQuery() + const accepted = data?.unreadAcceptedConvos ?? 0 + const request = data?.unreadRequestConvos ?? 0 + + if (accepted > 0) { + const total = accepted + Math.min(request, 1) return { - accepted: convos.filter(conv => conv.status === 'accepted'), - request: convos.filter(conv => conv.status === 'request'), + count: total, + numUnread: total > 10 ? '10+' : String(total), + // only needed when numUnread is undefined + hasNew: false, } - }, [data]) - - return ( - - {children} - - ) -} - -export function useUnreadMessageCount() { - const {currentConvoId} = useCurrentConvoId() - const {currentAccount} = useSession() - const {accepted, request} = useListConvos() - const moderationOpts = useModerationOpts() - const aa = useAgeAssurance() - - return useMemo<{ - count: number - numUnread?: string - hasNew: boolean - }>(() => { - const acceptedCount = calculateCount( - accepted, - currentAccount?.did, - currentConvoId, - moderationOpts, - aa.flags, - ) - const requestCount = calculateCount( - request, - currentAccount?.did, - currentConvoId, - moderationOpts, - aa.flags, - ) - if (acceptedCount > 0) { - const total = acceptedCount + Math.min(requestCount, 1) - return { - count: total, - numUnread: total > 10 ? '10+' : String(total), - // only needed when numUnread is undefined - hasNew: false, - } - } else if (requestCount > 0) { - return { - count: 1, - numUnread: undefined, - hasNew: true, - } - } else { - return { - count: 0, - numUnread: undefined, - hasNew: false, - } + } else if (request > 0) { + return { + count: 1, + numUnread: undefined, + hasNew: true, } - }, [ - accepted, - request, - currentAccount?.did, - currentConvoId, - moderationOpts, - aa.flags, - ]) -} - -function calculateCount( - convos: ChatBskyConvoDefs.ConvoView[], - currentAccountDid: string | undefined, - currentConvoId: string | undefined, - moderationOpts: ModerationOpts | undefined, - flags: AgeAssuranceFlags, -) { - return ( - convos - .filter(convo => convo.id !== currentConvoId) - .reduce((acc, convoView) => { - const convo = parseConvoView(convoView, currentAccountDid) - - if (!convo || !moderationOpts) return acc - - if (convo.kind === 'group' && flags.groupChatDisabled) return acc - - const shouldIgnore = - convo.view.muted || - !convo.primaryMember || - moderateProfile(convo.primaryMember, moderationOpts).blocked || - convo.primaryMember.handle === 'missing.invalid' || - (convo.kind === 'group' && convo.details.lockStatus !== 'unlocked') - const unreadJoinRequestCount = - convo.kind === 'group' - ? (convo.details.unreadJoinRequestCount ?? 0) - : 0 - - const unreadCount = - !shouldIgnore && - (convo.view.unreadCount > 0 || unreadJoinRequestCount > 0) - ? 1 - : 0 - - return acc + unreadCount - }, 0) ?? 0 - ) + } else { + return { + count: 0, + numUnread: undefined, + hasNew: false, + } + } } export type ConvoListQueryData = { diff --git a/src/state/util.ts b/src/state/util.ts index 239aab5aca..7924b103cf 100644 --- a/src/state/util.ts +++ b/src/state/util.ts @@ -2,7 +2,6 @@ import {useCallback} from 'react' import {useDialogStateControlContext} from '#/state/dialogs' import {useLightboxControls} from '#/components/Lightbox/state' -import {useModalControls} from './modals' import {useComposerControls} from './shell/composer' import {useSetDrawerOpen} from './shell/drawer-open' @@ -12,7 +11,6 @@ import {useSetDrawerOpen} from './shell/drawer-open' */ export function useCloseAnyActiveElement() { const {closeLightbox} = useLightboxControls() - const {closeModal} = useModalControls() const {closeComposer} = useComposerControls() const {closeAllDialogs} = useDialogStateControlContext() const setDrawerOpen = useSetDrawerOpen() @@ -20,9 +18,6 @@ export function useCloseAnyActiveElement() { if (closeLightbox()) { return true } - if (closeModal()) { - return true - } if (closeAllDialogs()) { return true } @@ -31,7 +26,7 @@ export function useCloseAnyActiveElement() { } setDrawerOpen(false) return false - }, [closeLightbox, closeModal, closeComposer, setDrawerOpen, closeAllDialogs]) + }, [closeLightbox, closeComposer, setDrawerOpen, closeAllDialogs]) } /** @@ -39,21 +34,13 @@ export function useCloseAnyActiveElement() { */ export function useCloseAllActiveElements() { const {closeLightbox} = useLightboxControls() - const {closeAllModals} = useModalControls() const {closeComposer} = useComposerControls() const {closeAllDialogs: closeAlfDialogs} = useDialogStateControlContext() const setDrawerOpen = useSetDrawerOpen() return useCallback(() => { closeLightbox() - closeAllModals() closeComposer() closeAlfDialogs() setDrawerOpen(false) - }, [ - closeLightbox, - closeAllModals, - closeComposer, - closeAlfDialogs, - setDrawerOpen, - ]) + }, [closeLightbox, closeComposer, closeAlfDialogs, setDrawerOpen]) } diff --git a/src/storage/schema.ts b/src/storage/schema.ts index 6303600343..add2e9a0a8 100644 --- a/src/storage/schema.ts +++ b/src/storage/schema.ts @@ -1,5 +1,6 @@ import {type ID as PolicyUpdate202508} from '#/components/PolicyUpdateOverlay/updates/202508/config' import {type Gif} from '#/features/gifPicker/types' +import {type InviteThemeKey} from '#/features/inviteFriends/themes' import {type Geolocation} from '#/geolocation/types' /** @@ -62,6 +63,10 @@ export type Device = { activitySubscriptionsNudged?: boolean threadgateNudged?: boolean inviteFriendsFollowersPromoDismissed?: boolean + /** + * Selected color theme for the Invite Friends QR card. + */ + inviteFriendsThemeKey?: InviteThemeKey /** * Policy update overlays. New IDs are required for each new announcement. diff --git a/src/view/com/composer/Composer.tsx b/src/view/com/composer/Composer.tsx index 3ddaf41ed7..78a78a22a8 100644 --- a/src/view/com/composer/Composer.tsx +++ b/src/view/com/composer/Composer.tsx @@ -86,7 +86,6 @@ import { createComposerImage, pasteImage, } from '#/state/gallery' -import {useModalControls} from '#/state/modals' import {useRequireAltTextEnabled} from '#/state/preferences' import { fromPostLanguages, @@ -180,7 +179,7 @@ import { type VideoState, } from './state/video' import {type TextInputRef} from './text-input/TextInput.types' -import {getVideoMetadata} from './videos/pickVideo' +import {getVideoMetadata} from './videos/metadata' import {clearThumbnailCache} from './videos/VideoTranscodeBackdrop' type CancelRef = { @@ -283,7 +282,6 @@ export const ComposePost = ({ useSaveDraftMutation() const {mutate: cleanupPublishedDraft} = useCleanupPublishedDraftMutation() const {closeAllDialogs} = useDialogStateControlContext() - const {closeAllModals} = useModalControls() const {data: preferences} = usePreferencesQuery() const navigation = useNavigation() @@ -835,7 +833,7 @@ export const ComposePost = ({ const backHandler = BackHandler.addEventListener( 'hardwareBackPress', () => { - if (closeAllDialogs() || closeAllModals()) { + if (closeAllDialogs()) { return true } onPressCancel() @@ -845,7 +843,7 @@ export const ComposePost = ({ return () => { backHandler.remove() } - }, [onPressCancel, closeAllDialogs, closeAllModals]) + }, [onPressCancel, closeAllDialogs]) const missingAltError = useMemo(() => { if (!requireAltTextEnabled) { diff --git a/src/view/com/composer/SelectMediaButton.tsx b/src/view/com/composer/SelectMediaButton.tsx index 1de39f5f54..d3cb92db7c 100644 --- a/src/view/com/composer/SelectMediaButton.tsx +++ b/src/view/com/composer/SelectMediaButton.tsx @@ -24,6 +24,7 @@ import {Image_Stroke2_Corner0_Rounded as ImageIcon} from '#/components/icons/Ima import * as toast from '#/components/Toast' import {IS_NATIVE, IS_WEB} from '#/env' import {isAnimatedGif} from './videos/isAnimatedGif' +import {hasWebCodecs} from './videos/metadata' export type SelectMediaButtonProps = { disabled?: boolean @@ -291,9 +292,15 @@ async function processImagePickerAssets( /* * Filesize appears to be stable across all platforms, so we can use it * to filter out large files on web. On native, we compress these anyway, - * so we only check on web. + * so we only check on web. On web, we can reject early if the browser + * doesn't support WebCodecs. */ - if (IS_WEB && asset.fileSize && asset.fileSize > VIDEO_MAX_SIZE) { + if ( + IS_WEB && + !hasWebCodecs() && + asset.fileSize && + asset.fileSize > VIDEO_MAX_SIZE + ) { errors.add(SelectedAssetError.FileTooBig) continue } @@ -309,8 +316,7 @@ async function processImagePickerAssets( if (type === 'gif') { /* * Filesize appears to be stable across all platforms, so we can use it - * to filter out large files on web. On native, we compress GIFs as - * videos anyway, so we only check on web. + * to filter out large files. We can't compress GIFs on either platform. */ if (IS_WEB && asset.fileSize && asset.fileSize > VIDEO_MAX_SIZE) { errors.add(SelectedAssetError.FileTooBig) diff --git a/src/view/com/composer/videos/VideoTranscodeBackdrop.web.tsx b/src/view/com/composer/videos/VideoTranscodeBackdrop.web.tsx index a04200f53a..cb8eb52bec 100644 --- a/src/view/com/composer/videos/VideoTranscodeBackdrop.web.tsx +++ b/src/view/com/composer/videos/VideoTranscodeBackdrop.web.tsx @@ -1,7 +1,26 @@ +import {atoms as a, flatten} from '#/alf' + export function clearThumbnailCache() { - // no-op + // no-op on web } -export function VideoTranscodeBackdrop() { - return null +export function VideoTranscodeBackdrop({uri}: {uri: string}) { + return ( + ) } diff --git a/src/view/com/modals/Modal.tsx b/src/view/com/modals/Modal.tsx deleted file mode 100644 index fa95661d27..0000000000 --- a/src/view/com/modals/Modal.tsx +++ /dev/null @@ -1,95 +0,0 @@ -import {Fragment, useEffect, useRef} from 'react' -import {StyleSheet} from 'react-native' -import {SafeAreaView} from 'react-native-safe-area-context' -import BottomSheet from '@discord/bottom-sheet/src' - -import {usePalette} from '#/lib/hooks/usePalette' -import {useModalControls, useModals} from '#/state/modals' -import {FullWindowOverlay} from '#/components/FullWindowOverlay' -import {createCustomBackdrop} from '../util/BottomSheetCustomBackdrop' -import * as UserAddRemoveListsModal from './UserAddRemoveLists' - -const DEFAULT_SNAPPOINTS = ['90%'] -const HANDLE_HEIGHT = 24 - -export function ModalsContainer() { - const {isModalActive, activeModals} = useModals() - const {closeModal} = useModalControls() - const bottomSheetRef = useRef(null) - const pal = usePalette('default') - const activeModal = activeModals[activeModals.length - 1] - - const onBottomSheetChange = async (snapPoint: number) => { - if (snapPoint === -1) { - closeModal() - } - } - - const onClose = () => { - bottomSheetRef.current?.close() - closeModal() - } - - useEffect(() => { - if (isModalActive) { - bottomSheetRef.current?.snapToIndex(0) - } else { - bottomSheetRef.current?.close() - } - }, [isModalActive, bottomSheetRef, activeModal?.name]) - - let snapPoints: (string | number)[] = DEFAULT_SNAPPOINTS - let element - if (activeModal?.name === 'user-add-remove-lists') { - snapPoints = UserAddRemoveListsModal.snapPoints - element = - } else { - return null - } - - if (snapPoints[0] === 'fullscreen') { - return ( - - {element} - - ) - } - - const Container = activeModal ? FullWindowOverlay : Fragment - - return ( - - - {element} - - - ) -} - -const styles = StyleSheet.create({ - handle: { - borderTopLeftRadius: 10, - borderTopRightRadius: 10, - }, - fullscreenContainer: { - position: 'absolute', - top: 0, - left: 0, - bottom: 0, - right: 0, - }, -}) diff --git a/src/view/com/modals/Modal.web.tsx b/src/view/com/modals/Modal.web.tsx deleted file mode 100644 index dc080bae01..0000000000 --- a/src/view/com/modals/Modal.web.tsx +++ /dev/null @@ -1,104 +0,0 @@ -import {StyleSheet, TouchableWithoutFeedback, View} from 'react-native' -import Animated, {FadeIn, FadeOut} from 'react-native-reanimated' -import {RemoveScrollBar} from 'react-remove-scroll-bar' - -import {usePalette} from '#/lib/hooks/usePalette' -import {useWebMediaQueries} from '#/lib/hooks/useWebMediaQueries' -import {type Modal as ModalIface} from '#/state/modals' -import {useModalControls, useModals} from '#/state/modals' -import * as UserAddRemoveLists from './UserAddRemoveLists' - -export function ModalsContainer() { - const {isModalActive, activeModals} = useModals() - - if (!isModalActive) { - return null - } - - return ( - <> - - {activeModals.map((modal, i) => ( - - ))} - - ) -} - -function Modal({modal}: {modal: ModalIface}) { - const {isModalActive} = useModals() - const {closeModal} = useModalControls() - const pal = usePalette('default') - const {isMobile} = useWebMediaQueries() - - if (!isModalActive) { - return null - } - - const onPressMask = () => { - closeModal() - } - const onInnerPress = () => { - // TODO: can we use prevent default? - // do nothing, we just want to stop it from bubbling - } - - let element - if (modal.name === 'user-add-remove-lists') { - element = - } else { - return null - } - - return ( - // eslint-disable-next-line react-native-a11y/has-valid-accessibility-descriptors - - - {/* eslint-disable-next-line react-native-a11y/has-valid-accessibility-descriptors */} - - - {element} - - - - - ) -} - -const styles = StyleSheet.create({ - mask: { - // @ts-ignore - position: 'fixed', - top: 0, - left: 0, - width: '100%', - height: '100%', - backgroundColor: '#000c', - alignItems: 'center', - justifyContent: 'center', - }, - container: { - width: 600, - // @ts-ignore web only - maxWidth: '100vw', - // @ts-ignore web only - maxHeight: '90vh', - paddingVertical: 20, - paddingHorizontal: 24, - borderRadius: 8, - borderWidth: 1, - }, - containerMobile: { - borderRadius: 0, - paddingHorizontal: 0, - }, -}) diff --git a/src/view/com/modals/UserAddRemoveLists.tsx b/src/view/com/modals/UserAddRemoveLists.tsx deleted file mode 100644 index 1648b0ff22..0000000000 --- a/src/view/com/modals/UserAddRemoveLists.tsx +++ /dev/null @@ -1,299 +0,0 @@ -import {useCallback, useMemo, useState} from 'react' -import { - ActivityIndicator, - StyleSheet, - useWindowDimensions, - View, -} from 'react-native' -import {type AppBskyGraphDefs as GraphDefs} from '@atproto/api' -import {msg} from '@lingui/core/macro' -import {useLingui} from '@lingui/react' -import {Trans} from '@lingui/react/macro' - -import {usePalette} from '#/lib/hooks/usePalette' -import {sanitizeDisplayName} from '#/lib/strings/display-names' -import {cleanError} from '#/lib/strings/errors' -import {sanitizeHandle} from '#/lib/strings/handles' -import {s} from '#/lib/styles' -import {useModalControls} from '#/state/modals' -import { - getMembership, - type ListMembersip, - useDangerousListMembershipsQuery, - useListMembershipAddMutation, - useListMembershipRemoveMutation, -} from '#/state/queries/list-memberships' -import {useSession} from '#/state/session' -import {IS_ANDROID, IS_WEB, IS_WEB_MOBILE} from '#/env' -import {MyLists} from '../lists/MyLists' -import {Button} from '../util/forms/Button' -import {Text} from '../util/text/Text' -import * as Toast from '../util/Toast' -import {UserAvatar} from '../util/UserAvatar' - -export const snapPoints = ['fullscreen'] - -export function Component({ - subject, - handle, - displayName, - onAdd, - onRemove, -}: { - subject: string - handle: string - displayName: string - onAdd?: (listUri: string) => void - onRemove?: (listUri: string) => void -}) { - const {closeModal} = useModalControls() - const pal = usePalette('default') - const {height: screenHeight} = useWindowDimensions() - const {_} = useLingui() - const {data: memberships} = useDangerousListMembershipsQuery() - - const onPressDone = useCallback(() => { - closeModal() - }, [closeModal]) - - const listStyle = useMemo(() => { - if (IS_WEB_MOBILE) { - return [pal.border, {height: screenHeight / 2}] - } else if (IS_WEB) { - return [pal.border, {height: screenHeight / 1.5}] - } - - return [pal.border, {flex: 1, borderTopWidth: StyleSheet.hairlineWidth}] - }, [pal.border, screenHeight]) - - const headerStyles = [ - { - textAlign: 'center', - fontWeight: '600', - fontSize: 20, - marginBottom: 12, - paddingHorizontal: 12, - } as const, - pal.text, - ] - - return ( - - - - Update{' '} - - {displayName} - {' '} - in Lists - - - ( - - )} - style={listStyle} - /> - - @@ -133,7 +132,6 @@ export default function Storybook() { -