mirror of
https://github.com/bitwarden/mobile
synced 2026-01-07 02:53:56 +00:00
Compare commits
1 Commits
hotfix-pre
...
v2024.4.2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
62262269bc |
18
.github/ISSUE_TEMPLATE/bug.yml
vendored
18
.github/ISSUE_TEMPLATE/bug.yml
vendored
@@ -6,20 +6,8 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Thanks for taking the time to fill out this bug report!
|
Thanks for taking the time to fill out this bug report!
|
||||||
|
|
||||||
> [!WARNING]
|
|
||||||
> Testing the new Bitwarden Beta apps? Submit your report in [bitwarden/android](https://github.com/bitwarden/android) or [bitwarden/ios](https://github.com/bitwarden/ios)
|
|
||||||
|
|
||||||
|
|
||||||
Please do not submit feature requests. The [Community Forums](https://community.bitwarden.com) has a section for submitting, voting for, and discussing product feature requests.
|
Please do not submit feature requests. The [Community Forums](https://community.bitwarden.com) has a section for submitting, voting for, and discussing product feature requests.
|
||||||
- type: checkboxes
|
|
||||||
id: production
|
|
||||||
attributes:
|
|
||||||
label: Production Build
|
|
||||||
options:
|
|
||||||
- label: I'm using the legacy Bitwarden app pubicly available in App Store / Play Store and I'm aware that Bitwarden Beta bugs should be reported in [bitwarden/android](https://github.com/bitwarden/android) or [bitwarden/ios](https://github.com/bitwarden/ios)
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: reproduce
|
id: reproduce
|
||||||
attributes:
|
attributes:
|
||||||
@@ -85,3 +73,9 @@ body:
|
|||||||
description: What version of our software are you running? (go to "Settings" → "About" in the app)
|
description: What version of our software are you running? (go to "Settings" → "About" in the app)
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: checkboxes
|
||||||
|
id: beta
|
||||||
|
attributes:
|
||||||
|
label: Beta
|
||||||
|
options:
|
||||||
|
- label: Using a pre-release version of the application.
|
||||||
|
|||||||
6
.github/ISSUE_TEMPLATE/config.yml
vendored
6
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -1,11 +1,5 @@
|
|||||||
blank_issues_enabled: false
|
blank_issues_enabled: false
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: Native Android Beta Bug Reports
|
|
||||||
url: https://github.com/bitwarden/android/issues
|
|
||||||
about: Bugs found in the new native Android Beta app should be reported in [bitwarden/android](https://github.com/bitwarden/android)
|
|
||||||
- name: Native iOS BETA Bug Reports
|
|
||||||
url: https://github.com/bitwarden/ios/issues
|
|
||||||
about: Bugs found in the new native iOS Beta app should be reported in [bitwarden/ios](https://github.com/bitwarden/ios)
|
|
||||||
- name: Customer Support
|
- name: Customer Support
|
||||||
url: https://bitwarden.com/contact/
|
url: https://bitwarden.com/contact/
|
||||||
about: Please contact our customer support for account issues and general customer support.
|
about: Please contact our customer support for account issues and general customer support.
|
||||||
|
|||||||
35
.github/labeler.yml
vendored
35
.github/labeler.yml
vendored
@@ -1,26 +1,19 @@
|
|||||||
android:
|
android:
|
||||||
- changed-files:
|
- src/App/*
|
||||||
- any-glob-to-any-file:
|
- src/Core/*
|
||||||
- src/App/*
|
- src/Android/*
|
||||||
- src/Core/*
|
|
||||||
- src/Android/*
|
|
||||||
- 'src/Xamarin.AndroidX.Credentials/*'
|
|
||||||
|
|
||||||
iOS:
|
iOS:
|
||||||
- changed-files:
|
- src/App/*
|
||||||
- any-glob-to-any-file:
|
- src/Core/*
|
||||||
- src/App/*
|
- lib/ios/*
|
||||||
- src/Core/*
|
- src/iOS/*
|
||||||
- lib/ios/*
|
- 'src/iOS.Autofill/*'
|
||||||
- src/iOS/*
|
- 'src/iOS.Core/*'
|
||||||
- 'src/iOS.Autofill/*'
|
- 'src/iOS.Extension/*'
|
||||||
- 'src/iOS.Core/*'
|
- 'src/iOS.ShareExtension/*'
|
||||||
- 'src/iOS.Extension/*'
|
- 'src/iOS.Widget/*'
|
||||||
- 'src/iOS.ShareExtension/*'
|
- src/watchOS/*
|
||||||
- 'src/iOS.Widget/*'
|
|
||||||
- src/watchOS/*
|
|
||||||
|
|
||||||
watchOS:
|
watchOS:
|
||||||
- changed-files:
|
- src/watchOS/*
|
||||||
- any-glob-to-any-file:
|
|
||||||
- src/watchOS/*
|
|
||||||
@@ -7,7 +7,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
close-issue:
|
close-issue:
|
||||||
name: 'Close issue with automatic response'
|
name: 'Close issue with automatic response'
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-20.04
|
||||||
permissions:
|
permissions:
|
||||||
issues: write
|
issues: write
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
12
.github/workflows/build-beta.yml
vendored
12
.github/workflows/build-beta.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
|||||||
hotfix_branch_exists: ${{ steps.branch-check.outputs.hotfix_branch_exists }}
|
hotfix_branch_exists: ${{ steps.branch-check.outputs.hotfix_branch_exists }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
|
||||||
with:
|
with:
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
|
|
||||||
@@ -58,12 +58,12 @@ jobs:
|
|||||||
xcode-version: 15.1
|
xcode-version: 15.1
|
||||||
|
|
||||||
- name: Setup NuGet
|
- name: Setup NuGet
|
||||||
uses: nuget/setup-nuget@a21f25cd3998bf370fde17e3f1b4c12c175172f9 # v2.0.0
|
uses: nuget/setup-nuget@296fd3ccf8528660c91106efefe2364482f86d6f # v1.2.0
|
||||||
with:
|
with:
|
||||||
nuget-version: 6.4.0
|
nuget-version: 6.4.0
|
||||||
|
|
||||||
- name: Set up .NET
|
- name: Set up .NET
|
||||||
uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1
|
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
|
||||||
with:
|
with:
|
||||||
dotnet-version: '8.0.x'
|
dotnet-version: '8.0.x'
|
||||||
|
|
||||||
@@ -80,7 +80,7 @@ jobs:
|
|||||||
echo "GitHub event: $GITHUB_EVENT"
|
echo "GitHub event: $GITHUB_EVENT"
|
||||||
|
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
ref: ${{ inputs.ref }}
|
ref: ${{ inputs.ref }}
|
||||||
@@ -266,7 +266,7 @@ jobs:
|
|||||||
cp -r -v $WATCH_ARCHIVE_DSYMS_PATH $WATCH_DSYMS_EXPORT_PATH
|
cp -r -v $WATCH_ARCHIVE_DSYMS_PATH $WATCH_DSYMS_EXPORT_PATH
|
||||||
|
|
||||||
- name: Upload App Store .ipa & dSYMs artifacts
|
- name: Upload App Store .ipa & dSYMs artifacts
|
||||||
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
|
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
|
||||||
with:
|
with:
|
||||||
name: Bitwarden iOS
|
name: Bitwarden iOS
|
||||||
path: |
|
path: |
|
||||||
@@ -275,7 +275,7 @@ jobs:
|
|||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload .app file for Automation CI
|
- name: Upload .app file for Automation CI
|
||||||
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
|
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
|
||||||
with:
|
with:
|
||||||
name: ${{ env.app_ci_output_filename }}.app.zip
|
name: ${{ env.app_ci_output_filename }}.app.zip
|
||||||
path: ./bitwarden-export/${{ env.app_ci_output_filename }}.app.zip
|
path: ./bitwarden-export/${{ env.app_ci_output_filename }}.app.zip
|
||||||
|
|||||||
60
.github/workflows/build.yml
vendored
60
.github/workflows/build.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
|||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
|
||||||
|
|
||||||
- name: Set up CLOC
|
- name: Set up CLOC
|
||||||
run: |
|
run: |
|
||||||
@@ -40,7 +40,7 @@ jobs:
|
|||||||
hotfix_branch_exists: ${{ steps.branch-check.outputs.hotfix_branch_exists }}
|
hotfix_branch_exists: ${{ steps.branch-check.outputs.hotfix_branch_exists }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
|
||||||
with:
|
with:
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
|
|
||||||
@@ -73,18 +73,23 @@ jobs:
|
|||||||
android_folder_path_bash: src/App/Platforms/Android
|
android_folder_path_bash: src/App/Platforms/Android
|
||||||
steps:
|
steps:
|
||||||
- name: Setup NuGet
|
- name: Setup NuGet
|
||||||
uses: nuget/setup-nuget@a21f25cd3998bf370fde17e3f1b4c12c175172f9 # v2.0.0
|
uses: nuget/setup-nuget@296fd3ccf8528660c91106efefe2364482f86d6f # v1.2.0
|
||||||
with:
|
with:
|
||||||
nuget-version: 6.4.0
|
nuget-version: 6.4.0
|
||||||
|
|
||||||
- name: Set up .NET
|
- name: Set up .NET
|
||||||
uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1
|
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
|
||||||
with:
|
with:
|
||||||
dotnet-version: '8.0.x'
|
dotnet-version: '8.0.x'
|
||||||
|
|
||||||
- name: Set up MSBuild
|
- name: Set up MSBuild
|
||||||
uses: microsoft/setup-msbuild@6fb02220983dee41ce7ae257b6f4d8f9bf5ed4ce # v2.0.0
|
uses: microsoft/setup-msbuild@6fb02220983dee41ce7ae257b6f4d8f9bf5ed4ce # v2.0.0
|
||||||
|
|
||||||
|
# This step might be obsolete at some point as .NET MAUI workloads
|
||||||
|
# are starting to come pre-installed on the GH Actions build agents.
|
||||||
|
- name: Install MAUI Workload
|
||||||
|
run: dotnet workload install maui --ignore-failed-sources
|
||||||
|
|
||||||
- name: Setup Windows builder
|
- name: Setup Windows builder
|
||||||
run: choco install checksum --no-progress
|
run: choco install checksum --no-progress
|
||||||
|
|
||||||
@@ -104,7 +109,7 @@ jobs:
|
|||||||
echo "GitHub event: $GITHUB_EVENT"
|
echo "GitHub event: $GITHUB_EVENT"
|
||||||
|
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
@@ -140,7 +145,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Increment version
|
- name: Increment version
|
||||||
run: |
|
run: |
|
||||||
BUILD_NUMBER=$((11000 + $GITHUB_RUN_NUMBER))
|
BUILD_NUMBER=$((3000 + $GITHUB_RUN_NUMBER))
|
||||||
echo "##### Setting Android Version Code to $BUILD_NUMBER" | tee -a $GITHUB_STEP_SUMMARY
|
echo "##### Setting Android Version Code to $BUILD_NUMBER" | tee -a $GITHUB_STEP_SUMMARY
|
||||||
|
|
||||||
sed -i "s/android:versionCode=\"1\"/android:versionCode=\"$BUILD_NUMBER\"/" \
|
sed -i "s/android:versionCode=\"1\"/android:versionCode=\"$BUILD_NUMBER\"/" \
|
||||||
@@ -221,7 +226,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload Prod .aab artifact
|
- name: Upload Prod .aab artifact
|
||||||
if: ${{ matrix.variant == 'prod' }}
|
if: ${{ matrix.variant == 'prod' }}
|
||||||
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
|
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
|
||||||
with:
|
with:
|
||||||
name: com.x8bit.bitwarden.aab
|
name: com.x8bit.bitwarden.aab
|
||||||
path: ./com.x8bit.bitwarden.aab
|
path: ./com.x8bit.bitwarden.aab
|
||||||
@@ -229,7 +234,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload Prod .apk artifact
|
- name: Upload Prod .apk artifact
|
||||||
if: ${{ matrix.variant == 'prod' }}
|
if: ${{ matrix.variant == 'prod' }}
|
||||||
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
|
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
|
||||||
with:
|
with:
|
||||||
name: com.x8bit.bitwarden.apk
|
name: com.x8bit.bitwarden.apk
|
||||||
path: ./com.x8bit.bitwarden.apk
|
path: ./com.x8bit.bitwarden.apk
|
||||||
@@ -237,7 +242,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload Other .apk artifact
|
- name: Upload Other .apk artifact
|
||||||
if: ${{ matrix.variant != 'prod' }}
|
if: ${{ matrix.variant != 'prod' }}
|
||||||
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
|
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
|
||||||
with:
|
with:
|
||||||
name: com.x8bit.bitwarden.${{ matrix.variant }}.apk
|
name: com.x8bit.bitwarden.${{ matrix.variant }}.apk
|
||||||
path: ./com.x8bit.bitwarden.${{ matrix.variant }}.apk
|
path: ./com.x8bit.bitwarden.${{ matrix.variant }}.apk
|
||||||
@@ -257,7 +262,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload .apk sha file for prod
|
- name: Upload .apk sha file for prod
|
||||||
if: ${{ matrix.variant == 'prod' }}
|
if: ${{ matrix.variant == 'prod' }}
|
||||||
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
|
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
|
||||||
with:
|
with:
|
||||||
name: bw-android-apk-sha256.txt
|
name: bw-android-apk-sha256.txt
|
||||||
path: ./bw-android-apk-sha256.txt
|
path: ./bw-android-apk-sha256.txt
|
||||||
@@ -265,7 +270,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload .apk sha file for other
|
- name: Upload .apk sha file for other
|
||||||
if: ${{ matrix.variant != 'prod' }}
|
if: ${{ matrix.variant != 'prod' }}
|
||||||
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
|
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
|
||||||
with:
|
with:
|
||||||
name: bw-android-${{ matrix.variant }}-apk-sha256.txt
|
name: bw-android-${{ matrix.variant }}-apk-sha256.txt
|
||||||
path: ./bw-android-${{ matrix.variant }}-apk-sha256.txt
|
path: ./bw-android-${{ matrix.variant }}-apk-sha256.txt
|
||||||
@@ -295,18 +300,23 @@ jobs:
|
|||||||
android_manifest_path: src/App/Platforms/Android/AndroidManifest.xml
|
android_manifest_path: src/App/Platforms/Android/AndroidManifest.xml
|
||||||
steps:
|
steps:
|
||||||
- name: Setup NuGet
|
- name: Setup NuGet
|
||||||
uses: nuget/setup-nuget@a21f25cd3998bf370fde17e3f1b4c12c175172f9 # v2.0.0
|
uses: nuget/setup-nuget@296fd3ccf8528660c91106efefe2364482f86d6f # v1.2.0
|
||||||
with:
|
with:
|
||||||
nuget-version: 6.4.0
|
nuget-version: 6.4.0
|
||||||
|
|
||||||
- name: Set up .NET
|
- name: Set up .NET
|
||||||
uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1
|
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
|
||||||
with:
|
with:
|
||||||
dotnet-version: '8.0.x'
|
dotnet-version: '8.0.x'
|
||||||
|
|
||||||
- name: Set up MSBuild
|
- name: Set up MSBuild
|
||||||
uses: microsoft/setup-msbuild@6fb02220983dee41ce7ae257b6f4d8f9bf5ed4ce # v2.0.0
|
uses: microsoft/setup-msbuild@6fb02220983dee41ce7ae257b6f4d8f9bf5ed4ce # v2.0.0
|
||||||
|
|
||||||
|
# This step might be obsolete at some point as .NET MAUI workloads
|
||||||
|
# are starting to come pre-installed on the GH Actions build agents.
|
||||||
|
- name: Install MAUI Workload
|
||||||
|
run: dotnet workload install maui --ignore-failed-sources
|
||||||
|
|
||||||
- name: Setup Windows builder
|
- name: Setup Windows builder
|
||||||
run: choco install checksum --no-progress
|
run: choco install checksum --no-progress
|
||||||
|
|
||||||
@@ -325,7 +335,7 @@ jobs:
|
|||||||
echo "GitHub event: $GITHUB_EVENT"
|
echo "GitHub event: $GITHUB_EVENT"
|
||||||
|
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
|
||||||
|
|
||||||
- name: Login to Azure - CI Subscription
|
- name: Login to Azure - CI Subscription
|
||||||
uses: Azure/login@e15b166166a8746d1a47596803bd8c1b595455cf # v1.6.0
|
uses: Azure/login@e15b166166a8746d1a47596803bd8c1b595455cf # v1.6.0
|
||||||
@@ -344,7 +354,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Increment version
|
- name: Increment version
|
||||||
run: |
|
run: |
|
||||||
BUILD_NUMBER=$((11000 + $GITHUB_RUN_NUMBER))
|
BUILD_NUMBER=$((3000 + $GITHUB_RUN_NUMBER))
|
||||||
echo "##### Setting F-Droid Version Code to $BUILD_NUMBER" | tee -a $GITHUB_STEP_SUMMARY
|
echo "##### Setting F-Droid Version Code to $BUILD_NUMBER" | tee -a $GITHUB_STEP_SUMMARY
|
||||||
|
|
||||||
sed -i "s/android:versionCode=\"1\"/android:versionCode=\"$BUILD_NUMBER\"/" \
|
sed -i "s/android:versionCode=\"1\"/android:versionCode=\"$BUILD_NUMBER\"/" \
|
||||||
@@ -404,7 +414,7 @@ jobs:
|
|||||||
Copy-Item $signedApkPath $signedApkDestPath
|
Copy-Item $signedApkPath $signedApkDestPath
|
||||||
|
|
||||||
- name: Upload F-Droid .apk artifact
|
- name: Upload F-Droid .apk artifact
|
||||||
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
|
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
|
||||||
with:
|
with:
|
||||||
name: com.x8bit.bitwarden-fdroid.apk
|
name: com.x8bit.bitwarden-fdroid.apk
|
||||||
path: ./com.x8bit.bitwarden-fdroid.apk
|
path: ./com.x8bit.bitwarden-fdroid.apk
|
||||||
@@ -416,7 +426,7 @@ jobs:
|
|||||||
-t sha256 | Out-File -Encoding ASCII ./bw-fdroid-apk-sha256.txt
|
-t sha256 | Out-File -Encoding ASCII ./bw-fdroid-apk-sha256.txt
|
||||||
|
|
||||||
- name: Upload F-Droid sha file
|
- name: Upload F-Droid sha file
|
||||||
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
|
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
|
||||||
with:
|
with:
|
||||||
name: bw-fdroid-apk-sha256.txt
|
name: bw-fdroid-apk-sha256.txt
|
||||||
path: ./bw-fdroid-apk-sha256.txt
|
path: ./bw-fdroid-apk-sha256.txt
|
||||||
@@ -438,12 +448,12 @@ jobs:
|
|||||||
xcode-version: 15.1
|
xcode-version: 15.1
|
||||||
|
|
||||||
- name: Setup NuGet
|
- name: Setup NuGet
|
||||||
uses: nuget/setup-nuget@a21f25cd3998bf370fde17e3f1b4c12c175172f9 # v2.0.0
|
uses: nuget/setup-nuget@296fd3ccf8528660c91106efefe2364482f86d6f # v1.2.0
|
||||||
with:
|
with:
|
||||||
nuget-version: 6.4.0
|
nuget-version: 6.4.0
|
||||||
|
|
||||||
- name: Set up .NET
|
- name: Set up .NET
|
||||||
uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1
|
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
|
||||||
with:
|
with:
|
||||||
dotnet-version: '8.0.x'
|
dotnet-version: '8.0.x'
|
||||||
|
|
||||||
@@ -460,7 +470,7 @@ jobs:
|
|||||||
echo "GitHub event: $GITHUB_EVENT"
|
echo "GitHub event: $GITHUB_EVENT"
|
||||||
|
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
|
||||||
with:
|
with:
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
|
|
||||||
@@ -509,7 +519,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Increment version
|
- name: Increment version
|
||||||
run: |
|
run: |
|
||||||
BUILD_NUMBER=$((8000 + $GITHUB_RUN_NUMBER))
|
BUILD_NUMBER=$((100 + $GITHUB_RUN_NUMBER))
|
||||||
echo "##### Setting iOS CFBundleVersion to $BUILD_NUMBER" | tee -a $GITHUB_STEP_SUMMARY
|
echo "##### Setting iOS CFBundleVersion to $BUILD_NUMBER" | tee -a $GITHUB_STEP_SUMMARY
|
||||||
|
|
||||||
perl -0777 -pi.bak -e 's/<key>CFBundleVersion<\/key>\s*<string>1<\/string>/<key>CFBundleVersion<\/key>\n\t<string>'"$BUILD_NUMBER"'<\/string>/' ./${{ env.ios_folder_path }}/Info.plist
|
perl -0777 -pi.bak -e 's/<key>CFBundleVersion<\/key>\s*<string>1<\/string>/<key>CFBundleVersion<\/key>\n\t<string>'"$BUILD_NUMBER"'<\/string>/' ./${{ env.ios_folder_path }}/Info.plist
|
||||||
@@ -621,7 +631,7 @@ jobs:
|
|||||||
cp -r -v $WATCH_ARCHIVE_DSYMS_PATH $WATCH_DSYMS_EXPORT_PATH
|
cp -r -v $WATCH_ARCHIVE_DSYMS_PATH $WATCH_DSYMS_EXPORT_PATH
|
||||||
|
|
||||||
- name: Upload App Store .ipa & dSYMs artifacts
|
- name: Upload App Store .ipa & dSYMs artifacts
|
||||||
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
|
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
|
||||||
with:
|
with:
|
||||||
name: Bitwarden iOS
|
name: Bitwarden iOS
|
||||||
path: |
|
path: |
|
||||||
@@ -630,7 +640,7 @@ jobs:
|
|||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload .app file for Automation CI
|
- name: Upload .app file for Automation CI
|
||||||
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
|
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
|
||||||
with:
|
with:
|
||||||
name: ${{ env.app_ci_output_filename }}.app.zip
|
name: ${{ env.app_ci_output_filename }}.app.zip
|
||||||
path: ./bitwarden-export/${{ env.app_ci_output_filename }}.app.zip
|
path: ./bitwarden-export/${{ env.app_ci_output_filename }}.app.zip
|
||||||
@@ -708,7 +718,7 @@ jobs:
|
|||||||
_CROWDIN_PROJECT_ID: "269690"
|
_CROWDIN_PROJECT_ID: "269690"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
|
||||||
|
|
||||||
- name: Login to Azure - CI Subscription
|
- name: Login to Azure - CI Subscription
|
||||||
uses: Azure/login@e15b166166a8746d1a47596803bd8c1b595455cf # v1.6.0
|
uses: Azure/login@e15b166166a8746d1a47596803bd8c1b595455cf # v1.6.0
|
||||||
@@ -723,7 +733,7 @@ jobs:
|
|||||||
secrets: "crowdin-api-token"
|
secrets: "crowdin-api-token"
|
||||||
|
|
||||||
- name: Upload Sources
|
- name: Upload Sources
|
||||||
uses: crowdin/github-action@61ac8b980551f674046220c3e104bddae2916ac5 # v2.0.0
|
uses: crowdin/github-action@67705afb6985401459cd143d5f5f00c9dc212f23 # v1.20.2
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
CROWDIN_API_TOKEN: ${{ steps.retrieve-secrets.outputs.crowdin-api-token }}
|
CROWDIN_API_TOKEN: ${{ steps.retrieve-secrets.outputs.crowdin-api-token }}
|
||||||
|
|||||||
2
.github/workflows/cleanup-rc-branch.yml
vendored
2
.github/workflows/cleanup-rc-branch.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
|||||||
secrets: "github-pat-bitwarden-devops-bot-repo-scope"
|
secrets: "github-pat-bitwarden-devops-bot-repo-scope"
|
||||||
|
|
||||||
- name: Checkout main
|
- name: Checkout main
|
||||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
|
||||||
with:
|
with:
|
||||||
ref: main
|
ref: main
|
||||||
token: ${{ steps.retrieve-bot-secrets.outputs.github-pat-bitwarden-devops-bot-repo-scope }}
|
token: ${{ steps.retrieve-bot-secrets.outputs.github-pat-bitwarden-devops-bot-repo-scope }}
|
||||||
|
|||||||
6
.github/workflows/crowdin-pull.yml
vendored
6
.github/workflows/crowdin-pull.yml
vendored
@@ -10,12 +10,12 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
crowdin-sync:
|
crowdin-sync:
|
||||||
name: Autosync
|
name: Autosync
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-20.04
|
||||||
env:
|
env:
|
||||||
_CROWDIN_PROJECT_ID: "269690"
|
_CROWDIN_PROJECT_ID: "269690"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
|
||||||
|
|
||||||
- name: Login to Azure - CI Subscription
|
- name: Login to Azure - CI Subscription
|
||||||
uses: Azure/login@e15b166166a8746d1a47596803bd8c1b595455cf # v1.6.0
|
uses: Azure/login@e15b166166a8746d1a47596803bd8c1b595455cf # v1.6.0
|
||||||
@@ -30,7 +30,7 @@ jobs:
|
|||||||
secrets: "crowdin-api-token, github-gpg-private-key, github-gpg-private-key-passphrase"
|
secrets: "crowdin-api-token, github-gpg-private-key, github-gpg-private-key-passphrase"
|
||||||
|
|
||||||
- name: Download translations
|
- name: Download translations
|
||||||
uses: crowdin/github-action@61ac8b980551f674046220c3e104bddae2916ac5 # v2.0.0
|
uses: crowdin/github-action@67705afb6985401459cd143d5f5f00c9dc212f23 # v1.20.2
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
CROWDIN_API_TOKEN: ${{ steps.retrieve-secrets.outputs.crowdin-api-token }}
|
CROWDIN_API_TOKEN: ${{ steps.retrieve-secrets.outputs.crowdin-api-token }}
|
||||||
|
|||||||
2
.github/workflows/enforce-labels.yml
vendored
2
.github/workflows/enforce-labels.yml
vendored
@@ -7,7 +7,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
enforce-label:
|
enforce-label:
|
||||||
name: EnforceLabel
|
name: EnforceLabel
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Enforce Label
|
- name: Enforce Label
|
||||||
uses: yogevbd/enforce-label-action@a3c219da6b8fa73f6ba62b68ff09c469b3a1c024 # 2.2.2
|
uses: yogevbd/enforce-label-action@a3c219da6b8fa73f6ba62b68ff09c469b3a1c024 # 2.2.2
|
||||||
|
|||||||
2
.github/workflows/pr-labeler.yml
vendored
2
.github/workflows/pr-labeler.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
|||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
|
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
|
||||||
with:
|
with:
|
||||||
|
|||||||
110
.github/workflows/release.yml
vendored
110
.github/workflows/release.yml
vendored
@@ -23,7 +23,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
name: Create Release
|
name: Create Release
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-20.04
|
||||||
outputs:
|
outputs:
|
||||||
branch-name: ${{ steps.branch.outputs.branch-name }}
|
branch-name: ${{ steps.branch.outputs.branch-name }}
|
||||||
steps:
|
steps:
|
||||||
@@ -38,7 +38,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
|
||||||
|
|
||||||
- name: Check Release Version
|
- name: Check Release Version
|
||||||
id: version
|
id: version
|
||||||
@@ -65,31 +65,25 @@ jobs:
|
|||||||
description: 'Deployment ${{ steps.version.outputs.version }} from branch ${{ steps.branch.outputs.branch-name }}'
|
description: 'Deployment ${{ steps.version.outputs.version }} from branch ${{ steps.branch.outputs.branch-name }}'
|
||||||
task: release
|
task: release
|
||||||
|
|
||||||
|
|
||||||
- name: Download all artifacts
|
- name: Download all artifacts
|
||||||
if: ${{ inputs.release_type != 'Dry Run' }}
|
if: ${{ inputs.release_type != 'Dry Run' }}
|
||||||
uses: bitwarden/gh-actions/download-artifacts@main
|
uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe # v3.1.4
|
||||||
with:
|
with:
|
||||||
workflow: build.yml
|
workflow: build.yml
|
||||||
workflow_conclusion: success
|
workflow_conclusion: success
|
||||||
branch: ${{ steps.branch.outputs.branch-name }}
|
branch: ${{ steps.branch.outputs.branch-name }}
|
||||||
skip_unpack: true
|
|
||||||
|
|
||||||
- name: Dry Run - Download all artifacts
|
- name: Dry Run - Download all artifacts
|
||||||
if: ${{ inputs.release_type == 'Dry Run' }}
|
if: ${{ inputs.release_type == 'Dry Run' }}
|
||||||
uses: bitwarden/gh-actions/download-artifacts@main
|
uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe # v3.1.4
|
||||||
with:
|
with:
|
||||||
workflow: build.yml
|
workflow: build.yml
|
||||||
workflow_conclusion: success
|
workflow_conclusion: success
|
||||||
branch: main
|
branch: main
|
||||||
skip_unpack: true
|
|
||||||
|
|
||||||
- name: Unzip release assets
|
- name: Prep Bitwarden iOS release asset
|
||||||
run: |
|
run: zip -r Bitwarden\ iOS.zip Bitwarden\ iOS
|
||||||
unzip bw-android-apk-sha256.txt.zip -d bw-android-apk-sha256.txt
|
|
||||||
unzip bw-fdroid-apk-sha256.txt.zip -d bw-fdroid-apk-sha256.txt
|
|
||||||
unzip com.x8bit.bitwarden-fdroid.apk.zip -d com.x8bit.bitwarden-fdroid.apk
|
|
||||||
unzip com.x8bit.bitwarden.aab.zip -d com.x8bit.bitwarden.aab
|
|
||||||
unzip com.x8bit.bitwarden.apk.zip -d com.x8bit.bitwarden.apk
|
|
||||||
|
|
||||||
- name: Create release
|
- name: Create release
|
||||||
if: ${{ inputs.release_type != 'Dry Run' }}
|
if: ${{ inputs.release_type != 'Dry Run' }}
|
||||||
@@ -127,36 +121,40 @@ jobs:
|
|||||||
|
|
||||||
f-droid:
|
f-droid:
|
||||||
name: F-Droid Release
|
name: F-Droid Release
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-20.04
|
||||||
needs: release
|
needs: release
|
||||||
if: inputs.fdroid_publish
|
if: inputs.fdroid_publish
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
|
||||||
|
|
||||||
- name: Download F-Droid .apk artifact
|
- name: Download F-Droid .apk artifact
|
||||||
if: ${{ inputs.release_type != 'Dry Run' }}
|
if: ${{ inputs.release_type != 'Dry Run' }}
|
||||||
uses: bitwarden/gh-actions/download-artifacts@main
|
uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe # v3.1.4
|
||||||
with:
|
with:
|
||||||
workflow: build.yml
|
workflow: build.yml
|
||||||
workflow_conclusion: success
|
workflow_conclusion: success
|
||||||
branch: ${{ needs.release.outputs.branch-name }}
|
branch: ${{ needs.release.outputs.branch-name }}
|
||||||
|
name: com.x8bit.bitwarden-fdroid.apk
|
||||||
|
|
||||||
- name: Dry Run - Download F-Droid .apk artifact
|
- name: Dry Run - Download F-Droid .apk artifact
|
||||||
if: ${{ inputs.release_type == 'Dry Run' }}
|
if: ${{ inputs.release_type == 'Dry Run' }}
|
||||||
uses: bitwarden/gh-actions/download-artifacts@main
|
uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe # v3.1.4
|
||||||
with:
|
with:
|
||||||
workflow: build.yml
|
workflow: build.yml
|
||||||
workflow_conclusion: success
|
workflow_conclusion: success
|
||||||
branch: main
|
branch: main
|
||||||
|
name: com.x8bit.bitwarden-fdroid.apk
|
||||||
|
|
||||||
- name: Set up Node
|
- name: Set up Node
|
||||||
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
|
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
|
||||||
with:
|
with:
|
||||||
node-version: '16.x'
|
node-version: '16.x'
|
||||||
|
|
||||||
- name: Set up F-Droid server
|
- name: Set up F-Droid server
|
||||||
run: pip install git+https://gitlab.com/fdroid/fdroidserver.git
|
run: |
|
||||||
|
sudo apt-get -qq update
|
||||||
|
sudo apt-get -qqy install --no-install-recommends fdroidserver wget
|
||||||
|
|
||||||
- name: Set up Git credentials
|
- name: Set up Git credentials
|
||||||
env:
|
env:
|
||||||
@@ -169,10 +167,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Print environment
|
- name: Print environment
|
||||||
run: |
|
run: |
|
||||||
echo "Node Version: $(node --version)"
|
node --version
|
||||||
echo "NPM Version: $(npm --version)"
|
npm --version
|
||||||
echo "Git Version: $(git --version)"
|
git --version
|
||||||
echo "F-Droid Server Version: $(fdroid --version)"
|
|
||||||
echo "GitHub ref: $GITHUB_REF"
|
echo "GitHub ref: $GITHUB_REF"
|
||||||
echo "GitHub event: $GITHUB_EVENT"
|
echo "GitHub event: $GITHUB_EVENT"
|
||||||
|
|
||||||
@@ -184,28 +181,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
||||||
|
|
||||||
- name: Retrieve secrets
|
|
||||||
id: retrieve-secrets
|
|
||||||
uses: bitwarden/gh-actions/get-keyvault-secrets@main
|
|
||||||
with:
|
|
||||||
keyvault: "bitwarden-ci"
|
|
||||||
secrets: "github-gpg-private-key,
|
|
||||||
github-gpg-private-key-passphrase,
|
|
||||||
github-pat-bitwarden-devops-bot-mobile-fdroid"
|
|
||||||
|
|
||||||
- name: Import GPG key
|
|
||||||
uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6.1.0
|
|
||||||
with:
|
|
||||||
gpg_private_key: ${{ steps.retrieve-secrets.outputs.github-gpg-private-key }}
|
|
||||||
passphrase: ${{ steps.retrieve-secrets.outputs.github-gpg-private-key-passphrase }}
|
|
||||||
git_user_signingkey: true
|
|
||||||
git_commit_gpgsign: true
|
|
||||||
|
|
||||||
- name: Setup git
|
|
||||||
run: |
|
|
||||||
git config --local user.email "106330231+bitwarden-devops-bot@users.noreply.github.com"
|
|
||||||
git config --local user.name "bitwarden-devops-bot"
|
|
||||||
|
|
||||||
- name: Download secrets
|
- name: Download secrets
|
||||||
env:
|
env:
|
||||||
ACCOUNT_NAME: bitwardenci
|
ACCOUNT_NAME: bitwardenci
|
||||||
@@ -219,35 +194,28 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
FDROID_STORE_KEYSTORE_PASSWORD: ${{ secrets.FDROID_STORE_KEYSTORE_PASSWORD }}
|
FDROID_STORE_KEYSTORE_PASSWORD: ${{ secrets.FDROID_STORE_KEYSTORE_PASSWORD }}
|
||||||
run: |
|
run: |
|
||||||
# Create required directories.
|
cd $GITHUB_WORKSPACE
|
||||||
mkdir dist
|
mkdir dist
|
||||||
mkdir -p store/temp/fdroid
|
cp CNAME ./dist
|
||||||
mkdir -p store/fdroid/repo
|
cd store
|
||||||
|
chmod 600 fdroid/config.py fdroid/keystore.jks
|
||||||
# Configure F-Droid server.
|
mkdir -p temp/fdroid
|
||||||
cp CNAME dist/
|
|
||||||
chmod 600 store/fdroid/config.yml store/fdroid/keystore.jks
|
|
||||||
TEMP_DIR="$GITHUB_WORKSPACE/store/temp/fdroid"
|
TEMP_DIR="$GITHUB_WORKSPACE/store/temp/fdroid"
|
||||||
echo "keypass: $FDROID_STORE_KEYSTORE_PASSWORD" >> store/fdroid/config.yml
|
cd fdroid
|
||||||
echo "keystorepass: $FDROID_STORE_KEYSTORE_PASSWORD" >> store/fdroid/config.yml
|
echo "keypass=\"$FDROID_STORE_KEYSTORE_PASSWORD\"" >>config.py
|
||||||
echo "local_copy_dir: $TEMP_DIR" >> store/fdroid/config.yml
|
echo "keystorepass=\"$FDROID_STORE_KEYSTORE_PASSWORD\"" >>config.py
|
||||||
mv $GITHUB_WORKSPACE/com.x8bit.bitwarden-fdroid.apk store/fdroid/repo/
|
echo "local_copy_dir=\"$TEMP_DIR\"" >>config.py
|
||||||
|
mkdir -p repo
|
||||||
# Run update and deploy.
|
mv $GITHUB_WORKSPACE/com.x8bit.bitwarden-fdroid.apk ./repo/
|
||||||
cd store/fdroid
|
|
||||||
fdroid update
|
fdroid update
|
||||||
fdroid deploy
|
fdroid server update
|
||||||
cd ../..
|
cd ..
|
||||||
|
rm -rf temp/fdroid/archive
|
||||||
# Move files for distribution.
|
mv -v temp/fdroid ../dist
|
||||||
rm -rf store/temp/fdroid/archive
|
cd fdroid
|
||||||
mv -v store/temp/fdroid dist
|
cp index.html btn.png qr.png ../../dist/fdroid
|
||||||
cp store/fdroid/index.html store/fdroid/btn.png store/fdroid/qr.png dist/fdroid
|
cd $GITHUB_WORKSPACE
|
||||||
|
|
||||||
- name: Deploy to gh-pages
|
- name: Deploy to gh-pages
|
||||||
if: ${{ inputs.release_type != 'Dry Run' }}
|
if: ${{ inputs.release_type != 'Dry Run' }}
|
||||||
env:
|
run: npm run deploy
|
||||||
TOKEN: ${{ steps.retrieve-secrets.outputs.github-pat-bitwarden-devops-bot-mobile-fdroid }}
|
|
||||||
run: |
|
|
||||||
git remote set-url origin https://git:${TOKEN}@github.com/${GITHUB_REPOSITORY}.git
|
|
||||||
npm run deploy -- -u "bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>"
|
|
||||||
|
|||||||
2
.github/workflows/stale-bot.yml
vendored
2
.github/workflows/stale-bot.yml
vendored
@@ -8,7 +8,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
stale:
|
stale:
|
||||||
name: 'Check for stale issues and PRs'
|
name: 'Check for stale issues and PRs'
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: 'Run stale action'
|
- name: 'Run stale action'
|
||||||
uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
|
uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
|
||||||
|
|||||||
24
.github/workflows/version-bump.yml
vendored
24
.github/workflows/version-bump.yml
vendored
@@ -12,10 +12,6 @@ on:
|
|||||||
description: "Cut RC branch?"
|
description: "Cut RC branch?"
|
||||||
default: true
|
default: true
|
||||||
type: boolean
|
type: boolean
|
||||||
enable_slack_notification:
|
|
||||||
description: "Enable Slack notifications for upcoming release?"
|
|
||||||
default: false
|
|
||||||
type: boolean
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
bump_version:
|
bump_version:
|
||||||
@@ -30,16 +26,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: ${{ inputs.version_number_override }}
|
version: ${{ inputs.version_number_override }}
|
||||||
|
|
||||||
- name: Slack Notification Check
|
|
||||||
run: |
|
|
||||||
if [[ "${{ inputs.enable_slack_notification }}" == true ]]; then
|
|
||||||
echo "Slack notifications enabled."
|
|
||||||
else
|
|
||||||
echo "Slack notifications disabled."
|
|
||||||
fi
|
|
||||||
|
|
||||||
- name: Checkout Branch
|
- name: Checkout Branch
|
||||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
|
||||||
with:
|
with:
|
||||||
ref: main
|
ref: main
|
||||||
|
|
||||||
@@ -269,14 +257,6 @@ jobs:
|
|||||||
PR_NUMBER: ${{ steps.create-pr.outputs.pr_number }}
|
PR_NUMBER: ${{ steps.create-pr.outputs.pr_number }}
|
||||||
run: gh pr merge $PR_NUMBER --squash --auto --delete-branch
|
run: gh pr merge $PR_NUMBER --squash --auto --delete-branch
|
||||||
|
|
||||||
- name: Report upcoming release version to Slack
|
|
||||||
if: ${{ steps.version-changed.outputs.changes_to_commit == 'TRUE' && inputs.enable_slack_notification == true }}
|
|
||||||
uses: bitwarden/gh-actions/report-upcoming-release-version@main
|
|
||||||
with:
|
|
||||||
version: ${{ steps.set-final-version-output.outputs.version }}
|
|
||||||
project: ${{ github.repository }}
|
|
||||||
AZURE_KV_CI_SERVICE_PRINCIPAL: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
|
||||||
|
|
||||||
cut_rc:
|
cut_rc:
|
||||||
name: Cut RC branch
|
name: Cut RC branch
|
||||||
if: ${{ inputs.cut_rc_branch == true }}
|
if: ${{ inputs.cut_rc_branch == true }}
|
||||||
@@ -284,7 +264,7 @@ jobs:
|
|||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Branch
|
- name: Checkout Branch
|
||||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
|
||||||
with:
|
with:
|
||||||
ref: main
|
ref: main
|
||||||
|
|
||||||
|
|||||||
@@ -4,10 +4,6 @@
|
|||||||
|
|
||||||
# Bitwarden Mobile Application
|
# Bitwarden Mobile Application
|
||||||
|
|
||||||
> [!TIP]
|
|
||||||
> Looking for the new native apps? Head on over to [bitwarden/android](https://github.com/bitwarden/android) and [bitwarden/ios](https://github.com/bitwarden/ios)
|
|
||||||
|
|
||||||
|
|
||||||
<a href="https://play.google.com/store/apps/details?id=com.x8bit.bitwarden" target="_blank"><img alt="Get it on Google Play" src="https://imgur.com/YQzmZi9.png" width="153" height="46"></a> <a href="https://mobileapp.bitwarden.com/fdroid/" target="_blank"><img alt="Get it on F-Droid" src="https://i.imgur.com/HDicnzz.png" width="154" height="46"></a> <a href="https://itunes.apple.com/us/app/bitwarden-free-password-manager/id1137397744?mt=8" target="_blank"><img src="https://imgur.com/GdGqPMY.png" width="135" height="40"></a>
|
<a href="https://play.google.com/store/apps/details?id=com.x8bit.bitwarden" target="_blank"><img alt="Get it on Google Play" src="https://imgur.com/YQzmZi9.png" width="153" height="46"></a> <a href="https://mobileapp.bitwarden.com/fdroid/" target="_blank"><img alt="Get it on F-Droid" src="https://i.imgur.com/HDicnzz.png" width="154" height="46"></a> <a href="https://itunes.apple.com/us/app/bitwarden-free-password-manager/id1137397744?mt=8" target="_blank"><img src="https://imgur.com/GdGqPMY.png" width="135" height="40"></a>
|
||||||
|
|
||||||
The Bitwarden mobile application is written in C# using .NET MAUI.
|
The Bitwarden mobile application is written in C# using .NET MAUI.
|
||||||
|
|||||||
169
package-lock.json
generated
169
package-lock.json
generated
@@ -8,7 +8,7 @@
|
|||||||
"name": "bitwarden-mobile",
|
"name": "bitwarden-mobile",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"gh-pages": "^6.1.1"
|
"gh-pages": "3.2.3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/array-union": {
|
"node_modules/array-union": {
|
||||||
@@ -33,11 +33,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/async": {
|
"node_modules/async": {
|
||||||
"version": "3.2.5",
|
"version": "2.6.3",
|
||||||
"resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz",
|
"resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz",
|
||||||
"integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==",
|
"integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT"
|
"dependencies": {
|
||||||
|
"lodash": "^4.17.14"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"node_modules/balanced-match": {
|
"node_modules/balanced-match": {
|
||||||
"version": "1.0.2",
|
"version": "1.0.2",
|
||||||
@@ -56,14 +58,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/commander": {
|
"node_modules/commander": {
|
||||||
"version": "11.1.0",
|
"version": "2.20.3",
|
||||||
"resolved": "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
|
||||||
"integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==",
|
"integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
|
||||||
"dev": true,
|
"dev": true
|
||||||
"license": "MIT",
|
|
||||||
"engines": {
|
|
||||||
"node": ">=16"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"node_modules/commondir": {
|
"node_modules/commondir": {
|
||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
@@ -78,11 +76,10 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/email-addresses": {
|
"node_modules/email-addresses": {
|
||||||
"version": "5.0.0",
|
"version": "3.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/email-addresses/-/email-addresses-5.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/email-addresses/-/email-addresses-3.1.0.tgz",
|
||||||
"integrity": "sha512-4OIPYlA6JXqtVn8zpHpGiI7vE6EQOAg16aGnDMIAlZVinnoZ8208tW1hAbjWydgN/4PLTT9q+O1K6AH/vALJGw==",
|
"integrity": "sha512-k0/r7GrWVL32kZlGwfPNgB2Y/mMXVTq/decgLczm/j34whdaspNrZO8CnXPf1laaHxI6ptUlsnAxN+UAPw+fzg==",
|
||||||
"dev": true,
|
"dev": true
|
||||||
"license": "MIT"
|
|
||||||
},
|
},
|
||||||
"node_modules/escape-string-regexp": {
|
"node_modules/escape-string-regexp": {
|
||||||
"version": "1.0.5",
|
"version": "1.0.5",
|
||||||
@@ -150,18 +147,17 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/fs-extra": {
|
"node_modules/fs-extra": {
|
||||||
"version": "11.2.0",
|
"version": "8.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
|
||||||
"integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==",
|
"integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"graceful-fs": "^4.2.0",
|
"graceful-fs": "^4.2.0",
|
||||||
"jsonfile": "^6.0.1",
|
"jsonfile": "^4.0.0",
|
||||||
"universalify": "^2.0.0"
|
"universalify": "^0.1.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.14"
|
"node": ">=6 <7 || >=8"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/fs.realpath": {
|
"node_modules/fs.realpath": {
|
||||||
@@ -171,18 +167,17 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/gh-pages": {
|
"node_modules/gh-pages": {
|
||||||
"version": "6.1.1",
|
"version": "3.2.3",
|
||||||
"resolved": "https://registry.npmjs.org/gh-pages/-/gh-pages-6.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/gh-pages/-/gh-pages-3.2.3.tgz",
|
||||||
"integrity": "sha512-upnohfjBwN5hBP9w2dPE7HO5JJTHzSGMV1JrLrHvNuqmjoYHg6TBrCcnEoorjG/e0ejbuvnwyKMdTyM40PEByw==",
|
"integrity": "sha512-jA1PbapQ1jqzacECfjUaO9gV8uBgU6XNMV0oXLtfCX3haGLe5Atq8BxlrADhbD6/UdG9j6tZLWAkAybndOXTJg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"async": "^3.2.4",
|
"async": "^2.6.1",
|
||||||
"commander": "^11.0.0",
|
"commander": "^2.18.0",
|
||||||
"email-addresses": "^5.0.0",
|
"email-addresses": "^3.0.1",
|
||||||
"filenamify": "^4.3.0",
|
"filenamify": "^4.3.0",
|
||||||
"find-cache-dir": "^3.3.1",
|
"find-cache-dir": "^3.3.1",
|
||||||
"fs-extra": "^11.1.1",
|
"fs-extra": "^8.1.0",
|
||||||
"globby": "^6.1.0"
|
"globby": "^6.1.0"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
@@ -230,11 +225,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/graceful-fs": {
|
"node_modules/graceful-fs": {
|
||||||
"version": "4.2.11",
|
"version": "4.2.8",
|
||||||
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
|
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.8.tgz",
|
||||||
"integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
|
"integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==",
|
||||||
"dev": true,
|
"dev": true
|
||||||
"license": "ISC"
|
|
||||||
},
|
},
|
||||||
"node_modules/inflight": {
|
"node_modules/inflight": {
|
||||||
"version": "1.0.6",
|
"version": "1.0.6",
|
||||||
@@ -253,14 +247,10 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/jsonfile": {
|
"node_modules/jsonfile": {
|
||||||
"version": "6.1.0",
|
"version": "4.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
|
||||||
"integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
|
"integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
|
||||||
"dependencies": {
|
|
||||||
"universalify": "^2.0.0"
|
|
||||||
},
|
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"graceful-fs": "^4.1.6"
|
"graceful-fs": "^4.1.6"
|
||||||
}
|
}
|
||||||
@@ -277,6 +267,12 @@
|
|||||||
"node": ">=8"
|
"node": ">=8"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/lodash": {
|
||||||
|
"version": "4.17.21",
|
||||||
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
|
||||||
|
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
|
||||||
|
"dev": true
|
||||||
|
},
|
||||||
"node_modules/make-dir": {
|
"node_modules/make-dir": {
|
||||||
"version": "3.1.0",
|
"version": "3.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
|
||||||
@@ -452,13 +448,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/universalify": {
|
"node_modules/universalify": {
|
||||||
"version": "2.0.1",
|
"version": "0.1.2",
|
||||||
"resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
|
||||||
"integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
|
"integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 10.0.0"
|
"node": ">= 4.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/wrappy": {
|
"node_modules/wrappy": {
|
||||||
@@ -485,10 +480,13 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"async": {
|
"async": {
|
||||||
"version": "3.2.5",
|
"version": "2.6.3",
|
||||||
"resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz",
|
"resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz",
|
||||||
"integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==",
|
"integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==",
|
||||||
"dev": true
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"lodash": "^4.17.14"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"balanced-match": {
|
"balanced-match": {
|
||||||
"version": "1.0.2",
|
"version": "1.0.2",
|
||||||
@@ -507,9 +505,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"commander": {
|
"commander": {
|
||||||
"version": "11.1.0",
|
"version": "2.20.3",
|
||||||
"resolved": "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
|
||||||
"integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==",
|
"integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"commondir": {
|
"commondir": {
|
||||||
@@ -525,9 +523,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"email-addresses": {
|
"email-addresses": {
|
||||||
"version": "5.0.0",
|
"version": "3.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/email-addresses/-/email-addresses-5.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/email-addresses/-/email-addresses-3.1.0.tgz",
|
||||||
"integrity": "sha512-4OIPYlA6JXqtVn8zpHpGiI7vE6EQOAg16aGnDMIAlZVinnoZ8208tW1hAbjWydgN/4PLTT9q+O1K6AH/vALJGw==",
|
"integrity": "sha512-k0/r7GrWVL32kZlGwfPNgB2Y/mMXVTq/decgLczm/j34whdaspNrZO8CnXPf1laaHxI6ptUlsnAxN+UAPw+fzg==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"escape-string-regexp": {
|
"escape-string-regexp": {
|
||||||
@@ -575,14 +573,14 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"fs-extra": {
|
"fs-extra": {
|
||||||
"version": "11.2.0",
|
"version": "8.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
|
||||||
"integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==",
|
"integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"graceful-fs": "^4.2.0",
|
"graceful-fs": "^4.2.0",
|
||||||
"jsonfile": "^6.0.1",
|
"jsonfile": "^4.0.0",
|
||||||
"universalify": "^2.0.0"
|
"universalify": "^0.1.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"fs.realpath": {
|
"fs.realpath": {
|
||||||
@@ -592,17 +590,17 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"gh-pages": {
|
"gh-pages": {
|
||||||
"version": "6.1.1",
|
"version": "3.2.3",
|
||||||
"resolved": "https://registry.npmjs.org/gh-pages/-/gh-pages-6.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/gh-pages/-/gh-pages-3.2.3.tgz",
|
||||||
"integrity": "sha512-upnohfjBwN5hBP9w2dPE7HO5JJTHzSGMV1JrLrHvNuqmjoYHg6TBrCcnEoorjG/e0ejbuvnwyKMdTyM40PEByw==",
|
"integrity": "sha512-jA1PbapQ1jqzacECfjUaO9gV8uBgU6XNMV0oXLtfCX3haGLe5Atq8BxlrADhbD6/UdG9j6tZLWAkAybndOXTJg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"async": "^3.2.4",
|
"async": "^2.6.1",
|
||||||
"commander": "^11.0.0",
|
"commander": "^2.18.0",
|
||||||
"email-addresses": "^5.0.0",
|
"email-addresses": "^3.0.1",
|
||||||
"filenamify": "^4.3.0",
|
"filenamify": "^4.3.0",
|
||||||
"find-cache-dir": "^3.3.1",
|
"find-cache-dir": "^3.3.1",
|
||||||
"fs-extra": "^11.1.1",
|
"fs-extra": "^8.1.0",
|
||||||
"globby": "^6.1.0"
|
"globby": "^6.1.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -634,9 +632,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"graceful-fs": {
|
"graceful-fs": {
|
||||||
"version": "4.2.11",
|
"version": "4.2.8",
|
||||||
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
|
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.8.tgz",
|
||||||
"integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
|
"integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"inflight": {
|
"inflight": {
|
||||||
@@ -656,13 +654,12 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"jsonfile": {
|
"jsonfile": {
|
||||||
"version": "6.1.0",
|
"version": "4.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
|
||||||
"integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
|
"integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"graceful-fs": "^4.1.6",
|
"graceful-fs": "^4.1.6"
|
||||||
"universalify": "^2.0.0"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"locate-path": {
|
"locate-path": {
|
||||||
@@ -674,6 +671,12 @@
|
|||||||
"p-locate": "^4.1.0"
|
"p-locate": "^4.1.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"lodash": {
|
||||||
|
"version": "4.17.21",
|
||||||
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
|
||||||
|
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
|
||||||
|
"dev": true
|
||||||
|
},
|
||||||
"make-dir": {
|
"make-dir": {
|
||||||
"version": "3.1.0",
|
"version": "3.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
|
||||||
@@ -798,9 +801,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"universalify": {
|
"universalify": {
|
||||||
"version": "2.0.1",
|
"version": "0.1.2",
|
||||||
"resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
|
||||||
"integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
|
"integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"wrappy": {
|
"wrappy": {
|
||||||
|
|||||||
@@ -6,6 +6,6 @@
|
|||||||
"clean:l10n": "git push origin --delete l10n_master"
|
"clean:l10n": "git push origin --delete l10n_master"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"gh-pages": "^6.1.1"
|
"gh-pages": "3.2.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
<AndroidEnableMultiDex>True</AndroidEnableMultiDex>
|
<AndroidEnableMultiDex>True</AndroidEnableMultiDex>
|
||||||
<UseInterpreter>False</UseInterpreter>
|
<UseInterpreter>False</UseInterpreter>
|
||||||
<DebugSymbols>False</DebugSymbols>
|
<DebugSymbols>False</DebugSymbols>
|
||||||
<RunAOTCompilation>True</RunAOTCompilation>
|
<RunAOTCompilation>False</RunAOTCompilation>
|
||||||
<AndroidSupportedAbis>armeabi-v7a;x86;x86_64;arm64-v8a</AndroidSupportedAbis>
|
<AndroidSupportedAbis>armeabi-v7a;x86;x86_64;arm64-v8a</AndroidSupportedAbis>
|
||||||
<JavaMaximumHeapSize>1G</JavaMaximumHeapSize>
|
<JavaMaximumHeapSize>1G</JavaMaximumHeapSize>
|
||||||
<EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk>
|
<EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:versionCode="1" android:versionName="2024.7.2" android:installLocation="internalOnly" package="com.x8bit.bitwarden">
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:versionCode="1" android:versionName="2024.4.2" android:installLocation="internalOnly" package="com.x8bit.bitwarden">
|
||||||
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="34" />
|
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="34" />
|
||||||
<uses-permission android:name="android.permission.INTERNET" />
|
<uses-permission android:name="android.permission.INTERNET" />
|
||||||
<uses-permission android:name="android.permission.NFC" />
|
<uses-permission android:name="android.permission.NFC" />
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
<string>com.8bit.bitwarden</string>
|
<string>com.8bit.bitwarden</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>2024.7.2</string>
|
<string>2024.4.2</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1</string>
|
<string>1</string>
|
||||||
<key>CFBundleIconName</key>
|
<key>CFBundleIconName</key>
|
||||||
|
|||||||
@@ -41,6 +41,7 @@ namespace Bit.Core.Abstractions
|
|||||||
Task<CipherResponse> PutShareCipherAsync(string id, CipherShareRequest request);
|
Task<CipherResponse> PutShareCipherAsync(string id, CipherShareRequest request);
|
||||||
Task PutDeleteCipherAsync(string id);
|
Task PutDeleteCipherAsync(string id);
|
||||||
Task<CipherResponse> PutRestoreCipherAsync(string id);
|
Task<CipherResponse> PutRestoreCipherAsync(string id);
|
||||||
|
Task<bool> HasUnassignedCiphersAsync();
|
||||||
Task RefreshIdentityTokenAsync();
|
Task RefreshIdentityTokenAsync();
|
||||||
Task<SsoPrevalidateResponse> PreValidateSsoAsync(string identifier);
|
Task<SsoPrevalidateResponse> PreValidateSsoAsync(string identifier);
|
||||||
Task<TResponse> SendAsync<TRequest, TResponse>(HttpMethod method, string path,
|
Task<TResponse> SendAsync<TRequest, TResponse>(HttpMethod method, string path,
|
||||||
|
|||||||
@@ -36,5 +36,6 @@ namespace Bit.Core.Abstractions
|
|||||||
Task RestoreWithServerAsync(string id);
|
Task RestoreWithServerAsync(string id);
|
||||||
Task<string> CreateNewLoginForPasskeyAsync(Fido2ConfirmNewCredentialParams newPasskeyParams);
|
Task<string> CreateNewLoginForPasskeyAsync(Fido2ConfirmNewCredentialParams newPasskeyParams);
|
||||||
Task CopyTotpCodeIfNeededAsync(CipherView cipher);
|
Task CopyTotpCodeIfNeededAsync(CipherView cipher);
|
||||||
|
Task<bool> VerifyOrganizationHasUnassignedItemsAsync();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -187,6 +187,8 @@ namespace Bit.Core.Abstractions
|
|||||||
Task<BwRegion?> GetPreAuthRegionAsync();
|
Task<BwRegion?> GetPreAuthRegionAsync();
|
||||||
Task SetPreAuthRegionAsync(BwRegion value);
|
Task SetPreAuthRegionAsync(BwRegion value);
|
||||||
Task ReloadStateAsync();
|
Task ReloadStateAsync();
|
||||||
|
Task<bool> GetShouldCheckOrganizationUnassignedItemsAsync(string userId = null);
|
||||||
|
Task SetShouldCheckOrganizationUnassignedItemsAsync(bool shouldCheck, string userId = null);
|
||||||
[Obsolete("Use GetPinKeyEncryptedUserKeyAsync instead, left for migration purposes")]
|
[Obsolete("Use GetPinKeyEncryptedUserKeyAsync instead, left for migration purposes")]
|
||||||
Task<string> GetPinProtectedAsync(string userId = null);
|
Task<string> GetPinProtectedAsync(string userId = null);
|
||||||
[Obsolete("Use SetPinKeyEncryptedUserKeyAsync instead, left for migration purposes")]
|
[Obsolete("Use SetPinKeyEncryptedUserKeyAsync instead, left for migration purposes")]
|
||||||
|
|||||||
@@ -45,6 +45,8 @@ namespace Bit.Core
|
|||||||
public const string PasswordlessLoginRequestKey = "passwordlessLoginRequest";
|
public const string PasswordlessLoginRequestKey = "passwordlessLoginRequest";
|
||||||
public const string PreLoginEmailKey = "preLoginEmailKey";
|
public const string PreLoginEmailKey = "preLoginEmailKey";
|
||||||
public const string ConfigsKey = "configsKey";
|
public const string ConfigsKey = "configsKey";
|
||||||
|
public const string DisplayEuEnvironmentFlag = "display-eu-environment";
|
||||||
|
public const string UnassignedItemsBannerFlag = "unassigned-items-banner";
|
||||||
public const string RegionEnvironment = "regionEnvironment";
|
public const string RegionEnvironment = "regionEnvironment";
|
||||||
public const string DuoCallback = "bitwarden://duo-callback";
|
public const string DuoCallback = "bitwarden://duo-callback";
|
||||||
public const string NavigateToMessageCommand = "navigateTo";
|
public const string NavigateToMessageCommand = "navigateTo";
|
||||||
@@ -137,6 +139,7 @@ namespace Bit.Core
|
|||||||
public static string ShouldConnectToWatchKey(string userId) => $"shouldConnectToWatch_{userId}";
|
public static string ShouldConnectToWatchKey(string userId) => $"shouldConnectToWatch_{userId}";
|
||||||
public static string ScreenCaptureAllowedKey(string userId) => $"screenCaptureAllowed_{userId}";
|
public static string ScreenCaptureAllowedKey(string userId) => $"screenCaptureAllowed_{userId}";
|
||||||
public static string PendingAdminAuthRequest(string userId) => $"pendingAdminAuthRequest_{userId}";
|
public static string PendingAdminAuthRequest(string userId) => $"pendingAdminAuthRequest_{userId}";
|
||||||
|
public static string ShouldCheckOrganizationUnassignedItemsKey(string userId) => $"shouldCheckOrganizationUnassignedItems_{userId}";
|
||||||
[Obsolete]
|
[Obsolete]
|
||||||
public static string KeyKey(string userId) => $"key_{userId}";
|
public static string KeyKey(string userId) => $"key_{userId}";
|
||||||
[Obsolete]
|
[Obsolete]
|
||||||
|
|||||||
@@ -27,6 +27,7 @@ namespace Bit.App.Models
|
|||||||
public bool HideAccountSwitcher { get; set; }
|
public bool HideAccountSwitcher { get; set; }
|
||||||
public OtpData? OtpData { get; set; }
|
public OtpData? OtpData { get; set; }
|
||||||
public bool HasUnlockedInThisTransaction { get; set; }
|
public bool HasUnlockedInThisTransaction { get; set; }
|
||||||
|
public bool HasJustLoggedInOrUnlocked { get; set; }
|
||||||
|
|
||||||
public void SetAllFrom(AppOptions o)
|
public void SetAllFrom(AppOptions o)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ namespace Bit.App.Pages
|
|||||||
private bool _rememberEmail;
|
private bool _rememberEmail;
|
||||||
private string _email;
|
private string _email;
|
||||||
private string _selectedEnvironmentName;
|
private string _selectedEnvironmentName;
|
||||||
|
private bool _displayEuEnvironment;
|
||||||
|
|
||||||
public HomeViewModel()
|
public HomeViewModel()
|
||||||
{
|
{
|
||||||
@@ -115,6 +116,7 @@ namespace Bit.App.Pages
|
|||||||
{
|
{
|
||||||
Email = await _stateService.GetRememberedEmailAsync();
|
Email = await _stateService.GetRememberedEmailAsync();
|
||||||
RememberEmail = !string.IsNullOrEmpty(Email);
|
RememberEmail = !string.IsNullOrEmpty(Email);
|
||||||
|
_displayEuEnvironment = await _configService.GetFeatureFlagBoolAsync(Constants.DisplayEuEnvironmentFlag, forceRefresh: true);
|
||||||
}
|
}
|
||||||
|
|
||||||
public async Task ContinueToLoginStepAsync()
|
public async Task ContinueToLoginStepAsync()
|
||||||
@@ -156,7 +158,11 @@ namespace Bit.App.Pages
|
|||||||
|
|
||||||
public async Task ShowEnvironmentPickerAsync()
|
public async Task ShowEnvironmentPickerAsync()
|
||||||
{
|
{
|
||||||
var options = new string[] { BwRegion.US.Domain(), BwRegion.EU.Domain(), AppResources.SelfHosted };
|
_displayEuEnvironment = await _configService.GetFeatureFlagBoolAsync(Constants.DisplayEuEnvironmentFlag);
|
||||||
|
var options = _displayEuEnvironment
|
||||||
|
? new string[] { BwRegion.US.Domain(), BwRegion.EU.Domain(), AppResources.SelfHosted }
|
||||||
|
: new string[] { BwRegion.US.Domain(), AppResources.SelfHosted };
|
||||||
|
|
||||||
await MainThread.InvokeOnMainThreadAsync(async () =>
|
await MainThread.InvokeOnMainThreadAsync(async () =>
|
||||||
{
|
{
|
||||||
var result = await _deviceActionService.Value.DisplayActionSheetAsync(AppResources.LoggingInOn, AppResources.Cancel, null, options);
|
var result = await _deviceActionService.Value.DisplayActionSheetAsync(AppResources.LoggingInOn, AppResources.Cancel, null, options);
|
||||||
|
|||||||
@@ -232,6 +232,8 @@ namespace Bit.App.Pages
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
var previousPage = await AppHelpers.ClearPreviousPage();
|
var previousPage = await AppHelpers.ClearPreviousPage();
|
||||||
|
|
||||||
|
_appOptions.HasJustLoggedInOrUnlocked = true;
|
||||||
App.MainPage = new TabsPage(_appOptions, previousPage);
|
App.MainPage = new TabsPage(_appOptions, previousPage);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -285,8 +285,6 @@ namespace Bit.App.Pages
|
|||||||
var failed = true;
|
var failed = true;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
await MainThread.InvokeOnMainThreadAsync(() => _deviceActionService.ShowLoadingAsync(AppResources.Loading));
|
|
||||||
|
|
||||||
EncString userKeyPin;
|
EncString userKeyPin;
|
||||||
EncString oldPinProtected;
|
EncString oldPinProtected;
|
||||||
switch (_pinStatus)
|
switch (_pinStatus)
|
||||||
@@ -335,26 +333,21 @@ namespace Bit.App.Pages
|
|||||||
{
|
{
|
||||||
Pin = string.Empty;
|
Pin = string.Empty;
|
||||||
await AppHelpers.ResetInvalidUnlockAttemptsAsync();
|
await AppHelpers.ResetInvalidUnlockAttemptsAsync();
|
||||||
await SetUserKeyAndContinueAsync(userKey, shouldHandleHideLoading: true);
|
await SetUserKeyAndContinueAsync(userKey);
|
||||||
await Task.Delay(150); //Workaround Delay to avoid "duplicate" execution of SubmitAsync on Android when invoked from the ReturnCommand
|
await Task.Delay(150); //Workaround Delay to avoid "duplicate" execution of SubmitAsync on Android when invoked from the ReturnCommand
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (LegacyUserException)
|
catch (LegacyUserException)
|
||||||
{
|
{
|
||||||
await MainThread.InvokeOnMainThreadAsync(_deviceActionService.HideLoadingAsync);
|
|
||||||
throw;
|
throw;
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch
|
||||||
{
|
{
|
||||||
_logger.Exception(ex);
|
|
||||||
failed = true;
|
failed = true;
|
||||||
}
|
}
|
||||||
if (failed)
|
if (failed)
|
||||||
{
|
{
|
||||||
var invalidUnlockAttempts = await AppHelpers.IncrementInvalidUnlockAttemptsAsync();
|
var invalidUnlockAttempts = await AppHelpers.IncrementInvalidUnlockAttemptsAsync();
|
||||||
|
|
||||||
await MainThread.InvokeOnMainThreadAsync(_deviceActionService.HideLoadingAsync);
|
|
||||||
|
|
||||||
if (invalidUnlockAttempts >= 5)
|
if (invalidUnlockAttempts >= 5)
|
||||||
{
|
{
|
||||||
_messagingService.Send("logout");
|
_messagingService.Send("logout");
|
||||||
@@ -543,7 +536,7 @@ namespace Bit.App.Pages
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private async Task SetUserKeyAndContinueAsync(UserKey key, bool shouldHandleHideLoading = false)
|
private async Task SetUserKeyAndContinueAsync(UserKey key)
|
||||||
{
|
{
|
||||||
var hasKey = await _cryptoService.HasUserKeyAsync();
|
var hasKey = await _cryptoService.HasUserKeyAsync();
|
||||||
if (!hasKey)
|
if (!hasKey)
|
||||||
@@ -551,18 +544,14 @@ namespace Bit.App.Pages
|
|||||||
await _cryptoService.SetUserKeyAsync(key);
|
await _cryptoService.SetUserKeyAsync(key);
|
||||||
}
|
}
|
||||||
await _deviceTrustCryptoService.TrustDeviceIfNeededAsync();
|
await _deviceTrustCryptoService.TrustDeviceIfNeededAsync();
|
||||||
await DoContinueAsync(shouldHandleHideLoading);
|
await DoContinueAsync();
|
||||||
}
|
}
|
||||||
|
|
||||||
private async Task DoContinueAsync(bool shouldHandleHideLoading = false)
|
private async Task DoContinueAsync()
|
||||||
{
|
{
|
||||||
_syncService.FullSyncAsync(false).FireAndForget();
|
_syncService.FullSyncAsync(false).FireAndForget();
|
||||||
await _stateService.SetBiometricLockedAsync(false);
|
await _stateService.SetBiometricLockedAsync(false);
|
||||||
_watchDeviceService.SyncDataToWatchAsync().FireAndForget();
|
_watchDeviceService.SyncDataToWatchAsync().FireAndForget();
|
||||||
if (shouldHandleHideLoading)
|
|
||||||
{
|
|
||||||
await MainThread.InvokeOnMainThreadAsync(_deviceActionService.HideLoadingAsync);
|
|
||||||
}
|
|
||||||
_messagingService.Send("unlocked");
|
_messagingService.Send("unlocked");
|
||||||
UnlockedAction?.Invoke();
|
UnlockedAction?.Invoke();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -35,6 +35,8 @@ namespace Bit.App.Pages
|
|||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_appOptions.HasJustLoggedInOrUnlocked = true;
|
||||||
var previousPage = await AppHelpers.ClearPreviousPage();
|
var previousPage = await AppHelpers.ClearPreviousPage();
|
||||||
App.MainPage = new TabsPage(_appOptions, previousPage);
|
App.MainPage = new TabsPage(_appOptions, previousPage);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -25,7 +25,6 @@ namespace Bit.App.Pages
|
|||||||
_broadcasterService = ServiceContainer.Resolve<IBroadcasterService>();
|
_broadcasterService = ServiceContainer.Resolve<IBroadcasterService>();
|
||||||
_vm = BindingContext as LoginPageViewModel;
|
_vm = BindingContext as LoginPageViewModel;
|
||||||
_vm.Page = this;
|
_vm.Page = this;
|
||||||
_vm.FromIosExtension = _appOptions?.IosExtension ?? false;
|
|
||||||
_vm.StartTwoFactorAction = () => MainThread.BeginInvokeOnMainThread(async () => await StartTwoFactorAsync());
|
_vm.StartTwoFactorAction = () => MainThread.BeginInvokeOnMainThread(async () => await StartTwoFactorAsync());
|
||||||
_vm.LogInSuccessAction = () => MainThread.BeginInvokeOnMainThread(async () => await LogInSuccessAsync());
|
_vm.LogInSuccessAction = () => MainThread.BeginInvokeOnMainThread(async () => await LogInSuccessAsync());
|
||||||
_vm.LogInWithDeviceAction = () => StartLoginWithDeviceAsync().FireAndForget();
|
_vm.LogInWithDeviceAction = () => StartLoginWithDeviceAsync().FireAndForget();
|
||||||
@@ -196,6 +195,8 @@ namespace Bit.App.Pages
|
|||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_appOptions.HasJustLoggedInOrUnlocked = true;
|
||||||
var previousPage = await AppHelpers.ClearPreviousPage();
|
var previousPage = await AppHelpers.ClearPreviousPage();
|
||||||
App.MainPage = new TabsPage(_appOptions, previousPage);
|
App.MainPage = new TabsPage(_appOptions, previousPage);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,7 +19,6 @@ namespace Bit.App.Pages
|
|||||||
_vm.Email = email;
|
_vm.Email = email;
|
||||||
_vm.AuthRequestType = authRequestType;
|
_vm.AuthRequestType = authRequestType;
|
||||||
_vm.AuthingWithSso = authingWithSso;
|
_vm.AuthingWithSso = authingWithSso;
|
||||||
_vm.FromIosExtension = _appOptions?.IosExtension ?? false;
|
|
||||||
_vm.StartTwoFactorAction = () => MainThread.BeginInvokeOnMainThread(async () => await StartTwoFactorAsync());
|
_vm.StartTwoFactorAction = () => MainThread.BeginInvokeOnMainThread(async () => await StartTwoFactorAsync());
|
||||||
_vm.LogInSuccessAction = () => MainThread.BeginInvokeOnMainThread(async () => await LogInSuccessAsync());
|
_vm.LogInSuccessAction = () => MainThread.BeginInvokeOnMainThread(async () => await LogInSuccessAsync());
|
||||||
_vm.UpdateTempPasswordAction = () => MainThread.BeginInvokeOnMainThread(async () => await UpdateTempPasswordAsync());
|
_vm.UpdateTempPasswordAction = () => MainThread.BeginInvokeOnMainThread(async () => await UpdateTempPasswordAsync());
|
||||||
@@ -56,6 +55,8 @@ namespace Bit.App.Pages
|
|||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_appOptions.HasJustLoggedInOrUnlocked = true;
|
||||||
var previousPage = await AppHelpers.ClearPreviousPage();
|
var previousPage = await AppHelpers.ClearPreviousPage();
|
||||||
App.MainPage = new TabsPage(_appOptions, previousPage);
|
App.MainPage = new TabsPage(_appOptions, previousPage);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
using Bit.App.Models;
|
namespace Bit.App.Pages
|
||||||
|
|
||||||
namespace Bit.App.Pages
|
|
||||||
{
|
{
|
||||||
public partial class RegisterPage : BaseContentPage
|
public partial class RegisterPage : BaseContentPage
|
||||||
{
|
{
|
||||||
@@ -8,12 +6,11 @@ namespace Bit.App.Pages
|
|||||||
|
|
||||||
private bool _inputFocused;
|
private bool _inputFocused;
|
||||||
|
|
||||||
public RegisterPage(HomePage homePage, AppOptions appOptions = null)
|
public RegisterPage(HomePage homePage)
|
||||||
{
|
{
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
_vm = BindingContext as RegisterPageViewModel;
|
_vm = BindingContext as RegisterPageViewModel;
|
||||||
_vm.Page = this;
|
_vm.Page = this;
|
||||||
_vm.FromIosExtension = appOptions?.IosExtension ?? false;
|
|
||||||
_vm.RegistrationSuccess = () => MainThread.BeginInvokeOnMainThread(async () => await RegistrationSuccessAsync(homePage));
|
_vm.RegistrationSuccess = () => MainThread.BeginInvokeOnMainThread(async () => await RegistrationSuccessAsync(homePage));
|
||||||
_vm.CloseAction = async () =>
|
_vm.CloseAction = async () =>
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -71,6 +71,8 @@ namespace Bit.App.Pages
|
|||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_appOptions.HasJustLoggedInOrUnlocked = true;
|
||||||
var previousPage = await AppHelpers.ClearPreviousPage();
|
var previousPage = await AppHelpers.ClearPreviousPage();
|
||||||
App.MainPage = new TabsPage(_appOptions, previousPage);
|
App.MainPage = new TabsPage(_appOptions, previousPage);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -28,7 +28,6 @@ namespace Bit.App.Pages
|
|||||||
_vm = BindingContext as TwoFactorPageViewModel;
|
_vm = BindingContext as TwoFactorPageViewModel;
|
||||||
_vm.Page = this;
|
_vm.Page = this;
|
||||||
_vm.AuthingWithSso = authingWithSso ?? false;
|
_vm.AuthingWithSso = authingWithSso ?? false;
|
||||||
_vm.FromIosExtension = _appOptions?.IosExtension ?? false;
|
|
||||||
_vm.StartSetPasswordAction = () =>
|
_vm.StartSetPasswordAction = () =>
|
||||||
MainThread.BeginInvokeOnMainThread(async () => await StartSetPasswordAsync());
|
MainThread.BeginInvokeOnMainThread(async () => await StartSetPasswordAsync());
|
||||||
_vm.TwoFactorAuthSuccessAction = () =>
|
_vm.TwoFactorAuthSuccessAction = () =>
|
||||||
@@ -207,6 +206,8 @@ namespace Bit.App.Pages
|
|||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_appOptions.HasJustLoggedInOrUnlocked = true;
|
||||||
var previousPage = await AppHelpers.ClearPreviousPage();
|
var previousPage = await AppHelpers.ClearPreviousPage();
|
||||||
App.MainPage = new TabsPage(_appOptions, previousPage);
|
App.MainPage = new TabsPage(_appOptions, previousPage);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,13 +11,6 @@ using Bit.Core.Models.Request;
|
|||||||
using Bit.Core.Resources.Localization;
|
using Bit.Core.Resources.Localization;
|
||||||
using Bit.Core.Utilities;
|
using Bit.Core.Utilities;
|
||||||
using Newtonsoft.Json;
|
using Newtonsoft.Json;
|
||||||
using Bit.Core.Services;
|
|
||||||
|
|
||||||
#if IOS
|
|
||||||
using WebAuthenticator = Bit.Core.Utilities.MAUI.WebAuthenticator;
|
|
||||||
using WebAuthenticatorResult = Bit.Core.Utilities.MAUI.WebAuthenticatorResult;
|
|
||||||
using WebAuthenticatorOptions = Bit.Core.Utilities.MAUI.WebAuthenticatorOptions;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
namespace Bit.App.Pages
|
namespace Bit.App.Pages
|
||||||
{
|
{
|
||||||
@@ -143,7 +136,6 @@ namespace Bit.App.Pages
|
|||||||
nameof(ShowTryAgain),
|
nameof(ShowTryAgain),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
public ICommand SubmitCommand { get; }
|
public ICommand SubmitCommand { get; }
|
||||||
public ICommand MoreCommand { get; }
|
public ICommand MoreCommand { get; }
|
||||||
public ICommand AuthenticateWithDuoFramelessCommand { get; }
|
public ICommand AuthenticateWithDuoFramelessCommand { get; }
|
||||||
@@ -269,11 +261,7 @@ namespace Bit.App.Pages
|
|||||||
authResult = await WebAuthenticator.AuthenticateAsync(new WebAuthenticatorOptions
|
authResult = await WebAuthenticator.AuthenticateAsync(new WebAuthenticatorOptions
|
||||||
{
|
{
|
||||||
Url = new Uri(url),
|
Url = new Uri(url),
|
||||||
CallbackUrl = new Uri(Constants.DuoCallback),
|
CallbackUrl = new Uri(Constants.DuoCallback)
|
||||||
#if IOS
|
|
||||||
ShouldUseSharedApplicationKeyWindow = FromIosExtension
|
|
||||||
#endif
|
|
||||||
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
catch (TaskCanceledException)
|
catch (TaskCanceledException)
|
||||||
@@ -360,9 +348,6 @@ namespace Bit.App.Pages
|
|||||||
Url = new Uri(url),
|
Url = new Uri(url),
|
||||||
CallbackUrl = new Uri(callbackUri),
|
CallbackUrl = new Uri(callbackUri),
|
||||||
PrefersEphemeralWebBrowserSession = true,
|
PrefersEphemeralWebBrowserSession = true,
|
||||||
#if IOS
|
|
||||||
ShouldUseSharedApplicationKeyWindow = FromIosExtension
|
|
||||||
#endif
|
|
||||||
};
|
};
|
||||||
authResult = await WebAuthenticator.AuthenticateAsync(options);
|
authResult = await WebAuthenticator.AuthenticateAsync(options);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,12 +6,6 @@ using Bit.App.Utilities;
|
|||||||
using Bit.Core.Abstractions;
|
using Bit.Core.Abstractions;
|
||||||
using Microsoft.Maui.Authentication;
|
using Microsoft.Maui.Authentication;
|
||||||
|
|
||||||
#if IOS
|
|
||||||
using WebAuthenticator = Bit.Core.Utilities.MAUI.WebAuthenticator;
|
|
||||||
using WebAuthenticatorResult = Bit.Core.Utilities.MAUI.WebAuthenticatorResult;
|
|
||||||
using WebAuthenticatorOptions = Bit.Core.Utilities.MAUI.WebAuthenticatorOptions;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
namespace Bit.App.Pages
|
namespace Bit.App.Pages
|
||||||
{
|
{
|
||||||
public abstract class CaptchaProtectedViewModel : BaseViewModel
|
public abstract class CaptchaProtectedViewModel : BaseViewModel
|
||||||
@@ -22,8 +16,6 @@ namespace Bit.App.Pages
|
|||||||
protected abstract IPlatformUtilsService platformUtilsService { get; }
|
protected abstract IPlatformUtilsService platformUtilsService { get; }
|
||||||
protected string _captchaToken = null;
|
protected string _captchaToken = null;
|
||||||
|
|
||||||
public bool FromIosExtension { get; set; }
|
|
||||||
|
|
||||||
protected async Task<bool> HandleCaptchaAsync(string captchaSiteKey, bool needsCaptcha, Func<Task> onSuccess)
|
protected async Task<bool> HandleCaptchaAsync(string captchaSiteKey, bool needsCaptcha, Func<Task> onSuccess)
|
||||||
{
|
{
|
||||||
if (!needsCaptcha)
|
if (!needsCaptcha)
|
||||||
@@ -69,9 +61,6 @@ namespace Bit.App.Pages
|
|||||||
Url = new Uri(url),
|
Url = new Uri(url),
|
||||||
CallbackUrl = new Uri(callbackUri),
|
CallbackUrl = new Uri(callbackUri),
|
||||||
PrefersEphemeralWebBrowserSession = false,
|
PrefersEphemeralWebBrowserSession = false,
|
||||||
#if IOS
|
|
||||||
ShouldUseSharedApplicationKeyWindow = FromIosExtension
|
|
||||||
#endif
|
|
||||||
};
|
};
|
||||||
authResult = await WebAuthenticator.AuthenticateAsync(options);
|
authResult = await WebAuthenticator.AuthenticateAsync(options);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ namespace Bit.App.Pages
|
|||||||
_keyConnectorService = ServiceContainer.Resolve<IKeyConnectorService>("keyConnectorService");
|
_keyConnectorService = ServiceContainer.Resolve<IKeyConnectorService>("keyConnectorService");
|
||||||
_stateService = ServiceContainer.Resolve<IStateService>();
|
_stateService = ServiceContainer.Resolve<IStateService>();
|
||||||
|
|
||||||
_groupingsPage = new NavigationPage(new GroupingsPage(true, previousPage: previousPage))
|
_groupingsPage = new NavigationPage(new GroupingsPage(true, previousPage: previousPage, appOptions: appOptions))
|
||||||
{
|
{
|
||||||
Title = AppResources.MyVault,
|
Title = AppResources.MyVault,
|
||||||
IconImageSource = "lock.png"
|
IconImageSource = "lock.png"
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ namespace Bit.App.Pages
|
|||||||
|
|
||||||
public GroupingsPage(bool mainPage, CipherType? type = null, string folderId = null,
|
public GroupingsPage(bool mainPage, CipherType? type = null, string folderId = null,
|
||||||
string collectionId = null, string pageTitle = null, string vaultFilterSelection = null,
|
string collectionId = null, string pageTitle = null, string vaultFilterSelection = null,
|
||||||
PreviousPageInfo previousPage = null, bool deleted = false, bool showTotp = false)
|
PreviousPageInfo previousPage = null, bool deleted = false, bool showTotp = false, AppOptions appOptions = null)
|
||||||
{
|
{
|
||||||
_pageName = string.Concat(nameof(GroupingsPage), "_", DateTime.UtcNow.Ticks);
|
_pageName = string.Concat(nameof(GroupingsPage), "_", DateTime.UtcNow.Ticks);
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
@@ -51,6 +51,7 @@ namespace Bit.App.Pages
|
|||||||
_vm.CollectionId = collectionId;
|
_vm.CollectionId = collectionId;
|
||||||
_vm.Deleted = deleted;
|
_vm.Deleted = deleted;
|
||||||
_vm.ShowTotp = showTotp;
|
_vm.ShowTotp = showTotp;
|
||||||
|
_vm.AppOptions = appOptions;
|
||||||
_previousPage = previousPage;
|
_previousPage = previousPage;
|
||||||
if (pageTitle != null)
|
if (pageTitle != null)
|
||||||
{
|
{
|
||||||
@@ -161,6 +162,8 @@ namespace Bit.App.Pages
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
await _vm.CheckOrganizationUnassignedItemsAsync();
|
||||||
|
|
||||||
// Push registration
|
// Push registration
|
||||||
var lastPushRegistration = await _stateService.GetPushLastRegistrationDateAsync();
|
var lastPushRegistration = await _stateService.GetPushLastRegistrationDateAsync();
|
||||||
lastPushRegistration = lastPushRegistration.GetValueOrDefault(DateTime.MinValue);
|
lastPushRegistration = lastPushRegistration.GetValueOrDefault(DateTime.MinValue);
|
||||||
|
|||||||
@@ -46,6 +46,8 @@ namespace Bit.App.Pages
|
|||||||
private readonly IPasswordRepromptService _passwordRepromptService;
|
private readonly IPasswordRepromptService _passwordRepromptService;
|
||||||
private readonly IOrganizationService _organizationService;
|
private readonly IOrganizationService _organizationService;
|
||||||
private readonly IPolicyService _policyService;
|
private readonly IPolicyService _policyService;
|
||||||
|
private readonly IConfigService _configService;
|
||||||
|
private readonly IEnvironmentService _environmentService;
|
||||||
private readonly ILogger _logger;
|
private readonly ILogger _logger;
|
||||||
|
|
||||||
public GroupingsPageViewModel()
|
public GroupingsPageViewModel()
|
||||||
@@ -62,6 +64,8 @@ namespace Bit.App.Pages
|
|||||||
_passwordRepromptService = ServiceContainer.Resolve<IPasswordRepromptService>("passwordRepromptService");
|
_passwordRepromptService = ServiceContainer.Resolve<IPasswordRepromptService>("passwordRepromptService");
|
||||||
_organizationService = ServiceContainer.Resolve<IOrganizationService>("organizationService");
|
_organizationService = ServiceContainer.Resolve<IOrganizationService>("organizationService");
|
||||||
_policyService = ServiceContainer.Resolve<IPolicyService>("policyService");
|
_policyService = ServiceContainer.Resolve<IPolicyService>("policyService");
|
||||||
|
_configService = ServiceContainer.Resolve<IConfigService>();
|
||||||
|
_environmentService = ServiceContainer.Resolve<IEnvironmentService>();
|
||||||
_logger = ServiceContainer.Resolve<ILogger>("logger");
|
_logger = ServiceContainer.Resolve<ILogger>("logger");
|
||||||
|
|
||||||
Loading = true;
|
Loading = true;
|
||||||
@@ -105,6 +109,7 @@ namespace Bit.App.Pages
|
|||||||
public List<Core.Models.View.CollectionView> Collections { get; set; }
|
public List<Core.Models.View.CollectionView> Collections { get; set; }
|
||||||
public List<TreeNode<Core.Models.View.CollectionView>> NestedCollections { get; set; }
|
public List<TreeNode<Core.Models.View.CollectionView>> NestedCollections { get; set; }
|
||||||
|
|
||||||
|
public AppOptions AppOptions { get; internal set; }
|
||||||
protected override ICipherService cipherService => _cipherService;
|
protected override ICipherService cipherService => _cipherService;
|
||||||
protected override IPolicyService policyService => _policyService;
|
protected override IPolicyService policyService => _policyService;
|
||||||
protected override IOrganizationService organizationService => _organizationService;
|
protected override IOrganizationService organizationService => _organizationService;
|
||||||
@@ -700,5 +705,59 @@ namespace Bit.App.Pages
|
|||||||
var folders = decFolders.Where(f => _allCiphers.Any(c => c.FolderId == f.Id)).ToList();
|
var folders = decFolders.Where(f => _allCiphers.Any(c => c.FolderId == f.Id)).ToList();
|
||||||
return folders.Any() ? folders : null;
|
return folders.Any() ? folders : null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
internal async Task CheckOrganizationUnassignedItemsAsync()
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
if (AppOptions?.HasJustLoggedInOrUnlocked != true)
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
AppOptions.HasJustLoggedInOrUnlocked = false;
|
||||||
|
|
||||||
|
if (!await _configService.GetFeatureFlagBoolAsync(Core.Constants.UnassignedItemsBannerFlag)
|
||||||
|
||
|
||||||
|
!await _stateService.GetShouldCheckOrganizationUnassignedItemsAsync())
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
var waitSyncTask = Task.Run(async () =>
|
||||||
|
{
|
||||||
|
while (_syncService.SyncInProgress)
|
||||||
|
{
|
||||||
|
await Task.Delay(100);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
await waitSyncTask.WaitAsync(TimeSpan.FromMinutes(5));
|
||||||
|
|
||||||
|
if (!await _cipherService.VerifyOrganizationHasUnassignedItemsAsync())
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
var message = _environmentService.SelectedRegion == Core.Enums.Region.SelfHosted
|
||||||
|
? AppResources.OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong
|
||||||
|
: AppResources.OrganizationUnassignedItemsMessageUSEUDescriptionLong;
|
||||||
|
|
||||||
|
var response = await _deviceActionService.DisplayAlertAsync(AppResources.Notice,
|
||||||
|
message,
|
||||||
|
null,
|
||||||
|
AppResources.RemindMeLater,
|
||||||
|
AppResources.Ok);
|
||||||
|
|
||||||
|
if (response == AppResources.Ok)
|
||||||
|
{
|
||||||
|
await _stateService.SetShouldCheckOrganizationUnassignedItemsAsync(false);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
catch (TimeoutException) { }
|
||||||
|
catch (Exception ex)
|
||||||
|
{
|
||||||
|
_logger.Exception(ex);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1328,7 +1328,7 @@ namespace Bit.Core.Resources.Localization {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Bitwarden help center.
|
/// Looks up a localized string similar to Bitwarden Help Center.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string BitwardenHelpCenter {
|
public static string BitwardenHelpCenter {
|
||||||
get {
|
get {
|
||||||
@@ -4929,6 +4929,15 @@ namespace Bit.Core.Resources.Localization {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to Notice.
|
||||||
|
/// </summary>
|
||||||
|
public static string Notice {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("Notice", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to This account has two-step login set up, however, none of the configured two-step providers are supported on this device. Please use a supported device and/or add additional providers that are better supported across devices (such as an authenticator app)..
|
/// Looks up a localized string similar to This account has two-step login set up, however, none of the configured two-step providers are supported on this device. Please use a supported device and/or add additional providers that are better supported across devices (such as an authenticator app)..
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -5164,6 +5173,24 @@ namespace Bit.Core.Resources.Localization {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to On May 16, 2024, unassigned organization items will no longer be visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible..
|
||||||
|
/// </summary>
|
||||||
|
public static string OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to Unassigned organization items are no longer visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible..
|
||||||
|
/// </summary>
|
||||||
|
public static string OrganizationUnassignedItemsMessageUSEUDescriptionLong {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("OrganizationUnassignedItemsMessageUSEUDescriptionLong", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Organization identifier.
|
/// Looks up a localized string similar to Organization identifier.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -5849,6 +5876,15 @@ namespace Bit.Core.Resources.Localization {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to Remind me later.
|
||||||
|
/// </summary>
|
||||||
|
public static string RemindMeLater {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("RemindMeLater", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Remove.
|
/// Looks up a localized string similar to Remove.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
@@ -2753,7 +2753,7 @@ Wil u na die rekening omskakel?</value>
|
|||||||
<value>Log in with device must be set up in the settings of the Bitwarden app. Need another option?</value>
|
<value>Log in with device must be set up in the settings of the Bitwarden app. Need another option?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LogInWithDevice" xml:space="preserve">
|
<data name="LogInWithDevice" xml:space="preserve">
|
||||||
<value>Teken Aan met 'n ander toestel</value>
|
<value>Log in with device</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LoggingInOn" xml:space="preserve">
|
<data name="LoggingInOn" xml:space="preserve">
|
||||||
<value>Logging in on</value>
|
<value>Logging in on</value>
|
||||||
@@ -2768,7 +2768,7 @@ Wil u na die rekening omskakel?</value>
|
|||||||
<value>Account security</value>
|
<value>Account security</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenHelpCenter" xml:space="preserve">
|
<data name="BitwardenHelpCenter" xml:space="preserve">
|
||||||
<value>Bitwarden help center</value>
|
<value>Bitwarden Help Center</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContactBitwardenSupport" xml:space="preserve">
|
<data name="ContactBitwardenSupport" xml:space="preserve">
|
||||||
<value>Contact Bitwarden support</value>
|
<value>Contact Bitwarden support</value>
|
||||||
@@ -2974,22 +2974,19 @@ Wil u na die rekening omskakel?</value>
|
|||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Unassigned organization items are no longer visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>On May 16, 2024, unassigned organization items will no longer be visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Remind me later</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Notice</value>
|
||||||
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Passkeys not supported for this app</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser is not privileged</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser signature does not match</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because of missing asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app not found in asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app could not be verified</value>
|
|
||||||
</data>
|
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -422,7 +422,7 @@
|
|||||||
<value>خدمة التعبئة التلقائية</value>
|
<value>خدمة التعبئة التلقائية</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
||||||
<value>تعيين Bitwarden كموفر مفتاح المرور الخاص بك في إعدادات الجهاز.</value>
|
<value>Set Bitwarden as your passkey provider in device settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
||||||
<value>تجنب الأحرف الغامضة</value>
|
<value>تجنب الأحرف الغامضة</value>
|
||||||
@@ -1195,7 +1195,7 @@
|
|||||||
<value>ويندوز هيلو</value>
|
<value>ويندوز هيلو</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenCredentialProviderGoToSettings" xml:space="preserve">
|
<data name="BitwardenCredentialProviderGoToSettings" xml:space="preserve">
|
||||||
<value>لم نتمكن من فتح قائمة إعدادات موفر بيانات اعتماد أندرويد تلقائياً لك. يمكنك الانتقال إلى قائمة إعدادات موفر بيانات الاعتماد يدويًا من إعدادات الأندرويد > النظام > كلمات المرور والحسابات > كلمات المرور. مفاتيح المرور وخدمات البيانات.</value>
|
<value>We were unable to automatically open the Android credential provider settings menu for you. You can navigate to the credential provider settings menu manually from Android Settings > System > Passwords & accounts > Passwords, passkeys and data services.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
|
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
|
||||||
<value>لم نتمكن من فتح قائمة إعدادات الملء التلقائي لنظام Android نيابةً عنك. يمكنك الانتقال إلى قائمة إعدادات الملء التلقائي يدويًا من إعدادات Android & GT ؛ نظام & GT. اللغات والمدخلات & GT. متقدم & GT. خدمة الملء التلقائي.</value>
|
<value>لم نتمكن من فتح قائمة إعدادات الملء التلقائي لنظام Android نيابةً عنك. يمكنك الانتقال إلى قائمة إعدادات الملء التلقائي يدويًا من إعدادات Android & GT ؛ نظام & GT. اللغات والمدخلات & GT. متقدم & GT. خدمة الملء التلقائي.</value>
|
||||||
@@ -1823,7 +1823,7 @@
|
|||||||
<value>يحتاج Bitwarden إلى الاهتمام - قم بتمكين "السحب" في "خدمات الملء التلقائي" من إعدادات Bitwarden</value>
|
<value>يحتاج Bitwarden إلى الاهتمام - قم بتمكين "السحب" في "خدمات الملء التلقائي" من إعدادات Bitwarden</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagement" xml:space="preserve">
|
<data name="PasskeyManagement" xml:space="preserve">
|
||||||
<value>إدارة مفتاح المرور</value>
|
<value>Passkey management</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServices" xml:space="preserve">
|
<data name="AutofillServices" xml:space="preserve">
|
||||||
<value>خدمات التعبئة التلقائية</value>
|
<value>خدمات التعبئة التلقائية</value>
|
||||||
@@ -2809,7 +2809,7 @@
|
|||||||
<value>{0} ساعات</value>
|
<value>{0} ساعات</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
||||||
<value>استخدم Bitwarden لحفظ مفاتيح المرور الجديدة وتسجيل الدخول باستخدام مفاتيح المرور المخزنة في المخزن الخاص بك.</value>
|
<value>Use Bitwarden to save new passkeys and log in with passkeys stored in your vault.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
||||||
<value>يتم استخدام إطار التعبئة التلقائية لأندرويد للمساعدة في ملء معلومات تسجيل الدخول في تطبيقات أخرى على جهازك.</value>
|
<value>يتم استخدام إطار التعبئة التلقائية لأندرويد للمساعدة في ملء معلومات تسجيل الدخول في تطبيقات أخرى على جهازك.</value>
|
||||||
@@ -2840,7 +2840,7 @@
|
|||||||
<value>هل تريد المتابعة إلى متجر التطبيقات؟</value>
|
<value>هل تريد المتابعة إلى متجر التطبيقات؟</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
||||||
<value>هل تريد المتابعة إلى إعدادات الجهاز؟</value>
|
<value>Continue to device Settings?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
||||||
<value>اجعل حسابك أكثر أمنا من خلال إعداد تسجيل الدخول بخطوتين في تطبيق Bitwarden على شبكة الإنترنت.</value>
|
<value>اجعل حسابك أكثر أمنا من خلال إعداد تسجيل الدخول بخطوتين في تطبيق Bitwarden على شبكة الإنترنت.</value>
|
||||||
@@ -2893,25 +2893,25 @@
|
|||||||
<value>أعدنّ ميزة إلغاء القُفْل لتغيير إجراء مهلة المخزن الخاص بك.</value>
|
<value>أعدنّ ميزة إلغاء القُفْل لتغيير إجراء مهلة المخزن الخاص بك.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ChooseALoginToSaveThisPasskeyTo" xml:space="preserve">
|
<data name="ChooseALoginToSaveThisPasskeyTo" xml:space="preserve">
|
||||||
<value>اختر تسجيل الدخول لحفظ مفتاح المرور هذا إلى</value>
|
<value>Choose a login to save this passkey to</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
||||||
<value>حفظ مفتاح المرور كتسجيل دخول جديد</value>
|
<value>Save passkey as new login</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskey" xml:space="preserve">
|
<data name="SavePasskey" xml:space="preserve">
|
||||||
<value>حفظ مفتاح المرور</value>
|
<value>Save passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysForX" xml:space="preserve">
|
<data name="PasskeysForX" xml:space="preserve">
|
||||||
<value>مفاتيح المرور لـ {0}</value>
|
<value>Passkeys for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasswordsForX" xml:space="preserve">
|
<data name="PasswordsForX" xml:space="preserve">
|
||||||
<value>كلمات المرور لـ {0}</value>
|
<value>Passwords for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="OverwritePasskey" xml:space="preserve">
|
<data name="OverwritePasskey" xml:space="preserve">
|
||||||
<value>الكتابة فوق مفتاح المرور؟</value>
|
<value>Overwrite passkey?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
||||||
<value>هذا العنصر يحتوي بالفعل على مفتاح مرور. هل أنت متأكد من أنك تريد الكتابة فوق مفتاح المرور الحالي؟</value>
|
<value>This item already contains a passkey. Are you sure you want to overwrite the current passkey?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DuoTwoStepLoginIsRequiredForYourAccount" xml:space="preserve">
|
<data name="DuoTwoStepLoginIsRequiredForYourAccount" xml:space="preserve">
|
||||||
<value>تسجيل الدخول لـ Duo من خطوتين مطلوب لحسابك. </value>
|
<value>تسجيل الدخول لـ Duo من خطوتين مطلوب لحسابك. </value>
|
||||||
@@ -2923,74 +2923,71 @@
|
|||||||
<value>تشغيل Duo</value>
|
<value>تشغيل Duo</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerificationRequiredByX" xml:space="preserve">
|
<data name="VerificationRequiredByX" xml:space="preserve">
|
||||||
<value>التحقق مطلوب من قِبَل {0}</value>
|
<value>Verification required by {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerificationRequiredForThisActionSetUpAnUnlockMethodInBitwardenToContinue" xml:space="preserve">
|
<data name="VerificationRequiredForThisActionSetUpAnUnlockMethodInBitwardenToContinue" xml:space="preserve">
|
||||||
<value>التحقق مطلوب لهذا الإجراء. قم بإعداد طريقة إلغاء القفل في Bitwarden للمتابعة.</value>
|
<value>Verification required for this action. Set up an unlock method in Bitwarden to continue.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
||||||
<value>خطأ في إنشاء مفتاح المرور</value>
|
<value>Error creating passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorReadingPasskey" xml:space="preserve">
|
<data name="ErrorReadingPasskey" xml:space="preserve">
|
||||||
<value>خطأ في قراءة مفتاح المرور</value>
|
<value>Error reading passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>حدثت مشكلة في إنشاء مفتاح مرور لـ {0}. حاول مرة أخرى لاحقاً.</value>
|
<value>There was a problem creating a passkey for {0}. Try again later.</value>
|
||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemReadingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemReadingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>حدثت مشكلة في قراءة مفتاح المرور الخاص بك لـ {0}. حاول مرة أخرى لاحقاً.</value>
|
<value>There was a problem reading your passkey for {0}. Try again later.</value>
|
||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
||||||
<value>التحقق من الهوية...</value>
|
<value>Verifying identity...</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Passwords" xml:space="preserve">
|
<data name="Passwords" xml:space="preserve">
|
||||||
<value>كلمات المرور</value>
|
<value>Passwords</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UnknownAccount" xml:space="preserve">
|
<data name="UnknownAccount" xml:space="preserve">
|
||||||
<value>حساب غير معروف</value>
|
<value>Unknown account</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutofill" xml:space="preserve">
|
<data name="SetUpAutofill" xml:space="preserve">
|
||||||
<value>إعداد الملء التلقائي</value>
|
<value>Set up auto-fill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>احصل على الوصول الفوري إلى كلمات المرور ومفاتيح المرور الخاصة بك!</value>
|
<value>Get instant access to your passwords and passkeys!</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
||||||
<value>لإعداد ملء كلمة المرور التلقائي وإدارة مفتاح المرور، عيّن Bitwarden كموفر مفضل لك في إعدادات iOS.</value>
|
<value>To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
||||||
<value>1. انتقل إلى إعدادات جهازك > كلمات المرور > خيارات كلمة المرور</value>
|
<value>1. Go to your device's Settings > Passwords > Password Options</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
||||||
<value>2. تشغيل التعبئة التلقائية</value>
|
<value>2. Turn on AutoFill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>3. حدد "Bitwarden" لاستخدامه لكلمات المرور ومفاتيح المرور</value>
|
<value>3. Select "Bitwarden" to use for passwords and passkeys</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
||||||
<value>سيتم حفظ مفتاح المرور الخاص بك في مخزن Bitwarden الخاص بك</value>
|
<value>Your passkey will be saved to your Bitwarden vault</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>سيتم حفظ مفتاح المرور الخاص بك في مخزن Bitwarden الخاص بك لـ {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Unassigned organization items are no longer visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>On May 16, 2024, unassigned organization items will no longer be visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Remind me later</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Notice</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>مفاتيح المرور غير مدعومة لهذا التطبيق</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>فشلت عملية مفتاح المرور لأن المتصفح ليس لديه امتيازات</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>فشلت عملية مفتاح المرور لأن توقيع المتصفح غير مطابق</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>فشلت عملية مفتاح المرور بسبب عدم وجود روابط أصلية</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>فشلت عملية مفتاح المرور لأن التطبيق لم يتم العثور عليه في روابط أصلية</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>فشلت عملية مفتاح المرور لأنه تعذر التحقق من التطبيق</value>
|
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -371,7 +371,7 @@
|
|||||||
<comment>Label for a username.</comment>
|
<comment>Label for a username.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ValidationFieldRequired" xml:space="preserve">
|
<data name="ValidationFieldRequired" xml:space="preserve">
|
||||||
<value>{0} xanası tələb olunur.</value>
|
<value>{0} sahəsi lazımlıdır.</value>
|
||||||
<comment>Validation message for when a form field is left blank and is required to be entered.</comment>
|
<comment>Validation message for when a form field is left blank and is required to be entered.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ValueHasBeenCopied" xml:space="preserve">
|
<data name="ValueHasBeenCopied" xml:space="preserve">
|
||||||
@@ -422,7 +422,7 @@
|
|||||||
<value>Avto-doldurma xidməti</value>
|
<value>Avto-doldurma xidməti</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
||||||
<value>Cihaz ayarlarında "Bitwarden"i keçid açarı provayderiniz olaraq ayarlayın.</value>
|
<value>Set Bitwarden as your passkey provider in device settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
||||||
<value>Anlaşılmaz simvollardan çəkinin</value>
|
<value>Anlaşılmaz simvollardan çəkinin</value>
|
||||||
@@ -990,7 +990,7 @@ Skan prosesi avtomatik baş tutacaq.</value>
|
|||||||
<value>Anbarınızdakı elementlərə baxmaq üçün bu bildirişə toxunun.</value>
|
<value>Anbarınızdakı elementlərə baxmaq üçün bu bildirişə toxunun.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CustomFields" xml:space="preserve">
|
<data name="CustomFields" xml:space="preserve">
|
||||||
<value>Özəl xanalar</value>
|
<value>Özəl sahələr</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CopyNumber" xml:space="preserve">
|
<data name="CopyNumber" xml:space="preserve">
|
||||||
<value>Nömrəni kopyala</value>
|
<value>Nömrəni kopyala</value>
|
||||||
@@ -1195,13 +1195,13 @@ Skan prosesi avtomatik baş tutacaq.</value>
|
|||||||
<value>Windows Hello</value>
|
<value>Windows Hello</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenCredentialProviderGoToSettings" xml:space="preserve">
|
<data name="BitwardenCredentialProviderGoToSettings" xml:space="preserve">
|
||||||
<value>Android kimlik məlumatı provayder ayarları menyusunu sizin üçün avtomatik aça bilmədik. Bu menyunu tapmaq üçün Android Ayarları > Sistem > Parollar və hesablar > Parollar, keçid açarları və data xidmətləri bölməsində tapa bilərsiniz.</value>
|
<value>We were unable to automatically open the Android credential provider settings menu for you. You can navigate to the credential provider settings menu manually from Android Settings > System > Passwords & accounts > Passwords, passkeys and data services.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
|
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
|
||||||
<value>Android avto-doldurma ayarları menyusunu avtomatik aça bilmədik. Bu menyunu tapmaq üçün Android Ayarları > Sistem > Dillər və giriş > Qabaqcıl > "Avto-doldurma xidməti"nə gedin.</value>
|
<value>Android avto-doldurma ayarları menyusunu avtomatik aça bilmədik. Bu menyunu tapmaq üçün Android Ayarları > Sistem > Dillər və giriş > Qabaqcıl > "Avto-doldurma xidməti"nə gedin.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CustomFieldName" xml:space="preserve">
|
<data name="CustomFieldName" xml:space="preserve">
|
||||||
<value>Özəl xana adı</value>
|
<value>Özəl sahə adı</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FieldTypeBoolean" xml:space="preserve">
|
<data name="FieldTypeBoolean" xml:space="preserve">
|
||||||
<value>Boolean</value>
|
<value>Boolean</value>
|
||||||
@@ -1216,10 +1216,10 @@ Skan prosesi avtomatik baş tutacaq.</value>
|
|||||||
<value>Mətn</value>
|
<value>Mətn</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="NewCustomField" xml:space="preserve">
|
<data name="NewCustomField" xml:space="preserve">
|
||||||
<value>Yeni özəl xana</value>
|
<value>Yeni özəl sahə</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SelectTypeField" xml:space="preserve">
|
<data name="SelectTypeField" xml:space="preserve">
|
||||||
<value>Necə bir özəl xana əlavə etmək istəyirsiniz?</value>
|
<value>Necə bir özəl sahə əlavə etmək istəyirsiniz?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Remove" xml:space="preserve">
|
<data name="Remove" xml:space="preserve">
|
||||||
<value>Çıxart</value>
|
<value>Çıxart</value>
|
||||||
@@ -1704,7 +1704,7 @@ Skan prosesi avtomatik baş tutacaq.</value>
|
|||||||
<value>Avto-doldurma qutusunu istifadə etmək üçün lütfən "Bitwarden" ayarlarında "Avto-doldurma əlçatımlılıq xidməti"ni fəallaşdırın.</value>
|
<value>Avto-doldurma qutusunu istifadə etmək üçün lütfən "Bitwarden" ayarlarında "Avto-doldurma əlçatımlılıq xidməti"ni fəallaşdırın.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillTileUriNotFound" xml:space="preserve">
|
<data name="AutofillTileUriNotFound" xml:space="preserve">
|
||||||
<value>Parol xanası aşkarlanmadı</value>
|
<value>Heç bir parol sahəsi aşkarlanmadı</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SoftDeleting" xml:space="preserve">
|
<data name="SoftDeleting" xml:space="preserve">
|
||||||
<value>Tullantı qutusuna göndərilir...</value>
|
<value>Tullantı qutusuna göndərilir...</value>
|
||||||
@@ -1822,7 +1822,7 @@ Skan prosesi avtomatik baş tutacaq.</value>
|
|||||||
<value>Bitwarden diqqətinizi tələb edir - Bitwarden Ayarlarında "Avto-doldurma xidməti"ndə "Üzərindən göstər"i işə salın</value>
|
<value>Bitwarden diqqətinizi tələb edir - Bitwarden Ayarlarında "Avto-doldurma xidməti"ndə "Üzərindən göstər"i işə salın</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagement" xml:space="preserve">
|
<data name="PasskeyManagement" xml:space="preserve">
|
||||||
<value>Keçid açarının idarə edilməsi</value>
|
<value>Passkey management</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServices" xml:space="preserve">
|
<data name="AutofillServices" xml:space="preserve">
|
||||||
<value>Avto-doldurma xidmətləri</value>
|
<value>Avto-doldurma xidmətləri</value>
|
||||||
@@ -1852,7 +1852,7 @@ Skan prosesi avtomatik baş tutacaq.</value>
|
|||||||
<value>"Üzərində göstər"i istifadə edin</value>
|
<value>"Üzərində göstər"i istifadə edin</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DrawOverDescription" xml:space="preserve">
|
<data name="DrawOverDescription" xml:space="preserve">
|
||||||
<value>Giriş xanaları seçildikdə, Bitwarden Əlçatımlılıq Xidmətinin açılan bir pəncərə göstərməsinə icazə verir.</value>
|
<value>Giriş xanalarını seçdikdə Bitwarden Əlçatımlılıq Xidmətinin açılan pəncərə göstərməsinə icazə verir.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DrawOverDescription2" xml:space="preserve">
|
<data name="DrawOverDescription2" xml:space="preserve">
|
||||||
<value>İşə salındıqda Bitwarden Əlçatımlılıq Xidməti, giriş məlumatlarınızın avto-doldurmasına kömək etmək üçün giriş xanaları seçildikdə açılan pəncərə göstərəcək.</value>
|
<value>İşə salındıqda Bitwarden Əlçatımlılıq Xidməti, giriş məlumatlarınızın avto-doldurmasına kömək etmək üçün giriş xanaları seçildikdə açılan pəncərə göstərəcək.</value>
|
||||||
@@ -2473,7 +2473,7 @@ Skan prosesi avtomatik baş tutacaq.</value>
|
|||||||
<value>Əlçatımlılıq Xidməti açıqlaması</value>
|
<value>Əlçatımlılıq Xidməti açıqlaması</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AccessibilityDisclosureText" xml:space="preserve">
|
<data name="AccessibilityDisclosureText" xml:space="preserve">
|
||||||
<value>Bitwarden, tətbiqlərdə və veb saytlarda giriş xanalarını axtarmaq üçün Əlçatımlılıq Xidmətini istifadə edir, daha sonra tətbiq və ya sayt üçün uyuşma tapdıqda istifadəçi adı və parolun daxil edilməsi üçün müvafiq xana kimliklərini yaradır. Xidmət tərəfindən bizə təqdim edilən məlumatların heç birini saxlamırıq, kimlik məlumatlarının daxil edilməsindən kənar ekrandakı hər hansısa elementə nəzarət etməyə cəhd etmirik.</value>
|
<value>Bitwarden, tətbiqlərdə və veb saytlarda giriş xanalarını axtarmaq üçün Əlçatımlılıq Xidmətini istifadə edir, daha sonra tətbiq və ya sayt üçün uyuşma tapdıqda istifadəçi adı və parolun daxil edilməsi üçün müvafiq sahə kimliklərini yaradır. Xidmət tərəfindən bizə təqdim edilən məlumatların heç birini saxlamırıq, kimlik məlumatlarının daxil edilməsindən kənar ekrandakı hər hansısa elementə nəzarət etməyə cəhd etmirik.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Accept" xml:space="preserve">
|
<data name="Accept" xml:space="preserve">
|
||||||
<value>Qəbul et</value>
|
<value>Qəbul et</value>
|
||||||
@@ -2807,7 +2807,7 @@ Bu hesaba keçmək istəyirsiniz?</value>
|
|||||||
<value>{0} saat</value>
|
<value>{0} saat</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
||||||
<value>Yeni keçid açarlarını saxlamaq və anbarınızda saxlanılan keçid açarları ilə giriş etmək üçün Bitwarden-i istifadə edin.</value>
|
<value>Use Bitwarden to save new passkeys and log in with passkeys stored in your vault.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
||||||
<value>Android Avto-doldurma Çərçivəsi, giriş məlumatlarını cihazınızdakı digər tətbiqlərə doldurmağa kömək etmək üçün istifadə olunur.</value>
|
<value>Android Avto-doldurma Çərçivəsi, giriş məlumatlarını cihazınızdakı digər tətbiqlərə doldurmağa kömək etmək üçün istifadə olunur.</value>
|
||||||
@@ -2838,7 +2838,7 @@ Bu hesaba keçmək istəyirsiniz?</value>
|
|||||||
<value>Tətbiq mağazası ilə davam edilsin?</value>
|
<value>Tətbiq mağazası ilə davam edilsin?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
||||||
<value>Cihaz Ayarlarına davam edilsin?</value>
|
<value>Continue to device Settings?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
||||||
<value>Bitwarden veb tətbiqində iki addımlı girişi quraraq hesabınızı daha güvənli edin.</value>
|
<value>Bitwarden veb tətbiqində iki addımlı girişi quraraq hesabınızı daha güvənli edin.</value>
|
||||||
@@ -2891,25 +2891,25 @@ Bu hesaba keçmək istəyirsiniz?</value>
|
|||||||
<value>Anbar vaxt bitməsi əməliyyatınızı dəyişdirmək üçün bir kilid açma seçimi qurun.</value>
|
<value>Anbar vaxt bitməsi əməliyyatınızı dəyişdirmək üçün bir kilid açma seçimi qurun.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ChooseALoginToSaveThisPasskeyTo" xml:space="preserve">
|
<data name="ChooseALoginToSaveThisPasskeyTo" xml:space="preserve">
|
||||||
<value>Bu keçid açarını saxlayacaq bir giriş seçin</value>
|
<value>Choose a login to save this passkey to</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
||||||
<value>Keçid açarını yeni bir giriş olaraq saxla</value>
|
<value>Save passkey as new login</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskey" xml:space="preserve">
|
<data name="SavePasskey" xml:space="preserve">
|
||||||
<value>Keçid açarını saxla</value>
|
<value>Save passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysForX" xml:space="preserve">
|
<data name="PasskeysForX" xml:space="preserve">
|
||||||
<value>{0} üçün keçid açarları</value>
|
<value>Passkeys for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasswordsForX" xml:space="preserve">
|
<data name="PasswordsForX" xml:space="preserve">
|
||||||
<value>{0} parolları</value>
|
<value>Passwords for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="OverwritePasskey" xml:space="preserve">
|
<data name="OverwritePasskey" xml:space="preserve">
|
||||||
<value>Keçid açarının üzərinə yazılsın?</value>
|
<value>Overwrite passkey?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
||||||
<value>Bu elementdə artıq bir keçid açarı var. Hazırkı keçid açarının üzərinə yazmaq istədiyinizə əminsiniz?</value>
|
<value>This item already contains a passkey. Are you sure you want to overwrite the current passkey?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DuoTwoStepLoginIsRequiredForYourAccount" xml:space="preserve">
|
<data name="DuoTwoStepLoginIsRequiredForYourAccount" xml:space="preserve">
|
||||||
<value>Hesabınız üçün Duo iki addımlı giriş tələb olunur. </value>
|
<value>Hesabınız üçün Duo iki addımlı giriş tələb olunur. </value>
|
||||||
@@ -2921,74 +2921,71 @@ Bu hesaba keçmək istəyirsiniz?</value>
|
|||||||
<value>Duo-nu başlat</value>
|
<value>Duo-nu başlat</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerificationRequiredByX" xml:space="preserve">
|
<data name="VerificationRequiredByX" xml:space="preserve">
|
||||||
<value>{0} tərəfindən doğrulanma tələb olunur</value>
|
<value>Verification required by {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerificationRequiredForThisActionSetUpAnUnlockMethodInBitwardenToContinue" xml:space="preserve">
|
<data name="VerificationRequiredForThisActionSetUpAnUnlockMethodInBitwardenToContinue" xml:space="preserve">
|
||||||
<value>Bu əməliyyat üçün doğrulama tələb olunur. Davam etmək üçün "Bitwarden"də bir kilid açma üsulu qurun.</value>
|
<value>Verification required for this action. Set up an unlock method in Bitwarden to continue.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
||||||
<value>Keçid açarını yaratma xətası</value>
|
<value>Error creating passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorReadingPasskey" xml:space="preserve">
|
<data name="ErrorReadingPasskey" xml:space="preserve">
|
||||||
<value>Keçid açarını oxuma xətası</value>
|
<value>Error reading passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>{0} üçün keçid açarı yaradılarkən bir problem baş verdi. Daha sonra yenidən sınayın.</value>
|
<value>There was a problem creating a passkey for {0}. Try again later.</value>
|
||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemReadingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemReadingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>{0} üçün keçid açarınız oxunarkən bir problem baş verdi. Daha sonra yenidən sınayın.</value>
|
<value>There was a problem reading your passkey for {0}. Try again later.</value>
|
||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
||||||
<value>Kimlik doğrulanır...</value>
|
<value>Verifying identity...</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Passwords" xml:space="preserve">
|
<data name="Passwords" xml:space="preserve">
|
||||||
<value>Parollar</value>
|
<value>Passwords</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UnknownAccount" xml:space="preserve">
|
<data name="UnknownAccount" xml:space="preserve">
|
||||||
<value>Bilinməyən hesab</value>
|
<value>Unknown account</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutofill" xml:space="preserve">
|
<data name="SetUpAutofill" xml:space="preserve">
|
||||||
<value>Avto-doldurmanı qur</value>
|
<value>Set up auto-fill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>Parollarınıza və keçid açarlarınıza dərhal müraciət edin!</value>
|
<value>Get instant access to your passwords and passkeys!</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
||||||
<value>Parolların avto-doldurulmasını və keçid açarlarının idarə edilməsini qurmaq üçün iOS Ayarlarında "Bitwarden"i tərcih edilən provayderiniz olaraq ayarlayın.</value>
|
<value>To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
||||||
<value>1. Cihazda Ayarlar > Parollar > "Parol seçimləri"nə gedin</value>
|
<value>1. Go to your device's Settings > Passwords > Password Options</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
||||||
<value>2. Avto-doldurmanı işə salın</value>
|
<value>2. Turn on AutoFill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>3. Parollar və keçid açarları üçün istifadə etmək məqsədilə "Bitwarden"i seçin</value>
|
<value>3. Select "Bitwarden" to use for passwords and passkeys</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
||||||
<value>Keçid açarınız Bitwarden anbarınızda saxlanılacaq</value>
|
<value>Your passkey will be saved to your Bitwarden vault</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Keçid açarınız {0} üçün Bitwarden anbarınızda saxlanılacaq</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Təyin edilməmiş təşkilat elementləri artıq Bütün Anbarlar görünüşündə görünməyəndir və yalnız Admin Konsolu vasitəsilə əlçatandır. Bu elementləri görünən etmək üçün Admin Konsolundan bir kolleksiyaya təyin edin.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>16 May 2024-cü ildən etibarən təyin edilməmiş təşkilat elementləri artıq Bütün Anbarlar görünüşündə görünməyən və yalnız Admin Konsolu vasitəsilə əlçatan olacaq. Bu elementləri görünən etmək üçün Admin Konsolundan bir kolleksiyaya təyin edin.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Daha sonra xatırlat</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Xəbərdarlıq</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Keçid açarları bu tətbiq üçün dəstəklənmir</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Brauzer, imtiyazlı olmadığı üçün keçid açarı əməliyyatı uğursuz oldu</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Brauzer imzası uyuşmadığı üçün keçid açarı əməliyyatı uğursuz oldu</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Əskik varlıq keçidlərinə görə keçid açarı əməliyyatı uğursuz oldu</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Varlıq keçidlərində tətbiq tapılmadığına görə keçid açarı əməliyyatı uğursuz oldu</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Tətbiq doğrulana bilmədiyi üçün keçid açarı əməliyyatı uğursuz oldu</value>
|
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -2650,10 +2650,10 @@
|
|||||||
<value>Запомніць гэту прыладу</value>
|
<value>Запомніць гэту прыладу</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Passkey" xml:space="preserve">
|
<data name="Passkey" xml:space="preserve">
|
||||||
<value>Ключ доступу</value>
|
<value>Passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Passkeys" xml:space="preserve">
|
<data name="Passkeys" xml:space="preserve">
|
||||||
<value>Ключы доступу</value>
|
<value>Passkeys</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Application" xml:space="preserve">
|
<data name="Application" xml:space="preserve">
|
||||||
<value>Праграма</value>
|
<value>Праграма</value>
|
||||||
@@ -2974,22 +2974,19 @@
|
|||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Unassigned organization items are no longer visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>On May 16, 2024, unassigned organization items will no longer be visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Remind me later</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Notice</value>
|
||||||
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Passkeys not supported for this app</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser is not privileged</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser signature does not match</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because of missing asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app not found in asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app could not be verified</value>
|
|
||||||
</data>
|
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -422,7 +422,7 @@
|
|||||||
<value>Услуга за автоматично дописване</value>
|
<value>Услуга за автоматично дописване</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
||||||
<value>Задайте Битуорден за свой доставчик за секретни ключове в настройките на устройството.</value>
|
<value>Set Bitwarden as your passkey provider in device settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
||||||
<value>Без нееднозначни знаци</value>
|
<value>Без нееднозначни знаци</value>
|
||||||
@@ -1195,7 +1195,7 @@
|
|||||||
<value>Идентификация чрез Уиндоус (Windows Hello)</value>
|
<value>Идентификация чрез Уиндоус (Windows Hello)</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenCredentialProviderGoToSettings" xml:space="preserve">
|
<data name="BitwardenCredentialProviderGoToSettings" xml:space="preserve">
|
||||||
<value>Екранът с настройките за доставчик на идентификационни данни не може да се отвори автоматично. Може да го достигнете през: Настройки → Системни (Общо управление) → Пароли, кодове за достъп и автоматично попълване.</value>
|
<value>We were unable to automatically open the Android credential provider settings menu for you. You can navigate to the credential provider settings menu manually from Android Settings > System > Passwords & accounts > Passwords, passkeys and data services.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
|
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
|
||||||
<value>Екранът за настройките за автоматично дописване не може да се отвори автоматично. Може да го достигнете през: Настройки (Android Settings) → Системни (System) → Езици и вход (Languages and input) → Допълнителни (Advanced) → Услуга за дописване (Autofill service).</value>
|
<value>Екранът за настройките за автоматично дописване не може да се отвори автоматично. Може да го достигнете през: Настройки (Android Settings) → Системни (System) → Езици и вход (Languages and input) → Допълнителни (Advanced) → Услуга за дописване (Autofill service).</value>
|
||||||
@@ -1822,7 +1822,7 @@
|
|||||||
<value>Битуорден има нужда от внимание. Отворете „Изобразяване отгоре“ в „Услуга за автоматично дописване“ в настройките му.</value>
|
<value>Битуорден има нужда от внимание. Отворете „Изобразяване отгоре“ в „Услуга за автоматично дописване“ в настройките му.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagement" xml:space="preserve">
|
<data name="PasskeyManagement" xml:space="preserve">
|
||||||
<value>Управление на секретни ключове</value>
|
<value>Passkey management</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServices" xml:space="preserve">
|
<data name="AutofillServices" xml:space="preserve">
|
||||||
<value>Услуга за автоматично дописване</value>
|
<value>Услуга за автоматично дописване</value>
|
||||||
@@ -2808,7 +2808,7 @@
|
|||||||
<value>{0} часа</value>
|
<value>{0} часа</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
||||||
<value>Използване на Битуорден за запазване на новите секретни ключове и вписване с такива запазени в трезора.</value>
|
<value>Use Bitwarden to save new passkeys and log in with passkeys stored in your vault.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
||||||
<value>Подсистемата за автоматично попълване на Андроид се използва за попълване на данните за вход в други приложения на устройството.</value>
|
<value>Подсистемата за автоматично попълване на Андроид се използва за попълване на данните за вход в други приложения на устройството.</value>
|
||||||
@@ -2839,7 +2839,7 @@
|
|||||||
<value>Продължаване към магазина за приложения?</value>
|
<value>Продължаване към магазина за приложения?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
||||||
<value>Продължаване към настройките на устройството?</value>
|
<value>Continue to device Settings?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
||||||
<value>Подобрете защитата на регистрацията си, като настроите двустепенното удостоверяване в уеб приложението на Битуорден.</value>
|
<value>Подобрете защитата на регистрацията си, като настроите двустепенното удостоверяване в уеб приложението на Битуорден.</value>
|
||||||
@@ -2892,25 +2892,25 @@
|
|||||||
<value>Задайте начин за отключване, за да може да промените действието при изтичане на времето за достъп до трезора.</value>
|
<value>Задайте начин за отключване, за да може да промените действието при изтичане на времето за достъп до трезора.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ChooseALoginToSaveThisPasskeyTo" xml:space="preserve">
|
<data name="ChooseALoginToSaveThisPasskeyTo" xml:space="preserve">
|
||||||
<value>Изберете елемент, в който да запазите този секретен ключ</value>
|
<value>Choose a login to save this passkey to</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
||||||
<value>Запазване на секретния ключ като нов елемент за вписване</value>
|
<value>Save passkey as new login</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskey" xml:space="preserve">
|
<data name="SavePasskey" xml:space="preserve">
|
||||||
<value>Запазване на секретния ключ</value>
|
<value>Save passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysForX" xml:space="preserve">
|
<data name="PasskeysForX" xml:space="preserve">
|
||||||
<value>Секретни ключове за {0}</value>
|
<value>Passkeys for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasswordsForX" xml:space="preserve">
|
<data name="PasswordsForX" xml:space="preserve">
|
||||||
<value>Пароли за {0}</value>
|
<value>Passwords for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="OverwritePasskey" xml:space="preserve">
|
<data name="OverwritePasskey" xml:space="preserve">
|
||||||
<value>Да се замени ли секретният ключ?</value>
|
<value>Overwrite passkey?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
||||||
<value>Този елемент вече съдържа секретен ключ. Наистина ли искате да замените текущия секретен ключ?</value>
|
<value>This item already contains a passkey. Are you sure you want to overwrite the current passkey?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DuoTwoStepLoginIsRequiredForYourAccount" xml:space="preserve">
|
<data name="DuoTwoStepLoginIsRequiredForYourAccount" xml:space="preserve">
|
||||||
<value>Вашата регистрация изисква двустепенно удостоверяване чрез Duo. </value>
|
<value>Вашата регистрация изисква двустепенно удостоверяване чрез Duo. </value>
|
||||||
@@ -2922,74 +2922,71 @@
|
|||||||
<value>Стартиране на Duo</value>
|
<value>Стартиране на Duo</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerificationRequiredByX" xml:space="preserve">
|
<data name="VerificationRequiredByX" xml:space="preserve">
|
||||||
<value>Изисква се потвърждение от {0}</value>
|
<value>Verification required by {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerificationRequiredForThisActionSetUpAnUnlockMethodInBitwardenToContinue" xml:space="preserve">
|
<data name="VerificationRequiredForThisActionSetUpAnUnlockMethodInBitwardenToContinue" xml:space="preserve">
|
||||||
<value>Това действие изисква потвърждение. Настройте метод за отключване в Битуорден, за да продължите.</value>
|
<value>Verification required for this action. Set up an unlock method in Bitwarden to continue.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
||||||
<value>Грешка при създаването на секретен ключ</value>
|
<value>Error creating passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorReadingPasskey" xml:space="preserve">
|
<data name="ErrorReadingPasskey" xml:space="preserve">
|
||||||
<value>Грешка при четенето на секретен ключ</value>
|
<value>Error reading passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>Възникна грешка при създаването на секретен ключ за {0}. Опитайте отново по-късно.</value>
|
<value>There was a problem creating a passkey for {0}. Try again later.</value>
|
||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemReadingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemReadingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>Възникна грешка при прочитането на секретния ключ за {0}. Опитайте отново по-късно.</value>
|
<value>There was a problem reading your passkey for {0}. Try again later.</value>
|
||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
||||||
<value>Потвърждаване на самоличността…</value>
|
<value>Verifying identity...</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Passwords" xml:space="preserve">
|
<data name="Passwords" xml:space="preserve">
|
||||||
<value>Пароли</value>
|
<value>Passwords</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UnknownAccount" xml:space="preserve">
|
<data name="UnknownAccount" xml:space="preserve">
|
||||||
<value>Неизвестна регистрация</value>
|
<value>Unknown account</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutofill" xml:space="preserve">
|
<data name="SetUpAutofill" xml:space="preserve">
|
||||||
<value>Настройте автоматичното попълване</value>
|
<value>Set up auto-fill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>Незабавен достъп до паролите и секретните ключове!</value>
|
<value>Get instant access to your passwords and passkeys!</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
||||||
<value>За да настроите автоматичното попълване на пароли и управлението на секретни ключове, задайте Битуорден като предпочитан доставчик за това в настройките на iOS.</value>
|
<value>To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
||||||
<value>1. Идете в Настройките на устройството > Пароли > Настройки за паролите</value>
|
<value>1. Go to your device's Settings > Passwords > Password Options</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
||||||
<value>2. Включете автоматичното попълване</value>
|
<value>2. Turn on AutoFill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>3. Изберете, че искате да използвате „Битуорден“ за пароли и секретни ключове</value>
|
<value>3. Select "Bitwarden" to use for passwords and passkeys</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
||||||
<value>Секретният ключ ще бъде запазен в трезора на Битуорден</value>
|
<value>Your passkey will be saved to your Bitwarden vault</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Секретният ключ ще бъде запазен в трезора на Битуорден за {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Неразпределените елементи на организацията вече не се виждат в изгледа с „Всички трезори“, а са достъпни само през Административната конзола. Добавете тези елементи към някоя колекция в Административната конзола, за да станат видими.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>От 16 май 2024г. неразпределените елементи на организациите вече няма се виждат в изгледа с „Всички трезори“, а ще бъдат достъпни само през Административната конзола. Добавете тези елементи към някоя колекция в Административната конзола, за да станат видими.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Напомнете ми по-късно</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Известие</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>За това приложение не се поддържат секретни ключове</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser is not privileged</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Операцията със секретния ключ беше неуспешна, тъй като подписът в браузъра не съвпада</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Операцията със секретния ключ беше неуспешна, поради липсващи връзки към ресурси</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Операцията със секретния ключ беше неуспешна, тъй като приложението не е намерено измежду връзките към ресурси</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Операцията със секретния ключ беше неуспешна, тъй като приложението не може да бъде потвърдено</value>
|
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -2769,7 +2769,7 @@ Do you want to switch to this account?</value>
|
|||||||
<value>Account security</value>
|
<value>Account security</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenHelpCenter" xml:space="preserve">
|
<data name="BitwardenHelpCenter" xml:space="preserve">
|
||||||
<value>Bitwarden help center</value>
|
<value>Bitwarden Help Center</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContactBitwardenSupport" xml:space="preserve">
|
<data name="ContactBitwardenSupport" xml:space="preserve">
|
||||||
<value>Contact Bitwarden support</value>
|
<value>Contact Bitwarden support</value>
|
||||||
@@ -2975,22 +2975,19 @@ Do you want to switch to this account?</value>
|
|||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Unassigned organization items are no longer visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>On May 16, 2024, unassigned organization items will no longer be visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Remind me later</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Notice</value>
|
||||||
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Passkeys not supported for this app</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser is not privileged</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser signature does not match</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because of missing asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app not found in asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app could not be verified</value>
|
|
||||||
</data>
|
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -190,7 +190,7 @@
|
|||||||
<comment>Full label for a email address.</comment>
|
<comment>Full label for a email address.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="EmailUs" xml:space="preserve">
|
<data name="EmailUs" xml:space="preserve">
|
||||||
<value>Pošaljite nam E-Mail</value>
|
<value>Pošaljite nam E-Mail </value>
|
||||||
</data>
|
</data>
|
||||||
<data name="EmailUsDescription" xml:space="preserve">
|
<data name="EmailUsDescription" xml:space="preserve">
|
||||||
<value>Pošaljite nam E-Mail direktno da biste dobili pomoć ili ostavili povratne informacije.</value>
|
<value>Pošaljite nam E-Mail direktno da biste dobili pomoć ili ostavili povratne informacije.</value>
|
||||||
@@ -203,7 +203,7 @@
|
|||||||
<comment>Title for your favorite items in the vault.</comment>
|
<comment>Title for your favorite items in the vault.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="FileBugReport" xml:space="preserve">
|
<data name="FileBugReport" xml:space="preserve">
|
||||||
<value>Podnesite izvještaj o greški</value>
|
<value>Podnesite izvještaj o greški </value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FileBugReportDescription" xml:space="preserve">
|
<data name="FileBugReportDescription" xml:space="preserve">
|
||||||
<value>Prijavi problem u našem GitHub repozitoriju.</value>
|
<value>Prijavi problem u našem GitHub repozitoriju.</value>
|
||||||
@@ -394,7 +394,7 @@
|
|||||||
<value>Prikaz</value>
|
<value>Prikaz</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VisitOurWebsite" xml:space="preserve">
|
<data name="VisitOurWebsite" xml:space="preserve">
|
||||||
<value>Posjetite našu Web Stranicu</value>
|
<value>Posjetite našu Web Stranicu </value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Website" xml:space="preserve">
|
<data name="Website" xml:space="preserve">
|
||||||
<value>Web stranica</value>
|
<value>Web stranica</value>
|
||||||
@@ -502,7 +502,7 @@
|
|||||||
<value>Dodirnite Bitwarden ikonu u meniju da biste pokrenuli dodatak.</value>
|
<value>Dodirnite Bitwarden ikonu u meniju da biste pokrenuli dodatak.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ExtensionTurnOn" xml:space="preserve">
|
<data name="ExtensionTurnOn" xml:space="preserve">
|
||||||
<value>Da biste uključili Bitwarden u Safari-ju i drugim aplikacijama, dodirnite ikonu „više“ u donjem redu menija.</value>
|
<value> Da biste uključili Bitwarden u Safari-ju i drugim aplikacijama, dodirnite ikonu „više“ u donjem redu menija.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Favorite" xml:space="preserve">
|
<data name="Favorite" xml:space="preserve">
|
||||||
<value>Omiljene</value>
|
<value>Omiljene</value>
|
||||||
@@ -1301,13 +1301,13 @@ Skeniranje će biti izvršeno automatski.</value>
|
|||||||
<value>Preporučeno je onemogućiti bilo koje druge aplikacije za automatsko popunjavanje lozinki u Postavkama uređaja ukoliko ih ne planirate koristiti.</value>
|
<value>Preporučeno je onemogućiti bilo koje druge aplikacije za automatsko popunjavanje lozinki u Postavkama uređaja ukoliko ih ne planirate koristiti.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenAutofillDescription" xml:space="preserve">
|
<data name="BitwardenAutofillDescription" xml:space="preserve">
|
||||||
<value>Pristupite vašem trezoru direktno putem vaše tastature da brže unesete vaše lozinke.</value>
|
<value>Pristupite vašem trezoru direktno putem vaše tastature da brže unesete vaše lozinke. </value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillTurnOn" xml:space="preserve">
|
<data name="AutofillTurnOn" xml:space="preserve">
|
||||||
<value>Da bi omogućili automatsko popunjavanje lozinki na vašem uređaju, molimo vas da pratite sljedeće upute:</value>
|
<value>Da bi omogućili automatsko popunjavanje lozinki na vašem uređaju, molimo vas da pratite sljedeće upute:</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillTurnOn1" xml:space="preserve">
|
<data name="AutofillTurnOn1" xml:space="preserve">
|
||||||
<value>1. Otvorite Postavke na Vašem uređaju</value>
|
<value>1. Otvorite Postavke na Vašem uređaju </value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillTurnOn2" xml:space="preserve">
|
<data name="AutofillTurnOn2" xml:space="preserve">
|
||||||
<value>2. Otvorite "Lozinke"</value>
|
<value>2. Otvorite "Lozinke"</value>
|
||||||
@@ -1316,7 +1316,7 @@ Skeniranje će biti izvršeno automatski.</value>
|
|||||||
<value>3. Pritisnite "Auto ispuna lozinki"</value>
|
<value>3. Pritisnite "Auto ispuna lozinki"</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillTurnOn4" xml:space="preserve">
|
<data name="AutofillTurnOn4" xml:space="preserve">
|
||||||
<value>4. Uključite automatsko ispunjavanje</value>
|
<value>4. Uključite automatsko ispunjavanje </value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillTurnOn5" xml:space="preserve">
|
<data name="AutofillTurnOn5" xml:space="preserve">
|
||||||
<value>5. Odaberite Bitwarden</value>
|
<value>5. Odaberite Bitwarden</value>
|
||||||
@@ -1340,7 +1340,7 @@ Skeniranje će biti izvršeno automatski.</value>
|
|||||||
<value>Prijave</value>
|
<value>Prijave</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SecureNotes" xml:space="preserve">
|
<data name="SecureNotes" xml:space="preserve">
|
||||||
<value>Sigurna zabilješke</value>
|
<value>Sigurna zabilješke </value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AllItems" xml:space="preserve">
|
<data name="AllItems" xml:space="preserve">
|
||||||
<value>Sve spremljene lozinke</value>
|
<value>Sve spremljene lozinke</value>
|
||||||
@@ -1446,14 +1446,14 @@ Skeniranje će biti izvršeno automatski.</value>
|
|||||||
<value>Šifra</value>
|
<value>Šifra</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="WordSeparator" xml:space="preserve">
|
<data name="WordSeparator" xml:space="preserve">
|
||||||
<value>Odvajač riječi</value>
|
<value>Odvajač riječi </value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Clear" xml:space="preserve">
|
<data name="Clear" xml:space="preserve">
|
||||||
<value>Obriši</value>
|
<value>Obriši</value>
|
||||||
<comment>To clear something out. example: To clear browser history.</comment>
|
<comment>To clear something out. example: To clear browser history.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="Generator" xml:space="preserve">
|
<data name="Generator" xml:space="preserve">
|
||||||
<value>Generator</value>
|
<value>Generator </value>
|
||||||
<comment>Short for "Password Generator"</comment>
|
<comment>Short for "Password Generator"</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="NoFoldersToList" xml:space="preserve">
|
<data name="NoFoldersToList" xml:space="preserve">
|
||||||
@@ -1477,7 +1477,7 @@ Skeniranje će biti izvršeno automatski.</value>
|
|||||||
<value>Zaključaj odmah</value>
|
<value>Zaključaj odmah</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PIN" xml:space="preserve">
|
<data name="PIN" xml:space="preserve">
|
||||||
<value>PIN</value>
|
<value>PIN </value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Unlock" xml:space="preserve">
|
<data name="Unlock" xml:space="preserve">
|
||||||
<value>Otključaj</value>
|
<value>Otključaj</value>
|
||||||
@@ -1528,7 +1528,7 @@ Skeniranje će biti izvršeno automatski.</value>
|
|||||||
<value>2 minute</value>
|
<value>2 minute</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ClearClipboard" xml:space="preserve">
|
<data name="ClearClipboard" xml:space="preserve">
|
||||||
<value>Očisti međumemoriju</value>
|
<value>Očisti međumemoriju </value>
|
||||||
<comment>Clipboard is the operating system thing where you copy/paste data to on your device.</comment>
|
<comment>Clipboard is the operating system thing where you copy/paste data to on your device.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ClearClipboardDescription" xml:space="preserve">
|
<data name="ClearClipboardDescription" xml:space="preserve">
|
||||||
@@ -1684,7 +1684,7 @@ Skeniranje će biti izvršeno automatski.</value>
|
|||||||
<value>Trezor uspješno izvezen</value>
|
<value>Trezor uspješno izvezen</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Clone" xml:space="preserve">
|
<data name="Clone" xml:space="preserve">
|
||||||
<value>Kopiraj identično</value>
|
<value>Kopiraj identično </value>
|
||||||
<comment>Clone an entity (verb).</comment>
|
<comment>Clone an entity (verb).</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasswordGeneratorPolicyInEffect" xml:space="preserve">
|
<data name="PasswordGeneratorPolicyInEffect" xml:space="preserve">
|
||||||
@@ -1727,7 +1727,7 @@ Skeniranje će biti izvršeno automatski.</value>
|
|||||||
<comment>Confirmation message after successfully restoring a soft-deleted item</comment>
|
<comment>Confirmation message after successfully restoring a soft-deleted item</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="Trash" xml:space="preserve">
|
<data name="Trash" xml:space="preserve">
|
||||||
<value>Smeće</value>
|
<value>Smeće </value>
|
||||||
<comment>(noun) Location of deleted items which have not yet been permanently deleted</comment>
|
<comment>(noun) Location of deleted items which have not yet been permanently deleted</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="SearchTrash" xml:space="preserve">
|
<data name="SearchTrash" xml:space="preserve">
|
||||||
@@ -1837,7 +1837,7 @@ Skeniranje će biti izvršeno automatski.</value>
|
|||||||
<value>Koristi pristupačnost</value>
|
<value>Koristi pristupačnost</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AccessibilityDescription" xml:space="preserve">
|
<data name="AccessibilityDescription" xml:space="preserve">
|
||||||
<value>Koristi uslugu Bitwarden pristupačnosti za auto-ispunu tvojih prijava u aplikacijama i na webu. Kada je uključeno, prilikom odabira polja za prijavu, prikazati će se iskočni okvir.</value>
|
<value>Koristi uslugu Bitwarden pristupačnosti za auto-ispunu tvojih prijava u aplikacijama i na webu. Kada je uključeno, prilikom odabira polja za prijavu, prikazati će se iskočni okvir. </value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AccessibilityDescription2" xml:space="preserve">
|
<data name="AccessibilityDescription2" xml:space="preserve">
|
||||||
<value>Koristi uslugu Bitwarden pristupačnosti za auto-ispunu tvojih prijava u aplikacijama i na webu (Zahtijeva uključenu opciju „Koristi preklapanje”).</value>
|
<value>Koristi uslugu Bitwarden pristupačnosti za auto-ispunu tvojih prijava u aplikacijama i na webu (Zahtijeva uključenu opciju „Koristi preklapanje”).</value>
|
||||||
@@ -1924,7 +1924,7 @@ Skeniranje će biti izvršeno automatski.</value>
|
|||||||
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
|
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="PendingDelete" xml:space="preserve">
|
<data name="PendingDelete" xml:space="preserve">
|
||||||
<value>Brisanje na čekanju</value>
|
<value>Brisanje na čekanju </value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ExpirationDate" xml:space="preserve">
|
<data name="ExpirationDate" xml:space="preserve">
|
||||||
<value>Rok upotrebe</value>
|
<value>Rok upotrebe</value>
|
||||||
@@ -1966,7 +1966,7 @@ Skeniranje će biti izvršeno automatski.</value>
|
|||||||
<value>Sigurno želiš ukloniti lozinku?</value>
|
<value>Sigurno želiš ukloniti lozinku?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="RemovingSendPassword" xml:space="preserve">
|
<data name="RemovingSendPassword" xml:space="preserve">
|
||||||
<value>Uklanjanje lozinke</value>
|
<value>Uklanjanje lozinke </value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SendPasswordRemoved" xml:space="preserve">
|
<data name="SendPasswordRemoved" xml:space="preserve">
|
||||||
<value>Lozinka je uklonjena.</value>
|
<value>Lozinka je uklonjena.</value>
|
||||||
@@ -2149,13 +2149,13 @@ Skeniranje će biti izvršeno automatski.</value>
|
|||||||
<value>Vrijeme isteka premašuje ograničenje koju je postavila tvoja organizacija.</value>
|
<value>Vrijeme isteka premašuje ograničenje koju je postavila tvoja organizacija.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DisablePersonalVaultExportPolicyInEffect" xml:space="preserve">
|
<data name="DisablePersonalVaultExportPolicyInEffect" xml:space="preserve">
|
||||||
<value>Jedno ili više pravila organizacija onemogućuje izvoz osobnog trezora.</value>
|
<value>Jedno ili više pravila organizacija onemogućuje izvoz osobnog trezora. </value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AddAccount" xml:space="preserve">
|
<data name="AddAccount" xml:space="preserve">
|
||||||
<value>Dodaj račun</value>
|
<value>Dodaj račun</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AccountUnlocked" xml:space="preserve">
|
<data name="AccountUnlocked" xml:space="preserve">
|
||||||
<value>Otključano</value>
|
<value>Otključano </value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AccountLocked" xml:space="preserve">
|
<data name="AccountLocked" xml:space="preserve">
|
||||||
<value>Zaključano</value>
|
<value>Zaključano</value>
|
||||||
@@ -2164,13 +2164,13 @@ Skeniranje će biti izvršeno automatski.</value>
|
|||||||
<value>Odjavljeno</value>
|
<value>Odjavljeno</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AccountSwitchedAutomatically" xml:space="preserve">
|
<data name="AccountSwitchedAutomatically" xml:space="preserve">
|
||||||
<value>Prebačeni ste na sljedeći dostupan račun</value>
|
<value>Prebačeni ste na sljedeći dostupan račun </value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AccountLockedSuccessfully" xml:space="preserve">
|
<data name="AccountLockedSuccessfully" xml:space="preserve">
|
||||||
<value>Račun zaključan</value>
|
<value>Račun zaključan </value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AccountLoggedOutSuccessfully" xml:space="preserve">
|
<data name="AccountLoggedOutSuccessfully" xml:space="preserve">
|
||||||
<value>Uspješno odjavljeni sa računa</value>
|
<value>Uspješno odjavljeni sa računa </value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AccountRemovedSuccessfully" xml:space="preserve">
|
<data name="AccountRemovedSuccessfully" xml:space="preserve">
|
||||||
<value>Račun je uspješno uklonjen</value>
|
<value>Račun je uspješno uklonjen</value>
|
||||||
@@ -2206,7 +2206,7 @@ Skeniranje će biti izvršeno automatski.</value>
|
|||||||
<value>Kopiraj link od Send-a prilikom spremanja</value>
|
<value>Kopiraj link od Send-a prilikom spremanja</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SendingCode" xml:space="preserve">
|
<data name="SendingCode" xml:space="preserve">
|
||||||
<value>Kod se šalje</value>
|
<value>Kod se šalje </value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Verifying" xml:space="preserve">
|
<data name="Verifying" xml:space="preserve">
|
||||||
<value>Provjera u toku</value>
|
<value>Provjera u toku</value>
|
||||||
@@ -2767,7 +2767,7 @@ Skeniranje će biti izvršeno automatski.</value>
|
|||||||
<value>Account security</value>
|
<value>Account security</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenHelpCenter" xml:space="preserve">
|
<data name="BitwardenHelpCenter" xml:space="preserve">
|
||||||
<value>Bitwarden help center</value>
|
<value>Bitwarden Help Center</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContactBitwardenSupport" xml:space="preserve">
|
<data name="ContactBitwardenSupport" xml:space="preserve">
|
||||||
<value>Contact Bitwarden support</value>
|
<value>Contact Bitwarden support</value>
|
||||||
@@ -2973,22 +2973,19 @@ Skeniranje će biti izvršeno automatski.</value>
|
|||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Unassigned organization items are no longer visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>On May 16, 2024, unassigned organization items will no longer be visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Remind me later</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Notice</value>
|
||||||
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Passkeys not supported for this app</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser is not privileged</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser signature does not match</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because of missing asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app not found in asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app could not be verified</value>
|
|
||||||
</data>
|
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -422,7 +422,7 @@
|
|||||||
<value>Servei d'emplenament automàtic</value>
|
<value>Servei d'emplenament automàtic</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
||||||
<value>Estableix Bitwarden com a proveïdor de claus de pas a la configuració del dispositiu.</value>
|
<value>Set Bitwarden as your passkey provider in device settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
||||||
<value>Eviteu caràcters ambigus</value>
|
<value>Eviteu caràcters ambigus</value>
|
||||||
@@ -1195,7 +1195,7 @@ L'escaneig es farà automàticament.</value>
|
|||||||
<value>Windows Hello</value>
|
<value>Windows Hello</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenCredentialProviderGoToSettings" xml:space="preserve">
|
<data name="BitwardenCredentialProviderGoToSettings" xml:space="preserve">
|
||||||
<value>No hem pogut obrir automàticament el menú de configuració del proveïdor de credencials d'Android. Podeu navegar fins al menú de configuració del proveïdor de credencials manualment des de Configuració d'Android > Sistema > Contrasenyes i comptes > Contrasenyes, claus de pas i serveis de dades.</value>
|
<value>We were unable to automatically open the Android credential provider settings menu for you. You can navigate to the credential provider settings menu manually from Android Settings > System > Passwords & accounts > Passwords, passkeys and data services.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
|
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
|
||||||
<value>No hem pogut obrir automàticament el menú de configuració de l'emplenament automàtic d'Android. Podeu anar manualment des de la configuració d'Android > Sistema > Idiomes i entrada > Avançat > Servei d'emplenament automàtic.</value>
|
<value>No hem pogut obrir automàticament el menú de configuració de l'emplenament automàtic d'Android. Podeu anar manualment des de la configuració d'Android > Sistema > Idiomes i entrada > Avançat > Servei d'emplenament automàtic.</value>
|
||||||
@@ -1822,7 +1822,7 @@ L'escaneig es farà automàticament.</value>
|
|||||||
<value>Bitwarden necessita atenció: activeu l'opció "Dibuixa-sobre" a "Serveis d'emplenament automàtic" a Configuració de Bitwarden</value>
|
<value>Bitwarden necessita atenció: activeu l'opció "Dibuixa-sobre" a "Serveis d'emplenament automàtic" a Configuració de Bitwarden</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagement" xml:space="preserve">
|
<data name="PasskeyManagement" xml:space="preserve">
|
||||||
<value>Gestió de claus de pas</value>
|
<value>Passkey management</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServices" xml:space="preserve">
|
<data name="AutofillServices" xml:space="preserve">
|
||||||
<value>Serveis d'emplenament automàtic</value>
|
<value>Serveis d'emplenament automàtic</value>
|
||||||
@@ -2808,7 +2808,7 @@ Voleu canviar a aquest compte?</value>
|
|||||||
<value>{0} hores</value>
|
<value>{0} hores</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
||||||
<value>Utilitzeu Bitwarden per guardar claus de pas noves i iniciar sessió amb les claus emmagatzemades a la vostra caixa forta.</value>
|
<value>Use Bitwarden to save new passkeys and log in with passkeys stored in your vault.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
||||||
<value>El marc d'emplenament automàtic d'Android s'utilitza per ajudar a omplir la informació d'inici de sessió a altres aplicacions del vostre dispositiu.</value>
|
<value>El marc d'emplenament automàtic d'Android s'utilitza per ajudar a omplir la informació d'inici de sessió a altres aplicacions del vostre dispositiu.</value>
|
||||||
@@ -2839,7 +2839,7 @@ Voleu canviar a aquest compte?</value>
|
|||||||
<value>Voleu continuar cap a l'app store?</value>
|
<value>Voleu continuar cap a l'app store?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
||||||
<value>Voleu continuar a la configuració del dispositiu?</value>
|
<value>Continue to device Settings?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
||||||
<value>Fes que el vostre compte siga més segur configurant l'inici de sessió en dos passos a l'aplicació web de Bitwarden.</value>
|
<value>Fes que el vostre compte siga més segur configurant l'inici de sessió en dos passos a l'aplicació web de Bitwarden.</value>
|
||||||
@@ -2892,25 +2892,25 @@ Voleu canviar a aquest compte?</value>
|
|||||||
<value>Configura una opció de desbloqueig per canviar l'acció de temps d'espera de la caixa forta.</value>
|
<value>Configura una opció de desbloqueig per canviar l'acció de temps d'espera de la caixa forta.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ChooseALoginToSaveThisPasskeyTo" xml:space="preserve">
|
<data name="ChooseALoginToSaveThisPasskeyTo" xml:space="preserve">
|
||||||
<value>Trieu un inici de sessió per guardar aquesta clau de pas</value>
|
<value>Choose a login to save this passkey to</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
||||||
<value>Guarda la clau de pas com a nou inici de sessió</value>
|
<value>Save passkey as new login</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskey" xml:space="preserve">
|
<data name="SavePasskey" xml:space="preserve">
|
||||||
<value>Guarda la clau de pas</value>
|
<value>Save passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysForX" xml:space="preserve">
|
<data name="PasskeysForX" xml:space="preserve">
|
||||||
<value>Claus de pas per a {0}</value>
|
<value>Passkeys for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasswordsForX" xml:space="preserve">
|
<data name="PasswordsForX" xml:space="preserve">
|
||||||
<value>Contrasenyes per a {0}</value>
|
<value>Passwords for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="OverwritePasskey" xml:space="preserve">
|
<data name="OverwritePasskey" xml:space="preserve">
|
||||||
<value>Sobreescriure la clau de pas?</value>
|
<value>Overwrite passkey?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
||||||
<value>Aquest element ja conté una clau de pas. Esteu segur que voleu sobreescriure la actual?</value>
|
<value>This item already contains a passkey. Are you sure you want to overwrite the current passkey?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DuoTwoStepLoginIsRequiredForYourAccount" xml:space="preserve">
|
<data name="DuoTwoStepLoginIsRequiredForYourAccount" xml:space="preserve">
|
||||||
<value>Es requereix l'inici de sessió en dos passos de DUO al vostre compte. </value>
|
<value>Es requereix l'inici de sessió en dos passos de DUO al vostre compte. </value>
|
||||||
@@ -2922,74 +2922,71 @@ Voleu canviar a aquest compte?</value>
|
|||||||
<value>Inicia DUO</value>
|
<value>Inicia DUO</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerificationRequiredByX" xml:space="preserve">
|
<data name="VerificationRequiredByX" xml:space="preserve">
|
||||||
<value>Verificació requerida per {0}</value>
|
<value>Verification required by {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerificationRequiredForThisActionSetUpAnUnlockMethodInBitwardenToContinue" xml:space="preserve">
|
<data name="VerificationRequiredForThisActionSetUpAnUnlockMethodInBitwardenToContinue" xml:space="preserve">
|
||||||
<value>Verificació necessària per a aquesta acció. Configura un mètode de desbloqueig a Bitwarden per continuar.</value>
|
<value>Verification required for this action. Set up an unlock method in Bitwarden to continue.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
||||||
<value>S'ha produït un error en crear la clau de pas</value>
|
<value>Error creating passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorReadingPasskey" xml:space="preserve">
|
<data name="ErrorReadingPasskey" xml:space="preserve">
|
||||||
<value>S'ha produït un error en llegir la clau de pas</value>
|
<value>Error reading passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>S'ha produït un problema en crear una contrasenya per a {0}. Torneu-ho a provar més tard.</value>
|
<value>There was a problem creating a passkey for {0}. Try again later.</value>
|
||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemReadingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemReadingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>S'ha produït un problema en llegir la clau de pas per a {0}. Torneu-ho a provar més tard.</value>
|
<value>There was a problem reading your passkey for {0}. Try again later.</value>
|
||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
||||||
<value>S'està verificant la identitat...</value>
|
<value>Verifying identity...</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Passwords" xml:space="preserve">
|
<data name="Passwords" xml:space="preserve">
|
||||||
<value>Contrasenyes</value>
|
<value>Passwords</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UnknownAccount" xml:space="preserve">
|
<data name="UnknownAccount" xml:space="preserve">
|
||||||
<value>Compte desconegut</value>
|
<value>Unknown account</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutofill" xml:space="preserve">
|
<data name="SetUpAutofill" xml:space="preserve">
|
||||||
<value>Configura l'emplenament automàtic</value>
|
<value>Set up auto-fill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>Obteniu accés instantani a les vostres contrasenyes i claus de pas!</value>
|
<value>Get instant access to your passwords and passkeys!</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
||||||
<value>Per configurar l'emplenament automàtic de contrasenyes i la gestió de claus de pas, configureu Bitwarden com a proveïdor preferit a la configuració d'iOS.</value>
|
<value>To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
||||||
<value>1. Aneu a la configuració del dispositiu > Contrasenyes > Opcions de contrasenya</value>
|
<value>1. Go to your device's Settings > Passwords > Password Options</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
||||||
<value>2. Activeu l'emplenament automàtic</value>
|
<value>2. Turn on AutoFill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>3. Seleccioneu "Bitwarden" per utilitzar-lo per a les contrasenyes i les claus de pas</value>
|
<value>3. Select "Bitwarden" to use for passwords and passkeys</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
||||||
<value>La clau d'accés es guardarà a la caixa forta de Bitwarden</value>
|
<value>Your passkey will be saved to your Bitwarden vault</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>La clau d'accés es guardarà a la caixa forta de Bitwarden per a {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Unassigned organization items are no longer visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>On May 16, 2024, unassigned organization items will no longer be visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Remind me later</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Notice</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Les claus de pas no són compatibles amb aquesta aplicació</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>L'operació de la clau de pas ha fallat perquè el navegador no té privilegis</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>L'operació de la clau de pas ha fallat perquè la signatura del navegador no coincideix</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>L'operació de la clau de pas ha fallat perquè falten enllaços de recursos</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>L'operació de la clau de pas ha fallat perquè l'aplicació no s'ha trobat als enllaços de recursos</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>L'operació de la clau de pas ha fallat perquè l'aplicació no s'ha pogut verificar</value>
|
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -422,7 +422,7 @@
|
|||||||
<value>Služba automatického vyplňování</value>
|
<value>Služba automatického vyplňování</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
||||||
<value>Nastaví Bitwarden jako poskytovatele přístupového hesla v nastavení zařízení.</value>
|
<value>Set Bitwarden as your passkey provider in device settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
||||||
<value>Nepoužívat zaměnitelné znaky</value>
|
<value>Nepoužívat zaměnitelné znaky</value>
|
||||||
@@ -502,7 +502,7 @@
|
|||||||
<value>Pro spuštění rozšíření klepněte na ikonu Bitwardenu v menu.</value>
|
<value>Pro spuštění rozšíření klepněte na ikonu Bitwardenu v menu.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ExtensionTurnOn" xml:space="preserve">
|
<data name="ExtensionTurnOn" xml:space="preserve">
|
||||||
<value>Pro zapnutí Bitwardenu v prohlížeči Safari a dalších aplikacích klepněte na ikonu "Další" v dolní části menu.</value>
|
<value>Pro zapnutí Bitwardenu v prohlížeči Safari a dalších aplikacích klepněte na ikonu "Další“ v dolní části menu.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Favorite" xml:space="preserve">
|
<data name="Favorite" xml:space="preserve">
|
||||||
<value>Oblíbené</value>
|
<value>Oblíbené</value>
|
||||||
@@ -901,7 +901,7 @@ Načtení proběhne automaticky.</value>
|
|||||||
<value>Načíst QR kód</value>
|
<value>Načíst QR kód</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Camera" xml:space="preserve">
|
<data name="Camera" xml:space="preserve">
|
||||||
<value>Kamera</value>
|
<value>Fotoaparát</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Photos" xml:space="preserve">
|
<data name="Photos" xml:space="preserve">
|
||||||
<value>Fotky</value>
|
<value>Fotky</value>
|
||||||
@@ -1195,7 +1195,7 @@ Načtení proběhne automaticky.</value>
|
|||||||
<value>Windows Hello</value>
|
<value>Windows Hello</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenCredentialProviderGoToSettings" xml:space="preserve">
|
<data name="BitwardenCredentialProviderGoToSettings" xml:space="preserve">
|
||||||
<value>Obrazovku nastavení automatického vyplňování Android se nepodařilo otevřít. Nastavení můžete otevřít ručně z Nastavení systému Android > Systém > Hesla a účty > Hesla, přístupové klíče a datové služby.</value>
|
<value>We were unable to automatically open the Android credential provider settings menu for you. You can navigate to the credential provider settings menu manually from Android Settings > System > Passwords & accounts > Passwords, passkeys and data services.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
|
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
|
||||||
<value>Obrazovku nastavení automatického vyplňování Android se nepodařilo otevřít. Nastavení můžete otevřít ručně z Nastavení systému Android > Systém > Jazyky a zadávání > Rozšířená nastavení > Služba automatického vyplňování.</value>
|
<value>Obrazovku nastavení automatického vyplňování Android se nepodařilo otevřít. Nastavení můžete otevřít ručně z Nastavení systému Android > Systém > Jazyky a zadávání > Rozšířená nastavení > Služba automatického vyplňování.</value>
|
||||||
@@ -1822,7 +1822,7 @@ Načtení proběhne automaticky.</value>
|
|||||||
<value>Bitwarden vyžaduje pozornost – Povolte volbu "Zobrazit přes ostatní aplikace" ve "Službách automatického vyplňování“ v nastavení aplikace Bitwarden</value>
|
<value>Bitwarden vyžaduje pozornost – Povolte volbu "Zobrazit přes ostatní aplikace" ve "Službách automatického vyplňování“ v nastavení aplikace Bitwarden</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagement" xml:space="preserve">
|
<data name="PasskeyManagement" xml:space="preserve">
|
||||||
<value>Správa přístupových klíčů</value>
|
<value>Passkey management</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServices" xml:space="preserve">
|
<data name="AutofillServices" xml:space="preserve">
|
||||||
<value>Služby automatického vyplňování</value>
|
<value>Služby automatického vyplňování</value>
|
||||||
@@ -2544,7 +2544,7 @@ Chcete se přepnout na tento účet?</value>
|
|||||||
<value>Žádné čekající žádosti</value>
|
<value>Žádné čekající žádosti</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="EnableCamerPermissionToUseTheScanner" xml:space="preserve">
|
<data name="EnableCamerPermissionToUseTheScanner" xml:space="preserve">
|
||||||
<value>Pro použití skeneru musíte povolit přístup ke kameře</value>
|
<value>Pro použití skeneru musíte povolit přístup k fotoaparátu</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Language" xml:space="preserve">
|
<data name="Language" xml:space="preserve">
|
||||||
<value>Jazyk</value>
|
<value>Jazyk</value>
|
||||||
@@ -2767,7 +2767,7 @@ Chcete se přepnout na tento účet?</value>
|
|||||||
<value>Zabezpečení účtu</value>
|
<value>Zabezpečení účtu</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenHelpCenter" xml:space="preserve">
|
<data name="BitwardenHelpCenter" xml:space="preserve">
|
||||||
<value>Centrum nápovědy Bitwardenu</value>
|
<value>Centrum nápovědy Bitwarden</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContactBitwardenSupport" xml:space="preserve">
|
<data name="ContactBitwardenSupport" xml:space="preserve">
|
||||||
<value>Kontakt na podporu Bitwarden</value>
|
<value>Kontakt na podporu Bitwarden</value>
|
||||||
@@ -2807,7 +2807,7 @@ Chcete se přepnout na tento účet?</value>
|
|||||||
<value>{0} hodin</value>
|
<value>{0} hodin</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
||||||
<value>Použijte Bitwarden pro ukládání nových přístupových klíčů a přihlašování se pomocí přístupových klíčů uložených ve Vašem trezoru.</value>
|
<value>Use Bitwarden to save new passkeys and log in with passkeys stored in your vault.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
||||||
<value>Android Autofill Framework se používá k vyplnění přihlašovacích údajů do jiných aplikací na Vašem zařízení.</value>
|
<value>Android Autofill Framework se používá k vyplnění přihlašovacích údajů do jiných aplikací na Vašem zařízení.</value>
|
||||||
@@ -2838,7 +2838,7 @@ Chcete se přepnout na tento účet?</value>
|
|||||||
<value>Pokračovat do obchodu s aplikacemi?</value>
|
<value>Pokračovat do obchodu s aplikacemi?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
||||||
<value>Pokračovat do nastavení zařízení?</value>
|
<value>Continue to device Settings?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
||||||
<value>Vytvořte svůj účet bezpečnějším nastavením dvoufázového přihlášení ve webové aplikaci Bitwarden.</value>
|
<value>Vytvořte svůj účet bezpečnějším nastavením dvoufázového přihlášení ve webové aplikaci Bitwarden.</value>
|
||||||
@@ -2891,25 +2891,25 @@ Chcete se přepnout na tento účet?</value>
|
|||||||
<value>Nastavte volbu odemknutí, abyste změnili časový limit Vašeho trezoru.</value>
|
<value>Nastavte volbu odemknutí, abyste změnili časový limit Vašeho trezoru.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ChooseALoginToSaveThisPasskeyTo" xml:space="preserve">
|
<data name="ChooseALoginToSaveThisPasskeyTo" xml:space="preserve">
|
||||||
<value>Vyberte přihlášení pro uložení tohoto přístupového klíče</value>
|
<value>Choose a login to save this passkey to</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
||||||
<value>Uložit přístupový klíč jako nové přihlášení</value>
|
<value>Save passkey as new login</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskey" xml:space="preserve">
|
<data name="SavePasskey" xml:space="preserve">
|
||||||
<value>Uložit přístupový klíč</value>
|
<value>Save passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysForX" xml:space="preserve">
|
<data name="PasskeysForX" xml:space="preserve">
|
||||||
<value>Přístupové klíče pro {0}</value>
|
<value>Passkeys for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasswordsForX" xml:space="preserve">
|
<data name="PasswordsForX" xml:space="preserve">
|
||||||
<value>Hesla pro {0}</value>
|
<value>Passwords for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="OverwritePasskey" xml:space="preserve">
|
<data name="OverwritePasskey" xml:space="preserve">
|
||||||
<value>Přepsat přístupový klíč?</value>
|
<value>Overwrite passkey?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
||||||
<value>Tato položka již obsahuje přístupový klíč. Jste si jisti, že chcete přepsat aktuální přístupový klíč?</value>
|
<value>This item already contains a passkey. Are you sure you want to overwrite the current passkey?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DuoTwoStepLoginIsRequiredForYourAccount" xml:space="preserve">
|
<data name="DuoTwoStepLoginIsRequiredForYourAccount" xml:space="preserve">
|
||||||
<value>Pro Váš účet je vyžadováno dvoufázové přihlášení DUO. </value>
|
<value>Pro Váš účet je vyžadováno dvoufázové přihlášení DUO. </value>
|
||||||
@@ -2921,74 +2921,71 @@ Chcete se přepnout na tento účet?</value>
|
|||||||
<value>Spustit DUO</value>
|
<value>Spustit DUO</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerificationRequiredByX" xml:space="preserve">
|
<data name="VerificationRequiredByX" xml:space="preserve">
|
||||||
<value>Je vyžadováno ověření od {0}</value>
|
<value>Verification required by {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerificationRequiredForThisActionSetUpAnUnlockMethodInBitwardenToContinue" xml:space="preserve">
|
<data name="VerificationRequiredForThisActionSetUpAnUnlockMethodInBitwardenToContinue" xml:space="preserve">
|
||||||
<value>Pro tuto akci je vyžadováno ověření. Pro pokračování nastavte metodu odemknutí v Bitwardenu.</value>
|
<value>Verification required for this action. Set up an unlock method in Bitwarden to continue.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
||||||
<value>Chyba při vytváření přístupového klíče</value>
|
<value>Error creating passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorReadingPasskey" xml:space="preserve">
|
<data name="ErrorReadingPasskey" xml:space="preserve">
|
||||||
<value>Chyba při čtení přístupového klíče</value>
|
<value>Error reading passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>Při vytváření přístupového klíče pro {0} došlo k chybě. Zkuste to znovu později.</value>
|
<value>There was a problem creating a passkey for {0}. Try again later.</value>
|
||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemReadingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemReadingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>Při čtení přístupového klíče pro {0} došlo k chybě. Zkuste to znovu později.</value>
|
<value>There was a problem reading your passkey for {0}. Try again later.</value>
|
||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
||||||
<value>Ověřování identity...</value>
|
<value>Verifying identity...</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Passwords" xml:space="preserve">
|
<data name="Passwords" xml:space="preserve">
|
||||||
<value>Hesla</value>
|
<value>Passwords</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UnknownAccount" xml:space="preserve">
|
<data name="UnknownAccount" xml:space="preserve">
|
||||||
<value>Neznámý účet</value>
|
<value>Unknown account</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutofill" xml:space="preserve">
|
<data name="SetUpAutofill" xml:space="preserve">
|
||||||
<value>Nastavit automatické vyplňování</value>
|
<value>Set up auto-fill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>Získejte okamžitý přístup ke svým heslům a přístupovým klíčům!</value>
|
<value>Get instant access to your passwords and passkeys!</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
||||||
<value>Pro nastavení automatického vyplňování hesla a správy přístupových klíčů nastavte Bitwarden jako preferovaného poskytovatele v nastavení iOS.</value>
|
<value>To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
||||||
<value>1. Přejděte do nastavení > Hesla > Volby hesla</value>
|
<value>1. Go to your device's Settings > Passwords > Password Options</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
||||||
<value>2. Zapněte volbu "Automatické vyplňování hesel a přístupových klíčů"</value>
|
<value>2. Turn on AutoFill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>3. V sekci "Používat hesla a přístupové klíče z:" zvolte "Bitwarden"</value>
|
<value>3. Select "Bitwarden" to use for passwords and passkeys</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
||||||
<value>Váš přístupový klíč bude uložen do Vašeho trezoru na Bitwardenu</value>
|
<value>Your passkey will be saved to your Bitwarden vault</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Váš přístupový klíč bude pro {0} uložen do Vašeho trezoru na Bitwardenu</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Nepřiřazené položky organizace již nejsou viditelné ve Vašem zobrazení všech trezorů a jsou nyní přístupné jen v konzoli správce. Přiřaďte tyto položky do kolekce z konzole pro správce, aby byly viditelné.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>Dne 16. května 2024 již nebudou nepřiřazené položky organizace viditelné v zobrazení Všechny trezory a budou přístupné jen prostřednictvím konzoly správce. Přiřaďte tyto položky do kolekce z konzoly pro správce, aby byly viditelné.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Připomenout později</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Upozornění</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Přístupové klíče nejsou pro tuto aplikaci podporovány</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Operace přístupového klíče se nezdařila, protože prohlížeč nemá oprávnění</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Operace přístupového klíče se nezdařila, protože se neshoduje s podpisem prohlížeče</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Operace přístupového klíče selhala z důvodu chybějících odkazů na aktiva</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Operace přístupového klíče se nezdařila, protože v odkazech na aktivum nebyla nalezena aplikace</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Operace přístupového klíče se nezdařila, protože aplikaci nelze ověřit</value>
|
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -2769,7 +2769,7 @@ Do you want to switch to this account?</value>
|
|||||||
<value>Diogelwch eich cyfrif</value>
|
<value>Diogelwch eich cyfrif</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenHelpCenter" xml:space="preserve">
|
<data name="BitwardenHelpCenter" xml:space="preserve">
|
||||||
<value>Bitwarden help center</value>
|
<value>Bitwarden Help Center</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContactBitwardenSupport" xml:space="preserve">
|
<data name="ContactBitwardenSupport" xml:space="preserve">
|
||||||
<value>Contact Bitwarden support</value>
|
<value>Contact Bitwarden support</value>
|
||||||
@@ -2975,22 +2975,19 @@ Do you want to switch to this account?</value>
|
|||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Unassigned organization items are no longer visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>On May 16, 2024, unassigned organization items will no longer be visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Remind me later</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Notice</value>
|
||||||
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Passkeys not supported for this app</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser is not privileged</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser signature does not match</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because of missing asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app not found in asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app could not be verified</value>
|
|
||||||
</data>
|
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -422,7 +422,7 @@
|
|||||||
<value>Autoudfyldningstjeneste</value>
|
<value>Autoudfyldningstjeneste</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
||||||
<value>Angiv Bitwarden som aktuel adgangsnøgleudbyder i enhedsindstillingerne.</value>
|
<value>Set Bitwarden as your passkey provider in device settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
||||||
<value>Undgå tvetydige tegn</value>
|
<value>Undgå tvetydige tegn</value>
|
||||||
@@ -1195,7 +1195,7 @@ Skanning vil ske automatisk.</value>
|
|||||||
<value>Windows Hello</value>
|
<value>Windows Hello</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenCredentialProviderGoToSettings" xml:space="preserve">
|
<data name="BitwardenCredentialProviderGoToSettings" xml:space="preserve">
|
||||||
<value>Androids legitimationsudbyderindstillingsmenu kunne ikke åbnes automatisk. Legitimationsudbyderindstillingsmenuen kan tilgås manuelt via Androids Indstillinger > System > Adgangskoder og konti > Adgangskoder, adgangsnøgler og datatjenester.</value>
|
<value>We were unable to automatically open the Android credential provider settings menu for you. You can navigate to the credential provider settings menu manually from Android Settings > System > Passwords & accounts > Passwords, passkeys and data services.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
|
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
|
||||||
<value>Vi var ude af stand til automatisk at åbne Android indstillingsmenuen AutoFyld-tjenesten for dig. Du kan manuelt navigere til AutoFyld indstillingsmenuen fra Android Indstillinger > System > Sprog og indtastning > Avanceret > AutoFyld-tjenesten.</value>
|
<value>Vi var ude af stand til automatisk at åbne Android indstillingsmenuen AutoFyld-tjenesten for dig. Du kan manuelt navigere til AutoFyld indstillingsmenuen fra Android Indstillinger > System > Sprog og indtastning > Avanceret > AutoFyld-tjenesten.</value>
|
||||||
@@ -1822,7 +1822,7 @@ Skanning vil ske automatisk.</value>
|
|||||||
<value>Bitwarden behøver tilladelse - Aktivér "Tegn over" i "Autoudfyldtjeneste" i Bitwarden-indstillingerne</value>
|
<value>Bitwarden behøver tilladelse - Aktivér "Tegn over" i "Autoudfyldtjeneste" i Bitwarden-indstillingerne</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagement" xml:space="preserve">
|
<data name="PasskeyManagement" xml:space="preserve">
|
||||||
<value>Adgangsnøglehåndtering</value>
|
<value>Passkey management</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServices" xml:space="preserve">
|
<data name="AutofillServices" xml:space="preserve">
|
||||||
<value>Autoudfyldtjeneste</value>
|
<value>Autoudfyldtjeneste</value>
|
||||||
@@ -2137,7 +2137,7 @@ Skanning vil ske automatisk.</value>
|
|||||||
<value>Denne organisation har en virksomhedspolitik, der automatisk tilmelder dig til nulstilling af adgangskode. Tilmelding giver organisationsadministratorer mulighed for at skifte din hovedadgangskode.</value>
|
<value>Denne organisation har en virksomhedspolitik, der automatisk tilmelder dig til nulstilling af adgangskode. Tilmelding giver organisationsadministratorer mulighed for at skifte din hovedadgangskode.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VaultTimeoutPolicyInEffect" xml:space="preserve">
|
<data name="VaultTimeoutPolicyInEffect" xml:space="preserve">
|
||||||
<value>Organisationspolitikkerne har sat den maksimalt tilladte boks-timeout til {0} tim(er) og {1} minut(ter).</value>
|
<value>Organisationspolitikkerne har sat den maksimalt tilladte bokstimeout til {0} tim(er) og {1} minut(ter).</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VaultTimeoutPolicyWithActionInEffect" xml:space="preserve">
|
<data name="VaultTimeoutPolicyWithActionInEffect" xml:space="preserve">
|
||||||
<value>Organisationspolitikkerne påvirker boks-timeout. Maks. tilladt boks-timeout er {0} time(r) og {1} minut(ter). Boks-timeout er pt. sat til {2}.</value>
|
<value>Organisationspolitikkerne påvirker boks-timeout. Maks. tilladt boks-timeout er {0} time(r) og {1} minut(ter). Boks-timeout er pt. sat til {2}.</value>
|
||||||
@@ -2146,7 +2146,7 @@ Skanning vil ske automatisk.</value>
|
|||||||
<value>Organisationspolitikker har sat boks-timeouthandlingen til {0}.</value>
|
<value>Organisationspolitikker har sat boks-timeouthandlingen til {0}.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VaultTimeoutToLarge" xml:space="preserve">
|
<data name="VaultTimeoutToLarge" xml:space="preserve">
|
||||||
<value>Boks-timeout overskrider den af organisationen fastsatte restriktion.</value>
|
<value>Timeout for din boks overskrider de begrænsninger, der er angivet af din organisation.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DisablePersonalVaultExportPolicyInEffect" xml:space="preserve">
|
<data name="DisablePersonalVaultExportPolicyInEffect" xml:space="preserve">
|
||||||
<value>En eller flere organisationspolitikker forhindrer eksport af din personlige boks.</value>
|
<value>En eller flere organisationspolitikker forhindrer eksport af din personlige boks.</value>
|
||||||
@@ -2808,7 +2808,7 @@ Vil du skifte til denne konto?</value>
|
|||||||
<value>{0} timer</value>
|
<value>{0} timer</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
||||||
<value>Brug Bitwarden til at gemme nye adgangsnøgler og logge ind med adgangsnøgler gemt i boksen.</value>
|
<value>Use Bitwarden to save new passkeys and log in with passkeys stored in your vault.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
||||||
<value>Android Autofill Framework bruges til at hjælpe med at udfylde loginoplysninger i andre apps på enheden.</value>
|
<value>Android Autofill Framework bruges til at hjælpe med at udfylde loginoplysninger i andre apps på enheden.</value>
|
||||||
@@ -2839,7 +2839,7 @@ Vil du skifte til denne konto?</value>
|
|||||||
<value>Fortsæt til app-butik?</value>
|
<value>Fortsæt til app-butik?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
||||||
<value>Fortsæt til Enhedsindstillinger?</value>
|
<value>Continue to device Settings?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
||||||
<value>Øg kontosikkerheden ved at oprette totrins-indlogning i Bitwarden web-appen.</value>
|
<value>Øg kontosikkerheden ved at oprette totrins-indlogning i Bitwarden web-appen.</value>
|
||||||
@@ -2889,28 +2889,28 @@ Vil du skifte til denne konto?</value>
|
|||||||
<value>Organisationen kræver, at der oprettes en hovedadgangskode.</value>
|
<value>Organisationen kræver, at der oprettes en hovedadgangskode.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAnUnlockOptionToChangeYourVaultTimeoutAction" xml:space="preserve">
|
<data name="SetUpAnUnlockOptionToChangeYourVaultTimeoutAction" xml:space="preserve">
|
||||||
<value>Opsæt en oplåsningsmetode for at ændre Boks-timeouthandlingen.</value>
|
<value>Opsæt en oplåsningsmetode for at ændre Bokstimeouthandlingen.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ChooseALoginToSaveThisPasskeyTo" xml:space="preserve">
|
<data name="ChooseALoginToSaveThisPasskeyTo" xml:space="preserve">
|
||||||
<value>Vælg et login at gemme denne adgangsnøgle til</value>
|
<value>Choose a login to save this passkey to</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
||||||
<value>Gem adgangsnøgle som nyt login</value>
|
<value>Save passkey as new login</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskey" xml:space="preserve">
|
<data name="SavePasskey" xml:space="preserve">
|
||||||
<value>Gem adgangsnøgle</value>
|
<value>Save passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysForX" xml:space="preserve">
|
<data name="PasskeysForX" xml:space="preserve">
|
||||||
<value>Adgangsnøgler til {0}</value>
|
<value>Passkeys for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasswordsForX" xml:space="preserve">
|
<data name="PasswordsForX" xml:space="preserve">
|
||||||
<value>Adgangskoder til {0}</value>
|
<value>Passwords for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="OverwritePasskey" xml:space="preserve">
|
<data name="OverwritePasskey" xml:space="preserve">
|
||||||
<value>Overskriv adgangsnøgle?</value>
|
<value>Overwrite passkey?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
||||||
<value>Dette emne indeholder allerede en adgangsnøgle. Sikker på, at den aktuelle adgangsnøgle skal overskrives?</value>
|
<value>This item already contains a passkey. Are you sure you want to overwrite the current passkey?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DuoTwoStepLoginIsRequiredForYourAccount" xml:space="preserve">
|
<data name="DuoTwoStepLoginIsRequiredForYourAccount" xml:space="preserve">
|
||||||
<value>Duo-totrinsindlogning kræves for kontoen. </value>
|
<value>Duo-totrinsindlogning kræves for kontoen. </value>
|
||||||
@@ -2922,74 +2922,71 @@ Vil du skifte til denne konto?</value>
|
|||||||
<value>Start Duo</value>
|
<value>Start Duo</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerificationRequiredByX" xml:space="preserve">
|
<data name="VerificationRequiredByX" xml:space="preserve">
|
||||||
<value>Bekræftelse kræves af {0}</value>
|
<value>Verification required by {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerificationRequiredForThisActionSetUpAnUnlockMethodInBitwardenToContinue" xml:space="preserve">
|
<data name="VerificationRequiredForThisActionSetUpAnUnlockMethodInBitwardenToContinue" xml:space="preserve">
|
||||||
<value>Bekræftelse kræves for denne handling. Opsæt en oplåsningsmetode i Bitwarden for at fortsætte.</value>
|
<value>Verification required for this action. Set up an unlock method in Bitwarden to continue.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
||||||
<value>Fejl under oprettelse af adgangsnøgle</value>
|
<value>Error creating passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorReadingPasskey" xml:space="preserve">
|
<data name="ErrorReadingPasskey" xml:space="preserve">
|
||||||
<value>Fejl under læsning af adgangsnøgle</value>
|
<value>Error reading passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>Problem med at oprette en adgangsnøgle til {0}. Forsøg igen senere.</value>
|
<value>There was a problem creating a passkey for {0}. Try again later.</value>
|
||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemReadingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemReadingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>Problem med at læse adgangsnøglen til {0}. Forsøg igen senere.</value>
|
<value>There was a problem reading your passkey for {0}. Try again later.</value>
|
||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
||||||
<value>Bekræfter identitet...</value>
|
<value>Verifying identity...</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Passwords" xml:space="preserve">
|
<data name="Passwords" xml:space="preserve">
|
||||||
<value>Adgangskoder</value>
|
<value>Passwords</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UnknownAccount" xml:space="preserve">
|
<data name="UnknownAccount" xml:space="preserve">
|
||||||
<value>Ukendt konto</value>
|
<value>Unknown account</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutofill" xml:space="preserve">
|
<data name="SetUpAutofill" xml:space="preserve">
|
||||||
<value>Opsæt autoudfyldning</value>
|
<value>Set up auto-fill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>Få øjeblikkelig adgang til de gemte adgangskoder og -nøgler!</value>
|
<value>Get instant access to your passwords and passkeys!</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
||||||
<value>For at opsætte autoudfyldning af adgangskode og adgangsnøglehåndtering, opsæt Bitwarden som den foretrukne udbyder i iOS-indstillingerne.</value>
|
<value>To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
||||||
<value>1. Gå til enhedens Indstillinger > Adgangskoder > Adgangskodeindstillinger</value>
|
<value>1. Go to your device's Settings > Passwords > Password Options</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
||||||
<value>4. Slå Autoudfyldning til</value>
|
<value>2. Turn on AutoFill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>3. Vælg "Bitwarden" til brug for adgangskoder og adgangsnøgler</value>
|
<value>3. Select "Bitwarden" to use for passwords and passkeys</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
||||||
<value>Adgangsnøglen gemmes i Bitwarden-boksen</value>
|
<value>Your passkey will be saved to your Bitwarden vault</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Adgangsnøglen gemmes i Bitwarden-boksen til {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Utildelte organisationsemner er ikke længere synlige i Alle Bokse-visningen og er kun tilgængelige via Admin-konsollen. Føj disse emner til en samling fra Admin-konsollen for at gøre dem synlige.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>Pr. 16. maj 2024 vil utildelte organisationsemner ikke længere være synlige i Alle Bokse-visningen og vil kun være tilgængelige via Admin-konsollen. Tildel disse emner til en samling via Admin-konsollen for at gøre dem synlige.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Påmind senere</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Varsling</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Adgangsnøgler ikke understøttet til denne app</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Adgangsnøglehandling mislykkedes, da webbrowseren ikke er priviligeret</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Adgangsnøglehandling mislykkedes, da webbrowsersignaturen ikke matcher</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Adgangsnøglehandling mislykkedes grundet manglende aktivlinks</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Adgangsnøglehandling mislykkedes, da appen ikke fandtes i aktivlinks</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Adgangsnøglehandling mislykkedes, da appen ikke kunne bekræftes</value>
|
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -422,7 +422,7 @@
|
|||||||
<value>Auto-Ausfüllen-Dienst</value>
|
<value>Auto-Ausfüllen-Dienst</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
||||||
<value>Lege Bitwarden in den Geräteeinstellungen als deinen Passkey-Anbieter fest.</value>
|
<value>Set Bitwarden as your passkey provider in device settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
||||||
<value>Mehrdeutige Zeichen vermeiden</value>
|
<value>Mehrdeutige Zeichen vermeiden</value>
|
||||||
@@ -1822,7 +1822,7 @@ Das Scannen erfolgt automatisch.</value>
|
|||||||
<value>Bitwarden braucht Aufmerksamkeit - Aktiviere "Überschreiben" im "Auto-Ausfüllen-Dienst" in den Bitwarden-Einstellungen</value>
|
<value>Bitwarden braucht Aufmerksamkeit - Aktiviere "Überschreiben" im "Auto-Ausfüllen-Dienst" in den Bitwarden-Einstellungen</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagement" xml:space="preserve">
|
<data name="PasskeyManagement" xml:space="preserve">
|
||||||
<value>Passkey-Verwaltung</value>
|
<value>Passkey management</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServices" xml:space="preserve">
|
<data name="AutofillServices" xml:space="preserve">
|
||||||
<value>Auto-Ausfüllen-Dienst</value>
|
<value>Auto-Ausfüllen-Dienst</value>
|
||||||
@@ -2807,7 +2807,7 @@ Möchtest du zu diesem Konto wechseln?</value>
|
|||||||
<value>{0} Stunden</value>
|
<value>{0} Stunden</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
||||||
<value>Verwende Bitwarden, um neue Passkeys zu speichern und dich mit Passkeys aus deinem Tresor anzumelden.</value>
|
<value>Use Bitwarden to save new passkeys and log in with passkeys stored in your vault.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
||||||
<value>Das Android Autofill Framework wird verwendet, um Zugangsdaten in andere Apps auf deinem Gerät auszufüllen.</value>
|
<value>Das Android Autofill Framework wird verwendet, um Zugangsdaten in andere Apps auf deinem Gerät auszufüllen.</value>
|
||||||
@@ -2838,7 +2838,7 @@ Möchtest du zu diesem Konto wechseln?</value>
|
|||||||
<value>Weiter zum App Store?</value>
|
<value>Weiter zum App Store?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
||||||
<value>Weiter zu den Geräteeinstellungen?</value>
|
<value>Continue to device Settings?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
||||||
<value>Mache dein Konto sicherer, indem du eine Zwei-Faktor-Authentifizierung in der Bitwarden Web-App einrichtest.</value>
|
<value>Mache dein Konto sicherer, indem du eine Zwei-Faktor-Authentifizierung in der Bitwarden Web-App einrichtest.</value>
|
||||||
@@ -2891,25 +2891,25 @@ Möchtest du zu diesem Konto wechseln?</value>
|
|||||||
<value>Richte eine Entsperroption ein, um deine Aktion bei Tresor-Timeout zu ändern.</value>
|
<value>Richte eine Entsperroption ein, um deine Aktion bei Tresor-Timeout zu ändern.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ChooseALoginToSaveThisPasskeyTo" xml:space="preserve">
|
<data name="ChooseALoginToSaveThisPasskeyTo" xml:space="preserve">
|
||||||
<value>Wähle die Zugangsdaten aus, in die dieser Passkey gespeichert werden soll</value>
|
<value>Choose a login to save this passkey to</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
||||||
<value>Passkey als neue Zugangsdaten speichern</value>
|
<value>Save passkey as new login</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskey" xml:space="preserve">
|
<data name="SavePasskey" xml:space="preserve">
|
||||||
<value>Passkey speichern</value>
|
<value>Save passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysForX" xml:space="preserve">
|
<data name="PasskeysForX" xml:space="preserve">
|
||||||
<value>Passkeys für {0}</value>
|
<value>Passkeys for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasswordsForX" xml:space="preserve">
|
<data name="PasswordsForX" xml:space="preserve">
|
||||||
<value>Passwörter für {0}</value>
|
<value>Passwords for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="OverwritePasskey" xml:space="preserve">
|
<data name="OverwritePasskey" xml:space="preserve">
|
||||||
<value>Passkey überschreiben?</value>
|
<value>Overwrite passkey?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
||||||
<value>Dieser Eintrag enthält bereits einen Passkey. Bist du sicher, dass du den aktuellen Passkey überschreiben möchtest?</value>
|
<value>This item already contains a passkey. Are you sure you want to overwrite the current passkey?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DuoTwoStepLoginIsRequiredForYourAccount" xml:space="preserve">
|
<data name="DuoTwoStepLoginIsRequiredForYourAccount" xml:space="preserve">
|
||||||
<value>Für dein Konto ist die Duo Zwei-Faktor-Authentifizierung erforderlich. </value>
|
<value>Für dein Konto ist die Duo Zwei-Faktor-Authentifizierung erforderlich. </value>
|
||||||
@@ -2921,74 +2921,71 @@ Möchtest du zu diesem Konto wechseln?</value>
|
|||||||
<value>Duo starten</value>
|
<value>Duo starten</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerificationRequiredByX" xml:space="preserve">
|
<data name="VerificationRequiredByX" xml:space="preserve">
|
||||||
<value>Verifizierung erforderlich durch {0}</value>
|
<value>Verification required by {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerificationRequiredForThisActionSetUpAnUnlockMethodInBitwardenToContinue" xml:space="preserve">
|
<data name="VerificationRequiredForThisActionSetUpAnUnlockMethodInBitwardenToContinue" xml:space="preserve">
|
||||||
<value>Diese Aktion erfordert eine Verifizierung. Richte eine Entsperrmethode in Bitwarden ein, um fortzufahren.</value>
|
<value>Verification required for this action. Set up an unlock method in Bitwarden to continue.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
||||||
<value>Fehler beim Erstellen des Passkeys</value>
|
<value>Error creating passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorReadingPasskey" xml:space="preserve">
|
<data name="ErrorReadingPasskey" xml:space="preserve">
|
||||||
<value>Fehler beim Lesen des Passkeys</value>
|
<value>Error reading passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>Es gab ein Problem beim Erstellen eines Passkeys für {0}. Versuche es später erneut.</value>
|
<value>There was a problem creating a passkey for {0}. Try again later.</value>
|
||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemReadingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemReadingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>Es gab ein Problem beim Lesen deines Passkeys für {0}. Versuche es später erneut.</value>
|
<value>There was a problem reading your passkey for {0}. Try again later.</value>
|
||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
||||||
<value>Identität wird verifiziert...</value>
|
<value>Verifying identity...</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Passwords" xml:space="preserve">
|
<data name="Passwords" xml:space="preserve">
|
||||||
<value>Passwörter</value>
|
<value>Passwords</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UnknownAccount" xml:space="preserve">
|
<data name="UnknownAccount" xml:space="preserve">
|
||||||
<value>Unbekanntes Konto</value>
|
<value>Unknown account</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutofill" xml:space="preserve">
|
<data name="SetUpAutofill" xml:space="preserve">
|
||||||
<value>Auto-Ausfüllen einrichten</value>
|
<value>Set up auto-fill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>Erhalte sofortigen Zugriff auf deine Passwörter und Passkeys!</value>
|
<value>Get instant access to your passwords and passkeys!</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
||||||
<value>Um das automatische Ausfüllen von Passwörtern und die Passkey-Verwaltung einzurichten, lege Bitwarden in den iOS-Einstellungen als deinen bevorzugten Anbieter fest.</value>
|
<value>To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
||||||
<value>1. Geh in deine Geräteeinstellungen > Passwörter > Passwortoptionen</value>
|
<value>1. Go to your device's Settings > Passwords > Password Options</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
||||||
<value>2. Schalte "Automatisch ausfüllen" ein</value>
|
<value>2. Turn on AutoFill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>3. Wähle "Bitwarden" bei "Passwörter und Passkeys verwenden von"</value>
|
<value>3. Select "Bitwarden" to use for passwords and passkeys</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
||||||
<value>Dein Passkey wird in deinem Bitwarden-Tresor gespeichert</value>
|
<value>Your passkey will be saved to your Bitwarden vault</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Dein Passkey wird in deinem Bitwarden-Tresor für {0} gespeichert</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Hinweis: Nicht zugeordnete Organisationseinträge sind nicht mehr in der Ansicht aller Tresore sichtbar und nur über die Administrator-Konsole zugänglich. Weise diese Einträge einer Sammlung aus der Administrator-Konsole zu, um sie sichtbar zu machen.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>Ab dem 16. Mai 2024 werden nicht zugeordnete Organisationseinträge nicht mehr in der Ansicht aller Tresore sichtbar und nur über die Administrator-Konsole zugänglich sein. Weise diese Einträge einer Sammlung aus der Administrator-Konsole zu, um sie sichtbar zu machen.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Später erinnern</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Hinweis</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Passkeys werden für diese App nicht unterstützt</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Der Passkey-Vorgang ist fehlgeschlagen, da der Browser nicht autorisiert ist</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Der Passkey-Vorgang ist fehlgeschlagen, da die Browser-Signatur nicht übereinstimmt</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Der Passkey-Vorgang ist wegen fehlender Asset-Links fehlgeschlagen</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Der Passkey-Vorgang ist fehlgeschlagen, da die App nicht in den Asset-Links gefunden wurde</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Der Passkey-Vorgang ist fehlgeschlagen, da die App nicht verifiziert werden konnte</value>
|
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -2945,13 +2945,13 @@
|
|||||||
<value>Verifying identity...</value>
|
<value>Verifying identity...</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Passwords" xml:space="preserve">
|
<data name="Passwords" xml:space="preserve">
|
||||||
<value>Κωδικοί</value>
|
<value>Passwords</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UnknownAccount" xml:space="preserve">
|
<data name="UnknownAccount" xml:space="preserve">
|
||||||
<value>Άγνωστος λογαριασμός</value>
|
<value>Unknown account</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutofill" xml:space="preserve">
|
<data name="SetUpAutofill" xml:space="preserve">
|
||||||
<value>Ρύθμιση αυτόματης συμπλήρωσης</value>
|
<value>Set up auto-fill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>Get instant access to your passwords and passkeys!</value>
|
<value>Get instant access to your passwords and passkeys!</value>
|
||||||
@@ -2974,22 +2974,19 @@
|
|||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Unassigned organization items are no longer visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>On May 16, 2024, unassigned organization items will no longer be visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Remind me later</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Notice</value>
|
||||||
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Passkeys not supported for this app</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser is not privileged</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser signature does not match</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because of missing asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app not found in asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app could not be verified</value>
|
|
||||||
</data>
|
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -2140,10 +2140,10 @@ Scanning will happen automatically.</value>
|
|||||||
<value>Your organisation policies are affecting your vault timeout. Maximum allowed vault timeout is {0} hour(s) and {1} minute(s)</value>
|
<value>Your organisation policies are affecting your vault timeout. Maximum allowed vault timeout is {0} hour(s) and {1} minute(s)</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VaultTimeoutPolicyWithActionInEffect" xml:space="preserve">
|
<data name="VaultTimeoutPolicyWithActionInEffect" xml:space="preserve">
|
||||||
<value>Your organisation policies are affecting your vault timeout. Maximum allowed vault timeout is {0} hour(s) and {1} minute(s). Your vault timeout action is set to {2}.</value>
|
<value>Your organization policies are affecting your vault timeout. Maximum allowed vault timeout is {0} hour(s) and {1} minute(s). Your vault timeout action is set to {2}.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VaultTimeoutActionPolicyInEffect" xml:space="preserve">
|
<data name="VaultTimeoutActionPolicyInEffect" xml:space="preserve">
|
||||||
<value>Your organisation policies have set your vault timeout action to {0}.</value>
|
<value>Your organization policies have set your vault timeout action to {0}.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VaultTimeoutToLarge" xml:space="preserve">
|
<data name="VaultTimeoutToLarge" xml:space="preserve">
|
||||||
<value>Your vault timeout exceeds the restrictions set by your organisation.</value>
|
<value>Your vault timeout exceeds the restrictions set by your organisation.</value>
|
||||||
@@ -2626,7 +2626,7 @@ Do you want to switch to this account?</value>
|
|||||||
<value>Region</value>
|
<value>Region</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UpdateWeakMasterPasswordWarning" xml:space="preserve">
|
<data name="UpdateWeakMasterPasswordWarning" xml:space="preserve">
|
||||||
<value>Your master password does not meet one or more of your organisation policies. In order to access the vault, you must update your master password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour.</value>
|
<value>Your master password does not meet one or more of your organization policies. In order to access the vault, you must update your master password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CurrentMasterPassword" xml:space="preserve">
|
<data name="CurrentMasterPassword" xml:space="preserve">
|
||||||
<value>Current master password</value>
|
<value>Current master password</value>
|
||||||
@@ -2768,7 +2768,7 @@ Do you want to switch to this account?</value>
|
|||||||
<value>Account security</value>
|
<value>Account security</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenHelpCenter" xml:space="preserve">
|
<data name="BitwardenHelpCenter" xml:space="preserve">
|
||||||
<value>Bitwarden Help Centre</value>
|
<value>Bitwarden Help Center</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContactBitwardenSupport" xml:space="preserve">
|
<data name="ContactBitwardenSupport" xml:space="preserve">
|
||||||
<value>Contact Bitwarden support</value>
|
<value>Contact Bitwarden support</value>
|
||||||
@@ -2827,7 +2827,7 @@ Do you want to switch to this account?</value>
|
|||||||
<comment>The parameter is an URL, like bitwarden.com.</comment>
|
<comment>The parameter is an URL, like bitwarden.com.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToHelpCenter" xml:space="preserve">
|
<data name="ContinueToHelpCenter" xml:space="preserve">
|
||||||
<value>Continue to Help centre?</value>
|
<value>Continue to Help center?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Continue to contact support?</value>
|
<value>Continue to contact support?</value>
|
||||||
@@ -2852,7 +2852,7 @@ Do you want to switch to this account?</value>
|
|||||||
<comment>The parameter is an URL, like vault.bitwarden.com.</comment>
|
<comment>The parameter is an URL, like vault.bitwarden.com.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="LearnMoreAboutHowToUseBitwardenOnTheHelpCenter" xml:space="preserve">
|
<data name="LearnMoreAboutHowToUseBitwardenOnTheHelpCenter" xml:space="preserve">
|
||||||
<value>Learn more about how to use Bitwarden on the Help centre.</value>
|
<value>Learn more about how to use Bitwarden on the Help center.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
||||||
<value>Can’t find what you are looking for? Reach out to Bitwarden support on bitwarden.com.</value>
|
<value>Can’t find what you are looking for? Reach out to Bitwarden support on bitwarden.com.</value>
|
||||||
@@ -2864,7 +2864,7 @@ Do you want to switch to this account?</value>
|
|||||||
<value>Explore more features of your Bitwarden account on the web app.</value>
|
<value>Explore more features of your Bitwarden account on the web app.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LearnAboutOrganizationsDescriptionLong" xml:space="preserve">
|
<data name="LearnAboutOrganizationsDescriptionLong" xml:space="preserve">
|
||||||
<value>Bitwarden allows you to share your vault items with others by using an organisation. Learn more on the bitwarden.com website.</value>
|
<value>Bitwarden allows you to share your vault items with others by using an organization. Learn more on the bitwarden.com website.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="RateAppDescriptionLong" xml:space="preserve">
|
<data name="RateAppDescriptionLong" xml:space="preserve">
|
||||||
<value>Help others find out if Bitwarden is right for them. Visit the app store and leave a rating now.</value>
|
<value>Help others find out if Bitwarden is right for them. Visit the app store and leave a rating now.</value>
|
||||||
@@ -2883,10 +2883,10 @@ Do you want to switch to this account?</value>
|
|||||||
<value>Account logged out.</value>
|
<value>Account logged out.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourOrganizationPermissionsWereUpdatedRequeringYouToSetAMasterPassword" xml:space="preserve">
|
<data name="YourOrganizationPermissionsWereUpdatedRequeringYouToSetAMasterPassword" xml:space="preserve">
|
||||||
<value>Your organisation permissions were updated, requiring you to set a master password.</value>
|
<value>Your organization permissions were updated, requiring you to set a master password.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourOrganizationRequiresYouToSetAMasterPassword" xml:space="preserve">
|
<data name="YourOrganizationRequiresYouToSetAMasterPassword" xml:space="preserve">
|
||||||
<value>Your organisation requires you to set a master password.</value>
|
<value>Your organization requires you to set a master password.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAnUnlockOptionToChangeYourVaultTimeoutAction" xml:space="preserve">
|
<data name="SetUpAnUnlockOptionToChangeYourVaultTimeoutAction" xml:space="preserve">
|
||||||
<value>Set up an unlock option to change your vault timeout action.</value>
|
<value>Set up an unlock option to change your vault timeout action.</value>
|
||||||
@@ -2974,22 +2974,19 @@ Do you want to switch to this account?</value>
|
|||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Unassigned organization items are no longer visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>On May 16, 2024, unassigned organization items will no longer be visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Remind me later</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Notice</value>
|
||||||
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Passkeys not supported for this app</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser is not privileged</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser signature does not match</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because of missing asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app not found in asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app could not be verified</value>
|
|
||||||
</data>
|
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -1820,46 +1820,59 @@ Scanning will happen automatically.</value>
|
|||||||
<value>Privacy Policy</value>
|
<value>Privacy Policy</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AccessibilityDrawOverPermissionAlert" xml:space="preserve">
|
<data name="AccessibilityDrawOverPermissionAlert" xml:space="preserve">
|
||||||
<value>Bitwarden needs attention - Enable "Draw-Over" in "Auto-fill Services" from Bitwarden Settings</value>
|
<value>Bitwarden needs attention - Enable "Draw-Over" in "Auto-fill Services" from Bitwarden Settings
|
||||||
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagement" xml:space="preserve">
|
<data name="PasskeyManagement" xml:space="preserve">
|
||||||
<value>Passkey management</value>
|
<value>Passkey management</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServices" xml:space="preserve">
|
<data name="AutofillServices" xml:space="preserve">
|
||||||
<value>Auto-fill Services</value>
|
<value>Auto-fill Services
|
||||||
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="InlineAutofill" xml:space="preserve">
|
<data name="InlineAutofill" xml:space="preserve">
|
||||||
<value>Use Inline Autofill</value>
|
<value>Use Inline Autofill
|
||||||
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="InlineAutofillDescription" xml:space="preserve">
|
<data name="InlineAutofillDescription" xml:space="preserve">
|
||||||
<value>Use inline autofill if your selected IME (keyboard) supports it. If your configuration is not supported (or this option is disabled), the default Autofill overlay will be used.</value>
|
<value>Use inline autofill if your selected IME (keyboard) supports it. If your configuration is not supported (or this option is disabled), the default Autofill overlay will be used.
|
||||||
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Accessibility" xml:space="preserve">
|
<data name="Accessibility" xml:space="preserve">
|
||||||
<value>Use Accessibility</value>
|
<value>Use Accessibility
|
||||||
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AccessibilityDescription" xml:space="preserve">
|
<data name="AccessibilityDescription" xml:space="preserve">
|
||||||
<value>Use the Bitwarden Accessibility Service to auto-fill your logins across apps and the web. When enabled, we'll display a popup when login fields are selected.</value>
|
<value>Use the Bitwarden Accessibility Service to auto-fill your logins across apps and the web. When enabled, we'll display a popup when login fields are selected.
|
||||||
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AccessibilityDescription2" xml:space="preserve">
|
<data name="AccessibilityDescription2" xml:space="preserve">
|
||||||
<value>Use the Bitwarden Accessibility Service to auto-fill your logins across apps and the web. (Requires Draw-Over to be enabled as well)</value>
|
<value>Use the Bitwarden Accessibility Service to auto-fill your logins across apps and the web. (Requires Draw-Over to be enabled as well)
|
||||||
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AccessibilityDescription3" xml:space="preserve">
|
<data name="AccessibilityDescription3" xml:space="preserve">
|
||||||
<value>Use the Bitwarden Accessibility Service to use the Autofill Quick-Action Tile, and/or show a popup using Draw-Over (if enabled).</value>
|
<value>Use the Bitwarden Accessibility Service to use the Autofill Quick-Action Tile, and/or show a popup using Draw-Over (if enabled).
|
||||||
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AccessibilityDescription4" xml:space="preserve">
|
<data name="AccessibilityDescription4" xml:space="preserve">
|
||||||
<value>Required to use the Autofill Quick-Action Tile, or to augment the Autofill Service by using Draw-Over (if enabled).</value>
|
<value>Required to use the Autofill Quick-Action Tile, or to augment the Autofill Service by using Draw-Over (if enabled).
|
||||||
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DrawOver" xml:space="preserve">
|
<data name="DrawOver" xml:space="preserve">
|
||||||
<value>Use Draw-Over</value>
|
<value>Use Draw-Over
|
||||||
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DrawOverDescription" xml:space="preserve">
|
<data name="DrawOverDescription" xml:space="preserve">
|
||||||
<value>When enabled, allows the Bitwarden Accessibility Service to display a popup when login fields are selected.</value>
|
<value>When enabled, allows the Bitwarden Accessibility Service to display a popup when login fields are selected.
|
||||||
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DrawOverDescription2" xml:space="preserve">
|
<data name="DrawOverDescription2" xml:space="preserve">
|
||||||
<value>If enabled, the Bitwarden Accessibility Service will display a popup when login fields are selected to assist with auto-filling your logins.</value>
|
<value>If enabled, the Bitwarden Accessibility Service will display a popup when login fields are selected to assist with auto-filling your logins.
|
||||||
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DrawOverDescription3" xml:space="preserve">
|
<data name="DrawOverDescription3" xml:space="preserve">
|
||||||
<value>If enabled, accessibility will show a popup to augment the Autofill Service for older apps that don't support the Android Autofill Framework.</value>
|
<value>If enabled, accessibility will show a popup to augment the Autofill Service for older apps that don't support the Android Autofill Framework.
|
||||||
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PersonalOwnershipSubmitError" xml:space="preserve">
|
<data name="PersonalOwnershipSubmitError" xml:space="preserve">
|
||||||
<value>Due to an Enterprise Policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organization and choose from available Collections.</value>
|
<value>Due to an Enterprise Policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organization and choose from available Collections.</value>
|
||||||
@@ -2141,10 +2154,10 @@ Scanning will happen automatically.</value>
|
|||||||
<value>Your organization policies are affecting your vault timeout. Maximum allowed vault timeout is {0} hour(s) and {1} minute(s)</value>
|
<value>Your organization policies are affecting your vault timeout. Maximum allowed vault timeout is {0} hour(s) and {1} minute(s)</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VaultTimeoutPolicyWithActionInEffect" xml:space="preserve">
|
<data name="VaultTimeoutPolicyWithActionInEffect" xml:space="preserve">
|
||||||
<value>Your organisation policies are affecting your vault timeout. Maximum allowed vault timeout is {0} hour(s) and {1} minute(s). Your vault timeout action is set to {2}.</value>
|
<value>Your organization policies are affecting your vault timeout. Maximum allowed vault timeout is {0} hour(s) and {1} minute(s). Your vault timeout action is set to {2}.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VaultTimeoutActionPolicyInEffect" xml:space="preserve">
|
<data name="VaultTimeoutActionPolicyInEffect" xml:space="preserve">
|
||||||
<value>Your organisation policies have set your vault timeout action to {0}.</value>
|
<value>Your organization policies have set your vault timeout action to {0}.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VaultTimeoutToLarge" xml:space="preserve">
|
<data name="VaultTimeoutToLarge" xml:space="preserve">
|
||||||
<value>Your vault timeout exceeds the restrictions set by your organization.</value>
|
<value>Your vault timeout exceeds the restrictions set by your organization.</value>
|
||||||
@@ -2597,7 +2610,7 @@ Do you want to switch to this account?</value>
|
|||||||
<value>Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?</value>
|
<value>Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="OrganizationSsoIdentifierRequired" xml:space="preserve">
|
<data name="OrganizationSsoIdentifierRequired" xml:space="preserve">
|
||||||
<value>Organisation SSO identifier required.</value>
|
<value>Organization SSO identifier required.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AddTheKeyToAnExistingOrNewItem" xml:space="preserve">
|
<data name="AddTheKeyToAnExistingOrNewItem" xml:space="preserve">
|
||||||
<value>Add the key to an existing or new item</value>
|
<value>Add the key to an existing or new item</value>
|
||||||
@@ -2627,7 +2640,7 @@ Do you want to switch to this account?</value>
|
|||||||
<value>Region</value>
|
<value>Region</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UpdateWeakMasterPasswordWarning" xml:space="preserve">
|
<data name="UpdateWeakMasterPasswordWarning" xml:space="preserve">
|
||||||
<value>Your master password does not meet one or more of your organisation policies. In order to access the vault, you must update your master password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour.</value>
|
<value>Your master password does not meet one or more of your organization policies. In order to access the vault, you must update your master password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CurrentMasterPassword" xml:space="preserve">
|
<data name="CurrentMasterPassword" xml:space="preserve">
|
||||||
<value>Current master password</value>
|
<value>Current master password</value>
|
||||||
@@ -2769,7 +2782,7 @@ Do you want to switch to this account?</value>
|
|||||||
<value>Account security</value>
|
<value>Account security</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenHelpCenter" xml:space="preserve">
|
<data name="BitwardenHelpCenter" xml:space="preserve">
|
||||||
<value>Bitwarden Help Centre</value>
|
<value>Bitwarden Help Center</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContactBitwardenSupport" xml:space="preserve">
|
<data name="ContactBitwardenSupport" xml:space="preserve">
|
||||||
<value>Contact Bitwarden support</value>
|
<value>Contact Bitwarden support</value>
|
||||||
@@ -2828,7 +2841,7 @@ Do you want to switch to this account?</value>
|
|||||||
<comment>The parameter is an URL, like bitwarden.com.</comment>
|
<comment>The parameter is an URL, like bitwarden.com.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToHelpCenter" xml:space="preserve">
|
<data name="ContinueToHelpCenter" xml:space="preserve">
|
||||||
<value>Continue to Help centre?</value>
|
<value>Continue to Help center?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Continue to contact support?</value>
|
<value>Continue to contact support?</value>
|
||||||
@@ -2853,7 +2866,7 @@ Do you want to switch to this account?</value>
|
|||||||
<comment>The parameter is an URL, like vault.bitwarden.com.</comment>
|
<comment>The parameter is an URL, like vault.bitwarden.com.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="LearnMoreAboutHowToUseBitwardenOnTheHelpCenter" xml:space="preserve">
|
<data name="LearnMoreAboutHowToUseBitwardenOnTheHelpCenter" xml:space="preserve">
|
||||||
<value>Learn more about how to use Bitwarden on the Help centre.</value>
|
<value>Learn more about how to use Bitwarden on the Help center.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
||||||
<value>Can’t find what you are looking for? Reach out to Bitwarden support on bitwarden.com.</value>
|
<value>Can’t find what you are looking for? Reach out to Bitwarden support on bitwarden.com.</value>
|
||||||
@@ -2865,7 +2878,7 @@ Do you want to switch to this account?</value>
|
|||||||
<value>Explore more features of your Bitwarden account on the web app.</value>
|
<value>Explore more features of your Bitwarden account on the web app.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LearnAboutOrganizationsDescriptionLong" xml:space="preserve">
|
<data name="LearnAboutOrganizationsDescriptionLong" xml:space="preserve">
|
||||||
<value>Bitwarden allows you to share your vault items with others by using an organisation. Learn more on the bitwarden.com website.</value>
|
<value>Bitwarden allows you to share your vault items with others by using an organization. Learn more on the bitwarden.com website.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="RateAppDescriptionLong" xml:space="preserve">
|
<data name="RateAppDescriptionLong" xml:space="preserve">
|
||||||
<value>Help others find out if Bitwarden is right for them. Visit the app store and leave a rating now.</value>
|
<value>Help others find out if Bitwarden is right for them. Visit the app store and leave a rating now.</value>
|
||||||
@@ -2884,10 +2897,10 @@ Do you want to switch to this account?</value>
|
|||||||
<value>Account logged out.</value>
|
<value>Account logged out.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourOrganizationPermissionsWereUpdatedRequeringYouToSetAMasterPassword" xml:space="preserve">
|
<data name="YourOrganizationPermissionsWereUpdatedRequeringYouToSetAMasterPassword" xml:space="preserve">
|
||||||
<value>Your organisation permissions were updated, requiring you to set a master password.</value>
|
<value>Your organization permissions were updated, requiring you to set a master password.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourOrganizationRequiresYouToSetAMasterPassword" xml:space="preserve">
|
<data name="YourOrganizationRequiresYouToSetAMasterPassword" xml:space="preserve">
|
||||||
<value>Your organisation requires you to set a master password.</value>
|
<value>Your organization requires you to set a master password.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAnUnlockOptionToChangeYourVaultTimeoutAction" xml:space="preserve">
|
<data name="SetUpAnUnlockOptionToChangeYourVaultTimeoutAction" xml:space="preserve">
|
||||||
<value>Set up an unlock option to change your vault timeout action.</value>
|
<value>Set up an unlock option to change your vault timeout action.</value>
|
||||||
@@ -2975,22 +2988,19 @@ Do you want to switch to this account?</value>
|
|||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Unassigned organization items are no longer visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>On May 16, 2024, unassigned organization items will no longer be visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Remind me later</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Notice</value>
|
||||||
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Passkeys not supported for this app</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser is not privileged</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser signature does not match</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because of missing asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app not found in asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app could not be verified</value>
|
|
||||||
</data>
|
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -422,7 +422,7 @@
|
|||||||
<value>Servicio de autocompletado</value>
|
<value>Servicio de autocompletado</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
||||||
<value>Establece Bitwarden como tu proveedor de claves de acceso en los ajustes del dispositivo.</value>
|
<value>Set Bitwarden as your passkey provider in device settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
||||||
<value>Evitar caracteres ambiguos</value>
|
<value>Evitar caracteres ambiguos</value>
|
||||||
@@ -1195,7 +1195,7 @@ El escaneo se realizará automáticamente.</value>
|
|||||||
<value>Windows Hello</value>
|
<value>Windows Hello</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenCredentialProviderGoToSettings" xml:space="preserve">
|
<data name="BitwardenCredentialProviderGoToSettings" xml:space="preserve">
|
||||||
<value>No hemos podido abrir automáticamente el menú de ajustes del proveedor de credenciales de Android. Puedes navegar al menú de ajustes del proveedor de credenciales de Android manualmente desde Ajustes > Sistema > Contraseñas y cuentas > Contraseñas, claves de acceso y servicios de datos.</value>
|
<value>We were unable to automatically open the Android credential provider settings menu for you. You can navigate to the credential provider settings menu manually from Android Settings > System > Passwords & accounts > Passwords, passkeys and data services.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
|
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
|
||||||
<value>No hemos podido abrir automáticamente las opciones de autorellenado de Android. Puedes ir al menú de opciones de autorellenado manualmente desde Ajustes de Android > Sistema > Idiomas y entradas > Avanzado > Servicio autocompletar.</value>
|
<value>No hemos podido abrir automáticamente las opciones de autorellenado de Android. Puedes ir al menú de opciones de autorellenado manualmente desde Ajustes de Android > Sistema > Idiomas y entradas > Avanzado > Servicio autocompletar.</value>
|
||||||
@@ -1822,7 +1822,7 @@ El escaneo se realizará automáticamente.</value>
|
|||||||
<value>Bitwarden necesita atención - Activar "Sobrescribir" en "Servicios de Auto-llenado" desde la configuración de Bitwarden</value>
|
<value>Bitwarden necesita atención - Activar "Sobrescribir" en "Servicios de Auto-llenado" desde la configuración de Bitwarden</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagement" xml:space="preserve">
|
<data name="PasskeyManagement" xml:space="preserve">
|
||||||
<value>Gestión de claves de acceso</value>
|
<value>Passkey management</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServices" xml:space="preserve">
|
<data name="AutofillServices" xml:space="preserve">
|
||||||
<value>Servicios de Autollenado</value>
|
<value>Servicios de Autollenado</value>
|
||||||
@@ -1867,19 +1867,19 @@ El escaneo se realizará automáticamente.</value>
|
|||||||
<value>Una política de organización está afectando sus opciones de propiedad.</value>
|
<value>Una política de organización está afectando sus opciones de propiedad.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Send" xml:space="preserve">
|
<data name="Send" xml:space="preserve">
|
||||||
<value>Send</value>
|
<value>Envío</value>
|
||||||
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
|
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="AllSends" xml:space="preserve">
|
<data name="AllSends" xml:space="preserve">
|
||||||
<value>Todos los Sends</value>
|
<value>Todos los Envíos</value>
|
||||||
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
|
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="Sends" xml:space="preserve">
|
<data name="Sends" xml:space="preserve">
|
||||||
<value>Sends</value>
|
<value>Envíos</value>
|
||||||
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
|
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="NameInfo" xml:space="preserve">
|
<data name="NameInfo" xml:space="preserve">
|
||||||
<value>Un nombre amigable para describir este Send.</value>
|
<value>Un nombre amigable para describir este Envío.</value>
|
||||||
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
|
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="Text" xml:space="preserve">
|
<data name="Text" xml:space="preserve">
|
||||||
@@ -1972,15 +1972,15 @@ El escaneo se realizará automáticamente.</value>
|
|||||||
<value>La contraseña ha sido eliminada.</value>
|
<value>La contraseña ha sido eliminada.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="NotesInfo" xml:space="preserve">
|
<data name="NotesInfo" xml:space="preserve">
|
||||||
<value>Notas privadas sobre este Send.</value>
|
<value>Notas privadas sobre este Envío.</value>
|
||||||
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
|
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="DisableSend" xml:space="preserve">
|
<data name="DisableSend" xml:space="preserve">
|
||||||
<value>Desactivar este Send para que nadie pueda acceder a él</value>
|
<value>Desactivar este Envío para que nadie pueda acceder a él.</value>
|
||||||
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
|
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="NoSends" xml:space="preserve">
|
<data name="NoSends" xml:space="preserve">
|
||||||
<value>No hay Sends en tu cuenta.</value>
|
<value>No hay Envíos en tu cuenta.</value>
|
||||||
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
|
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="AddASend" xml:space="preserve">
|
<data name="AddASend" xml:space="preserve">
|
||||||
@@ -1994,35 +1994,35 @@ El escaneo se realizará automáticamente.</value>
|
|||||||
<value>Compartir enlace</value>
|
<value>Compartir enlace</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SendLink" xml:space="preserve">
|
<data name="SendLink" xml:space="preserve">
|
||||||
<value>Enlace Send</value>
|
<value>Enviar enlace</value>
|
||||||
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
|
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="SearchSends" xml:space="preserve">
|
<data name="SearchSends" xml:space="preserve">
|
||||||
<value>Buscar Sends</value>
|
<value>Buscar Envíos</value>
|
||||||
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
|
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="EditSend" xml:space="preserve">
|
<data name="EditSend" xml:space="preserve">
|
||||||
<value>Editar Send</value>
|
<value>Editar Envío</value>
|
||||||
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
|
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="AddSend" xml:space="preserve">
|
<data name="AddSend" xml:space="preserve">
|
||||||
<value>Nuevo Send</value>
|
<value>Añadir Envío</value>
|
||||||
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
|
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="AreYouSureDeleteSend" xml:space="preserve">
|
<data name="AreYouSureDeleteSend" xml:space="preserve">
|
||||||
<value>¿Seguro que quieres eliminar este Send?</value>
|
<value>¿Seguro que quieres eliminar este Envío?</value>
|
||||||
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
|
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="SendDeleted" xml:space="preserve">
|
<data name="SendDeleted" xml:space="preserve">
|
||||||
<value>Send eliminado</value>
|
<value>El Envío se ha eliminado.</value>
|
||||||
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
|
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="SendUpdated" xml:space="preserve">
|
<data name="SendUpdated" xml:space="preserve">
|
||||||
<value>Send guardado</value>
|
<value>Envío actualizado.</value>
|
||||||
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
|
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="NewSendCreated" xml:space="preserve">
|
<data name="NewSendCreated" xml:space="preserve">
|
||||||
<value>Send creado</value>
|
<value>Nuevo Envío creado.</value>
|
||||||
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
|
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="OneDay" xml:space="preserve">
|
<data name="OneDay" xml:space="preserve">
|
||||||
@@ -2044,7 +2044,7 @@ El escaneo se realizará automáticamente.</value>
|
|||||||
<value>Personalizado</value>
|
<value>Personalizado</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ShareOnSave" xml:space="preserve">
|
<data name="ShareOnSave" xml:space="preserve">
|
||||||
<value>Compartir este Send al guardarlo</value>
|
<value>Compartir este Envío al guardarlo.</value>
|
||||||
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
|
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="SendDisabledWarning" xml:space="preserve">
|
<data name="SendDisabledWarning" xml:space="preserve">
|
||||||
@@ -2203,7 +2203,7 @@ El escaneo se realizará automáticamente.</value>
|
|||||||
<value>Enviando</value>
|
<value>Enviando</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CopySendLinkOnSave" xml:space="preserve">
|
<data name="CopySendLinkOnSave" xml:space="preserve">
|
||||||
<value>Copiar enlace del Send al guardar</value>
|
<value>Copiar enlace Enviar al guardar</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SendingCode" xml:space="preserve">
|
<data name="SendingCode" xml:space="preserve">
|
||||||
<value>Enviando código...</value>
|
<value>Enviando código...</value>
|
||||||
@@ -2239,7 +2239,8 @@ El escaneo se realizará automáticamente.</value>
|
|||||||
<value>Mayúsculas (A a la Z)</value>
|
<value>Mayúsculas (A a la Z)</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LowercaseAtoZ" xml:space="preserve">
|
<data name="LowercaseAtoZ" xml:space="preserve">
|
||||||
<value>Minúsculas (A a la Z)</value>
|
<value>Minúsculas (A a la Z)
|
||||||
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="NumbersZeroToNine" xml:space="preserve">
|
<data name="NumbersZeroToNine" xml:space="preserve">
|
||||||
<value>Números (0 al 9)</value>
|
<value>Números (0 al 9)</value>
|
||||||
@@ -2809,7 +2810,7 @@ seleccione Agregar TOTP para almacenar la clave de forma segura</value>
|
|||||||
<value>{0} horas</value>
|
<value>{0} horas</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
||||||
<value>Usa Bitwarden para guardar nuevas claves de acceso e iniciar sesión con las claves de acceso almacenadas en tu caja fuerte.</value>
|
<value>Use Bitwarden to save new passkeys and log in with passkeys stored in your vault.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
||||||
<value>El Framework de Autofill de Android se utiliza para ayudar a rellenar información de inicio de sesión en otras aplicaciones en tu dispositivo.</value>
|
<value>El Framework de Autofill de Android se utiliza para ayudar a rellenar información de inicio de sesión en otras aplicaciones en tu dispositivo.</value>
|
||||||
@@ -2840,7 +2841,7 @@ seleccione Agregar TOTP para almacenar la clave de forma segura</value>
|
|||||||
<value>¿Continuar a la App Store?</value>
|
<value>¿Continuar a la App Store?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
||||||
<value>¿Continuar a los ajustes del dispositivo?</value>
|
<value>Continue to device Settings?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
||||||
<value>Haz tu cuenta más segura al configurar el inicio de sesión en dos pasos en la aplicación web de Bitwarden.</value>
|
<value>Haz tu cuenta más segura al configurar el inicio de sesión en dos pasos en la aplicación web de Bitwarden.</value>
|
||||||
@@ -2893,25 +2894,25 @@ seleccione Agregar TOTP para almacenar la clave de forma segura</value>
|
|||||||
<value>Configura una opción de desbloqueo para cambiar tu acción de tiempo de espera de tu caja fuerte.</value>
|
<value>Configura una opción de desbloqueo para cambiar tu acción de tiempo de espera de tu caja fuerte.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ChooseALoginToSaveThisPasskeyTo" xml:space="preserve">
|
<data name="ChooseALoginToSaveThisPasskeyTo" xml:space="preserve">
|
||||||
<value>Escoge un inicio de sesión para guardar esta clave de acceso</value>
|
<value>Choose a login to save this passkey to</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
||||||
<value>Guardar clave de acceso como un nuevo inicio de sesión</value>
|
<value>Save passkey as new login</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskey" xml:space="preserve">
|
<data name="SavePasskey" xml:space="preserve">
|
||||||
<value>Guardar clave de acceso</value>
|
<value>Save passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysForX" xml:space="preserve">
|
<data name="PasskeysForX" xml:space="preserve">
|
||||||
<value>Claves de acceso para {0}</value>
|
<value>Passkeys for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasswordsForX" xml:space="preserve">
|
<data name="PasswordsForX" xml:space="preserve">
|
||||||
<value>Contraseñas para {0}</value>
|
<value>Passwords for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="OverwritePasskey" xml:space="preserve">
|
<data name="OverwritePasskey" xml:space="preserve">
|
||||||
<value>¿Sobreescribir clave de acceso?</value>
|
<value>Overwrite passkey?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
||||||
<value>Este elemento ya contiene una clave de acceso. ¿Estás seguro de que quieres sobreescribir la clave de acceso actual?</value>
|
<value>This item already contains a passkey. Are you sure you want to overwrite the current passkey?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DuoTwoStepLoginIsRequiredForYourAccount" xml:space="preserve">
|
<data name="DuoTwoStepLoginIsRequiredForYourAccount" xml:space="preserve">
|
||||||
<value>Se requiere el inicio de sesión en dos pasos Duo para su cuenta. </value>
|
<value>Se requiere el inicio de sesión en dos pasos Duo para su cuenta. </value>
|
||||||
@@ -2923,74 +2924,71 @@ seleccione Agregar TOTP para almacenar la clave de forma segura</value>
|
|||||||
<value>Iniciar Duo</value>
|
<value>Iniciar Duo</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerificationRequiredByX" xml:space="preserve">
|
<data name="VerificationRequiredByX" xml:space="preserve">
|
||||||
<value>Verificación requerida por {0}</value>
|
<value>Verification required by {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerificationRequiredForThisActionSetUpAnUnlockMethodInBitwardenToContinue" xml:space="preserve">
|
<data name="VerificationRequiredForThisActionSetUpAnUnlockMethodInBitwardenToContinue" xml:space="preserve">
|
||||||
<value>Verificación requerida para esta acción. Establece un método de desbloqueo en Bitwarden para continuar.</value>
|
<value>Verification required for this action. Set up an unlock method in Bitwarden to continue.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
||||||
<value>Error creando clave de acceso</value>
|
<value>Error creating passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorReadingPasskey" xml:space="preserve">
|
<data name="ErrorReadingPasskey" xml:space="preserve">
|
||||||
<value>Error leyendo clave de acceso</value>
|
<value>Error reading passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>Hubo un problema creando la clave de acceso para {0}. Inténtalo de nuevo más tarde.</value>
|
<value>There was a problem creating a passkey for {0}. Try again later.</value>
|
||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemReadingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemReadingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>Hubo un problema leyendo la clave de acceso para {0}. Inténtalo de nuevo más tarde.</value>
|
<value>There was a problem reading your passkey for {0}. Try again later.</value>
|
||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
||||||
<value>Verificando identidad...</value>
|
<value>Verifying identity...</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Passwords" xml:space="preserve">
|
<data name="Passwords" xml:space="preserve">
|
||||||
<value>Contraseñas</value>
|
<value>Passwords</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UnknownAccount" xml:space="preserve">
|
<data name="UnknownAccount" xml:space="preserve">
|
||||||
<value>Cuenta desconocida</value>
|
<value>Unknown account</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutofill" xml:space="preserve">
|
<data name="SetUpAutofill" xml:space="preserve">
|
||||||
<value>Establecer autocompletar</value>
|
<value>Set up auto-fill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>¡Consigue acceso instantáneo a tus contraseñas y claves de acceso!</value>
|
<value>Get instant access to your passwords and passkeys!</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
||||||
<value>Para configurar el autocompletado y la administración de claves de acceso, establezca Bitwarden como su proveedor preferido en los ajustes de iOS.</value>
|
<value>To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
||||||
<value>1. Ve a los Ajustes de tu dispositivo > Contraseñas > Opciones de Contraseña</value>
|
<value>1. Go to your device's Settings > Passwords > Password Options</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
||||||
<value>2. Habilita el autocompletado</value>
|
<value>2. Turn on AutoFill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>3. Selecciona "Bitwarden" para usar contraseñas y claves de acceso</value>
|
<value>3. Select "Bitwarden" to use for passwords and passkeys</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
||||||
<value>Tu clave de acceso se guardará en tu caja fuerte de Bitwarden</value>
|
<value>Your passkey will be saved to your Bitwarden vault</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Tu clave de acceso se guardará en tu caja fuerte de Bitwarden para {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Unassigned organization items are no longer visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>On May 16, 2024, unassigned organization items will no longer be visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Remind me later</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Notice</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Claves de acceso no soportadas para esta aplicación</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Falló la operación de la clave de acceso porque el navegador no tiene privilegios</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Falló la operación de la clave de acceso porque la firma del navegador no coincide</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Falló la operación de la clave de acceso porque faltan enlaces de recursos</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Falló la operación de la clave de acceso porque la aplicación no encontró los enlaces de recursos</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Falló la operación de la clave de acceso porque la aplicación no pudo ser verificada</value>
|
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -282,7 +282,7 @@
|
|||||||
<value>Oled kindel, et soovid selle konto eemaldada?</value>
|
<value>Oled kindel, et soovid selle konto eemaldada?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AccountAlreadyAdded" xml:space="preserve">
|
<data name="AccountAlreadyAdded" xml:space="preserve">
|
||||||
<value>Konto on juba lisatud</value>
|
<value>Konto on juba lisatud </value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SwitchToAlreadyAddedAccountConfirmation" xml:space="preserve">
|
<data name="SwitchToAlreadyAddedAccountConfirmation" xml:space="preserve">
|
||||||
<value>Kas soovid kohe vahetada? </value>
|
<value>Kas soovid kohe vahetada? </value>
|
||||||
@@ -2974,22 +2974,19 @@ Soovid selle konto peale lülituda?</value>
|
|||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Unassigned organization items are no longer visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>On May 16, 2024, unassigned organization items will no longer be visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Remind me later</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Notice</value>
|
||||||
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Passkeys not supported for this app</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser is not privileged</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser signature does not match</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because of missing asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app not found in asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app could not be verified</value>
|
|
||||||
</data>
|
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -2767,7 +2767,7 @@ Kontu honetara aldatu nahi duzu?</value>
|
|||||||
<value>Account security</value>
|
<value>Account security</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenHelpCenter" xml:space="preserve">
|
<data name="BitwardenHelpCenter" xml:space="preserve">
|
||||||
<value>Bitwarden help center</value>
|
<value>Bitwarden Help Center</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContactBitwardenSupport" xml:space="preserve">
|
<data name="ContactBitwardenSupport" xml:space="preserve">
|
||||||
<value>Contact Bitwarden support</value>
|
<value>Contact Bitwarden support</value>
|
||||||
@@ -2973,22 +2973,19 @@ Kontu honetara aldatu nahi duzu?</value>
|
|||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Unassigned organization items are no longer visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>On May 16, 2024, unassigned organization items will no longer be visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Remind me later</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Notice</value>
|
||||||
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Passkeys not supported for this app</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser is not privileged</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser signature does not match</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because of missing asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app not found in asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app could not be verified</value>
|
|
||||||
</data>
|
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -2975,22 +2975,19 @@
|
|||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Unassigned organization items are no longer visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>On May 16, 2024, unassigned organization items will no longer be visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>بعدا یادآوری کن</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>توجه</value>
|
||||||
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Passkeys not supported for this app</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser is not privileged</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser signature does not match</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because of missing asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app not found in asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app could not be verified</value>
|
|
||||||
</data>
|
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -422,7 +422,7 @@
|
|||||||
<value>Automaattitäytön palvelu</value>
|
<value>Automaattitäytön palvelu</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
||||||
<value>Aseta Bitwarden laitteesi asetuksista sen oletusarvoiseksi suojausavainpalveluksi.</value>
|
<value>Set Bitwarden as your passkey provider in device settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
||||||
<value>Vältä epäselviä merkkejä</value>
|
<value>Vältä epäselviä merkkejä</value>
|
||||||
@@ -1195,7 +1195,7 @@ Koodi skannataan automaattisesti.</value>
|
|||||||
<value>Windows Hello</value>
|
<value>Windows Hello</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenCredentialProviderGoToSettings" xml:space="preserve">
|
<data name="BitwardenCredentialProviderGoToSettings" xml:space="preserve">
|
||||||
<value>Androidin automaattisen täytön asetuksia ei voitu avata automaattisesti. Voit avata asetukset myös itse etsimällä laitteen asetuksista salasanojen ja todentamisavainten/avainkoodien ja/tai automaattisen täytön palvelun asetukset (valinnoissa on laitekohtaisia eroja).</value>
|
<value>We were unable to automatically open the Android credential provider settings menu for you. You can navigate to the credential provider settings menu manually from Android Settings > System > Passwords & accounts > Passwords, passkeys and data services.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
|
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
|
||||||
<value>Androidin automaattisen täytön asetuksia ei voitu avata automaattisesti. Voit avata asetukset itse seuraavasti: "Asetukset" > "Järjestelmä" > "Kielet ja syöttötapa" > "Lisäasetukset" > "Automaattinen täyttö -palvelu".</value>
|
<value>Androidin automaattisen täytön asetuksia ei voitu avata automaattisesti. Voit avata asetukset itse seuraavasti: "Asetukset" > "Järjestelmä" > "Kielet ja syöttötapa" > "Lisäasetukset" > "Automaattinen täyttö -palvelu".</value>
|
||||||
@@ -1823,7 +1823,7 @@ Koodi skannataan automaattisesti.</value>
|
|||||||
<value>Bitwarden edellyttää toimenpiteitä - Kytke "Näkyminen muiden päällä" -asetus käyttöön Bitwardenin asetusten kohdasta "Automaattitäytön palvelut"</value>
|
<value>Bitwarden edellyttää toimenpiteitä - Kytke "Näkyminen muiden päällä" -asetus käyttöön Bitwardenin asetusten kohdasta "Automaattitäytön palvelut"</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagement" xml:space="preserve">
|
<data name="PasskeyManagement" xml:space="preserve">
|
||||||
<value>Suojausavainhallinta</value>
|
<value>Passkey management</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServices" xml:space="preserve">
|
<data name="AutofillServices" xml:space="preserve">
|
||||||
<value>Automaattitäytön palvelut</value>
|
<value>Automaattitäytön palvelut</value>
|
||||||
@@ -2397,7 +2397,7 @@ turvallisesti valitsemalla "Lisää TOTP"</value>
|
|||||||
<value>Catch-all-sähköposti</value>
|
<value>Catch-all-sähköposti</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ForwardedEmailAlias" xml:space="preserve">
|
<data name="ForwardedEmailAlias" xml:space="preserve">
|
||||||
<value>Sähköpostialias ohjaukseen</value>
|
<value>Sähköpostialias välitykseen</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="RandomWord" xml:space="preserve">
|
<data name="RandomWord" xml:space="preserve">
|
||||||
<value>Satunnainen sana</value>
|
<value>Satunnainen sana</value>
|
||||||
@@ -2809,7 +2809,7 @@ Haluatko vaihtaa tähän tiliin?</value>
|
|||||||
<value>{0} tuntia</value>
|
<value>{0} tuntia</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
||||||
<value>Käytä Bitwardeniin suojausavainten tallennukseen ja kirjaudu holviisi aiemmin tallennetuilla suojausavaimilla.</value>
|
<value>Use Bitwarden to save new passkeys and log in with passkeys stored in your vault.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
||||||
<value>Android Autofill Framework -rajapintaa käytetään täytettäessä kirjautumistietoja laitteen muihin sovelluksiin.</value>
|
<value>Android Autofill Framework -rajapintaa käytetään täytettäessä kirjautumistietoja laitteen muihin sovelluksiin.</value>
|
||||||
@@ -2818,7 +2818,7 @@ Haluatko vaihtaa tähän tiliin?</value>
|
|||||||
<value>Tekstinsisäistä automattitäyttöä käytetään, jos aktiivinen näppäimistö tukee sitä. Muussa tapauksessa käytetään ponnahdusvalintaa.</value>
|
<value>Tekstinsisäistä automattitäyttöä käytetään, jos aktiivinen näppäimistö tukee sitä. Muussa tapauksessa käytetään ponnahdusvalintaa.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AdditionalOptions" xml:space="preserve">
|
<data name="AdditionalOptions" xml:space="preserve">
|
||||||
<value>Lisävalinnat</value>
|
<value>Lisäasetukset</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToWebApp" xml:space="preserve">
|
<data name="ContinueToWebApp" xml:space="preserve">
|
||||||
<value>Avataanko verkkosovellus?</value>
|
<value>Avataanko verkkosovellus?</value>
|
||||||
@@ -2840,7 +2840,7 @@ Haluatko vaihtaa tähän tiliin?</value>
|
|||||||
<value>Avataanko sovelluskauppa?</value>
|
<value>Avataanko sovelluskauppa?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
||||||
<value>Avataanko laitteen asetukset?</value>
|
<value>Continue to device Settings?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
||||||
<value>Paranna tilisi suojausta määrittämällä kaksivaiheinen kirjautuminen Bitwardenin verkkosovelluksessa.</value>
|
<value>Paranna tilisi suojausta määrittämällä kaksivaiheinen kirjautuminen Bitwardenin verkkosovelluksessa.</value>
|
||||||
@@ -2893,25 +2893,25 @@ Haluatko vaihtaa tähän tiliin?</value>
|
|||||||
<value>Muuta holvisi aikakatkaisutoimintoa määrittämällä lukituksen avaustapa.</value>
|
<value>Muuta holvisi aikakatkaisutoimintoa määrittämällä lukituksen avaustapa.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ChooseALoginToSaveThisPasskeyTo" xml:space="preserve">
|
<data name="ChooseALoginToSaveThisPasskeyTo" xml:space="preserve">
|
||||||
<value>Valitse kirjautumistieto, johon suojausavain tallennetaan</value>
|
<value>Choose a login to save this passkey to</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
||||||
<value>Tallenna suojausavain uuteen kirjautumistietoon</value>
|
<value>Save passkey as new login</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskey" xml:space="preserve">
|
<data name="SavePasskey" xml:space="preserve">
|
||||||
<value>Tallenna suojausavain</value>
|
<value>Save passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysForX" xml:space="preserve">
|
<data name="PasskeysForX" xml:space="preserve">
|
||||||
<value>Suojausavaimet kohteelle {0}</value>
|
<value>Passkeys for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasswordsForX" xml:space="preserve">
|
<data name="PasswordsForX" xml:space="preserve">
|
||||||
<value>Salasanat kohteelle {0}</value>
|
<value>Passwords for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="OverwritePasskey" xml:space="preserve">
|
<data name="OverwritePasskey" xml:space="preserve">
|
||||||
<value>Korvataanko suojausavain?</value>
|
<value>Overwrite passkey?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
||||||
<value>Kohde sisältää jo suojausavaimen. Haluatko varmasti korvata nykyisen suojausavaimen?</value>
|
<value>This item already contains a passkey. Are you sure you want to overwrite the current passkey?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DuoTwoStepLoginIsRequiredForYourAccount" xml:space="preserve">
|
<data name="DuoTwoStepLoginIsRequiredForYourAccount" xml:space="preserve">
|
||||||
<value>Tilillesi kirjautuminen vaatii Duo-vahvistuksen.</value>
|
<value>Tilillesi kirjautuminen vaatii Duo-vahvistuksen.</value>
|
||||||
@@ -2923,74 +2923,71 @@ Haluatko vaihtaa tähän tiliin?</value>
|
|||||||
<value>Avaa Duo</value>
|
<value>Avaa Duo</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerificationRequiredByX" xml:space="preserve">
|
<data name="VerificationRequiredByX" xml:space="preserve">
|
||||||
<value>Vahvistettava avaustavalla {0}</value>
|
<value>Verification required by {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerificationRequiredForThisActionSetUpAnUnlockMethodInBitwardenToContinue" xml:space="preserve">
|
<data name="VerificationRequiredForThisActionSetUpAnUnlockMethodInBitwardenToContinue" xml:space="preserve">
|
||||||
<value>Toiminto vaatii lisävahvistuksen. Jatka asettamalla lukituksen avaustapa Bitwardenin asetuksista.</value>
|
<value>Verification required for this action. Set up an unlock method in Bitwarden to continue.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
||||||
<value>Virhe luotaessa suojausavainta</value>
|
<value>Error creating passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorReadingPasskey" xml:space="preserve">
|
<data name="ErrorReadingPasskey" xml:space="preserve">
|
||||||
<value>Virhe luettaessa suojausavainta</value>
|
<value>Error reading passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>Virhe luotaessa suojausavainta kohteelle {0}. Yritä myöhemmin uudelleen.</value>
|
<value>There was a problem creating a passkey for {0}. Try again later.</value>
|
||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemReadingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemReadingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>Virhe luettaessa kohteen {0} suojausavainta. Yritä myöhemmin uudelleen.</value>
|
<value>There was a problem reading your passkey for {0}. Try again later.</value>
|
||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
||||||
<value>Vahvistetaan henkilöllisyyttä...</value>
|
<value>Verifying identity...</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Passwords" xml:space="preserve">
|
<data name="Passwords" xml:space="preserve">
|
||||||
<value>Salasanat</value>
|
<value>Passwords</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UnknownAccount" xml:space="preserve">
|
<data name="UnknownAccount" xml:space="preserve">
|
||||||
<value>Tuntematon tili</value>
|
<value>Unknown account</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutofill" xml:space="preserve">
|
<data name="SetUpAutofill" xml:space="preserve">
|
||||||
<value>Määritä automaattitäyttö</value>
|
<value>Set up auto-fill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>Tavoita salasanasi ja suojausavaimesi välittömästi!</value>
|
<value>Get instant access to your passwords and passkeys!</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
||||||
<value>Määrittääksesi salasanojen automaattitäytön ja suojausavainten hallinnan, aseta Bitwarden iOS-laitteesi asetuksista näiden oletusarvoiseksi palveluksi.</value>
|
<value>To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
||||||
<value>1. Avaa laitteesi Asetukset > Salasanat > Salasanavalinnat</value>
|
<value>1. Go to your device's Settings > Passwords > Password Options</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
||||||
<value>4. Kytke automaattinen täyttö käyttöön</value>
|
<value>2. Turn on AutoFill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>3. Valitse "Bitwarden" käyttääksesi sitä salasanoille ja suojausavaimille</value>
|
<value>3. Select "Bitwarden" to use for passwords and passkeys</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
||||||
<value>Suojausavaimesi tallennetaan Bitwarden-holviisi</value>
|
<value>Your passkey will be saved to your Bitwarden vault</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Suojausavaimesi tallennetaan Bitwarden-holviisi kohteelle {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Organisaatioiden kokoelmiin määrittämättömät kohteet eivät enää näy laitteiden "Kaikki holvit" -näkymissä, vaan ne ovat nähtävissä vain Hallintapaneelista. Määritä kohteet kokoelmiin Hallintapaneelista, jotta ne ovat jatkossakin käytettävissä kaikilta laitteilta.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>16.5.2024 alkaen kokoelmiin määrittämättömät organisaatioiden kohteet eivät enää näy laitteiden "Kaikki holvit" -näkymissä, vaan ne ovat nähtävissä vain Hallintapaneelista. Määritä kohteet kokoelmiin Hallintapaneelista, jotta ne ovat jatkossakin käytettävissä kaikilta laitteilta.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Muistuta myöhemmin</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Huomautus</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Suojausavaimia ei tueta tässä sovelluksessa</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Suojausavaintoiminto epäonnistui, koska selainta ei ole hyväksytty</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Suojausavaintoiminto epäonnistui, koska selaimen allekirjoitus ei täsmää</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Suojausavaintoiminto epäonnistui, koska asset-liitoksia puuttuu</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Suojausavaintoiminto epäonnistui, koska sovellusta ei löytynyt asset-liitoksista</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Suojausavaintoiminto epäonnistui, koska sovellusta ei voitu varmentaa</value>
|
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -2769,7 +2769,7 @@ Gusto mo bang pumunta sa account na ito?</value>
|
|||||||
<value>Account security</value>
|
<value>Account security</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenHelpCenter" xml:space="preserve">
|
<data name="BitwardenHelpCenter" xml:space="preserve">
|
||||||
<value>Bitwarden help center</value>
|
<value>Bitwarden Help Center</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContactBitwardenSupport" xml:space="preserve">
|
<data name="ContactBitwardenSupport" xml:space="preserve">
|
||||||
<value>Contact Bitwarden support</value>
|
<value>Contact Bitwarden support</value>
|
||||||
@@ -2975,22 +2975,19 @@ Gusto mo bang pumunta sa account na ito?</value>
|
|||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Unassigned organization items are no longer visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>On May 16, 2024, unassigned organization items will no longer be visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Remind me later</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Notice</value>
|
||||||
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Passkeys not supported for this app</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser is not privileged</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser signature does not match</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because of missing asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app not found in asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app could not be verified</value>
|
|
||||||
</data>
|
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -422,7 +422,7 @@
|
|||||||
<value>Service de saisie automatique</value>
|
<value>Service de saisie automatique</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
||||||
<value>Définir Bitwarden comme fournisseur de clé d'accès depuis les paramètres de l'appareil.</value>
|
<value>Set Bitwarden as your passkey provider in device settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
||||||
<value>Éviter les caractères ambigus</value>
|
<value>Éviter les caractères ambigus</value>
|
||||||
@@ -1823,7 +1823,7 @@ La numérisation se fera automatiquement.</value>
|
|||||||
<value>Bitwarden a besoin d'attention - Activer "Superposition" dans "Services de saisie automatique" depuis les paramètres de Bitwarden.</value>
|
<value>Bitwarden a besoin d'attention - Activer "Superposition" dans "Services de saisie automatique" depuis les paramètres de Bitwarden.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagement" xml:space="preserve">
|
<data name="PasskeyManagement" xml:space="preserve">
|
||||||
<value>Gestion des clés d'accès</value>
|
<value>Passkey management</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServices" xml:space="preserve">
|
<data name="AutofillServices" xml:space="preserve">
|
||||||
<value>Services de saisie automatique</value>
|
<value>Services de saisie automatique</value>
|
||||||
@@ -2809,7 +2809,7 @@ Voulez-vous basculer vers ce compte ?</value>
|
|||||||
<value>{0} heures</value>
|
<value>{0} heures</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
||||||
<value>Utiliser Bitwarden pour enregistrer vos clés d'accès et vous connecter avec les clés d'accès stockées dans votre coffre.</value>
|
<value>Use Bitwarden to save new passkeys and log in with passkeys stored in your vault.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
||||||
<value>Le framework de saisie automatique d'Android est utilisé pour vous accompagner à remplir les informations de connexion dans les autres applications de votre appareil.</value>
|
<value>Le framework de saisie automatique d'Android est utilisé pour vous accompagner à remplir les informations de connexion dans les autres applications de votre appareil.</value>
|
||||||
@@ -2899,13 +2899,13 @@ Voulez-vous basculer vers ce compte ?</value>
|
|||||||
<value>Save passkey as new login</value>
|
<value>Save passkey as new login</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskey" xml:space="preserve">
|
<data name="SavePasskey" xml:space="preserve">
|
||||||
<value>Enregistrer la clé d'accès</value>
|
<value>Save passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysForX" xml:space="preserve">
|
<data name="PasskeysForX" xml:space="preserve">
|
||||||
<value>Clés d'accès pour {0}</value>
|
<value>Passkeys for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasswordsForX" xml:space="preserve">
|
<data name="PasswordsForX" xml:space="preserve">
|
||||||
<value>Mots de passe pour {0}</value>
|
<value>Passwords for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="OverwritePasskey" xml:space="preserve">
|
<data name="OverwritePasskey" xml:space="preserve">
|
||||||
<value>Overwrite passkey?</value>
|
<value>Overwrite passkey?</value>
|
||||||
@@ -2929,24 +2929,24 @@ Voulez-vous basculer vers ce compte ?</value>
|
|||||||
<value>Verification required for this action. Set up an unlock method in Bitwarden to continue.</value>
|
<value>Verification required for this action. Set up an unlock method in Bitwarden to continue.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
||||||
<value>Erreur de création de la clé d'accès</value>
|
<value>Error creating passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorReadingPasskey" xml:space="preserve">
|
<data name="ErrorReadingPasskey" xml:space="preserve">
|
||||||
<value>Erreur lors de la lecture de la clé d'accès</value>
|
<value>Error reading passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>Un problème est survenu lors de la création d'une clé d'accès pour {0}. Réessayez plus tard.</value>
|
<value>There was a problem creating a passkey for {0}. Try again later.</value>
|
||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemReadingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemReadingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>Un problème est survenu lors de la lecture de votre clé d'accès pour {0}. Réessayez plus tard.</value>
|
<value>There was a problem reading your passkey for {0}. Try again later.</value>
|
||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
||||||
<value>Verifying identity...</value>
|
<value>Verifying identity...</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Passwords" xml:space="preserve">
|
<data name="Passwords" xml:space="preserve">
|
||||||
<value>Mots de passe</value>
|
<value>Passwords</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UnknownAccount" xml:space="preserve">
|
<data name="UnknownAccount" xml:space="preserve">
|
||||||
<value>Unknown account</value>
|
<value>Unknown account</value>
|
||||||
@@ -2955,10 +2955,10 @@ Voulez-vous basculer vers ce compte ?</value>
|
|||||||
<value>Set up auto-fill</value>
|
<value>Set up auto-fill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>Obtenez un accès instantané à vos mots de passe et vos clés d'accès !</value>
|
<value>Get instant access to your passwords and passkeys!</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
||||||
<value>Pour configurer la saisie automatique du mot de passe et la gestion des clés d'accès, définissez Bitwarden comme votre fournisseur préféré dans les paramètres iOS.</value>
|
<value>To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
||||||
<value>1. Go to your device's Settings > Passwords > Password Options</value>
|
<value>1. Go to your device's Settings > Passwords > Password Options</value>
|
||||||
@@ -2967,30 +2967,27 @@ Voulez-vous basculer vers ce compte ?</value>
|
|||||||
<value>2. Turn on AutoFill</value>
|
<value>2. Turn on AutoFill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>3. Sélectionnez "Bitwarden" pour l'utiliser pour les mots de passe et les clés d'accès</value>
|
<value>3. Select "Bitwarden" to use for passwords and passkeys</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
||||||
<value>Votre clé d'accès sera enregistrée dans votre coffre Bitwarden</value>
|
<value>Your passkey will be saved to your Bitwarden vault</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Votre clé d'accès sera enregistrée votre coffre Bitwarden pour {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Les éléments d'organisation non assignés ne sont plus visibles dans la vue de Tous les coffres et sont uniquement accessibles via la Console d'administration. Assignez ces éléments à une collection à partir de la Console d'administration pour les rendre visibles.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>Au 2 mai 2024, les éléments d'organisation non assignés ne sont plus visibles dans la vue de Tous les coffres et sont uniquement accessibles via la Console d'administration. Assignez ces éléments à une collection à partir de la Console d'administration pour les rendre visibles.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Me le rappeler plus tard</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Remarque</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Clés d'accès non supportées par cette application</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser is not privileged</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser signature does not match</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because of missing asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app not found in asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app could not be verified</value>
|
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -118,25 +118,25 @@
|
|||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<data name="About" xml:space="preserve">
|
<data name="About" xml:space="preserve">
|
||||||
<value>Acerca de</value>
|
<value>About</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Add" xml:space="preserve">
|
<data name="Add" xml:space="preserve">
|
||||||
<value>Engadir</value>
|
<value>Add</value>
|
||||||
<comment>Add/create a new entity (verb).</comment>
|
<comment>Add/create a new entity (verb).</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="AddFolder" xml:space="preserve">
|
<data name="AddFolder" xml:space="preserve">
|
||||||
<value>Engadir cartafol</value>
|
<value>Add Folder</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AddItem" xml:space="preserve">
|
<data name="AddItem" xml:space="preserve">
|
||||||
<value>Engadir elemento</value>
|
<value>Add Item</value>
|
||||||
<comment>The title for the add item page.</comment>
|
<comment>The title for the add item page.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="AnErrorHasOccurred" xml:space="preserve">
|
<data name="AnErrorHasOccurred" xml:space="preserve">
|
||||||
<value>Produciuse un erro.</value>
|
<value>An error has occurred.</value>
|
||||||
<comment>Alert title when something goes wrong.</comment>
|
<comment>Alert title when something goes wrong.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="Back" xml:space="preserve">
|
<data name="Back" xml:space="preserve">
|
||||||
<value>Atrás</value>
|
<value>Back</value>
|
||||||
<comment>Navigate back to the previous screen.</comment>
|
<comment>Navigate back to the previous screen.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="Bitwarden" xml:space="preserve">
|
<data name="Bitwarden" xml:space="preserve">
|
||||||
@@ -144,155 +144,155 @@
|
|||||||
<comment>App name. Shouldn't ever change.</comment>
|
<comment>App name. Shouldn't ever change.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="Cancel" xml:space="preserve">
|
<data name="Cancel" xml:space="preserve">
|
||||||
<value>Cancelar</value>
|
<value>Cancel</value>
|
||||||
<comment>Cancel an operation.</comment>
|
<comment>Cancel an operation.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="Copy" xml:space="preserve">
|
<data name="Copy" xml:space="preserve">
|
||||||
<value>Copiar</value>
|
<value>Copy</value>
|
||||||
<comment>Copy some value to your clipboard.</comment>
|
<comment>Copy some value to your clipboard.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="CopyPassword" xml:space="preserve">
|
<data name="CopyPassword" xml:space="preserve">
|
||||||
<value>Copiar contrasinal</value>
|
<value>Copy password</value>
|
||||||
<comment>The button text that allows a user to copy the login's password to their clipboard.</comment>
|
<comment>The button text that allows a user to copy the login's password to their clipboard.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="CopyUsername" xml:space="preserve">
|
<data name="CopyUsername" xml:space="preserve">
|
||||||
<value>Copiar nome de usuario</value>
|
<value>Copy username</value>
|
||||||
<comment>The button text that allows a user to copy the login's username to their clipboard.</comment>
|
<comment>The button text that allows a user to copy the login's username to their clipboard.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="Credits" xml:space="preserve">
|
<data name="Credits" xml:space="preserve">
|
||||||
<value>Créditos</value>
|
<value>Credits</value>
|
||||||
<comment>Title for page that we use to give credit to resources that we use.</comment>
|
<comment>Title for page that we use to give credit to resources that we use.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="Delete" xml:space="preserve">
|
<data name="Delete" xml:space="preserve">
|
||||||
<value>Borrar</value>
|
<value>Delete</value>
|
||||||
<comment>Delete an entity (verb).</comment>
|
<comment>Delete an entity (verb).</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="Deleting" xml:space="preserve">
|
<data name="Deleting" xml:space="preserve">
|
||||||
<value>Borrando...</value>
|
<value>Deleting...</value>
|
||||||
<comment>Message shown when interacting with the server</comment>
|
<comment>Message shown when interacting with the server</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="DoYouReallyWantToDelete" xml:space="preserve">
|
<data name="DoYouReallyWantToDelete" xml:space="preserve">
|
||||||
<value>Vostede realmente quere borrar? Isto non pode ser desfeito.</value>
|
<value>Do you really want to delete? This cannot be undone.</value>
|
||||||
<comment>Confirmation alert message when deleteing something.</comment>
|
<comment>Confirmation alert message when deleteing something.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="Edit" xml:space="preserve">
|
<data name="Edit" xml:space="preserve">
|
||||||
<value>Editar</value>
|
<value>Edit</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="EditFolder" xml:space="preserve">
|
<data name="EditFolder" xml:space="preserve">
|
||||||
<value>Editar cartafol</value>
|
<value>Edit folder</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Email" xml:space="preserve">
|
<data name="Email" xml:space="preserve">
|
||||||
<value>Correo electrónico</value>
|
<value>Email</value>
|
||||||
<comment>Short label for an email address.</comment>
|
<comment>Short label for an email address.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="EmailAddress" xml:space="preserve">
|
<data name="EmailAddress" xml:space="preserve">
|
||||||
<value>Enderezo de correo electrónico</value>
|
<value>Email address</value>
|
||||||
<comment>Full label for a email address.</comment>
|
<comment>Full label for a email address.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="EmailUs" xml:space="preserve">
|
<data name="EmailUs" xml:space="preserve">
|
||||||
<value>Envíanos un correo</value>
|
<value>Email us</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="EmailUsDescription" xml:space="preserve">
|
<data name="EmailUsDescription" xml:space="preserve">
|
||||||
<value>Envíanos un correo directamente para obter axuda ou deixar comentarios.</value>
|
<value>Email us directly to get help or leave feedback.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="EnterPIN" xml:space="preserve">
|
<data name="EnterPIN" xml:space="preserve">
|
||||||
<value>Introduza o seu código PIN.</value>
|
<value>Enter your PIN code.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Favorites" xml:space="preserve">
|
<data name="Favorites" xml:space="preserve">
|
||||||
<value>Favoritos</value>
|
<value>Favorites</value>
|
||||||
<comment>Title for your favorite items in the vault.</comment>
|
<comment>Title for your favorite items in the vault.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="FileBugReport" xml:space="preserve">
|
<data name="FileBugReport" xml:space="preserve">
|
||||||
<value>Presentar un informe de fallo</value>
|
<value>File a bug report</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FileBugReportDescription" xml:space="preserve">
|
<data name="FileBugReportDescription" xml:space="preserve">
|
||||||
<value>Abrir unha incidencia no noso repositorio de GitHub.</value>
|
<value>Open an issue at our GitHub repository.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FingerprintDirection" xml:space="preserve">
|
<data name="FingerprintDirection" xml:space="preserve">
|
||||||
<value>Emprega a túa pegada dactilar para verificar.</value>
|
<value>Use your fingerprint to verify.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Folder" xml:space="preserve">
|
<data name="Folder" xml:space="preserve">
|
||||||
<value>Cartafol</value>
|
<value>Folder</value>
|
||||||
<comment>Label for a folder.</comment>
|
<comment>Label for a folder.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="FolderCreated" xml:space="preserve">
|
<data name="FolderCreated" xml:space="preserve">
|
||||||
<value>Creouse un novo cartafol.</value>
|
<value>New folder created.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FolderDeleted" xml:space="preserve">
|
<data name="FolderDeleted" xml:space="preserve">
|
||||||
<value>Cartafol eliminado.</value>
|
<value>Folder deleted.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FolderNone" xml:space="preserve">
|
<data name="FolderNone" xml:space="preserve">
|
||||||
<value>Sen cartafois</value>
|
<value>No Folder</value>
|
||||||
<comment>Items that have no folder specified go in this special "catch-all" folder.</comment>
|
<comment>Items that have no folder specified go in this special "catch-all" folder.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="Folders" xml:space="preserve">
|
<data name="Folders" xml:space="preserve">
|
||||||
<value>Cartafois</value>
|
<value>Folders</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FolderUpdated" xml:space="preserve">
|
<data name="FolderUpdated" xml:space="preserve">
|
||||||
<value>Cartafol gardado</value>
|
<value>Folder saved</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GoToWebsite" xml:space="preserve">
|
<data name="GoToWebsite" xml:space="preserve">
|
||||||
<value>Ir á páxina web</value>
|
<value>Go to website</value>
|
||||||
<comment>The button text that allows user to launch the website to their web browser.</comment>
|
<comment>The button text that allows user to launch the website to their web browser.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="HelpAndFeedback" xml:space="preserve">
|
<data name="HelpAndFeedback" xml:space="preserve">
|
||||||
<value>Axuda e comentarios</value>
|
<value>Help and feedback</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Hide" xml:space="preserve">
|
<data name="Hide" xml:space="preserve">
|
||||||
<value>Agochar</value>
|
<value>Hide</value>
|
||||||
<comment>Hide a secret value that is currently shown (password).</comment>
|
<comment>Hide a secret value that is currently shown (password).</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="InternetConnectionRequiredMessage" xml:space="preserve">
|
<data name="InternetConnectionRequiredMessage" xml:space="preserve">
|
||||||
<value>Por favor conéctese a Internet antes de continuar.</value>
|
<value>Please connect to the internet before continuing.</value>
|
||||||
<comment>Description message for the alert when internet connection is required to continue.</comment>
|
<comment>Description message for the alert when internet connection is required to continue.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="InternetConnectionRequiredTitle" xml:space="preserve">
|
<data name="InternetConnectionRequiredTitle" xml:space="preserve">
|
||||||
<value>Requírese unha conexión a Internet</value>
|
<value>Internet connection required</value>
|
||||||
<comment>Title for the alert when internet connection is required to continue.</comment>
|
<comment>Title for the alert when internet connection is required to continue.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="InvalidMasterPassword" xml:space="preserve">
|
<data name="InvalidMasterPassword" xml:space="preserve">
|
||||||
<value>Contrasinal mestre non válido. Téntao de novo.</value>
|
<value>Invalid master password. Try again.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="InvalidPIN" xml:space="preserve">
|
<data name="InvalidPIN" xml:space="preserve">
|
||||||
<value>PIN non válido. Téntao de novo.</value>
|
<value>Invalid PIN. Try again.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Launch" xml:space="preserve">
|
<data name="Launch" xml:space="preserve">
|
||||||
<value>Abrir</value>
|
<value>Launch</value>
|
||||||
<comment>The button text that allows user to launch the website to their web browser.</comment>
|
<comment>The button text that allows user to launch the website to their web browser.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="LogIn" xml:space="preserve">
|
<data name="LogIn" xml:space="preserve">
|
||||||
<value>Iniciar sesión</value>
|
<value>Log In</value>
|
||||||
<comment>The login button text (verb).</comment>
|
<comment>The login button text (verb).</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="LogInNoun" xml:space="preserve">
|
<data name="LogInNoun" xml:space="preserve">
|
||||||
<value>Inicio de sesión</value>
|
<value>Login</value>
|
||||||
<comment>Title for login page. (noun)</comment>
|
<comment>Title for login page. (noun)</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="LogOut" xml:space="preserve">
|
<data name="LogOut" xml:space="preserve">
|
||||||
<value>Pechar sesión</value>
|
<value>Log out</value>
|
||||||
<comment>The log out button text (verb).</comment>
|
<comment>The log out button text (verb).</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="LogoutConfirmation" xml:space="preserve">
|
<data name="LogoutConfirmation" xml:space="preserve">
|
||||||
<value>Estás seguro de que queres pechar a sesión?</value>
|
<value>Are you sure you want to log out?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="RemoveAccount" xml:space="preserve">
|
<data name="RemoveAccount" xml:space="preserve">
|
||||||
<value>Eliminar conta</value>
|
<value>Remove account</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="RemoveAccountConfirmation" xml:space="preserve">
|
<data name="RemoveAccountConfirmation" xml:space="preserve">
|
||||||
<value>Estás seguro de que queres eliminar a conta?</value>
|
<value>Are you sure you want to remove this account?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AccountAlreadyAdded" xml:space="preserve">
|
<data name="AccountAlreadyAdded" xml:space="preserve">
|
||||||
<value>Conta xa engadida</value>
|
<value>Account already added</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SwitchToAlreadyAddedAccountConfirmation" xml:space="preserve">
|
<data name="SwitchToAlreadyAddedAccountConfirmation" xml:space="preserve">
|
||||||
<value>Gustaríache cambiar a ela agora?</value>
|
<value>Would you like to switch to it now?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="MasterPassword" xml:space="preserve">
|
<data name="MasterPassword" xml:space="preserve">
|
||||||
<value>Contrasinal mestre</value>
|
<value>Master password</value>
|
||||||
<comment>Label for a master password.</comment>
|
<comment>Label for a master password.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="More" xml:space="preserve">
|
<data name="More" xml:space="preserve">
|
||||||
<value>Máis</value>
|
<value>More</value>
|
||||||
<comment>Text to define that there are more options things to see.</comment>
|
<comment>Text to define that there are more options things to see.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="MyVault" xml:space="preserve">
|
<data name="MyVault" xml:space="preserve">
|
||||||
@@ -2769,7 +2769,7 @@ Do you want to switch to this account?</value>
|
|||||||
<value>Account security</value>
|
<value>Account security</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenHelpCenter" xml:space="preserve">
|
<data name="BitwardenHelpCenter" xml:space="preserve">
|
||||||
<value>Bitwarden help center</value>
|
<value>Bitwarden Help Center</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContactBitwardenSupport" xml:space="preserve">
|
<data name="ContactBitwardenSupport" xml:space="preserve">
|
||||||
<value>Contact Bitwarden support</value>
|
<value>Contact Bitwarden support</value>
|
||||||
@@ -2975,22 +2975,19 @@ Do you want to switch to this account?</value>
|
|||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Unassigned organization items are no longer visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>On May 16, 2024, unassigned organization items will no longer be visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Remind me later</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Notice</value>
|
||||||
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Passkeys not supported for this app</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser is not privileged</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser signature does not match</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because of missing asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app not found in asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app could not be verified</value>
|
|
||||||
</data>
|
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -300,7 +300,7 @@
|
|||||||
<comment>The title for the vault page.</comment>
|
<comment>The title for the vault page.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="Authenticator" xml:space="preserve">
|
<data name="Authenticator" xml:space="preserve">
|
||||||
<value>מאמת</value>
|
<value>Authenticator</value>
|
||||||
<comment>Authenticator TOTP feature</comment>
|
<comment>Authenticator TOTP feature</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="Name" xml:space="preserve">
|
<data name="Name" xml:space="preserve">
|
||||||
@@ -422,7 +422,7 @@
|
|||||||
<value>שירות מילוי-אוטומטי</value>
|
<value>שירות מילוי-אוטומטי</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
||||||
<value>הגדירו את Bitwarden בתור ספק מפתחות אבטחה בהגדרות המכשיר.</value>
|
<value>Set Bitwarden as your passkey provider in device settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
||||||
<value>המנע מאותיות ותוים דומים</value>
|
<value>המנע מאותיות ותוים דומים</value>
|
||||||
@@ -581,7 +581,7 @@
|
|||||||
<value>רמז לסיסמה הראשית יכול לעזור במקרה ושכחת את הסיסמה.</value>
|
<value>רמז לסיסמה הראשית יכול לעזור במקרה ושכחת את הסיסמה.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="MasterPasswordLengthValMessageX" xml:space="preserve">
|
<data name="MasterPasswordLengthValMessageX" xml:space="preserve">
|
||||||
<value>הסיסמה הראשית חייבת להיות לפחות באורך {0} תווים.</value>
|
<value>Master password must be at least {0} characters long.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="MinNumbers" xml:space="preserve">
|
<data name="MinNumbers" xml:space="preserve">
|
||||||
<value>מינימום ספרות</value>
|
<value>מינימום ספרות</value>
|
||||||
@@ -769,10 +769,10 @@
|
|||||||
<value>מופעל</value>
|
<value>מופעל</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Off" xml:space="preserve">
|
<data name="Off" xml:space="preserve">
|
||||||
<value>כבוי</value>
|
<value>Off</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="On" xml:space="preserve">
|
<data name="On" xml:space="preserve">
|
||||||
<value>פעיל</value>
|
<value>On</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Status" xml:space="preserve">
|
<data name="Status" xml:space="preserve">
|
||||||
<value>סטטוס</value>
|
<value>סטטוס</value>
|
||||||
@@ -895,8 +895,8 @@ Bitwarden בעזרת פתיחת חלון "הגדרות".</value>
|
|||||||
<value>קריאת מפתח האימות נכשלה.</value>
|
<value>קריאת מפתח האימות נכשלה.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PointYourCameraAtTheQRCode" xml:space="preserve">
|
<data name="PointYourCameraAtTheQRCode" xml:space="preserve">
|
||||||
<value>כוונו את המצלמה לכיוון הברקוד.
|
<value>Point your camera at the QR Code.
|
||||||
הסריקה תתרחש באופן אוטומטי.</value>
|
Scanning will happen automatically.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ScanQrTitle" xml:space="preserve">
|
<data name="ScanQrTitle" xml:space="preserve">
|
||||||
<value>סרוק קוד QR</value>
|
<value>סרוק קוד QR</value>
|
||||||
@@ -911,10 +911,10 @@ Bitwarden בעזרת פתיחת חלון "הגדרות".</value>
|
|||||||
<value>העתק TOTP</value>
|
<value>העתק TOTP</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CopyTotpAutomaticallyDescription" xml:space="preserve">
|
<data name="CopyTotpAutomaticallyDescription" xml:space="preserve">
|
||||||
<value>אם לפרטי כניסה יש אפליקציית אימות, העתיקו את קוד האימות TOTP ללוח שלכם כשמתבצעת ההשלמה האוטומטית לטופס הכניסה.</value>
|
<value>If a login has an authenticator key, copy the TOTP verification code to your clipboard when you auto-fill the login.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CopyTotpAutomatically" xml:space="preserve">
|
<data name="CopyTotpAutomatically" xml:space="preserve">
|
||||||
<value>העתק קוד TOTP אוטומטית</value>
|
<value>Copy TOTP automatically</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PremiumRequired" xml:space="preserve">
|
<data name="PremiumRequired" xml:space="preserve">
|
||||||
<value>בכדי להשתמש ביכולת זו יש צורך במנוי פרמיום.</value>
|
<value>בכדי להשתמש ביכולת זו יש צורך במנוי פרמיום.</value>
|
||||||
@@ -950,7 +950,7 @@ Bitwarden בעזרת פתיחת חלון "הגדרות".</value>
|
|||||||
<value>לא ניתן להשתמש ביכולת זו עד שתעדכן את מפתח ההצפנה שלך.</value>
|
<value>לא ניתן להשתמש ביכולת זו עד שתעדכן את מפתח ההצפנה שלך.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="EncryptionKeyMigrationRequiredDescriptionLong" xml:space="preserve">
|
<data name="EncryptionKeyMigrationRequiredDescriptionLong" xml:space="preserve">
|
||||||
<value>נדרשת הסבת מפתח הצפנה. נא להיכנס לכספת דרך האתר כדי לעדכן את מפתח ההצפנה שלך.</value>
|
<value>Encryption key migration required. Please login through the web vault to update your encryption key.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LearnMore" xml:space="preserve">
|
<data name="LearnMore" xml:space="preserve">
|
||||||
<value>למידע נוסף</value>
|
<value>למידע נוסף</value>
|
||||||
@@ -2771,7 +2771,7 @@ Do you want to switch to this account?</value>
|
|||||||
<value>Account security</value>
|
<value>Account security</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenHelpCenter" xml:space="preserve">
|
<data name="BitwardenHelpCenter" xml:space="preserve">
|
||||||
<value>Bitwarden help center</value>
|
<value>Bitwarden Help Center</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContactBitwardenSupport" xml:space="preserve">
|
<data name="ContactBitwardenSupport" xml:space="preserve">
|
||||||
<value>Contact Bitwarden support</value>
|
<value>Contact Bitwarden support</value>
|
||||||
@@ -2977,22 +2977,19 @@ Do you want to switch to this account?</value>
|
|||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Unassigned organization items are no longer visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>On May 16, 2024, unassigned organization items will no longer be visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Remind me later</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Notice</value>
|
||||||
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Passkeys not supported for this app</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser is not privileged</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser signature does not match</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because of missing asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app not found in asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app could not be verified</value>
|
|
||||||
</data>
|
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -276,16 +276,16 @@
|
|||||||
<value>पक्का लॉगआउट करें?</value>
|
<value>पक्का लॉगआउट करें?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="RemoveAccount" xml:space="preserve">
|
<data name="RemoveAccount" xml:space="preserve">
|
||||||
<value>खाता हटाएं</value>
|
<value>अकाउंट हटाएं</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="RemoveAccountConfirmation" xml:space="preserve">
|
<data name="RemoveAccountConfirmation" xml:space="preserve">
|
||||||
<value>क्या आप वाकई अपना खाता हटाना चाहते हैं?</value>
|
<value>अकाउंट पक्का हटाएं?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AccountAlreadyAdded" xml:space="preserve">
|
<data name="AccountAlreadyAdded" xml:space="preserve">
|
||||||
<value>खाता पहले से है</value>
|
<value>अकाउंट पहले से है</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SwitchToAlreadyAddedAccountConfirmation" xml:space="preserve">
|
<data name="SwitchToAlreadyAddedAccountConfirmation" xml:space="preserve">
|
||||||
<value>खाता अभी इस्तेमाल करें?</value>
|
<value>अकाउंट अभी इस्तेमाल करें?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="MasterPassword" xml:space="preserve">
|
<data name="MasterPassword" xml:space="preserve">
|
||||||
<value>मास्टर पासवर्ड</value>
|
<value>मास्टर पासवर्ड</value>
|
||||||
@@ -300,7 +300,7 @@
|
|||||||
<comment>The title for the vault page.</comment>
|
<comment>The title for the vault page.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="Authenticator" xml:space="preserve">
|
<data name="Authenticator" xml:space="preserve">
|
||||||
<value>प्रमाणीकरण</value>
|
<value>ऑथेंटिकेटर</value>
|
||||||
<comment>Authenticator TOTP feature</comment>
|
<comment>Authenticator TOTP feature</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="Name" xml:space="preserve">
|
<data name="Name" xml:space="preserve">
|
||||||
@@ -327,7 +327,7 @@
|
|||||||
<comment>Button text for a save operation (verb).</comment>
|
<comment>Button text for a save operation (verb).</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="Move" xml:space="preserve">
|
<data name="Move" xml:space="preserve">
|
||||||
<value>स्थानांतरित करें</value>
|
<value>ट्रांस्फर करें</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Saving" xml:space="preserve">
|
<data name="Saving" xml:space="preserve">
|
||||||
<value>सेव कर रहे है...</value>
|
<value>सेव कर रहे है...</value>
|
||||||
@@ -349,7 +349,7 @@
|
|||||||
<value>भेजें</value>
|
<value>भेजें</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Sync" xml:space="preserve">
|
<data name="Sync" xml:space="preserve">
|
||||||
<value>सिंक्रनाइज़ करें</value>
|
<value>सिंक</value>
|
||||||
<comment>The title for the sync page.</comment>
|
<comment>The title for the sync page.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThankYou" xml:space="preserve">
|
<data name="ThankYou" xml:space="preserve">
|
||||||
@@ -2974,22 +2974,19 @@ Do you want to switch to this account?</value>
|
|||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Unassigned organization items are no longer visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>On May 16, 2024, unassigned organization items will no longer be visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Remind me later</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Notice</value>
|
||||||
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Passkeys not supported for this app</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser is not privileged</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser signature does not match</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because of missing asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app not found in asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app could not be verified</value>
|
|
||||||
</data>
|
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -2972,22 +2972,19 @@
|
|||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Unassigned organization items are no longer visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>On May 16, 2024, unassigned organization items will no longer be visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Remind me later</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Notice</value>
|
||||||
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Passkeys not supported for this app</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser is not privileged</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser signature does not match</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because of missing asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app not found in asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app could not be verified</value>
|
|
||||||
</data>
|
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -239,7 +239,7 @@
|
|||||||
<value>Súgó és visszajelzés</value>
|
<value>Súgó és visszajelzés</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Hide" xml:space="preserve">
|
<data name="Hide" xml:space="preserve">
|
||||||
<value>Elrejtés</value>
|
<value>Elrejt</value>
|
||||||
<comment>Hide a secret value that is currently shown (password).</comment>
|
<comment>Hide a secret value that is currently shown (password).</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="InternetConnectionRequiredMessage" xml:space="preserve">
|
<data name="InternetConnectionRequiredMessage" xml:space="preserve">
|
||||||
@@ -422,7 +422,7 @@
|
|||||||
<value>Automatikus kitöltő szolgáltatás</value>
|
<value>Automatikus kitöltő szolgáltatás</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
||||||
<value>A Bitwarden beállítása jelszó szolgáltatóként az eszközbeállításokban.</value>
|
<value>Set Bitwarden as your passkey provider in device settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
||||||
<value>Félreérthető karakterek mellőzése</value>
|
<value>Félreérthető karakterek mellőzése</value>
|
||||||
@@ -909,7 +909,7 @@
|
|||||||
<value>Egyszeri jelszó másolása</value>
|
<value>Egyszeri jelszó másolása</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CopyTotpAutomaticallyDescription" xml:space="preserve">
|
<data name="CopyTotpAutomaticallyDescription" xml:space="preserve">
|
||||||
<value>Ha a bejelentkezéshez csatolva van egy hitelesítő kulcs, a TOTP ellenőrző kód automatikusan a vágólapra kerül a bejelentkezési adatok automatikus kitöltésénél.</value>
|
<value>Ha a bejelentkezéshez csatolva van egy hitelesítő kulcs, a TOTP ellenőrző kód automatikusan a vágólapra kerül, amikor a bejelentkezési adatok automatikus kitöltésénél.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CopyTotpAutomatically" xml:space="preserve">
|
<data name="CopyTotpAutomatically" xml:space="preserve">
|
||||||
<value>TOTP automatikus másolása</value>
|
<value>TOTP automatikus másolása</value>
|
||||||
@@ -1194,7 +1194,7 @@
|
|||||||
<value>Windows Hello</value>
|
<value>Windows Hello</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenCredentialProviderGoToSettings" xml:space="preserve">
|
<data name="BitwardenCredentialProviderGoToSettings" xml:space="preserve">
|
||||||
<value>Nem lehetett automatikusan megnyitni az Android hitelesítő adatszolgáltató beállítási menüjét. Manuálisan navigálhatunk a hitelesítő adatszolgáltató beállítási menüjébe az Android Beállítások > Rendszer > Jelszavak és fiókok > Jelszavak, belépőkulcsok és adatszolgáltatások menüpontban.</value>
|
<value>We were unable to automatically open the Android credential provider settings menu for you. You can navigate to the credential provider settings menu manually from Android Settings > System > Passwords & accounts > Passwords, passkeys and data services.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
|
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
|
||||||
<value>Nem sikerült automatikusan megnyitni az Android automatikus kitöltés beállításai menüt. A beállítás megnyitásához nyitssuk meg a Beállítások > Rendszer > Nyelv és bevitel > Speciális > Automatikus kitöltés menüpontot.</value>
|
<value>Nem sikerült automatikusan megnyitni az Android automatikus kitöltés beállításai menüt. A beállítás megnyitásához nyitssuk meg a Beállítások > Rendszer > Nyelv és bevitel > Speciális > Automatikus kitöltés menüpontot.</value>
|
||||||
@@ -1821,7 +1821,7 @@
|
|||||||
<value>A Bitwarden figyelmet igényel - Engedélyezzük Bitwarden beállításokban a "Felülrajzolás" opciót az "Automatikus kitöltési szolgáltatások" résznél.</value>
|
<value>A Bitwarden figyelmet igényel - Engedélyezzük Bitwarden beállításokban a "Felülrajzolás" opciót az "Automatikus kitöltési szolgáltatások" résznél.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagement" xml:space="preserve">
|
<data name="PasskeyManagement" xml:space="preserve">
|
||||||
<value>Belépőkulcs kezelés</value>
|
<value>Passkey management</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServices" xml:space="preserve">
|
<data name="AutofillServices" xml:space="preserve">
|
||||||
<value>Automatikus kitöltés</value>
|
<value>Automatikus kitöltés</value>
|
||||||
@@ -2807,7 +2807,7 @@ Szeretnénk átváltani erre a fiókra?</value>
|
|||||||
<value>{0} óra</value>
|
<value>{0} óra</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
||||||
<value>A Bitwarden használata az új belépőkulcsok mentéséhez és bejelentkezés a széfben tárolt belépőkulcskkal.</value>
|
<value>Use Bitwarden to save new passkeys and log in with passkeys stored in your vault.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
||||||
<value>Az Android automatikus kitöltési keretrendszere segít a bejelentkezési adatok kitöltésében az eszközön lévő más alkalmazásokba.</value>
|
<value>Az Android automatikus kitöltési keretrendszere segít a bejelentkezési adatok kitöltésében az eszközön lévő más alkalmazásokba.</value>
|
||||||
@@ -2838,7 +2838,7 @@ Szeretnénk átváltani erre a fiókra?</value>
|
|||||||
<value>Tovább az alkalmazásboltba?</value>
|
<value>Tovább az alkalmazásboltba?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
||||||
<value>Továbblépés az eszköz beállításokhoz?</value>
|
<value>Continue to device Settings?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
||||||
<value>Tegyük biztonságosabbá a fiókot a kétlépcsős bejelentkezés beállításával a Bitwarden webalkalmazásban.</value>
|
<value>Tegyük biztonságosabbá a fiókot a kétlépcsős bejelentkezés beállításával a Bitwarden webalkalmazásban.</value>
|
||||||
@@ -2891,25 +2891,25 @@ Szeretnénk átváltani erre a fiókra?</value>
|
|||||||
<value>Állítsunk be egy feloldási módot a széf időkifutási műveletének módosításához.</value>
|
<value>Állítsunk be egy feloldási módot a széf időkifutási műveletének módosításához.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ChooseALoginToSaveThisPasskeyTo" xml:space="preserve">
|
<data name="ChooseALoginToSaveThisPasskeyTo" xml:space="preserve">
|
||||||
<value>Válasszunk egy bejelentkezési nevet, amelyhez menteni szeretnénk ezt a belépőkulcsot.</value>
|
<value>Choose a login to save this passkey to</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
||||||
<value>Belépőkulcs mentése új bejelentkezésként</value>
|
<value>Save passkey as new login</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskey" xml:space="preserve">
|
<data name="SavePasskey" xml:space="preserve">
|
||||||
<value>Belépőkulcs mentése</value>
|
<value>Save passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysForX" xml:space="preserve">
|
<data name="PasskeysForX" xml:space="preserve">
|
||||||
<value>Belépőkulcs: {0}</value>
|
<value>Passkeys for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasswordsForX" xml:space="preserve">
|
<data name="PasswordsForX" xml:space="preserve">
|
||||||
<value>Belépőkulcs: {0}</value>
|
<value>Passwords for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="OverwritePasskey" xml:space="preserve">
|
<data name="OverwritePasskey" xml:space="preserve">
|
||||||
<value>Belépőkulcs felülírása?</value>
|
<value>Overwrite passkey?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
||||||
<value>Ez az elem már tartalmaz egy belépőkulcsot. Biztosan felülírásra kerüljön az aktuális belépőkulcs?</value>
|
<value>This item already contains a passkey. Are you sure you want to overwrite the current passkey?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DuoTwoStepLoginIsRequiredForYourAccount" xml:space="preserve">
|
<data name="DuoTwoStepLoginIsRequiredForYourAccount" xml:space="preserve">
|
||||||
<value>DUO kétlépéses bejelentkezés szükséges a fiókhoz. </value>
|
<value>DUO kétlépéses bejelentkezés szükséges a fiókhoz. </value>
|
||||||
@@ -2921,74 +2921,71 @@ Szeretnénk átváltani erre a fiókra?</value>
|
|||||||
<value>Duo indítása</value>
|
<value>Duo indítása</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerificationRequiredByX" xml:space="preserve">
|
<data name="VerificationRequiredByX" xml:space="preserve">
|
||||||
<value>Ellenőrzés szükséges: {0}</value>
|
<value>Verification required by {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerificationRequiredForThisActionSetUpAnUnlockMethodInBitwardenToContinue" xml:space="preserve">
|
<data name="VerificationRequiredForThisActionSetUpAnUnlockMethodInBitwardenToContinue" xml:space="preserve">
|
||||||
<value>Ehhez a művelethez ellenőrzés szükséges. A folytatáshoz állítsunk be egy feloldási módot a Bitwardenben.</value>
|
<value>Verification required for this action. Set up an unlock method in Bitwarden to continue.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
||||||
<value>Hiba történt a belépőkulcs létrehozásakor.</value>
|
<value>Error creating passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorReadingPasskey" xml:space="preserve">
|
<data name="ErrorReadingPasskey" xml:space="preserve">
|
||||||
<value>Hiba történt a belépőkulcs olvasásakor.</value>
|
<value>Error reading passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>Hiba történt {0} belépőkulcsának létrehozásakor. Próbáljuk újra később.</value>
|
<value>There was a problem creating a passkey for {0}. Try again later.</value>
|
||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemReadingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemReadingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>Hiba történt {0} belépőkulcsának olvasásakor. Próbáljuk újra később.</value>
|
<value>There was a problem reading your passkey for {0}. Try again later.</value>
|
||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
||||||
<value>Személyazonosság ellenőrzése...</value>
|
<value>Verifying identity...</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Passwords" xml:space="preserve">
|
<data name="Passwords" xml:space="preserve">
|
||||||
<value>Jelszavak</value>
|
<value>Passwords</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UnknownAccount" xml:space="preserve">
|
<data name="UnknownAccount" xml:space="preserve">
|
||||||
<value>Ismeretlen fiók</value>
|
<value>Unknown account</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutofill" xml:space="preserve">
|
<data name="SetUpAutofill" xml:space="preserve">
|
||||||
<value>Automatikus kitöltés beüzemelése</value>
|
<value>Set up auto-fill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>Azonnali hozzáférés a jelszavakhoz és belépőkulcsokhoz!</value>
|
<value>Get instant access to your passwords and passkeys!</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
||||||
<value>A jelszó automatikus kitöltésének és a belépőkulcs kezelésnek a beüzemeléséhez állítsuk be a Bitwardent preferált szolgáltatóként az iOS beállításokban.</value>
|
<value>To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
||||||
<value>1. Nyissuk meg az eszköz Beállítások > Jelszavak > Jelszó opciók menüpontot.</value>
|
<value>1. Go to your device's Settings > Passwords > Password Options</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
||||||
<value>4. Kapcsoljuk be az Automatikus kitöltést.</value>
|
<value>2. Turn on AutoFill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>3. A jelszavakhoz és a belépőkulcsokhoz válasszuk a "Bitwarden" lehetőséget.</value>
|
<value>3. Select "Bitwarden" to use for passwords and passkeys</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
||||||
<value>A belépőkulcs mentésre került a Bitwarden széfbe.</value>
|
<value>Your passkey will be saved to your Bitwarden vault</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>A belépőkulcs mentésre kerül a Bitwarden széfbe: {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Megjegyzés: A nem hozzá nem rendelt szervezeti elemek már nem láthatók az Összes széf nézetben és csak az Adminisztrátori konzolon keresztül érhetők el. Rendeljük ezeket az elemeket egy gyűjteményhez az Adminisztrátor konzolból, hogy láthatóvá tegyük azokat.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>2024. május 16-tól a nem hozzá rendelt szervezeti elemek többé nem lesznek láthatók az Összes széf nézetben és csak az Adminisztrátori konzolon keresztül érhetők el. Rendeljük ezeket az elemeket egy gyűjteményhez az Adminisztrátori konzolból, hogy láthatóvá tegyük azokat.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Emlékeztetés később</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Megjegyzés</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Ennél az alkalmazásnál a belépőkulcsok nem támogatottak.</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>A belépőkulcs művelet nem sikerült, mert a böngésző nem privilegizált.</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>A belépőkulcs művelet nem sikerült, mert a böngésző aláírás nem egyezik.</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>A belépőkulcs művelet nem sikerült, mert a készlet hivatkozások hiányoznak.</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>A belépőkulcs művelet nem sikerült, mert az alkalmazás nem található a készlet hivatkozásokban.</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>A belépőkulcs művelet nem sikerült, mert az alkalmazás nem lett ellenőrizve.</value>
|
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -2128,7 +2128,7 @@ Proses pindai akan terjadi secara otomatis.</value>
|
|||||||
<value>Otentikasi WebAuthn</value>
|
<value>Otentikasi WebAuthn</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Fido2ReturnToApp" xml:space="preserve">
|
<data name="Fido2ReturnToApp" xml:space="preserve">
|
||||||
<value>Kembali ke Aplikasi</value>
|
<value>Kembali ke Aplikasi </value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Fido2CheckBrowser" xml:space="preserve">
|
<data name="Fido2CheckBrowser" xml:space="preserve">
|
||||||
<value>Pastikan peramban utama Anda mendukung WebAuthn, kemudian coba lagi.</value>
|
<value>Pastikan peramban utama Anda mendukung WebAuthn, kemudian coba lagi.</value>
|
||||||
@@ -2330,16 +2330,16 @@ pilih Tambahkan TOTP untuk menyimpan kunci dengan aman</value>
|
|||||||
<value>Login attempt by {0} on {1}</value>
|
<value>Login attempt by {0} on {1}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DeviceType" xml:space="preserve">
|
<data name="DeviceType" xml:space="preserve">
|
||||||
<value>Jenis perangkat</value>
|
<value>Device type</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="IpAddress" xml:space="preserve">
|
<data name="IpAddress" xml:space="preserve">
|
||||||
<value>Alamat IP</value>
|
<value>IP address</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Time" xml:space="preserve">
|
<data name="Time" xml:space="preserve">
|
||||||
<value>Waktu</value>
|
<value>Time</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Near" xml:space="preserve">
|
<data name="Near" xml:space="preserve">
|
||||||
<value>Dekat</value>
|
<value>Near</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConfirmLogIn" xml:space="preserve">
|
<data name="ConfirmLogIn" xml:space="preserve">
|
||||||
<value>Confirm login</value>
|
<value>Confirm login</value>
|
||||||
@@ -2348,10 +2348,10 @@ pilih Tambahkan TOTP untuk menyimpan kunci dengan aman</value>
|
|||||||
<value>Deny login</value>
|
<value>Deny login</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="JustNow" xml:space="preserve">
|
<data name="JustNow" xml:space="preserve">
|
||||||
<value>Baru saja</value>
|
<value>Just now</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="XMinutesAgo" xml:space="preserve">
|
<data name="XMinutesAgo" xml:space="preserve">
|
||||||
<value>{0} menit yang lalu</value>
|
<value>{0} minutes ago</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LogInAccepted" xml:space="preserve">
|
<data name="LogInAccepted" xml:space="preserve">
|
||||||
<value>Login confirmed</value>
|
<value>Login confirmed</value>
|
||||||
@@ -2399,19 +2399,19 @@ pilih Tambahkan TOTP untuk menyimpan kunci dengan aman</value>
|
|||||||
<value>Forwarded email alias</value>
|
<value>Forwarded email alias</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="RandomWord" xml:space="preserve">
|
<data name="RandomWord" xml:space="preserve">
|
||||||
<value>Kata acak</value>
|
<value>Random word</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="EmailRequiredParenthesis" xml:space="preserve">
|
<data name="EmailRequiredParenthesis" xml:space="preserve">
|
||||||
<value>Email (wajib)</value>
|
<value>Email (required)</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DomainNameRequiredParenthesis" xml:space="preserve">
|
<data name="DomainNameRequiredParenthesis" xml:space="preserve">
|
||||||
<value>Domain name (required)</value>
|
<value>Domain name (required)</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="APIKeyRequiredParenthesis" xml:space="preserve">
|
<data name="APIKeyRequiredParenthesis" xml:space="preserve">
|
||||||
<value>Key API (wajib)</value>
|
<value>API key (required)</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Service" xml:space="preserve">
|
<data name="Service" xml:space="preserve">
|
||||||
<value>Layanan</value>
|
<value>Service</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AddyIo" xml:space="preserve">
|
<data name="AddyIo" xml:space="preserve">
|
||||||
<value>addy.io</value>
|
<value>addy.io</value>
|
||||||
@@ -2450,7 +2450,7 @@ pilih Tambahkan TOTP untuk menyimpan kunci dengan aman</value>
|
|||||||
<value>Email Type</value>
|
<value>Email Type</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="WebsiteRequired" xml:space="preserve">
|
<data name="WebsiteRequired" xml:space="preserve">
|
||||||
<value>Situs web (wajib)</value>
|
<value>Website (required)</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UnknownXErrorMessage" xml:space="preserve">
|
<data name="UnknownXErrorMessage" xml:space="preserve">
|
||||||
<value>Unknown {0} error occurred.</value>
|
<value>Unknown {0} error occurred.</value>
|
||||||
@@ -2545,13 +2545,13 @@ Do you want to switch to this account?</value>
|
|||||||
<value>No pending requests</value>
|
<value>No pending requests</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="EnableCamerPermissionToUseTheScanner" xml:space="preserve">
|
<data name="EnableCamerPermissionToUseTheScanner" xml:space="preserve">
|
||||||
<value>Aktifkan izin kamera untuk menggunakan pemindai</value>
|
<value>Enable camera permission to use the scanner</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Language" xml:space="preserve">
|
<data name="Language" xml:space="preserve">
|
||||||
<value>Bahasa</value>
|
<value>Language</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LanguageChangeXDescription" xml:space="preserve">
|
<data name="LanguageChangeXDescription" xml:space="preserve">
|
||||||
<value>Bahasa telah diubah ke {0}. Silakan mulai ulang aplikasi untuk melihat perubahan</value>
|
<value>The language has been changed to {0}. Please restart the app to see the change</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LanguageChangeRequiresAppRestart" xml:space="preserve">
|
<data name="LanguageChangeRequiresAppRestart" xml:space="preserve">
|
||||||
<value>Language change requires app restart</value>
|
<value>Language change requires app restart</value>
|
||||||
@@ -2563,25 +2563,25 @@ Do you want to switch to this account?</value>
|
|||||||
<value>Important</value>
|
<value>Important</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourMasterPasswordCannotBeRecoveredIfYouForgetItXCharactersMinimum" xml:space="preserve">
|
<data name="YourMasterPasswordCannotBeRecoveredIfYouForgetItXCharactersMinimum" xml:space="preserve">
|
||||||
<value>Sandi utama Anda tidak akan bisa dipulihkan jika Anda lupa! Setidaknya {0} karakter.</value>
|
<value>Your master password cannot be recovered if you forget it! {0} characters minimum.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="WeakMasterPassword" xml:space="preserve">
|
<data name="WeakMasterPassword" xml:space="preserve">
|
||||||
<value>Sandi Utama Lemah</value>
|
<value>Weak Master Password</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="WeakPasswordIdentifiedUseAStrongPasswordToProtectYourAccount" xml:space="preserve">
|
<data name="WeakPasswordIdentifiedUseAStrongPasswordToProtectYourAccount" xml:space="preserve">
|
||||||
<value>Sandi lemah ditemukan. Gunakan sandi yang kuat untuk melindungi akun Anda. Apakah Anda yakin ingin menggunakan sandi yang lemah?</value>
|
<value>Weak password identified. Use a strong password to protect your account. Are you sure you want to use a weak password?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Weak" xml:space="preserve">
|
<data name="Weak" xml:space="preserve">
|
||||||
<value>Lemah</value>
|
<value>Weak</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Good" xml:space="preserve">
|
<data name="Good" xml:space="preserve">
|
||||||
<value>Baik</value>
|
<value>Good</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Strong" xml:space="preserve">
|
<data name="Strong" xml:space="preserve">
|
||||||
<value>Kuat</value>
|
<value>Strong</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CheckKnownDataBreachesForThisPassword" xml:space="preserve">
|
<data name="CheckKnownDataBreachesForThisPassword" xml:space="preserve">
|
||||||
<value>Periksa pelanggaran data yang diketahui untuk kata sandi ini</value>
|
<value>Check known data breaches for this password</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ExposedMasterPassword" xml:space="preserve">
|
<data name="ExposedMasterPassword" xml:space="preserve">
|
||||||
<value>Exposed Master Password</value>
|
<value>Exposed Master Password</value>
|
||||||
@@ -2611,7 +2611,7 @@ Do you want to switch to this account?</value>
|
|||||||
<value>There are no items that match the search</value>
|
<value>There are no items that match the search</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="US" xml:space="preserve">
|
<data name="US" xml:space="preserve">
|
||||||
<value>AS</value>
|
<value>US</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="EU" xml:space="preserve">
|
<data name="EU" xml:space="preserve">
|
||||||
<value>EU</value>
|
<value>EU</value>
|
||||||
@@ -2653,16 +2653,16 @@ Do you want to switch to this account?</value>
|
|||||||
<value>Passkey</value>
|
<value>Passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Passkeys" xml:space="preserve">
|
<data name="Passkeys" xml:space="preserve">
|
||||||
<value>Passkey</value>
|
<value>Passkeys</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Application" xml:space="preserve">
|
<data name="Application" xml:space="preserve">
|
||||||
<value>Aplikasi</value>
|
<value>Application</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YouCannotEditPasskeyApplicationBecauseItWouldInvalidateThePasskey" xml:space="preserve">
|
<data name="YouCannotEditPasskeyApplicationBecauseItWouldInvalidateThePasskey" xml:space="preserve">
|
||||||
<value>You cannot edit passkey application because it would invalidate the passkey</value>
|
<value>You cannot edit passkey application because it would invalidate the passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyWillNotBeCopied" xml:space="preserve">
|
<data name="PasskeyWillNotBeCopied" xml:space="preserve">
|
||||||
<value>Passkey tidak akan disalin</value>
|
<value>Passkey will not be copied</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThePasskeyWillNotBeCopiedToTheClonedItemDoYouWantToContinueCloningThisItem" xml:space="preserve">
|
<data name="ThePasskeyWillNotBeCopiedToTheClonedItemDoYouWantToContinueCloningThisItem" xml:space="preserve">
|
||||||
<value>The passkey will not be copied to the cloned item. Do you want to continue cloning this item?</value>
|
<value>The passkey will not be copied to the cloned item. Do you want to continue cloning this item?</value>
|
||||||
@@ -2759,25 +2759,25 @@ Do you want to switch to this account?</value>
|
|||||||
<value>Logging in on</value>
|
<value>Logging in on</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Vault" xml:space="preserve">
|
<data name="Vault" xml:space="preserve">
|
||||||
<value>Brankas</value>
|
<value>Vault</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Appearance" xml:space="preserve">
|
<data name="Appearance" xml:space="preserve">
|
||||||
<value>Tampilan</value>
|
<value>Appearance</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AccountSecurity" xml:space="preserve">
|
<data name="AccountSecurity" xml:space="preserve">
|
||||||
<value>Keamanan akun</value>
|
<value>Account security</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenHelpCenter" xml:space="preserve">
|
<data name="BitwardenHelpCenter" xml:space="preserve">
|
||||||
<value>Pusat Bantuan Bitwarden</value>
|
<value>Bitwarden Help Center</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContactBitwardenSupport" xml:space="preserve">
|
<data name="ContactBitwardenSupport" xml:space="preserve">
|
||||||
<value>Hubungi dukungan Bitwarden</value>
|
<value>Contact Bitwarden support</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CopyAppInformation" xml:space="preserve">
|
<data name="CopyAppInformation" xml:space="preserve">
|
||||||
<value>Salin informasi aplikasi</value>
|
<value>Copy app information</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SyncNow" xml:space="preserve">
|
<data name="SyncNow" xml:space="preserve">
|
||||||
<value>Sinkronkan sekarang</value>
|
<value>Sync now</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UnlockOptions" xml:space="preserve">
|
<data name="UnlockOptions" xml:space="preserve">
|
||||||
<value>Unlock options</value>
|
<value>Unlock options</value>
|
||||||
@@ -2793,25 +2793,25 @@ Do you want to switch to this account?</value>
|
|||||||
<comment>A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing.</comment>
|
<comment>A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="OneHourAndOneMinute" xml:space="preserve">
|
<data name="OneHourAndOneMinute" xml:space="preserve">
|
||||||
<value>Satu jam satu menit</value>
|
<value>One hour and one minute</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="OneHourAndXMinute" xml:space="preserve">
|
<data name="OneHourAndXMinute" xml:space="preserve">
|
||||||
<value>1 jam {0} menit</value>
|
<value>One hour and {0} minutes</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="XHoursAndOneMinute" xml:space="preserve">
|
<data name="XHoursAndOneMinute" xml:space="preserve">
|
||||||
<value>{0} jam 1 menit</value>
|
<value>{0} hours and one minute</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="XHoursAndYMinutes" xml:space="preserve">
|
<data name="XHoursAndYMinutes" xml:space="preserve">
|
||||||
<value>{0} jam {1} menit</value>
|
<value>{0} hours and {1} minutes</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="XHours" xml:space="preserve">
|
<data name="XHours" xml:space="preserve">
|
||||||
<value>{0} jam</value>
|
<value>{0} hours</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
||||||
<value>Use Bitwarden to save new passkeys and log in with passkeys stored in your vault.</value>
|
<value>Use Bitwarden to save new passkeys and log in with passkeys stored in your vault.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
||||||
<value>Android Autofill Framework digunakan untuk membantu Anda mengisi informasi login ke aplikasi lain di perangkat Anda.</value>
|
<value>The Android Autofill Framework is used to assist in filling login information into other apps on your device.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UseInlineAutofillExplanationLong" xml:space="preserve">
|
<data name="UseInlineAutofillExplanationLong" xml:space="preserve">
|
||||||
<value>Use inline autofill if your selected keyboard supports it. Otherwise, use the default overlay.</value>
|
<value>Use inline autofill if your selected keyboard supports it. Otherwise, use the default overlay.</value>
|
||||||
@@ -2974,22 +2974,19 @@ Do you want to switch to this account?</value>
|
|||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Unassigned organization items are no longer visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>On May 16, 2024, unassigned organization items will no longer be visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Remind me later</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Notice</value>
|
||||||
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Passkeys not supported for this app</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser is not privileged</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser signature does not match</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because of missing asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app not found in asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app could not be verified</value>
|
|
||||||
</data>
|
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -422,7 +422,7 @@
|
|||||||
<value>Servizio di riempimento automatico</value>
|
<value>Servizio di riempimento automatico</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
||||||
<value>Imposta Bitwarden come il tuo fornitore delle passkey nelle impostazioni del dispositivo.</value>
|
<value>Set Bitwarden as your passkey provider in device settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
||||||
<value>Evita caratteri ambigui</value>
|
<value>Evita caratteri ambigui</value>
|
||||||
@@ -1194,7 +1194,7 @@
|
|||||||
<value>Windows Hello</value>
|
<value>Windows Hello</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenCredentialProviderGoToSettings" xml:space="preserve">
|
<data name="BitwardenCredentialProviderGoToSettings" xml:space="preserve">
|
||||||
<value>Non siamo riusciti ad aprire automaticamente il menu delle impostazioni del fornitore di credenziali di Android per te. Puoi raggiungere il menu delle impostazioni del fornitore di credenziali manualmente da Impostazioni Android > Sistema > Password e account > Password, passkey, e servizi dati.</value>
|
<value>We were unable to automatically open the Android credential provider settings menu for you. You can navigate to the credential provider settings menu manually from Android Settings > System > Passwords & accounts > Passwords, passkeys and data services.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
|
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
|
||||||
<value>Non siamo riusciti ad aprire le impostazioni del riempimento automatico di Android per te. Puoi navigare manualmente nelle impostazioni di riempimento automatico dalle Impostazioni di Android > Cerca Impostazioni > Cerca "Password e autofill"</value>
|
<value>Non siamo riusciti ad aprire le impostazioni del riempimento automatico di Android per te. Puoi navigare manualmente nelle impostazioni di riempimento automatico dalle Impostazioni di Android > Cerca Impostazioni > Cerca "Password e autofill"</value>
|
||||||
@@ -1822,7 +1822,7 @@
|
|||||||
<value>Bitwarden richiede la tua attenzione - Abilita "Mostra sopra altre app" in "Servizi di riempimento automatico" dalle impostazioni di Bitwarden</value>
|
<value>Bitwarden richiede la tua attenzione - Abilita "Mostra sopra altre app" in "Servizi di riempimento automatico" dalle impostazioni di Bitwarden</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagement" xml:space="preserve">
|
<data name="PasskeyManagement" xml:space="preserve">
|
||||||
<value>Gestione delle passkey</value>
|
<value>Passkey management</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServices" xml:space="preserve">
|
<data name="AutofillServices" xml:space="preserve">
|
||||||
<value>Servizi di riempimento automatico</value>
|
<value>Servizi di riempimento automatico</value>
|
||||||
@@ -2808,7 +2808,7 @@ Vuoi passare a questo account?</value>
|
|||||||
<value>{0} ore</value>
|
<value>{0} ore</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
||||||
<value>Usa Bitwarden per salvare nuove passkey ed accedere con le passkey memorizzate nella tua cassaforte.</value>
|
<value>Use Bitwarden to save new passkeys and log in with passkeys stored in your vault.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
||||||
<value>La struttura di riempimento automatico di Android è usata per aiutare a inserire le tue credenziali su altre app nel tuo dispositivo.</value>
|
<value>La struttura di riempimento automatico di Android è usata per aiutare a inserire le tue credenziali su altre app nel tuo dispositivo.</value>
|
||||||
@@ -2839,7 +2839,7 @@ Vuoi passare a questo account?</value>
|
|||||||
<value>Continuare sull'App Store?</value>
|
<value>Continuare sull'App Store?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
||||||
<value>Continuare alle Impostazioni del dispositivo?</value>
|
<value>Continue to device Settings?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
||||||
<value>Rendi il tuo account più sicuro impostando la verifica in due passaggi sul sito web di Bitwarden.</value>
|
<value>Rendi il tuo account più sicuro impostando la verifica in due passaggi sul sito web di Bitwarden.</value>
|
||||||
@@ -2892,104 +2892,101 @@ Vuoi passare a questo account?</value>
|
|||||||
<value>Imposta un metodo di sblocco per modificare l'azione timeout cassaforte.</value>
|
<value>Imposta un metodo di sblocco per modificare l'azione timeout cassaforte.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ChooseALoginToSaveThisPasskeyTo" xml:space="preserve">
|
<data name="ChooseALoginToSaveThisPasskeyTo" xml:space="preserve">
|
||||||
<value>Scegli un elemento in cui salvare questa passkey</value>
|
<value>Choose a login to save this passkey to</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
||||||
<value>Salva la passkey come nuovo elemento</value>
|
<value>Save passkey as new login</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskey" xml:space="preserve">
|
<data name="SavePasskey" xml:space="preserve">
|
||||||
<value>Salva passkey</value>
|
<value>Save passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysForX" xml:space="preserve">
|
<data name="PasskeysForX" xml:space="preserve">
|
||||||
<value>Passkey per {0}</value>
|
<value>Passkeys for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasswordsForX" xml:space="preserve">
|
<data name="PasswordsForX" xml:space="preserve">
|
||||||
<value>Password per {0}</value>
|
<value>Passwords for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="OverwritePasskey" xml:space="preserve">
|
<data name="OverwritePasskey" xml:space="preserve">
|
||||||
<value>Sovrascrivi passkey?</value>
|
<value>Overwrite passkey?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
||||||
<value>Questo elemento contiene già una passkey. Sei sicuro di voler sovrascrivere la passkey corrente?</value>
|
<value>This item already contains a passkey. Are you sure you want to overwrite the current passkey?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DuoTwoStepLoginIsRequiredForYourAccount" xml:space="preserve">
|
<data name="DuoTwoStepLoginIsRequiredForYourAccount" xml:space="preserve">
|
||||||
<value>Per il tuo account è richiesta la verifica in due passaggi DUO. </value>
|
<value>Per il tuo account è richiesta la verifica in due passaggi di Duo.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FollowTheStepsFromDuoToFinishLoggingIn" xml:space="preserve">
|
<data name="FollowTheStepsFromDuoToFinishLoggingIn" xml:space="preserve">
|
||||||
<value>Segui i passaggi da DUO per finire di accedere.</value>
|
<value>Segui i passaggi da Duo per completare l'accesso.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LaunchDuo" xml:space="preserve">
|
<data name="LaunchDuo" xml:space="preserve">
|
||||||
<value>Avvia DUO</value>
|
<value>Avvia Duo</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerificationRequiredByX" xml:space="preserve">
|
<data name="VerificationRequiredByX" xml:space="preserve">
|
||||||
<value>Verifica richiesta da {0}</value>
|
<value>Verification required by {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerificationRequiredForThisActionSetUpAnUnlockMethodInBitwardenToContinue" xml:space="preserve">
|
<data name="VerificationRequiredForThisActionSetUpAnUnlockMethodInBitwardenToContinue" xml:space="preserve">
|
||||||
<value>Verifica richiesta per questa azione. Imposta un metodo di sblocco in Bitwarden per continuare.</value>
|
<value>Verification required for this action. Set up an unlock method in Bitwarden to continue.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
||||||
<value>Errore durante la creazione della passkey</value>
|
<value>Error creating passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorReadingPasskey" xml:space="preserve">
|
<data name="ErrorReadingPasskey" xml:space="preserve">
|
||||||
<value>Errore durante la lettura della passkey</value>
|
<value>Error reading passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>Si è verificato un problema durante la creazione della passkey per {0}. Riprova più tardi.</value>
|
<value>There was a problem creating a passkey for {0}. Try again later.</value>
|
||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemReadingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemReadingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>Si è verificato un problema durante la lettura della tua passkey per {0}. Riprova più tardi.</value>
|
<value>There was a problem reading your passkey for {0}. Try again later.</value>
|
||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
||||||
<value>Verifica identità...</value>
|
<value>Verifying identity...</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Passwords" xml:space="preserve">
|
<data name="Passwords" xml:space="preserve">
|
||||||
<value>Password</value>
|
<value>Passwords</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UnknownAccount" xml:space="preserve">
|
<data name="UnknownAccount" xml:space="preserve">
|
||||||
<value>Account sconosciuto</value>
|
<value>Unknown account</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutofill" xml:space="preserve">
|
<data name="SetUpAutofill" xml:space="preserve">
|
||||||
<value>Imposta riempimento automatico</value>
|
<value>Set up auto-fill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>Ottieni accesso immediato alle tue password e passkey!</value>
|
<value>Get instant access to your passwords and passkeys!</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
||||||
<value>Per impostare il riempimento automatico delle password e la gestione delle passkey, imposta Bitwarden come fornitore preferito nelle Impostazioni di iOS.</value>
|
<value>To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
||||||
<value>1. Vai alle Impostazioni del tuo dispositivo > Password > Opzioni delle Password</value>
|
<value>1. Go to your device's Settings > Passwords > Password Options</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
||||||
<value>2. Attiva il riempimento automatico</value>
|
<value>2. Turn on AutoFill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>3. Seleziona "Bitwarden" da usare per le password e le passkey</value>
|
<value>3. Select "Bitwarden" to use for passwords and passkeys</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
||||||
<value>La tua passkey sarà salvata nella tua cassaforte di Bitwarden</value>
|
<value>Your passkey will be saved to your Bitwarden vault</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>La tua passkey sarà salvata nella tua cassaforte di Bitwarden per {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Gli elementi dell'organizzazione non assegnati non sono più visibili nella visualizzazione Tutte le Cassaforti su tutti i dispositivi e sono ora accessibili solo tramite la Console di amministrazione. Assegna questi elementi ad una raccolta dalla Console di amministrazione per renderli visibili.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>Dal 16 maggio 2024, gli elementi dell'organizzazione non assegnati non saranno più visibili nella visualizzazione Tutte le Cassaforti su tutti i dispositivi e saranno accessibili solo tramite la Console di amministrazione. Assegna questi elementi ad una raccolta dalla Console di amministrazione per renderli visibili.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Ricordamelo più tardi</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Avviso</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Passkey non supportate per questa app</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>L'operazione della passkey non è riuscita perché il browser non dispone dei privilegi necessari</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>L'operazione della passkey non è riuscita perché la firma del browser non corrisponde</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>L'operazione della passkey non è riuscita a causa di collegamenti alle risorse mancanti</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>L'operazione della passkey non è riuscita perché l'app non è stata trovata nei collegamenti alle risorse</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>L'operazione della passkey non è riuscita perché non è stato possibile verificare l'app</value>
|
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -422,7 +422,7 @@
|
|||||||
<value>自動入力サービス</value>
|
<value>自動入力サービス</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
||||||
<value>デバイス設定で Bitwarden をパスキープロバイダとして設定してください。</value>
|
<value>Set Bitwarden as your passkey provider in device settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
||||||
<value>あいまいな文字を避ける</value>
|
<value>あいまいな文字を避ける</value>
|
||||||
@@ -1195,7 +1195,7 @@
|
|||||||
<value>Windows Hello</value>
|
<value>Windows Hello</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenCredentialProviderGoToSettings" xml:space="preserve">
|
<data name="BitwardenCredentialProviderGoToSettings" xml:space="preserve">
|
||||||
<value>Android 資格情報プロバイダ設定メニューを自動的に開くことができませんでした。 認証情報プロバイダ設定メニューは、Android の設定 > システム > パスワードとアカウント > パスワード、 パスキーとデータサービスで開けます。</value>
|
<value>We were unable to automatically open the Android credential provider settings menu for you. You can navigate to the credential provider settings menu manually from Android Settings > System > Passwords & accounts > Passwords, passkeys and data services.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
|
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
|
||||||
<value>Android の自動入力設定を自動的に開けませんでした。Android の設定 > システム > 言語と入力 > 詳細設定 > 自動入力サービスで自動入力を設定できます。</value>
|
<value>Android の自動入力設定を自動的に開けませんでした。Android の設定 > システム > 言語と入力 > 詳細設定 > 自動入力サービスで自動入力を設定できます。</value>
|
||||||
@@ -1822,7 +1822,7 @@
|
|||||||
<value>Bitwarden の設定が必要です - Bitwarden の設定にある「自動入力サービス」の「重ねて表示」を有効化してください。</value>
|
<value>Bitwarden の設定が必要です - Bitwarden の設定にある「自動入力サービス」の「重ねて表示」を有効化してください。</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagement" xml:space="preserve">
|
<data name="PasskeyManagement" xml:space="preserve">
|
||||||
<value>パスキー管理</value>
|
<value>Passkey management</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServices" xml:space="preserve">
|
<data name="AutofillServices" xml:space="preserve">
|
||||||
<value>自動入力サービス</value>
|
<value>自動入力サービス</value>
|
||||||
@@ -2808,7 +2808,7 @@
|
|||||||
<value>{0}時間</value>
|
<value>{0}時間</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
||||||
<value>Bitwarden を使って新しいパスキーを保存し、保管庫に保存されているパスキーでログインします。</value>
|
<value>Use Bitwarden to save new passkeys and log in with passkeys stored in your vault.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
||||||
<value>Android Autofill Frameworkは、お使いのデバイス上の他のアプリケーションにログイン情報を入力する際に使用されます。</value>
|
<value>Android Autofill Frameworkは、お使いのデバイス上の他のアプリケーションにログイン情報を入力する際に使用されます。</value>
|
||||||
@@ -2839,7 +2839,7 @@
|
|||||||
<value>アプリストアに進みますか?</value>
|
<value>アプリストアに進みますか?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
||||||
<value>デバイス設定に進みますか?</value>
|
<value>Continue to device Settings?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
||||||
<value>Bitwarden ウェブアプリで2段階認証を設定すると、アカウントがより安全になります。</value>
|
<value>Bitwarden ウェブアプリで2段階認証を設定すると、アカウントがより安全になります。</value>
|
||||||
@@ -2892,25 +2892,25 @@
|
|||||||
<value>保管庫のタイムアウト動作を変更するには、ロック解除方法を設定してください。</value>
|
<value>保管庫のタイムアウト動作を変更するには、ロック解除方法を設定してください。</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ChooseALoginToSaveThisPasskeyTo" xml:space="preserve">
|
<data name="ChooseALoginToSaveThisPasskeyTo" xml:space="preserve">
|
||||||
<value>このパスキーを保存するログイン情報を選択してください</value>
|
<value>Choose a login to save this passkey to</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
||||||
<value>パスキーを新しいログイン情報として保存</value>
|
<value>Save passkey as new login</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskey" xml:space="preserve">
|
<data name="SavePasskey" xml:space="preserve">
|
||||||
<value>パスキーを保存</value>
|
<value>Save passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysForX" xml:space="preserve">
|
<data name="PasskeysForX" xml:space="preserve">
|
||||||
<value>{0} のパスキー</value>
|
<value>Passkeys for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasswordsForX" xml:space="preserve">
|
<data name="PasswordsForX" xml:space="preserve">
|
||||||
<value>{0} のパスワード</value>
|
<value>Passwords for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="OverwritePasskey" xml:space="preserve">
|
<data name="OverwritePasskey" xml:space="preserve">
|
||||||
<value>パスキーを上書きしますか?</value>
|
<value>Overwrite passkey?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
||||||
<value>このアイテムにはすでにパスキーが含まれています。現在のパスキーを上書きしてもよろしいですか?</value>
|
<value>This item already contains a passkey. Are you sure you want to overwrite the current passkey?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DuoTwoStepLoginIsRequiredForYourAccount" xml:space="preserve">
|
<data name="DuoTwoStepLoginIsRequiredForYourAccount" xml:space="preserve">
|
||||||
<value>アカウントには Duo 二段階認証が必要です。</value>
|
<value>アカウントには Duo 二段階認証が必要です。</value>
|
||||||
@@ -2922,74 +2922,71 @@
|
|||||||
<value>Duo を起動</value>
|
<value>Duo を起動</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerificationRequiredByX" xml:space="preserve">
|
<data name="VerificationRequiredByX" xml:space="preserve">
|
||||||
<value>{0} が必要とする認証</value>
|
<value>Verification required by {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerificationRequiredForThisActionSetUpAnUnlockMethodInBitwardenToContinue" xml:space="preserve">
|
<data name="VerificationRequiredForThisActionSetUpAnUnlockMethodInBitwardenToContinue" xml:space="preserve">
|
||||||
<value>この操作には検証が必要です。続行するには Bitwarden でロック解除方法を設定してください。</value>
|
<value>Verification required for this action. Set up an unlock method in Bitwarden to continue.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
||||||
<value>パスキーの作成に失敗しました</value>
|
<value>Error creating passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorReadingPasskey" xml:space="preserve">
|
<data name="ErrorReadingPasskey" xml:space="preserve">
|
||||||
<value>パスキーの読み取りに失敗しました</value>
|
<value>Error reading passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>{0} のパスキーを作成する際に問題が発生しました。後でもう一度お試しください。</value>
|
<value>There was a problem creating a passkey for {0}. Try again later.</value>
|
||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemReadingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemReadingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>{0} のパスキーを読み込む際に問題が発生しました。後でもう一度お試しください。</value>
|
<value>There was a problem reading your passkey for {0}. Try again later.</value>
|
||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
||||||
<value>認証中...</value>
|
<value>Verifying identity...</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Passwords" xml:space="preserve">
|
<data name="Passwords" xml:space="preserve">
|
||||||
<value>パスワード</value>
|
<value>Passwords</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UnknownAccount" xml:space="preserve">
|
<data name="UnknownAccount" xml:space="preserve">
|
||||||
<value>不明なアカウント</value>
|
<value>Unknown account</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutofill" xml:space="preserve">
|
<data name="SetUpAutofill" xml:space="preserve">
|
||||||
<value>自動入力の設定</value>
|
<value>Set up auto-fill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>パスワードとパスキーにすぐにアクセスできます!</value>
|
<value>Get instant access to your passwords and passkeys!</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
||||||
<value>パスワードの自動入力とパスキー管理を設定するには、iOS の設定で Bitwarden を優先プロバイダとして設定してください。</value>
|
<value>To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
||||||
<value>1. デバイスの設定 > パスワード > パスワード オプションを開く</value>
|
<value>1. Go to your device's Settings > Passwords > Password Options</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
||||||
<value>2. 自動入力を有効化</value>
|
<value>2. Turn on AutoFill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>3. 「Bitwarden」を選択してパスワードとパスキーに使用する</value>
|
<value>3. Select "Bitwarden" to use for passwords and passkeys</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
||||||
<value>あなたのパスキーは Bitwarden 保管庫に保存されます</value>
|
<value>Your passkey will be saved to your Bitwarden vault</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>あなたのパスキーは {0} の Bitwarden 保管庫に保存されます。</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>割り当てられていない組織アイテムはすべての保管庫ビューに表示されなくなり、管理コンソールからのみアクセス可能になります。 管理コンソールからコレクションにこれらのアイテムを割り当てると、表示できるようになります。</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>2024年5月16日に、 割り当てられていない組織アイテムはすべての保管庫ビューに表示されなくなり、管理コンソールからのみアクセス可能になります。 管理コンソールからコレクションにこれらのアイテムを割り当てると、表示できるようになります。</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>後で再通知</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>お知らせ</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>このアプリではパスキーに対応していません</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>ブラウザに特権がないため、パスキーの操作に失敗しました</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>ブラウザの署名が一致しないため、パスキーの操作に失敗しました</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>アセットリンクが不足しているため、パスキーの操作に失敗しました</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>アセットリンクにアプリが見つからないため、パスキーの操作に失敗しました</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>アプリを確認できなかったため、パスキーの操作に失敗しました</value>
|
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -2769,7 +2769,7 @@ Do you want to switch to this account?</value>
|
|||||||
<value>Account security</value>
|
<value>Account security</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenHelpCenter" xml:space="preserve">
|
<data name="BitwardenHelpCenter" xml:space="preserve">
|
||||||
<value>Bitwarden help center</value>
|
<value>Bitwarden Help Center</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContactBitwardenSupport" xml:space="preserve">
|
<data name="ContactBitwardenSupport" xml:space="preserve">
|
||||||
<value>Contact Bitwarden support</value>
|
<value>Contact Bitwarden support</value>
|
||||||
@@ -2975,22 +2975,19 @@ Do you want to switch to this account?</value>
|
|||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Unassigned organization items are no longer visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>On May 16, 2024, unassigned organization items will no longer be visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Remind me later</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Notice</value>
|
||||||
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Passkeys not supported for this app</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser is not privileged</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser signature does not match</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because of missing asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app not found in asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app could not be verified</value>
|
|
||||||
</data>
|
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -2769,7 +2769,7 @@ Do you want to switch to this account?</value>
|
|||||||
<value>Account security</value>
|
<value>Account security</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenHelpCenter" xml:space="preserve">
|
<data name="BitwardenHelpCenter" xml:space="preserve">
|
||||||
<value>Bitwarden help center</value>
|
<value>Bitwarden Help Center</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContactBitwardenSupport" xml:space="preserve">
|
<data name="ContactBitwardenSupport" xml:space="preserve">
|
||||||
<value>Contact Bitwarden support</value>
|
<value>Contact Bitwarden support</value>
|
||||||
@@ -2975,22 +2975,19 @@ Do you want to switch to this account?</value>
|
|||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Unassigned organization items are no longer visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>On May 16, 2024, unassigned organization items will no longer be visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Remind me later</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Notice</value>
|
||||||
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Passkeys not supported for this app</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser is not privileged</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser signature does not match</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because of missing asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app not found in asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app could not be verified</value>
|
|
||||||
</data>
|
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -2768,7 +2768,7 @@
|
|||||||
<value>Account security</value>
|
<value>Account security</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenHelpCenter" xml:space="preserve">
|
<data name="BitwardenHelpCenter" xml:space="preserve">
|
||||||
<value>Bitwarden help center</value>
|
<value>Bitwarden Help Center</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContactBitwardenSupport" xml:space="preserve">
|
<data name="ContactBitwardenSupport" xml:space="preserve">
|
||||||
<value>Contact Bitwarden support</value>
|
<value>Contact Bitwarden support</value>
|
||||||
@@ -2974,22 +2974,19 @@
|
|||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Unassigned organization items are no longer visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>On May 16, 2024, unassigned organization items will no longer be visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Remind me later</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Notice</value>
|
||||||
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Passkeys not supported for this app</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser is not privileged</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser signature does not match</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because of missing asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app not found in asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app could not be verified</value>
|
|
||||||
</data>
|
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -2769,7 +2769,7 @@ Ar norite pereiti prie šios paskyros?</value>
|
|||||||
<value>Account security</value>
|
<value>Account security</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenHelpCenter" xml:space="preserve">
|
<data name="BitwardenHelpCenter" xml:space="preserve">
|
||||||
<value>Bitwarden help center</value>
|
<value>Bitwarden Help Center</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContactBitwardenSupport" xml:space="preserve">
|
<data name="ContactBitwardenSupport" xml:space="preserve">
|
||||||
<value>Contact Bitwarden support</value>
|
<value>Contact Bitwarden support</value>
|
||||||
@@ -2975,22 +2975,19 @@ Ar norite pereiti prie šios paskyros?</value>
|
|||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Unassigned organization items are no longer visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>On May 16, 2024, unassigned organization items will no longer be visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Remind me later</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Notice</value>
|
||||||
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Passkeys not supported for this app</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser is not privileged</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser signature does not match</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because of missing asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app not found in asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app could not be verified</value>
|
|
||||||
</data>
|
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -422,7 +422,7 @@
|
|||||||
<value>Automātiskās aizpildes pakalpojums</value>
|
<value>Automātiskās aizpildes pakalpojums</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
||||||
<value>Bitwarden kā piekļuves atslēgu nodrošinātājs ir norādāms ierīces iestatījumos.</value>
|
<value>Set Bitwarden as your passkey provider in device settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
||||||
<value>Izvairīties no viegli sajaucamām rakstzīmēm</value>
|
<value>Izvairīties no viegli sajaucamām rakstzīmēm</value>
|
||||||
@@ -657,7 +657,7 @@
|
|||||||
<value>Pārizveidot paroli</value>
|
<value>Pārizveidot paroli</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="RetypeMasterPassword" xml:space="preserve">
|
<data name="RetypeMasterPassword" xml:space="preserve">
|
||||||
<value>Atkārtoti ievadīt galveno paroli</value>
|
<value>Atkārtoti ievadīt galveno paroli </value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SearchVault" xml:space="preserve">
|
<data name="SearchVault" xml:space="preserve">
|
||||||
<value>Meklēt glabātavā</value>
|
<value>Meklēt glabātavā</value>
|
||||||
@@ -1195,7 +1195,7 @@ Nolasīšana notiks automātiski.</value>
|
|||||||
<value>Windows Hello</value>
|
<value>Windows Hello</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenCredentialProviderGoToSettings" xml:space="preserve">
|
<data name="BitwardenCredentialProviderGoToSettings" xml:space="preserve">
|
||||||
<value>Mēs nevarējām automātiski atvērt Android pilnvaru nodrošinātāja iestatījumu izvēlni. Pašrocīgi pie pilnvaru nodrošinātāja iestatījumu izvēlnes var nokļūt Android iestatījumi > Sistēma > Paroles un konti > Paroles, piekļuves atslēgas un datu pakalpojumi.</value>
|
<value>We were unable to automatically open the Android credential provider settings menu for you. You can navigate to the credential provider settings menu manually from Android Settings > System > Passwords & accounts > Passwords, passkeys and data services.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
|
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
|
||||||
<value>Mēs nevarējām atvērt Android automātiskās aizpildes iestatījumu izvēlni. Tai var piekļūt: Android iestatījumi > Sistēma > Valodas un ievade > Papildu > Automātiskā aizpilde.</value>
|
<value>Mēs nevarējām atvērt Android automātiskās aizpildes iestatījumu izvēlni. Tai var piekļūt: Android iestatījumi > Sistēma > Valodas un ievade > Papildu > Automātiskā aizpilde.</value>
|
||||||
@@ -1662,7 +1662,7 @@ Nolasīšana notiks automātiski.</value>
|
|||||||
<value>Jāapstiprina identitāte, lai turpinātu.</value>
|
<value>Jāapstiprina identitāte, lai turpinātu.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ExportVaultWarning" xml:space="preserve">
|
<data name="ExportVaultWarning" xml:space="preserve">
|
||||||
<value>Šī izguve satur glabātavas datus nešifrētā veidā. Izgūto datni nevajadzētu glabāt vai sūtīt nedrošos veidos (piemēram, e-pastā). Tā ir jāizdzēš uzreiz pēc izmantošanas.</value>
|
<value>Šī izguve satur glabātavas datus nešifrētā veidā. Izdoto datni nevajadzētu glabāt vai sūtīt nedrošos veidos (piemēram, e-pastā). Izdzēst to uzreiz pēc izmantošanas.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="EncExportKeyWarning" xml:space="preserve">
|
<data name="EncExportKeyWarning" xml:space="preserve">
|
||||||
<value>Šī izguve šifrē datus ar konta šifrēšanas atslēgu. Ja tā jebkad tiks mainīta, izvadi vajadzētu veikt vēlreiz, jo vairs nebūs iespējams atšifrēt šo datni.</value>
|
<value>Šī izguve šifrē datus ar konta šifrēšanas atslēgu. Ja tā jebkad tiks mainīta, izvadi vajadzētu veikt vēlreiz, jo vairs nebūs iespējams atšifrēt šo datni.</value>
|
||||||
@@ -1823,7 +1823,7 @@ Nolasīšana notiks automātiski.</value>
|
|||||||
<value>Bitwarden ir nepieciešams pievērst uzmanību - jāiespējo "Rādīt pāri" Bitwarden iestatījumu sadaļā "Automātiskā aizpilde".</value>
|
<value>Bitwarden ir nepieciešams pievērst uzmanību - jāiespējo "Rādīt pāri" Bitwarden iestatījumu sadaļā "Automātiskā aizpilde".</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagement" xml:space="preserve">
|
<data name="PasskeyManagement" xml:space="preserve">
|
||||||
<value>Piekļuves atslēgu pārvaldība</value>
|
<value>Passkey management</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServices" xml:space="preserve">
|
<data name="AutofillServices" xml:space="preserve">
|
||||||
<value>Automātiskā aizpilde</value>
|
<value>Automātiskā aizpilde</value>
|
||||||
@@ -2809,7 +2809,7 @@ Vai pārslēgties uz šo kontu?</value>
|
|||||||
<value>{0} stundas</value>
|
<value>{0} stundas</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
||||||
<value>Bitwarden ir izmantojams, lai saglabātu jaunas piekļuves atslēgas un pieteiktos ar tām, kas atrodas glabātavā.</value>
|
<value>Use Bitwarden to save new passkeys and log in with passkeys stored in your vault.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
||||||
<value>Android automātiskās aizpildes ietvars tiek izmantots, lai palīdzētu aizpildīt pieteikšanās informāciju citās ierīces lietotnēs.</value>
|
<value>Android automātiskās aizpildes ietvars tiek izmantots, lai palīdzētu aizpildīt pieteikšanās informāciju citās ierīces lietotnēs.</value>
|
||||||
@@ -2840,7 +2840,7 @@ Vai pārslēgties uz šo kontu?</value>
|
|||||||
<value>Pāriet uz lietotņu veikalu?</value>
|
<value>Pāriet uz lietotņu veikalu?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
||||||
<value>Pāriet uz ierīces iestatījumiem?</value>
|
<value>Continue to device Settings?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
||||||
<value>Savu kontu var padarīt drošāku ar divpakāpju pieteikšanās uzstādīšanu Bitwarden tīmekļa lietotnē.</value>
|
<value>Savu kontu var padarīt drošāku ar divpakāpju pieteikšanās uzstādīšanu Bitwarden tīmekļa lietotnē.</value>
|
||||||
@@ -2853,7 +2853,7 @@ Vai pārslēgties uz šo kontu?</value>
|
|||||||
<comment>The parameter is an URL, like vault.bitwarden.com.</comment>
|
<comment>The parameter is an URL, like vault.bitwarden.com.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="LearnMoreAboutHowToUseBitwardenOnTheHelpCenter" xml:space="preserve">
|
<data name="LearnMoreAboutHowToUseBitwardenOnTheHelpCenter" xml:space="preserve">
|
||||||
<value>Vairāk par to, kā izmantot Bitwarden, var uzzināt palīdzības centrā.</value>
|
<value>Par to, kā izmantot Bitwarden, vairāk var uzzināt palīdzības centrā.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
||||||
<value>Meklējamais nav atrodams? Ir iespēja sazināties ar Bitwarden atbalstu bitwarden.com.</value>
|
<value>Meklējamais nav atrodams? Ir iespēja sazināties ar Bitwarden atbalstu bitwarden.com.</value>
|
||||||
@@ -2865,7 +2865,7 @@ Vai pārslēgties uz šo kontu?</value>
|
|||||||
<value>Vairāk sava Bitwarden konta iespēju var izpētīt tīmekļa vietnē.</value>
|
<value>Vairāk sava Bitwarden konta iespēju var izpētīt tīmekļa vietnē.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LearnAboutOrganizationsDescriptionLong" xml:space="preserve">
|
<data name="LearnAboutOrganizationsDescriptionLong" xml:space="preserve">
|
||||||
<value>Bitwarden nodrošina iespēju kopīgot savas glabātavas vienumus ar citiem, kad tiek izmantota apvienība. Vairāk var uzzināt tīmekļvietnē bitwarden.com.</value>
|
<value>Bitwarden nodrošina iespēju kopīgot savas glabātavas vienumus ar citiem, kad tiek izmantota apvienība. Vairāk var uzzināt bitwarden.com tīmekļvietnē.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="RateAppDescriptionLong" xml:space="preserve">
|
<data name="RateAppDescriptionLong" xml:space="preserve">
|
||||||
<value>Var palīdzēt citiem noskaidrot, vai Bitwarden tiem der. To var izdarīt lietotņu veikalā, atstājot vērtējumu.</value>
|
<value>Var palīdzēt citiem noskaidrot, vai Bitwarden tiem der. To var izdarīt lietotņu veikalā, atstājot vērtējumu.</value>
|
||||||
@@ -2893,25 +2893,25 @@ Vai pārslēgties uz šo kontu?</value>
|
|||||||
<value>Jāuzstāda atslēgšanas iespēja, lai mainītu glabātavas noildzes darbību.</value>
|
<value>Jāuzstāda atslēgšanas iespēja, lai mainītu glabātavas noildzes darbību.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ChooseALoginToSaveThisPasskeyTo" xml:space="preserve">
|
<data name="ChooseALoginToSaveThisPasskeyTo" xml:space="preserve">
|
||||||
<value>Izvēlēties pieteikšanās vienumu, kurā saglabāt šo piekļuves atslēgu</value>
|
<value>Choose a login to save this passkey to</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
||||||
<value>Saglabāt piekļuves atslēgu kā jaunu pieteikšanās vienumu</value>
|
<value>Save passkey as new login</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskey" xml:space="preserve">
|
<data name="SavePasskey" xml:space="preserve">
|
||||||
<value>Saglabāt piekļuves atslēgu</value>
|
<value>Save passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysForX" xml:space="preserve">
|
<data name="PasskeysForX" xml:space="preserve">
|
||||||
<value>{0} piekļuves atslēgas</value>
|
<value>Passkeys for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasswordsForX" xml:space="preserve">
|
<data name="PasswordsForX" xml:space="preserve">
|
||||||
<value>{0} paroles</value>
|
<value>Passwords for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="OverwritePasskey" xml:space="preserve">
|
<data name="OverwritePasskey" xml:space="preserve">
|
||||||
<value>Pārrakstīt piekļuves atslēgu?</value>
|
<value>Overwrite passkey?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
||||||
<value>Šis vienums jau satur piekļuves atslēgu. Vai tiešām pārrakstīt pašreizējo piekļuves atslēgu?</value>
|
<value>This item already contains a passkey. Are you sure you want to overwrite the current passkey?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DuoTwoStepLoginIsRequiredForYourAccount" xml:space="preserve">
|
<data name="DuoTwoStepLoginIsRequiredForYourAccount" xml:space="preserve">
|
||||||
<value>Kontam ir nepieciešama Duo divpakāpju pieteikšanās. </value>
|
<value>Kontam ir nepieciešama Duo divpakāpju pieteikšanās. </value>
|
||||||
@@ -2923,74 +2923,71 @@ Vai pārslēgties uz šo kontu?</value>
|
|||||||
<value>Palaist Duo</value>
|
<value>Palaist Duo</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerificationRequiredByX" xml:space="preserve">
|
<data name="VerificationRequiredByX" xml:space="preserve">
|
||||||
<value>Nepieciešams apliecinājums no {0}</value>
|
<value>Verification required by {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerificationRequiredForThisActionSetUpAnUnlockMethodInBitwardenToContinue" xml:space="preserve">
|
<data name="VerificationRequiredForThisActionSetUpAnUnlockMethodInBitwardenToContinue" xml:space="preserve">
|
||||||
<value>Šai darbībai ir nepieciešams apliecinājums. Bitwarden ir jāiestata atslēgšanas veids, lai turpinātu.</value>
|
<value>Verification required for this action. Set up an unlock method in Bitwarden to continue.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
||||||
<value>Kļūda piekļuves atslēgas izveidošanā</value>
|
<value>Error creating passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorReadingPasskey" xml:space="preserve">
|
<data name="ErrorReadingPasskey" xml:space="preserve">
|
||||||
<value>Kļūda piekļuves atslēgas nolasīšanā</value>
|
<value>Error reading passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>Bija sarežģījums {0} piekļuves atslēgas izveidošanā. Vēlāk jāmēģina vēlreiz.</value>
|
<value>There was a problem creating a passkey for {0}. Try again later.</value>
|
||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemReadingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemReadingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>Bija sarežģījums {0} piekļuves atslēgas nolasīšanā. Vēlāk jāmēģina vēlreiz.</value>
|
<value>There was a problem reading your passkey for {0}. Try again later.</value>
|
||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
||||||
<value>Apstiprina identitāti...</value>
|
<value>Verifying identity...</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Passwords" xml:space="preserve">
|
<data name="Passwords" xml:space="preserve">
|
||||||
<value>Paroles</value>
|
<value>Passwords</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UnknownAccount" xml:space="preserve">
|
<data name="UnknownAccount" xml:space="preserve">
|
||||||
<value>Nezināms konts</value>
|
<value>Unknown account</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutofill" xml:space="preserve">
|
<data name="SetUpAutofill" xml:space="preserve">
|
||||||
<value>Iestatīt automātisko aizpildi</value>
|
<value>Set up auto-fill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>Saņem tūlītēju piekļuvi savām parolēm piekļuves atslēgām!</value>
|
<value>Get instant access to your passwords and passkeys!</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
||||||
<value>Lai iestatītu paroļu automātisko aizpildi un piekļuves atslēgu pārvaldību, iOS iestatījumos Bitwarden jānorāda kā vēlamais nodrošinātājs.</value>
|
<value>To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
||||||
<value>1. Ierīcē jādodas uz Iestatījumi > Paroles > Paroļu iespējas</value>
|
<value>1. Go to your device's Settings > Passwords > Password Options</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
||||||
<value>2. Jāieslēdz automātiskā aizpilde</value>
|
<value>2. Turn on AutoFill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>3. Jāatlasa "Bitwarden", lai to izmantot parolēm un piekļuves atslēgām</value>
|
<value>3. Select "Bitwarden" to use for passwords and passkeys</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
||||||
<value>Piekļuves atslēga tiks saglabāta Bitwarden glabātavā</value>
|
<value>Your passkey will be saved to your Bitwarden vault</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>{0} piekļuves atslēga tiks saglabāta Bitwarden glabātavā</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Nepiešķirti apvienības vienumi vairs nav redzami skatā "Visas glabātavas" un ir sasniedzami tikai no pārvaldības konsoles, kur šie vienumi jāpiešķir krājumam, lai padarītu tos redzamus.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>No 2024. gada 16. maija nepiešķirti apvienības vienumi vairs nebūs redzami skatā "Visas glabātavas" un būs sasniedzami tikai no pārvaldības konsoles, kur šie vienumi jāpiešķir krājumam, lai padarītu tos redzamus.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Atgādināt man vēlāk</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Jāņem vērā</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Šai lietotnei netiek nodrošinātas piekļuves atslēgas</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Darbība ar piekļuves atslēgu neizdevās, jo pārlūkam nav atļauju</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Darbība ar piekļuves atslēgu neizdevās, jo neatbilst pārlūka paraksts</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Darbība ar piekļuves atslēgu neizdevās trūkstošu līdzekļu saišu dēļ</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Darbība ar piekļuves atslēgu neizdevāš, jo lietotne netika atrasta līdzekļu saitēs</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Darbība ar piekļuves atslēgu neizdevās, jo lietotni nevarēja apstiprināt</value>
|
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -2768,7 +2768,7 @@ Do you want to switch to this account?</value>
|
|||||||
<value>Account security</value>
|
<value>Account security</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenHelpCenter" xml:space="preserve">
|
<data name="BitwardenHelpCenter" xml:space="preserve">
|
||||||
<value>Bitwarden help center</value>
|
<value>Bitwarden Help Center</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContactBitwardenSupport" xml:space="preserve">
|
<data name="ContactBitwardenSupport" xml:space="preserve">
|
||||||
<value>Contact Bitwarden support</value>
|
<value>Contact Bitwarden support</value>
|
||||||
@@ -2974,22 +2974,19 @@ Do you want to switch to this account?</value>
|
|||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Unassigned organization items are no longer visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>On May 16, 2024, unassigned organization items will no longer be visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Remind me later</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Notice</value>
|
||||||
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Passkeys not supported for this app</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser is not privileged</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser signature does not match</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because of missing asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app not found in asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app could not be verified</value>
|
|
||||||
</data>
|
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -2769,7 +2769,7 @@ Do you want to switch to this account?</value>
|
|||||||
<value>Account security</value>
|
<value>Account security</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenHelpCenter" xml:space="preserve">
|
<data name="BitwardenHelpCenter" xml:space="preserve">
|
||||||
<value>Bitwarden help center</value>
|
<value>Bitwarden Help Center</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContactBitwardenSupport" xml:space="preserve">
|
<data name="ContactBitwardenSupport" xml:space="preserve">
|
||||||
<value>Contact Bitwarden support</value>
|
<value>Contact Bitwarden support</value>
|
||||||
@@ -2975,22 +2975,19 @@ Do you want to switch to this account?</value>
|
|||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Unassigned organization items are no longer visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>On May 16, 2024, unassigned organization items will no longer be visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Remind me later</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Notice</value>
|
||||||
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Passkeys not supported for this app</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser is not privileged</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser signature does not match</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because of missing asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app not found in asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app could not be verified</value>
|
|
||||||
</data>
|
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -2769,7 +2769,7 @@ Do you want to switch to this account?</value>
|
|||||||
<value>Account security</value>
|
<value>Account security</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenHelpCenter" xml:space="preserve">
|
<data name="BitwardenHelpCenter" xml:space="preserve">
|
||||||
<value>Bitwarden help center</value>
|
<value>Bitwarden Help Center</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContactBitwardenSupport" xml:space="preserve">
|
<data name="ContactBitwardenSupport" xml:space="preserve">
|
||||||
<value>Contact Bitwarden support</value>
|
<value>Contact Bitwarden support</value>
|
||||||
@@ -2975,22 +2975,19 @@ Do you want to switch to this account?</value>
|
|||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Unassigned organization items are no longer visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>On May 16, 2024, unassigned organization items will no longer be visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Remind me later</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Notice</value>
|
||||||
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Passkeys not supported for this app</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser is not privileged</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser signature does not match</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because of missing asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app not found in asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app could not be verified</value>
|
|
||||||
</data>
|
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -1762,7 +1762,7 @@ Skanning skjer automatisk.</value>
|
|||||||
<value>Bedriftsinnlogging (SSO)</value>
|
<value>Bedriftsinnlogging (SSO)</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LogInSsoSummary" xml:space="preserve">
|
<data name="LogInSsoSummary" xml:space="preserve">
|
||||||
<value>Logg raskt inn med din organisasjons enkelte logg-på portal. Angi din organisasjons identifikator for å begynne.</value>
|
<value>Logg raskt inn med din organisasjons enkelte logg-på portal. Angi din organisasjons identifikator for å begynne.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="OrgIdentifier" xml:space="preserve">
|
<data name="OrgIdentifier" xml:space="preserve">
|
||||||
<value>Organisasjons identifikator</value>
|
<value>Organisasjons identifikator</value>
|
||||||
@@ -2769,7 +2769,7 @@ Vil du bytte til denne kontoen?</value>
|
|||||||
<value>Account security</value>
|
<value>Account security</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenHelpCenter" xml:space="preserve">
|
<data name="BitwardenHelpCenter" xml:space="preserve">
|
||||||
<value>Bitwarden help center</value>
|
<value>Bitwarden Help Center</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContactBitwardenSupport" xml:space="preserve">
|
<data name="ContactBitwardenSupport" xml:space="preserve">
|
||||||
<value>Contact Bitwarden support</value>
|
<value>Contact Bitwarden support</value>
|
||||||
@@ -2975,22 +2975,19 @@ Vil du bytte til denne kontoen?</value>
|
|||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Unassigned organization items are no longer visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>On May 16, 2024, unassigned organization items will no longer be visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Remind me later</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Notice</value>
|
||||||
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Passkeys not supported for this app</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser is not privileged</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser signature does not match</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because of missing asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app not found in asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app could not be verified</value>
|
|
||||||
</data>
|
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -2769,7 +2769,7 @@ Do you want to switch to this account?</value>
|
|||||||
<value>Account security</value>
|
<value>Account security</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenHelpCenter" xml:space="preserve">
|
<data name="BitwardenHelpCenter" xml:space="preserve">
|
||||||
<value>Bitwarden help center</value>
|
<value>Bitwarden Help Center</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContactBitwardenSupport" xml:space="preserve">
|
<data name="ContactBitwardenSupport" xml:space="preserve">
|
||||||
<value>Contact Bitwarden support</value>
|
<value>Contact Bitwarden support</value>
|
||||||
@@ -2975,22 +2975,19 @@ Do you want to switch to this account?</value>
|
|||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Unassigned organization items are no longer visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>On May 16, 2024, unassigned organization items will no longer be visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Remind me later</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Notice</value>
|
||||||
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Passkeys not supported for this app</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser is not privileged</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser signature does not match</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because of missing asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app not found in asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app could not be verified</value>
|
|
||||||
</data>
|
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -422,7 +422,7 @@
|
|||||||
<value>Dienst Automatisch aanvullen</value>
|
<value>Dienst Automatisch aanvullen</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
||||||
<value>Bitwarden instellen als je passkey-provider in apparaatinstellingen.</value>
|
<value>Set Bitwarden as your passkey provider in device settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
||||||
<value>Dubbelzinnige tekens vermijden</value>
|
<value>Dubbelzinnige tekens vermijden</value>
|
||||||
@@ -1195,7 +1195,7 @@ Het scannen gebeurt automatisch.</value>
|
|||||||
<value>Windows Hello</value>
|
<value>Windows Hello</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenCredentialProviderGoToSettings" xml:space="preserve">
|
<data name="BitwardenCredentialProviderGoToSettings" xml:space="preserve">
|
||||||
<value>We konden het instellingenmenu voor Android credential provider niet automatisch voor je openen. Je kunt handmaltig navigeren naar de credential provider instellingen vanaf Android Instellingen > Systeem > Wachtwoorden & accounts > Wachtwoorden, passkeys en datadiensten.</value>
|
<value>We were unable to automatically open the Android credential provider settings menu for you. You can navigate to the credential provider settings menu manually from Android Settings > System > Passwords & accounts > Passwords, passkeys and data services.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
|
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
|
||||||
<value>Het instellingenmenu Android Automatisch aanvullen is niet geopend. Je kunt het menu handmatig openen via Android-instellingen > Systeem > Taal en invoer > Geavanceerd > Automatische aanvuldienst.</value>
|
<value>Het instellingenmenu Android Automatisch aanvullen is niet geopend. Je kunt het menu handmatig openen via Android-instellingen > Systeem > Taal en invoer > Geavanceerd > Automatische aanvuldienst.</value>
|
||||||
@@ -1822,7 +1822,7 @@ Het scannen gebeurt automatisch.</value>
|
|||||||
<value>Bitwarden vraagt om aandacht - Activeer "Bovenop weergeven" in "Bitwarden Instellingen - Automatisch aanvullen".</value>
|
<value>Bitwarden vraagt om aandacht - Activeer "Bovenop weergeven" in "Bitwarden Instellingen - Automatisch aanvullen".</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagement" xml:space="preserve">
|
<data name="PasskeyManagement" xml:space="preserve">
|
||||||
<value>Passkey-beheer</value>
|
<value>Passkey management</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServices" xml:space="preserve">
|
<data name="AutofillServices" xml:space="preserve">
|
||||||
<value>Automatisch aanvullen</value>
|
<value>Automatisch aanvullen</value>
|
||||||
@@ -2808,7 +2808,7 @@ Wilt u naar dit account wisselen?</value>
|
|||||||
<value>{0} uur</value>
|
<value>{0} uur</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
||||||
<value>Gebruik Bitwarden voor het opslaan van nieuwe passkeys en inloggen met passkeys die zijn opgeslagen in je kluis.</value>
|
<value>Use Bitwarden to save new passkeys and log in with passkeys stored in your vault.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
||||||
<value>Het Android Autofill Framework helpt het het invullen van inloggegevens in andere apps op je apparaat.</value>
|
<value>Het Android Autofill Framework helpt het het invullen van inloggegevens in andere apps op je apparaat.</value>
|
||||||
@@ -2839,7 +2839,7 @@ Wilt u naar dit account wisselen?</value>
|
|||||||
<value>Doorgaan naar de app store?</value>
|
<value>Doorgaan naar de app store?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
||||||
<value>Doorgaan naar apparaatinstellingen?</value>
|
<value>Continue to device Settings?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
||||||
<value>Maak je account veiliger met het instellen van tweestapsaanmelding in de Bitwarden-webapp.</value>
|
<value>Maak je account veiliger met het instellen van tweestapsaanmelding in de Bitwarden-webapp.</value>
|
||||||
@@ -2892,25 +2892,25 @@ Wilt u naar dit account wisselen?</value>
|
|||||||
<value>Stel een ontgrendelingsmethode in om je kluis time-out actie te wijzigen.</value>
|
<value>Stel een ontgrendelingsmethode in om je kluis time-out actie te wijzigen.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ChooseALoginToSaveThisPasskeyTo" xml:space="preserve">
|
<data name="ChooseALoginToSaveThisPasskeyTo" xml:space="preserve">
|
||||||
<value>Kies een login om deze passkey bij op te slaan</value>
|
<value>Choose a login to save this passkey to</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
||||||
<value>Passkey als nieuwe login opslaan</value>
|
<value>Save passkey as new login</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskey" xml:space="preserve">
|
<data name="SavePasskey" xml:space="preserve">
|
||||||
<value>Passkey opslaan</value>
|
<value>Save passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysForX" xml:space="preserve">
|
<data name="PasskeysForX" xml:space="preserve">
|
||||||
<value>Passkeys voor {0}</value>
|
<value>Passkeys for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasswordsForX" xml:space="preserve">
|
<data name="PasswordsForX" xml:space="preserve">
|
||||||
<value>Wachtwoorden voor {0}</value>
|
<value>Passwords for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="OverwritePasskey" xml:space="preserve">
|
<data name="OverwritePasskey" xml:space="preserve">
|
||||||
<value>Passkey overschrijven?</value>
|
<value>Overwrite passkey?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
||||||
<value>Dit item heeft al een passkey. Weet je zeker dat je de huidige passkey wilt overschrijven?</value>
|
<value>This item already contains a passkey. Are you sure you want to overwrite the current passkey?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DuoTwoStepLoginIsRequiredForYourAccount" xml:space="preserve">
|
<data name="DuoTwoStepLoginIsRequiredForYourAccount" xml:space="preserve">
|
||||||
<value>Jouw account vereist Duo-tweestapsaanmelding. </value>
|
<value>Jouw account vereist Duo-tweestapsaanmelding. </value>
|
||||||
@@ -2922,74 +2922,71 @@ Wilt u naar dit account wisselen?</value>
|
|||||||
<value>Duo starten</value>
|
<value>Duo starten</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerificationRequiredByX" xml:space="preserve">
|
<data name="VerificationRequiredByX" xml:space="preserve">
|
||||||
<value>Verificatie vereist door {0}</value>
|
<value>Verification required by {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerificationRequiredForThisActionSetUpAnUnlockMethodInBitwardenToContinue" xml:space="preserve">
|
<data name="VerificationRequiredForThisActionSetUpAnUnlockMethodInBitwardenToContinue" xml:space="preserve">
|
||||||
<value>Deze actie vereist verificatie. Stel een ontgrendelingsmethode in Bitwarden in om door te gaan.</value>
|
<value>Verification required for this action. Set up an unlock method in Bitwarden to continue.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
||||||
<value>Fout bij het aanmaken van passkey</value>
|
<value>Error creating passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorReadingPasskey" xml:space="preserve">
|
<data name="ErrorReadingPasskey" xml:space="preserve">
|
||||||
<value>Fout bij het lezen van passkey</value>
|
<value>Error reading passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>Er is een fout opgetreden bij het maken van een passkey voor {0}. Probeer het later opnieuw.</value>
|
<value>There was a problem creating a passkey for {0}. Try again later.</value>
|
||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemReadingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemReadingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>Er is een fout opgetreden bij het lezen van je passkey voor {0}. Probeer het later opnieuw.</value>
|
<value>There was a problem reading your passkey for {0}. Try again later.</value>
|
||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
||||||
<value>Identiteit controleren...</value>
|
<value>Verifying identity...</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Passwords" xml:space="preserve">
|
<data name="Passwords" xml:space="preserve">
|
||||||
<value>Wachtwoorden</value>
|
<value>Passwords</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UnknownAccount" xml:space="preserve">
|
<data name="UnknownAccount" xml:space="preserve">
|
||||||
<value>Onbekend account</value>
|
<value>Unknown account</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutofill" xml:space="preserve">
|
<data name="SetUpAutofill" xml:space="preserve">
|
||||||
<value>Automatisch invullen instellen</value>
|
<value>Set up auto-fill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>Overal je wachtwoorden en passkeys onder handbereik!</value>
|
<value>Get instant access to your passwords and passkeys!</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
||||||
<value>Bitwarden als voorkeursprovider instellen in de iOS-instellingen voor het instellen van automatisch invullen van wachtwoorden en beheren van passkeys.</value>
|
<value>To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
||||||
<value>1. Ga naar Instellingen > Wachtwoorden > Wachtwoordopties</value>
|
<value>1. Go to your device's Settings > Passwords > Password Options</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
||||||
<value>2. Automatisch invullen inschakelen</value>
|
<value>2. Turn on AutoFill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>3. Selecteer "Bitwarden" om te gebruiken voor wachtwoorden en passkeys</value>
|
<value>3. Select "Bitwarden" to use for passwords and passkeys</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
||||||
<value>Je passkeys worden bewaard in je Bitwarden-kluis</value>
|
<value>Your passkey will be saved to your Bitwarden vault</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Je passkey wordt bewaard in je Bitwarden-kluis voor {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Niet-toegewezen organisatie-items zijn niet meer zichtbaar in de weergave van alle kluisjes en alleen toegankelijk via de Admin Console. Je kunt deze items in het Admin Console aan een collectie toewijzen om ze zichtbaar te maken.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>Vanaf 2 mei 2024 zijn niet-toegewezen organisatie-items niet meer zichtbaar in de weergave van alle kluisjes en alleen toegankelijk via de Admin Console. Je kunt deze items in het Admin Console aan een collectie toewijzen om ze zichtbaar te maken.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Herinner me later</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Kennisgeving</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Passkeys zijn niet ondersteund voor deze app</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser is not privileged</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser signature does not match</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey-bewerking mislukt omdat de asset links ontbreken</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey-bewerking mislukt omdat de app niet is gevonden in asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app could not be verified</value>
|
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -216,7 +216,7 @@
|
|||||||
<comment>Label for a folder.</comment>
|
<comment>Label for a folder.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="FolderCreated" xml:space="preserve">
|
<data name="FolderCreated" xml:space="preserve">
|
||||||
<value>Ei ny mappe vart laga.</value>
|
<value>Ei ny mappe vart laga. </value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FolderDeleted" xml:space="preserve">
|
<data name="FolderDeleted" xml:space="preserve">
|
||||||
<value>Mappa vart fjerna.</value>
|
<value>Mappa vart fjerna.</value>
|
||||||
@@ -1440,7 +1440,7 @@ Skanning skjer automatisk.</value>
|
|||||||
<value>Vel ei samskipnad du ynskjer å flytta denne oppføringa til. Ved å flytta ei oppføring til ei samskipnad fører ein eigarskapen til oppføringa til den samskipnaden. Du vil ikkje lenger ha bein eigarskap til denne oppføringa etter ho er flytta.</value>
|
<value>Vel ei samskipnad du ynskjer å flytta denne oppføringa til. Ved å flytta ei oppføring til ei samskipnad fører ein eigarskapen til oppføringa til den samskipnaden. Du vil ikkje lenger ha bein eigarskap til denne oppføringa etter ho er flytta.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="NumberOfWords" xml:space="preserve">
|
<data name="NumberOfWords" xml:space="preserve">
|
||||||
<value>Antal ord</value>
|
<value>Number of words</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Passphrase" xml:space="preserve">
|
<data name="Passphrase" xml:space="preserve">
|
||||||
<value>Passphrase</value>
|
<value>Passphrase</value>
|
||||||
@@ -1492,7 +1492,7 @@ Skanning skjer automatisk.</value>
|
|||||||
<value>Set your PIN code for unlocking Bitwarden. Your PIN settings will be reset if you ever fully log out of the application.</value>
|
<value>Set your PIN code for unlocking Bitwarden. Your PIN settings will be reset if you ever fully log out of the application.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LoggedInAsOn" xml:space="preserve">
|
<data name="LoggedInAsOn" xml:space="preserve">
|
||||||
<value>Logga inn som {0} på {1}.</value>
|
<value>Logged in as {0} on {1}.</value>
|
||||||
<comment>ex: Logged in as user@example.com on bitwarden.com.</comment>
|
<comment>ex: Logged in as user@example.com on bitwarden.com.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="VaultLockedMasterPassword" xml:space="preserve">
|
<data name="VaultLockedMasterPassword" xml:space="preserve">
|
||||||
@@ -1550,13 +1550,13 @@ Skanning skjer automatisk.</value>
|
|||||||
<value>Brigda fargetemaet på appen</value>
|
<value>Brigda fargetemaet på appen</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThemeDefault" xml:space="preserve">
|
<data name="ThemeDefault" xml:space="preserve">
|
||||||
<value>Standard (System)</value>
|
<value>Default (System)</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DefaultDarkTheme" xml:space="preserve">
|
<data name="DefaultDarkTheme" xml:space="preserve">
|
||||||
<value>Standard mørkt tema</value>
|
<value>Default dark theme</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CopyNotes" xml:space="preserve">
|
<data name="CopyNotes" xml:space="preserve">
|
||||||
<value>Kopier notat</value>
|
<value>Copy note</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Exit" xml:space="preserve">
|
<data name="Exit" xml:space="preserve">
|
||||||
<value>Far ut</value>
|
<value>Far ut</value>
|
||||||
@@ -1565,7 +1565,7 @@ Skanning skjer automatisk.</value>
|
|||||||
<value>Er du trygg på at du vil fara ut av Bitwarden?</value>
|
<value>Er du trygg på at du vil fara ut av Bitwarden?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PINRequireMasterPasswordRestart" xml:space="preserve">
|
<data name="PINRequireMasterPasswordRestart" xml:space="preserve">
|
||||||
<value>Vil du krevje opplåsing med superpassordet ditt når programmet startast på nytt?</value>
|
<value>Do you want to require unlocking with your master password when the application is restarted?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Black" xml:space="preserve">
|
<data name="Black" xml:space="preserve">
|
||||||
<value>Svart</value>
|
<value>Svart</value>
|
||||||
@@ -1583,7 +1583,7 @@ Skanning skjer automatisk.</value>
|
|||||||
<value>Auto-fill blocked URIs</value>
|
<value>Auto-fill blocked URIs</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AskToAddLogin" xml:space="preserve">
|
<data name="AskToAddLogin" xml:space="preserve">
|
||||||
<value>Spør om å leggje til innlogging</value>
|
<value>Ask to add login</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AskToAddLoginDescription" xml:space="preserve">
|
<data name="AskToAddLoginDescription" xml:space="preserve">
|
||||||
<value>Ask to add an item if one isn't found in your vault.</value>
|
<value>Ask to add an item if one isn't found in your vault.</value>
|
||||||
@@ -1632,7 +1632,7 @@ Skanning skjer automatisk.</value>
|
|||||||
<value>3. On the Android App Settings screen for Bitwarden, go to the "Display over other apps" options (under Advanced) and tap the toggle to allow overlay support.</value>
|
<value>3. On the Android App Settings screen for Bitwarden, go to the "Display over other apps" options (under Advanced) and tap the toggle to allow overlay support.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="OverlayPermission" xml:space="preserve">
|
<data name="OverlayPermission" xml:space="preserve">
|
||||||
<value>Løyve</value>
|
<value>Permission</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenAutofillServiceOpenOverlayPermissionSettings" xml:space="preserve">
|
<data name="BitwardenAutofillServiceOpenOverlayPermissionSettings" xml:space="preserve">
|
||||||
<value>Open Overlay Permission Settings</value>
|
<value>Open Overlay Permission Settings</value>
|
||||||
@@ -1647,19 +1647,19 @@ Skanning skjer automatisk.</value>
|
|||||||
<value>Granted</value>
|
<value>Granted</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FileFormat" xml:space="preserve">
|
<data name="FileFormat" xml:space="preserve">
|
||||||
<value>Filformat</value>
|
<value>File format</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ExportVaultMasterPasswordDescription" xml:space="preserve">
|
<data name="ExportVaultMasterPasswordDescription" xml:space="preserve">
|
||||||
<value>Enter your master password to export your vault data.</value>
|
<value>Enter your master password to export your vault data.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SendVerificationCodeToEmail" xml:space="preserve">
|
<data name="SendVerificationCodeToEmail" xml:space="preserve">
|
||||||
<value>Send ein stadfestingskode til e-posten din</value>
|
<value>Send a verification code to your email</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CodeSent" xml:space="preserve">
|
<data name="CodeSent" xml:space="preserve">
|
||||||
<value>Kode sendt!</value>
|
<value>Kode sendt!</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConfirmYourIdentity" xml:space="preserve">
|
<data name="ConfirmYourIdentity" xml:space="preserve">
|
||||||
<value>Stadfest identiteten din for å fortsetje.</value>
|
<value>Confirm your identity to continue.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ExportVaultWarning" xml:space="preserve">
|
<data name="ExportVaultWarning" xml:space="preserve">
|
||||||
<value>This export contains your vault data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it.</value>
|
<value>This export contains your vault data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it.</value>
|
||||||
@@ -1671,7 +1671,7 @@ Skanning skjer automatisk.</value>
|
|||||||
<value>Account encryption keys are unique to each Bitwarden user account, so you can't import an encrypted export into a different account.</value>
|
<value>Account encryption keys are unique to each Bitwarden user account, so you can't import an encrypted export into a different account.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ExportVaultConfirmationTitle" xml:space="preserve">
|
<data name="ExportVaultConfirmationTitle" xml:space="preserve">
|
||||||
<value>Stadfest eksportering av kvelv</value>
|
<value>Confirm vault export</value>
|
||||||
<comment>Title for the alert to confirm vault exports.</comment>
|
<comment>Title for the alert to confirm vault exports.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="Warning" xml:space="preserve">
|
<data name="Warning" xml:space="preserve">
|
||||||
@@ -1771,7 +1771,7 @@ Skanning skjer automatisk.</value>
|
|||||||
<value>Currently unable to login with SSO</value>
|
<value>Currently unable to login with SSO</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetMasterPassword" xml:space="preserve">
|
<data name="SetMasterPassword" xml:space="preserve">
|
||||||
<value>Set hovudpassord</value>
|
<value>Set master password</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetMasterPasswordSummary" xml:space="preserve">
|
<data name="SetMasterPasswordSummary" xml:space="preserve">
|
||||||
<value>In order to complete logging in with SSO, please set a master password to access and protect your vault.</value>
|
<value>In order to complete logging in with SSO, please set a master password to access and protect your vault.</value>
|
||||||
@@ -1804,7 +1804,7 @@ Skanning skjer automatisk.</value>
|
|||||||
<value>Passordet møter ikkje samskipnadskrava. Ver venleg og les retningslinene og freista om att.</value>
|
<value>Passordet møter ikkje samskipnadskrava. Ver venleg og les retningslinene og freista om att.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Loading" xml:space="preserve">
|
<data name="Loading" xml:space="preserve">
|
||||||
<value>Lastar</value>
|
<value>Loading</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AcceptPolicies" xml:space="preserve">
|
<data name="AcceptPolicies" xml:space="preserve">
|
||||||
<value>By activating this switch you agree to the following:
|
<value>By activating this switch you agree to the following:
|
||||||
@@ -2769,7 +2769,7 @@ Do you want to switch to this account?</value>
|
|||||||
<value>Account security</value>
|
<value>Account security</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenHelpCenter" xml:space="preserve">
|
<data name="BitwardenHelpCenter" xml:space="preserve">
|
||||||
<value>Bitwarden help center</value>
|
<value>Bitwarden Help Center</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContactBitwardenSupport" xml:space="preserve">
|
<data name="ContactBitwardenSupport" xml:space="preserve">
|
||||||
<value>Contact Bitwarden support</value>
|
<value>Contact Bitwarden support</value>
|
||||||
@@ -2975,22 +2975,19 @@ Do you want to switch to this account?</value>
|
|||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Unassigned organization items are no longer visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>På 16. mai 2024 vil ikkje utildelte organisasjonselement vere synlege lenger i Alle kvelv-visninga og vil berre vere tilgjengelege frå Admin-konsollen. Tildel desse elementa til ei samling frå Admin-konsollen for å gjere dei synlege.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Remind me later</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Notice</value>
|
||||||
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Passkeys not supported for this app</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Passkey-operasjonen feila fordi nettlesaren ikkje er priviligert</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Passkey-operasjonen feila fordi nettlesar-signaturen ikkje stemte</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey-operasjonen feila på grunn av manglande ressurslenker</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey-operasjonen feila fordi appen ikkje vart funnen blant ressurslenkene</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Passkey-operasjonen feila fordi appen ikkje kunne verifiserast</value>
|
|
||||||
</data>
|
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -2769,7 +2769,7 @@ Do you want to switch to this account?</value>
|
|||||||
<value>Account security</value>
|
<value>Account security</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenHelpCenter" xml:space="preserve">
|
<data name="BitwardenHelpCenter" xml:space="preserve">
|
||||||
<value>Bitwarden help center</value>
|
<value>Bitwarden Help Center</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContactBitwardenSupport" xml:space="preserve">
|
<data name="ContactBitwardenSupport" xml:space="preserve">
|
||||||
<value>Contact Bitwarden support</value>
|
<value>Contact Bitwarden support</value>
|
||||||
@@ -2975,22 +2975,19 @@ Do you want to switch to this account?</value>
|
|||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Unassigned organization items are no longer visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>On May 16, 2024, unassigned organization items will no longer be visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Remind me later</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Notice</value>
|
||||||
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Passkeys not supported for this app</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser is not privileged</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser signature does not match</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because of missing asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app not found in asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app could not be verified</value>
|
|
||||||
</data>
|
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -2738,7 +2738,7 @@ Czy chcesz przełączyć się na to konto?</value>
|
|||||||
<value>Usunięto URI</value>
|
<value>Usunięto URI</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereAreNoBlockedURIs" xml:space="preserve">
|
<data name="ThereAreNoBlockedURIs" xml:space="preserve">
|
||||||
<value>Brak zablokowanych URI</value>
|
<value>Brak zablokowanych URI </value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TheURIXIsAlreadyBlocked" xml:space="preserve">
|
<data name="TheURIXIsAlreadyBlocked" xml:space="preserve">
|
||||||
<value>URI {0} jest już zablokowany</value>
|
<value>URI {0} jest już zablokowany</value>
|
||||||
@@ -2974,22 +2974,19 @@ Czy chcesz przełączyć się na to konto?</value>
|
|||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Twój passkey zostanie zapisane w Twoim sejfie Bitwarden dla {0}</value>
|
<value>Twój passkey zostanie zapisane w Twoim sejfie Bitwarden dla {0}</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Nieprzypisane elementy w organizacji nie są już widoczne w widoku Wszystkie sejfy i są dostępne tylko przez Konsolę Administracyjną. Przypisz te elementy do kolekcji z konsoli administracyjnej, aby były one widoczne.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>16 maja 2024 r. nieprzypisane elementy w organizacji nie będą już widoczne w widoku Wszystkie sejfy i będą dostępne tylko przez Konsolę Administracyjną. Przypisz te elementy do kolekcji z konsoli administracyjnej, aby były one widoczne.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Przypomnij mi później</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Zawiadomienie</value>
|
||||||
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Passkeys nie są obsługiwany dla tej aplikacji</value>
|
<value>Passkeys nie są obsługiwany dla tej aplikacji</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Operacja z Passkey nie powiodła się, ponieważ przeglądarka nie ma uprawnień</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Operacja z Passkey nie powiodła się, ponieważ podpis przeglądarki się nie zgadza</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because of missing asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app not found in asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Operacja z Passkey nie powiodła się, ponieważ aplikacja nie mogła zostać zweryfikowana</value>
|
|
||||||
</data>
|
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -422,7 +422,7 @@
|
|||||||
<value>Serviço de autopreenchimento</value>
|
<value>Serviço de autopreenchimento</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
||||||
<value>Defina o Bitwarden como seu provedor de chaves de acesso nas configurações de seu dispositivo.</value>
|
<value>Set Bitwarden as your passkey provider in device settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
||||||
<value>Evitar Caracteres Ambíguos</value>
|
<value>Evitar Caracteres Ambíguos</value>
|
||||||
@@ -1195,7 +1195,7 @@ A leitura será feita automaticamente.</value>
|
|||||||
<value>Windows Hello</value>
|
<value>Windows Hello</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenCredentialProviderGoToSettings" xml:space="preserve">
|
<data name="BitwardenCredentialProviderGoToSettings" xml:space="preserve">
|
||||||
<value>Não foi possível abrir automaticamente o menu de configurações do provedor de credenciais do Android para você. Você pode navegar para o menu de configurações do provedor de credenciais manualmente a partir de Configurações do Android > Sistema > Senhas e Contas > Senhas chaves e serviços de dados.</value>
|
<value>We were unable to automatically open the Android credential provider settings menu for you. You can navigate to the credential provider settings menu manually from Android Settings > System > Passwords & accounts > Passwords, passkeys and data services.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
|
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
|
||||||
<value>Não foi possível abrir automaticamente o menu de configurações de autopreenchimento do Android para você. Você pode navegar para o menu de configurações de autopreenchimento manualmente a partir de Configurações do Android > Sistema > Idiomas e Entrada > Avançado > Serviço de autopreenchimento.</value>
|
<value>Não foi possível abrir automaticamente o menu de configurações de autopreenchimento do Android para você. Você pode navegar para o menu de configurações de autopreenchimento manualmente a partir de Configurações do Android > Sistema > Idiomas e Entrada > Avançado > Serviço de autopreenchimento.</value>
|
||||||
@@ -1823,7 +1823,7 @@ A leitura será feita automaticamente.</value>
|
|||||||
<value>O Bitwarden precisa de atenção - Ative "Sobrepor a" em "Serviços de Autopreenchimento" nas Configurações do Bitwarden</value>
|
<value>O Bitwarden precisa de atenção - Ative "Sobrepor a" em "Serviços de Autopreenchimento" nas Configurações do Bitwarden</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagement" xml:space="preserve">
|
<data name="PasskeyManagement" xml:space="preserve">
|
||||||
<value>Gerenciamento de chaves de acesso</value>
|
<value>Passkey management</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServices" xml:space="preserve">
|
<data name="AutofillServices" xml:space="preserve">
|
||||||
<value>Serviços de autopreenchimento</value>
|
<value>Serviços de autopreenchimento</value>
|
||||||
@@ -2105,10 +2105,10 @@ A leitura será feita automaticamente.</value>
|
|||||||
<value>Remover senha mestra</value>
|
<value>Remover senha mestra</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="RemoveMasterPasswordWarning" xml:space="preserve">
|
<data name="RemoveMasterPasswordWarning" xml:space="preserve">
|
||||||
<value>{0} está usando o SSO com criptografia gerenciada pelo cliente. Ao continuar, isso removerá sua senha mestra da sua conta e exigirá o SSO para acessar.</value>
|
<value>{0} está usando o SSO com criptografia gerenciada pelo cliente. Ao continuar, isso removerá sua Senha Mestra da sua conta e exigirá o SSO para acessar.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="RemoveMasterPasswordWarning2" xml:space="preserve">
|
<data name="RemoveMasterPasswordWarning2" xml:space="preserve">
|
||||||
<value>Se não quiser remover sua senha mestra, você pode sair desta organização.</value>
|
<value>Se não quiser remover sua Senha Mestra, você pode sair desta organização.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LeaveOrganization" xml:space="preserve">
|
<data name="LeaveOrganization" xml:space="preserve">
|
||||||
<value>Sair da organização</value>
|
<value>Sair da organização</value>
|
||||||
@@ -2567,7 +2567,7 @@ Você deseja mudar para esta conta?</value>
|
|||||||
<value>Sua senha mestra não pode ser recuperada se você esquecê-la! Mínimo de {0} caracteres.</value>
|
<value>Sua senha mestra não pode ser recuperada se você esquecê-la! Mínimo de {0} caracteres.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="WeakMasterPassword" xml:space="preserve">
|
<data name="WeakMasterPassword" xml:space="preserve">
|
||||||
<value>Senha mestra fraca</value>
|
<value>Senha Mestra Fraca</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="WeakPasswordIdentifiedUseAStrongPasswordToProtectYourAccount" xml:space="preserve">
|
<data name="WeakPasswordIdentifiedUseAStrongPasswordToProtectYourAccount" xml:space="preserve">
|
||||||
<value>Senha fraca identificada. Use uma senha forte para proteger a sua conta. Você tem certeza que deseja usar uma senha fraca?</value>
|
<value>Senha fraca identificada. Use uma senha forte para proteger a sua conta. Você tem certeza que deseja usar uma senha fraca?</value>
|
||||||
@@ -2585,13 +2585,13 @@ Você deseja mudar para esta conta?</value>
|
|||||||
<value>Verifique vazamento de dados conhecidos para esta senha</value>
|
<value>Verifique vazamento de dados conhecidos para esta senha</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ExposedMasterPassword" xml:space="preserve">
|
<data name="ExposedMasterPassword" xml:space="preserve">
|
||||||
<value>Senha mestra comprometida</value>
|
<value>Senha Mestra Comprometida</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasswordFoundInADataBreachAlertDescription" xml:space="preserve">
|
<data name="PasswordFoundInADataBreachAlertDescription" xml:space="preserve">
|
||||||
<value>A senha foi encontrada em um vazamento de dados. Use uma senha única e forte para proteger sua conta. Tem certeza de que deseja usar uma senha comprometida?</value>
|
<value>A senha foi encontrada em um vazamento de dados. Use uma senha única e forte para proteger sua conta. Tem certeza de que deseja usar uma senha comprometida?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="WeakAndExposedMasterPassword" xml:space="preserve">
|
<data name="WeakAndExposedMasterPassword" xml:space="preserve">
|
||||||
<value>Senha mestra fraca e comprometida</value>
|
<value>Senha Mestra Fraca e Comprometida</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="WeakPasswordIdentifiedAndFoundInADataBreachAlertDescription" xml:space="preserve">
|
<data name="WeakPasswordIdentifiedAndFoundInADataBreachAlertDescription" xml:space="preserve">
|
||||||
<value>Uma senha foi identificada como fraca e foi encontrada em um vazamento de dados. Use uma senha única e forte para proteger sua conta. Quer mesmo usar essa senha?</value>
|
<value>Uma senha foi identificada como fraca e foi encontrada em um vazamento de dados. Use uma senha única e forte para proteger sua conta. Quer mesmo usar essa senha?</value>
|
||||||
@@ -2809,7 +2809,7 @@ Você deseja mudar para esta conta?</value>
|
|||||||
<value>{0} horas</value>
|
<value>{0} horas</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
||||||
<value>Usar o Bitwarden para salvar chaves de acesso novas e fazer login com chaves de acesso armazenadas no seu cofre.</value>
|
<value>Use Bitwarden to save new passkeys and log in with passkeys stored in your vault.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
||||||
<value>O Framework de Preenchimento Automático do Android é usado para ajudar a preencher informações de login em outros aplicativos do seu dispositivo.</value>
|
<value>O Framework de Preenchimento Automático do Android é usado para ajudar a preencher informações de login em outros aplicativos do seu dispositivo.</value>
|
||||||
@@ -2840,7 +2840,7 @@ Você deseja mudar para esta conta?</value>
|
|||||||
<value>Continuar para a loja de apps?</value>
|
<value>Continuar para a loja de apps?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
||||||
<value>Continuar para as Configurações do dispositivo?</value>
|
<value>Continue to device Settings?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
||||||
<value>Torne sua conta mais segura configurando o login em duas etapas no aplicativo web do Bitwarden.</value>
|
<value>Torne sua conta mais segura configurando o login em duas etapas no aplicativo web do Bitwarden.</value>
|
||||||
@@ -2893,25 +2893,25 @@ Você deseja mudar para esta conta?</value>
|
|||||||
<value>Configure um método de desbloqueio para alterar o tempo limite do cofre.</value>
|
<value>Configure um método de desbloqueio para alterar o tempo limite do cofre.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ChooseALoginToSaveThisPasskeyTo" xml:space="preserve">
|
<data name="ChooseALoginToSaveThisPasskeyTo" xml:space="preserve">
|
||||||
<value>Escolha um login para qual salvar essa chave de acesso</value>
|
<value>Choose a login to save this passkey to</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
||||||
<value>Salvar chave de acesso como um novo login</value>
|
<value>Save passkey as new login</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskey" xml:space="preserve">
|
<data name="SavePasskey" xml:space="preserve">
|
||||||
<value>Salvar chave de acesso</value>
|
<value>Save passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysForX" xml:space="preserve">
|
<data name="PasskeysForX" xml:space="preserve">
|
||||||
<value>Chaves de acesso para {0}</value>
|
<value>Passkeys for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasswordsForX" xml:space="preserve">
|
<data name="PasswordsForX" xml:space="preserve">
|
||||||
<value>Senhas para {0}</value>
|
<value>Passwords for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="OverwritePasskey" xml:space="preserve">
|
<data name="OverwritePasskey" xml:space="preserve">
|
||||||
<value>Sobrescrever chave de acesso?</value>
|
<value>Overwrite passkey?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
||||||
<value>Esse item já contém uma chave de acesso. Tem certeza que deseja sobrescrever a chave de acesso atual?</value>
|
<value>This item already contains a passkey. Are you sure you want to overwrite the current passkey?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DuoTwoStepLoginIsRequiredForYourAccount" xml:space="preserve">
|
<data name="DuoTwoStepLoginIsRequiredForYourAccount" xml:space="preserve">
|
||||||
<value>A autenticação em duas etapas do Duo é necessária para sua conta. </value>
|
<value>A autenticação em duas etapas do Duo é necessária para sua conta. </value>
|
||||||
@@ -2923,74 +2923,71 @@ Você deseja mudar para esta conta?</value>
|
|||||||
<value>Abrir o Duo</value>
|
<value>Abrir o Duo</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerificationRequiredByX" xml:space="preserve">
|
<data name="VerificationRequiredByX" xml:space="preserve">
|
||||||
<value>Verificação requerida por {0}</value>
|
<value>Verification required by {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerificationRequiredForThisActionSetUpAnUnlockMethodInBitwardenToContinue" xml:space="preserve">
|
<data name="VerificationRequiredForThisActionSetUpAnUnlockMethodInBitwardenToContinue" xml:space="preserve">
|
||||||
<value>Verificação necessária para esta ação. Configure um método de desbloqueio no Bitwarden para continuar.</value>
|
<value>Verification required for this action. Set up an unlock method in Bitwarden to continue.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
||||||
<value>Erro ao criar chave de acesso</value>
|
<value>Error creating passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorReadingPasskey" xml:space="preserve">
|
<data name="ErrorReadingPasskey" xml:space="preserve">
|
||||||
<value>Erro ao ler chave de acesso</value>
|
<value>Error reading passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>Houve um problema ao criar uma chave de acesso para {0}. Tente novamente mais tarde.</value>
|
<value>There was a problem creating a passkey for {0}. Try again later.</value>
|
||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemReadingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemReadingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>Houve um problema ao ler sua chave de acesso para {0}. Tente novamente mais tarde.</value>
|
<value>There was a problem reading your passkey for {0}. Try again later.</value>
|
||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
||||||
<value>Verificando identidade...</value>
|
<value>Verifying identity...</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Passwords" xml:space="preserve">
|
<data name="Passwords" xml:space="preserve">
|
||||||
<value>Senhas</value>
|
<value>Passwords</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UnknownAccount" xml:space="preserve">
|
<data name="UnknownAccount" xml:space="preserve">
|
||||||
<value>Conta desconhecida</value>
|
<value>Unknown account</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutofill" xml:space="preserve">
|
<data name="SetUpAutofill" xml:space="preserve">
|
||||||
<value>Configurar preenchimento automático</value>
|
<value>Set up auto-fill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>Obtenha acesso instantâneo às suas senhas e chaves de acesso!</value>
|
<value>Get instant access to your passwords and passkeys!</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
||||||
<value>Para configurar o preenchimento automático de senha e o gerenciamento de chaves de acesso, defina o Bitwarden como seu provedor preferido nas Configurações do iOS.</value>
|
<value>To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
||||||
<value>1. Vá para Configurações de seu dispositivo > Senhas > Opções de senha</value>
|
<value>1. Go to your device's Settings > Passwords > Password Options</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
||||||
<value>2. Ative o preenchimento automático</value>
|
<value>2. Turn on AutoFill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>3. Selecione "Bitwarden" para o uso de senhas e chaves de acesso</value>
|
<value>3. Select "Bitwarden" to use for passwords and passkeys</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
||||||
<value>Sua chave de acesso será salva no seu cofre do Bitwarden</value>
|
<value>Your passkey will be saved to your Bitwarden vault</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Sua chave de acesso será salva no seu cofre do Bitwarden para {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Itens da organização não atribuídos não são mais visíveis na visualização Todos os Cofres e acessíveis apenas através da console. Atribuir estes itens a uma coleção do Console de Administração para torná-los visíveis.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>Em 16 de maio, 2024, itens de organização não atribuídos não estarão mais visíveis na visualização Todos os Cofres e acessíveis apenas através do Console de Administração. Atribuir estes itens a uma coleção do Console de Administração para torná-los visíveis.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Lembrar-me depois</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Nota</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Chaves de acesso não são suportadas por este app</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Operação de chave de acesso falhou pois o navegador não é privilegiado</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Operação de chave de acesso falhou pois a assinatura do navegador não corresponde</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Operação de chave de acesso falhou devido a links de conteúdos faltando</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Operação de chave de acesso falhou pois o app não foi encontrado nos links de conteúdo</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Operação de chave de acesso falhou pois o app não pôde ser verificado</value>
|
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -136,7 +136,7 @@
|
|||||||
<comment>Alert title when something goes wrong.</comment>
|
<comment>Alert title when something goes wrong.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="Back" xml:space="preserve">
|
<data name="Back" xml:space="preserve">
|
||||||
<value>Voltar</value>
|
<value>Retroceder</value>
|
||||||
<comment>Navigate back to the previous screen.</comment>
|
<comment>Navigate back to the previous screen.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="Bitwarden" xml:space="preserve">
|
<data name="Bitwarden" xml:space="preserve">
|
||||||
@@ -413,7 +413,7 @@
|
|||||||
<value>Adicionar um item</value>
|
<value>Adicionar um item</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AppExtension" xml:space="preserve">
|
<data name="AppExtension" xml:space="preserve">
|
||||||
<value>Extensão da app</value>
|
<value>Extensão da aplicação</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillAccessibilityDescription" xml:space="preserve">
|
<data name="AutofillAccessibilityDescription" xml:space="preserve">
|
||||||
<value>Utilize o serviço de acessibilidade Bitwarden para preencher automaticamente as suas credenciais entre as aplicações e a web.</value>
|
<value>Utilize o serviço de acessibilidade Bitwarden para preencher automaticamente as suas credenciais entre as aplicações e a web.</value>
|
||||||
@@ -428,10 +428,10 @@
|
|||||||
<value>Evitar caracteres ambíguos</value>
|
<value>Evitar caracteres ambíguos</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenAppExtension" xml:space="preserve">
|
<data name="BitwardenAppExtension" xml:space="preserve">
|
||||||
<value>Extensão da app Bitwarden</value>
|
<value>Extensão da aplicação Bitwarden</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenAppExtensionAlert2" xml:space="preserve">
|
<data name="BitwardenAppExtensionAlert2" xml:space="preserve">
|
||||||
<value>A maneira mais fácil de adicionar novas credenciais ao seu cofre é a partir da extensão da aplicação Bitwarden. Saiba mais sobre a utilização da extensão da app Bitwarden ao navegar até ao ecrã "Definições".</value>
|
<value>A maneira mais fácil de adicionar novas credenciais ao seu cofre é a partir da extensão da aplicação Bitwarden. Saiba mais sobre a utilização da extensão da aplicação Bitwarden ao navegar até ao ecrã "Definições".</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenAppExtensionDescription" xml:space="preserve">
|
<data name="BitwardenAppExtensionDescription" xml:space="preserve">
|
||||||
<value>Utilize o Bitwarden no Safari e noutras aplicações para preencher automaticamente as suas credenciais.</value>
|
<value>Utilize o Bitwarden no Safari e noutras aplicações para preencher automaticamente as suas credenciais.</value>
|
||||||
@@ -474,13 +474,13 @@
|
|||||||
<value>Introduza o endereço de e-mail da sua conta para receber a dica da sua palavra-passe mestra.</value>
|
<value>Introduza o endereço de e-mail da sua conta para receber a dica da sua palavra-passe mestra.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ExntesionReenable" xml:space="preserve">
|
<data name="ExntesionReenable" xml:space="preserve">
|
||||||
<value>Reativar a extensão da app</value>
|
<value>Reativar a extensão da aplicação</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ExtensionAlmostDone" xml:space="preserve">
|
<data name="ExtensionAlmostDone" xml:space="preserve">
|
||||||
<value>Quase pronto!</value>
|
<value>Quase pronto!</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ExtensionEnable" xml:space="preserve">
|
<data name="ExtensionEnable" xml:space="preserve">
|
||||||
<value>Ativar a extensão da app</value>
|
<value>Ativar a extensão da aplicação</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ExtensionInSafari" xml:space="preserve">
|
<data name="ExtensionInSafari" xml:space="preserve">
|
||||||
<value>No Safari, encontre o Bitwarden utilizando o ícone de partilha (dica: deslize para a direita na linha inferior do menu).</value>
|
<value>No Safari, encontre o Bitwarden utilizando o ícone de partilha (dica: deslize para a direita na linha inferior do menu).</value>
|
||||||
@@ -584,18 +584,18 @@
|
|||||||
<value>A palavra-passe mestra deve ter pelo menos {0} caracteres.</value>
|
<value>A palavra-passe mestra deve ter pelo menos {0} caracteres.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="MinNumbers" xml:space="preserve">
|
<data name="MinNumbers" xml:space="preserve">
|
||||||
<value>Mínimo de números</value>
|
<value>Números mínimos</value>
|
||||||
<comment>Minimum numeric characters for password generator settings</comment>
|
<comment>Minimum numeric characters for password generator settings</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="MinSpecial" xml:space="preserve">
|
<data name="MinSpecial" xml:space="preserve">
|
||||||
<value>Mínimo de caracteres especiais</value>
|
<value>Caracteres especiais minímos</value>
|
||||||
<comment>Minimum special characters for password generator settings</comment>
|
<comment>Minimum special characters for password generator settings</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="MoreSettings" xml:space="preserve">
|
<data name="MoreSettings" xml:space="preserve">
|
||||||
<value>Mais definições</value>
|
<value>Mais definições</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="MustLogInMainApp" xml:space="preserve">
|
<data name="MustLogInMainApp" xml:space="preserve">
|
||||||
<value>Tem de iniciar sessão na app Bitwarden principal antes de poder utilizar a extensão.</value>
|
<value>Tem de iniciar sessão na aplicação Bitwarden principal antes de poder utilizar a extensão.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Never" xml:space="preserve">
|
<data name="Never" xml:space="preserve">
|
||||||
<value>Nunca</value>
|
<value>Nunca</value>
|
||||||
@@ -610,7 +610,7 @@
|
|||||||
<value>Não existem itens no seu cofre.</value>
|
<value>Não existem itens no seu cofre.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="NoItemsTap" xml:space="preserve">
|
<data name="NoItemsTap" xml:space="preserve">
|
||||||
<value>Não existem itens no seu cofre para este site/app. Toque para adicionar um.</value>
|
<value>Não existem itens no seu cofre para este site/aplicação. Toque para adicionar um.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="NoUsernamePasswordConfigured" xml:space="preserve">
|
<data name="NoUsernamePasswordConfigured" xml:space="preserve">
|
||||||
<value>Esta credencial não tem um nome de utilizador ou palavra-passe configurados.</value>
|
<value>Esta credencial não tem um nome de utilizador ou palavra-passe configurados.</value>
|
||||||
@@ -620,7 +620,7 @@
|
|||||||
<comment>Confirmation, like "Ok, I understand it"</comment>
|
<comment>Confirmation, like "Ok, I understand it"</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="OptionDefaults" xml:space="preserve">
|
<data name="OptionDefaults" xml:space="preserve">
|
||||||
<value>As predefinições das opções são definidas a partir da ferramenta principal de geração de palavras-passe da app Bitwarden.</value>
|
<value>As predefinições das opções são definidas a partir da ferramenta principal de geração de palavras-passe da aplicação Bitwarden.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Options" xml:space="preserve">
|
<data name="Options" xml:space="preserve">
|
||||||
<value>Opções</value>
|
<value>Opções</value>
|
||||||
@@ -648,7 +648,7 @@
|
|||||||
<comment>Push notifications for apple products</comment>
|
<comment>Push notifications for apple products</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="RateTheApp" xml:space="preserve">
|
<data name="RateTheApp" xml:space="preserve">
|
||||||
<value>Avaliar a app</value>
|
<value>Avaliar a aplicação</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="RateTheAppDescription" xml:space="preserve">
|
<data name="RateTheAppDescription" xml:space="preserve">
|
||||||
<value>Por favor, considere ajudar-nos com uma boa avaliação!</value>
|
<value>Por favor, considere ajudar-nos com uma boa avaliação!</value>
|
||||||
@@ -769,7 +769,7 @@
|
|||||||
<value>Ativado</value>
|
<value>Ativado</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Off" xml:space="preserve">
|
<data name="Off" xml:space="preserve">
|
||||||
<value>Desativado</value>
|
<value>Desligado</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="On" xml:space="preserve">
|
<data name="On" xml:space="preserve">
|
||||||
<value>Ligado</value>
|
<value>Ligado</value>
|
||||||
@@ -949,7 +949,7 @@ A leitura será efetuada automaticamente.</value>
|
|||||||
<value>Não pode utilizar esta funcionalidade até atualizar a sua chave de encriptação.</value>
|
<value>Não pode utilizar esta funcionalidade até atualizar a sua chave de encriptação.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="EncryptionKeyMigrationRequiredDescriptionLong" xml:space="preserve">
|
<data name="EncryptionKeyMigrationRequiredDescriptionLong" xml:space="preserve">
|
||||||
<value>É necessária a migração da chave de encriptação. Inicie sessão através do cofre Web para atualizar a sua chave de encriptação.</value>
|
<value>É necessária a migração da chave de encriptação. Inicie sessão através do cofre web para atualizar a sua chave de encriptação.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LearnMore" xml:space="preserve">
|
<data name="LearnMore" xml:space="preserve">
|
||||||
<value>Saber mais</value>
|
<value>Saber mais</value>
|
||||||
@@ -961,7 +961,7 @@ A leitura será efetuada automaticamente.</value>
|
|||||||
<value>Ambiente personalizado</value>
|
<value>Ambiente personalizado</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CustomEnvironmentFooter" xml:space="preserve">
|
<data name="CustomEnvironmentFooter" xml:space="preserve">
|
||||||
<value>Para utilizadores avançados. Pode especificar o URL de base de cada serviço de forma independente.</value>
|
<value>Para utilizadores avançados. Pode especificar o URL de base de cada serviço independentemente.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="EnvironmentSaved" xml:space="preserve">
|
<data name="EnvironmentSaved" xml:space="preserve">
|
||||||
<value>Os URLs de ambiente foram guardados.</value>
|
<value>Os URLs de ambiente foram guardados.</value>
|
||||||
@@ -1080,7 +1080,7 @@ A leitura será efetuada automaticamente.</value>
|
|||||||
<value>Nome completo</value>
|
<value>Nome completo</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LicenseNumber" xml:space="preserve">
|
<data name="LicenseNumber" xml:space="preserve">
|
||||||
<value>Número da carta de condução</value>
|
<value>Número da licença</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="March" xml:space="preserve">
|
<data name="March" xml:space="preserve">
|
||||||
<value>Março</value>
|
<value>Março</value>
|
||||||
@@ -1089,7 +1089,7 @@ A leitura será efetuada automaticamente.</value>
|
|||||||
<value>Maio</value>
|
<value>Maio</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="MiddleName" xml:space="preserve">
|
<data name="MiddleName" xml:space="preserve">
|
||||||
<value>Nome do meio</value>
|
<value>Segundo nome</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Mr" xml:space="preserve">
|
<data name="Mr" xml:space="preserve">
|
||||||
<value>Sr.</value>
|
<value>Sr.</value>
|
||||||
@@ -1122,7 +1122,7 @@ A leitura será efetuada automaticamente.</value>
|
|||||||
<value>Número de segurança social</value>
|
<value>Número de segurança social</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="StateProvince" xml:space="preserve">
|
<data name="StateProvince" xml:space="preserve">
|
||||||
<value>Estado / Região</value>
|
<value>Estado / Província</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Title" xml:space="preserve">
|
<data name="Title" xml:space="preserve">
|
||||||
<value>Título</value>
|
<value>Título</value>
|
||||||
@@ -1307,7 +1307,7 @@ A leitura será efetuada automaticamente.</value>
|
|||||||
<value>Para configurar o preenchimento automático de palavras-passe no seu dispositivo, siga estas instruções:</value>
|
<value>Para configurar o preenchimento automático de palavras-passe no seu dispositivo, siga estas instruções:</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillTurnOn1" xml:space="preserve">
|
<data name="AutofillTurnOn1" xml:space="preserve">
|
||||||
<value>1. Vá às Definições do iOS</value>
|
<value>1. Vá à aplicação "Definições" do iOS</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillTurnOn2" xml:space="preserve">
|
<data name="AutofillTurnOn2" xml:space="preserve">
|
||||||
<value>2. Toque em "Palavras-passe e contas"</value>
|
<value>2. Toque em "Palavras-passe e contas"</value>
|
||||||
@@ -1319,7 +1319,7 @@ A leitura será efetuada automaticamente.</value>
|
|||||||
<value>4. Ative o Autopreenchimento</value>
|
<value>4. Ative o Autopreenchimento</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillTurnOn5" xml:space="preserve">
|
<data name="AutofillTurnOn5" xml:space="preserve">
|
||||||
<value>5. Selecione o Bitwarden</value>
|
<value>5. Selecione "Bitwarden"</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasswordAutofill" xml:space="preserve">
|
<data name="PasswordAutofill" xml:space="preserve">
|
||||||
<value>Preenchimento automático de palavras-passe</value>
|
<value>Preenchimento automático de palavras-passe</value>
|
||||||
@@ -1363,7 +1363,7 @@ A leitura será efetuada automaticamente.</value>
|
|||||||
<value>Esta palavra-passe não foi encontrada em nenhuma violação de dados conhecida. A sua utilização deve ser segura.</value>
|
<value>Esta palavra-passe não foi encontrada em nenhuma violação de dados conhecida. A sua utilização deve ser segura.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="IdentityName" xml:space="preserve">
|
<data name="IdentityName" xml:space="preserve">
|
||||||
<value>Nome da identidade</value>
|
<value>Nome de identidade</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Value" xml:space="preserve">
|
<data name="Value" xml:space="preserve">
|
||||||
<value>Valor</value>
|
<value>Valor</value>
|
||||||
@@ -1489,7 +1489,7 @@ A leitura será efetuada automaticamente.</value>
|
|||||||
<value>30 minutos</value>
|
<value>30 minutos</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetPINDescription" xml:space="preserve">
|
<data name="SetPINDescription" xml:space="preserve">
|
||||||
<value>Defina o seu código PIN para desbloquear o Bitwarden. As suas definições de PIN serão redefinidas se alguma vez terminar sessão por completo da aplicação.</value>
|
<value>Defina o seu código PIN para desbloquear o Bitwarden. As suas definições de PIN serão redifinidas se alguma vez sair completamente da aplicação.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LoggedInAsOn" xml:space="preserve">
|
<data name="LoggedInAsOn" xml:space="preserve">
|
||||||
<value>Sessão iniciada como {0} em {1}.</value>
|
<value>Sessão iniciada como {0} em {1}.</value>
|
||||||
@@ -1678,7 +1678,7 @@ A leitura será efetuada automaticamente.</value>
|
|||||||
<value>Aviso</value>
|
<value>Aviso</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ExportVaultFailure" xml:space="preserve">
|
<data name="ExportVaultFailure" xml:space="preserve">
|
||||||
<value>Ocorreu um problema ao exportar o seu cofre. Se o problema persistir, terá de exportar a partir do cofre Web.</value>
|
<value>Ocorreu um problema ao exportar o seu cofre. Se o problema persistir, terá de exportar a partir do cofre web.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ExportVaultSuccess" xml:space="preserve">
|
<data name="ExportVaultSuccess" xml:space="preserve">
|
||||||
<value>Cofre exportado com sucesso</value>
|
<value>Cofre exportado com sucesso</value>
|
||||||
@@ -1688,14 +1688,14 @@ A leitura será efetuada automaticamente.</value>
|
|||||||
<comment>Clone an entity (verb).</comment>
|
<comment>Clone an entity (verb).</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasswordGeneratorPolicyInEffect" xml:space="preserve">
|
<data name="PasswordGeneratorPolicyInEffect" xml:space="preserve">
|
||||||
<value>Uma ou mais políticas da organização estão a afetar as suas definições do gerador</value>
|
<value>Uma ou mais políticas da organização estão a afetar as suas definições do gerador.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Open" xml:space="preserve">
|
<data name="Open" xml:space="preserve">
|
||||||
<value>Abrir</value>
|
<value>Abrir</value>
|
||||||
<comment>Button text for an open operation (verb).</comment>
|
<comment>Button text for an open operation (verb).</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="UnableToSaveAttachment" xml:space="preserve">
|
<data name="UnableToSaveAttachment" xml:space="preserve">
|
||||||
<value>Ocorreu um problema ao guardar este anexo. Se o problema persistir, poderá guardá-lo através do cofre Web.</value>
|
<value>Houve um problema ao guardar este anexo. Se o problema persistir, poderá guardá-lo através do cofre Web.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SaveAttachmentSuccess" xml:space="preserve">
|
<data name="SaveAttachmentSuccess" xml:space="preserve">
|
||||||
<value>Anexo guardado com sucesso</value>
|
<value>Anexo guardado com sucesso</value>
|
||||||
@@ -2107,13 +2107,13 @@ A leitura será efetuada automaticamente.</value>
|
|||||||
<value>{0} está a utilizar SSO com encriptação gerida pelo cliente. Se continuar removerá a sua palavra-passe mestra da sua conta e será exigido SSO para iniciar sessão.</value>
|
<value>{0} está a utilizar SSO com encriptação gerida pelo cliente. Se continuar removerá a sua palavra-passe mestra da sua conta e será exigido SSO para iniciar sessão.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="RemoveMasterPasswordWarning2" xml:space="preserve">
|
<data name="RemoveMasterPasswordWarning2" xml:space="preserve">
|
||||||
<value>Se não pretender remover a sua palavra-passe mestra, pode sair desta organização.</value>
|
<value>Se não pretender remover a sua palavra-passe mestra, pode deixar esta organização.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LeaveOrganization" xml:space="preserve">
|
<data name="LeaveOrganization" xml:space="preserve">
|
||||||
<value>Sair da organização</value>
|
<value>Deixar a organização</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LeaveOrganizationName" xml:space="preserve">
|
<data name="LeaveOrganizationName" xml:space="preserve">
|
||||||
<value>Sair da {0}?</value>
|
<value>Deixar {0}?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Fido2Title" xml:space="preserve">
|
<data name="Fido2Title" xml:space="preserve">
|
||||||
<value>FIDO2 WebAuthn</value>
|
<value>FIDO2 WebAuthn</value>
|
||||||
@@ -2125,7 +2125,7 @@ A leitura será efetuada automaticamente.</value>
|
|||||||
<value>Autenticação utilizando FIDO2 WebAuthn, pode autenticar utilizando uma chave de segurança externa.</value>
|
<value>Autenticação utilizando FIDO2 WebAuthn, pode autenticar utilizando uma chave de segurança externa.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Fido2AuthenticateWebAuthn" xml:space="preserve">
|
<data name="Fido2AuthenticateWebAuthn" xml:space="preserve">
|
||||||
<value>Autenticar o WebAuthn</value>
|
<value>Autenticar WebAuthn</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Fido2ReturnToApp" xml:space="preserve">
|
<data name="Fido2ReturnToApp" xml:space="preserve">
|
||||||
<value>Voltar à aplicação</value>
|
<value>Voltar à aplicação</value>
|
||||||
@@ -2293,7 +2293,7 @@ A leitura será efetuada automaticamente.</value>
|
|||||||
<value>Chave de autenticação</value>
|
<value>Chave de autenticação</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="EnterKeyManually" xml:space="preserve">
|
<data name="EnterKeyManually" xml:space="preserve">
|
||||||
<value>Introduzir a chave manualmente</value>
|
<value>Introduzir chave manualmente</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AddTotp" xml:space="preserve">
|
<data name="AddTotp" xml:space="preserve">
|
||||||
<value>Adicionar TOTP</value>
|
<value>Adicionar TOTP</value>
|
||||||
@@ -2973,22 +2973,19 @@ Deseja mudar para esta conta?</value>
|
|||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>A sua chave de acesso para {0} será guardada no seu cofre Bitwarden</value>
|
<value>A sua chave de acesso para {0} será guardada no seu cofre Bitwarden</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Os itens da organização não atribuídos já não são visíveis na vista Todos os cofres e só são acessíveis através da consola de administração. Atribua estes itens a uma coleção a partir da Consola de administração para os tornar visíveis.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>A 16 de maio de 2024, os itens da organização não atribuídos deixarão de estar visíveis na vista Todos os cofres e só estarão acessíveis através da Consola de administração. Atribua estes itens a uma coleção a partir da Consola de administração para os tornar visíveis.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Lembrar-me mais tarde</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Aviso</value>
|
||||||
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Chaves de acesso não suportadas por esta app</value>
|
<value>Chaves de acesso não suportadas por esta app</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>A operação da chave de acesso falhou porque o navegador não tem privilégios</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>A operação da chave de acesso falhou porque a assinatura do navegador não corresponde</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>A operação da chave de acesso falhou devido à falta de links ativos</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>A operação da chave de acesso falhou porque a aplicação não foi encontrada nos links ativos</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>A operação da chave de acesso falhou porque a aplicação não pôde ser verificada</value>
|
|
||||||
</data>
|
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -2769,7 +2769,7 @@ Do you want to switch to this account?</value>
|
|||||||
<value>Account security</value>
|
<value>Account security</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenHelpCenter" xml:space="preserve">
|
<data name="BitwardenHelpCenter" xml:space="preserve">
|
||||||
<value>Bitwarden help center</value>
|
<value>Bitwarden Help Center</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContactBitwardenSupport" xml:space="preserve">
|
<data name="ContactBitwardenSupport" xml:space="preserve">
|
||||||
<value>Contact Bitwarden support</value>
|
<value>Contact Bitwarden support</value>
|
||||||
@@ -2975,6 +2975,18 @@ Do you want to switch to this account?</value>
|
|||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Unassigned organization items are no longer visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>On May 16, 2024, unassigned organization items will no longer be visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Remind me later</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Notice</value>
|
||||||
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Passkeys not supported for this app</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@@ -2768,7 +2768,7 @@ Doriți să comutați la acest cont?</value>
|
|||||||
<value>Account security</value>
|
<value>Account security</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenHelpCenter" xml:space="preserve">
|
<data name="BitwardenHelpCenter" xml:space="preserve">
|
||||||
<value>Bitwarden help center</value>
|
<value>Bitwarden Help Center</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContactBitwardenSupport" xml:space="preserve">
|
<data name="ContactBitwardenSupport" xml:space="preserve">
|
||||||
<value>Contact Bitwarden support</value>
|
<value>Contact Bitwarden support</value>
|
||||||
@@ -2974,22 +2974,19 @@ Doriți să comutați la acest cont?</value>
|
|||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Unassigned organization items are no longer visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>On May 16, 2024, unassigned organization items will no longer be visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Remind me later</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Notice</value>
|
||||||
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Passkeys not supported for this app</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser is not privileged</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser signature does not match</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because of missing asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app not found in asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app could not be verified</value>
|
|
||||||
</data>
|
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -2976,22 +2976,19 @@
|
|||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Ваш passkey будет сохранен в вашем хранилище Bitwarden для {0}</value>
|
<value>Ваш passkey будет сохранен в вашем хранилище Bitwarden для {0}</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Уведомление: неприсвоенные элементы организации больше не видны в представлении "Все хранилища" и доступны только через консоль администратора. Назначьте эти элементы коллекции в консоли администратора, чтобы сделать их видимыми.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>16 мая 2024 года неприсвоенные элементы организации больше не будут видны в представлении "Все хранилища" и будут доступны только через консоль администратора. Назначьте эти элементы коллекции в консоли администратора, чтобы сделать их видимыми.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Напомнить позже</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Уведомление</value>
|
||||||
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Ваш ключ доступа будет сохранен в вашем хранилище Bitwarden</value>
|
<value>Ваш ключ доступа будет сохранен в вашем хранилище Bitwarden</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Операция с Passkey не удалась, поскольку браузер не имеет привилегий</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Операция с Passkey не удалась, поскольку подпись браузера не совпадает</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Операция с Passkey не удалась из-за отсутствия ссылок на ресурсы</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Операция с Passkey не удалась, поскольку приложение не найдено в ссылках на ресурсы</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Операция с Passkey не удалась, поскольку не удалось проверить приложение</value>
|
|
||||||
</data>
|
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -2769,7 +2769,7 @@ Do you want to switch to this account?</value>
|
|||||||
<value>Account security</value>
|
<value>Account security</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenHelpCenter" xml:space="preserve">
|
<data name="BitwardenHelpCenter" xml:space="preserve">
|
||||||
<value>Bitwarden help center</value>
|
<value>Bitwarden Help Center</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContactBitwardenSupport" xml:space="preserve">
|
<data name="ContactBitwardenSupport" xml:space="preserve">
|
||||||
<value>Contact Bitwarden support</value>
|
<value>Contact Bitwarden support</value>
|
||||||
@@ -2975,22 +2975,19 @@ Do you want to switch to this account?</value>
|
|||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Unassigned organization items are no longer visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>On May 16, 2024, unassigned organization items will no longer be visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Remind me later</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Notice</value>
|
||||||
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Passkeys not supported for this app</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser is not privileged</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser signature does not match</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because of missing asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app not found in asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app could not be verified</value>
|
|
||||||
</data>
|
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -422,7 +422,7 @@
|
|||||||
<value>Služba automatického vypĺňania</value>
|
<value>Služba automatického vypĺňania</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
||||||
<value>Nastavte Bitwarden ako poskytovateľa prístupových kľúčov v nastaveniach zariadenia.</value>
|
<value>Set Bitwarden as your passkey provider in device settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
||||||
<value>Vyhnúť sa dvojvýznamovým znakom</value>
|
<value>Vyhnúť sa dvojvýznamovým znakom</value>
|
||||||
@@ -1195,7 +1195,7 @@ Skenovanie prebehne automaticky.</value>
|
|||||||
<value>Windows Hello</value>
|
<value>Windows Hello</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenCredentialProviderGoToSettings" xml:space="preserve">
|
<data name="BitwardenCredentialProviderGoToSettings" xml:space="preserve">
|
||||||
<value>Nepodarilo sa automaticky otvoriť nastavenia poskytovateľa poverení pre Android. Môžete otvoriť nastavenie manuálne cez Nastavenia > Systém > Heslá a účty > Heslá, prístupové kľúče a automatické vypĺňanie.</value>
|
<value>We were unable to automatically open the Android credential provider settings menu for you. You can navigate to the credential provider settings menu manually from Android Settings > System > Passwords & accounts > Passwords, passkeys and data services.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
|
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
|
||||||
<value>Nepodarilo sa automaticky otvoriť nastavenia automatického dopĺňania pre systém Android. Môžete otvoriť nastavenie manuálne cez Nastavenia > Systém > Jazyky a vstup > Rozšírené > Služba automatického dopĺňania.</value>
|
<value>Nepodarilo sa automaticky otvoriť nastavenia automatického dopĺňania pre systém Android. Môžete otvoriť nastavenie manuálne cez Nastavenia > Systém > Jazyky a vstup > Rozšírené > Služba automatického dopĺňania.</value>
|
||||||
@@ -1822,7 +1822,7 @@ Skenovanie prebehne automaticky.</value>
|
|||||||
<value>Bitwarden vyžaduje vašu pozornosť - z nastavení aplikácie Bitwarden povoľte "Zobrazenie cez iné aplikácie" v "Služba automatického vypĺňania"</value>
|
<value>Bitwarden vyžaduje vašu pozornosť - z nastavení aplikácie Bitwarden povoľte "Zobrazenie cez iné aplikácie" v "Služba automatického vypĺňania"</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagement" xml:space="preserve">
|
<data name="PasskeyManagement" xml:space="preserve">
|
||||||
<value>Správa prístupových kľúčov</value>
|
<value>Passkey management</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServices" xml:space="preserve">
|
<data name="AutofillServices" xml:space="preserve">
|
||||||
<value>Služba automatického vypĺňania</value>
|
<value>Služba automatického vypĺňania</value>
|
||||||
@@ -2808,7 +2808,7 @@ Chcete prepnúť na toto konto?</value>
|
|||||||
<value>{0} hodín</value>
|
<value>{0} hodín</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
||||||
<value>Používajte Bitwarden na ukladanie nových prístupových kľúčov a prihlasovanie pomocou prístupových kľúčov uložených v trezore.</value>
|
<value>Use Bitwarden to save new passkeys and log in with passkeys stored in your vault.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
||||||
<value>Android Autofill Framework sa používa na uľahčenie vyplňovania prihlasovacích údajov do iných aplikácií na vašom zariadení.</value>
|
<value>Android Autofill Framework sa používa na uľahčenie vyplňovania prihlasovacích údajov do iných aplikácií na vašom zariadení.</value>
|
||||||
@@ -2839,7 +2839,7 @@ Chcete prepnúť na toto konto?</value>
|
|||||||
<value>Pokračovať v obchode s aplikáciami?</value>
|
<value>Pokračovať v obchode s aplikáciami?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
||||||
<value>Pokračovať do nastavení zariadenia?</value>
|
<value>Continue to device Settings?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
||||||
<value>Zabezpečte svoje konto nastavením dvojstupňového prihlasovania vo webovej aplikácii Bitwarden.</value>
|
<value>Zabezpečte svoje konto nastavením dvojstupňového prihlasovania vo webovej aplikácii Bitwarden.</value>
|
||||||
@@ -2892,25 +2892,25 @@ Chcete prepnúť na toto konto?</value>
|
|||||||
<value>Nastavte možnosť odomknutia, aby ste zmenili akciu pri vypršaní času trezoru.</value>
|
<value>Nastavte možnosť odomknutia, aby ste zmenili akciu pri vypršaní času trezoru.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ChooseALoginToSaveThisPasskeyTo" xml:space="preserve">
|
<data name="ChooseALoginToSaveThisPasskeyTo" xml:space="preserve">
|
||||||
<value>Vyberte prihlásenie na uloženie tohto prístupového kľúča</value>
|
<value>Choose a login to save this passkey to</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
||||||
<value>Uložiť prístupový kľúč ako nové prihlásenie</value>
|
<value>Save passkey as new login</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskey" xml:space="preserve">
|
<data name="SavePasskey" xml:space="preserve">
|
||||||
<value>Uložiť prístupový kľúč</value>
|
<value>Save passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysForX" xml:space="preserve">
|
<data name="PasskeysForX" xml:space="preserve">
|
||||||
<value>Prístupové kľúče pre {0}</value>
|
<value>Passkeys for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasswordsForX" xml:space="preserve">
|
<data name="PasswordsForX" xml:space="preserve">
|
||||||
<value>Heslá pre {0}</value>
|
<value>Passwords for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="OverwritePasskey" xml:space="preserve">
|
<data name="OverwritePasskey" xml:space="preserve">
|
||||||
<value>Prepísať prístupový kľúč?</value>
|
<value>Overwrite passkey?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
||||||
<value>Táto položka už obsahuje prístupový kľúč. Naozaj chcete prepísať aktuálny prístupový kľúč?</value>
|
<value>This item already contains a passkey. Are you sure you want to overwrite the current passkey?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DuoTwoStepLoginIsRequiredForYourAccount" xml:space="preserve">
|
<data name="DuoTwoStepLoginIsRequiredForYourAccount" xml:space="preserve">
|
||||||
<value>Pre váš účet je potrebné dvojstupňové prihlásenie Duo. </value>
|
<value>Pre váš účet je potrebné dvojstupňové prihlásenie Duo. </value>
|
||||||
@@ -2922,74 +2922,71 @@ Chcete prepnúť na toto konto?</value>
|
|||||||
<value>Spustiť Duo</value>
|
<value>Spustiť Duo</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerificationRequiredByX" xml:space="preserve">
|
<data name="VerificationRequiredByX" xml:space="preserve">
|
||||||
<value>Vyžaduje sa overenie od {0}</value>
|
<value>Verification required by {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerificationRequiredForThisActionSetUpAnUnlockMethodInBitwardenToContinue" xml:space="preserve">
|
<data name="VerificationRequiredForThisActionSetUpAnUnlockMethodInBitwardenToContinue" xml:space="preserve">
|
||||||
<value>Pre túto akciu sa vyžaduje overenie. Ak chcete pokračovať, nastavte metódu odomknutia v Bitwardene.</value>
|
<value>Verification required for this action. Set up an unlock method in Bitwarden to continue.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
||||||
<value>Chyba pri vytváraní prístupového kľúča</value>
|
<value>Error creating passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorReadingPasskey" xml:space="preserve">
|
<data name="ErrorReadingPasskey" xml:space="preserve">
|
||||||
<value>Chyba pri čítaní prístupového kľúča</value>
|
<value>Error reading passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>Vyskytol sa problém s vytvorením prístupového kľúča pre {0}. Skúste to neskôr.</value>
|
<value>There was a problem creating a passkey for {0}. Try again later.</value>
|
||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemReadingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemReadingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>Pri čítaní vášho prístupového kľúča pre {0} došlo k problému. Skúste to neskôr.</value>
|
<value>There was a problem reading your passkey for {0}. Try again later.</value>
|
||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
||||||
<value>Overovanie totožnosti...</value>
|
<value>Verifying identity...</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Passwords" xml:space="preserve">
|
<data name="Passwords" xml:space="preserve">
|
||||||
<value>Heslá</value>
|
<value>Passwords</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UnknownAccount" xml:space="preserve">
|
<data name="UnknownAccount" xml:space="preserve">
|
||||||
<value>Neznámy účet</value>
|
<value>Unknown account</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutofill" xml:space="preserve">
|
<data name="SetUpAutofill" xml:space="preserve">
|
||||||
<value>Nastaviť automatické vypĺňanie</value>
|
<value>Set up auto-fill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>Získajte okamžitý prístup k vašim heslám prístupovým kľúčom!</value>
|
<value>Get instant access to your passwords and passkeys!</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
||||||
<value>Ak chcete nastaviť automatické vypĺňanie hesla a správu prístupových kľúčov, nastavte Bitwarden ako predvoleného poskytovateľa v nastaveniach iOS.</value>
|
<value>To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
||||||
<value>1. Prejdite do Nastavenia > Heslá > Možnosti hesiel</value>
|
<value>1. Go to your device's Settings > Passwords > Password Options</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
||||||
<value>2. Zapnite Automatické vypĺňanie hesiel</value>
|
<value>2. Turn on AutoFill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>3. Vyberte "Bitwarden" na používanie hesiel a prístupových kľúčov</value>
|
<value>3. Select "Bitwarden" to use for passwords and passkeys</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
||||||
<value>Váš prístupový kľúč sa uloží do vášho Bitwarden trezoru</value>
|
<value>Your passkey will be saved to your Bitwarden vault</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Váš prístupový kľúč sa uloží do vášho Bitwarden trezoru pre {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Nepriradené položky organizácie už nie sú viditeľné v zobrazení Všetky Trezory a sú prístupné len cez administrátorskú konzolu. Aby boli viditeľné, priraďte tieto položky do kolekcie z konzoly administrátora.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>16. mája nepriradené položky organizácie už nebudú viditeľné v zobrazení Všetky Trezory a budú prístupné len cez administrátorskú konzolu. Aby boli viditeľné, priraďte tieto položky do kolekcie z konzoly administrátora.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Pripomenúť neskôr</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Upozornenie</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Prístupové kľúče nie sú pre túto aplikáciu podporované</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Operácia prístupového kľúča zlyhala, pretože prehliadač nemá oprávnenie</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Operácia prístupového kľúča zlyhala, pretože podpis prehliadača sa nezhoduje</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Operácia prístupového kľúča zlyhala, pretože súbor s protokolom Digital Asset Links chýba</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Operácia prístupového kľúča zlyhala, pretože sa aplikácia nenašla v súbore s protokolom Digital Asset Links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Operácia prístupového kľúča zlyhala, pretože aplikácia sa nedá overiť</value>
|
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -2768,7 +2768,7 @@ Do you want to switch to this account?</value>
|
|||||||
<value>Account security</value>
|
<value>Account security</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenHelpCenter" xml:space="preserve">
|
<data name="BitwardenHelpCenter" xml:space="preserve">
|
||||||
<value>Bitwarden help center</value>
|
<value>Bitwarden Help Center</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContactBitwardenSupport" xml:space="preserve">
|
<data name="ContactBitwardenSupport" xml:space="preserve">
|
||||||
<value>Contact Bitwarden support</value>
|
<value>Contact Bitwarden support</value>
|
||||||
@@ -2974,22 +2974,19 @@ Do you want to switch to this account?</value>
|
|||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Unassigned organization items are no longer visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>On May 16, 2024, unassigned organization items will no longer be visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Remind me later</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Notice</value>
|
||||||
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Passkeys not supported for this app</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser is not privileged</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser signature does not match</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because of missing asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app not found in asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app could not be verified</value>
|
|
||||||
</data>
|
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -422,7 +422,7 @@
|
|||||||
<value>Сервис Ауто-попуњавања</value>
|
<value>Сервис Ауто-попуњавања</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
||||||
<value>Поставити Bitwarden као добављача приступног кључа у подешавањима уређаја.</value>
|
<value>Set Bitwarden as your passkey provider in device settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
||||||
<value>Избегавај двосмислене карактере</value>
|
<value>Избегавај двосмислене карактере</value>
|
||||||
@@ -1195,7 +1195,7 @@
|
|||||||
<value>Windows Hello</value>
|
<value>Windows Hello</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenCredentialProviderGoToSettings" xml:space="preserve">
|
<data name="BitwardenCredentialProviderGoToSettings" xml:space="preserve">
|
||||||
<value>Нисмо успели да аутоматски отворимо мени за подешавања Андроид провајдера акредитива за вас. Можете да се крећете до менија подешавања добављача акредитива ручно из Андроид подешавања > Систем > Лозинке и налози > Лозинке, приступни кључени.</value>
|
<value>We were unable to automatically open the Android credential provider settings menu for you. You can navigate to the credential provider settings menu manually from Android Settings > System > Passwords & accounts > Passwords, passkeys and data services.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
|
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
|
||||||
<value>Нисмо могли аутоматски да отворимо мени за подешавања Ауто-пуњења. До менија подешавања ауто-пуњења можете ручно да дођете из Андроид подешавања > Систем > Језици и унос > Напредно > Сервис ауто-пуњења.</value>
|
<value>Нисмо могли аутоматски да отворимо мени за подешавања Ауто-пуњења. До менија подешавања ауто-пуњења можете ручно да дођете из Андроид подешавања > Систем > Језици и унос > Напредно > Сервис ауто-пуњења.</value>
|
||||||
@@ -1823,7 +1823,7 @@
|
|||||||
<value>Bitwarden треба пажњу - Омогућите „Преко“ у „Сервиси Ауто-пуњења“ из подешавања Bitwarden-а</value>
|
<value>Bitwarden треба пажњу - Омогућите „Преко“ у „Сервиси Ауто-пуњења“ из подешавања Bitwarden-а</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagement" xml:space="preserve">
|
<data name="PasskeyManagement" xml:space="preserve">
|
||||||
<value>Управљање приступачног кључа</value>
|
<value>Passkey management</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServices" xml:space="preserve">
|
<data name="AutofillServices" xml:space="preserve">
|
||||||
<value>Сервиси Ауто-пуњења</value>
|
<value>Сервиси Ауто-пуњења</value>
|
||||||
@@ -2810,7 +2810,7 @@
|
|||||||
<value>{0} сати/а</value>
|
<value>{0} сати/а</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
||||||
<value>Употребити Bitwarden да сачувате нове приступне кључеве и пријавите се са приступним кључевима ускладиштеним у вашем трезору.</value>
|
<value>Use Bitwarden to save new passkeys and log in with passkeys stored in your vault.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
||||||
<value>Android Autofill Framework се користи за помоћ при попуњавању података за пријаву у друге апликације на вашем уређају.</value>
|
<value>Android Autofill Framework се користи за помоћ при попуњавању података за пријаву у друге апликације на вашем уређају.</value>
|
||||||
@@ -2841,7 +2841,7 @@
|
|||||||
<value>Настави на радњу апликације?</value>
|
<value>Настави на радњу апликације?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
||||||
<value>Желите ли да наставите на подешавања уређаја?</value>
|
<value>Continue to device Settings?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
||||||
<value>Учините свој налог сигурнијим подешавањем пријаве у два корака у Bitwarden веб апликацији.</value>
|
<value>Учините свој налог сигурнијим подешавањем пријаве у два корака у Bitwarden веб апликацији.</value>
|
||||||
@@ -2894,25 +2894,25 @@
|
|||||||
<value>Подесите опцију откључавања да бисте променили радњу временског ограничења сефа.</value>
|
<value>Подесите опцију откључавања да бисте променили радњу временског ограничења сефа.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ChooseALoginToSaveThisPasskeyTo" xml:space="preserve">
|
<data name="ChooseALoginToSaveThisPasskeyTo" xml:space="preserve">
|
||||||
<value>Изаберите пријаву да бисте сачували овај приступни кључ</value>
|
<value>Choose a login to save this passkey to</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
||||||
<value>Сачувати приступни кључ као нову пријаву</value>
|
<value>Save passkey as new login</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskey" xml:space="preserve">
|
<data name="SavePasskey" xml:space="preserve">
|
||||||
<value>Сачувати приступни кључ</value>
|
<value>Save passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysForX" xml:space="preserve">
|
<data name="PasskeysForX" xml:space="preserve">
|
||||||
<value>Приступни кључ за {0}</value>
|
<value>Passkeys for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasswordsForX" xml:space="preserve">
|
<data name="PasswordsForX" xml:space="preserve">
|
||||||
<value>Лозинке за {0}</value>
|
<value>Passwords for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="OverwritePasskey" xml:space="preserve">
|
<data name="OverwritePasskey" xml:space="preserve">
|
||||||
<value>Заменити приступни кључ?</value>
|
<value>Overwrite passkey?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
||||||
<value>Ова ставка већ садржи приступни кључ. Да ли сте сигурни да желите да замените тренутни приступни кључ?</value>
|
<value>This item already contains a passkey. Are you sure you want to overwrite the current passkey?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DuoTwoStepLoginIsRequiredForYourAccount" xml:space="preserve">
|
<data name="DuoTwoStepLoginIsRequiredForYourAccount" xml:space="preserve">
|
||||||
<value>Duo пријава у два корака је потребна за ваш налог. </value>
|
<value>Duo пријава у два корака је потребна за ваш налог. </value>
|
||||||
@@ -2924,74 +2924,71 @@
|
|||||||
<value>Покренути Duo</value>
|
<value>Покренути Duo</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerificationRequiredByX" xml:space="preserve">
|
<data name="VerificationRequiredByX" xml:space="preserve">
|
||||||
<value>Потребдна верификација {0}</value>
|
<value>Verification required by {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerificationRequiredForThisActionSetUpAnUnlockMethodInBitwardenToContinue" xml:space="preserve">
|
<data name="VerificationRequiredForThisActionSetUpAnUnlockMethodInBitwardenToContinue" xml:space="preserve">
|
||||||
<value>За ову радњу је потребна верификација. Подесите метод откључавања у Bitwarden да би наставили.</value>
|
<value>Verification required for this action. Set up an unlock method in Bitwarden to continue.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
||||||
<value>Грешка у креацији приступачног кључа</value>
|
<value>Error creating passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorReadingPasskey" xml:space="preserve">
|
<data name="ErrorReadingPasskey" xml:space="preserve">
|
||||||
<value>Грешка у читању приступачног кључа</value>
|
<value>Error reading passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>Дошло је до проблема при креирању приступачког кључа за {0}. Покушајте поново касније.</value>
|
<value>There was a problem creating a passkey for {0}. Try again later.</value>
|
||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemReadingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemReadingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>Дошло је до проблема при читању приступачког кључа за {0}. Покушајте поново касније.</value>
|
<value>There was a problem reading your passkey for {0}. Try again later.</value>
|
||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
||||||
<value>Верификација идентитета...</value>
|
<value>Verifying identity...</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Passwords" xml:space="preserve">
|
<data name="Passwords" xml:space="preserve">
|
||||||
<value>Лозинке</value>
|
<value>Passwords</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UnknownAccount" xml:space="preserve">
|
<data name="UnknownAccount" xml:space="preserve">
|
||||||
<value>Непознат налог</value>
|
<value>Unknown account</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutofill" xml:space="preserve">
|
<data name="SetUpAutofill" xml:space="preserve">
|
||||||
<value>Подесити ауто-пуњење</value>
|
<value>Set up auto-fill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>Имајте инстантни приступ Вашим лозинкама и приступачним кључевима!</value>
|
<value>Get instant access to your passwords and passkeys!</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
||||||
<value>Да бисте подесили ауто-пуњење лозинки и управљање приступним кључевима, подесите Bitwarden као ваш омиљени провајдер у подешавањима iOS-а.</value>
|
<value>To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
||||||
<value>1. Идите на подешавања уређаја > Лозинке > Опције лозинке</value>
|
<value>1. Go to your device's Settings > Passwords > Password Options</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
||||||
<value>2. Омогућите ауто-пуњење</value>
|
<value>2. Turn on AutoFill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>3. Одабрати "Bitwarden" за употребу за лозинке</value>
|
<value>3. Select "Bitwarden" to use for passwords and passkeys</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
||||||
<value>Ваш приступни кључ ће бити сачуван у вашем Bitwarden сефу</value>
|
<value>Your passkey will be saved to your Bitwarden vault</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Ваш приступни кључ ће бити сачуван у вашем Bitwarden сефу за {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Недодељене ставке организације више нису видљиве у приказу Сви сефови и доступне су само преко Админ конзоле. Доделите ове ставке колекцији са Админ конзолом да бисте их учинили видљивим.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>16. маја 2024. недодељене ставке организације више неће бити видљиве у приказу Сви сефови и биће доступне само преко Админ конзоле. Доделите ове ставке колекцији са Админ конзолом да бисте их учинили видљивим.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Подсети ме касније</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Напомена</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Приступни кључеви нису подржани за ову апликацију</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser is not privileged</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Операција лозинке није успела јер се потпис прегледача не подудара</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Операција лозинке није успела због недостајућих веза средстава</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Операција лозинке није успела јер апликација није пронађена у везама за средства</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Операција лозинке није успела јер апликација није могла да се верификује</value>
|
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -422,7 +422,7 @@
|
|||||||
<value>Hjälpmedelsservice för automatisk ifyllnad</value>
|
<value>Hjälpmedelsservice för automatisk ifyllnad</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
||||||
<value>Ange Bitwarden som din lösenordsleverantör i enhetsinställningarna.</value>
|
<value>Set Bitwarden as your passkey provider in device settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
||||||
<value>Undvik tvetydiga tecken</value>
|
<value>Undvik tvetydiga tecken</value>
|
||||||
@@ -1196,7 +1196,7 @@ Skanningen sker automatiskt.</value>
|
|||||||
<value>Windows Hello</value>
|
<value>Windows Hello</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenCredentialProviderGoToSettings" xml:space="preserve">
|
<data name="BitwardenCredentialProviderGoToSettings" xml:space="preserve">
|
||||||
<value>Det gick inte att automatiskt öppna menyn för Android-autentiseringsleverantörsinställningar för dig. Du kan navigera till menyn autentiseringsleverantörsinställningar manuellt från Android Inställningar > System > Lösenord och konton > Lösenord, Nyckelord och datatjänster.</value>
|
<value>We were unable to automatically open the Android credential provider settings menu for you. You can navigate to the credential provider settings menu manually from Android Settings > System > Passwords & accounts > Passwords, passkeys and data services.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
|
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
|
||||||
<value>Det gick inte att automatiskt öppna inställningsmenyn för Android automatisk ifyllnad. Du kan navigera till menyn manuellt från Android inställningar > System > Språk och inmatning > Avancerat > Tjänsten autofyll.</value>
|
<value>Det gick inte att automatiskt öppna inställningsmenyn för Android automatisk ifyllnad. Du kan navigera till menyn manuellt från Android inställningar > System > Språk och inmatning > Avancerat > Tjänsten autofyll.</value>
|
||||||
@@ -1824,7 +1824,7 @@ Skanningen sker automatiskt.</value>
|
|||||||
<value>Bitwarden behöver din uppmärksamhet - Aktivera "Överlappning" under "Tjänster för automatisk ifyllnad" i Bitwardens inställningar</value>
|
<value>Bitwarden behöver din uppmärksamhet - Aktivera "Överlappning" under "Tjänster för automatisk ifyllnad" i Bitwardens inställningar</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagement" xml:space="preserve">
|
<data name="PasskeyManagement" xml:space="preserve">
|
||||||
<value>Passkey hantering</value>
|
<value>Passkey management</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServices" xml:space="preserve">
|
<data name="AutofillServices" xml:space="preserve">
|
||||||
<value>Tjänster för automatisk ifyllnad</value>
|
<value>Tjänster för automatisk ifyllnad</value>
|
||||||
@@ -2841,7 +2841,7 @@ Vill du byta till detta konto?</value>
|
|||||||
<value>Fortsätt till appbutiken?</value>
|
<value>Fortsätt till appbutiken?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
||||||
<value>Fortsätt till enhetsinställningar?</value>
|
<value>Continue to device Settings?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
||||||
<value>Gör ditt konto säkrare genom att konfigurera tvåstegsverifiering i Bitwardens webbapp.</value>
|
<value>Gör ditt konto säkrare genom att konfigurera tvåstegsverifiering i Bitwardens webbapp.</value>
|
||||||
@@ -2897,19 +2897,19 @@ Vill du byta till detta konto?</value>
|
|||||||
<value>Choose a login to save this passkey to</value>
|
<value>Choose a login to save this passkey to</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
||||||
<value>Spara passkey som ny inloggning</value>
|
<value>Save passkey as new login</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskey" xml:space="preserve">
|
<data name="SavePasskey" xml:space="preserve">
|
||||||
<value>Spara lösennyckel</value>
|
<value>Save passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysForX" xml:space="preserve">
|
<data name="PasskeysForX" xml:space="preserve">
|
||||||
<value>Passkeys för {0}</value>
|
<value>Passkeys for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasswordsForX" xml:space="preserve">
|
<data name="PasswordsForX" xml:space="preserve">
|
||||||
<value>Lösenord för {0}</value>
|
<value>Passwords for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="OverwritePasskey" xml:space="preserve">
|
<data name="OverwritePasskey" xml:space="preserve">
|
||||||
<value>Skriv över lösennyckel?</value>
|
<value>Overwrite passkey?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
||||||
<value>This item already contains a passkey. Are you sure you want to overwrite the current passkey?</value>
|
<value>This item already contains a passkey. Are you sure you want to overwrite the current passkey?</value>
|
||||||
@@ -2924,16 +2924,16 @@ Vill du byta till detta konto?</value>
|
|||||||
<value>Starta Duo</value>
|
<value>Starta Duo</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerificationRequiredByX" xml:space="preserve">
|
<data name="VerificationRequiredByX" xml:space="preserve">
|
||||||
<value>Verifiering krävs av {0}</value>
|
<value>Verification required by {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerificationRequiredForThisActionSetUpAnUnlockMethodInBitwardenToContinue" xml:space="preserve">
|
<data name="VerificationRequiredForThisActionSetUpAnUnlockMethodInBitwardenToContinue" xml:space="preserve">
|
||||||
<value>Verification required for this action. Set up an unlock method in Bitwarden to continue.</value>
|
<value>Verification required for this action. Set up an unlock method in Bitwarden to continue.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
||||||
<value>Fel vid skapande av lösennyckel</value>
|
<value>Error creating passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorReadingPasskey" xml:space="preserve">
|
<data name="ErrorReadingPasskey" xml:space="preserve">
|
||||||
<value>Fel vid läsning av lösennyckel</value>
|
<value>Error reading passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>There was a problem creating a passkey for {0}. Try again later.</value>
|
<value>There was a problem creating a passkey for {0}. Try again later.</value>
|
||||||
@@ -2944,13 +2944,13 @@ Vill du byta till detta konto?</value>
|
|||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
||||||
<value>Verifierar identitet...</value>
|
<value>Verifying identity...</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Passwords" xml:space="preserve">
|
<data name="Passwords" xml:space="preserve">
|
||||||
<value>Lösenord</value>
|
<value>Passwords</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UnknownAccount" xml:space="preserve">
|
<data name="UnknownAccount" xml:space="preserve">
|
||||||
<value>Okänt konto</value>
|
<value>Unknown account</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutofill" xml:space="preserve">
|
<data name="SetUpAutofill" xml:space="preserve">
|
||||||
<value>Set up auto-fill</value>
|
<value>Set up auto-fill</value>
|
||||||
@@ -2962,36 +2962,33 @@ Vill du byta till detta konto?</value>
|
|||||||
<value>To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</value>
|
<value>To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
||||||
<value>1. Gå till din enhets Inställningar > Lösenord > Lösenordsalternativ</value>
|
<value>1. Go to your device's Settings > Passwords > Password Options</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
||||||
<value>2. Slå på AutoFyll</value>
|
<value>2. Turn on AutoFill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>3. Välj att använda "Bitwarden" för lösenord och passkeys</value>
|
<value>3. Select "Bitwarden" to use for passwords and passkeys</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
||||||
<value>Your passkey will be saved to your Bitwarden vault</value>
|
<value>Your passkey will be saved to your Bitwarden vault</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Din passkey kommer att sparas i ditt Bitwarden-valv för {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Unassigned organization items are no longer visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>On May 16, 2024, unassigned organization items will no longer be visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Påminn mig senare</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Notice</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Passkeys not supported for this app</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser is not privileged</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser signature does not match</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because of missing asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app not found in asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app could not be verified</value>
|
|
||||||
</data>
|
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -2630,7 +2630,7 @@
|
|||||||
<value>Your master password does not meet one or more of your organization policies. In order to access the vault, you must update your master password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour.</value>
|
<value>Your master password does not meet one or more of your organization policies. In order to access the vault, you must update your master password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CurrentMasterPassword" xml:space="preserve">
|
<data name="CurrentMasterPassword" xml:space="preserve">
|
||||||
<value>தற்போதைய பிரதான கடவுச்சொல்</value>
|
<value>Current master password</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LoggedIn" xml:space="preserve">
|
<data name="LoggedIn" xml:space="preserve">
|
||||||
<value>Logged in!</value>
|
<value>Logged in!</value>
|
||||||
@@ -2834,13 +2834,13 @@
|
|||||||
<value>ஆதரவைத் தொடர்புகொள்ளத் தொடரவா?</value>
|
<value>ஆதரவைத் தொடர்புகொள்ளத் தொடரவா?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
||||||
<value>தனியுரிமை கொள்கைக்குத் தொடரவா?</value>
|
<value>Continue to privacy policy?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToAppStore" xml:space="preserve">
|
<data name="ContinueToAppStore" xml:space="preserve">
|
||||||
<value>Continue to app store?</value>
|
<value>Continue to app store?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
||||||
<value>சாதன அமைவுகளுக்குத் தொடரவா?</value>
|
<value>Continue to device Settings?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
||||||
<value>Bitwarden வலைச்செயலியில் இரு-படி உள்நுழைவை அமைத்து உமது கணக்கின் பாதுகாப்பை அதிகரி.</value>
|
<value>Bitwarden வலைச்செயலியில் இரு-படி உள்நுழைவை அமைத்து உமது கணக்கின் பாதுகாப்பை அதிகரி.</value>
|
||||||
@@ -2896,19 +2896,19 @@
|
|||||||
<value>Choose a login to save this passkey to</value>
|
<value>Choose a login to save this passkey to</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
||||||
<value>கடவுவிசையைப் புதிய உள்நுழைவாகச் சேமி</value>
|
<value>Save passkey as new login</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskey" xml:space="preserve">
|
<data name="SavePasskey" xml:space="preserve">
|
||||||
<value>கடவுவிசையைச் சேமி</value>
|
<value>Save passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysForX" xml:space="preserve">
|
<data name="PasskeysForX" xml:space="preserve">
|
||||||
<value>{0}-க்கான கடவுவிசை</value>
|
<value>Passkeys for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasswordsForX" xml:space="preserve">
|
<data name="PasswordsForX" xml:space="preserve">
|
||||||
<value>{0}-க்கான கடவுச்சொற்கள்</value>
|
<value>Passwords for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="OverwritePasskey" xml:space="preserve">
|
<data name="OverwritePasskey" xml:space="preserve">
|
||||||
<value>கடவுவிசையை மேலெழுதவா?</value>
|
<value>Overwrite passkey?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
||||||
<value>This item already contains a passkey. Are you sure you want to overwrite the current passkey?</value>
|
<value>This item already contains a passkey. Are you sure you want to overwrite the current passkey?</value>
|
||||||
@@ -2929,10 +2929,10 @@
|
|||||||
<value>Verification required for this action. Set up an unlock method in Bitwarden to continue.</value>
|
<value>Verification required for this action. Set up an unlock method in Bitwarden to continue.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
||||||
<value>கடவுவிசை உருவாக்குவதில் பிழை</value>
|
<value>Error creating passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorReadingPasskey" xml:space="preserve">
|
<data name="ErrorReadingPasskey" xml:space="preserve">
|
||||||
<value>கடவுவிசையைப் படிப்பதில் பிழை</value>
|
<value>Error reading passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>There was a problem creating a passkey for {0}. Try again later.</value>
|
<value>There was a problem creating a passkey for {0}. Try again later.</value>
|
||||||
@@ -2943,54 +2943,51 @@
|
|||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
||||||
<value>அடையாளத்தைச் சரிபார்க்கிறது...</value>
|
<value>Verifying identity...</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Passwords" xml:space="preserve">
|
<data name="Passwords" xml:space="preserve">
|
||||||
<value>கடவுச்சொற்கள்</value>
|
<value>Passwords</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UnknownAccount" xml:space="preserve">
|
<data name="UnknownAccount" xml:space="preserve">
|
||||||
<value>அறியப்படாத கணக்கு</value>
|
<value>Unknown account</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutofill" xml:space="preserve">
|
<data name="SetUpAutofill" xml:space="preserve">
|
||||||
<value>தன்னிரப்பலை அமை</value>
|
<value>Set up auto-fill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>உமது கடவுச்சொற்களுக்கும் கடவுவிசைகளுக்கும் உடனடி அணுகலைப் பெறுக!</value>
|
<value>Get instant access to your passwords and passkeys!</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
||||||
<value>To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</value>
|
<value>To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
||||||
<value>1. உமது சாதன அமைப்புகள் > கடவுச்சொற்கள் > கடவுச்சொல் விருப்புங்களுக்குச் செல்</value>
|
<value>1. Go to your device's Settings > Passwords > Password Options</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
||||||
<value>2. தன்னிரப்பலை இயக்கு</value>
|
<value>2. Turn on AutoFill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>3. கடவுச்சொற்களுக்கும் கடவுவிசைகளுக்கும் பயன்படுத்த Bitwarden-ஐத் தேர்தெடு</value>
|
<value>3. Select "Bitwarden" to use for passwords and passkeys</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
||||||
<value>உமது கடவுவிசை உமது Bitwarden பெட்டகத்தில் சேமிக்கப்படும்</value>
|
<value>Your passkey will be saved to your Bitwarden vault</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>உமது கடவுவிசை {0}-க்கான உமது Bitwarden பெட்டகத்தில் சேமிக்கப்படும்</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Unassigned organization items are no longer visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>On May 16, 2024, unassigned organization items will no longer be visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Remind me later</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Notice</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>இச்செயலிக்கு கடவுவிசைகளுக்கான ஆதரவில்லை</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser is not privileged</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser signature does not match</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because of missing asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app not found in asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app could not be verified</value>
|
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -2769,7 +2769,7 @@ Do you want to switch to this account?</value>
|
|||||||
<value>Account security</value>
|
<value>Account security</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenHelpCenter" xml:space="preserve">
|
<data name="BitwardenHelpCenter" xml:space="preserve">
|
||||||
<value>Bitwarden help center</value>
|
<value>Bitwarden Help Center</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContactBitwardenSupport" xml:space="preserve">
|
<data name="ContactBitwardenSupport" xml:space="preserve">
|
||||||
<value>Contact Bitwarden support</value>
|
<value>Contact Bitwarden support</value>
|
||||||
@@ -2975,22 +2975,19 @@ Do you want to switch to this account?</value>
|
|||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Unassigned organization items are no longer visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>On May 16, 2024, unassigned organization items will no longer be visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Remind me later</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Notice</value>
|
||||||
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Passkeys not supported for this app</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser is not privileged</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser signature does not match</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because of missing asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app not found in asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app could not be verified</value>
|
|
||||||
</data>
|
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -2776,7 +2776,7 @@ Do you want to switch to this account?</value>
|
|||||||
<value>Account security</value>
|
<value>Account security</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenHelpCenter" xml:space="preserve">
|
<data name="BitwardenHelpCenter" xml:space="preserve">
|
||||||
<value>Bitwarden help center</value>
|
<value>Bitwarden Help Center</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContactBitwardenSupport" xml:space="preserve">
|
<data name="ContactBitwardenSupport" xml:space="preserve">
|
||||||
<value>Contact Bitwarden support</value>
|
<value>Contact Bitwarden support</value>
|
||||||
@@ -2982,22 +2982,19 @@ Do you want to switch to this account?</value>
|
|||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Unassigned organization items are no longer visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>On May 16, 2024, unassigned organization items will no longer be visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Remind me later</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Notice</value>
|
||||||
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Passkeys not supported for this app</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser is not privileged</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because browser signature does not match</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because of missing asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app not found in asset links</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Passkey operation failed because app could not be verified</value>
|
|
||||||
</data>
|
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -422,7 +422,7 @@
|
|||||||
<value>Otomatik doldurma hizmeti</value>
|
<value>Otomatik doldurma hizmeti</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
||||||
<value>Cihaz ayarlarınızdan Bitwarden'ı geçiş anahtarı sağlayıcınız olarak ayarlayın.</value>
|
<value>Set Bitwarden as your passkey provider in device settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
||||||
<value>Okurken karışabilecek karakterleri kullanma</value>
|
<value>Okurken karışabilecek karakterleri kullanma</value>
|
||||||
@@ -1195,7 +1195,7 @@ Kod otomatik olarak taranacaktır.</value>
|
|||||||
<value>Windows Hello</value>
|
<value>Windows Hello</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenCredentialProviderGoToSettings" xml:space="preserve">
|
<data name="BitwardenCredentialProviderGoToSettings" xml:space="preserve">
|
||||||
<value>Sizin için Android bilgi sağlayıcı ayarları menüsünü otomatik olarak açamadık. Kendiniz bilgi sağlayıcı ayarları menüsünü Android Ayarları > Sistem > Parolalar & hesaplar > parolalar, anahtarlar ve veri servisleri seçeneğine gidebilirsiniz.</value>
|
<value>We were unable to automatically open the Android credential provider settings menu for you. You can navigate to the credential provider settings menu manually from Android Settings > System > Passwords & accounts > Passwords, passkeys and data services.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
|
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
|
||||||
<value>Android otomatik doldurma ayarları menüsünü otomatik olarak açamadık. Lütfen şu yolu izleyerek otomatik doldurma ayarları menüsüne gidin: Android ayarları > Sistem> Dil ve giriş > Gelişmiş > Otomatik doldurma hizmeti.</value>
|
<value>Android otomatik doldurma ayarları menüsünü otomatik olarak açamadık. Lütfen şu yolu izleyerek otomatik doldurma ayarları menüsüne gidin: Android ayarları > Sistem> Dil ve giriş > Gelişmiş > Otomatik doldurma hizmeti.</value>
|
||||||
@@ -1822,7 +1822,7 @@ Kod otomatik olarak taranacaktır.</value>
|
|||||||
<value>Bitwarden'la ilgilenmeniz gerekiyor: Bitwarden ayarlarında "Otomatik doldurma hizmetleri"nden "Üstünde gösterme"yi açın</value>
|
<value>Bitwarden'la ilgilenmeniz gerekiyor: Bitwarden ayarlarında "Otomatik doldurma hizmetleri"nden "Üstünde gösterme"yi açın</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagement" xml:space="preserve">
|
<data name="PasskeyManagement" xml:space="preserve">
|
||||||
<value>Geçiş anahtarı yönetimi</value>
|
<value>Passkey management</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServices" xml:space="preserve">
|
<data name="AutofillServices" xml:space="preserve">
|
||||||
<value>Otomatik doldurma hizmetleri</value>
|
<value>Otomatik doldurma hizmetleri</value>
|
||||||
@@ -2767,7 +2767,7 @@ Bu hesaba geçmek ister misiniz?</value>
|
|||||||
<value>Hesap güvenliği</value>
|
<value>Hesap güvenliği</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenHelpCenter" xml:space="preserve">
|
<data name="BitwardenHelpCenter" xml:space="preserve">
|
||||||
<value>Bitwarden yardım merkezi</value>
|
<value>Bitwarden Yardım Merkezi</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContactBitwardenSupport" xml:space="preserve">
|
<data name="ContactBitwardenSupport" xml:space="preserve">
|
||||||
<value>Bitwarden destek ekibiyle iletişime geç</value>
|
<value>Bitwarden destek ekibiyle iletişime geç</value>
|
||||||
@@ -2807,7 +2807,7 @@ Bu hesaba geçmek ister misiniz?</value>
|
|||||||
<value>{0} saat</value>
|
<value>{0} saat</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
||||||
<value>Bitwarden'ı yeni anahtarlar kaydetmek ve kasadaki anahtarlar ile giriş yapmak için kullanabilirsiniz.</value>
|
<value>Use Bitwarden to save new passkeys and log in with passkeys stored in your vault.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
||||||
<value>Cihazınızdaki diğer uygulamalarda hesap bilgilerini doldurmak için Android Otomatik Doldurma Sistemi kullanılır.</value>
|
<value>Cihazınızdaki diğer uygulamalarda hesap bilgilerini doldurmak için Android Otomatik Doldurma Sistemi kullanılır.</value>
|
||||||
@@ -2838,7 +2838,7 @@ Bu hesaba geçmek ister misiniz?</value>
|
|||||||
<value>App Store'a gitmek ister misiniz?</value>
|
<value>App Store'a gitmek ister misiniz?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
||||||
<value>Cihaz ayarlarına gidilsin mi?</value>
|
<value>Continue to device Settings?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
||||||
<value>Bitwarden web uygulamasında iki aşamalı girişi ayarlayarak hesabınızın güvenliğini artırabilirsiniz.</value>
|
<value>Bitwarden web uygulamasında iki aşamalı girişi ayarlayarak hesabınızın güvenliğini artırabilirsiniz.</value>
|
||||||
@@ -2891,104 +2891,101 @@ Bu hesaba geçmek ister misiniz?</value>
|
|||||||
<value>Kasa zaman aşımı eyleminizi değiştirmek için bir kilit açma yöntemi ayarlayın.</value>
|
<value>Kasa zaman aşımı eyleminizi değiştirmek için bir kilit açma yöntemi ayarlayın.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ChooseALoginToSaveThisPasskeyTo" xml:space="preserve">
|
<data name="ChooseALoginToSaveThisPasskeyTo" xml:space="preserve">
|
||||||
<value>Bu geçiş anahtarının kaydedileceği hesabı seçin</value>
|
<value>Choose a login to save this passkey to</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
||||||
<value>Geçiş anahtarını yeni hesap olarak kaydet</value>
|
<value>Save passkey as new login</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskey" xml:space="preserve">
|
<data name="SavePasskey" xml:space="preserve">
|
||||||
<value>Geçiş anahtarını kaydet</value>
|
<value>Save passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysForX" xml:space="preserve">
|
<data name="PasskeysForX" xml:space="preserve">
|
||||||
<value>{0} geçiş anahtarları</value>
|
<value>Passkeys for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasswordsForX" xml:space="preserve">
|
<data name="PasswordsForX" xml:space="preserve">
|
||||||
<value>{0} parolaları</value>
|
<value>Passwords for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="OverwritePasskey" xml:space="preserve">
|
<data name="OverwritePasskey" xml:space="preserve">
|
||||||
<value>Geçiş anahtarının üzerine yazılsın mı?</value>
|
<value>Overwrite passkey?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
||||||
<value>Bu kayıt zaten bir geçiş anahtarı içeriyor. Mevcut geçiş anahtarının üzerine yazmak istediğinizden emin misiniz?</value>
|
<value>This item already contains a passkey. Are you sure you want to overwrite the current passkey?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DuoTwoStepLoginIsRequiredForYourAccount" xml:space="preserve">
|
<data name="DuoTwoStepLoginIsRequiredForYourAccount" xml:space="preserve">
|
||||||
<value>Hesabınız için Duo iki adımlı giriş gereklidir. </value>
|
<value>Hesabınız için Duo'ya iki adımlı giriş yapmanız gerekiyor. </value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FollowTheStepsFromDuoToFinishLoggingIn" xml:space="preserve">
|
<data name="FollowTheStepsFromDuoToFinishLoggingIn" xml:space="preserve">
|
||||||
<value>Girişi tamamlamak için Duo'daki adımları izleyin.</value>
|
<value>Oturum açmayı tamamlamak için Duo'daki adımları izleyin.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LaunchDuo" xml:space="preserve">
|
<data name="LaunchDuo" xml:space="preserve">
|
||||||
<value>Duo'yu başlat</value>
|
<value>Duo'yu başlat</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerificationRequiredByX" xml:space="preserve">
|
<data name="VerificationRequiredByX" xml:space="preserve">
|
||||||
<value>{0} için doğrulama gerekli</value>
|
<value>Verification required by {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerificationRequiredForThisActionSetUpAnUnlockMethodInBitwardenToContinue" xml:space="preserve">
|
<data name="VerificationRequiredForThisActionSetUpAnUnlockMethodInBitwardenToContinue" xml:space="preserve">
|
||||||
<value>Bu eylem için doğrulama gereklidir. Devam etmek için Bitwarden'da bir kilit açma yöntemi ayarlayın.</value>
|
<value>Verification required for this action. Set up an unlock method in Bitwarden to continue.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
||||||
<value>Geçiş anahtarı oluşturma hatası</value>
|
<value>Error creating passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorReadingPasskey" xml:space="preserve">
|
<data name="ErrorReadingPasskey" xml:space="preserve">
|
||||||
<value>Geçiş anahtarı okuma hatası</value>
|
<value>Error reading passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>{0} için geçiş anahtarı oluşturulamadı. Daha sonra tekrar deneyin.</value>
|
<value>There was a problem creating a passkey for {0}. Try again later.</value>
|
||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemReadingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemReadingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>{0} için geçiş anahtarı okunamadı. Daha sonra tekrar deneyin.</value>
|
<value>There was a problem reading your passkey for {0}. Try again later.</value>
|
||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
||||||
<value>Kimlik doğrulanıyor...</value>
|
<value>Verifying identity...</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Passwords" xml:space="preserve">
|
<data name="Passwords" xml:space="preserve">
|
||||||
<value>Parolalar</value>
|
<value>Passwords</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UnknownAccount" xml:space="preserve">
|
<data name="UnknownAccount" xml:space="preserve">
|
||||||
<value>Bilinmeyen hesap</value>
|
<value>Unknown account</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutofill" xml:space="preserve">
|
<data name="SetUpAutofill" xml:space="preserve">
|
||||||
<value>Otomatik doldurmayı ayarla</value>
|
<value>Set up auto-fill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>Parolalarınıza ve geçiş anahtarlarınıza anında erişin!</value>
|
<value>Get instant access to your passwords and passkeys!</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
||||||
<value>Parolaları otomatik doldurmak ve anahtar yönetimi için, iOS ayarlarında Bitwarden'ı tercih edilen sağlayıcı olarak belirleyin.</value>
|
<value>To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
||||||
<value>1. Cihazınızda Ayarlar > Parolalar > Parola Ayarları seçeneğine gidin</value>
|
<value>1. Go to your device's Settings > Passwords > Password Options</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
||||||
<value>Oto-Doldurma'yı Etkinleştir</value>
|
<value>2. Turn on AutoFill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>Parolalarınızı ve geçiş anahtarlarını kullanmak için "Bitwarden" seçin</value>
|
<value>3. Select "Bitwarden" to use for passwords and passkeys</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
||||||
<value>Geçiş anahtarınız Bitwarden kasasına kaydedilecektir</value>
|
<value>Your passkey will be saved to your Bitwarden vault</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>{0} için geçiş anahtarınız Bitwarden kasasına kaydedilecektir</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Unassigned organization items are no longer visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>On May 16, 2024, unassigned organization items will no longer be visible in the All Vaults view and only accessible via the Admin Console. Assign these items to a collection from the Admin Console to make them visible.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Remind me later</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Notice</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Bu uygulamada geçiş anahtarları desteklenmiyor</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Geçiş anahtarı eylemi başarısız oldu çünkü tarayıcı ayrıcalıklı değil</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Geçiş anahtarı eylemi başarısız oldu çünkü tarayıcı imzası uyumsuz</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Geçiş anahtarı eylemi başarısız oldu çünkü varlık bağlantıları eksik</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Geçiş anahtarı eylemi başarısız oldu çünkü uygulama varlık bağlantılarında bulunamadı</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Geçiş anahtarı eylemi başarısız oldu çünkü uygulama doğrulanamadı</value>
|
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -243,11 +243,11 @@
|
|||||||
<comment>Hide a secret value that is currently shown (password).</comment>
|
<comment>Hide a secret value that is currently shown (password).</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="InternetConnectionRequiredMessage" xml:space="preserve">
|
<data name="InternetConnectionRequiredMessage" xml:space="preserve">
|
||||||
<value>Щоб продовжити, під'єднайтеся до інтернету.</value>
|
<value>Для продовження, під'єднайтесь до інтернету.</value>
|
||||||
<comment>Description message for the alert when internet connection is required to continue.</comment>
|
<comment>Description message for the alert when internet connection is required to continue.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="InternetConnectionRequiredTitle" xml:space="preserve">
|
<data name="InternetConnectionRequiredTitle" xml:space="preserve">
|
||||||
<value>Необхідно під'єднатися до інтернету</value>
|
<value>Необхідно з'єднатися з інтернетом</value>
|
||||||
<comment>Title for the alert when internet connection is required to continue.</comment>
|
<comment>Title for the alert when internet connection is required to continue.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="InvalidMasterPassword" xml:space="preserve">
|
<data name="InvalidMasterPassword" xml:space="preserve">
|
||||||
@@ -422,7 +422,7 @@
|
|||||||
<value>Служба автозаповнення</value>
|
<value>Служба автозаповнення</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
||||||
<value>Зробіть Bitwarden своїм провайдером ключів доступу в налаштуваннях пристрою.</value>
|
<value>Set Bitwarden as your passkey provider in device settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
||||||
<value>Уникати неоднозначних символів</value>
|
<value>Уникати неоднозначних символів</value>
|
||||||
@@ -434,7 +434,7 @@
|
|||||||
<value>Найлегшим способом додавання нових записів у сховище є використання розширення Bitwarden. Дізнайтеся більше про використання розширення Bitwarden в меню "Налаштування".</value>
|
<value>Найлегшим способом додавання нових записів у сховище є використання розширення Bitwarden. Дізнайтеся більше про використання розширення Bitwarden в меню "Налаштування".</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenAppExtensionDescription" xml:space="preserve">
|
<data name="BitwardenAppExtensionDescription" xml:space="preserve">
|
||||||
<value>Використовуйте Bitwarden у Safari та інших програмах для автоматичного заповнення паролів.</value>
|
<value>Використовуйте Bitwarden в Safari та інших програмах для автоматичного заповнення паролів.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenAutofillService" xml:space="preserve">
|
<data name="BitwardenAutofillService" xml:space="preserve">
|
||||||
<value>Служба автозаповнення Bitwarden</value>
|
<value>Служба автозаповнення Bitwarden</value>
|
||||||
@@ -483,7 +483,7 @@
|
|||||||
<value>Увімкнути розширення</value>
|
<value>Увімкнути розширення</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ExtensionInSafari" xml:space="preserve">
|
<data name="ExtensionInSafari" xml:space="preserve">
|
||||||
<value>У Safari знайдіть Bitwarden, використовуючи піктограму Поділитися (підказка: прокрутіть вправо в нижньому рядку меню).</value>
|
<value>В Safari знайдіть Bitwarden, використовуючи піктограму Поділитися (підказка: прокрутіть вправо в нижньому рядку меню).</value>
|
||||||
<comment>Safari is the name of apple's web browser</comment>
|
<comment>Safari is the name of apple's web browser</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ExtensionInstantAccess" xml:space="preserve">
|
<data name="ExtensionInstantAccess" xml:space="preserve">
|
||||||
@@ -493,16 +493,16 @@
|
|||||||
<value>Ви готові до входу!</value>
|
<value>Ви готові до входу!</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ExtensionSetup" xml:space="preserve">
|
<data name="ExtensionSetup" xml:space="preserve">
|
||||||
<value>Тепер ви можете легко отримувати доступ до своїх записів у Safari, Chrome та інших підтримуваних програмах.</value>
|
<value>Тепер ви можете легко отримувати доступ до своїх записів з Safari, Chrome та інших підтримуваних програм.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ExtensionSetup2" xml:space="preserve">
|
<data name="ExtensionSetup2" xml:space="preserve">
|
||||||
<value>У Safari та Chrome знайдіть Bitwarden, використовуючи піктограму Поділитися (підказка: прокрутіть вправо в нижньому рядку меню Поділитися).</value>
|
<value>В Safari та Chrome знайдіть Bitwarden, використовуючи піктограму Поділитися (підказка: прокрутіть вправо в нижньому рядку меню Поділитися).</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ExtensionTapIcon" xml:space="preserve">
|
<data name="ExtensionTapIcon" xml:space="preserve">
|
||||||
<value>Торкніться піктограми Bitwarden у меню, щоб запустити розширення.</value>
|
<value>Торкніться піктограми Bitwarden в меню для запуску розширення.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ExtensionTurnOn" xml:space="preserve">
|
<data name="ExtensionTurnOn" xml:space="preserve">
|
||||||
<value>Щоб увімкнути Bitwarden у Safari та інших програмах, торкніться піктограми "Ще" в нижньому рядку меню.</value>
|
<value>Щоб увімкнути Bitwarden в Safari та інших програмах, торкніться піктограми "Ще" в нижньому рядку меню.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Favorite" xml:space="preserve">
|
<data name="Favorite" xml:space="preserve">
|
||||||
<value>Обране</value>
|
<value>Обране</value>
|
||||||
@@ -520,10 +520,10 @@
|
|||||||
<value>Імпортувати записи</value>
|
<value>Імпортувати записи</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ImportItemsConfirmation" xml:space="preserve">
|
<data name="ImportItemsConfirmation" xml:space="preserve">
|
||||||
<value>Ви можете скористатися масовим імпортуванням записів у сховищі на bitwarden.com. Хочете перейти на вебсайт зараз?</value>
|
<value>Ви можете робити масовий імпорт записів зі сховища на bitwarden.com. Хочете перейти на вебсайт зараз?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ImportItemsDescription" xml:space="preserve">
|
<data name="ImportItemsDescription" xml:space="preserve">
|
||||||
<value>Швидко імпортуйте свої записи з інших програм керування паролями.</value>
|
<value>Швидкий імпорт ваших записів з інших програм керування паролями.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LastSync" xml:space="preserve">
|
<data name="LastSync" xml:space="preserve">
|
||||||
<value>Остання синхронізація:</value>
|
<value>Остання синхронізація:</value>
|
||||||
@@ -651,7 +651,7 @@
|
|||||||
<value>Оцініть програму</value>
|
<value>Оцініть програму</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="RateTheAppDescription" xml:space="preserve">
|
<data name="RateTheAppDescription" xml:space="preserve">
|
||||||
<value>Розкажіть іншим про свої враження, залишивши хороший відгук!</value>
|
<value>Будь ласка, подумайте про те, щоб допомогти нам хорошим відгуком!</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="RegeneratePassword" xml:space="preserve">
|
<data name="RegeneratePassword" xml:space="preserve">
|
||||||
<value>Генерувати новий</value>
|
<value>Генерувати новий</value>
|
||||||
@@ -721,7 +721,7 @@
|
|||||||
<value>Переглянути запис</value>
|
<value>Переглянути запис</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="WebVault" xml:space="preserve">
|
<data name="WebVault" xml:space="preserve">
|
||||||
<value>Вебсховище Bitwarden</value>
|
<value>Веб сховище Bitwarden</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Lost2FAApp" xml:space="preserve">
|
<data name="Lost2FAApp" xml:space="preserve">
|
||||||
<value>Втратили доступ до програми автентифікації?</value>
|
<value>Втратили доступ до програми автентифікації?</value>
|
||||||
@@ -748,10 +748,10 @@
|
|||||||
<comment>This is used for the autofill service. ex. "There are no items in your vault for twitter.com".</comment>
|
<comment>This is used for the autofill service. ex. "There are no items in your vault for twitter.com".</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenAutofillServiceOverlay" xml:space="preserve">
|
<data name="BitwardenAutofillServiceOverlay" xml:space="preserve">
|
||||||
<value>Вибравши поле введення, ви побачите накладання автозаповнення Bitwarden, до якого ви можете торкнутися, щоб запустити службу автозаповнення.</value>
|
<value>При виборі поля введення ви побачите накладання автозаповнення Bitwarden, до якого ви можете торкнутися, щоб запустити службу автозаповнення.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenAutofillServiceNotificationContent" xml:space="preserve">
|
<data name="BitwardenAutofillServiceNotificationContent" xml:space="preserve">
|
||||||
<value>Торкніться цього сповіщення, щоб автоматично заповнити дані.</value>
|
<value>Торкніться цього сповіщення для автозаповнення пароля.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenAutofillServiceOpenAccessibilitySettings" xml:space="preserve">
|
<data name="BitwardenAutofillServiceOpenAccessibilitySettings" xml:space="preserve">
|
||||||
<value>Відкрити налаштування спеціальних можливостей</value>
|
<value>Відкрити налаштування спеціальних можливостей</value>
|
||||||
@@ -775,7 +775,7 @@
|
|||||||
<value>Увімк</value>
|
<value>Увімк</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Status" xml:space="preserve">
|
<data name="Status" xml:space="preserve">
|
||||||
<value>Стан</value>
|
<value>Статус</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenAutofillServiceAlert2" xml:space="preserve">
|
<data name="BitwardenAutofillServiceAlert2" xml:space="preserve">
|
||||||
<value>Найлегшим способом додавання нових записів у сховище є використання служби автозаповнення Bitwarden. Дізнайтеся більше про використання служби автозаповнення Bitwarden в меню "Налаштування".</value>
|
<value>Найлегшим способом додавання нових записів у сховище є використання служби автозаповнення Bitwarden. Дізнайтеся більше про використання служби автозаповнення Bitwarden в меню "Налаштування".</value>
|
||||||
@@ -787,7 +787,7 @@
|
|||||||
<value>Автоматично заповнити чи переглянути запис?</value>
|
<value>Автоматично заповнити чи переглянути запис?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenAutofillServiceMatchConfirm" xml:space="preserve">
|
<data name="BitwardenAutofillServiceMatchConfirm" xml:space="preserve">
|
||||||
<value>Ви дійсно хочете використати цей запис для автозаповнення? Він не повністю відповідає "{0}".</value>
|
<value>Ви дійсно хочете використати цей запис для автоматичного заповнення? Він не повністю відповідає "{0}".</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="MatchingItems" xml:space="preserve">
|
<data name="MatchingItems" xml:space="preserve">
|
||||||
<value>Відповідні записи</value>
|
<value>Відповідні записи</value>
|
||||||
@@ -943,7 +943,7 @@
|
|||||||
<value>Функція недоступна</value>
|
<value>Функція недоступна</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="MaxFileSize" xml:space="preserve">
|
<data name="MaxFileSize" xml:space="preserve">
|
||||||
<value>Максимальний розмір файлу 100 МБ.</value>
|
<value>Максимальний розмір файлу 100 Мб.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UpdateKey" xml:space="preserve">
|
<data name="UpdateKey" xml:space="preserve">
|
||||||
<value>Ви не можете використовувати цю функцію доки не оновите свій ключ шифрування.</value>
|
<value>Ви не можете використовувати цю функцію доки не оновите свій ключ шифрування.</value>
|
||||||
@@ -967,7 +967,7 @@
|
|||||||
<value>URL-адреси середовища збережено.</value>
|
<value>URL-адреси середовища збережено.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FormattedIncorrectly" xml:space="preserve">
|
<data name="FormattedIncorrectly" xml:space="preserve">
|
||||||
<value>{0} має некоректне форматування.</value>
|
<value>{0} є неправильним форматом.</value>
|
||||||
<comment>Validation error when something is not formatted correctly, such as a URL or email address.</comment>
|
<comment>Validation error when something is not formatted correctly, such as a URL or email address.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="IdentityUrl" xml:space="preserve">
|
<data name="IdentityUrl" xml:space="preserve">
|
||||||
@@ -984,7 +984,7 @@
|
|||||||
<value>URL-адреса сервера</value>
|
<value>URL-адреса сервера</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="WebVaultUrl" xml:space="preserve">
|
<data name="WebVaultUrl" xml:space="preserve">
|
||||||
<value>URL-адреса сервера вебсховища</value>
|
<value>URL-адреса сервера веб сховища</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenAutofillServiceNotificationContentOld" xml:space="preserve">
|
<data name="BitwardenAutofillServiceNotificationContentOld" xml:space="preserve">
|
||||||
<value>Торкніться цього сповіщення для перегляду записів з вашого сховища.</value>
|
<value>Торкніться цього сповіщення для перегляду записів з вашого сховища.</value>
|
||||||
@@ -1158,10 +1158,10 @@
|
|||||||
<value>Збірки</value>
|
<value>Збірки</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="NoItemsCollection" xml:space="preserve">
|
<data name="NoItemsCollection" xml:space="preserve">
|
||||||
<value>У цій збірці немає записів.</value>
|
<value>В цій збірці немає записів.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="NoItemsFolder" xml:space="preserve">
|
<data name="NoItemsFolder" xml:space="preserve">
|
||||||
<value>У цій теці немає записів.</value>
|
<value>В цій теці немає записів.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="NoItemsTrash" xml:space="preserve">
|
<data name="NoItemsTrash" xml:space="preserve">
|
||||||
<value>У смітнику немає записів.</value>
|
<value>У смітнику немає записів.</value>
|
||||||
@@ -1195,10 +1195,10 @@
|
|||||||
<value>Windows Hello</value>
|
<value>Windows Hello</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenCredentialProviderGoToSettings" xml:space="preserve">
|
<data name="BitwardenCredentialProviderGoToSettings" xml:space="preserve">
|
||||||
<value>Не вдалося автоматично відкрити меню налаштувань провайдера облікових даних Android. Ви можете власноруч відкрити меню в Налаштуваннях Android > Система > Паролі та облікові записи > Паролі, ключі доступу і служби даних.</value>
|
<value>We were unable to automatically open the Android credential provider settings menu for you. You can navigate to the credential provider settings menu manually from Android Settings > System > Passwords & accounts > Passwords, passkeys and data services.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
|
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
|
||||||
<value>Не вдалося автоматично відкрити меню налаштувань автозаповнення Android. Ви можете перейти до меню налаштувань автозаповнення вручну в Налаштування > Система > Мова і введення > Додатково > Служба автозаповнення.</value>
|
<value>Нам не вдалося автоматично відкрити меню налаштувань автозаповнення Android. Ви можете перейти до меню налаштувань автозаповнення вручну в Налаштування > Система > Мова і введення > Додатково > Служба автозаповнення.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CustomFieldName" xml:space="preserve">
|
<data name="CustomFieldName" xml:space="preserve">
|
||||||
<value>Назва власного поля</value>
|
<value>Назва власного поля</value>
|
||||||
@@ -1632,7 +1632,7 @@
|
|||||||
<value>3. У налаштуваннях Android для Bitwarden перейдіть до "Накладання інших програм" (розділ Розширені) і змініть положення перемикача для активації накладання.</value>
|
<value>3. У налаштуваннях Android для Bitwarden перейдіть до "Накладання інших програм" (розділ Розширені) і змініть положення перемикача для активації накладання.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="OverlayPermission" xml:space="preserve">
|
<data name="OverlayPermission" xml:space="preserve">
|
||||||
<value>Дозвіл</value>
|
<value>Дозволи</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenAutofillServiceOpenOverlayPermissionSettings" xml:space="preserve">
|
<data name="BitwardenAutofillServiceOpenOverlayPermissionSettings" xml:space="preserve">
|
||||||
<value>Відкрити налаштування дозволів накладання</value>
|
<value>Відкрити налаштування дозволів накладання</value>
|
||||||
@@ -1678,7 +1678,7 @@
|
|||||||
<value>Попередження</value>
|
<value>Попередження</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ExportVaultFailure" xml:space="preserve">
|
<data name="ExportVaultFailure" xml:space="preserve">
|
||||||
<value>Сталася помилка під час експорту вашого сховища. Якщо проблема не зникне, вам необхідно буде експортувати з вебсховища.</value>
|
<value>Сталася помилка під час експорту вашого сховища. Якщо проблема не зникне, вам необхідно буде експортувати з веб сховища.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ExportVaultSuccess" xml:space="preserve">
|
<data name="ExportVaultSuccess" xml:space="preserve">
|
||||||
<value>Сховище успішно експортовано</value>
|
<value>Сховище успішно експортовано</value>
|
||||||
@@ -1695,7 +1695,7 @@
|
|||||||
<comment>Button text for an open operation (verb).</comment>
|
<comment>Button text for an open operation (verb).</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="UnableToSaveAttachment" xml:space="preserve">
|
<data name="UnableToSaveAttachment" xml:space="preserve">
|
||||||
<value>Виникла проблема зі збереженням цього вкладення. Якщо проблема не зникне, ви можете зберегти його з вебсховища.</value>
|
<value>Виникла проблема зі збереженням цього вкладення. Якщо проблема не зникне, ви можете зберегти її з веб сховища.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SaveAttachmentSuccess" xml:space="preserve">
|
<data name="SaveAttachmentSuccess" xml:space="preserve">
|
||||||
<value>Вкладення успішно збережено</value>
|
<value>Вкладення успішно збережено</value>
|
||||||
@@ -1822,7 +1822,7 @@
|
|||||||
<value>Bitwarden потребує вашої уваги - Увімкніть "Накладання" в "Службах автозаповнення" в налаштуваннях Bitwarden</value>
|
<value>Bitwarden потребує вашої уваги - Увімкніть "Накладання" в "Службах автозаповнення" в налаштуваннях Bitwarden</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagement" xml:space="preserve">
|
<data name="PasskeyManagement" xml:space="preserve">
|
||||||
<value>Керування ключами доступу</value>
|
<value>Passkey management</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServices" xml:space="preserve">
|
<data name="AutofillServices" xml:space="preserve">
|
||||||
<value>Служби автозаповнення</value>
|
<value>Служби автозаповнення</value>
|
||||||
@@ -1956,7 +1956,7 @@
|
|||||||
<value>Новий пароль</value>
|
<value>Новий пароль</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasswordInfo" xml:space="preserve">
|
<data name="PasswordInfo" xml:space="preserve">
|
||||||
<value>Ви можете встановити пароль для доступу до цього відправлення.</value>
|
<value>За бажанням вимагати пароль в користувачів для доступу до цього відправлення.</value>
|
||||||
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
|
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="RemovePassword" xml:space="preserve">
|
<data name="RemovePassword" xml:space="preserve">
|
||||||
@@ -2067,7 +2067,7 @@
|
|||||||
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
|
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="SendFileEmailVerificationRequired" xml:space="preserve">
|
<data name="SendFileEmailVerificationRequired" xml:space="preserve">
|
||||||
<value>Для відправлення файлів необхідно підтвердити електронну пошту. Ви можете виконати підтвердження у вебсховищі.</value>
|
<value>Для відправлення файлів необхідно підтвердити електронну пошту. Ви можете виконати підтвердження у веб сховищі.</value>
|
||||||
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
|
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasswordPrompt" xml:space="preserve">
|
<data name="PasswordPrompt" xml:space="preserve">
|
||||||
@@ -2239,7 +2239,7 @@
|
|||||||
<value>Верхній регістр (A - Z)</value>
|
<value>Верхній регістр (A - Z)</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LowercaseAtoZ" xml:space="preserve">
|
<data name="LowercaseAtoZ" xml:space="preserve">
|
||||||
<value>Нижній регістр (a - z)</value>
|
<value>Нижній регістр (A - Z)</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="NumbersZeroToNine" xml:space="preserve">
|
<data name="NumbersZeroToNine" xml:space="preserve">
|
||||||
<value>Числа (0 - 9)</value>
|
<value>Числа (0 - 9)</value>
|
||||||
@@ -2808,7 +2808,7 @@
|
|||||||
<value>{0} годин</value>
|
<value>{0} годин</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
||||||
<value>Використовуйте Bitwarden для збереження нових ключів доступу та виконуйте вхід за допомогою збережених у сховищі ключів доступу.</value>
|
<value>Use Bitwarden to save new passkeys and log in with passkeys stored in your vault.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
||||||
<value>Для автозаповнення даних входу в інших програмах на вашому пристрої використовується Android Autofill Framework.</value>
|
<value>Для автозаповнення даних входу в інших програмах на вашому пристрої використовується Android Autofill Framework.</value>
|
||||||
@@ -2839,7 +2839,7 @@
|
|||||||
<value>Продовжити в App Store?</value>
|
<value>Продовжити в App Store?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
||||||
<value>Відкрити налаштування пристрою?</value>
|
<value>Continue to device Settings?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
||||||
<value>Додайте вищий рівень захисту облікового запису, налаштувавши двоетапну перевірку у вебпрограмі Bitwarden.</value>
|
<value>Додайте вищий рівень захисту облікового запису, налаштувавши двоетапну перевірку у вебпрограмі Bitwarden.</value>
|
||||||
@@ -2892,25 +2892,25 @@
|
|||||||
<value>Налаштуйте спосіб розблокування, щоб змінити час очікування сховища.</value>
|
<value>Налаштуйте спосіб розблокування, щоб змінити час очікування сховища.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ChooseALoginToSaveThisPasskeyTo" xml:space="preserve">
|
<data name="ChooseALoginToSaveThisPasskeyTo" xml:space="preserve">
|
||||||
<value>Виберіть запис для збереження цього ключа доступу</value>
|
<value>Choose a login to save this passkey to</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
||||||
<value>Зберегти ключ доступу як новий запис</value>
|
<value>Save passkey as new login</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskey" xml:space="preserve">
|
<data name="SavePasskey" xml:space="preserve">
|
||||||
<value>Зберегти ключ доступу</value>
|
<value>Save passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysForX" xml:space="preserve">
|
<data name="PasskeysForX" xml:space="preserve">
|
||||||
<value>Ключі доступу для {0}</value>
|
<value>Passkeys for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasswordsForX" xml:space="preserve">
|
<data name="PasswordsForX" xml:space="preserve">
|
||||||
<value>Паролі для {0}</value>
|
<value>Passwords for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="OverwritePasskey" xml:space="preserve">
|
<data name="OverwritePasskey" xml:space="preserve">
|
||||||
<value>Перезаписати ключ доступу?</value>
|
<value>Overwrite passkey?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
||||||
<value>Цей елемент вже містить ключ доступу. Ви впевнені, що хочете перезаписати поточний ключ доступу?</value>
|
<value>This item already contains a passkey. Are you sure you want to overwrite the current passkey?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DuoTwoStepLoginIsRequiredForYourAccount" xml:space="preserve">
|
<data name="DuoTwoStepLoginIsRequiredForYourAccount" xml:space="preserve">
|
||||||
<value>Для вашого облікового запису необхідна двоетапна перевірка з Duo. </value>
|
<value>Для вашого облікового запису необхідна двоетапна перевірка з Duo. </value>
|
||||||
@@ -2922,74 +2922,71 @@
|
|||||||
<value>Запустити Duo</value>
|
<value>Запустити Duo</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerificationRequiredByX" xml:space="preserve">
|
<data name="VerificationRequiredByX" xml:space="preserve">
|
||||||
<value>Потрібне підтвердження {0}</value>
|
<value>Verification required by {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerificationRequiredForThisActionSetUpAnUnlockMethodInBitwardenToContinue" xml:space="preserve">
|
<data name="VerificationRequiredForThisActionSetUpAnUnlockMethodInBitwardenToContinue" xml:space="preserve">
|
||||||
<value>Для цієї дії потрібне підтвердження. Налаштуйте спосіб розблокування у Bitwarden, щоб продовжити.</value>
|
<value>Verification required for this action. Set up an unlock method in Bitwarden to continue.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
||||||
<value>Помилка створення ключа доступу</value>
|
<value>Error creating passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorReadingPasskey" xml:space="preserve">
|
<data name="ErrorReadingPasskey" xml:space="preserve">
|
||||||
<value>Помилка читання ключа доступу</value>
|
<value>Error reading passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>Сталася помилка під час створення ключа доступу для {0}. Повторіть спробу пізніше.</value>
|
<value>There was a problem creating a passkey for {0}. Try again later.</value>
|
||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemReadingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemReadingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>Виникла проблема під час читання ключа доступу для {0}. Повторіть спробу пізніше.</value>
|
<value>There was a problem reading your passkey for {0}. Try again later.</value>
|
||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
||||||
<value>Перевірка даних...</value>
|
<value>Verifying identity...</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Passwords" xml:space="preserve">
|
<data name="Passwords" xml:space="preserve">
|
||||||
<value>Паролі</value>
|
<value>Passwords</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UnknownAccount" xml:space="preserve">
|
<data name="UnknownAccount" xml:space="preserve">
|
||||||
<value>Невідомий обліковий запис</value>
|
<value>Unknown account</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutofill" xml:space="preserve">
|
<data name="SetUpAutofill" xml:space="preserve">
|
||||||
<value>Налаштувати автозаповнення</value>
|
<value>Set up auto-fill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>Отримайте миттєвий доступ до своїх паролів і ключів доступу!</value>
|
<value>Get instant access to your passwords and passkeys!</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
||||||
<value>Щоб налаштувати автозаповнення паролів та керувати ключами доступу, зробіть Bitwarden своїм бажаним провайдером у параметрах iOS.</value>
|
<value>To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
||||||
<value>1. Відкрийте Параметри > Паролі > Параметри паролів</value>
|
<value>1. Go to your device's Settings > Passwords > Password Options</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
||||||
<value>2. Увімкніть автозаповнення</value>
|
<value>2. Turn on AutoFill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>3. Оберіть Bitwarden для паролів і ключів доступу</value>
|
<value>3. Select "Bitwarden" to use for passwords and passkeys</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
||||||
<value>Ваш ключ доступу буде збережено в сховищі Bitwarden</value>
|
<value>Your passkey will be saved to your Bitwarden vault</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Ваш ключ доступу буде збережено в сховищі Bitwarden для {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Непризначені елементи організації більше не видимі у поданні "Усі сховища" і доступні лише в консолі адміністратора. Щоб зробити їх видимими, призначте ці елементи збірці в консолі адміністратора.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>16 травня 2024 року, непризначені елементи організації більше не будуть видимі в поданні "Усі сховища", і доступні лише через консоль адміністратора. Щоб зробити їх видимими, призначте ці елементи збірці в консолі адміністратора.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Нагадати пізніше</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Сповіщення</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Ця програма не підтримує ключі доступу</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Не вдалося виконати операцію з ключем доступу, оскільки браузер не має права доступу</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Не вдалося виконати операцію з ключем доступу, оскільки не збігається підпис браузера</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Не вдалося виконати операцію з ключем доступу, оскільки відсутні посилання на ресурси</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Не вдалося виконати операцію з ключем доступу, оскільки програму не знайдено в посиланнях на ресурси</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Не вдалося виконати операцію з ключем доступу, оскільки неможливо перевірити програму</value>
|
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -422,7 +422,7 @@
|
|||||||
<value>Dịch vụ tự động điền</value>
|
<value>Dịch vụ tự động điền</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
||||||
<value>Đặt Bitwarden làm nhà cung cấp mật mã của bạn trong cài đặt thiết bị.</value>
|
<value>Set Bitwarden as your passkey provider in device settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
||||||
<value>Tránh các ký tự dễ gây nhầm lẫn</value>
|
<value>Tránh các ký tự dễ gây nhầm lẫn</value>
|
||||||
@@ -1195,7 +1195,7 @@ Quá trình quét sẽ diễn ra tự động.</value>
|
|||||||
<value>Windows Hello</value>
|
<value>Windows Hello</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenCredentialProviderGoToSettings" xml:space="preserve">
|
<data name="BitwardenCredentialProviderGoToSettings" xml:space="preserve">
|
||||||
<value>Chúng tôi không thể mở cài đặt tự động điền cho bạn. Bạn có thể đi đến cài đặt tự động điền theo cách thủ công bằng cách vào Cài đặt Android > Hệ thống > Mật khẩu & tài khoản > Mật khẩu, mật mã và dịch vụ dữ liệu.</value>
|
<value>We were unable to automatically open the Android credential provider settings menu for you. You can navigate to the credential provider settings menu manually from Android Settings > System > Passwords & accounts > Passwords, passkeys and data services.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
|
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
|
||||||
<value>Chúng tôi không thể mở cài đặt tự động điền cho bạn. Bạn có thể đi đến cài đặt tự động điền theo cách thủ công bằng cách vào Cài đặt > Hệ thống > Ngôn ngữ và nhập liệu > Nâng cao > Dịch vụ tự động điền.</value>
|
<value>Chúng tôi không thể mở cài đặt tự động điền cho bạn. Bạn có thể đi đến cài đặt tự động điền theo cách thủ công bằng cách vào Cài đặt > Hệ thống > Ngôn ngữ và nhập liệu > Nâng cao > Dịch vụ tự động điền.</value>
|
||||||
@@ -1823,7 +1823,7 @@ Quá trình quét sẽ diễn ra tự động.</value>
|
|||||||
<value>Chú ý Bitwarden - Bật (Hiện trên ứng dụng) trong phần cài đặt "Điền tự động" của Bitwarden</value>
|
<value>Chú ý Bitwarden - Bật (Hiện trên ứng dụng) trong phần cài đặt "Điền tự động" của Bitwarden</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagement" xml:space="preserve">
|
<data name="PasskeyManagement" xml:space="preserve">
|
||||||
<value>Quản lý mật mã</value>
|
<value>Passkey management</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServices" xml:space="preserve">
|
<data name="AutofillServices" xml:space="preserve">
|
||||||
<value>Tự động điền mật khẩu</value>
|
<value>Tự động điền mật khẩu</value>
|
||||||
@@ -2809,7 +2809,7 @@ Bạn có muốn chuyển sang tài khoản này không?</value>
|
|||||||
<value>{0} giờ</value>
|
<value>{0} giờ</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
||||||
<value>Sử dụng Bitwarden để lưu mật mã mới và đăng nhập bằng mật mã được lưu trong kho của bạn.</value>
|
<value>Use Bitwarden to save new passkeys and log in with passkeys stored in your vault.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
||||||
<value>Dùng Android Autofill Framework để điền thông tin đăng nhập vào các ứng dụng khác trên thiết bị của bạn.</value>
|
<value>Dùng Android Autofill Framework để điền thông tin đăng nhập vào các ứng dụng khác trên thiết bị của bạn.</value>
|
||||||
@@ -2840,7 +2840,7 @@ Bạn có muốn chuyển sang tài khoản này không?</value>
|
|||||||
<value>Vẫn tiếp tục đến cửa hàng ứng dụng?</value>
|
<value>Vẫn tiếp tục đến cửa hàng ứng dụng?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
||||||
<value>Tiếp tục tới Cài đặt thiết bị?</value>
|
<value>Continue to device Settings?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
||||||
<value>Bảo vệ tài khoản của bạn an toàn hơn bằng cách thiết lập đăng nhập hai bước trên Bitwarden bản web.</value>
|
<value>Bảo vệ tài khoản của bạn an toàn hơn bằng cách thiết lập đăng nhập hai bước trên Bitwarden bản web.</value>
|
||||||
@@ -2893,25 +2893,25 @@ Bạn có muốn chuyển sang tài khoản này không?</value>
|
|||||||
<value>Thiết lập khóa khi hết thời gian chờ kho.</value>
|
<value>Thiết lập khóa khi hết thời gian chờ kho.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ChooseALoginToSaveThisPasskeyTo" xml:space="preserve">
|
<data name="ChooseALoginToSaveThisPasskeyTo" xml:space="preserve">
|
||||||
<value>Chọn thông tin đăng nhập để lưu mật mã này vào</value>
|
<value>Choose a login to save this passkey to</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
||||||
<value>Lưu mật mã như đăng nhập mới</value>
|
<value>Save passkey as new login</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskey" xml:space="preserve">
|
<data name="SavePasskey" xml:space="preserve">
|
||||||
<value>Lưu mật mã</value>
|
<value>Save passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysForX" xml:space="preserve">
|
<data name="PasskeysForX" xml:space="preserve">
|
||||||
<value>Mật mã {0}</value>
|
<value>Passkeys for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasswordsForX" xml:space="preserve">
|
<data name="PasswordsForX" xml:space="preserve">
|
||||||
<value>Mật khẩu {0}</value>
|
<value>Passwords for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="OverwritePasskey" xml:space="preserve">
|
<data name="OverwritePasskey" xml:space="preserve">
|
||||||
<value>Ghi đè mật mã?</value>
|
<value>Overwrite passkey?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
||||||
<value>Mục này đã chứa mật mã. Bạn có chắc muốn ghi đè mật mã hiện tại không?</value>
|
<value>This item already contains a passkey. Are you sure you want to overwrite the current passkey?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DuoTwoStepLoginIsRequiredForYourAccount" xml:space="preserve">
|
<data name="DuoTwoStepLoginIsRequiredForYourAccount" xml:space="preserve">
|
||||||
<value>Tài khoản của bạn bắt buộc đăng nhập 2 bước Dou. </value>
|
<value>Tài khoản của bạn bắt buộc đăng nhập 2 bước Dou. </value>
|
||||||
@@ -2923,74 +2923,71 @@ Bạn có muốn chuyển sang tài khoản này không?</value>
|
|||||||
<value>Khởi động Dou</value>
|
<value>Khởi động Dou</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerificationRequiredByX" xml:space="preserve">
|
<data name="VerificationRequiredByX" xml:space="preserve">
|
||||||
<value>Yêu cầu xác minh bởi {0}</value>
|
<value>Verification required by {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerificationRequiredForThisActionSetUpAnUnlockMethodInBitwardenToContinue" xml:space="preserve">
|
<data name="VerificationRequiredForThisActionSetUpAnUnlockMethodInBitwardenToContinue" xml:space="preserve">
|
||||||
<value>Cần phải xác minh cho hành động này. Thiết lập phương thức mở khóa trong Bitwarden để tiếp tục.</value>
|
<value>Verification required for this action. Set up an unlock method in Bitwarden to continue.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
||||||
<value>Lỗi tạo mật mã</value>
|
<value>Error creating passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorReadingPasskey" xml:space="preserve">
|
<data name="ErrorReadingPasskey" xml:space="preserve">
|
||||||
<value>Lỗi đọc mật mã</value>
|
<value>Error reading passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>Xảy ra lỗi khi tạo mật mã cho {0}. Thử lại sau.</value>
|
<value>There was a problem creating a passkey for {0}. Try again later.</value>
|
||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemReadingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemReadingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>Xảy ra lỗi khi đọc mật mã cho {0}. Thử lại sau.</value>
|
<value>There was a problem reading your passkey for {0}. Try again later.</value>
|
||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
||||||
<value>Đang xác minh...</value>
|
<value>Verifying identity...</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Passwords" xml:space="preserve">
|
<data name="Passwords" xml:space="preserve">
|
||||||
<value>Mật khẩu</value>
|
<value>Passwords</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UnknownAccount" xml:space="preserve">
|
<data name="UnknownAccount" xml:space="preserve">
|
||||||
<value>Tài khoản không rõ</value>
|
<value>Unknown account</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutofill" xml:space="preserve">
|
<data name="SetUpAutofill" xml:space="preserve">
|
||||||
<value>Thiết lập điền tự động</value>
|
<value>Set up auto-fill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>Truy cập ngay vào mật khẩu và mật mã của bạn!</value>
|
<value>Get instant access to your passwords and passkeys!</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
||||||
<value>Để thiết lập điền tự động mật khẩu và quản lý mật mã, hãy đặt Bitwarden làm nhà cung cấp ưa thích của bạn trong Cài đặt iOS.</value>
|
<value>To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
||||||
<value>1. Vào Cài đặt Thiết bị > Mật khẩu > Tùy chọn mật khẩu</value>
|
<value>1. Go to your device's Settings > Passwords > Password Options</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
||||||
<value>4. Bật Tự động điền mật khẩu</value>
|
<value>2. Turn on AutoFill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>3. Chọn "Bitwarden" để dùng cho mật khẩu và mật mã</value>
|
<value>3. Select "Bitwarden" to use for passwords and passkeys</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
||||||
<value>Mật mã sẽ được lưu vào kho Bitwarden của bạn</value>
|
<value>Your passkey will be saved to your Bitwarden vault</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>Mật mã sẽ được lưu vào kho Bitwarden của bạn cho {0}</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>Các mục tổ chức chưa được chỉ định sẽ không còn hiển thị trong chế độ xem Toàn Bộ, mà chỉ có thể truy cập qua Bảng điều khiển dành cho quản trị viên. Để hiện thị, chỉ định các mục này cho một thư mục từ Bảng điều khiển dành cho quản trị viên.</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>Vào ngày 16 tháng 5 năm 2024, các mục tổ chức chưa được chỉ định sẽ không còn hiển thị trong chế độ xem Toàn Bộ, mà chỉ có thể truy cập qua Bảng điều khiển dành cho quản trị viên. Để hiện thị, chỉ định các mục này cho một thư mục từ Bảng điều khiển dành cho quản trị viên.</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>Nhắc sau</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>Lưu ý</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>Ứng dụng này không hỗ trợ mật mã</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>Thao tác mã khóa không thành công vì trình duyệt không có quyền</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>Thao tác mã khóa không thành công vì chữ ký trình duyệt không khớp</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>Thao tác mã khóa không thành công vì liên kết tài sản bị thiếu</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>Thao tác mã khóa không thành công vì không tìm thấy app trong tài sản liên kết</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>Thao tác mã khóa không thành công vì không thể xác minh ứng dụng</value>
|
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -422,7 +422,7 @@
|
|||||||
<value>自动填充服务</value>
|
<value>自动填充服务</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
<data name="SetBitwardenAsPasskeyManagerDescription" xml:space="preserve">
|
||||||
<value>在设备的设置中将 Bitwarden 设置为您的通行密钥提供程序。</value>
|
<value>Set Bitwarden as your passkey provider in device settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
|
||||||
<value>避免易混淆的字符</value>
|
<value>避免易混淆的字符</value>
|
||||||
@@ -952,7 +952,7 @@
|
|||||||
<value>需要迁移加密密钥。请登录网页版密码库来更新您的加密密钥。</value>
|
<value>需要迁移加密密钥。请登录网页版密码库来更新您的加密密钥。</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LearnMore" xml:space="preserve">
|
<data name="LearnMore" xml:space="preserve">
|
||||||
<value>进一步了解</value>
|
<value>了解更多信息</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ApiUrl" xml:space="preserve">
|
<data name="ApiUrl" xml:space="preserve">
|
||||||
<value>API 服务器 URL</value>
|
<value>API 服务器 URL</value>
|
||||||
@@ -1195,7 +1195,7 @@
|
|||||||
<value>Windows Hello</value>
|
<value>Windows Hello</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenCredentialProviderGoToSettings" xml:space="preserve">
|
<data name="BitwardenCredentialProviderGoToSettings" xml:space="preserve">
|
||||||
<value>我们无法为您自动打开 Android 凭据提供程序设置菜单。您可以通过 Android 设置 > 系统 > 密码和账户 > 密码、通行密钥和数据服务手动定位到凭据提供程序设置菜单。</value>
|
<value>We were unable to automatically open the Android credential provider settings menu for you. You can navigate to the credential provider settings menu manually from Android Settings > System > Passwords & accounts > Passwords, passkeys and data services.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
|
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
|
||||||
<value>我们无法为您自动打开 Android 自动填充设置菜单。您可以通过 Android 设置 > 系统 > 语言和输入 > 高级 > 自动填充服务,来手动导航到自动填充设置。</value>
|
<value>我们无法为您自动打开 Android 自动填充设置菜单。您可以通过 Android 设置 > 系统 > 语言和输入 > 高级 > 自动填充服务,来手动导航到自动填充设置。</value>
|
||||||
@@ -1822,7 +1822,7 @@
|
|||||||
<value>Bitwarden 需要注意 - 请在 Bitwarden 设置的「自动填充服务」中启用「Draw-Over」</value>
|
<value>Bitwarden 需要注意 - 请在 Bitwarden 设置的「自动填充服务」中启用「Draw-Over」</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagement" xml:space="preserve">
|
<data name="PasskeyManagement" xml:space="preserve">
|
||||||
<value>通行密钥管理</value>
|
<value>Passkey management</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServices" xml:space="preserve">
|
<data name="AutofillServices" xml:space="preserve">
|
||||||
<value>自动填充服务</value>
|
<value>自动填充服务</value>
|
||||||
@@ -2500,7 +2500,7 @@
|
|||||||
<value>在 {1} 上以 {0} 身份登录</value>
|
<value>在 {1} 上以 {0} 身份登录</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="NotYou" xml:space="preserve">
|
<data name="NotYou" xml:space="preserve">
|
||||||
<value>不是您吗?</value>
|
<value>不是你?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LogInWithMasterPassword" xml:space="preserve">
|
<data name="LogInWithMasterPassword" xml:space="preserve">
|
||||||
<value>使用主密码登录</value>
|
<value>使用主密码登录</value>
|
||||||
@@ -2695,7 +2695,7 @@
|
|||||||
<value>批准后,您将收到通知。 </value>
|
<value>批准后,您将收到通知。 </value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TroubleLoggingIn" xml:space="preserve">
|
<data name="TroubleLoggingIn" xml:space="preserve">
|
||||||
<value>登录遇到问题吗?</value>
|
<value>登录遇到问题?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LoggingInAsX" xml:space="preserve">
|
<data name="LoggingInAsX" xml:space="preserve">
|
||||||
<value>正登录为 {0}</value>
|
<value>正登录为 {0}</value>
|
||||||
@@ -2808,7 +2808,7 @@
|
|||||||
<value>{0} 小时</value>
|
<value>{0} 小时</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
<data name="PasskeyManagementExplanationLong" xml:space="preserve">
|
||||||
<value>使用 Bitwarden 保存新的通行密钥并使用存储在密码库中的通行密钥登录。</value>
|
<value>Use Bitwarden to save new passkeys and log in with passkeys stored in your vault.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
<data name="AutofillServicesExplanationLong" xml:space="preserve">
|
||||||
<value>Android 自动填充框架用于帮助将登录信息填充到您设备上的其他应用。</value>
|
<value>Android 自动填充框架用于帮助将登录信息填充到您设备上的其他应用。</value>
|
||||||
@@ -2820,7 +2820,7 @@
|
|||||||
<value>附加选项</value>
|
<value>附加选项</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToWebApp" xml:space="preserve">
|
<data name="ContinueToWebApp" xml:space="preserve">
|
||||||
<value>前往网页应用吗?</value>
|
<value>前往网页 App 吗?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToX" xml:space="preserve">
|
<data name="ContinueToX" xml:space="preserve">
|
||||||
<value>前往 {0} 吗?</value>
|
<value>前往 {0} 吗?</value>
|
||||||
@@ -2839,7 +2839,7 @@
|
|||||||
<value>前往 App Store 吗?</value>
|
<value>前往 App Store 吗?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
<data name="ContinueToDeviceSettings" xml:space="preserve">
|
||||||
<value>前往设备设置吗?</value>
|
<value>Continue to device Settings?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
||||||
<value>通过在 Bitwarden 网页应用中设置两步登录,可以使您的账户更加安全。</value>
|
<value>通过在 Bitwarden 网页应用中设置两步登录,可以使您的账户更加安全。</value>
|
||||||
@@ -2852,7 +2852,7 @@
|
|||||||
<comment>The parameter is an URL, like vault.bitwarden.com.</comment>
|
<comment>The parameter is an URL, like vault.bitwarden.com.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="LearnMoreAboutHowToUseBitwardenOnTheHelpCenter" xml:space="preserve">
|
<data name="LearnMoreAboutHowToUseBitwardenOnTheHelpCenter" xml:space="preserve">
|
||||||
<value>访问帮助中心了解更多如何使用 Bitwarden 的信息。</value>
|
<value>在帮助中心了解更多如何使用 Bitwarden 的信息。</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
||||||
<value>找不到您想要的吗?请在 bitwarden.com 上联系 Bitwarden 支持。</value>
|
<value>找不到您想要的吗?请在 bitwarden.com 上联系 Bitwarden 支持。</value>
|
||||||
@@ -2864,7 +2864,7 @@
|
|||||||
<value>在网页应用上探索您的 Bitwarden 账户的更多功能。</value>
|
<value>在网页应用上探索您的 Bitwarden 账户的更多功能。</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LearnAboutOrganizationsDescriptionLong" xml:space="preserve">
|
<data name="LearnAboutOrganizationsDescriptionLong" xml:space="preserve">
|
||||||
<value>Bitwarden 允许您使用组织与他人共享您的密码库项目。访问 bitwarden.com 网站了解更多信息。</value>
|
<value>Bitwarden 允许您使用组织与他人共享您的密码库项目。访问 bitwarden.com 网站以了解更多。</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="RateAppDescriptionLong" xml:space="preserve">
|
<data name="RateAppDescriptionLong" xml:space="preserve">
|
||||||
<value>帮助别人了解 Bitwarden 是否适合他们。立即访问 App Store 并留下评分。</value>
|
<value>帮助别人了解 Bitwarden 是否适合他们。立即访问 App Store 并留下评分。</value>
|
||||||
@@ -2892,25 +2892,25 @@
|
|||||||
<value>设置解锁选项以更改您的密码库超时动作。</value>
|
<value>设置解锁选项以更改您的密码库超时动作。</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ChooseALoginToSaveThisPasskeyTo" xml:space="preserve">
|
<data name="ChooseALoginToSaveThisPasskeyTo" xml:space="preserve">
|
||||||
<value>选择一个用于保存此通行密钥的登录项目</value>
|
<value>Choose a login to save this passkey to</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
<data name="SavePasskeyAsNewLogin" xml:space="preserve">
|
||||||
<value>将通行密钥保存为新的登录</value>
|
<value>Save passkey as new login</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SavePasskey" xml:space="preserve">
|
<data name="SavePasskey" xml:space="preserve">
|
||||||
<value>保存通行密钥</value>
|
<value>Save passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysForX" xml:space="preserve">
|
<data name="PasskeysForX" xml:space="preserve">
|
||||||
<value>{0} 的通行密钥</value>
|
<value>Passkeys for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasswordsForX" xml:space="preserve">
|
<data name="PasswordsForX" xml:space="preserve">
|
||||||
<value>{0} 的密码</value>
|
<value>Passwords for {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="OverwritePasskey" xml:space="preserve">
|
<data name="OverwritePasskey" xml:space="preserve">
|
||||||
<value>覆盖通行密钥吗?</value>
|
<value>Overwrite passkey?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
<data name="ThisItemAlreadyContainsAPasskeyAreYouSureYouWantToOverwriteTheCurrentPasskey" xml:space="preserve">
|
||||||
<value>此项目已包含一个通行密钥。确定要覆盖当前的通行密钥吗?</value>
|
<value>This item already contains a passkey. Are you sure you want to overwrite the current passkey?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DuoTwoStepLoginIsRequiredForYourAccount" xml:space="preserve">
|
<data name="DuoTwoStepLoginIsRequiredForYourAccount" xml:space="preserve">
|
||||||
<value>您的账户要求使用 Duo 两步登录。 </value>
|
<value>您的账户要求使用 Duo 两步登录。 </value>
|
||||||
@@ -2922,74 +2922,71 @@
|
|||||||
<value>启动 Duo</value>
|
<value>启动 Duo</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerificationRequiredByX" xml:space="preserve">
|
<data name="VerificationRequiredByX" xml:space="preserve">
|
||||||
<value>{0} 要求验证</value>
|
<value>Verification required by {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerificationRequiredForThisActionSetUpAnUnlockMethodInBitwardenToContinue" xml:space="preserve">
|
<data name="VerificationRequiredForThisActionSetUpAnUnlockMethodInBitwardenToContinue" xml:space="preserve">
|
||||||
<value>此操作需要验证。在 Bitwarden 中设置一个解锁方式以继续。</value>
|
<value>Verification required for this action. Set up an unlock method in Bitwarden to continue.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
<data name="ErrorCreatingPasskey" xml:space="preserve">
|
||||||
<value>创建通行密钥时出错</value>
|
<value>Error creating passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorReadingPasskey" xml:space="preserve">
|
<data name="ErrorReadingPasskey" xml:space="preserve">
|
||||||
<value>读取通行密钥时出错</value>
|
<value>Error reading passkey</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemCreatingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>为 {0} 创建通行密钥时出错。请稍后再试。</value>
|
<value>There was a problem creating a passkey for {0}. Try again later.</value>
|
||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThereWasAProblemReadingAPasskeyForXTryAgainLater" xml:space="preserve">
|
<data name="ThereWasAProblemReadingAPasskeyForXTryAgainLater" xml:space="preserve">
|
||||||
<value>读取 {0} 的通行密钥时出错。请稍后再试。</value>
|
<value>There was a problem reading your passkey for {0}. Try again later.</value>
|
||||||
<comment>The parameter is the RpId</comment>
|
<comment>The parameter is the RpId</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
<data name="VerifyingIdentityEllipsis" xml:space="preserve">
|
||||||
<value>正在验证身份...</value>
|
<value>Verifying identity...</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Passwords" xml:space="preserve">
|
<data name="Passwords" xml:space="preserve">
|
||||||
<value>密码</value>
|
<value>Passwords</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UnknownAccount" xml:space="preserve">
|
<data name="UnknownAccount" xml:space="preserve">
|
||||||
<value>未知账户</value>
|
<value>Unknown account</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutofill" xml:space="preserve">
|
<data name="SetUpAutofill" xml:space="preserve">
|
||||||
<value>设置自动填充</value>
|
<value>Set up auto-fill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
<data name="GetInstantAccessToYourPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>立即访问您的密码和通行密钥!</value>
|
<value>Get instant access to your passwords and passkeys!</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
<data name="SetUpAutoFillDescriptionLong" xml:space="preserve">
|
||||||
<value>要设置密码自动填充和通行密钥管理,请在 iOS 设置中将 Bitwarden 设置为您的首选提供程序。</value>
|
<value>To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
<data name="FirstDotGoToYourDeviceSettingsPasswordsPasswordOptions" xml:space="preserve">
|
||||||
<value>1. 转到您设备的设置 > 密码 > 密码选项</value>
|
<value>1. Go to your device's Settings > Passwords > Password Options</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
<data name="SecondDotTurnOnAutoFill" xml:space="preserve">
|
||||||
<value>2. 打开自动填充</value>
|
<value>2. Turn on AutoFill</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
<data name="ThirdDotSelectBitwardenToUseForPasswordsAndPasskeys" xml:space="preserve">
|
||||||
<value>3. 选择「Bitwarden」用于密码和通行密钥</value>
|
<value>3. Select "Bitwarden" to use for passwords and passkeys</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVault" xml:space="preserve">
|
||||||
<value>您的通行密钥将保存在您的 Bitwarden 密码库中</value>
|
<value>Your passkey will be saved to your Bitwarden vault</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
<data name="YourPasskeyWillBeSavedToYourBitwardenVaultForX" xml:space="preserve">
|
||||||
<value>您的通行密钥将保存在您的 {0} Bitwarden 密码库中</value>
|
<value>Your passkey will be saved to your Bitwarden vault for {0}</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageUSEUDescriptionLong" xml:space="preserve">
|
||||||
|
<value>未分配的组织项目在「所有密码库」视图中不再可见,只能通过管理控制台访问。通过管理控制台将这些项目分配给集合以使其可见。</value>
|
||||||
|
</data>
|
||||||
|
<data name="OrganizationUnassignedItemsMessageSelfHost041624DescriptionLong" xml:space="preserve">
|
||||||
|
<value>注意:从 2024 年 5 月 16 日起,未分配的组织项目在「所有密码库」视图中将不再可见,只能通过管理控制台访问。通过管理控制台将这些项目分配给集合以使其可见。</value>
|
||||||
|
</data>
|
||||||
|
<data name="RemindMeLater" xml:space="preserve">
|
||||||
|
<value>稍后提醒我</value>
|
||||||
|
</data>
|
||||||
|
<data name="Notice" xml:space="preserve">
|
||||||
|
<value>注意</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
<data name="PasskeysNotSupportedForThisApp" xml:space="preserve">
|
||||||
<value>此应用不支持通行密钥</value>
|
<value>Passkeys not supported for this app</value>
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserIsNotPrivileged" xml:space="preserve">
|
|
||||||
<value>由于浏览器没有权限,通行密钥操作失败</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseBrowserSignatureDoesNotMatch" xml:space="preserve">
|
|
||||||
<value>由于浏览器签名不匹配,通行密钥操作失败</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseOfMissingAssetLinks" xml:space="preserve">
|
|
||||||
<value>由于资源链接缺失,通行密钥操作失败</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppNotFoundInAssetLinks" xml:space="preserve">
|
|
||||||
<value>由于在资源链接中找不到应用,通行密钥操作失败</value>
|
|
||||||
</data>
|
|
||||||
<data name="PasskeyOperationFailedBecauseAppCouldNotBeVerified" xml:space="preserve">
|
|
||||||
<value>由于无法验证应用,通行密钥操作失败</value>
|
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user