mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
Compare commits
1 Commits
beta-nativ
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fe1067bedf |
1
.github/renovate.json
vendored
1
.github/renovate.json
vendored
@@ -2,7 +2,6 @@
|
|||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:base",
|
"config:base",
|
||||||
"github>bitwarden/renovate-config:pin-actions",
|
|
||||||
":combinePatchMinorReleases",
|
":combinePatchMinorReleases",
|
||||||
":dependencyDashboard",
|
":dependencyDashboard",
|
||||||
":maintainLockFilesWeekly",
|
":maintainLockFilesWeekly",
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
32
.github/workflows/build.yml
vendored
32
.github/workflows/build.yml
vendored
@@ -75,7 +75,7 @@ jobs:
|
|||||||
dotnet-version: '3.1.x'
|
dotnet-version: '3.1.x'
|
||||||
|
|
||||||
- name: Set up MSBuild
|
- name: Set up MSBuild
|
||||||
uses: microsoft/setup-msbuild@031090342aeefe171e49f3820f3b52110c66e402 # v1.3.2
|
uses: microsoft/setup-msbuild@1ff57057b5cfdc39105cd07a01d78e9b0ea0c14c # v1.3.1
|
||||||
|
|
||||||
- name: Setup Windows builder
|
- name: Setup Windows builder
|
||||||
run: choco install checksum --no-progress
|
run: choco install checksum --no-progress
|
||||||
@@ -147,7 +147,7 @@ jobs:
|
|||||||
run: dotnet test test/Core.Test/Core.Test.csproj --logger "trx;LogFileName=test-results.trx"
|
run: dotnet test test/Core.Test/Core.Test.csproj --logger "trx;LogFileName=test-results.trx"
|
||||||
|
|
||||||
- name: Report test results
|
- name: Report test results
|
||||||
uses: dorny/test-reporter@eaa763f6ffc21c7a37837f56cd5f9737f27fc6c8 # v1.8.0
|
uses: dorny/test-reporter@c9b3d0e2bd2a4e96aaf424dbaa31c46b42318226 # v1.6.0
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: Test Results
|
name: Test Results
|
||||||
@@ -220,7 +220,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload Prod .aab artifact
|
- name: Upload Prod .aab artifact
|
||||||
if: ${{ matrix.variant == 'prod' }}
|
if: ${{ matrix.variant == 'prod' }}
|
||||||
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
|
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
|
||||||
with:
|
with:
|
||||||
name: com.x8bit.bitwarden.aab
|
name: com.x8bit.bitwarden.aab
|
||||||
path: ./com.x8bit.bitwarden.aab
|
path: ./com.x8bit.bitwarden.aab
|
||||||
@@ -228,7 +228,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload Prod .apk artifact
|
- name: Upload Prod .apk artifact
|
||||||
if: ${{ matrix.variant == 'prod' }}
|
if: ${{ matrix.variant == 'prod' }}
|
||||||
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
|
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
|
||||||
with:
|
with:
|
||||||
name: com.x8bit.bitwarden.apk
|
name: com.x8bit.bitwarden.apk
|
||||||
path: ./com.x8bit.bitwarden.apk
|
path: ./com.x8bit.bitwarden.apk
|
||||||
@@ -236,7 +236,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload Other .apk artifact
|
- name: Upload Other .apk artifact
|
||||||
if: ${{ matrix.variant != 'prod' }}
|
if: ${{ matrix.variant != 'prod' }}
|
||||||
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
|
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.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
|
||||||
@@ -256,7 +256,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@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
|
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.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
|
||||||
@@ -264,7 +264,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@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
|
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.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
|
||||||
@@ -296,7 +296,7 @@ jobs:
|
|||||||
nuget-version: 5.9.0
|
nuget-version: 5.9.0
|
||||||
|
|
||||||
- name: Set up MSBuild
|
- name: Set up MSBuild
|
||||||
uses: microsoft/setup-msbuild@031090342aeefe171e49f3820f3b52110c66e402 # v1.3.2
|
uses: microsoft/setup-msbuild@1ff57057b5cfdc39105cd07a01d78e9b0ea0c14c # v1.3.1
|
||||||
|
|
||||||
- name: Setup Windows builder
|
- name: Setup Windows builder
|
||||||
run: choco install checksum --no-progress
|
run: choco install checksum --no-progress
|
||||||
@@ -448,7 +448,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@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
|
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.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
|
||||||
@@ -460,7 +460,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@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
|
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.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
|
||||||
@@ -491,7 +491,7 @@ jobs:
|
|||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
|
|
||||||
- name: Login to Azure - CI Subscription
|
- name: Login to Azure - CI Subscription
|
||||||
uses: Azure/login@e15b166166a8746d1a47596803bd8c1b595455cf # v1.6.0
|
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.6
|
||||||
with:
|
with:
|
||||||
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
||||||
|
|
||||||
@@ -677,7 +677,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@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
|
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
|
||||||
with:
|
with:
|
||||||
name: Bitwarden iOS
|
name: Bitwarden iOS
|
||||||
path: |
|
path: |
|
||||||
@@ -686,7 +686,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@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
|
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
|
||||||
with:
|
with:
|
||||||
name: BitwardeniOS.app.zip
|
name: BitwardeniOS.app.zip
|
||||||
path: ./bitwarden-export/BitwardeniOS.app.zip
|
path: ./bitwarden-export/BitwardeniOS.app.zip
|
||||||
@@ -756,7 +756,7 @@ jobs:
|
|||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||||
|
|
||||||
- name: Login to Azure - CI Subscription
|
- name: Login to Azure - CI Subscription
|
||||||
uses: Azure/login@e15b166166a8746d1a47596803bd8c1b595455cf # v1.6.0
|
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.6
|
||||||
with:
|
with:
|
||||||
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
||||||
|
|
||||||
@@ -768,7 +768,7 @@ jobs:
|
|||||||
secrets: "crowdin-api-token"
|
secrets: "crowdin-api-token"
|
||||||
|
|
||||||
- name: Upload Sources
|
- name: Upload Sources
|
||||||
uses: crowdin/github-action@6fb7e99759b996fd142995636fd8c88c1fb8ecd9 # v1.16.1
|
uses: crowdin/github-action@965d501f160af7b1f88aed4c29154b0caf1e94b9 # v1.9.0
|
||||||
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 }}
|
||||||
@@ -815,7 +815,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Login to Azure - CI Subscription
|
- name: Login to Azure - CI Subscription
|
||||||
uses: Azure/login@e15b166166a8746d1a47596803bd8c1b595455cf # v1.6.0
|
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.6
|
||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
||||||
|
|||||||
6
.github/workflows/crowdin-pull.yml
vendored
6
.github/workflows/crowdin-pull.yml
vendored
@@ -15,10 +15,10 @@ jobs:
|
|||||||
_CROWDIN_PROJECT_ID: "269690"
|
_CROWDIN_PROJECT_ID: "269690"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
||||||
|
|
||||||
- name: Login to Azure - CI Subscription
|
- name: Login to Azure - CI Subscription
|
||||||
uses: Azure/login@e15b166166a8746d1a47596803bd8c1b595455cf # v1.6.0
|
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.6
|
||||||
with:
|
with:
|
||||||
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
||||||
|
|
||||||
@@ -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@6fb7e99759b996fd142995636fd8c88c1fb8ecd9 # v1.16.1
|
uses: crowdin/github-action@965d501f160af7b1f88aed4c29154b0caf1e94b9 # v1.9.0
|
||||||
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 }}
|
||||||
|
|||||||
14
.github/workflows/release.yml
vendored
14
.github/workflows/release.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
|
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
|
||||||
|
|
||||||
- name: Check Release Version
|
- name: Check Release Version
|
||||||
id: version
|
id: version
|
||||||
@@ -68,7 +68,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Download all artifacts
|
- name: Download all artifacts
|
||||||
if: ${{ github.event.inputs.release_type != 'Dry Run' }}
|
if: ${{ github.event.inputs.release_type != 'Dry Run' }}
|
||||||
uses: dawidd6/action-download-artifact@268677152d06ba59fcec7a7f0b5d961b6ccd7e1e # v2.28.0
|
uses: dawidd6/action-download-artifact@246dbf436b23d7c49e21a7ab8204ca9ecd1fe615 # v2.27.0
|
||||||
with:
|
with:
|
||||||
workflow: build.yml
|
workflow: build.yml
|
||||||
workflow_conclusion: success
|
workflow_conclusion: success
|
||||||
@@ -76,7 +76,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Dry Run - Download all artifacts
|
- name: Dry Run - Download all artifacts
|
||||||
if: ${{ github.event.inputs.release_type == 'Dry Run' }}
|
if: ${{ github.event.inputs.release_type == 'Dry Run' }}
|
||||||
uses: dawidd6/action-download-artifact@268677152d06ba59fcec7a7f0b5d961b6ccd7e1e # v2.28.0
|
uses: dawidd6/action-download-artifact@246dbf436b23d7c49e21a7ab8204ca9ecd1fe615 # v2.27.0
|
||||||
with:
|
with:
|
||||||
workflow: build.yml
|
workflow: build.yml
|
||||||
workflow_conclusion: success
|
workflow_conclusion: success
|
||||||
@@ -126,11 +126,11 @@ jobs:
|
|||||||
if: inputs.fdroid_publish
|
if: inputs.fdroid_publish
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
|
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
|
||||||
|
|
||||||
- name: Download F-Droid .apk artifact
|
- name: Download F-Droid .apk artifact
|
||||||
if: ${{ github.event.inputs.release_type != 'Dry Run' }}
|
if: ${{ github.event.inputs.release_type != 'Dry Run' }}
|
||||||
uses: dawidd6/action-download-artifact@268677152d06ba59fcec7a7f0b5d961b6ccd7e1e # v2.28.0
|
uses: dawidd6/action-download-artifact@246dbf436b23d7c49e21a7ab8204ca9ecd1fe615 # v2.27.0
|
||||||
with:
|
with:
|
||||||
workflow: build.yml
|
workflow: build.yml
|
||||||
workflow_conclusion: success
|
workflow_conclusion: success
|
||||||
@@ -139,7 +139,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Dry Run - Download F-Droid .apk artifact
|
- name: Dry Run - Download F-Droid .apk artifact
|
||||||
if: ${{ github.event.inputs.release_type == 'Dry Run' }}
|
if: ${{ github.event.inputs.release_type == 'Dry Run' }}
|
||||||
uses: dawidd6/action-download-artifact@268677152d06ba59fcec7a7f0b5d961b6ccd7e1e # v2.28.0
|
uses: dawidd6/action-download-artifact@246dbf436b23d7c49e21a7ab8204ca9ecd1fe615 # v2.27.0
|
||||||
with:
|
with:
|
||||||
workflow: build.yml
|
workflow: build.yml
|
||||||
workflow_conclusion: success
|
workflow_conclusion: success
|
||||||
@@ -147,7 +147,7 @@ jobs:
|
|||||||
name: com.x8bit.bitwarden-fdroid.apk
|
name: com.x8bit.bitwarden-fdroid.apk
|
||||||
|
|
||||||
- name: Set up Node
|
- name: Set up Node
|
||||||
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
|
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
|
||||||
with:
|
with:
|
||||||
node-version: '16.x'
|
node-version: '16.x'
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/stale-bot.yml
vendored
2
.github/workflows/stale-bot.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
|||||||
runs-on: ubuntu-20.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@f7176fd3007623b69d27091f9b9d4ab7995f0a06 # v5.2.1
|
||||||
with:
|
with:
|
||||||
stale-issue-label: 'needs-reply'
|
stale-issue-label: 'needs-reply'
|
||||||
stale-pr-label: 'needs-changes'
|
stale-pr-label: 'needs-changes'
|
||||||
|
|||||||
2
.github/workflows/version-auto-bump.yml
vendored
2
.github/workflows/version-auto-bump.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
version_number: ${{ steps.version.outputs.new-version }}
|
version_number: ${{ steps.version.outputs.new-version }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Branch
|
- name: Checkout Branch
|
||||||
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
|
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
|
||||||
|
|
||||||
- name: Calculate bumped version
|
- name: Calculate bumped version
|
||||||
id: version
|
id: version
|
||||||
|
|||||||
4
.github/workflows/version-bump.yml
vendored
4
.github/workflows/version-bump.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Login to Azure - CI Subscription
|
- name: Login to Azure - CI Subscription
|
||||||
uses: Azure/login@e15b166166a8746d1a47596803bd8c1b595455cf # v1.6.0
|
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7
|
||||||
with:
|
with:
|
||||||
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
||||||
|
|
||||||
@@ -33,7 +33,7 @@ jobs:
|
|||||||
github-pat-bitwarden-devops-bot-repo-scope"
|
github-pat-bitwarden-devops-bot-repo-scope"
|
||||||
|
|
||||||
- name: Checkout Branch
|
- name: Checkout Branch
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
|
||||||
with:
|
with:
|
||||||
ref: main
|
ref: main
|
||||||
repository: bitwarden/mobile
|
repository: bitwarden/mobile
|
||||||
|
|||||||
12
package-lock.json
generated
12
package-lock.json
generated
@@ -33,9 +33,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/async": {
|
"node_modules/async": {
|
||||||
"version": "2.6.3",
|
"version": "2.6.4",
|
||||||
"resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz",
|
"resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz",
|
||||||
"integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==",
|
"integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"lodash": "^4.17.14"
|
"lodash": "^4.17.14"
|
||||||
@@ -480,9 +480,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"async": {
|
"async": {
|
||||||
"version": "2.6.3",
|
"version": "2.6.4",
|
||||||
"resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz",
|
"resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz",
|
||||||
"integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==",
|
"integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"lodash": "^4.17.14"
|
"lodash": "^4.17.14"
|
||||||
|
|||||||
@@ -157,7 +157,7 @@ namespace Bit.Droid
|
|||||||
var autofillHandler = new AutofillHandler(stateService, messagingService, clipboardService,
|
var autofillHandler = new AutofillHandler(stateService, messagingService, clipboardService,
|
||||||
platformUtilsService, new LazyResolve<IEventService>());
|
platformUtilsService, new LazyResolve<IEventService>());
|
||||||
var cryptoFunctionService = new PclCryptoFunctionService(cryptoPrimitiveService);
|
var cryptoFunctionService = new PclCryptoFunctionService(cryptoPrimitiveService);
|
||||||
var cryptoService = new CryptoService(stateService, cryptoFunctionService, logger);
|
var cryptoService = new CryptoService(stateService, cryptoFunctionService);
|
||||||
var biometricService = new BiometricService(stateService, cryptoService);
|
var biometricService = new BiometricService(stateService, cryptoService);
|
||||||
var userPinService = new UserPinService(stateService, cryptoService);
|
var userPinService = new UserPinService(stateService, cryptoService);
|
||||||
var passwordRepromptService = new MobilePasswordRepromptService(platformUtilsService, cryptoService, stateService);
|
var passwordRepromptService = new MobilePasswordRepromptService(platformUtilsService, cryptoService, stateService);
|
||||||
|
|||||||
@@ -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.2.0" 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.1.1" android:installLocation="internalOnly" package="com.x8bit.bitwarden">
|
||||||
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="33" />
|
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="33" />
|
||||||
<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" />
|
||||||
|
|||||||
@@ -31,8 +31,8 @@
|
|||||||
<BoxView StyleClass="box-row-separator" />
|
<BoxView StyleClass="box-row-separator" />
|
||||||
|
|
||||||
<controls:ExternalLinkItemView
|
<controls:ExternalLinkItemView
|
||||||
Title="{u:I18n PrivacyPolicy}"
|
Title="{u:I18n ContactBitwardenSupport}"
|
||||||
GoToLinkCommand="{Binding GoToPrivacyPolicyCommand}"
|
GoToLinkCommand="{Binding ContactBitwardenSupportCommand}"
|
||||||
StyleClass="settings-external-link-item"
|
StyleClass="settings-external-link-item"
|
||||||
HorizontalOptions="FillAndExpand" />
|
HorizontalOptions="FillAndExpand" />
|
||||||
<BoxView StyleClass="box-row-separator" />
|
<BoxView StyleClass="box-row-separator" />
|
||||||
|
|||||||
@@ -36,10 +36,10 @@ namespace Bit.App.Pages
|
|||||||
AppResources.ContinueToHelpCenter,
|
AppResources.ContinueToHelpCenter,
|
||||||
ExternalLinksConstants.HELP_CENTER));
|
ExternalLinksConstants.HELP_CENTER));
|
||||||
|
|
||||||
GoToPrivacyPolicyCommand = CreateDefaultAsyncCommnad(
|
ContactBitwardenSupportCommand = CreateDefaultAsyncCommnad(
|
||||||
() => LaunchUriAsync(AppResources.PrivacyPolicyDescriptionLong,
|
() => LaunchUriAsync(AppResources.ContactSupportDescriptionLong,
|
||||||
AppResources.ContinueToPrivacyPolicy,
|
AppResources.ContinueToContactSupport,
|
||||||
ExternalLinksConstants.PRIVACY_POLICY));
|
ExternalLinksConstants.CONTACT_SUPPORT));
|
||||||
|
|
||||||
GoToWebVaultCommand = CreateDefaultAsyncCommnad(
|
GoToWebVaultCommand = CreateDefaultAsyncCommnad(
|
||||||
() => LaunchUriAsync(AppResources.ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp,
|
() => LaunchUriAsync(AppResources.ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp,
|
||||||
@@ -82,7 +82,7 @@ namespace Bit.App.Pages
|
|||||||
|
|
||||||
public AsyncCommand ToggleSubmitCrashLogsCommand { get; }
|
public AsyncCommand ToggleSubmitCrashLogsCommand { get; }
|
||||||
public ICommand GoToHelpCenterCommand { get; }
|
public ICommand GoToHelpCenterCommand { get; }
|
||||||
public ICommand GoToPrivacyPolicyCommand { get; }
|
public ICommand ContactBitwardenSupportCommand { get; }
|
||||||
public ICommand GoToWebVaultCommand { get; }
|
public ICommand GoToWebVaultCommand { get; }
|
||||||
public ICommand GoToLearnAboutOrgsCommand { get; }
|
public ICommand GoToLearnAboutOrgsCommand { get; }
|
||||||
public ICommand RateTheAppCommand { get; }
|
public ICommand RateTheAppCommand { get; }
|
||||||
|
|||||||
18
src/App/Resources/AppResources.Designer.cs
generated
18
src/App/Resources/AppResources.Designer.cs
generated
@@ -1714,15 +1714,6 @@ namespace Bit.App.Resources {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Looks up a localized string similar to Continue to privacy policy?.
|
|
||||||
/// </summary>
|
|
||||||
public static string ContinueToPrivacyPolicy {
|
|
||||||
get {
|
|
||||||
return ResourceManager.GetString("ContinueToPrivacyPolicy", resourceCulture);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Continue to web app?.
|
/// Looks up a localized string similar to Continue to web app?.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -5525,15 +5516,6 @@ namespace Bit.App.Resources {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Looks up a localized string similar to Check out our privacy policy on bitwarden.com..
|
|
||||||
/// </summary>
|
|
||||||
public static string PrivacyPolicyDescriptionLong {
|
|
||||||
get {
|
|
||||||
return ResourceManager.GetString("PrivacyPolicyDescriptionLong", resourceCulture);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Bitwarden keeps your vault automatically synced by using push notifications. For the best possible experience, please select "Allow" on the following prompt when asked to allow push notifications..
|
/// Looks up a localized string similar to Bitwarden keeps your vault automatically synced by using push notifications. For the best possible experience, please select "Allow" on the following prompt when asked to allow push notifications..
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
@@ -2820,9 +2820,6 @@ Wil u na die rekening omskakel?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Continue to contact support?</value>
|
<value>Continue to contact support?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Continue to privacy policy?</value>
|
|
||||||
</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>
|
||||||
@@ -2842,9 +2839,6 @@ Wil u na die rekening omskakel?</value>
|
|||||||
<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>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Check out our privacy policy on bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<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>
|
||||||
|
|||||||
@@ -2821,9 +2821,6 @@
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>مواصلة الاتصال بالدعم؟</value>
|
<value>مواصلة الاتصال بالدعم؟</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Continue to privacy policy?</value>
|
|
||||||
</data>
|
|
||||||
<data name="ContinueToAppStore" xml:space="preserve">
|
<data name="ContinueToAppStore" xml:space="preserve">
|
||||||
<value>هل تريد المتابعة إلى متجر التطبيقات؟</value>
|
<value>هل تريد المتابعة إلى متجر التطبيقات؟</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -2843,9 +2840,6 @@
|
|||||||
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
||||||
<value>لا يمكن العثور على ما تبحث عنه؟ قم بالتواصل مع دعم Bitwarden على bitwarden.com.</value>
|
<value>لا يمكن العثور على ما تبحث عنه؟ قم بالتواصل مع دعم Bitwarden على bitwarden.com.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Check out our privacy policy on bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<value>استكشف المزيد من الميزات لحساب Bitwarden الخاص بك على تطبيق الويب.</value>
|
<value>استكشف المزيد من الميزات لحساب Bitwarden الخاص بك على تطبيق الويب.</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@@ -349,7 +349,7 @@
|
|||||||
<value>Göndər</value>
|
<value>Göndər</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Sync" xml:space="preserve">
|
<data name="Sync" xml:space="preserve">
|
||||||
<value>Sinxr</value>
|
<value>Eyniləşdirmə</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">
|
||||||
@@ -416,7 +416,7 @@
|
|||||||
<value>Tətbiq uzantısı</value>
|
<value>Tətbiq uzantısı</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillAccessibilityDescription" xml:space="preserve">
|
<data name="AutofillAccessibilityDescription" xml:space="preserve">
|
||||||
<value>Tətbiqlərdə və vebdə giriş məlumatlarının avto-doldurulması üçün Bitwarden əlçatımlılıq xidmətini istifadə edin.</value>
|
<value>Tətbiq və veb saytda giriş məlumatlarının avto-doldurulması üçün Bitwarden əlçatımlılıq xidmətini istifadə edin.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillService" xml:space="preserve">
|
<data name="AutofillService" xml:space="preserve">
|
||||||
<value>Avto-doldurma xidməti</value>
|
<value>Avto-doldurma xidməti</value>
|
||||||
@@ -465,7 +465,7 @@
|
|||||||
<value>Elementə düzəliş et</value>
|
<value>Elementə düzəliş et</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="EnableAutomaticSyncing" xml:space="preserve">
|
<data name="EnableAutomaticSyncing" xml:space="preserve">
|
||||||
<value>Avto-sinxr icazə ver</value>
|
<value>Avto-eyniləşdirməni fəallaşdır</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="EnterEmailForHint" xml:space="preserve">
|
<data name="EnterEmailForHint" xml:space="preserve">
|
||||||
<value>Ana parol məsləhətini alacağınız hesabınızın e-poçt ünvanını daxil edin.</value>
|
<value>Ana parol məsləhətini alacağınız hesabınızın e-poçt ünvanını daxil edin.</value>
|
||||||
@@ -523,7 +523,7 @@
|
|||||||
<value>Digər parol idarəetmə tətbiqlərindəki elementləri cəld və toplu formada daxilə köçürün.</value>
|
<value>Digər parol idarəetmə tətbiqlərindəki elementləri cəld və toplu formada daxilə köçürün.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LastSync" xml:space="preserve">
|
<data name="LastSync" xml:space="preserve">
|
||||||
<value>Son sinxr:</value>
|
<value>Son eyniləşdirmə:</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Length" xml:space="preserve">
|
<data name="Length" xml:space="preserve">
|
||||||
<value>Uzunluq</value>
|
<value>Uzunluq</value>
|
||||||
@@ -641,7 +641,7 @@
|
|||||||
<value>Hazırkı parolun üzərinə yazmaq istədiyinizə əminsiniz?</value>
|
<value>Hazırkı parolun üzərinə yazmaq istədiyinizə əminsiniz?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PushNotificationAlert" xml:space="preserve">
|
<data name="PushNotificationAlert" xml:space="preserve">
|
||||||
<value>Bitwarden, ani bildirişləri istifadə edərək anbarınızın avtomatik sinxronlaşdırılmasını təmin edir. Mümkün olan ən yaxşı təcrübəni təqdim etmək üçün, sizdən ani bildirişləri fəallaşdırmağı soruşduqda növbəti ekranda "İcazə ver"i seçin.</value>
|
<value>Bitwarden, ani bildirişləri istifadə edərək anbarınızı avtomatik eyniləşdirir. Mümkün olan ən yaxşı təcrübəni təqdim etmək üçün, sizdən ani bildirişləri fəallaşdırmağı soruşanda növbəti ekranda "İcazə ver"i seçin.</value>
|
||||||
<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">
|
||||||
@@ -682,17 +682,17 @@
|
|||||||
<comment>Message shown when interacting with the server</comment>
|
<comment>Message shown when interacting with the server</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="Syncing" xml:space="preserve">
|
<data name="Syncing" xml:space="preserve">
|
||||||
<value>Sinxronlaşdırılır...</value>
|
<value>Eyniləşdirilir...</value>
|
||||||
<comment>Message shown when interacting with the server</comment>
|
<comment>Message shown when interacting with the server</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="SyncingComplete" xml:space="preserve">
|
<data name="SyncingComplete" xml:space="preserve">
|
||||||
<value>Sinxr tamamlandı</value>
|
<value>Eyniləşdirmə tamamlandı.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SyncingFailed" xml:space="preserve">
|
<data name="SyncingFailed" xml:space="preserve">
|
||||||
<value>Sinxr uğursuz oldu</value>
|
<value>Uğursuz eyniləşdirmə.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SyncVaultNow" xml:space="preserve">
|
<data name="SyncVaultNow" xml:space="preserve">
|
||||||
<value>Anbarı indi sinxronlaşdır</value>
|
<value>Anbarı indi eyniləşdir</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TouchID" xml:space="preserve">
|
<data name="TouchID" xml:space="preserve">
|
||||||
<value>Touch ID</value>
|
<value>Touch ID</value>
|
||||||
@@ -745,7 +745,7 @@
|
|||||||
<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>Bir giriş xanası seçdikdə və Bitwarden avto-doldurma örtüyünü gördükdə, avto-doldurma xidmətini başlatmaq üçün buna toxuna bilərsiniz.</value>
|
<value>Bir giriş sahəsi seçəndə və Bitwarden avto-doldurma örtüyünü görəndə, avto-doldurma xidmətini başlatmaq üçün ona toxuna bilərsiniz.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenAutofillServiceNotificationContent" xml:space="preserve">
|
<data name="BitwardenAutofillServiceNotificationContent" xml:space="preserve">
|
||||||
<value>Anbarınızdakı bir elementi avto-doldurmaq üçün bu bildirişə toxunun.</value>
|
<value>Anbarınızdakı bir elementi avto-doldurmaq üçün bu bildirişə toxunun.</value>
|
||||||
@@ -1167,10 +1167,10 @@ Skan prosesi avtomatik baş tutacaq.</value>
|
|||||||
<value>Avto-doldurma əlçatımlılıq xidməti</value>
|
<value>Avto-doldurma əlçatımlılıq xidməti</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServiceDescription" xml:space="preserve">
|
<data name="AutofillServiceDescription" xml:space="preserve">
|
||||||
<value>Bitwarden avto-doldurma xidməti, giriş məlumatlarının cihazınızdakı digər tətbiqlərdə doldurmasına kömək etməsi üçün Android Avto-doldurma Çərçivəsini istifadə edir.</value>
|
<value>Bitwarden avto-doldurma xidməti, giriş məlumatlarının, kredit kartlarının və kimlik məlumatlarının cihazınızdakı digər tətbiqlərdə doldurmasına kömək etməsi üçün Android avto-doldurma sistemini istifadə edir.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenAutofillServiceDescription" xml:space="preserve">
|
<data name="BitwardenAutofillServiceDescription" xml:space="preserve">
|
||||||
<value>Giriş məlumatlarını digər tətbiqlərdə doldurmaq üçün Bitwarden avto-doldurma xidmətini istifadə edin.</value>
|
<value>Digər tətbiqlərdəki giriş məlumatlarının, kredit kartlarının və kimlik məlumatlarının doldurulması üçün Bitwarden avto-doldurma xidmətini istifadə edin.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BitwardenAutofillServiceOpenAutofillSettings" xml:space="preserve">
|
<data name="BitwardenAutofillServiceOpenAutofillSettings" xml:space="preserve">
|
||||||
<value>Avto-doldurma ayarlarını aç</value>
|
<value>Avto-doldurma ayarlarını aç</value>
|
||||||
@@ -1289,7 +1289,7 @@ Skan prosesi avtomatik baş tutacaq.</value>
|
|||||||
<value>Avto-doldurmanı istifadə edə bilmək üçün Bitwarden tətbiqində giriş etməlisiniz.</value>
|
<value>Avto-doldurmanı istifadə edə bilmək üçün Bitwarden tətbiqində giriş etməlisiniz.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillSetup" xml:space="preserve">
|
<data name="AutofillSetup" xml:space="preserve">
|
||||||
<value>Tətbiqlərdə və veb saytlarda giriş edərkən giriş məlumatlarınıza klaviaturadan asanlıqla müraciət edə bilərsiniz.</value>
|
<value>Tətbiqlərdə və veb saytlarda giriş edərkən giriş etmə məlumatlarınıza klaviaturadan asanlıqla müraciət edə bilərsiniz.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillSetup2" xml:space="preserve">
|
<data name="AutofillSetup2" xml:space="preserve">
|
||||||
<value>İstifadə etməyi düşünmürsünüzsə, digər Avto-doldurma tətbiqlərini Ayarlarda sıradan çıxartmağı tövsiyə edirik.</value>
|
<value>İstifadə etməyi düşünmürsünüzsə, digər Avto-doldurma tətbiqlərini Ayarlarda sıradan çıxartmağı tövsiyə edirik.</value>
|
||||||
@@ -1369,10 +1369,10 @@ Skan prosesi avtomatik baş tutacaq.</value>
|
|||||||
<value>Növlər</value>
|
<value>Növlər</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="NoPasswordsToList" xml:space="preserve">
|
<data name="NoPasswordsToList" xml:space="preserve">
|
||||||
<value>Sadalanacaq parol yoxdur.</value>
|
<value>Siyahılanacaq parol yoxdur.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="NoItemsToList" xml:space="preserve">
|
<data name="NoItemsToList" xml:space="preserve">
|
||||||
<value>Sadalanacaq heç bir element yoxdur.</value>
|
<value>Siyahılanacaq heç bir element yoxdur.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SearchCollection" xml:space="preserve">
|
<data name="SearchCollection" xml:space="preserve">
|
||||||
<value>Kolleksiya axtar</value>
|
<value>Kolleksiya axtar</value>
|
||||||
@@ -1406,7 +1406,7 @@ Skan prosesi avtomatik baş tutacaq.</value>
|
|||||||
<value>Bu elementin sahibi kimdir?</value>
|
<value>Bu elementin sahibi kimdir?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="NoCollectionsToList" xml:space="preserve">
|
<data name="NoCollectionsToList" xml:space="preserve">
|
||||||
<value>Sadalanacaq heç bir kolleksiya yoxdur.</value>
|
<value>Siyahılanacaq heç bir kolleksiya yoxdur.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="MovedItemToOrg" xml:space="preserve">
|
<data name="MovedItemToOrg" xml:space="preserve">
|
||||||
<value>{0}, {1} ünvanına daşındı.</value>
|
<value>{0}, {1} ünvanına daşındı.</value>
|
||||||
@@ -1428,7 +1428,7 @@ Skan prosesi avtomatik baş tutacaq.</value>
|
|||||||
<value>Təşkilata daşı</value>
|
<value>Təşkilata daşı</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="NoOrgsToList" xml:space="preserve">
|
<data name="NoOrgsToList" xml:space="preserve">
|
||||||
<value>Sadalanacaq heç bir təşkilat yoxdur.</value>
|
<value>Siyahılanacaq heç bir təşkilat yoxdur.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="MoveToOrgDesc" xml:space="preserve">
|
<data name="MoveToOrgDesc" xml:space="preserve">
|
||||||
<value>Bu elementi daşımaq istədiyiniz təşkilatı seçin. Bir təşkilata daşımaq, elementin sahibliyini də həmin təşkilata daşıyacaq. Daşıdıqdan sonra bu elementə birbaşa sahibliyiniz olmayacaq.</value>
|
<value>Bu elementi daşımaq istədiyiniz təşkilatı seçin. Bir təşkilata daşımaq, elementin sahibliyini də həmin təşkilata daşıyacaq. Daşıdıqdan sonra bu elementə birbaşa sahibliyiniz olmayacaq.</value>
|
||||||
@@ -1451,7 +1451,7 @@ Skan prosesi avtomatik baş tutacaq.</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">
|
||||||
<value>Sadalanacaq heç bir qovluq yoxdur.</value>
|
<value>Siyahılanacaq heç bir qovluq yoxdur.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FingerprintPhrase" xml:space="preserve">
|
<data name="FingerprintPhrase" xml:space="preserve">
|
||||||
<value>Barmaq izi ifadəsi</value>
|
<value>Barmaq izi ifadəsi</value>
|
||||||
@@ -1747,10 +1747,10 @@ Skan prosesi avtomatik baş tutacaq.</value>
|
|||||||
<value>Ana parolun doğrulanması gözlənildiyi üçün bu hesab üzrə avto-doldurma biometrik kilid açma sıradan çıxarıldı.</value>
|
<value>Ana parolun doğrulanması gözlənildiyi üçün bu hesab üzrə avto-doldurma biometrik kilid açma sıradan çıxarıldı.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="EnableSyncOnRefresh" xml:space="preserve">
|
<data name="EnableSyncOnRefresh" xml:space="preserve">
|
||||||
<value>Təzələmə zamanı sinxr icazə ver</value>
|
<value>Təzələmə əsnasında eyniləşdirməni fəallaşdır</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="EnableSyncOnRefreshDescription" xml:space="preserve">
|
<data name="EnableSyncOnRefreshDescription" xml:space="preserve">
|
||||||
<value>Barmağınızla aşağı çəkdikdə anbarı sinxronlaşdır.</value>
|
<value>Barmağınızla aşağı çəkəndə anbarı eyniləşdir</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LogInSso" xml:space="preserve">
|
<data name="LogInSso" xml:space="preserve">
|
||||||
<value>Müəssisə üçün tək daxil olma</value>
|
<value>Müəssisə üçün tək daxil olma</value>
|
||||||
@@ -1828,10 +1828,10 @@ Skan prosesi avtomatik baş tutacaq.</value>
|
|||||||
<value>Əlçatımlılığı istifadə et</value>
|
<value>Əlçatımlılığı istifadə et</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AccessibilityDescription" xml:space="preserve">
|
<data name="AccessibilityDescription" xml:space="preserve">
|
||||||
<value>Saytda və vebdə giriş məlumatlarınızı avto-doldurmaq üçün Bitwarden Əlçatımlılıq Xidmətini istifadə edin. Qurulanda, giriş xanalarını seçərkən açılan pəncərə göstərəcəyik.</value>
|
<value>Saytda və tətbiqlərdə giriş məlumatlarınızın avto-doldurulması üçün Bitwarden əlçatımlılıq xidmətini istifadə edə bilərsiniz. Fəal olanda, giriş məlumatlarını daxil edərkən açılan pəncərə görünəcək.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AccessibilityDescription2" xml:space="preserve">
|
<data name="AccessibilityDescription2" xml:space="preserve">
|
||||||
<value>Saytda və vebdə giriş məlumatlarınızı avto-doldurmaq üçün Bitwarden Əlçatımlılıq Xidmətini istifadə edin. ("Üzərində göstər" seçimi açıq olmalıdır)</value>
|
<value>Saytda və tətbiqlərdə giriş məlumatlarınızın avto-doldurulması üçün Bitwarden əlçatımlılıq xidmətini istifadə edə bilərsiniz. ("Üzərində göstər" seçiminin fəal olması lazımdır)</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AccessibilityDescription3" xml:space="preserve">
|
<data name="AccessibilityDescription3" xml:space="preserve">
|
||||||
<value>Avto-doldurma cəld əməliyyat qutusunu istifadə etmək üçün Bitwarden əlçatımlılıq xidmətini istifadə edin və/və ya "Üzərində göstər"i (əgər fəaldırsa) istifadə edərək açılan bir pəncərə göstərə bilərsiniz.</value>
|
<value>Avto-doldurma cəld əməliyyat qutusunu istifadə etmək üçün Bitwarden əlçatımlılıq xidmətini istifadə edin və/və ya "Üzərində göstər"i (əgər fəaldırsa) istifadə edərək açılan bir pəncərə göstərə bilərsiniz.</value>
|
||||||
@@ -1843,13 +1843,13 @@ 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ını seçdikdə Bitwarden Əlçatımlılıq Xidmətinin açılan pəncərə göstərməsinə icazə verir.</value>
|
<value>Fəal olsa, giriş məlumatları daxil ediləndə Bitwarden əlçatımlılıq xidmətinə açılan pəncərə görüntüləməsinə icazə verilər.</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>Fəal olsa, giriş məlumatlarının avto-doldurmasına köməkçi olması üçün giriş sahələri seçiləndə Bitwarden əlçatımlılıq xidməti açılan bir pəncərə görüntüləyəcək.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DrawOverDescription3" xml:space="preserve">
|
<data name="DrawOverDescription3" xml:space="preserve">
|
||||||
<value>Fəal olsa, əlçatımlılıq, Android Avto-doldurma Çərçivəsini dəstəkləməyən köhnə tətbiqlərdə Avto-doldurma Xidmətini təqlid etməsi üçün açılan bir pəncərə göstərəcək.</value>
|
<value>Fəal olsa, əlçatımlılıq, Android-in avto-doldurma sistemini dəstəkləməyən köhnə tətbiqlər üçün Avto-doldurma xidmətini təqlid etməsi üçün açılan bir pəncərə göstərəcək.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PersonalOwnershipSubmitError" xml:space="preserve">
|
<data name="PersonalOwnershipSubmitError" xml:space="preserve">
|
||||||
<value>Müəssisə Siyasətinə görə, elementləri şəxsi anbarınızda saxlamağınız məhdudlaşdırılıb. Sahiblik seçimini təşkilat olaraq dəyişdirin və mövcud kolleksiyalar arasından seçim edin.</value>
|
<value>Müəssisə Siyasətinə görə, elementləri şəxsi anbarınızda saxlamağınız məhdudlaşdırılıb. Sahiblik seçimini təşkilat olaraq dəyişdirin və mövcud kolleksiyalar arasından seçim edin.</value>
|
||||||
@@ -2464,7 +2464,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 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>
|
<value>Bitwarden, tətbiqlərdə və veb saytlarda giriş sahələrini 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>
|
||||||
@@ -2801,7 +2801,7 @@ Bu hesaba keçmək istəyirsiniz?</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>
|
<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>
|
||||||
</data>
|
</data>
|
||||||
<data name="UseInlineAutofillExplanationLong" xml:space="preserve">
|
<data name="UseInlineAutofillExplanationLong" xml:space="preserve">
|
||||||
<value>Seçdiyiniz klaviatura dəstəkləyirsə sətir daxili avto-doldurmanı istifadə edin. Əks halda, ilkin örtük istifadə edin.</value>
|
<value>Seçdiyiniz klaviatura dəstəkləyirsə sətir daxili avto-doldurmani istifadə edin. Əks halda, ilkin örtük istifadə edin.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AdditionalOptions" xml:space="preserve">
|
<data name="AdditionalOptions" xml:space="preserve">
|
||||||
<value>Əlavə seçimlər</value>
|
<value>Əlavə seçimlər</value>
|
||||||
@@ -2819,9 +2819,6 @@ Bu hesaba keçmək istəyirsiniz?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Dəstək komandası ilə əlaqə qurmağa davam edilsin?</value>
|
<value>Dəstək komandası ilə əlaqə qurmağa davam edilsin?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Gizlilik Siyasətinə davam edirsiniz?</value>
|
|
||||||
</data>
|
|
||||||
<data name="ContinueToAppStore" xml:space="preserve">
|
<data name="ContinueToAppStore" xml:space="preserve">
|
||||||
<value>Tətbiq mağazası ilə davam edilsin?</value>
|
<value>Tətbiq mağazası ilə davam edilsin?</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -2841,9 +2838,6 @@ Bu hesaba keçmək istəyirsiniz?</value>
|
|||||||
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
||||||
<value>Axtardığınızı tapa bilmirsiniz? bitwarden.com üzərindən Bitwarden dəstəyinə müraciət edin.</value>
|
<value>Axtardığınızı tapa bilmirsiniz? bitwarden.com üzərindən Bitwarden dəstəyinə müraciət edin.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>bitwarden.com saytında gizlilik siyasətimizi nəzərdən keçirin.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<value>Veb tətbiqində Bitwarden hesabınızın daha çox özəlliyini kəşf edin.</value>
|
<value>Veb tətbiqində Bitwarden hesabınızın daha çox özəlliyini kəşf edin.</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@@ -2820,9 +2820,6 @@
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Continue to contact support?</value>
|
<value>Continue to contact support?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Continue to privacy policy?</value>
|
|
||||||
</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>
|
||||||
@@ -2842,9 +2839,6 @@
|
|||||||
<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>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Check out our privacy policy on bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<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>
|
||||||
|
|||||||
@@ -2820,9 +2820,6 @@
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Продължаване към връзка с поддръжката?</value>
|
<value>Продължаване към връзка с поддръжката?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Продължаване към Политиката за поверителност?</value>
|
|
||||||
</data>
|
|
||||||
<data name="ContinueToAppStore" xml:space="preserve">
|
<data name="ContinueToAppStore" xml:space="preserve">
|
||||||
<value>Продължаване към магазина за приложения?</value>
|
<value>Продължаване към магазина за приложения?</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -2842,9 +2839,6 @@
|
|||||||
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
||||||
<value>Не намирате това, което търсите? Свържете се с поддръжката на Битуорден на bitwarden.com.</value>
|
<value>Не намирате това, което търсите? Свържете се с поддръжката на Битуорден на bitwarden.com.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Прегледайте нашата Политика за поверителност на bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<value>Разгледайте още от възможностите на регистрацията си в Битуорден в уеб приложението.</value>
|
<value>Разгледайте още от възможностите на регистрацията си в Битуорден в уеб приложението.</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@@ -2821,9 +2821,6 @@ Do you want to switch to this account?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Continue to contact support?</value>
|
<value>Continue to contact support?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Continue to privacy policy?</value>
|
|
||||||
</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>
|
||||||
@@ -2843,9 +2840,6 @@ Do you want to switch to this account?</value>
|
|||||||
<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>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Check out our privacy policy on bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<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>
|
||||||
|
|||||||
@@ -2819,9 +2819,6 @@ Skeniranje će biti izvršeno automatski.</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Continue to contact support?</value>
|
<value>Continue to contact support?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Continue to privacy policy?</value>
|
|
||||||
</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>
|
||||||
@@ -2841,9 +2838,6 @@ Skeniranje će biti izvršeno automatski.</value>
|
|||||||
<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>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Check out our privacy policy on bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<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>
|
||||||
|
|||||||
@@ -2820,9 +2820,6 @@ Voleu canviar a aquest compte?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Voleu continuar per contactar amb l'assistència?</value>
|
<value>Voleu continuar per contactar amb l'assistència?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Voleu continuar amb la política de privadesa?</value>
|
|
||||||
</data>
|
|
||||||
<data name="ContinueToAppStore" xml:space="preserve">
|
<data name="ContinueToAppStore" xml:space="preserve">
|
||||||
<value>Voleu continuar cap a l'app store?</value>
|
<value>Voleu continuar cap a l'app store?</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -2842,9 +2839,6 @@ Voleu canviar a aquest compte?</value>
|
|||||||
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
||||||
<value>No trobeu el que esteu buscant? Poseu-vos en contacte amb l'assistència de Bitwarden a bitwarden.com.</value>
|
<value>No trobeu el que esteu buscant? Poseu-vos en contacte amb l'assistència de Bitwarden a bitwarden.com.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Consulteu la nostra política de privadesa a bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<value>Exploreu més característiques del vostre compte Bitwarden a l'aplicació web.</value>
|
<value>Exploreu més característiques del vostre compte Bitwarden a l'aplicació web.</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@@ -2819,9 +2819,6 @@ Chcete se přepnout na tento účet?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Pokračovat v kontaktování podpory?</value>
|
<value>Pokračovat v kontaktování podpory?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Pokračovat na Zásady ochrany osobních údajů?</value>
|
|
||||||
</data>
|
|
||||||
<data name="ContinueToAppStore" xml:space="preserve">
|
<data name="ContinueToAppStore" xml:space="preserve">
|
||||||
<value>Pokračovat do obchodu s aplikacemi?</value>
|
<value>Pokračovat do obchodu s aplikacemi?</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -2841,9 +2838,6 @@ Chcete se přepnout na tento účet?</value>
|
|||||||
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
||||||
<value>Nenašli jste to, co jste hledali? Na bitwarden.com získejte podporu.</value>
|
<value>Nenašli jste to, co jste hledali? Na bitwarden.com získejte podporu.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Podívejte se na naše Zásady ochrany osobních údajů na bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<value>Prozkoumejte další funkce Vašeho účtu Bitwarden ve webové aplikaci.</value>
|
<value>Prozkoumejte další funkce Vašeho účtu Bitwarden ve webové aplikaci.</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@@ -144,7 +144,7 @@
|
|||||||
<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>Yn ôl</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">
|
||||||
@@ -152,11 +152,11 @@
|
|||||||
<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>Copïo'r cyfrinair</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>Copïo'r enw defnyddiwr</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">
|
||||||
@@ -282,7 +282,7 @@
|
|||||||
<value>Are you sure you want to remove this account?</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>Wedi'i ychwanegu eisoes</value>
|
<value>Account already added</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SwitchToAlreadyAddedAccountConfirmation" xml:space="preserve">
|
<data name="SwitchToAlreadyAddedAccountConfirmation" xml:space="preserve">
|
||||||
<value>Would you like to switch to it now?</value>
|
<value>Would you like to switch to it now?</value>
|
||||||
@@ -391,7 +391,7 @@
|
|||||||
<value>Fersiwn</value>
|
<value>Fersiwn</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="View" xml:space="preserve">
|
<data name="View" xml:space="preserve">
|
||||||
<value>Gweld</value>
|
<value>Golwg</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VisitOurWebsite" xml:space="preserve">
|
<data name="VisitOurWebsite" xml:space="preserve">
|
||||||
<value>Visit our website</value>
|
<value>Visit our website</value>
|
||||||
@@ -455,7 +455,7 @@
|
|||||||
<value>Parhau</value>
|
<value>Parhau</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CreateAccount" xml:space="preserve">
|
<data name="CreateAccount" xml:space="preserve">
|
||||||
<value>Crëwch gyfrif</value>
|
<value>Creu cyfrif</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CreatingAccount" xml:space="preserve">
|
<data name="CreatingAccount" xml:space="preserve">
|
||||||
<value>Wrthi'n creu cyfrif...</value>
|
<value>Wrthi'n creu cyfrif...</value>
|
||||||
@@ -484,13 +484,13 @@
|
|||||||
<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">
|
||||||
<value>Mynnwch fynediad i'ch cyfrineiriau ar unwaith!</value>
|
<value>Get instant access to your passwords!</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ExtensionReady" xml:space="preserve">
|
<data name="ExtensionReady" xml:space="preserve">
|
||||||
<value>Rydych chi'n barod i fewngofnodi!</value>
|
<value>Rydych chi'n barod i fewngofnodi!</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ExtensionSetup" xml:space="preserve">
|
<data name="ExtensionSetup" xml:space="preserve">
|
||||||
<value>Mae eich manylion mewngofnodi bellach yn hawdd i'w canfod o Safari, Chrome, ac apiau eraill.</value>
|
<value>Your logins are now easily accessible from Safari, Chrome, and other supported apps.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ExtensionSetup2" xml:space="preserve">
|
<data name="ExtensionSetup2" xml:space="preserve">
|
||||||
<value>In Safari and Chrome, find Bitwarden using the share icon (hint: scroll to the right on the bottom row of the share menu).</value>
|
<value>In Safari and Chrome, find Bitwarden using the share icon (hint: scroll to the right on the bottom row of the share menu).</value>
|
||||||
@@ -502,7 +502,7 @@
|
|||||||
<value>To turn on Bitwarden in Safari and other apps, tap the "more" icon on the bottom row of the menu.</value>
|
<value>To turn on Bitwarden in Safari and other apps, tap the "more" icon on the bottom row of the menu.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Favorite" xml:space="preserve">
|
<data name="Favorite" xml:space="preserve">
|
||||||
<value>Ffefryn</value>
|
<value>Favorite</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Fingerprint" xml:space="preserve">
|
<data name="Fingerprint" xml:space="preserve">
|
||||||
<value>Ôl bys</value>
|
<value>Ôl bys</value>
|
||||||
@@ -511,7 +511,7 @@
|
|||||||
<value>Cynhyrchu cyfrinair</value>
|
<value>Cynhyrchu cyfrinair</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GetPasswordHint" xml:space="preserve">
|
<data name="GetPasswordHint" xml:space="preserve">
|
||||||
<value>Anfon awgrym o'ch prif gyfrinair</value>
|
<value>Get your master password hint</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ImportItems" xml:space="preserve">
|
<data name="ImportItems" xml:space="preserve">
|
||||||
<value>Mewnforio eitemau</value>
|
<value>Mewnforio eitemau</value>
|
||||||
@@ -572,27 +572,27 @@
|
|||||||
<value>The master password is the password you use to access your vault. It is very important that you do not forget your master password. There is no way to recover the password in the event that you forget it.</value>
|
<value>The master password is the password you use to access your vault. It is very important that you do not forget your master password. There is no way to recover the password in the event that you forget it.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="MasterPasswordHint" xml:space="preserve">
|
<data name="MasterPasswordHint" xml:space="preserve">
|
||||||
<value>Awgrym o'ch prif gyfrinair (dewisol)</value>
|
<value>Master password hint (optional)</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="MasterPasswordHintDescription" xml:space="preserve">
|
<data name="MasterPasswordHintDescription" xml:space="preserve">
|
||||||
<value>Gall awgrym o'ch prif gyfrinair eich helpu i'w gofio os ydych chi'n ei anghofio.</value>
|
<value>Gall awgrym o'ch prif gyfrinair eich helpu i'w gofio os ydych chi'n ei anghofio.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="MasterPasswordLengthValMessageX" xml:space="preserve">
|
<data name="MasterPasswordLengthValMessageX" xml:space="preserve">
|
||||||
<value>Rhaid i'ch prif gyfrinair gynnwys o leiaf {0} nod.</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>Isafswm rhifau</value>
|
<value>Isafswm rhifau</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>Isafswm nodau arbennig</value>
|
<value>Isafswm arbennig</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>Mwy o osodiadau</value>
|
<value>Mwy o osodiadau</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="MustLogInMainApp" xml:space="preserve">
|
<data name="MustLogInMainApp" xml:space="preserve">
|
||||||
<value>Rhaid i chi fewngofnodi i brif ap Bitwarden cyn defnyddio'r estyniad.</value>
|
<value>You must log into the main Bitwarden app before you can use the extension.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Never" xml:space="preserve">
|
<data name="Never" xml:space="preserve">
|
||||||
<value>byth</value>
|
<value>byth</value>
|
||||||
@@ -610,7 +610,7 @@
|
|||||||
<value>There are no items in your vault for this website/app. Tap to add one.</value>
|
<value>There are no items in your vault for this website/app. Tap to add one.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="NoUsernamePasswordConfigured" xml:space="preserve">
|
<data name="NoUsernamePasswordConfigured" xml:space="preserve">
|
||||||
<value>Does dim enw defnyddiwr na chyfrinair i'r manylyn mewngofnodi hwn.</value>
|
<value>This login does not have a username or password configured.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="OkGotIt" xml:space="preserve">
|
<data name="OkGotIt" xml:space="preserve">
|
||||||
<value>Iawn, deall!</value>
|
<value>Iawn, deall!</value>
|
||||||
@@ -623,7 +623,7 @@
|
|||||||
<value>Dewisiadau</value>
|
<value>Dewisiadau</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Other" xml:space="preserve">
|
<data name="Other" xml:space="preserve">
|
||||||
<value>Gosodiadau eraill</value>
|
<value>Other</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasswordGenerated" xml:space="preserve">
|
<data name="PasswordGenerated" xml:space="preserve">
|
||||||
<value>Password generated</value>
|
<value>Password generated</value>
|
||||||
@@ -632,7 +632,7 @@
|
|||||||
<value>Cynhyrchydd cyfrineiriau</value>
|
<value>Cynhyrchydd cyfrineiriau</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasswordHint" xml:space="preserve">
|
<data name="PasswordHint" xml:space="preserve">
|
||||||
<value>Awgrym o'r cyfrinair</value>
|
<value>Password hint</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasswordHintAlert" xml:space="preserve">
|
<data name="PasswordHintAlert" xml:space="preserve">
|
||||||
<value>Rydym ni wedi anfon ebost atoch gydag awgrym ar gyfer eich prif gyfrinair.</value>
|
<value>Rydym ni wedi anfon ebost atoch gydag awgrym ar gyfer eich prif gyfrinair.</value>
|
||||||
@@ -654,7 +654,7 @@
|
|||||||
<value>Ailgynhyrchu cyfrinair</value>
|
<value>Ailgynhyrchu cyfrinair</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="RetypeMasterPassword" xml:space="preserve">
|
<data name="RetypeMasterPassword" xml:space="preserve">
|
||||||
<value>Aildeipio'r prif gyfrinair</value>
|
<value>Re-type master password</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SearchVault" xml:space="preserve">
|
<data name="SearchVault" xml:space="preserve">
|
||||||
<value>Chwilio'r gell</value>
|
<value>Chwilio'r gell</value>
|
||||||
@@ -672,7 +672,7 @@
|
|||||||
<value>Rhowch god PIN 4 nod i'w ddefnyddio i ddatgloi'r ap.</value>
|
<value>Rhowch god PIN 4 nod i'w ddefnyddio i ddatgloi'r ap.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ItemInformation" xml:space="preserve">
|
<data name="ItemInformation" xml:space="preserve">
|
||||||
<value>Gwybodaeth am yr eitem</value>
|
<value>Item information</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ItemUpdated" xml:space="preserve">
|
<data name="ItemUpdated" xml:space="preserve">
|
||||||
<value>Eitem wedi'i chadw</value>
|
<value>Eitem wedi'i chadw</value>
|
||||||
@@ -699,7 +699,7 @@
|
|||||||
<comment>What Apple calls their fingerprint reader.</comment>
|
<comment>What Apple calls their fingerprint reader.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="TwoStepLogin" xml:space="preserve">
|
<data name="TwoStepLogin" xml:space="preserve">
|
||||||
<value>Mewngofnodi dau agm</value>
|
<value>Two-step login</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UnlockWith" xml:space="preserve">
|
<data name="UnlockWith" xml:space="preserve">
|
||||||
<value>Datgloi â {0}</value>
|
<value>Datgloi â {0}</value>
|
||||||
@@ -715,7 +715,7 @@
|
|||||||
<value>Verification code</value>
|
<value>Verification code</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ViewItem" xml:space="preserve">
|
<data name="ViewItem" xml:space="preserve">
|
||||||
<value>Gweld yr eitem</value>
|
<value>Gweld yr Eitem</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="WebVault" xml:space="preserve">
|
<data name="WebVault" xml:space="preserve">
|
||||||
<value>Cell we Bitwarden</value>
|
<value>Cell we Bitwarden</value>
|
||||||
@@ -837,10 +837,10 @@
|
|||||||
<comment>For 2FA</comment>
|
<comment>For 2FA</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="TwoStepLoginOptions" xml:space="preserve">
|
<data name="TwoStepLoginOptions" xml:space="preserve">
|
||||||
<value>Dewisiadau mewngofnodi dau gam</value>
|
<value>Two-step login options</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UseAnotherTwoStepMethod" xml:space="preserve">
|
<data name="UseAnotherTwoStepMethod" xml:space="preserve">
|
||||||
<value>Defnyddio dull mewngofnodi dau gam arall</value>
|
<value>Use another two-step login method</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VerificationEmailNotSent" xml:space="preserve">
|
<data name="VerificationEmailNotSent" xml:space="preserve">
|
||||||
<value>Could not send verification email. Try again.</value>
|
<value>Could not send verification email. Try again.</value>
|
||||||
@@ -1005,10 +1005,10 @@ Scanning will happen automatically.</value>
|
|||||||
<value>Cerdyn</value>
|
<value>Cerdyn</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TypeIdentity" xml:space="preserve">
|
<data name="TypeIdentity" xml:space="preserve">
|
||||||
<value>Eitem hunaniaeth</value>
|
<value>Hunaniaeth</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TypeLogin" xml:space="preserve">
|
<data name="TypeLogin" xml:space="preserve">
|
||||||
<value>Manylyn mewngofnodi</value>
|
<value>Login</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TypeSecureNote" xml:space="preserve">
|
<data name="TypeSecureNote" xml:space="preserve">
|
||||||
<value>Nodyn diogel</value>
|
<value>Nodyn diogel</value>
|
||||||
@@ -1083,10 +1083,10 @@ Scanning will happen automatically.</value>
|
|||||||
<value>Mawrth</value>
|
<value>Mawrth</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="May" xml:space="preserve">
|
<data name="May" xml:space="preserve">
|
||||||
<value>Mai</value>
|
<value>May</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="MiddleName" xml:space="preserve">
|
<data name="MiddleName" xml:space="preserve">
|
||||||
<value>Enw canol</value>
|
<value>Middle name</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Mr" xml:space="preserve">
|
<data name="Mr" xml:space="preserve">
|
||||||
<value>Mr</value>
|
<value>Mr</value>
|
||||||
@@ -1104,13 +1104,13 @@ Scanning will happen automatically.</value>
|
|||||||
<value>Tachwedd</value>
|
<value>Tachwedd</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="October" xml:space="preserve">
|
<data name="October" xml:space="preserve">
|
||||||
<value>Hydref</value>
|
<value>October</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PassportNumber" xml:space="preserve">
|
<data name="PassportNumber" xml:space="preserve">
|
||||||
<value>Rhif pasbort</value>
|
<value>Rhif pasbort</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Phone" xml:space="preserve">
|
<data name="Phone" xml:space="preserve">
|
||||||
<value>Ffôn</value>
|
<value>Phone</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="September" xml:space="preserve">
|
<data name="September" xml:space="preserve">
|
||||||
<value>Medi</value>
|
<value>Medi</value>
|
||||||
@@ -1137,7 +1137,7 @@ Scanning will happen automatically.</value>
|
|||||||
<value>Dangos eiconau gwefannau</value>
|
<value>Dangos eiconau gwefannau</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ShowWebsiteIconsDescription" xml:space="preserve">
|
<data name="ShowWebsiteIconsDescription" xml:space="preserve">
|
||||||
<value>Dangos delwedd adnabyddadwy wrth ymyl pob eitem.</value>
|
<value>Show a recognizable image next to each login.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="IconsUrl" xml:space="preserve">
|
<data name="IconsUrl" xml:space="preserve">
|
||||||
<value>Icons server URL</value>
|
<value>Icons server URL</value>
|
||||||
@@ -1158,10 +1158,10 @@ Scanning will happen automatically.</value>
|
|||||||
<value>There are no items in this collection.</value>
|
<value>There are no items in this collection.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="NoItemsFolder" xml:space="preserve">
|
<data name="NoItemsFolder" xml:space="preserve">
|
||||||
<value>Does dim eitemau yn y ffolder hon.</value>
|
<value>There are no items in this folder.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="NoItemsTrash" xml:space="preserve">
|
<data name="NoItemsTrash" xml:space="preserve">
|
||||||
<value>Does dim eitemau yn y bin sbwriel.</value>
|
<value>There are no items in the trash.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillAccessibilityService" xml:space="preserve">
|
<data name="AutofillAccessibilityService" xml:space="preserve">
|
||||||
<value>Auto-fill Accessibility Service</value>
|
<value>Auto-fill Accessibility Service</value>
|
||||||
@@ -1266,7 +1266,7 @@ Scanning will happen automatically.</value>
|
|||||||
<value>Hold your Yubikey near the top of the device.</value>
|
<value>Hold your Yubikey near the top of the device.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TryAgain" xml:space="preserve">
|
<data name="TryAgain" xml:space="preserve">
|
||||||
<value>Ceisio eto</value>
|
<value>Try again</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YubiKeyInstructionIos" xml:space="preserve">
|
<data name="YubiKeyInstructionIos" xml:space="preserve">
|
||||||
<value>To continue, hold your YubiKey NEO against the back of the device.</value>
|
<value>To continue, hold your YubiKey NEO against the back of the device.</value>
|
||||||
@@ -1351,10 +1351,10 @@ Scanning will happen automatically.</value>
|
|||||||
<value>Gwirio a ydy'r cyfrinair wedi'i ddatgelu.</value>
|
<value>Gwirio a ydy'r cyfrinair wedi'i ddatgelu.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasswordExposed" xml:space="preserve">
|
<data name="PasswordExposed" xml:space="preserve">
|
||||||
<value>Mae'r cyfrinair hwn wedi cael ei ddatgelu {0} o weithiau mewn achosion o ddatgelu data. Dylech chi ei newid.</value>
|
<value>Mae'r cyfrinair hwn wedi cael ei ddatgelu {0} o weithiau mewn achosion o dorri data. Dylech chi ei newid.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasswordSafe" xml:space="preserve">
|
<data name="PasswordSafe" xml:space="preserve">
|
||||||
<value>Chafodd y cyfrinair hwn mo'i ganfod mewn unrhyw achos hysbys o ddatgelu data. Dylai fod yn iawn i'w ddefnyddio.</value>
|
<value>This password was not found in any known data breaches. It should be safe to use.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="IdentityName" xml:space="preserve">
|
<data name="IdentityName" xml:space="preserve">
|
||||||
<value>Identity name</value>
|
<value>Identity name</value>
|
||||||
@@ -1366,13 +1366,13 @@ Scanning will happen automatically.</value>
|
|||||||
<value>Password history</value>
|
<value>Password history</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Types" xml:space="preserve">
|
<data name="Types" xml:space="preserve">
|
||||||
<value>Mathau</value>
|
<value>Types</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="NoPasswordsToList" xml:space="preserve">
|
<data name="NoPasswordsToList" xml:space="preserve">
|
||||||
<value>Dim cyfrineiriau i'w rhestru.</value>
|
<value>No passwords to list.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="NoItemsToList" xml:space="preserve">
|
<data name="NoItemsToList" xml:space="preserve">
|
||||||
<value>Does dim eitemau i'w rhestu.</value>
|
<value>There are no items to list.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SearchCollection" xml:space="preserve">
|
<data name="SearchCollection" xml:space="preserve">
|
||||||
<value>Search collection</value>
|
<value>Search collection</value>
|
||||||
@@ -1384,7 +1384,7 @@ Scanning will happen automatically.</value>
|
|||||||
<value>Search text Sends</value>
|
<value>Search text Sends</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SearchGroup" xml:space="preserve">
|
<data name="SearchGroup" xml:space="preserve">
|
||||||
<value>Chwilio {0}</value>
|
<value>Search {0}</value>
|
||||||
<comment>ex: Search Logins</comment>
|
<comment>ex: Search Logins</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="Type" xml:space="preserve">
|
<data name="Type" xml:space="preserve">
|
||||||
@@ -1451,7 +1451,7 @@ Scanning will happen automatically.</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">
|
||||||
<value>Does dim ffolderi i'w rhestru.</value>
|
<value>There are no folders to list.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FingerprintPhrase" xml:space="preserve">
|
<data name="FingerprintPhrase" xml:space="preserve">
|
||||||
<value>Fingerprint phrase</value>
|
<value>Fingerprint phrase</value>
|
||||||
@@ -1522,11 +1522,11 @@ Scanning will happen automatically.</value>
|
|||||||
<value>ar ôl 2 funud</value>
|
<value>ar ôl 2 funud</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ClearClipboard" xml:space="preserve">
|
<data name="ClearClipboard" xml:space="preserve">
|
||||||
<value>Clirio'r clipfwrdd</value>
|
<value>Clear clipboard</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">
|
||||||
<value>Clirio eitemau a gopïwyd o'ch clipfwrdd yn awtomatig.</value>
|
<value>Automatically clear copied values from your clipboard.</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="DefaultUriMatchDetection" xml:space="preserve">
|
<data name="DefaultUriMatchDetection" xml:space="preserve">
|
||||||
@@ -1541,7 +1541,7 @@ Scanning will happen automatically.</value>
|
|||||||
<comment>Color theme</comment>
|
<comment>Color theme</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThemeDescription" xml:space="preserve">
|
<data name="ThemeDescription" xml:space="preserve">
|
||||||
<value>Newid thema liwiau'r ap.</value>
|
<value>Change the application's color theme.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThemeDefault" xml:space="preserve">
|
<data name="ThemeDefault" xml:space="preserve">
|
||||||
<value>Rhagosodiad (system)</value>
|
<value>Rhagosodiad (system)</value>
|
||||||
@@ -1550,13 +1550,13 @@ Scanning will happen automatically.</value>
|
|||||||
<value>Default dark theme</value>
|
<value>Default dark theme</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CopyNotes" xml:space="preserve">
|
<data name="CopyNotes" xml:space="preserve">
|
||||||
<value>Copïo'r nodyn</value>
|
<value>Copy note</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Exit" xml:space="preserve">
|
<data name="Exit" xml:space="preserve">
|
||||||
<value>Gadael</value>
|
<value>Exit</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ExitConfirmation" xml:space="preserve">
|
<data name="ExitConfirmation" xml:space="preserve">
|
||||||
<value>Ydych chi'n siŵr eich bod am adael Bitwarden?</value>
|
<value>Are you sure you want to exit Bitwarden?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PINRequireMasterPasswordRestart" xml:space="preserve">
|
<data name="PINRequireMasterPasswordRestart" xml:space="preserve">
|
||||||
<value>Do you want to require unlocking with your master password when the application is restarted?</value>
|
<value>Do you want to require unlocking with your master password when the application is restarted?</value>
|
||||||
@@ -1599,7 +1599,7 @@ Scanning will happen automatically.</value>
|
|||||||
<value>Cynnwys rhif</value>
|
<value>Cynnwys rhif</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Download" xml:space="preserve">
|
<data name="Download" xml:space="preserve">
|
||||||
<value>Lawrlwytho</value>
|
<value>Download</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Shared" xml:space="preserve">
|
<data name="Shared" xml:space="preserve">
|
||||||
<value>Shared</value>
|
<value>Shared</value>
|
||||||
@@ -1614,10 +1614,10 @@ Scanning will happen automatically.</value>
|
|||||||
<value>Biometric verification</value>
|
<value>Biometric verification</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Biometrics" xml:space="preserve">
|
<data name="Biometrics" xml:space="preserve">
|
||||||
<value>biometreg</value>
|
<value>Biometrics</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UseBiometricsToUnlock" xml:space="preserve">
|
<data name="UseBiometricsToUnlock" xml:space="preserve">
|
||||||
<value>Defnyddio biometreg i ddatgloi</value>
|
<value>Use biometrics to unlock</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AccessibilityOverlayPermissionAlert" xml:space="preserve">
|
<data name="AccessibilityOverlayPermissionAlert" xml:space="preserve">
|
||||||
<value>Bitwarden needs attention - See "Auto-fill Accessibility Service" from Bitwarden settings</value>
|
<value>Bitwarden needs attention - See "Auto-fill Accessibility Service" from Bitwarden settings</value>
|
||||||
@@ -1641,7 +1641,7 @@ Scanning will happen automatically.</value>
|
|||||||
<value>Granted</value>
|
<value>Granted</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FileFormat" xml:space="preserve">
|
<data name="FileFormat" xml:space="preserve">
|
||||||
<value>Fformat y ffeil</value>
|
<value>File format</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ExportVaultMasterPasswordDescription" xml:space="preserve">
|
<data name="ExportVaultMasterPasswordDescription" xml:space="preserve">
|
||||||
<value>Rhowch eich prif gyfrinair i allforio data eich cell.</value>
|
<value>Rhowch eich prif gyfrinair i allforio data eich cell.</value>
|
||||||
@@ -1692,7 +1692,7 @@ Scanning will happen automatically.</value>
|
|||||||
<value>There was a problem saving this attachment. If the problem persists, you can save it from the web vault.</value>
|
<value>There was a problem saving this attachment. If the problem persists, you can save it from the web vault.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SaveAttachmentSuccess" xml:space="preserve">
|
<data name="SaveAttachmentSuccess" xml:space="preserve">
|
||||||
<value>Cadwyd yr atodiad yn llwyddiannus</value>
|
<value>Attachment saved successfully</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillTileAccessibilityRequired" xml:space="preserve">
|
<data name="AutofillTileAccessibilityRequired" xml:space="preserve">
|
||||||
<value>Please turn on "Auto-fill Accessibility Service" from Bitwarden Settings to use the Auto-fill tile.</value>
|
<value>Please turn on "Auto-fill Accessibility Service" from Bitwarden Settings to use the Auto-fill tile.</value>
|
||||||
@@ -1701,11 +1701,11 @@ Scanning will happen automatically.</value>
|
|||||||
<value>No password fields detected</value>
|
<value>No password fields detected</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SoftDeleting" xml:space="preserve">
|
<data name="SoftDeleting" xml:space="preserve">
|
||||||
<value>Yn anfon i'r bin sbwriel...</value>
|
<value>Sending to trash...</value>
|
||||||
<comment>Message shown when interacting with the server</comment>
|
<comment>Message shown when interacting with the server</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ItemSoftDeleted" xml:space="preserve">
|
<data name="ItemSoftDeleted" xml:space="preserve">
|
||||||
<value>Anfonwyd yr eitem i'r bin sbwriel.</value>
|
<value>Item has been sent to trash.</value>
|
||||||
<comment>Confirmation message after successfully soft-deleting a login</comment>
|
<comment>Confirmation message after successfully soft-deleting a login</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="Restore" xml:space="preserve">
|
<data name="Restore" xml:space="preserve">
|
||||||
@@ -1713,7 +1713,7 @@ Scanning will happen automatically.</value>
|
|||||||
<comment>Restores an entity (verb).</comment>
|
<comment>Restores an entity (verb).</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="Restoring" xml:space="preserve">
|
<data name="Restoring" xml:space="preserve">
|
||||||
<value>Yn adfer...</value>
|
<value>Restoring...</value>
|
||||||
<comment>Message shown when interacting with the server</comment>
|
<comment>Message shown when interacting with the server</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ItemRestored" xml:space="preserve">
|
<data name="ItemRestored" xml:space="preserve">
|
||||||
@@ -1721,15 +1721,15 @@ Scanning will happen automatically.</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>Bin sbwriel</value>
|
<value>Trash</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">
|
||||||
<value>Chwilio drwy'r bin sbwriel</value>
|
<value>Search trash</value>
|
||||||
<comment>(action prompt) Label for the search text field when viewing the trash folder</comment>
|
<comment>(action prompt) Label for the search text field when viewing the trash folder</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="DoYouReallyWantToPermanentlyDeleteCipher" xml:space="preserve">
|
<data name="DoYouReallyWantToPermanentlyDeleteCipher" xml:space="preserve">
|
||||||
<value>Ydych chi wir eisiau dileu'r eitem hon? Allwch chi ddim dadwneud hyn.</value>
|
<value>Do you really want to permanently delete? This cannot be undone.</value>
|
||||||
<comment>Confirmation alert message when permanently deleteing a cipher.</comment>
|
<comment>Confirmation alert message when permanently deleteing a cipher.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="DoYouReallyWantToRestoreCipher" xml:space="preserve">
|
<data name="DoYouReallyWantToRestoreCipher" xml:space="preserve">
|
||||||
@@ -1737,7 +1737,7 @@ Scanning will happen automatically.</value>
|
|||||||
<comment>Confirmation alert message when restoring a soft-deleted cipher.</comment>
|
<comment>Confirmation alert message when restoring a soft-deleted cipher.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="DoYouReallyWantToSoftDeleteCipher" xml:space="preserve">
|
<data name="DoYouReallyWantToSoftDeleteCipher" xml:space="preserve">
|
||||||
<value>Ydych chi wir eisiau anfon yr eitem hon i'r bin sbwriel?</value>
|
<value>Do you really want to send to the trash?</value>
|
||||||
<comment>Confirmation alert message when soft-deleting a cipher.</comment>
|
<comment>Confirmation alert message when soft-deleting a cipher.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="AccountBiometricInvalidated" xml:space="preserve">
|
<data name="AccountBiometricInvalidated" xml:space="preserve">
|
||||||
@@ -1747,10 +1747,10 @@ Scanning will happen automatically.</value>
|
|||||||
<value>Autofill biometric unlock for this account is disabled pending verification of master password.</value>
|
<value>Autofill biometric unlock for this account is disabled pending verification of master password.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="EnableSyncOnRefresh" xml:space="preserve">
|
<data name="EnableSyncOnRefresh" xml:space="preserve">
|
||||||
<value>Caniatáu cysoni wrth adnewyddu</value>
|
<value>Allow sync on refresh</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="EnableSyncOnRefreshDescription" xml:space="preserve">
|
<data name="EnableSyncOnRefreshDescription" xml:space="preserve">
|
||||||
<value>Cysoni'r gell drwy dynnu i lawr.</value>
|
<value>Syncing vault with pull down gesture.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LogInSso" xml:space="preserve">
|
<data name="LogInSso" xml:space="preserve">
|
||||||
<value>Enterprise single sign-on</value>
|
<value>Enterprise single sign-on</value>
|
||||||
@@ -1765,7 +1765,7 @@ Scanning will happen automatically.</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>Gosod prif gyfrinair</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>
|
||||||
@@ -1798,7 +1798,7 @@ Scanning will happen automatically.</value>
|
|||||||
<value>Password does not meet organization requirements. Please check the policy information and try again.</value>
|
<value>Password does not meet organization requirements. Please check the policy information and try again.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Loading" xml:space="preserve">
|
<data name="Loading" xml:space="preserve">
|
||||||
<value>Llwytho</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:
|
||||||
@@ -1808,16 +1808,16 @@ Scanning will happen automatically.</value>
|
|||||||
<value>Terms of Service and Privacy Policy have not been acknowledged.</value>
|
<value>Terms of Service and Privacy Policy have not been acknowledged.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TermsOfService" xml:space="preserve">
|
<data name="TermsOfService" xml:space="preserve">
|
||||||
<value>Telerau gwasanaeth</value>
|
<value>Terms of Service</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicy" xml:space="preserve">
|
<data name="PrivacyPolicy" xml:space="preserve">
|
||||||
<value>Polisi preifatrwydd</value>
|
<value>Privacy Policy</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AccessibilityDrawOverPermissionAlert" xml:space="preserve">
|
<data name="AccessibilityDrawOverPermissionAlert" xml:space="preserve">
|
||||||
<value>Bitwarden needs attention - Turn on "Draw-Over" in "Auto-fill Services" from Bitwarden Settings</value>
|
<value>Bitwarden needs attention - Turn on "Draw-Over" in "Auto-fill Services" from Bitwarden Settings</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AutofillServices" xml:space="preserve">
|
<data name="AutofillServices" xml:space="preserve">
|
||||||
<value>Gwasanaethau llenwi awtomatig</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>
|
||||||
@@ -2044,11 +2044,11 @@ Scanning will happen automatically.</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="AboutSend" xml:space="preserve">
|
<data name="AboutSend" xml:space="preserve">
|
||||||
<value>Ynghylch Send</value>
|
<value>About Send</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="HideEmail" xml:space="preserve">
|
<data name="HideEmail" xml:space="preserve">
|
||||||
<value>Cuddio fy nghyfeiriad ebost rhag derbynwyr</value>
|
<value>Hide my email address from recipients</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SendOptionsPolicyInEffect" xml:space="preserve">
|
<data name="SendOptionsPolicyInEffect" xml:space="preserve">
|
||||||
<value>One or more organization policies are affecting your Send options.</value>
|
<value>One or more organization policies are affecting your Send options.</value>
|
||||||
@@ -2063,7 +2063,7 @@ Scanning will happen automatically.</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">
|
||||||
<value>Ailofyn am y prif gyfrinair</value>
|
<value>Master password re-prompt</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasswordConfirmation" xml:space="preserve">
|
<data name="PasswordConfirmation" xml:space="preserve">
|
||||||
<value>Master password confirmation</value>
|
<value>Master password confirmation</value>
|
||||||
@@ -2078,16 +2078,16 @@ Scanning will happen automatically.</value>
|
|||||||
<value>Captcha failed. Please try again.</value>
|
<value>Captcha failed. Please try again.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UpdatedMasterPassword" xml:space="preserve">
|
<data name="UpdatedMasterPassword" xml:space="preserve">
|
||||||
<value>Diweddarwyd y prif gyfrinair</value>
|
<value>Updated master password</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UpdateMasterPassword" xml:space="preserve">
|
<data name="UpdateMasterPassword" xml:space="preserve">
|
||||||
<value>Diweddaru'r prif gyfrinair</value>
|
<value>Update master password</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UpdateMasterPasswordWarning" xml:space="preserve">
|
<data name="UpdateMasterPasswordWarning" xml:space="preserve">
|
||||||
<value>Your master password was recently changed by an administrator in your organization. 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 was recently changed by an administrator in your organization. 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="UpdatingPassword" xml:space="preserve">
|
<data name="UpdatingPassword" xml:space="preserve">
|
||||||
<value>Yn diweddaru'r cyfrinair</value>
|
<value>Updating password</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UpdatePasswordError" xml:space="preserve">
|
<data name="UpdatePasswordError" xml:space="preserve">
|
||||||
<value>Currently unable to update password</value>
|
<value>Currently unable to update password</value>
|
||||||
@@ -2105,7 +2105,7 @@ Scanning will happen automatically.</value>
|
|||||||
<value>Leave organization</value>
|
<value>Leave organization</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LeaveOrganizationName" xml:space="preserve">
|
<data name="LeaveOrganizationName" xml:space="preserve">
|
||||||
<value>Gadael {0}?</value>
|
<value>Leave {0}?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Fido2Title" xml:space="preserve">
|
<data name="Fido2Title" xml:space="preserve">
|
||||||
<value>FIDO2 WebAuthn</value>
|
<value>FIDO2 WebAuthn</value>
|
||||||
@@ -2120,7 +2120,7 @@ Scanning will happen automatically.</value>
|
|||||||
<value>Authenticate WebAuthn</value>
|
<value>Authenticate WebAuthn</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Fido2ReturnToApp" xml:space="preserve">
|
<data name="Fido2ReturnToApp" xml:space="preserve">
|
||||||
<value>Dychwelyd i'r ap</value>
|
<value>Return to app</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Fido2CheckBrowser" xml:space="preserve">
|
<data name="Fido2CheckBrowser" xml:space="preserve">
|
||||||
<value>Please make sure your default browser supports WebAuthn and try again.</value>
|
<value>Please make sure your default browser supports WebAuthn and try again.</value>
|
||||||
@@ -2144,7 +2144,7 @@ Scanning will happen automatically.</value>
|
|||||||
<value>One or more organization policies prevents your from exporting your individual vault.</value>
|
<value>One or more organization policies prevents your from exporting your individual vault.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AddAccount" xml:space="preserve">
|
<data name="AddAccount" xml:space="preserve">
|
||||||
<value>Ychwanegu cyfrif</value>
|
<value>Add account</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AccountUnlocked" xml:space="preserve">
|
<data name="AccountUnlocked" xml:space="preserve">
|
||||||
<value>Unlocked</value>
|
<value>Unlocked</value>
|
||||||
@@ -2168,19 +2168,19 @@ Scanning will happen automatically.</value>
|
|||||||
<value>Account removed successfully</value>
|
<value>Account removed successfully</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DeleteAccount" xml:space="preserve">
|
<data name="DeleteAccount" xml:space="preserve">
|
||||||
<value>Dileu eich cyfrif</value>
|
<value>Delete account</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DeletingYourAccountIsPermanent" xml:space="preserve">
|
<data name="DeletingYourAccountIsPermanent" xml:space="preserve">
|
||||||
<value>Deleting your account is permanent</value>
|
<value>Deleting your account is permanent</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DeleteAccountExplanation" xml:space="preserve">
|
<data name="DeleteAccountExplanation" xml:space="preserve">
|
||||||
<value>Caiff eich cyfrif a holl ddata'ch cell eu dileu mewn ffordd anadferadwy. Ydych chi'n siŵr yr hoffech chi barhau?</value>
|
<value>Your account and all vault data will be erased and unrecoverable. Are you sure you want to continue?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DeletingYourAccount" xml:space="preserve">
|
<data name="DeletingYourAccount" xml:space="preserve">
|
||||||
<value>Deleting your account</value>
|
<value>Deleting your account</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="YourAccountHasBeenPermanentlyDeleted" xml:space="preserve">
|
<data name="YourAccountHasBeenPermanentlyDeleted" xml:space="preserve">
|
||||||
<value>Mae eich cyfrif wedi cael ei ddileu'n barhaol</value>
|
<value>Your account has been permanently deleted</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="InvalidVerificationCode" xml:space="preserve">
|
<data name="InvalidVerificationCode" xml:space="preserve">
|
||||||
<value>Invalid verification code</value>
|
<value>Invalid verification code</value>
|
||||||
@@ -2249,7 +2249,7 @@ Scanning will happen automatically.</value>
|
|||||||
<value>Password is not visible, tap to show.</value>
|
<value>Password is not visible, tap to show.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FilterByVault" xml:space="preserve">
|
<data name="FilterByVault" xml:space="preserve">
|
||||||
<value>Hidlo eitemau yn ôl cell</value>
|
<value>Filter items by vault</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AllVaults" xml:space="preserve">
|
<data name="AllVaults" xml:space="preserve">
|
||||||
<value>Pob cell</value>
|
<value>Pob cell</value>
|
||||||
@@ -2307,7 +2307,7 @@ select Add TOTP to store the key safely</value>
|
|||||||
<value>We were unable to process your request. Please try again or contact us.</value>
|
<value>We were unable to process your request. Please try again or contact us.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AllowScreenCapture" xml:space="preserve">
|
<data name="AllowScreenCapture" xml:space="preserve">
|
||||||
<value>Caniatáu sgrinluniau</value>
|
<value>Allow screen capture</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AreYouSureYouWantToEnableScreenCapture" xml:space="preserve">
|
<data name="AreYouSureYouWantToEnableScreenCapture" xml:space="preserve">
|
||||||
<value>Are you sure you want to turn on screen capture?</value>
|
<value>Are you sure you want to turn on screen capture?</value>
|
||||||
@@ -2316,46 +2316,46 @@ select Add TOTP to store the key safely</value>
|
|||||||
<value>Login requested</value>
|
<value>Login requested</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AreYouTryingToLogIn" xml:space="preserve">
|
<data name="AreYouTryingToLogIn" xml:space="preserve">
|
||||||
<value>Ydych chi'n ceisio mewngofnodi?</value>
|
<value>Are you trying to log in?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LogInAttemptByXOnY" xml:space="preserve">
|
<data name="LogInAttemptByXOnY" xml:space="preserve">
|
||||||
<value>Cais mewngofnodi gan {0} ar {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>Math o ddyfais</value>
|
<value>Device type</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="IpAddress" xml:space="preserve">
|
<data name="IpAddress" xml:space="preserve">
|
||||||
<value>Cyfeiriad IP</value>
|
<value>Cyfeiriad IP</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Time" xml:space="preserve">
|
<data name="Time" xml:space="preserve">
|
||||||
<value>Amser</value>
|
<value>Time</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Near" xml:space="preserve">
|
<data name="Near" xml:space="preserve">
|
||||||
<value>Gerllaw</value>
|
<value>Near</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConfirmLogIn" xml:space="preserve">
|
<data name="ConfirmLogIn" xml:space="preserve">
|
||||||
<value>Cadarnhau'r mewngofnodi</value>
|
<value>Confirm login</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DenyLogIn" xml:space="preserve">
|
<data name="DenyLogIn" xml:space="preserve">
|
||||||
<value>Gwrthod y mewngofnodi</value>
|
<value>Deny login</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="JustNow" xml:space="preserve">
|
<data name="JustNow" xml:space="preserve">
|
||||||
<value>Ychydig yn ôl</value>
|
<value>Just now</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="XMinutesAgo" xml:space="preserve">
|
<data name="XMinutesAgo" xml:space="preserve">
|
||||||
<value>{0} o funudau yn ôl</value>
|
<value>{0} minutes ago</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LogInAccepted" xml:space="preserve">
|
<data name="LogInAccepted" xml:space="preserve">
|
||||||
<value>Cadarnhawyd y mewngofnodi</value>
|
<value>Login confirmed</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LogInDenied" xml:space="preserve">
|
<data name="LogInDenied" xml:space="preserve">
|
||||||
<value>Gwrthodwyd y mewngofnodi</value>
|
<value>Login denied</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ApproveLoginRequests" xml:space="preserve">
|
<data name="ApproveLoginRequests" xml:space="preserve">
|
||||||
<value>Cymeradwyo ceisiadau mewngofnodi</value>
|
<value>Approve login requests</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UseThisDeviceToApproveLoginRequestsMadeFromOtherDevices" xml:space="preserve">
|
<data name="UseThisDeviceToApproveLoginRequestsMadeFromOtherDevices" xml:space="preserve">
|
||||||
<value>Defnyddio'r ddyfais hon i gymeradwyo ceisiadau mewngofnodi gan ddyfeisiau eraill</value>
|
<value>Use this device to approve login requests made from other devices</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AllowNotifications" xml:space="preserve">
|
<data name="AllowNotifications" xml:space="preserve">
|
||||||
<value>Caniatáu hysbysiadau</value>
|
<value>Caniatáu hysbysiadau</value>
|
||||||
@@ -2373,16 +2373,16 @@ select Add TOTP to store the key safely</value>
|
|||||||
<value>All notifications</value>
|
<value>All notifications</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasswordType" xml:space="preserve">
|
<data name="PasswordType" xml:space="preserve">
|
||||||
<value>Math o gyfrinair</value>
|
<value>Password type</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="WhatWouldYouLikeToGenerate" xml:space="preserve">
|
<data name="WhatWouldYouLikeToGenerate" xml:space="preserve">
|
||||||
<value>Beth hoffech chi ei gynhyrchu?</value>
|
<value>What would you like to generate?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UsernameType" xml:space="preserve">
|
<data name="UsernameType" xml:space="preserve">
|
||||||
<value>Math o enw defnyddiwr</value>
|
<value>Math o enw defnyddiwr</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PlusAddressedEmail" xml:space="preserve">
|
<data name="PlusAddressedEmail" xml:space="preserve">
|
||||||
<value>Is-gyfeiriad ebost</value>
|
<value>Plus addressed email</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CatchAllEmail" xml:space="preserve">
|
<data name="CatchAllEmail" xml:space="preserve">
|
||||||
<value>Catch-all email</value>
|
<value>Catch-all email</value>
|
||||||
@@ -2391,13 +2391,13 @@ select Add TOTP to store the key safely</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>Gair ar hap</value>
|
<value>Random word</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="EmailRequiredParenthesis" xml:space="preserve">
|
<data name="EmailRequiredParenthesis" xml:space="preserve">
|
||||||
<value>Email (required)</value>
|
<value>Email (required)</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DomainNameRequiredParenthesis" xml:space="preserve">
|
<data name="DomainNameRequiredParenthesis" xml:space="preserve">
|
||||||
<value>Enw parth (gofynnol)</value>
|
<value>Domain name (required)</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="APIKeyRequiredParenthesis" xml:space="preserve">
|
<data name="APIKeyRequiredParenthesis" xml:space="preserve">
|
||||||
<value>API key (required)</value>
|
<value>API key (required)</value>
|
||||||
@@ -2442,13 +2442,13 @@ select Add TOTP to store the key safely</value>
|
|||||||
<value>Math o ebost</value>
|
<value>Math o ebost</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="WebsiteRequired" xml:space="preserve">
|
<data name="WebsiteRequired" xml:space="preserve">
|
||||||
<value>Gwefan (gofynnol)</value>
|
<value>Website (required)</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UnknownXErrorMessage" xml:space="preserve">
|
<data name="UnknownXErrorMessage" xml:space="preserve">
|
||||||
<value>Bu gwall anhysbys {0}.</value>
|
<value>Unknown {0} error occurred.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PlusAddressedEmailDescription" xml:space="preserve">
|
<data name="PlusAddressedEmailDescription" xml:space="preserve">
|
||||||
<value>Defnyddio galluoedd is-gyfeirio darparwr eich cyfeiriad ebost ('plus addressing')</value>
|
<value>Use your email provider's subaddress capabilities</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CatchAllEmailDescription" xml:space="preserve">
|
<data name="CatchAllEmailDescription" xml:space="preserve">
|
||||||
<value>Use your domain's configured catch-all inbox.</value>
|
<value>Use your domain's configured catch-all inbox.</value>
|
||||||
@@ -2457,7 +2457,7 @@ select Add TOTP to store the key safely</value>
|
|||||||
<value>Generate an email alias with an external forwarding service.</value>
|
<value>Generate an email alias with an external forwarding service.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Random" xml:space="preserve">
|
<data name="Random" xml:space="preserve">
|
||||||
<value>Hap</value>
|
<value>Random</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectToWatch" xml:space="preserve">
|
<data name="ConnectToWatch" xml:space="preserve">
|
||||||
<value>Connect to Watch</value>
|
<value>Connect to Watch</value>
|
||||||
@@ -2469,10 +2469,10 @@ select Add TOTP to store the key safely</value>
|
|||||||
<value>Bitwarden uses the Accessibility Service to search for login fields in apps and websites, then establish the appropriate field IDs for entering a username & password when a match for the app or site is found. We do not store any of the information presented to us by the service, nor do we make any attempt to control any on-screen elements beyond text entry of credentials.</value>
|
<value>Bitwarden uses the Accessibility Service to search for login fields in apps and websites, then establish the appropriate field IDs for entering a username & password when a match for the app or site is found. We do not store any of the information presented to us by the service, nor do we make any attempt to control any on-screen elements beyond text entry of credentials.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Accept" xml:space="preserve">
|
<data name="Accept" xml:space="preserve">
|
||||||
<value>Derbyn</value>
|
<value>Accept</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Decline" xml:space="preserve">
|
<data name="Decline" xml:space="preserve">
|
||||||
<value>Gwrthod</value>
|
<value>Decline</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LoginRequestHasAlreadyExpired" xml:space="preserve">
|
<data name="LoginRequestHasAlreadyExpired" xml:space="preserve">
|
||||||
<value>Login request has already expired.</value>
|
<value>Login request has already expired.</value>
|
||||||
@@ -2483,22 +2483,22 @@ select Add TOTP to store the key safely</value>
|
|||||||
Do you want to switch to this account?</value>
|
Do you want to switch to this account?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="NewAroundHere" xml:space="preserve">
|
<data name="NewAroundHere" xml:space="preserve">
|
||||||
<value>Ydych chi'n newydd?</value>
|
<value>New around here?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GetMasterPasswordwordHint" xml:space="preserve">
|
<data name="GetMasterPasswordwordHint" xml:space="preserve">
|
||||||
<value>Anfon awgrym o'ch prif gyfrinair</value>
|
<value>Get master password hint</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LoggingInAsXOnY" xml:space="preserve">
|
<data name="LoggingInAsXOnY" xml:space="preserve">
|
||||||
<value>Yn mewngofnodi fel {0} ar {1}</value>
|
<value>Logging in as {0} on {1}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="NotYou" xml:space="preserve">
|
<data name="NotYou" xml:space="preserve">
|
||||||
<value>Nid chi?</value>
|
<value>Not you?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LogInWithMasterPassword" xml:space="preserve">
|
<data name="LogInWithMasterPassword" xml:space="preserve">
|
||||||
<value>Mewngofnodi â'ch prif gyfrinair</value>
|
<value>Log in with master password</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LogInWithAnotherDevice" xml:space="preserve">
|
<data name="LogInWithAnotherDevice" xml:space="preserve">
|
||||||
<value>Mewngofnodi â dyfais</value>
|
<value>Log in with device</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LogInInitiated" xml:space="preserve">
|
<data name="LogInInitiated" xml:space="preserve">
|
||||||
<value>Login initiated</value>
|
<value>Login initiated</value>
|
||||||
@@ -2513,13 +2513,13 @@ Do you want to switch to this account?</value>
|
|||||||
<value>Resend notification</value>
|
<value>Resend notification</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="NeedAnotherOption" xml:space="preserve">
|
<data name="NeedAnotherOption" xml:space="preserve">
|
||||||
<value>Angen opsiwn arall?</value>
|
<value>Need another option?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ViewAllLoginOptions" xml:space="preserve">
|
<data name="ViewAllLoginOptions" xml:space="preserve">
|
||||||
<value>View all log in options</value>
|
<value>View all log in options</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ThisRequestIsNoLongerValid" xml:space="preserve">
|
<data name="ThisRequestIsNoLongerValid" xml:space="preserve">
|
||||||
<value>Dyw'r cais hwn ddim yn ddilys bellach</value>
|
<value>This request is no longer valid</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PendingLogInRequests" xml:space="preserve">
|
<data name="PendingLogInRequests" xml:space="preserve">
|
||||||
<value>Pending login requests</value>
|
<value>Pending login requests</value>
|
||||||
@@ -2540,13 +2540,13 @@ Do you want to switch to this account?</value>
|
|||||||
<value>Enable camera permission to use the scanner</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>Iaith</value>
|
<value>Language</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LanguageChangeXDescription" xml:space="preserve">
|
<data name="LanguageChangeXDescription" xml:space="preserve">
|
||||||
<value>Cafodd yr iaith ei newid i {0}. Ailgychwynnwch yr ap i weld newidiadau</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>Bydd angen ailgychwyn yr ap</value>
|
<value>Language change requires app restart</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DefaultSystem" xml:space="preserve">
|
<data name="DefaultSystem" xml:space="preserve">
|
||||||
<value>Default (System)</value>
|
<value>Default (System)</value>
|
||||||
@@ -2573,7 +2573,7 @@ Do you want to switch to this account?</value>
|
|||||||
<value>Cryf</value>
|
<value>Cryf</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CheckKnownDataBreachesForThisPassword" xml:space="preserve">
|
<data name="CheckKnownDataBreachesForThisPassword" xml:space="preserve">
|
||||||
<value>Chwilio am achosion o ddatgelu data sy'n cynnwys y cyfrinair hwn</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>Prif gyfrinair wedi'i ddatgelu</value>
|
<value>Prif gyfrinair wedi'i ddatgelu</value>
|
||||||
@@ -2609,7 +2609,7 @@ Do you want to switch to this account?</value>
|
|||||||
<value>UE</value>
|
<value>UE</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SelfHosted" xml:space="preserve">
|
<data name="SelfHosted" xml:space="preserve">
|
||||||
<value>Gweinydd hunangynhaliol</value>
|
<value>Hunangynhaliol</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DataRegion" xml:space="preserve">
|
<data name="DataRegion" xml:space="preserve">
|
||||||
<value>Lleoliad y data</value>
|
<value>Lleoliad y data</value>
|
||||||
@@ -2639,7 +2639,7 @@ Do you want to switch to this account?</value>
|
|||||||
<value>Turn off using a public device</value>
|
<value>Turn off using a public device</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="RememberThisDevice" xml:space="preserve">
|
<data name="RememberThisDevice" xml:space="preserve">
|
||||||
<value>Cofio'r ddyfais hon</value>
|
<value>Remember this device</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Passkey" xml:space="preserve">
|
<data name="Passkey" xml:space="preserve">
|
||||||
<value>Passkey</value>
|
<value>Passkey</value>
|
||||||
@@ -2690,7 +2690,7 @@ Do you want to switch to this account?</value>
|
|||||||
<value>Trouble logging in?</value>
|
<value>Trouble logging in?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LoggingInAsX" xml:space="preserve">
|
<data name="LoggingInAsX" xml:space="preserve">
|
||||||
<value>Yn mewngofnodi fel {0}</value>
|
<value>Logging in as {0}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VaultTimeoutActionChangedToLogOut" xml:space="preserve">
|
<data name="VaultTimeoutActionChangedToLogOut" xml:space="preserve">
|
||||||
<value>Vault timeout action changed to log out</value>
|
<value>Vault timeout action changed to log out</value>
|
||||||
@@ -2745,19 +2745,19 @@ Do you want to switch to this account?</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>Mewngofnodi â dyfais</value>
|
<value>Log in with device</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="LoggingInOn" xml:space="preserve">
|
<data name="LoggingInOn" xml:space="preserve">
|
||||||
<value>Mewngofnodi ar</value>
|
<value>Logging in on</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Vault" xml:space="preserve">
|
<data name="Vault" xml:space="preserve">
|
||||||
<value>Cell</value>
|
<value>Vault</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Appearance" xml:space="preserve">
|
<data name="Appearance" xml:space="preserve">
|
||||||
<value>Golwg</value>
|
<value>Appearance</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AccountSecurity" xml:space="preserve">
|
<data name="AccountSecurity" xml:space="preserve">
|
||||||
<value>Diogelwch eich cyfrif</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>
|
||||||
@@ -2769,10 +2769,10 @@ Do you want to switch to this account?</value>
|
|||||||
<value>Copy app information</value>
|
<value>Copy app information</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SyncNow" xml:space="preserve">
|
<data name="SyncNow" xml:space="preserve">
|
||||||
<value>Cysoni nawr</value>
|
<value>Sync now</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UnlockOptions" xml:space="preserve">
|
<data name="UnlockOptions" xml:space="preserve">
|
||||||
<value>Dewisiadau datgloi</value>
|
<value>Unlock options</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SessionTimeout" xml:space="preserve">
|
<data name="SessionTimeout" xml:space="preserve">
|
||||||
<value>Session timeout</value>
|
<value>Session timeout</value>
|
||||||
@@ -2806,10 +2806,10 @@ Do you want to switch to this account?</value>
|
|||||||
<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>
|
||||||
</data>
|
</data>
|
||||||
<data name="AdditionalOptions" xml:space="preserve">
|
<data name="AdditionalOptions" xml:space="preserve">
|
||||||
<value>Dewisiadau ychwanegol</value>
|
<value>Additional options</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToWebApp" xml:space="preserve">
|
<data name="ContinueToWebApp" xml:space="preserve">
|
||||||
<value>Parhau i'r ap gwe?</value>
|
<value>Continue to web app?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToX" xml:space="preserve">
|
<data name="ContinueToX" xml:space="preserve">
|
||||||
<value>Continue to {0}?</value>
|
<value>Continue to {0}?</value>
|
||||||
@@ -2821,14 +2821,11 @@ Do you want to switch to this account?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Continue to contact support?</value>
|
<value>Continue to contact support?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Continue to privacy policy?</value>
|
|
||||||
</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="TwoStepLoginDescriptionLong" xml:space="preserve">
|
<data name="TwoStepLoginDescriptionLong" xml:space="preserve">
|
||||||
<value>Gallwch wneud eich cyfrif yn fwy diogel drwy alluogi mewngofnodi dau gam yn ap gwe Bitwarden.</value>
|
<value>Make your account more secure by setting up two-step login in the Bitwarden web app.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ChangeMasterPasswordDescriptionLong" xml:space="preserve">
|
<data name="ChangeMasterPasswordDescriptionLong" xml:space="preserve">
|
||||||
<value>You can change your master password on the Bitwarden web app.</value>
|
<value>You can change your master password on the Bitwarden web app.</value>
|
||||||
@@ -2843,9 +2840,6 @@ Do you want to switch to this account?</value>
|
|||||||
<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>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Check out our privacy policy on bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<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>
|
||||||
|
|||||||
@@ -2820,9 +2820,6 @@ Vil du skifte til denne konto?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Fortsæt med at kontakte support?</value>
|
<value>Fortsæt med at kontakte support?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Fortsæt til Fortrolighedspolitik?</value>
|
|
||||||
</data>
|
|
||||||
<data name="ContinueToAppStore" xml:space="preserve">
|
<data name="ContinueToAppStore" xml:space="preserve">
|
||||||
<value>Fortsæt til app-butik?</value>
|
<value>Fortsæt til app-butik?</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -2842,9 +2839,6 @@ Vil du skifte til denne konto?</value>
|
|||||||
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
||||||
<value>Kan ikke finde det, der søges efter? Kontakt Bitwarden-supporten via bitwarden.com.</value>
|
<value>Kan ikke finde det, der søges efter? Kontakt Bitwarden-supporten via bitwarden.com.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Tjek vores Fortrolighedspolitik på bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<value>Tjek flere funktioner ud i Bitwarden-kontoen på web-appen.</value>
|
<value>Tjek flere funktioner ud i Bitwarden-kontoen på web-appen.</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@@ -2819,9 +2819,6 @@ Möchtest du zu diesem Konto wechseln?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Weiter, um den Support zu kontaktieren?</value>
|
<value>Weiter, um den Support zu kontaktieren?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Weiter zur Datenschutzerklärung?</value>
|
|
||||||
</data>
|
|
||||||
<data name="ContinueToAppStore" xml:space="preserve">
|
<data name="ContinueToAppStore" xml:space="preserve">
|
||||||
<value>Weiter zum App Store?</value>
|
<value>Weiter zum App Store?</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -2841,9 +2838,6 @@ Möchtest du zu diesem Konto wechseln?</value>
|
|||||||
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
||||||
<value>Du findest nicht, was du suchst? Kontaktiere den Bitwarden Support auf bitwarden.com.</value>
|
<value>Du findest nicht, was du suchst? Kontaktiere den Bitwarden Support auf bitwarden.com.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Lies unsere Datenschutzerklärung auf bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<value>Entdecke mehr Funktionen deines Bitwarden-Kontos in der Web-App.</value>
|
<value>Entdecke mehr Funktionen deines Bitwarden-Kontos in der Web-App.</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@@ -2819,9 +2819,6 @@
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Συνέχεια στην επικοινωνία με την υποστήριξη;</value>
|
<value>Συνέχεια στην επικοινωνία με την υποστήριξη;</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Continue to privacy policy?</value>
|
|
||||||
</data>
|
|
||||||
<data name="ContinueToAppStore" xml:space="preserve">
|
<data name="ContinueToAppStore" xml:space="preserve">
|
||||||
<value>Συνέχεια στο κατάστημα εφαρμογών;</value>
|
<value>Συνέχεια στο κατάστημα εφαρμογών;</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -2841,9 +2838,6 @@
|
|||||||
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
||||||
<value>Δεν μπορείτε να βρείτε αυτό που ψάχνετε; Επικοινωνήστε με την υποστήριξη Bitwarden στο bitwarden.com.</value>
|
<value>Δεν μπορείτε να βρείτε αυτό που ψάχνετε; Επικοινωνήστε με την υποστήριξη Bitwarden στο bitwarden.com.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Check out our privacy policy on bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<value>Εξερευνήστε περισσότερες δυνατότητες του Bitwarden λογαριασμού σας, στην εφαρμογή διαδικτύου.</value>
|
<value>Εξερευνήστε περισσότερες δυνατότητες του Bitwarden λογαριασμού σας, στην εφαρμογή διαδικτύου.</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@@ -2820,9 +2820,6 @@ Do you want to switch to this account?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Continue to contact support?</value>
|
<value>Continue to contact support?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Continue to privacy policy?</value>
|
|
||||||
</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>
|
||||||
@@ -2842,9 +2839,6 @@ Do you want to switch to this account?</value>
|
|||||||
<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>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Check out our privacy policy on bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<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>
|
||||||
|
|||||||
@@ -2834,9 +2834,6 @@ Do you want to switch to this account?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Continue to contact support?</value>
|
<value>Continue to contact support?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Continue to privacy policy?</value>
|
|
||||||
</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>
|
||||||
@@ -2856,9 +2853,6 @@ Do you want to switch to this account?</value>
|
|||||||
<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>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Check out our privacy policy on bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<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>
|
||||||
|
|||||||
@@ -2822,9 +2822,6 @@ seleccione Agregar TOTP para almacenar la clave de forma segura</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>¿Continuar con el servicio de asistencia?</value>
|
<value>¿Continuar con el servicio de asistencia?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Continue to privacy policy?</value>
|
|
||||||
</data>
|
|
||||||
<data name="ContinueToAppStore" xml:space="preserve">
|
<data name="ContinueToAppStore" xml:space="preserve">
|
||||||
<value>¿Continuar a la App Store?</value>
|
<value>¿Continuar a la App Store?</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -2844,9 +2841,6 @@ seleccione Agregar TOTP para almacenar la clave de forma segura</value>
|
|||||||
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
||||||
<value>¿No encuentras lo que estás buscando? Contacta con el soporte de Bitwarden en bitwarden.com.</value>
|
<value>¿No encuentras lo que estás buscando? Contacta con el soporte de Bitwarden en bitwarden.com.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Check out our privacy policy on bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<value>Explora más características de tu cuenta de Bitwarden en la aplicación web.</value>
|
<value>Explora más características de tu cuenta de Bitwarden en la aplicación web.</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@@ -2820,9 +2820,6 @@ Soovid selle konto peale lülituda?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Continue to contact support?</value>
|
<value>Continue to contact support?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Continue to privacy policy?</value>
|
|
||||||
</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>
|
||||||
@@ -2842,9 +2839,6 @@ Soovid selle konto peale lülituda?</value>
|
|||||||
<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>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Check out our privacy policy on bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<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>
|
||||||
|
|||||||
@@ -2819,9 +2819,6 @@ Kontu honetara aldatu nahi duzu?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Continue to contact support?</value>
|
<value>Continue to contact support?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Continue to privacy policy?</value>
|
|
||||||
</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>
|
||||||
@@ -2841,9 +2838,6 @@ Kontu honetara aldatu nahi duzu?</value>
|
|||||||
<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>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Check out our privacy policy on bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<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>
|
||||||
|
|||||||
@@ -2821,9 +2821,6 @@
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>میخواهید با پشتیبانی تماس بگیرید؟</value>
|
<value>میخواهید با پشتیبانی تماس بگیرید؟</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Continue to privacy policy?</value>
|
|
||||||
</data>
|
|
||||||
<data name="ContinueToAppStore" xml:space="preserve">
|
<data name="ContinueToAppStore" xml:space="preserve">
|
||||||
<value>به فروشگاه برنامه ادامه میدهید؟</value>
|
<value>به فروشگاه برنامه ادامه میدهید؟</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -2843,9 +2840,6 @@
|
|||||||
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
||||||
<value>چیزی را که به دنبالش هستید پیدا نمیکنید؟ با پشتیبانی Bitwarden در bitwarden.com تماس بگیرید.</value>
|
<value>چیزی را که به دنبالش هستید پیدا نمیکنید؟ با پشتیبانی Bitwarden در bitwarden.com تماس بگیرید.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Check out our privacy policy on bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<value>ویژگیهای بیشتر حساب Bitwarden خود را در برنامه وب کاوش کنید.</value>
|
<value>ویژگیهای بیشتر حساب Bitwarden خود را در برنامه وب کاوش کنید.</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@@ -560,7 +560,7 @@
|
|||||||
<comment>Message shown when interacting with the server</comment>
|
<comment>Message shown when interacting with the server</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="LoginOrCreateNewAccount" xml:space="preserve">
|
<data name="LoginOrCreateNewAccount" xml:space="preserve">
|
||||||
<value>Käytä salattua holviasi kirjautumalla sisään tai tai luo uusi tili.</value>
|
<value>Kirjaudu tai luo uusi tili käyttääksesi salattua holviasi.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Manage" xml:space="preserve">
|
<data name="Manage" xml:space="preserve">
|
||||||
<value>Hallinta</value>
|
<value>Hallinta</value>
|
||||||
@@ -2821,9 +2821,6 @@ Haluatko vaihtaa tähän tiliin?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Siirrytäänkö asiakaspalveluun?</value>
|
<value>Siirrytäänkö asiakaspalveluun?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Jatketaanko tietosuojakäytäntöön?</value>
|
|
||||||
</data>
|
|
||||||
<data name="ContinueToAppStore" xml:space="preserve">
|
<data name="ContinueToAppStore" xml:space="preserve">
|
||||||
<value>Avataanko sovelluskauppa?</value>
|
<value>Avataanko sovelluskauppa?</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -2843,9 +2840,6 @@ Haluatko vaihtaa tähän tiliin?</value>
|
|||||||
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
||||||
<value>Etkö löydä etsimääsi? Tavoitat Bitwardenin asiakaspalvelun osoitteesta bitwarden.com.</value>
|
<value>Etkö löydä etsimääsi? Tavoitat Bitwardenin asiakaspalvelun osoitteesta bitwarden.com.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Tutustu tietosuojakäytäntöömme osoitteessa bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<value>Tutustu Bitwarden-tilisi muihin omimaisuuksiin verkkosovelluksessa.</value>
|
<value>Tutustu Bitwarden-tilisi muihin omimaisuuksiin verkkosovelluksessa.</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@@ -2821,9 +2821,6 @@ Gusto mo bang pumunta sa account na ito?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Continue to contact support?</value>
|
<value>Continue to contact support?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Continue to privacy policy?</value>
|
|
||||||
</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>
|
||||||
@@ -2843,9 +2840,6 @@ Gusto mo bang pumunta sa account na ito?</value>
|
|||||||
<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>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Check out our privacy policy on bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<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>
|
||||||
|
|||||||
@@ -2821,9 +2821,6 @@ Voulez-vous basculer vers ce compte ?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Continuer vers le contact du support ?</value>
|
<value>Continuer vers le contact du support ?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Poursuivre vers la politique de confidentialité ?</value>
|
|
||||||
</data>
|
|
||||||
<data name="ContinueToAppStore" xml:space="preserve">
|
<data name="ContinueToAppStore" xml:space="preserve">
|
||||||
<value>Continuer vers la boutique des applications ?</value>
|
<value>Continuer vers la boutique des applications ?</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -2843,9 +2840,6 @@ Voulez-vous basculer vers ce compte ?</value>
|
|||||||
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
||||||
<value>Vous ne trouvez pas ce que vous cherchez ? Contactez le support de Bitwarden sur bitwarden.com.</value>
|
<value>Vous ne trouvez pas ce que vous cherchez ? Contactez le support de Bitwarden sur bitwarden.com.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Consultez notre politique de confidentialité sur bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<value>Explorez plus de fonctionnalités de votre compte Bitwarden sur l'application Web.</value>
|
<value>Explorez plus de fonctionnalités de votre compte Bitwarden sur l'application Web.</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@@ -2821,9 +2821,6 @@ Do you want to switch to this account?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Continue to contact support?</value>
|
<value>Continue to contact support?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Continue to privacy policy?</value>
|
|
||||||
</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>
|
||||||
@@ -2843,9 +2840,6 @@ Do you want to switch to this account?</value>
|
|||||||
<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>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Check out our privacy policy on bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<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>
|
||||||
|
|||||||
@@ -2823,9 +2823,6 @@ Do you want to switch to this account?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Continue to contact support?</value>
|
<value>Continue to contact support?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Continue to privacy policy?</value>
|
|
||||||
</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>
|
||||||
@@ -2845,9 +2842,6 @@ Do you want to switch to this account?</value>
|
|||||||
<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>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Check out our privacy policy on bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<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>
|
||||||
|
|||||||
@@ -2820,9 +2820,6 @@ Do you want to switch to this account?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Continue to contact support?</value>
|
<value>Continue to contact support?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Continue to privacy policy?</value>
|
|
||||||
</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>
|
||||||
@@ -2842,9 +2839,6 @@ Do you want to switch to this account?</value>
|
|||||||
<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>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Check out our privacy policy on bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<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>
|
||||||
|
|||||||
@@ -2818,9 +2818,6 @@
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Kontaktiraj podršku?</value>
|
<value>Kontaktiraj podršku?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Continue to privacy policy?</value>
|
|
||||||
</data>
|
|
||||||
<data name="ContinueToAppStore" xml:space="preserve">
|
<data name="ContinueToAppStore" xml:space="preserve">
|
||||||
<value>Nastavi u trgovinu aplikacijama?</value>
|
<value>Nastavi u trgovinu aplikacijama?</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -2840,9 +2837,6 @@
|
|||||||
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
||||||
<value>Ne možeš naći što te zanima? Kontaktiraj Bitwarden podršku na bitwarden.com.</value>
|
<value>Ne možeš naći što te zanima? Kontaktiraj Bitwarden podršku na bitwarden.com.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Check out our privacy policy on bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<value>Pronađi viđe značajki svojeg Bitwarden računa u web aplikaciji.</value>
|
<value>Pronađi viđe značajki svojeg Bitwarden računa u web aplikaciji.</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@@ -2819,9 +2819,6 @@ Szeretnénk átváltani erre a fiókra?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Tovább az ügyfélszolgálathoz?</value>
|
<value>Tovább az ügyfélszolgálathoz?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Tovább az adatvédelmi szabályzathoz?</value>
|
|
||||||
</data>
|
|
||||||
<data name="ContinueToAppStore" xml:space="preserve">
|
<data name="ContinueToAppStore" xml:space="preserve">
|
||||||
<value>Tovább az alkalmazásboltba?</value>
|
<value>Tovább az alkalmazásboltba?</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -2841,9 +2838,6 @@ Szeretnénk átváltani erre a fiókra?</value>
|
|||||||
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
||||||
<value>Nem találjuk, amit keresünk? Lépjünk kapcsolatba a Bitwarden ügyfélszolgálatával a bitwarden.com oldalon.</value>
|
<value>Nem találjuk, amit keresünk? Lépjünk kapcsolatba a Bitwarden ügyfélszolgálatával a bitwarden.com oldalon.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Az adatvédelmi szabályzat megtekintése a bitwarden.com webhelyen.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<value>Fedezzük fel a Bitwarden-fiók további funkcióit a webalkalmazásban.</value>
|
<value>Fedezzük fel a Bitwarden-fiók további funkcióit a webalkalmazásban.</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@@ -2820,9 +2820,6 @@ Do you want to switch to this account?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Continue to contact support?</value>
|
<value>Continue to contact support?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Continue to privacy policy?</value>
|
|
||||||
</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>
|
||||||
@@ -2842,9 +2839,6 @@ Do you want to switch to this account?</value>
|
|||||||
<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>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Check out our privacy policy on bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<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>
|
||||||
|
|||||||
@@ -2820,9 +2820,6 @@ Vuoi passare a questo account?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Continua per contattare l'assistenza?</value>
|
<value>Continua per contattare l'assistenza?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Continuare alla privacy policy?</value>
|
|
||||||
</data>
|
|
||||||
<data name="ContinueToAppStore" xml:space="preserve">
|
<data name="ContinueToAppStore" xml:space="preserve">
|
||||||
<value>Continuare sull'App Store?</value>
|
<value>Continuare sull'App Store?</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -2842,9 +2839,6 @@ Vuoi passare a questo account?</value>
|
|||||||
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
||||||
<value>Non riesci a trovare quello che stai cercando? Contatta il supporto Bitwarden su bitwarden.com.</value>
|
<value>Non riesci a trovare quello che stai cercando? Contatta il supporto Bitwarden su bitwarden.com.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Consulta la nostra privacy policy su bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<value>Esplora altre funzionalità del tuo account Bitwarden sul sito web.</value>
|
<value>Esplora altre funzionalità del tuo account Bitwarden sul sito web.</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@@ -2820,9 +2820,6 @@
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>サポートに連絡しますか?</value>
|
<value>サポートに連絡しますか?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>プライバシーポリシーを確認しますか?</value>
|
|
||||||
</data>
|
|
||||||
<data name="ContinueToAppStore" xml:space="preserve">
|
<data name="ContinueToAppStore" xml:space="preserve">
|
||||||
<value>アプリストアに進みますか?</value>
|
<value>アプリストアに進みますか?</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -2842,9 +2839,6 @@
|
|||||||
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
||||||
<value>お探しのものが見つかりませんか? bitwarden.com で Bitwarden のサポートにご連絡ください。</value>
|
<value>お探しのものが見つかりませんか? bitwarden.com で Bitwarden のサポートにご連絡ください。</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>bitwarden.com でプライバシーポリシーをご覧ください。</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<value>Bitwarden アカウントの機能をウェブアプリでご確認ください。</value>
|
<value>Bitwarden アカウントの機能をウェブアプリでご確認ください。</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@@ -2821,9 +2821,6 @@ Do you want to switch to this account?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Continue to contact support?</value>
|
<value>Continue to contact support?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Continue to privacy policy?</value>
|
|
||||||
</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>
|
||||||
@@ -2843,9 +2840,6 @@ Do you want to switch to this account?</value>
|
|||||||
<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>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Check out our privacy policy on bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<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>
|
||||||
|
|||||||
@@ -2821,9 +2821,6 @@ Do you want to switch to this account?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Continue to contact support?</value>
|
<value>Continue to contact support?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Continue to privacy policy?</value>
|
|
||||||
</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>
|
||||||
@@ -2843,9 +2840,6 @@ Do you want to switch to this account?</value>
|
|||||||
<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>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Check out our privacy policy on bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<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>
|
||||||
|
|||||||
@@ -2820,9 +2820,6 @@ Do you want to switch to this account?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Continue to contact support?</value>
|
<value>Continue to contact support?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Continue to privacy policy?</value>
|
|
||||||
</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>
|
||||||
@@ -2842,9 +2839,6 @@ Do you want to switch to this account?</value>
|
|||||||
<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>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Check out our privacy policy on bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<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>
|
||||||
|
|||||||
@@ -2821,9 +2821,6 @@ Ar norite pereiti prie šios paskyros?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Continue to contact support?</value>
|
<value>Continue to contact support?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Continue to privacy policy?</value>
|
|
||||||
</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>
|
||||||
@@ -2843,9 +2840,6 @@ Ar norite pereiti prie šios paskyros?</value>
|
|||||||
<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>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Check out our privacy policy on bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<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>
|
||||||
|
|||||||
@@ -2821,9 +2821,6 @@ Vai pārslēgties uz šo kontu?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Pāriet uz sazināšanos ar atbalstu?</value>
|
<value>Pāriet uz sazināšanos ar atbalstu?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Pāriet uz privātuma nosacījumiem?</value>
|
|
||||||
</data>
|
|
||||||
<data name="ContinueToAppStore" xml:space="preserve">
|
<data name="ContinueToAppStore" xml:space="preserve">
|
||||||
<value>Pāriet uz lietotņu veikalu?</value>
|
<value>Pāriet uz lietotņu veikalu?</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -2843,9 +2840,6 @@ Vai pārslēgties uz šo kontu?</value>
|
|||||||
<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>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Mūsu privātuma nosacījumi ir pārskatāmi bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<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>
|
||||||
|
|||||||
@@ -2820,9 +2820,6 @@ Do you want to switch to this account?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Continue to contact support?</value>
|
<value>Continue to contact support?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Continue to privacy policy?</value>
|
|
||||||
</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>
|
||||||
@@ -2842,9 +2839,6 @@ Do you want to switch to this account?</value>
|
|||||||
<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>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Check out our privacy policy on bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<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>
|
||||||
|
|||||||
@@ -2821,9 +2821,6 @@ Do you want to switch to this account?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Continue to contact support?</value>
|
<value>Continue to contact support?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Continue to privacy policy?</value>
|
|
||||||
</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>
|
||||||
@@ -2843,9 +2840,6 @@ Do you want to switch to this account?</value>
|
|||||||
<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>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Check out our privacy policy on bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<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>
|
||||||
|
|||||||
@@ -2821,9 +2821,6 @@ Do you want to switch to this account?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Continue to contact support?</value>
|
<value>Continue to contact support?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Continue to privacy policy?</value>
|
|
||||||
</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>
|
||||||
@@ -2843,9 +2840,6 @@ Do you want to switch to this account?</value>
|
|||||||
<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>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Check out our privacy policy on bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<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>
|
||||||
|
|||||||
@@ -2821,9 +2821,6 @@ Vil du bytte til denne kontoen?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Continue to contact support?</value>
|
<value>Continue to contact support?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Continue to privacy policy?</value>
|
|
||||||
</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>
|
||||||
@@ -2843,9 +2840,6 @@ Vil du bytte til denne kontoen?</value>
|
|||||||
<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>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Check out our privacy policy on bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<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>
|
||||||
|
|||||||
@@ -2821,9 +2821,6 @@ Do you want to switch to this account?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Continue to contact support?</value>
|
<value>Continue to contact support?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Continue to privacy policy?</value>
|
|
||||||
</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>
|
||||||
@@ -2843,9 +2840,6 @@ Do you want to switch to this account?</value>
|
|||||||
<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>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Check out our privacy policy on bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<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>
|
||||||
|
|||||||
@@ -2212,7 +2212,7 @@ Het scannen gebeurt automatisch.</value>
|
|||||||
<value>Er is een fout opgetreden tijdens het verzenden van een verificatiecode naar je e-mail. Probeer het opnieuw</value>
|
<value>Er is een fout opgetreden tijdens het verzenden van een verificatiecode naar je e-mail. Probeer het opnieuw</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="EnterTheVerificationCodeThatWasSentToYourEmail" xml:space="preserve">
|
<data name="EnterTheVerificationCodeThatWasSentToYourEmail" xml:space="preserve">
|
||||||
<value>Voer de verificatiecode in die naar je e-mail is gestuurd</value>
|
<value>Voer de verificatiecode in die we naar je e-mail is gestuurd</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SubmitCrashLogs" xml:space="preserve">
|
<data name="SubmitCrashLogs" xml:space="preserve">
|
||||||
<value>Crashes rapporteren</value>
|
<value>Crashes rapporteren</value>
|
||||||
@@ -2820,9 +2820,6 @@ Wilt u naar dit account wisselen?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Doorgaan met het contact opnemen met support?</value>
|
<value>Doorgaan met het contact opnemen met support?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Doorgaan naar privacybeleid?</value>
|
|
||||||
</data>
|
|
||||||
<data name="ContinueToAppStore" xml:space="preserve">
|
<data name="ContinueToAppStore" xml:space="preserve">
|
||||||
<value>Doorgaan naar de app store?</value>
|
<value>Doorgaan naar de app store?</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -2842,9 +2839,6 @@ Wilt u naar dit account wisselen?</value>
|
|||||||
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
||||||
<value>Kan je niet vinden wat je zoekt? Neem contact op met Bitwarden-ondersteuning via bitwarden.com.</value>
|
<value>Kan je niet vinden wat je zoekt? Neem contact op met Bitwarden-ondersteuning via bitwarden.com.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Bekijk ons privacybeleid op bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<value>Ontdek meer functies van je Bitwarden-account in de webapp.</value>
|
<value>Ontdek meer functies van je Bitwarden-account in de webapp.</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@@ -2821,9 +2821,6 @@ Do you want to switch to this account?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Continue to contact support?</value>
|
<value>Continue to contact support?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Fortset til personvernerklæringa?</value>
|
|
||||||
</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>
|
||||||
@@ -2843,9 +2840,6 @@ Do you want to switch to this account?</value>
|
|||||||
<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>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Sjekk ut personvernerklæringa vår på bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<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>
|
||||||
|
|||||||
@@ -2821,9 +2821,6 @@ Do you want to switch to this account?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Continue to contact support?</value>
|
<value>Continue to contact support?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Continue to privacy policy?</value>
|
|
||||||
</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>
|
||||||
@@ -2843,9 +2840,6 @@ Do you want to switch to this account?</value>
|
|||||||
<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>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Check out our privacy policy on bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<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>
|
||||||
|
|||||||
@@ -2820,9 +2820,6 @@ Czy chcesz przełączyć się na to konto?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Kontynuować kontakt z pomocą techniczną?</value>
|
<value>Kontynuować kontakt z pomocą techniczną?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Kontynuować do polityki prywatności?</value>
|
|
||||||
</data>
|
|
||||||
<data name="ContinueToAppStore" xml:space="preserve">
|
<data name="ContinueToAppStore" xml:space="preserve">
|
||||||
<value>Kontynuować do sklepu aplikacji?</value>
|
<value>Kontynuować do sklepu aplikacji?</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -2842,9 +2839,6 @@ Czy chcesz przełączyć się na to konto?</value>
|
|||||||
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
||||||
<value>Nie możesz znaleźć tego, czego szukasz? Skontaktuj się z pomocą na bitwarden.com.</value>
|
<value>Nie możesz znaleźć tego, czego szukasz? Skontaktuj się z pomocą na bitwarden.com.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Sprawdź naszą politykę prywatności na bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<value>Odkryj więcej funkcji swojego konta Bitwarden w aplikacji internetowej.</value>
|
<value>Odkryj więcej funkcji swojego konta Bitwarden w aplikacji internetowej.</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@@ -2821,9 +2821,6 @@ Você deseja mudar para esta conta?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Continuar e contatar o suporte?</value>
|
<value>Continuar e contatar o suporte?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Continue to privacy policy?</value>
|
|
||||||
</data>
|
|
||||||
<data name="ContinueToAppStore" xml:space="preserve">
|
<data name="ContinueToAppStore" xml:space="preserve">
|
||||||
<value>Continuar para a loja de apps?</value>
|
<value>Continuar para a loja de apps?</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -2843,9 +2840,6 @@ Você deseja mudar para esta conta?</value>
|
|||||||
<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>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Check out our privacy policy on bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<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>
|
||||||
|
|||||||
@@ -2819,9 +2819,6 @@ Deseja mudar para esta conta?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Continuar a contactar o apoio ao cliente?</value>
|
<value>Continuar a contactar o apoio ao cliente?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Continuar para a política de privacidade?</value>
|
|
||||||
</data>
|
|
||||||
<data name="ContinueToAppStore" xml:space="preserve">
|
<data name="ContinueToAppStore" xml:space="preserve">
|
||||||
<value>Continuar para a loja de aplicações?</value>
|
<value>Continuar para a loja de aplicações?</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -2841,9 +2838,6 @@ Deseja mudar para esta conta?</value>
|
|||||||
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
||||||
<value>Não consegue encontrar o que está a procurar? Entre em contacto com o suporte da Bitwarden em bitwarden.com.</value>
|
<value>Não consegue encontrar o que está a procurar? Entre em contacto com o suporte da Bitwarden em bitwarden.com.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Consulte a nossa política de privacidade em bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<value>Explore mais funcionalidades da sua conta Bitwarden na aplicação web.</value>
|
<value>Explore mais funcionalidades da sua conta Bitwarden na aplicação web.</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@@ -2821,9 +2821,6 @@ Do you want to switch to this account?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Continue to contact support?</value>
|
<value>Continue to contact support?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Continue to privacy policy?</value>
|
|
||||||
</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>
|
||||||
@@ -2843,9 +2840,6 @@ Do you want to switch to this account?</value>
|
|||||||
<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>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Check out our privacy policy on bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<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>
|
||||||
|
|||||||
@@ -2820,9 +2820,6 @@ Doriți să comutați la acest cont?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Continue to contact support?</value>
|
<value>Continue to contact support?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Continue to privacy policy?</value>
|
|
||||||
</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>
|
||||||
@@ -2842,9 +2839,6 @@ Doriți să comutați la acest cont?</value>
|
|||||||
<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>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Check out our privacy policy on bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<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>
|
||||||
|
|||||||
@@ -2822,9 +2822,6 @@
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Обратиться в службу поддержки?</value>
|
<value>Обратиться в службу поддержки?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Перейти к политике конфиденциальности?</value>
|
|
||||||
</data>
|
|
||||||
<data name="ContinueToAppStore" xml:space="preserve">
|
<data name="ContinueToAppStore" xml:space="preserve">
|
||||||
<value>Перейти в магазин приложений?</value>
|
<value>Перейти в магазин приложений?</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -2844,9 +2841,6 @@
|
|||||||
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
||||||
<value>Не можете найти то, что ищете? Обратитесь в службу поддержки Bitwarden на сайте bitwarden.com.</value>
|
<value>Не можете найти то, что ищете? Обратитесь в службу поддержки Bitwarden на сайте bitwarden.com.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Ознакомьтесь с нашей политикой конфиденциальности на сайте bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<value>Изучите дополнительные возможности вашего аккаунта Bitwarden в веб-приложении.</value>
|
<value>Изучите дополнительные возможности вашего аккаунта Bitwarden в веб-приложении.</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@@ -2821,9 +2821,6 @@ Do you want to switch to this account?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Continue to contact support?</value>
|
<value>Continue to contact support?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Continue to privacy policy?</value>
|
|
||||||
</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>
|
||||||
@@ -2843,9 +2840,6 @@ Do you want to switch to this account?</value>
|
|||||||
<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>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Check out our privacy policy on bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<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>
|
||||||
|
|||||||
@@ -2820,9 +2820,6 @@ Chcete prepnúť na toto konto?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Pokračovať v kontaktovaní podpory?</value>
|
<value>Pokračovať v kontaktovaní podpory?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Pokračovať na zásady ochrany osobných údajov?</value>
|
|
||||||
</data>
|
|
||||||
<data name="ContinueToAppStore" xml:space="preserve">
|
<data name="ContinueToAppStore" xml:space="preserve">
|
||||||
<value>Pokračovať v obchode s aplikáciami?</value>
|
<value>Pokračovať v obchode s aplikáciami?</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -2842,9 +2839,6 @@ Chcete prepnúť na toto konto?</value>
|
|||||||
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
||||||
<value>Nemôžete nájsť, čo hľadáte? Obráťte sa na podporu Bitwarden na stránke bitwarden.com.</value>
|
<value>Nemôžete nájsť, čo hľadáte? Obráťte sa na podporu Bitwarden na stránke bitwarden.com.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Pozrite si naše zásady ochrany osobných údajov na bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<value>Preskúmajte ďalšie funkcie svojho účtu na Bitwarden vo webovej aplikácii.</value>
|
<value>Preskúmajte ďalšie funkcie svojho účtu na Bitwarden vo webovej aplikácii.</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@@ -2820,9 +2820,6 @@ Do you want to switch to this account?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Continue to contact support?</value>
|
<value>Continue to contact support?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Continue to privacy policy?</value>
|
|
||||||
</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>
|
||||||
@@ -2842,9 +2839,6 @@ Do you want to switch to this account?</value>
|
|||||||
<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>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Check out our privacy policy on bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<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>
|
||||||
|
|||||||
@@ -2822,9 +2822,6 @@
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Настави на подршку?</value>
|
<value>Настави на подршку?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Желите ли да наставите са политиком приватности?</value>
|
|
||||||
</data>
|
|
||||||
<data name="ContinueToAppStore" xml:space="preserve">
|
<data name="ContinueToAppStore" xml:space="preserve">
|
||||||
<value>Настави на радњу апликације?</value>
|
<value>Настави на радњу апликације?</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -2844,9 +2841,6 @@
|
|||||||
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
||||||
<value>Не можете да пронађете оно што тражите? Контактирајте Bitwarden подршку на bitwarden.com.</value>
|
<value>Не можете да пронађете оно што тражите? Контактирајте Bitwarden подршку на bitwarden.com.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Погледајте нашу политику приватности на bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<value>Истражите више својстава на Bitwarden налогу на веб апликаији.</value>
|
<value>Истражите више својстава на Bitwarden налогу на веб апликаији.</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@@ -360,7 +360,7 @@
|
|||||||
<comment>The title for the tools page.</comment>
|
<comment>The title for the tools page.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="URI" xml:space="preserve">
|
<data name="URI" xml:space="preserve">
|
||||||
<value>URI</value>
|
<value>URI (länk)</value>
|
||||||
<comment>Label for a uri/url.</comment>
|
<comment>Label for a uri/url.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="UseFingerprintToUnlock" xml:space="preserve">
|
<data name="UseFingerprintToUnlock" xml:space="preserve">
|
||||||
@@ -862,7 +862,7 @@ Vänligen använd en enhet som stöds och/eller lägg till fler metoder som har
|
|||||||
<value>Lägg till ny bilaga</value>
|
<value>Lägg till ny bilaga</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Attachments" xml:space="preserve">
|
<data name="Attachments" xml:space="preserve">
|
||||||
<value>Bilagor</value>
|
<value>Bifogade filer</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UnableToDownloadFile" xml:space="preserve">
|
<data name="UnableToDownloadFile" xml:space="preserve">
|
||||||
<value>Kunde ej hämta fil.</value>
|
<value>Kunde ej hämta fil.</value>
|
||||||
@@ -2822,9 +2822,6 @@ Vill du byta till detta konto?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Fortsätt att kontakta supporten?</value>
|
<value>Fortsätt att kontakta supporten?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Fortsätt till integritetspolicy?</value>
|
|
||||||
</data>
|
|
||||||
<data name="ContinueToAppStore" xml:space="preserve">
|
<data name="ContinueToAppStore" xml:space="preserve">
|
||||||
<value>Fortsätt till appbutiken?</value>
|
<value>Fortsätt till appbutiken?</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -2844,9 +2841,6 @@ Vill du byta till detta konto?</value>
|
|||||||
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
||||||
<value>Hittar du inte det du söker? Hör av dig till Bitwardens support på bitwarden.com.</value>
|
<value>Hittar du inte det du söker? Hör av dig till Bitwardens support på bitwarden.com.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Kolla in vår integritetspolicy på bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<value>Utforska fler funktioner i ditt Bitwarden-konto i webbappen.</value>
|
<value>Utforska fler funktioner i ditt Bitwarden-konto i webbappen.</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@@ -2821,9 +2821,6 @@
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>ஆதரவைத் தொடர்புகொள்ளத் தொடரவா?</value>
|
<value>ஆதரவைத் தொடர்புகொள்ளத் தொடரவா?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Continue to privacy policy?</value>
|
|
||||||
</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>
|
||||||
@@ -2843,9 +2840,6 @@
|
|||||||
<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>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Check out our privacy policy on bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<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>
|
||||||
|
|||||||
@@ -2821,9 +2821,6 @@ Do you want to switch to this account?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Continue to contact support?</value>
|
<value>Continue to contact support?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Continue to privacy policy?</value>
|
|
||||||
</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>
|
||||||
@@ -2843,9 +2840,6 @@ Do you want to switch to this account?</value>
|
|||||||
<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>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Check out our privacy policy on bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<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>
|
||||||
|
|||||||
@@ -2828,9 +2828,6 @@ Do you want to switch to this account?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Continue to contact support?</value>
|
<value>Continue to contact support?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Continue to privacy policy?</value>
|
|
||||||
</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>
|
||||||
@@ -2850,9 +2847,6 @@ Do you want to switch to this account?</value>
|
|||||||
<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>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Check out our privacy policy on bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<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>
|
||||||
|
|||||||
@@ -2819,9 +2819,6 @@ Bu hesaba geçmek ister misiniz?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Destek ekibiyle iletişim kurmak ister misiniz?</value>
|
<value>Destek ekibiyle iletişim kurmak ister misiniz?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Continue to privacy policy?</value>
|
|
||||||
</data>
|
|
||||||
<data name="ContinueToAppStore" xml:space="preserve">
|
<data name="ContinueToAppStore" xml:space="preserve">
|
||||||
<value>App Store'a gitmek ister misiniz?</value>
|
<value>App Store'a gitmek ister misiniz?</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -2841,9 +2838,6 @@ Bu hesaba geçmek ister misiniz?</value>
|
|||||||
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
||||||
<value>Aradığınızı bulamadınız mı? bitwarden.com sitesinden Bitwarden destek ekibine ulaşabilirsiniz.</value>
|
<value>Aradığınızı bulamadınız mı? bitwarden.com sitesinden Bitwarden destek ekibine ulaşabilirsiniz.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Check out our privacy policy on bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<value>Web uygulamasında Bitwarden hesabınızın diğer özelliklerini keşfedin.</value>
|
<value>Web uygulamasında Bitwarden hesabınızın diğer özelliklerini keşfedin.</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@@ -2820,9 +2820,6 @@
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Перейти до зв'язку зі службою підтримки?</value>
|
<value>Перейти до зв'язку зі службою підтримки?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Перейти до політики приватності?</value>
|
|
||||||
</data>
|
|
||||||
<data name="ContinueToAppStore" xml:space="preserve">
|
<data name="ContinueToAppStore" xml:space="preserve">
|
||||||
<value>Продовжити в App Store?</value>
|
<value>Продовжити в App Store?</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -2842,9 +2839,6 @@
|
|||||||
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
||||||
<value>Не вдалося знайти те, що шукаєте? Зверніться до служби підтримки на bitwarden.com.</value>
|
<value>Не вдалося знайти те, що шукаєте? Зверніться до служби підтримки на bitwarden.com.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Ознайомтеся з нашою політикою приватності на bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<value>Ознайомтеся з іншими функціями вашого облікового запису Bitwarden у вебпрограмі.</value>
|
<value>Ознайомтеся з іншими функціями вашого облікового запису Bitwarden у вебпрограмі.</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@@ -2821,9 +2821,6 @@ Bạn có muốn chuyển sang tài khoản này không?</value>
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>Vẫn liên hệ hỗ trợ?</value>
|
<value>Vẫn liên hệ hỗ trợ?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Đồng ý với chính sách bảo mật?</value>
|
|
||||||
</data>
|
|
||||||
<data name="ContinueToAppStore" xml:space="preserve">
|
<data name="ContinueToAppStore" xml:space="preserve">
|
||||||
<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>
|
||||||
@@ -2843,9 +2840,6 @@ Bạn có muốn chuyển sang tài khoản này không?</value>
|
|||||||
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
||||||
<value>Không tìm thấy? Hãy liên hệ với bộ phận hỗ trợ của Bitwarden trên bitwarden.com.</value>
|
<value>Không tìm thấy? Hãy liên hệ với bộ phận hỗ trợ của Bitwarden trên bitwarden.com.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Đọc chính sách bảo mật trên bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<value>Khám phá thêm các tính năng của tài khoản Bitwarden của bạn trên bản web.</value>
|
<value>Khám phá thêm các tính năng của tài khoản Bitwarden của bạn trên bản web.</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@@ -2820,9 +2820,6 @@
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>接下来要联系支持吗?</value>
|
<value>接下来要联系支持吗?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>接下来查看隐私政策吗?</value>
|
|
||||||
</data>
|
|
||||||
<data name="ContinueToAppStore" xml:space="preserve">
|
<data name="ContinueToAppStore" xml:space="preserve">
|
||||||
<value>接下来前往 App Store 吗?</value>
|
<value>接下来前往 App Store 吗?</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -2842,9 +2839,6 @@
|
|||||||
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
||||||
<value>找不到您想要的吗?请在 bitwarden.com 上联系 Bitwarden 支持。</value>
|
<value>找不到您想要的吗?请在 bitwarden.com 上联系 Bitwarden 支持。</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>在 bitwarden.com 上查看我们的隐私政策。</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<value>在网页应用上探索您的 Bitwarden 账户的更多功能。</value>
|
<value>在网页应用上探索您的 Bitwarden 账户的更多功能。</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@@ -2820,9 +2820,6 @@
|
|||||||
<data name="ContinueToContactSupport" xml:space="preserve">
|
<data name="ContinueToContactSupport" xml:space="preserve">
|
||||||
<value>接下來聯絡支援嗎?</value>
|
<value>接下來聯絡支援嗎?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ContinueToPrivacyPolicy" xml:space="preserve">
|
|
||||||
<value>Continue to privacy policy?</value>
|
|
||||||
</data>
|
|
||||||
<data name="ContinueToAppStore" xml:space="preserve">
|
<data name="ContinueToAppStore" xml:space="preserve">
|
||||||
<value>接下來造訪 App Store 嗎?</value>
|
<value>接下來造訪 App Store 嗎?</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -2842,9 +2839,6 @@
|
|||||||
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
<data name="ContactSupportDescriptionLong" xml:space="preserve">
|
||||||
<value>不能找到你想要的?請在 bitwarden.com 上聯絡 Bitwarden 支援。</value>
|
<value>不能找到你想要的?請在 bitwarden.com 上聯絡 Bitwarden 支援。</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrivacyPolicyDescriptionLong" xml:space="preserve">
|
|
||||||
<value>Check out our privacy policy on bitwarden.com.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
<data name="ExploreMoreFeaturesOfYourBitwardenAccountOnTheWebApp" xml:space="preserve">
|
||||||
<value>在 Web 應用程式上探索 Bitwarden 帳戶的更多功能。</value>
|
<value>在 Web 應用程式上探索 Bitwarden 帳戶的更多功能。</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@@ -63,7 +63,5 @@ namespace Bit.Core.Abstractions
|
|||||||
Task<UserKey> DecryptAndMigrateOldPinKeyAsync(bool masterPasswordOnRestart, string pin, string email, KdfConfig kdfConfig, EncString oldPinKey);
|
Task<UserKey> DecryptAndMigrateOldPinKeyAsync(bool masterPasswordOnRestart, string pin, string email, KdfConfig kdfConfig, EncString oldPinKey);
|
||||||
Task<MasterKey> GetOrDeriveMasterKeyAsync(string password, string userId = null);
|
Task<MasterKey> GetOrDeriveMasterKeyAsync(string password, string userId = null);
|
||||||
Task UpdateMasterKeyAndUserKeyAsync(MasterKey masterKey);
|
Task UpdateMasterKeyAndUserKeyAsync(MasterKey masterKey);
|
||||||
Task<string> HashAsync(string value, CryptoHashAlgorithm hashAlgorithm);
|
|
||||||
Task<bool> ValidateUriChecksumAsync(EncString remoteUriChecksum, string rawUri, string orgId, SymmetricCryptoKey key);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ namespace Bit.Core
|
|||||||
public const int Argon2Parallelism = 4;
|
public const int Argon2Parallelism = 4;
|
||||||
public const int MasterPasswordMinimumChars = 12;
|
public const int MasterPasswordMinimumChars = 12;
|
||||||
public const int CipherKeyRandomBytesLength = 64;
|
public const int CipherKeyRandomBytesLength = 64;
|
||||||
public const string CipherKeyEncryptionMinServerVersion = "2024.2.0";
|
public const string CipherKeyEncryptionMinServerVersion = "2023.9.1";
|
||||||
public const string DefaultFido2CredentialType = "public-key";
|
public const string DefaultFido2CredentialType = "public-key";
|
||||||
public const string DefaultFido2CredentialAlgorithm = "ECDSA";
|
public const string DefaultFido2CredentialAlgorithm = "ECDSA";
|
||||||
public const string DefaultFido2CredentialCurve = "P-256";
|
public const string DefaultFido2CredentialCurve = "P-256";
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
public const string HELP_ABOUT_ORGANIZATIONS = "https://bitwarden.com/help/about-organizations/";
|
public const string HELP_ABOUT_ORGANIZATIONS = "https://bitwarden.com/help/about-organizations/";
|
||||||
public const string HELP_FINGERPRINT_PHRASE = "https://bitwarden.com/help/fingerprint-phrase/";
|
public const string HELP_FINGERPRINT_PHRASE = "https://bitwarden.com/help/fingerprint-phrase/";
|
||||||
|
|
||||||
public const string PRIVACY_POLICY = "https://bitwarden.com/privacy/";
|
public const string CONTACT_SUPPORT = "https://bitwarden.com/contact/";
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Link to go to settings website. Requires to pass website URL as parameter.
|
/// Link to go to settings website. Requires to pass website URL as parameter.
|
||||||
|
|||||||
@@ -6,6 +6,5 @@ namespace Bit.Core.Models.Api
|
|||||||
{
|
{
|
||||||
public string Uri { get; set; }
|
public string Uri { get; set; }
|
||||||
public UriMatchType? Match { get; set; }
|
public UriMatchType? Match { get; set; }
|
||||||
public string UriChecksum { get; set; }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,11 +11,9 @@ namespace Bit.Core.Models.Data
|
|||||||
{
|
{
|
||||||
Uri = data.Uri;
|
Uri = data.Uri;
|
||||||
Match = data.Match;
|
Match = data.Match;
|
||||||
UriChecksum = data.UriChecksum;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public string Uri { get; set; }
|
public string Uri { get; set; }
|
||||||
public UriMatchType? Match { get; set; }
|
public UriMatchType? Match { get; set; }
|
||||||
public string UriChecksum { get; set; }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -115,7 +115,7 @@ namespace Bit.Core.Models.Domain
|
|||||||
switch (Type)
|
switch (Type)
|
||||||
{
|
{
|
||||||
case Enums.CipherType.Login:
|
case Enums.CipherType.Login:
|
||||||
model.Login = await Login.DecryptAsync(OrganizationId, Key == null, model.Key);
|
model.Login = await Login.DecryptAsync(OrganizationId, model.Key);
|
||||||
break;
|
break;
|
||||||
case Enums.CipherType.SecureNote:
|
case Enums.CipherType.SecureNote:
|
||||||
model.SecureNote = await SecureNote.DecryptAsync(OrganizationId, model.Key);
|
model.SecureNote = await SecureNote.DecryptAsync(OrganizationId, model.Key);
|
||||||
|
|||||||
@@ -2,10 +2,8 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using Bit.Core.Abstractions;
|
|
||||||
using Bit.Core.Models.Data;
|
using Bit.Core.Models.Data;
|
||||||
using Bit.Core.Models.View;
|
using Bit.Core.Models.View;
|
||||||
using Bit.Core.Utilities;
|
|
||||||
|
|
||||||
namespace Bit.Core.Models.Domain
|
namespace Bit.Core.Models.Domain
|
||||||
{
|
{
|
||||||
@@ -33,7 +31,7 @@ namespace Bit.Core.Models.Domain
|
|||||||
public EncString Totp { get; set; }
|
public EncString Totp { get; set; }
|
||||||
public List<Fido2Credential> Fido2Credentials { get; set; }
|
public List<Fido2Credential> Fido2Credentials { get; set; }
|
||||||
|
|
||||||
public async Task<LoginView> DecryptAsync(string orgId, bool bypassUriChecksumValidation, SymmetricCryptoKey key = null)
|
public async Task<LoginView> DecryptAsync(string orgId, SymmetricCryptoKey key = null)
|
||||||
{
|
{
|
||||||
var view = await DecryptObjAsync(new LoginView(this), this, new HashSet<string>
|
var view = await DecryptObjAsync(new LoginView(this), this, new HashSet<string>
|
||||||
{
|
{
|
||||||
@@ -43,15 +41,10 @@ namespace Bit.Core.Models.Domain
|
|||||||
}, orgId, key);
|
}, orgId, key);
|
||||||
if (Uris != null)
|
if (Uris != null)
|
||||||
{
|
{
|
||||||
var cryptoService = ServiceContainer.Resolve<ICryptoService>();
|
|
||||||
view.Uris = new List<LoginUriView>();
|
view.Uris = new List<LoginUriView>();
|
||||||
foreach (var uri in Uris)
|
foreach (var uri in Uris)
|
||||||
{
|
{
|
||||||
var loginUriView = await uri.DecryptAsync(orgId, key);
|
view.Uris.Add(await uri.DecryptAsync(orgId, key));
|
||||||
if (bypassUriChecksumValidation || await cryptoService.ValidateUriChecksumAsync(uri.UriChecksum, loginUriView.Uri, orgId, key))
|
|
||||||
{
|
|
||||||
view.Uris.Add(loginUriView);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (Fido2Credentials != null)
|
if (Fido2Credentials != null)
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using Bit.Core.Enums;
|
using Bit.Core.Enums;
|
||||||
using Bit.Core.Models.Data;
|
using Bit.Core.Models.Data;
|
||||||
@@ -11,8 +10,7 @@ namespace Bit.Core.Models.Domain
|
|||||||
{
|
{
|
||||||
private HashSet<string> _map = new HashSet<string>
|
private HashSet<string> _map = new HashSet<string>
|
||||||
{
|
{
|
||||||
nameof(Uri),
|
"Uri"
|
||||||
nameof(UriChecksum)
|
|
||||||
};
|
};
|
||||||
|
|
||||||
public LoginUri() { }
|
public LoginUri() { }
|
||||||
@@ -25,11 +23,10 @@ namespace Bit.Core.Models.Domain
|
|||||||
|
|
||||||
public EncString Uri { get; set; }
|
public EncString Uri { get; set; }
|
||||||
public UriMatchType? Match { get; set; }
|
public UriMatchType? Match { get; set; }
|
||||||
public EncString UriChecksum { get; set; }
|
|
||||||
|
|
||||||
public Task<LoginUriView> DecryptAsync(string orgId, SymmetricCryptoKey key = null)
|
public Task<LoginUriView> DecryptAsync(string orgId, SymmetricCryptoKey key = null)
|
||||||
{
|
{
|
||||||
return DecryptObjAsync(new LoginUriView(this), this, _map.Where(m => m != nameof(UriChecksum)).ToHashSet<string>(), orgId, key);
|
return DecryptObjAsync(new LoginUriView(this), this, _map, orgId, key);
|
||||||
}
|
}
|
||||||
|
|
||||||
public LoginUriData ToLoginUriData()
|
public LoginUriData ToLoginUriData()
|
||||||
|
|||||||
@@ -17,12 +17,10 @@ namespace Bit.Core.Models.Export
|
|||||||
{
|
{
|
||||||
Match = obj.Match;
|
Match = obj.Match;
|
||||||
Uri = obj.Uri?.EncryptedString;
|
Uri = obj.Uri?.EncryptedString;
|
||||||
UriChecksum = obj.UriChecksum?.EncryptedString;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public UriMatchType? Match { get; set; }
|
public UriMatchType? Match { get; set; }
|
||||||
public string Uri { get; set; }
|
public string Uri { get; set; }
|
||||||
public string UriChecksum { get; set; }
|
|
||||||
|
|
||||||
public static LoginUriView ToView(LoginUri req, LoginUriView view = null)
|
public static LoginUriView ToView(LoginUri req, LoginUriView view = null)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ namespace Bit.Core.Models.Request
|
|||||||
Login = new LoginApi
|
Login = new LoginApi
|
||||||
{
|
{
|
||||||
Uris = cipher.Login.Uris?.Select(
|
Uris = cipher.Login.Uris?.Select(
|
||||||
u => new LoginUriApi { Match = u.Match, Uri = u.Uri?.EncryptedString, UriChecksum = u.UriChecksum?.EncryptedString }).ToList(),
|
u => new LoginUriApi { Match = u.Match, Uri = u.Uri?.EncryptedString }).ToList(),
|
||||||
Username = cipher.Login.Username?.EncryptedString,
|
Username = cipher.Login.Username?.EncryptedString,
|
||||||
Password = cipher.Login.Password?.EncryptedString,
|
Password = cipher.Login.Password?.EncryptedString,
|
||||||
PasswordRevisionDate = cipher.Login.PasswordRevisionDate,
|
PasswordRevisionDate = cipher.Login.PasswordRevisionDate,
|
||||||
|
|||||||
@@ -1146,15 +1146,13 @@ namespace Bit.Core.Services
|
|||||||
if (model.Login.Uris != null)
|
if (model.Login.Uris != null)
|
||||||
{
|
{
|
||||||
cipher.Login.Uris = new List<LoginUri>();
|
cipher.Login.Uris = new List<LoginUri>();
|
||||||
foreach (var uri in model.Login.Uris.Where(u => u.Uri != null))
|
foreach (var uri in model.Login.Uris)
|
||||||
{
|
{
|
||||||
var loginUri = new LoginUri
|
var loginUri = new LoginUri
|
||||||
{
|
{
|
||||||
Match = uri.Match
|
Match = uri.Match
|
||||||
};
|
};
|
||||||
await EncryptObjPropertyAsync(uri, loginUri, new HashSet<string> { "Uri" }, key);
|
await EncryptObjPropertyAsync(uri, loginUri, new HashSet<string> { "Uri" }, key);
|
||||||
var uriHash = await _cryptoService.HashAsync(uri.Uri, CryptoHashAlgorithm.Sha256);
|
|
||||||
loginUri.UriChecksum = await _cryptoService.EncryptAsync(uriHash, key);
|
|
||||||
cipher.Login.Uris.Add(loginUri);
|
cipher.Login.Uris.Add(loginUri);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,7 +19,6 @@ namespace Bit.Core.Services
|
|||||||
|
|
||||||
private readonly IStateService _stateService;
|
private readonly IStateService _stateService;
|
||||||
private readonly ICryptoFunctionService _cryptoFunctionService;
|
private readonly ICryptoFunctionService _cryptoFunctionService;
|
||||||
private readonly ILogger _logger;
|
|
||||||
|
|
||||||
private SymmetricCryptoKey _legacyEtmKey;
|
private SymmetricCryptoKey _legacyEtmKey;
|
||||||
private string _masterKeyHash;
|
private string _masterKeyHash;
|
||||||
@@ -30,12 +29,10 @@ namespace Bit.Core.Services
|
|||||||
|
|
||||||
public CryptoService(
|
public CryptoService(
|
||||||
IStateService stateService,
|
IStateService stateService,
|
||||||
ICryptoFunctionService cryptoFunctionService,
|
ICryptoFunctionService cryptoFunctionService)
|
||||||
ILogger logger)
|
|
||||||
{
|
{
|
||||||
_stateService = stateService;
|
_stateService = stateService;
|
||||||
_cryptoFunctionService = cryptoFunctionService;
|
_cryptoFunctionService = cryptoFunctionService;
|
||||||
_logger = logger;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void ClearCache()
|
public void ClearCache()
|
||||||
@@ -733,33 +730,6 @@ namespace Bit.Core.Services
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public async Task<string> HashAsync(string value, CryptoHashAlgorithm hashAlgorithm)
|
|
||||||
{
|
|
||||||
var hashArray = await _cryptoFunctionService.HashAsync(value, hashAlgorithm);
|
|
||||||
return Convert.ToBase64String(hashArray);
|
|
||||||
}
|
|
||||||
|
|
||||||
public async Task<bool> ValidateUriChecksumAsync(EncString remoteUriChecksum, string rawUri, string orgId, SymmetricCryptoKey key)
|
|
||||||
{
|
|
||||||
try
|
|
||||||
{
|
|
||||||
if (remoteUriChecksum == null)
|
|
||||||
{
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
var localChecksum = await HashAsync(rawUri, CryptoHashAlgorithm.Sha256);
|
|
||||||
|
|
||||||
var remoteChecksum = await remoteUriChecksum.DecryptAsync(orgId, key);
|
|
||||||
return remoteChecksum == localChecksum;
|
|
||||||
}
|
|
||||||
catch (Exception ex)
|
|
||||||
{
|
|
||||||
_logger.Exception(ex);
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// --HELPER METHODS--
|
// --HELPER METHODS--
|
||||||
|
|
||||||
private async Task StoreAdditionalKeysAsync(UserKey userKey, string userId = null)
|
private async Task StoreAdditionalKeysAsync(UserKey userKey, string userId = null)
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
<string>com.8bit.bitwarden.autofill</string>
|
<string>com.8bit.bitwarden.autofill</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>2024.2.0</string>
|
<string>2024.1.1</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1</string>
|
<string>1</string>
|
||||||
<key>CFBundleLocalizations</key>
|
<key>CFBundleLocalizations</key>
|
||||||
|
|||||||
@@ -113,7 +113,7 @@ namespace Bit.iOS.Core.Utilities
|
|||||||
var platformUtilsService = new MobilePlatformUtilsService(deviceActionService, clipboardService,
|
var platformUtilsService = new MobilePlatformUtilsService(deviceActionService, clipboardService,
|
||||||
messagingService, broadcasterService);
|
messagingService, broadcasterService);
|
||||||
var cryptoFunctionService = new PclCryptoFunctionService(cryptoPrimitiveService);
|
var cryptoFunctionService = new PclCryptoFunctionService(cryptoPrimitiveService);
|
||||||
var cryptoService = new CryptoService(stateService, cryptoFunctionService, logger);
|
var cryptoService = new CryptoService(stateService, cryptoFunctionService);
|
||||||
var biometricService = new BiometricService(stateService, cryptoService);
|
var biometricService = new BiometricService(stateService, cryptoService);
|
||||||
var userPinService = new UserPinService(stateService, cryptoService);
|
var userPinService = new UserPinService(stateService, cryptoService);
|
||||||
var passwordRepromptService = new MobilePasswordRepromptService(platformUtilsService, cryptoService, stateService);
|
var passwordRepromptService = new MobilePasswordRepromptService(platformUtilsService, cryptoService, stateService);
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
<string>com.8bit.bitwarden.find-login-action-extension</string>
|
<string>com.8bit.bitwarden.find-login-action-extension</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>2024.2.0</string>
|
<string>2024.1.1</string>
|
||||||
<key>CFBundleLocalizations</key>
|
<key>CFBundleLocalizations</key>
|
||||||
<array>
|
<array>
|
||||||
<string>en</string>
|
<string>en</string>
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>XPC!</string>
|
<string>XPC!</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>2024.2.0</string>
|
<string>2024.1.1</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1</string>
|
<string>1</string>
|
||||||
<key>MinimumOSVersion</key>
|
<key>MinimumOSVersion</key>
|
||||||
|
|||||||
@@ -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.2.0</string>
|
<string>2024.1.1</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1</string>
|
<string>1</string>
|
||||||
<key>CFBundleIconName</key>
|
<key>CFBundleIconName</key>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
"ThereAreNoItemsToList" = "Sadalanacaq heç bir element yoxdur";
|
"ThereAreNoItemsToList" = "Siyahılanacaq heç bir element yoxdur";
|
||||||
"ToViewVerificationCodesUpgradeToPremium" = "Doğrulama kodlarına baxmaq üçün premiuma yüksəldin";
|
"ToViewVerificationCodesUpgradeToPremium" = "Doğrulama kodlarına baxmaq üçün premiuma yüksəldin";
|
||||||
"Add2FactorAutenticationToAnItemToViewVerificationCodes" = "Doğrulama kodlarına baxmaq üçün bir elementə 2 faktorlu kimlik doğrulama əlavə edin";
|
"Add2FactorAutenticationToAnItemToViewVerificationCodes" = "Doğrulama kodlarına baxmaq üçün bir elementə 2 faktorlu kimlik doğrulama əlavə edin";
|
||||||
"LogInToBitwardenOnYourIPhoneToViewVerificationCodes" = "Doğrulama kodlarına baxmaq üçün iPhone-nunuzda Bitwarden-ə giriş edin";
|
"LogInToBitwardenOnYourIPhoneToViewVerificationCodes" = "Doğrulama kodlarına baxmaq üçün iPhone-nunuzda Bitwarden-ə giriş edin";
|
||||||
|
|||||||
@@ -167,6 +167,6 @@ Bitwarden anbarındakı həssas verilənləri, istənilən brauzerdən, mobil ci
|
|||||||
<value>Safari, Chrome və yüzlərlə digər tətbiqdə giriş məlumatlarının avto-doldurulması</value>
|
<value>Safari, Chrome və yüzlərlə digər tətbiqdə giriş məlumatlarının avto-doldurulması</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Screenshot5" xml:space="preserve">
|
<data name="Screenshot5" xml:space="preserve">
|
||||||
<value>Anbarınıza bir neçə cihazdan sinxronlaşdırıb müraciət edin</value>
|
<value>Anbarınıza bir neçə cihazdan eyniləşdirərək müraciət edin</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