mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 07:05:35 +03:00
Merge branch 'main' into pm-12406/domain-verified-endpoint
This commit is contained in:
commit
0fdbd0714b
112 changed files with 1904 additions and 1028 deletions
30
.github/workflows/build.yml
vendored
30
.github/workflows/build.yml
vendored
|
@ -37,13 +37,13 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Check out repo
|
||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
|
||||
- name: Validate Gradle wrapper
|
||||
uses: gradle/actions/wrapper-validation@d156388eb19639ec20ade50009f3d199ce1e2808 # v4.1.0
|
||||
|
||||
- name: Cache Gradle files
|
||||
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
|
||||
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
|
||||
with:
|
||||
path: |
|
||||
~/.gradle/caches
|
||||
|
@ -53,7 +53,7 @@ jobs:
|
|||
${{ runner.os }}-gradle-v2-
|
||||
|
||||
- name: Cache build output
|
||||
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
|
||||
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
|
||||
with:
|
||||
path: |
|
||||
${{ github.workspace }}/build-cache
|
||||
|
@ -62,13 +62,13 @@ jobs:
|
|||
${{ runner.os }}-build-
|
||||
|
||||
- name: Configure JDK
|
||||
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
|
||||
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
|
||||
with:
|
||||
distribution: "temurin"
|
||||
java-version: ${{ env.JAVA_VERSION }}
|
||||
|
||||
- name: Configure Ruby
|
||||
uses: ruby/setup-ruby@f26937343756480a8cb3ae1f623b9c8d89ed6984 # v1.196.0
|
||||
uses: ruby/setup-ruby@7bae1d00b5db9166f4f0fc47985a3a5702cb58f0 # v1.197.0
|
||||
with:
|
||||
bundler-cache: true
|
||||
|
||||
|
@ -103,10 +103,10 @@ jobs:
|
|||
artifact: ["apk", "aab"]
|
||||
steps:
|
||||
- name: Check out repo
|
||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
|
||||
- name: Configure Ruby
|
||||
uses: ruby/setup-ruby@f26937343756480a8cb3ae1f623b9c8d89ed6984 # v1.196.0
|
||||
uses: ruby/setup-ruby@7bae1d00b5db9166f4f0fc47985a3a5702cb58f0 # v1.197.0
|
||||
with:
|
||||
bundler-cache: true
|
||||
|
||||
|
@ -160,7 +160,7 @@ jobs:
|
|||
uses: gradle/actions/wrapper-validation@d156388eb19639ec20ade50009f3d199ce1e2808 # v4.1.0
|
||||
|
||||
- name: Cache Gradle files
|
||||
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
|
||||
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
|
||||
with:
|
||||
path: |
|
||||
~/.gradle/caches
|
||||
|
@ -170,7 +170,7 @@ jobs:
|
|||
${{ runner.os }}-gradle-v2-
|
||||
|
||||
- name: Cache build output
|
||||
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
|
||||
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
|
||||
with:
|
||||
path: |
|
||||
${{ github.workspace }}/build-cache
|
||||
|
@ -179,7 +179,7 @@ jobs:
|
|||
${{ runner.os }}-build-
|
||||
|
||||
- name: Configure JDK
|
||||
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
|
||||
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
|
||||
with:
|
||||
distribution: "temurin"
|
||||
java-version: ${{ env.JAVA_VERSION }}
|
||||
|
@ -391,10 +391,10 @@ jobs:
|
|||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- name: Check out repo
|
||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
|
||||
- name: Configure Ruby
|
||||
uses: ruby/setup-ruby@f26937343756480a8cb3ae1f623b9c8d89ed6984 # v1.196.0
|
||||
uses: ruby/setup-ruby@7bae1d00b5db9166f4f0fc47985a3a5702cb58f0 # v1.197.0
|
||||
with:
|
||||
bundler-cache: true
|
||||
|
||||
|
@ -434,7 +434,7 @@ jobs:
|
|||
uses: gradle/actions/wrapper-validation@d156388eb19639ec20ade50009f3d199ce1e2808 # v4.1.0
|
||||
|
||||
- name: Cache Gradle files
|
||||
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
|
||||
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
|
||||
with:
|
||||
path: |
|
||||
~/.gradle/caches
|
||||
|
@ -444,7 +444,7 @@ jobs:
|
|||
${{ runner.os }}-gradle-v2-
|
||||
|
||||
- name: Cache build output
|
||||
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
|
||||
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
|
||||
with:
|
||||
path: |
|
||||
${{ github.workspace }}/build-cache
|
||||
|
@ -453,7 +453,7 @@ jobs:
|
|||
${{ runner.os }}-build-
|
||||
|
||||
- name: Configure JDK
|
||||
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
|
||||
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
|
||||
with:
|
||||
distribution: "temurin"
|
||||
java-version: ${{ env.JAVA_VERSION }}
|
||||
|
|
4
.github/workflows/crowdin-pull.yml
vendored
4
.github/workflows/crowdin-pull.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
_CROWDIN_PROJECT_ID: "269690"
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
|
||||
- name: Login to Azure - CI Subscription
|
||||
uses: Azure/login@e15b166166a8746d1a47596803bd8c1b595455cf # v1.6.0
|
||||
|
@ -29,7 +29,7 @@ jobs:
|
|||
secrets: "crowdin-api-token, github-gpg-private-key, github-gpg-private-key-passphrase"
|
||||
|
||||
- name: Download translations
|
||||
uses: crowdin/github-action@95d6e895e871c3c7acf0cfb962f296baa41e63c6 # v2.2.0
|
||||
uses: crowdin/github-action@2d540f18b0a416b1fbf2ee5be35841bd380fc1da # v2.3.0
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
CROWDIN_API_TOKEN: ${{ steps.retrieve-secrets.outputs.crowdin-api-token }}
|
||||
|
|
4
.github/workflows/crowdin-push.yml
vendored
4
.github/workflows/crowdin-push.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
_CROWDIN_PROJECT_ID: "269690"
|
||||
steps:
|
||||
- name: Check out repo
|
||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
|
||||
- name: Log in to Azure
|
||||
uses: Azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d # v1.6.1
|
||||
|
@ -29,7 +29,7 @@ jobs:
|
|||
secrets: "crowdin-api-token"
|
||||
|
||||
- name: Upload sources
|
||||
uses: crowdin/github-action@95d6e895e871c3c7acf0cfb962f296baa41e63c6 # v2.2.0
|
||||
uses: crowdin/github-action@2d540f18b0a416b1fbf2ee5be35841bd380fc1da # v2.3.0
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
CROWDIN_API_TOKEN: ${{ steps.retrieve-secrets.outputs.crowdin-api-token }}
|
||||
|
|
6
.github/workflows/scan.yml
vendored
6
.github/workflows/scan.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Check out repo
|
||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
|
||||
|
@ -48,7 +48,7 @@ jobs:
|
|||
--output-path . ${{ env.INCREMENTAL }}
|
||||
|
||||
- name: Upload Checkmarx results to GitHub
|
||||
uses: github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
|
||||
uses: github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
|
||||
with:
|
||||
sarif_file: cx_result.sarif
|
||||
|
||||
|
@ -62,7 +62,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Check out repo
|
||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
|
|
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Check out repo
|
||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
|
||||
|
@ -41,7 +41,7 @@ jobs:
|
|||
uses: gradle/actions/wrapper-validation@d156388eb19639ec20ade50009f3d199ce1e2808 # v4.1.0
|
||||
|
||||
- name: Cache Gradle files
|
||||
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
|
||||
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
|
||||
with:
|
||||
path: |
|
||||
~/.gradle/caches
|
||||
|
@ -51,7 +51,7 @@ jobs:
|
|||
${{ runner.os }}-gradle-v2-
|
||||
|
||||
- name: Cache build output
|
||||
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
|
||||
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
|
||||
with:
|
||||
path: |
|
||||
${{ github.workspace }}/build-cache
|
||||
|
@ -60,12 +60,12 @@ jobs:
|
|||
${{ runner.os }}-build-
|
||||
|
||||
- name: Configure Ruby
|
||||
uses: ruby/setup-ruby@f26937343756480a8cb3ae1f623b9c8d89ed6984 # v1.196.0
|
||||
uses: ruby/setup-ruby@7bae1d00b5db9166f4f0fc47985a3a5702cb58f0 # v1.197.0
|
||||
with:
|
||||
bundler-cache: true
|
||||
|
||||
- name: Configure JDK
|
||||
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
|
||||
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
|
||||
with:
|
||||
distribution: "temurin"
|
||||
java-version: ${{ env.JAVA_VERSION }}
|
||||
|
|
32
Gemfile.lock
32
Gemfile.lock
|
@ -10,20 +10,20 @@ GEM
|
|||
artifactory (3.0.17)
|
||||
atomos (0.1.3)
|
||||
aws-eventstream (1.3.0)
|
||||
aws-partitions (1.989.0)
|
||||
aws-sdk-core (3.209.1)
|
||||
aws-partitions (1.996.0)
|
||||
aws-sdk-core (3.211.0)
|
||||
aws-eventstream (~> 1, >= 1.3.0)
|
||||
aws-partitions (~> 1, >= 1.651.0)
|
||||
aws-partitions (~> 1, >= 1.992.0)
|
||||
aws-sigv4 (~> 1.9)
|
||||
jmespath (~> 1, >= 1.6.1)
|
||||
aws-sdk-kms (1.94.0)
|
||||
aws-sdk-core (~> 3, >= 3.207.0)
|
||||
aws-sdk-kms (1.95.0)
|
||||
aws-sdk-core (~> 3, >= 3.210.0)
|
||||
aws-sigv4 (~> 1.5)
|
||||
aws-sdk-s3 (1.167.0)
|
||||
aws-sdk-core (~> 3, >= 3.207.0)
|
||||
aws-sdk-s3 (1.169.0)
|
||||
aws-sdk-core (~> 3, >= 3.210.0)
|
||||
aws-sdk-kms (~> 1)
|
||||
aws-sigv4 (~> 1.5)
|
||||
aws-sigv4 (1.10.0)
|
||||
aws-sigv4 (1.10.1)
|
||||
aws-eventstream (~> 1, >= 1.0.2)
|
||||
babosa (1.0.4)
|
||||
base64 (0.2.0)
|
||||
|
@ -69,7 +69,7 @@ GEM
|
|||
faraday_middleware (1.2.1)
|
||||
faraday (~> 1.0)
|
||||
fastimage (2.3.1)
|
||||
fastlane (2.224.0)
|
||||
fastlane (2.225.0)
|
||||
CFPropertyList (>= 2.3, < 4.0.0)
|
||||
addressable (>= 2.8, < 3.0.0)
|
||||
artifactory (~> 3.0)
|
||||
|
@ -85,6 +85,7 @@ GEM
|
|||
faraday-cookie_jar (~> 0.0.6)
|
||||
faraday_middleware (~> 1.0)
|
||||
fastimage (>= 2.1.0, < 3.0.0)
|
||||
fastlane-sirp (>= 1.0.0)
|
||||
gh_inspector (>= 1.1.2, < 2.0.0)
|
||||
google-apis-androidpublisher_v3 (~> 0.3)
|
||||
google-apis-playcustomapp_v1 (~> 0.1)
|
||||
|
@ -113,6 +114,8 @@ GEM
|
|||
fastlane-plugin-firebase_app_distribution (0.9.1)
|
||||
google-apis-firebaseappdistribution_v1 (~> 0.3.0)
|
||||
google-apis-firebaseappdistribution_v1alpha (~> 0.2.0)
|
||||
fastlane-sirp (1.0.0)
|
||||
sysrandom (~> 1.0)
|
||||
gh_inspector (1.1.3)
|
||||
google-apis-androidpublisher_v3 (0.54.0)
|
||||
google-apis-core (>= 0.11.0, < 2.a)
|
||||
|
@ -159,14 +162,14 @@ GEM
|
|||
domain_name (~> 0.5)
|
||||
httpclient (2.8.3)
|
||||
jmespath (1.6.2)
|
||||
json (2.7.2)
|
||||
json (2.7.4)
|
||||
jwt (2.9.3)
|
||||
base64
|
||||
mini_magick (4.13.2)
|
||||
mini_mime (1.1.5)
|
||||
multi_json (1.15.0)
|
||||
multipart-post (2.4.1)
|
||||
nanaimo (0.3.0)
|
||||
nanaimo (0.4.0)
|
||||
naturally (2.2.1)
|
||||
nkf (0.2.0)
|
||||
optparse (0.5.0)
|
||||
|
@ -179,7 +182,7 @@ GEM
|
|||
trailblazer-option (>= 0.1.1, < 0.2.0)
|
||||
uber (< 0.2.0)
|
||||
retriable (3.1.2)
|
||||
rexml (3.3.8)
|
||||
rexml (3.3.9)
|
||||
rouge (2.0.7)
|
||||
ruby2_keywords (0.0.5)
|
||||
rubyzip (2.3.2)
|
||||
|
@ -192,6 +195,7 @@ GEM
|
|||
simctl (1.6.10)
|
||||
CFPropertyList
|
||||
naturally
|
||||
sysrandom (1.0.5)
|
||||
terminal-notifier (2.0.0)
|
||||
terminal-table (3.0.2)
|
||||
unicode-display_width (>= 1.1.1, < 3)
|
||||
|
@ -205,12 +209,12 @@ GEM
|
|||
uber (0.1.0)
|
||||
unicode-display_width (2.6.0)
|
||||
word_wrap (1.0.0)
|
||||
xcodeproj (1.25.1)
|
||||
xcodeproj (1.26.0)
|
||||
CFPropertyList (>= 2.3.3, < 4.0)
|
||||
atomos (~> 0.1.3)
|
||||
claide (>= 1.0.2, < 2.0)
|
||||
colored2 (~> 3.1)
|
||||
nanaimo (~> 0.3.0)
|
||||
nanaimo (~> 0.4.0)
|
||||
rexml (>= 3.3.6, < 4.0)
|
||||
xcpretty (0.3.0)
|
||||
rouge (~> 2.0.7)
|
||||
|
|
Binary file not shown.
|
@ -401,9 +401,4 @@ interface AuthRepository : AuthenticatorProvider, AuthRequestManager {
|
|||
* Update the value of the onboarding status for the user.
|
||||
*/
|
||||
fun setOnboardingStatus(userId: String, status: OnboardingStatus?)
|
||||
|
||||
/**
|
||||
* Update the value of the showImportLogins status for the user.
|
||||
*/
|
||||
fun setShowImportLogins(showImportLogins: Boolean)
|
||||
}
|
||||
|
|
|
@ -1344,11 +1344,6 @@ class AuthRepositoryImpl(
|
|||
authDiskSource.storeOnboardingStatus(userId = userId, onboardingStatus = status)
|
||||
}
|
||||
|
||||
override fun setShowImportLogins(showImportLogins: Boolean) {
|
||||
val userId: String = activeUserId ?: return
|
||||
authDiskSource.storeShowImportLogins(userId = userId, showImportLogins = showImportLogins)
|
||||
}
|
||||
|
||||
@Suppress("CyclomaticComplexMethod")
|
||||
private suspend fun validatePasswordAgainstPolicy(
|
||||
password: String,
|
||||
|
|
|
@ -44,4 +44,21 @@ interface FirstTimeActionManager {
|
|||
* a default configuration.
|
||||
*/
|
||||
val currentOrDefaultUserFirstTimeState: FirstTimeState
|
||||
|
||||
/**
|
||||
* Stores the given value for whether or not the active user has signalled they want to
|
||||
* set up unlock options later, during onboarding.
|
||||
*/
|
||||
fun storeShowUnlockSettingBadge(showBadge: Boolean)
|
||||
|
||||
/**
|
||||
* Stores the given value for whether or not the active user has signalled they want to
|
||||
* enable autofill later, during onboarding.
|
||||
*/
|
||||
fun storeShowAutoFillSettingBadge(showBadge: Boolean)
|
||||
|
||||
/**
|
||||
* Update the value of the showImportLogins status for the active user.
|
||||
*/
|
||||
fun storeShowImportLogins(showImportLogins: Boolean)
|
||||
}
|
||||
|
|
|
@ -183,4 +183,28 @@ class FirstTimeActionManagerImpl @Inject constructor(
|
|||
showSetupUnlockCard = null,
|
||||
showSetupAutofillCard = null,
|
||||
)
|
||||
|
||||
override fun storeShowUnlockSettingBadge(showBadge: Boolean) {
|
||||
val activeUserId = authDiskSource.userState?.activeUserId ?: return
|
||||
settingsDiskSource.storeShowUnlockSettingBadge(
|
||||
userId = activeUserId,
|
||||
showBadge = showBadge,
|
||||
)
|
||||
}
|
||||
|
||||
override fun storeShowAutoFillSettingBadge(showBadge: Boolean) {
|
||||
val activeUserId = authDiskSource.userState?.activeUserId ?: return
|
||||
settingsDiskSource.storeShowAutoFillSettingBadge(
|
||||
userId = activeUserId,
|
||||
showBadge = showBadge,
|
||||
)
|
||||
}
|
||||
|
||||
override fun storeShowImportLogins(showImportLogins: Boolean) {
|
||||
val activeUserId = authDiskSource.userState?.activeUserId ?: return
|
||||
authDiskSource.storeShowImportLogins(
|
||||
userId = activeUserId,
|
||||
showImportLogins = showImportLogins,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -254,38 +254,4 @@ interface SettingsRepository {
|
|||
* Record that a user has logged in on this device.
|
||||
*/
|
||||
fun storeUserHasLoggedInValue(userId: String)
|
||||
|
||||
/**
|
||||
* Gets whether or not the given [userId] has signalled they want to enable autofill
|
||||
* later, during onboarding.
|
||||
*/
|
||||
fun getShowAutoFillSettingBadge(userId: String): Boolean
|
||||
|
||||
/**
|
||||
* Stores the given value for whether or not the given [userId] has signalled they want to
|
||||
* enable autofill later, during onboarding.
|
||||
*/
|
||||
fun storeShowAutoFillSettingBadge(userId: String, showBadge: Boolean)
|
||||
|
||||
/**
|
||||
* Gets whether or not the given [userId] has signalled they want to enable unlock options
|
||||
* later, during onboarding.
|
||||
*/
|
||||
fun getShowUnlockSettingBadge(userId: String): Boolean
|
||||
|
||||
/**
|
||||
* Stores the given value for whether or not the given [userId] has signalled they want to
|
||||
* set up unlock options later, during onboarding.
|
||||
*/
|
||||
fun storeShowUnlockSettingBadge(userId: String, showBadge: Boolean)
|
||||
|
||||
/**
|
||||
* Gets whether or not the given [userId] has signalled they want to enable autofill
|
||||
*/
|
||||
fun getShowAutofillBadgeFlow(userId: String): Flow<Boolean>
|
||||
|
||||
/**
|
||||
* Gets whether or not the given [userId] has signalled they want to enable unlock options
|
||||
*/
|
||||
fun getShowUnlockBadgeFlow(userId: String): Flow<Boolean>
|
||||
}
|
||||
|
|
|
@ -538,28 +538,6 @@ class SettingsRepositoryImpl(
|
|||
settingsDiskSource.storeUseHasLoggedInPreviously(userId)
|
||||
}
|
||||
|
||||
override fun getShowAutoFillSettingBadge(userId: String): Boolean =
|
||||
settingsDiskSource.getShowAutoFillSettingBadge(userId) ?: false
|
||||
|
||||
override fun storeShowAutoFillSettingBadge(userId: String, showBadge: Boolean) {
|
||||
settingsDiskSource.storeShowAutoFillSettingBadge(userId, showBadge)
|
||||
}
|
||||
|
||||
override fun getShowUnlockSettingBadge(userId: String): Boolean =
|
||||
settingsDiskSource.getShowUnlockSettingBadge(userId) ?: false
|
||||
|
||||
override fun storeShowUnlockSettingBadge(userId: String, showBadge: Boolean) {
|
||||
settingsDiskSource.storeShowUnlockSettingBadge(userId, showBadge)
|
||||
}
|
||||
|
||||
override fun getShowAutofillBadgeFlow(userId: String): Flow<Boolean> =
|
||||
settingsDiskSource.getShowAutoFillSettingBadgeFlow(userId)
|
||||
.map { it ?: false }
|
||||
|
||||
override fun getShowUnlockBadgeFlow(userId: String): Flow<Boolean> =
|
||||
settingsDiskSource.getShowUnlockSettingBadgeFlow(userId)
|
||||
.map { it ?: false }
|
||||
|
||||
/**
|
||||
* If there isn't already one generated, generate a symmetric sync key that would be used
|
||||
* for communicating via IPC.
|
||||
|
|
|
@ -10,4 +10,4 @@ import com.x8bit.bitwarden.data.platform.annotation.OmitFromCoverage
|
|||
*
|
||||
* @see Build.VERSION_CODES
|
||||
*/
|
||||
fun isBuildVersionBelow(version: Int): Boolean = version > Build.VERSION.SDK_INT
|
||||
internal fun isBuildVersionBelow(version: Int): Boolean = version > Build.VERSION.SDK_INT
|
||||
|
|
|
@ -5,6 +5,7 @@ import androidx.lifecycle.SavedStateHandle
|
|||
import androidx.lifecycle.viewModelScope
|
||||
import com.x8bit.bitwarden.data.auth.datasource.disk.model.OnboardingStatus
|
||||
import com.x8bit.bitwarden.data.auth.repository.AuthRepository
|
||||
import com.x8bit.bitwarden.data.platform.manager.FirstTimeActionManager
|
||||
import com.x8bit.bitwarden.data.platform.repository.SettingsRepository
|
||||
import com.x8bit.bitwarden.ui.platform.base.BaseViewModel
|
||||
import dagger.hilt.android.lifecycle.HiltViewModel
|
||||
|
@ -25,6 +26,7 @@ class SetupAutoFillViewModel @Inject constructor(
|
|||
savedStateHandle: SavedStateHandle,
|
||||
private val settingsRepository: SettingsRepository,
|
||||
private val authRepository: AuthRepository,
|
||||
private val firstTimeActionManager: FirstTimeActionManager,
|
||||
) :
|
||||
BaseViewModel<SetupAutoFillState, SetupAutoFillEvent, SetupAutoFillAction>(
|
||||
// We load the state from the savedStateHandle for testing purposes.
|
||||
|
@ -97,11 +99,12 @@ class SetupAutoFillViewModel @Inject constructor(
|
|||
}
|
||||
|
||||
private fun handleTurnOnLaterConfirmClick() {
|
||||
settingsRepository.storeShowAutoFillSettingBadge(state.userId, true)
|
||||
firstTimeActionManager.storeShowAutoFillSettingBadge(showBadge = true)
|
||||
updateOnboardingStatusToNextStep()
|
||||
}
|
||||
|
||||
private fun handleContinueClick() {
|
||||
firstTimeActionManager.storeShowAutoFillSettingBadge(showBadge = false)
|
||||
if (state.isInitialSetup) {
|
||||
updateOnboardingStatusToNextStep()
|
||||
} else {
|
||||
|
|
|
@ -7,6 +7,7 @@ import com.x8bit.bitwarden.R
|
|||
import com.x8bit.bitwarden.data.auth.datasource.disk.model.OnboardingStatus
|
||||
import com.x8bit.bitwarden.data.auth.repository.AuthRepository
|
||||
import com.x8bit.bitwarden.data.platform.manager.BiometricsEncryptionManager
|
||||
import com.x8bit.bitwarden.data.platform.manager.FirstTimeActionManager
|
||||
import com.x8bit.bitwarden.data.platform.repository.SettingsRepository
|
||||
import com.x8bit.bitwarden.data.platform.repository.model.BiometricsKeyResult
|
||||
import com.x8bit.bitwarden.ui.platform.base.BaseViewModel
|
||||
|
@ -32,6 +33,7 @@ class SetupUnlockViewModel @Inject constructor(
|
|||
private val authRepository: AuthRepository,
|
||||
private val settingsRepository: SettingsRepository,
|
||||
private val biometricsEncryptionManager: BiometricsEncryptionManager,
|
||||
private val firstTimeActionManager: FirstTimeActionManager,
|
||||
) : BaseViewModel<SetupUnlockState, SetupUnlockEvent, SetupUnlockAction>(
|
||||
// We load the state from the savedStateHandle for testing purposes.
|
||||
initialState = savedStateHandle[KEY_STATE] ?: run {
|
||||
|
@ -78,6 +80,7 @@ class SetupUnlockViewModel @Inject constructor(
|
|||
}
|
||||
|
||||
private fun handleContinueClick() {
|
||||
firstTimeActionManager.storeShowUnlockSettingBadge(showBadge = false)
|
||||
if (state.isInitialSetup) {
|
||||
updateOnboardingStatusToNextStep()
|
||||
} else {
|
||||
|
@ -109,7 +112,7 @@ class SetupUnlockViewModel @Inject constructor(
|
|||
}
|
||||
|
||||
private fun handleSetUpLaterClick() {
|
||||
settingsRepository.storeShowUnlockSettingBadge(state.userId, true)
|
||||
firstTimeActionManager.storeShowUnlockSettingBadge(showBadge = true)
|
||||
updateOnboardingStatusToNextStep()
|
||||
}
|
||||
|
||||
|
|
|
@ -26,6 +26,7 @@ fun BitwardenFloatingActionButton(
|
|||
containerColor = BitwardenTheme.colorScheme.filledButton.background,
|
||||
contentColor = BitwardenTheme.colorScheme.filledButton.foreground,
|
||||
onClick = onClick,
|
||||
shape = BitwardenTheme.shapes.fab,
|
||||
modifier = modifier,
|
||||
) {
|
||||
Icon(
|
||||
|
|
|
@ -2,17 +2,16 @@ package com.x8bit.bitwarden.ui.platform.components.slider
|
|||
|
||||
import androidx.compose.foundation.interaction.MutableInteractionSource
|
||||
import androidx.compose.foundation.layout.Row
|
||||
import androidx.compose.foundation.layout.fillMaxWidth
|
||||
import androidx.compose.foundation.layout.height
|
||||
import androidx.compose.foundation.layout.padding
|
||||
import androidx.compose.foundation.layout.width
|
||||
import androidx.compose.foundation.layout.wrapContentWidth
|
||||
import androidx.compose.foundation.shape.CircleShape
|
||||
import androidx.compose.foundation.text.KeyboardOptions
|
||||
import androidx.compose.material3.ExperimentalMaterial3Api
|
||||
import androidx.compose.material3.OutlinedTextField
|
||||
import androidx.compose.material3.Slider
|
||||
import androidx.compose.material3.SliderDefaults
|
||||
import androidx.compose.material3.Text
|
||||
import androidx.compose.material3.TextField
|
||||
import androidx.compose.runtime.Composable
|
||||
import androidx.compose.runtime.getValue
|
||||
import androidx.compose.runtime.mutableStateOf
|
||||
|
@ -21,7 +20,9 @@ import androidx.compose.runtime.rememberUpdatedState
|
|||
import androidx.compose.runtime.setValue
|
||||
import androidx.compose.ui.Alignment
|
||||
import androidx.compose.ui.Modifier
|
||||
import androidx.compose.ui.draw.shadow
|
||||
import androidx.compose.ui.focus.focusProperties
|
||||
import androidx.compose.ui.graphics.Color
|
||||
import androidx.compose.ui.input.key.Key
|
||||
import androidx.compose.ui.input.key.key
|
||||
import androidx.compose.ui.input.key.onPreviewKeyEvent
|
||||
|
@ -68,12 +69,9 @@ fun BitwardenSlider(
|
|||
val density = LocalDensity.current
|
||||
Row(
|
||||
verticalAlignment = Alignment.CenterVertically,
|
||||
modifier = modifier
|
||||
.fillMaxWidth()
|
||||
.padding(horizontal = 16.dp)
|
||||
.semantics(mergeDescendants = true) {},
|
||||
modifier = modifier.semantics(mergeDescendants = true) {},
|
||||
) {
|
||||
OutlinedTextField(
|
||||
TextField(
|
||||
value = sliderValue.toString(),
|
||||
textStyle = BitwardenTheme.typography.bodyLarge,
|
||||
readOnly = true,
|
||||
|
@ -90,7 +88,11 @@ fun BitwardenSlider(
|
|||
},
|
||||
singleLine = true,
|
||||
keyboardOptions = KeyboardOptions(keyboardType = KeyboardType.Number),
|
||||
colors = bitwardenTextFieldColors(),
|
||||
colors = bitwardenTextFieldColors(
|
||||
disabledBorderColor = Color.Transparent,
|
||||
focusedBorderColor = Color.Transparent,
|
||||
unfocusedBorderColor = Color.Transparent,
|
||||
),
|
||||
modifier = Modifier
|
||||
.onPreviewKeyEvent { keyEvent ->
|
||||
when (keyEvent.key) {
|
||||
|
@ -125,6 +127,7 @@ fun BitwardenSlider(
|
|||
interactionSource = remember { MutableInteractionSource() },
|
||||
colors = bitwardenSliderColors(),
|
||||
thumbSize = DpSize(width = 20.dp, height = 20.dp),
|
||||
modifier = Modifier.shadow(elevation = 2.dp, shape = CircleShape),
|
||||
)
|
||||
},
|
||||
track = { sliderState ->
|
||||
|
|
|
@ -17,6 +17,7 @@ import androidx.compose.runtime.Composable
|
|||
import androidx.compose.runtime.remember
|
||||
import androidx.compose.ui.Alignment
|
||||
import androidx.compose.ui.Modifier
|
||||
import androidx.compose.ui.platform.testTag
|
||||
import androidx.compose.ui.semantics.contentDescription
|
||||
import androidx.compose.ui.semantics.semantics
|
||||
import androidx.compose.ui.semantics.toggleableState
|
||||
|
@ -82,6 +83,7 @@ fun BitwardenWideSwitch(
|
|||
} else {
|
||||
BitwardenTheme.colorScheme.filledButton.foregroundDisabled
|
||||
},
|
||||
modifier = Modifier.testTag("SwitchText"),
|
||||
)
|
||||
description?.let {
|
||||
Text(
|
||||
|
@ -100,7 +102,8 @@ fun BitwardenWideSwitch(
|
|||
|
||||
Switch(
|
||||
modifier = Modifier
|
||||
.height(56.dp),
|
||||
.height(56.dp)
|
||||
.testTag("SwitchToggle"),
|
||||
enabled = enabled,
|
||||
checked = isChecked,
|
||||
onCheckedChange = null,
|
||||
|
|
|
@ -181,6 +181,7 @@ private fun ContentColumn(
|
|||
text = stringResource(id = R.string.bitwarden_help_center),
|
||||
onConfirmClick = onHelpCenterClick,
|
||||
dialogTitle = stringResource(id = R.string.continue_to_help_center),
|
||||
modifier = Modifier.testTag("BitwardenHelpCenterRow"),
|
||||
dialogMessage = stringResource(
|
||||
id = R.string.learn_more_about_how_to_use_bitwarden_on_the_help_center,
|
||||
),
|
||||
|
@ -189,6 +190,7 @@ private fun ContentColumn(
|
|||
text = stringResource(id = R.string.privacy_policy),
|
||||
onConfirmClick = onPrivacyPolicyClick,
|
||||
dialogTitle = stringResource(id = R.string.continue_to_privacy_policy),
|
||||
modifier = Modifier.testTag("PrivacyPolicyRow"),
|
||||
dialogMessage = stringResource(
|
||||
id = R.string.privacy_policy_description_long,
|
||||
),
|
||||
|
@ -196,6 +198,7 @@ private fun ContentColumn(
|
|||
BitwardenExternalLinkRow(
|
||||
text = stringResource(id = R.string.web_vault),
|
||||
onConfirmClick = onWebVaultClick,
|
||||
modifier = Modifier.testTag("BitwardenWebVaultRow"),
|
||||
dialogTitle = stringResource(id = R.string.continue_to_web_app),
|
||||
dialogMessage = stringResource(
|
||||
id = R.string.explore_more_features_of_your_bitwarden_account_on_the_web_app,
|
||||
|
@ -205,6 +208,7 @@ private fun ContentColumn(
|
|||
text = stringResource(id = R.string.learn_org),
|
||||
onConfirmClick = onLearnAboutOrgsClick,
|
||||
dialogTitle = stringResource(id = R.string.continue_to_x, "bitwarden.com"),
|
||||
modifier = Modifier.testTag("LearnAboutOrganizationsRow"),
|
||||
dialogMessage = stringResource(
|
||||
id = R.string.learn_about_organizations_description_long,
|
||||
),
|
||||
|
@ -212,12 +216,14 @@ private fun ContentColumn(
|
|||
BitwardenExternalLinkRow(
|
||||
text = stringResource(R.string.give_feedback),
|
||||
onConfirmClick = onGiveFeedbackClick,
|
||||
modifier = Modifier.testTag("GiveFeedbackRow"),
|
||||
dialogTitle = stringResource(R.string.continue_to_give_feedback),
|
||||
dialogMessage = stringResource(R.string.continue_to_provide_feedback),
|
||||
)
|
||||
CopyRow(
|
||||
text = state.version,
|
||||
onClick = onVersionClick,
|
||||
modifier = Modifier.testTag("CopyAboutInfoRow"),
|
||||
)
|
||||
Box(
|
||||
modifier = Modifier
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
package com.x8bit.bitwarden.ui.platform.feature.settings.accountsecurity
|
||||
|
||||
import android.os.Build
|
||||
import android.os.Parcelable
|
||||
import androidx.lifecycle.SavedStateHandle
|
||||
import androidx.lifecycle.viewModelScope
|
||||
|
@ -10,6 +11,7 @@ import com.x8bit.bitwarden.data.auth.repository.model.UserFingerprintResult
|
|||
import com.x8bit.bitwarden.data.auth.repository.util.policyInformation
|
||||
import com.x8bit.bitwarden.data.platform.manager.BiometricsEncryptionManager
|
||||
import com.x8bit.bitwarden.data.platform.manager.FeatureFlagManager
|
||||
import com.x8bit.bitwarden.data.platform.manager.FirstTimeActionManager
|
||||
import com.x8bit.bitwarden.data.platform.manager.PolicyManager
|
||||
import com.x8bit.bitwarden.data.platform.manager.model.FlagKey
|
||||
import com.x8bit.bitwarden.data.platform.repository.EnvironmentRepository
|
||||
|
@ -18,6 +20,7 @@ import com.x8bit.bitwarden.data.platform.repository.model.BiometricsKeyResult
|
|||
import com.x8bit.bitwarden.data.platform.repository.model.VaultTimeout
|
||||
import com.x8bit.bitwarden.data.platform.repository.model.VaultTimeoutAction
|
||||
import com.x8bit.bitwarden.data.platform.repository.util.baseWebVaultUrlOrDefault
|
||||
import com.x8bit.bitwarden.data.platform.util.isBuildVersionBelow
|
||||
import com.x8bit.bitwarden.data.vault.datasource.network.model.PolicyTypeJson
|
||||
import com.x8bit.bitwarden.data.vault.repository.VaultRepository
|
||||
import com.x8bit.bitwarden.ui.platform.base.BaseViewModel
|
||||
|
@ -48,6 +51,7 @@ class AccountSecurityViewModel @Inject constructor(
|
|||
private val environmentRepository: EnvironmentRepository,
|
||||
private val biometricsEncryptionManager: BiometricsEncryptionManager,
|
||||
private val featureFlagManager: FeatureFlagManager,
|
||||
private val firstTimeActionManager: FirstTimeActionManager,
|
||||
policyManager: PolicyManager,
|
||||
savedStateHandle: SavedStateHandle,
|
||||
) : BaseViewModel<AccountSecurityState, AccountSecurityEvent, AccountSecurityAction>(
|
||||
|
@ -69,9 +73,9 @@ class AccountSecurityViewModel @Inject constructor(
|
|||
?.activeAccount
|
||||
?.hasMasterPassword != false,
|
||||
isUnlockWithPinEnabled = settingsRepository.isUnlockWithPinEnabled,
|
||||
shouldShowEnableAuthenticatorSync = featureFlagManager.getFeatureFlag(
|
||||
key = FlagKey.AuthenticatorSync,
|
||||
),
|
||||
shouldShowEnableAuthenticatorSync =
|
||||
featureFlagManager.getFeatureFlag(FlagKey.AuthenticatorSync) &&
|
||||
!isBuildVersionBelow(Build.VERSION_CODES.S),
|
||||
userId = userId,
|
||||
vaultTimeout = settingsRepository.vaultTimeout,
|
||||
vaultTimeoutAction = settingsRepository.vaultTimeoutAction,
|
||||
|
@ -114,10 +118,10 @@ class AccountSecurityViewModel @Inject constructor(
|
|||
}
|
||||
.launchIn(viewModelScope)
|
||||
|
||||
settingsRepository
|
||||
.getShowUnlockBadgeFlow(state.userId)
|
||||
firstTimeActionManager
|
||||
.firstTimeStateFlow
|
||||
.map {
|
||||
AccountSecurityAction.Internal.ShowUnlockBadgeUpdated(it)
|
||||
AccountSecurityAction.Internal.ShowUnlockBadgeUpdated(it.showSetupUnlockCard)
|
||||
}
|
||||
.onEach(::sendAction)
|
||||
.launchIn(viewModelScope)
|
||||
|
@ -164,7 +168,6 @@ class AccountSecurityViewModel @Inject constructor(
|
|||
}
|
||||
|
||||
private fun handleUnlockCardCtaClick() {
|
||||
dismissUnlockNotificationBadge()
|
||||
sendEvent(AccountSecurityEvent.NavigateToSetupUnlockScreen)
|
||||
}
|
||||
|
||||
|
@ -371,9 +374,11 @@ class AccountSecurityViewModel @Inject constructor(
|
|||
private fun handleAuthenticatorSyncFeatureFlagUpdate(
|
||||
action: AccountSecurityAction.Internal.AuthenticatorSyncFeatureFlagUpdate,
|
||||
) {
|
||||
val shouldShowAuthenticatorSync =
|
||||
action.isEnabled && !isBuildVersionBelow(Build.VERSION_CODES.S)
|
||||
mutableStateFlow.update {
|
||||
it.copy(
|
||||
shouldShowEnableAuthenticatorSync = action.isEnabled,
|
||||
shouldShowEnableAuthenticatorSync = shouldShowAuthenticatorSync,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
@ -443,8 +448,7 @@ class AccountSecurityViewModel @Inject constructor(
|
|||
|
||||
private fun dismissUnlockNotificationBadge() {
|
||||
if (!state.shouldShowUnlockActionCard) return
|
||||
settingsRepository.storeShowUnlockSettingBadge(
|
||||
userId = state.userId,
|
||||
firstTimeActionManager.storeShowUnlockSettingBadge(
|
||||
showBadge = false,
|
||||
)
|
||||
}
|
||||
|
|
|
@ -5,6 +5,7 @@ import android.os.Parcelable
|
|||
import androidx.lifecycle.SavedStateHandle
|
||||
import androidx.lifecycle.viewModelScope
|
||||
import com.x8bit.bitwarden.data.auth.repository.AuthRepository
|
||||
import com.x8bit.bitwarden.data.platform.manager.FirstTimeActionManager
|
||||
import com.x8bit.bitwarden.data.platform.repository.SettingsRepository
|
||||
import com.x8bit.bitwarden.data.platform.repository.model.UriMatchType
|
||||
import com.x8bit.bitwarden.data.platform.util.isBuildVersionBelow
|
||||
|
@ -29,6 +30,7 @@ class AutoFillViewModel @Inject constructor(
|
|||
authRepository: AuthRepository,
|
||||
private val savedStateHandle: SavedStateHandle,
|
||||
private val settingsRepository: SettingsRepository,
|
||||
private val firstTimeActionManager: FirstTimeActionManager,
|
||||
) : BaseViewModel<AutoFillState, AutoFillEvent, AutoFillAction>(
|
||||
initialState = savedStateHandle[KEY_STATE]
|
||||
?: run {
|
||||
|
@ -74,9 +76,9 @@ class AutoFillViewModel @Inject constructor(
|
|||
.onEach(::sendAction)
|
||||
.launchIn(viewModelScope)
|
||||
|
||||
settingsRepository
|
||||
.getShowAutofillBadgeFlow(userId = state.activeUserId)
|
||||
.map { AutoFillAction.Internal.UpdateShowAutofillActionCard(it) }
|
||||
firstTimeActionManager
|
||||
.firstTimeStateFlow
|
||||
.map { AutoFillAction.Internal.UpdateShowAutofillActionCard(it.showSetupAutofillCard) }
|
||||
.onEach(::sendAction)
|
||||
.launchIn(viewModelScope)
|
||||
}
|
||||
|
@ -117,7 +119,6 @@ class AutoFillViewModel @Inject constructor(
|
|||
}
|
||||
|
||||
private fun handleAutoFillActionCardCtClick() {
|
||||
dismissShowAutofillActionCard()
|
||||
sendEvent(AutoFillEvent.NavigateToSetupAutofill)
|
||||
}
|
||||
|
||||
|
@ -194,8 +195,7 @@ class AutoFillViewModel @Inject constructor(
|
|||
|
||||
private fun dismissShowAutofillActionCard() {
|
||||
if (!state.showAutofillActionCard) return
|
||||
settingsRepository.storeShowAutoFillSettingBadge(
|
||||
userId = state.activeUserId,
|
||||
firstTimeActionManager.storeShowAutoFillSettingBadge(
|
||||
showBadge = false,
|
||||
)
|
||||
}
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
package com.x8bit.bitwarden.ui.platform.feature.settings.vault
|
||||
|
||||
import androidx.lifecycle.viewModelScope
|
||||
import com.x8bit.bitwarden.data.auth.repository.AuthRepository
|
||||
import com.x8bit.bitwarden.data.platform.manager.FeatureFlagManager
|
||||
import com.x8bit.bitwarden.data.platform.manager.FirstTimeActionManager
|
||||
import com.x8bit.bitwarden.data.platform.manager.model.FlagKey
|
||||
|
@ -23,7 +22,6 @@ import javax.inject.Inject
|
|||
class VaultSettingsViewModel @Inject constructor(
|
||||
environmentRepository: EnvironmentRepository,
|
||||
featureFlagManager: FeatureFlagManager,
|
||||
private val authRepository: AuthRepository,
|
||||
private val firstTimeActionManager: FirstTimeActionManager,
|
||||
) : BaseViewModel<VaultSettingsState, VaultSettingsEvent, VaultSettingsAction>(
|
||||
initialState = run {
|
||||
|
@ -80,11 +78,11 @@ class VaultSettingsViewModel @Inject constructor(
|
|||
}
|
||||
|
||||
private fun handleImportLoginsCardDismissClicked() {
|
||||
dismissImportLoginsCard()
|
||||
if (!state.shouldShowImportCard) return
|
||||
firstTimeActionManager.storeShowImportLogins(showImportLogins = false)
|
||||
}
|
||||
|
||||
private fun handleImportLoginsCardClicked() {
|
||||
dismissImportLoginsCard()
|
||||
sendEvent(VaultSettingsEvent.NavigateToImportVault(state.importUrl))
|
||||
}
|
||||
|
||||
|
@ -121,11 +119,6 @@ class VaultSettingsViewModel @Inject constructor(
|
|||
VaultSettingsEvent.NavigateToImportVault(state.importUrl),
|
||||
)
|
||||
}
|
||||
|
||||
private fun dismissImportLoginsCard() {
|
||||
if (!state.shouldShowImportCard) return
|
||||
authRepository.setShowImportLogins(showImportLogins = false)
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -9,14 +9,15 @@ import androidx.compose.runtime.Immutable
|
|||
@Immutable
|
||||
data class BitwardenShapes(
|
||||
val actionCard: CornerBasedShape,
|
||||
val bottomSheet: CornerBasedShape,
|
||||
val coachmark: CornerBasedShape,
|
||||
val content: CornerBasedShape,
|
||||
val contentBottom: CornerBasedShape,
|
||||
val contentTop: CornerBasedShape,
|
||||
val dialog: CornerBasedShape,
|
||||
val fab: CornerBasedShape,
|
||||
val infoCallout: CornerBasedShape,
|
||||
val menu: CornerBasedShape,
|
||||
val segmentedControl: CornerBasedShape,
|
||||
val snackbar: CornerBasedShape,
|
||||
val bottomSheet: CornerBasedShape,
|
||||
)
|
||||
|
|
|
@ -9,14 +9,15 @@ import androidx.compose.ui.unit.dp
|
|||
*/
|
||||
val bitwardenShapes: BitwardenShapes = BitwardenShapes(
|
||||
actionCard = RoundedCornerShape(size = 12.dp),
|
||||
bottomSheet = RoundedCornerShape(topStart = 24.dp, topEnd = 24.dp),
|
||||
coachmark = RoundedCornerShape(size = 8.dp),
|
||||
content = RoundedCornerShape(size = 8.dp),
|
||||
contentBottom = RoundedCornerShape(bottomStart = 8.dp, bottomEnd = 8.dp),
|
||||
contentTop = RoundedCornerShape(topStart = 8.dp, topEnd = 8.dp),
|
||||
dialog = RoundedCornerShape(size = 28.dp),
|
||||
fab = CircleShape,
|
||||
infoCallout = RoundedCornerShape(size = 8.dp),
|
||||
menu = RoundedCornerShape(size = 4.dp),
|
||||
segmentedControl = CircleShape,
|
||||
snackbar = RoundedCornerShape(size = 8.dp),
|
||||
bottomSheet = RoundedCornerShape(topStart = 24.dp, topEnd = 24.dp),
|
||||
)
|
||||
|
|
|
@ -458,6 +458,9 @@ private fun ColumnScope.PasswordTypeContent(
|
|||
range = passwordTypeState.computedMinimumLength..passwordTypeState.maxLength,
|
||||
sliderTag = "PasswordLengthSlider",
|
||||
valueTag = "PasswordLengthLabel",
|
||||
modifier = Modifier
|
||||
.fillMaxWidth()
|
||||
.padding(end = 16.dp),
|
||||
)
|
||||
|
||||
Spacer(modifier = Modifier.height(8.dp))
|
||||
|
|
|
@ -2,6 +2,7 @@ package com.x8bit.bitwarden.ui.vault.feature.importlogins
|
|||
|
||||
import androidx.lifecycle.viewModelScope
|
||||
import com.x8bit.bitwarden.R
|
||||
import com.x8bit.bitwarden.data.platform.manager.FirstTimeActionManager
|
||||
import com.x8bit.bitwarden.data.vault.repository.VaultRepository
|
||||
import com.x8bit.bitwarden.data.vault.repository.model.SyncVaultDataResult
|
||||
import com.x8bit.bitwarden.ui.platform.base.BaseViewModel
|
||||
|
@ -19,6 +20,7 @@ import javax.inject.Inject
|
|||
@HiltViewModel
|
||||
class ImportLoginsViewModel @Inject constructor(
|
||||
private val vaultRepository: VaultRepository,
|
||||
private val firstTimeActionManager: FirstTimeActionManager,
|
||||
) :
|
||||
BaseViewModel<ImportLoginsState, ImportLoginsEvent, ImportLoginsAction>(
|
||||
initialState = ImportLoginsState(
|
||||
|
@ -94,6 +96,7 @@ class ImportLoginsViewModel @Inject constructor(
|
|||
|
||||
is SyncVaultDataResult.Success -> {
|
||||
if (result.itemsAvailable) {
|
||||
firstTimeActionManager.storeShowImportLogins(showImportLogins = false)
|
||||
mutableStateFlow.update {
|
||||
it.copy(
|
||||
showBottomSheet = true,
|
||||
|
|
|
@ -23,6 +23,7 @@ import androidx.compose.runtime.saveable.rememberSaveable
|
|||
import androidx.compose.runtime.setValue
|
||||
import androidx.compose.ui.Modifier
|
||||
import androidx.compose.ui.platform.LocalContext
|
||||
import androidx.compose.ui.platform.testTag
|
||||
import androidx.compose.ui.res.stringResource
|
||||
import androidx.compose.ui.unit.dp
|
||||
import androidx.hilt.navigation.compose.hiltViewModel
|
||||
|
@ -126,7 +127,9 @@ fun ManualCodeEntryScreen(
|
|||
Text(
|
||||
text = stringResource(id = R.string.enter_key_manually),
|
||||
style = BitwardenTheme.typography.titleMedium,
|
||||
modifier = Modifier.padding(horizontal = 16.dp),
|
||||
modifier = Modifier
|
||||
.padding(horizontal = 16.dp)
|
||||
.testTag("EnterKeyManuallyButton"),
|
||||
)
|
||||
|
||||
Spacer(modifier = Modifier.height(8.dp))
|
||||
|
@ -143,7 +146,8 @@ fun ManualCodeEntryScreen(
|
|||
},
|
||||
modifier = Modifier
|
||||
.fillMaxWidth()
|
||||
.padding(horizontal = 16.dp),
|
||||
.padding(horizontal = 16.dp)
|
||||
.testTag("AddManualTOTPField"),
|
||||
)
|
||||
|
||||
Spacer(modifier = Modifier.height(16.dp))
|
||||
|
@ -154,7 +158,8 @@ fun ManualCodeEntryScreen(
|
|||
},
|
||||
modifier = Modifier
|
||||
.fillMaxWidth()
|
||||
.padding(horizontal = 16.dp),
|
||||
.padding(horizontal = 16.dp)
|
||||
.testTag("AddManualTOTPButton"),
|
||||
)
|
||||
|
||||
Text(
|
||||
|
@ -191,6 +196,7 @@ fun ManualCodeEntryScreen(
|
|||
}
|
||||
},
|
||||
style = BitwardenTheme.typography.bodyMedium,
|
||||
modifier = Modifier.testTag("ScanQRCodeButton"),
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -44,6 +44,7 @@ import androidx.compose.ui.graphics.drawscope.drawIntoCanvas
|
|||
import androidx.compose.ui.graphics.nativeCanvas
|
||||
import androidx.compose.ui.platform.LocalConfiguration
|
||||
import androidx.compose.ui.platform.LocalContext
|
||||
import androidx.compose.ui.platform.testTag
|
||||
import androidx.compose.ui.res.stringResource
|
||||
import androidx.compose.ui.text.style.TextAlign
|
||||
import androidx.compose.ui.unit.Dp
|
||||
|
@ -426,6 +427,7 @@ private fun BottomClickableText(
|
|||
style = BitwardenTheme.typography.labelLarge,
|
||||
innerPadding = PaddingValues(vertical = 4.dp, horizontal = 12.dp),
|
||||
onClick = onEnterCodeManuallyClick,
|
||||
modifier = Modifier.testTag("EnterKeyManuallyButton"),
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,6 +10,7 @@ import com.x8bit.bitwarden.data.auth.repository.model.SwitchAccountResult
|
|||
import com.x8bit.bitwarden.data.auth.repository.model.UserState
|
||||
import com.x8bit.bitwarden.data.auth.repository.model.ValidatePasswordResult
|
||||
import com.x8bit.bitwarden.data.platform.manager.FeatureFlagManager
|
||||
import com.x8bit.bitwarden.data.platform.manager.FirstTimeActionManager
|
||||
import com.x8bit.bitwarden.data.platform.manager.PolicyManager
|
||||
import com.x8bit.bitwarden.data.platform.manager.clipboard.BitwardenClipboardManager
|
||||
import com.x8bit.bitwarden.data.platform.manager.event.OrganizationEventManager
|
||||
|
@ -71,6 +72,7 @@ class VaultViewModel @Inject constructor(
|
|||
private val settingsRepository: SettingsRepository,
|
||||
private val vaultRepository: VaultRepository,
|
||||
private val featureFlagManager: FeatureFlagManager,
|
||||
private val firstTimeActionManager: FirstTimeActionManager,
|
||||
) : BaseViewModel<VaultState, VaultEvent, VaultAction>(
|
||||
initialState = run {
|
||||
val userState = requireNotNull(authRepository.userStateFlow.value)
|
||||
|
@ -180,12 +182,12 @@ class VaultViewModel @Inject constructor(
|
|||
}
|
||||
|
||||
private fun handleImportActionCardClick() {
|
||||
dismissImportLoginCard()
|
||||
sendEvent(VaultEvent.NavigateToImportLogins)
|
||||
}
|
||||
|
||||
private fun handleDismissImportActionCard() {
|
||||
dismissImportLoginCard()
|
||||
if (!state.showImportActionCard) return
|
||||
firstTimeActionManager.storeShowImportLogins(false)
|
||||
}
|
||||
|
||||
private fun handleIconLoadingSettingReceive(
|
||||
|
@ -631,11 +633,6 @@ class VaultViewModel @Inject constructor(
|
|||
}
|
||||
|
||||
//endregion VaultAction Handlers
|
||||
|
||||
private fun dismissImportLoginCard() {
|
||||
if (!state.showImportActionCard) return
|
||||
authRepository.setShowImportLogins(false)
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">Vertalings</string>
|
||||
<string name="items_for_uri">Items vir %1$s</string>
|
||||
<string name="no_items_for_uri">Daar is geen items in u kluis vir %1$s nie.</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Search for a login or add a new login</string>
|
||||
<string name="bitwarden_autofill_service_overlay">Wanneer u ’n toevoerveld kies en ’n Bitwarden-outovuloorleg sien, kan u daarop tik om die outovuldiens te lanseer.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Tik hierdie kennisgewing om ’n item vanuit u kluis outomaties in te vul.</string>
|
||||
|
@ -825,8 +826,8 @@ Wil u na die rekening omskakel?</string>
|
|||
<string name="trouble_logging_in">Trouble logging in?</string>
|
||||
<string name="logging_in_as_x">Logging in as %1$s</string>
|
||||
<string name="vault_timeout_action_changed_to_log_out">Vault timeout action changed to log out</string>
|
||||
<string name="block_auto_fill">Block auto-fill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Auto-fill will not be offered for these URIs.</string>
|
||||
<string name="block_auto_fill">Block autofill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Autofill will not be offered for these URIs.</string>
|
||||
<string name="new_blocked_uri">New blocked URI</string>
|
||||
<string name="uri_saved">URI saved</string>
|
||||
<string name="invalid_format_use_https_http_or_android_app">Invalid format. Use https://, http://, or androidapp://</string>
|
||||
|
@ -905,9 +906,9 @@ Wil u na die rekening omskakel?</string>
|
|||
<string name="verifying_identity_ellipsis">Verifying identity...</string>
|
||||
<string name="passwords">Passwords</string>
|
||||
<string name="unknown_account">Unknown account</string>
|
||||
<string name="set_up_autofill">Set up auto-fill</string>
|
||||
<string name="set_up_autofill">Set up autofill</string>
|
||||
<string name="get_instant_access_to_your_passwords_and_passkeys">Get instant access to your passwords and passkeys!</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password autofill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="first_dot_go_to_your_device_settings_passwords_password_options">1. Go to your device\'s Settings > Passwords > Password Options</string>
|
||||
<string name="second_dot_turn_on_auto_fill">2. Turn on AutoFill</string>
|
||||
<string name="third_dot_select_bitwarden_to_use_for_passwords_and_passkeys">3. Select \"Bitwarden\" to use for passwords and passkeys</string>
|
||||
|
@ -1059,4 +1060,17 @@ Wil u na die rekening omskakel?</string>
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">ترجمات</string>
|
||||
<string name="items_for_uri">عناصر لـ %1$s</string>
|
||||
<string name="no_items_for_uri">لا توجد عناصر في خزنتك لـ %1$s.</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Search for a login or add a new login</string>
|
||||
<string name="bitwarden_autofill_service_overlay">عند تحديد حقل الإدخال ومشاهدة تراكب الملء التلقائي لـ Bitwarden ، يمكنك النقر عليه لتشغيل خدمة الملء التلقائي.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">اضغط على هذا الإشعار لملء معلومات تسجيل الدخول تلقائيًا من خزنتك.</string>
|
||||
|
@ -1059,4 +1060,17 @@
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">Tərcümələr</string>
|
||||
<string name="items_for_uri">%1$s üçün elementlər</string>
|
||||
<string name="no_items_for_uri">Seyfinizdə %1$s üçün heç bir element yoxdur.</string>
|
||||
<string name="no_items_for_vault">Seyfinizdə \"%1$s\" ilə uyuşan heç bir element yoxdur</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Bir giriş axtar və ya yenisini əlavə et</string>
|
||||
<string name="bitwarden_autofill_service_overlay">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.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Bir elementi seyfinizdən avto-doldurmaq üçün bu bildirişə toxunun.</string>
|
||||
|
@ -1057,5 +1058,18 @@ Bu hesaba keçmək istəyirsiniz?</string>
|
|||
<string name="import_help_highlight">daxilə köçürmə üzrə kömək</string>
|
||||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Xaricə köçürdüyünüz faylı kompüterinizdə rahatlıqla tapa biləcəyiniz yerdə saxlayın.</string>
|
||||
<string name="save_the_exported_file_highlight">Xaricə köçürülən faylı saxlayın</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">Bu, bilinən Bitwarden serveri deyil. Provayderinizi yoxlamağınız və ya serverinizi güncəlləməyiniz lazım gələ bilər.</string>
|
||||
<string name="syncing_logins_loading_message">Girişlər sinxronlaşdırılır...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher element növləri</string>
|
||||
<string name="download_the_browser_extension">Brauzer uzantısını endir</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Daha problemsiz bir təcrübə üçün Bitwarden-i sevimli brauzerinizə inteqrasiya etmək üçün bitwarden.com/download ünvanına gedin. </string>
|
||||
<string name="use_the_web_app">Veb tətbiqi istifadə et</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Hesabınızı asanlıqla idarə etmək və ayarları güncəlləmək üçün bitwarden.com saytında giriş edin.</string>
|
||||
<string name="autofill_passwords">Parolları avto-doldur</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Bütün cihazlarınızda avto-doldurmanı quraraq tək toxunuşla istənilən yerdən giriş edin.</string>
|
||||
<string name="import_successful">Uğurla daxilə köçürüldü!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Bitwarden-in veb və masaüstü alətləri ilə istənilən yerdən girişlərinizi idarə edin.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Alətləri</string>
|
||||
<string name="got_it">Anladım</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">Пераклады</string>
|
||||
<string name="items_for_uri">Элементы для %1$s</string>
|
||||
<string name="no_items_for_uri">У вашым сховішчы адсутнічаюць элементы для %1$s.</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Search for a login or add a new login</string>
|
||||
<string name="bitwarden_autofill_service_overlay">Калі пры выбары поля ўводу вы бачыце накладанне аўтазапаўнення Bitwarden, вы можаце дакрануцца да яго, каб запусціць службу аўтазапаўнення.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Дакраніцеся да гэтага апавяшчэння, каб аўтазапоўніць элемент са свайго сховішча.</string>
|
||||
|
@ -904,9 +905,9 @@
|
|||
<string name="verifying_identity_ellipsis">Verifying identity...</string>
|
||||
<string name="passwords">Passwords</string>
|
||||
<string name="unknown_account">Unknown account</string>
|
||||
<string name="set_up_autofill">Set up auto-fill</string>
|
||||
<string name="set_up_autofill">Set up autofill</string>
|
||||
<string name="get_instant_access_to_your_passwords_and_passkeys">Get instant access to your passwords and passkeys!</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password autofill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="first_dot_go_to_your_device_settings_passwords_password_options">1. Go to your device\'s Settings > Passwords > Password Options</string>
|
||||
<string name="second_dot_turn_on_auto_fill">2. Turn on AutoFill</string>
|
||||
<string name="third_dot_select_bitwarden_to_use_for_passwords_and_passkeys">3. Select \"Bitwarden\" to use for passwords and passkeys</string>
|
||||
|
@ -1058,4 +1059,17 @@
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">Преводи</string>
|
||||
<string name="items_for_uri">Елементи за %1$s</string>
|
||||
<string name="no_items_for_uri">В трезора липсват елементи за %1$s.</string>
|
||||
<string name="no_items_for_vault">В трезора няма елементи, които отговарят на „%1$s“</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Търсене на елемент за вписване или добавяне на нов такъв</string>
|
||||
<string name="bitwarden_autofill_service_overlay">При избиране на поле за въвеждане на данни ще се появява изскачащо прозорче на Битуорден. Ако го натиснете, ще задействате услугата за автоматично дописване и имената и паролите ще бъдат попълнени.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Натиснете известието, за да попълните със запис от трезора.</string>
|
||||
|
@ -1059,4 +1060,17 @@
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Запазете изнесения файл някъде в компютъра си, така че да може да го намерите лесно.</string>
|
||||
<string name="save_the_exported_file_highlight">Запазете изнесения файл</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">Това не изглежда да е познат сървър на Битуорден. Може да се наложи да го проверите при доставчика си или да обновите сървъра си.</string>
|
||||
<string name="syncing_logins_loading_message">Синхронизиране на елементите за вписване…</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -87,14 +87,14 @@
|
|||
<string name="account_created_success">Your new account has been created!</string>
|
||||
<string name="add_an_item">একটি আইটেম যোগ করুন</string>
|
||||
<string name="app_extension">App extension</string>
|
||||
<string name="autofill_accessibility_description">Use the Bitwarden accessibility service to auto-fill your logins across apps and the web.</string>
|
||||
<string name="autofill_service">Auto-fill service</string>
|
||||
<string name="autofill_accessibility_description">Use the Bitwarden accessibility service to autofill your logins across apps and the web.</string>
|
||||
<string name="autofill_service">Autofill service</string>
|
||||
<string name="set_bitwarden_as_passkey_manager_description">Set Bitwarden as your passkey provider in device settings.</string>
|
||||
<string name="avoid_ambiguous_characters">অস্পষ্ট বর্ণগুলি বাদ দিয়ে যান</string>
|
||||
<string name="bitwarden_app_extension">Bitwarden app extension</string>
|
||||
<string name="bitwarden_app_extension_alert2">The easiest way to add new logins to your vault is from the Bitwarden app extension. Learn more about using the Bitwarden app extension by navigating to the \"Settings\" screen.</string>
|
||||
<string name="bitwarden_app_extension_description">Use Bitwarden in Safari and other apps to auto-fill your logins.</string>
|
||||
<string name="bitwarden_autofill_service">Bitwarden Auto-fill Service</string>
|
||||
<string name="bitwarden_app_extension_description">Use Bitwarden in Safari and other apps to autofill your logins.</string>
|
||||
<string name="bitwarden_autofill_service">Bitwarden Autofill Service</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description">আপনার লগইনগুলি স্বয়ংক্রিয়ভাবে পূরণ করতে বিটওয়ার্ডেন অ্যাক্সেসিবিলিটি পরিষেবা ব্যবহার করুন৷</string>
|
||||
<string name="change_email">ইমেইল পরিবর্তন করুন</string>
|
||||
<string name="change_email_confirmation">আপনি bitwarden.com ওয়েব ভল্টে আপনার ইমেল ঠিকানা পরিবর্তন করতে পারেন। আপনি কি এখনই ওয়েবসাইট ভিজিট করতে চান?</string>
|
||||
|
@ -195,9 +195,10 @@
|
|||
<string name="translations">অনুবাদসমূহ</string>
|
||||
<string name="items_for_uri">Items for %1$s</string>
|
||||
<string name="no_items_for_uri">There are no items in your vault for %1$s.</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Search for a login or add a new login</string>
|
||||
<string name="bitwarden_autofill_service_overlay">When you select an input field and see a Bitwarden auto-fill overlay, you can tap it to launch the auto-fill service.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Tap this notification to auto-fill an item from your vault.</string>
|
||||
<string name="bitwarden_autofill_service_overlay">When you select an input field and see a Bitwarden autofill overlay, you can tap it to launch the autofill service.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Tap this notification to autofill an item from your vault.</string>
|
||||
<string name="bitwarden_autofill_service_open_accessibility_settings">Open Accessibility Settings</string>
|
||||
<string name="bitwarden_autofill_service_step1">1. On the Android Accessibility Settings screen, touch \"Bitwarden\" under the Services heading.</string>
|
||||
<string name="bitwarden_autofill_service_step2">2. Switch on the toggle and press OK to accept.</string>
|
||||
|
@ -206,14 +207,14 @@
|
|||
<string name="off" tools:override="true">বন্ধ</string>
|
||||
<string name="on" tools:override="true">চালু</string>
|
||||
<string name="status">অবস্থা</string>
|
||||
<string name="bitwarden_autofill_service_alert2">The easiest way to add new logins to your vault is from the Bitwarden Auto-fill Service. Learn more about using the Bitwarden Auto-fill Service by navigating to the \"Settings\" screen.</string>
|
||||
<string name="autofill">Auto-fill</string>
|
||||
<string name="autofill_or_view">Do you want to auto-fill or view this item?</string>
|
||||
<string name="bitwarden_autofill_service_match_confirm">Are you sure you want to auto-fill this item? It is not a complete match for \"%1$s\".</string>
|
||||
<string name="bitwarden_autofill_service_alert2">The easiest way to add new logins to your vault is from the Bitwarden Autofill Service. Learn more about using the Bitwarden Autofill Service by navigating to the \"Settings\" screen.</string>
|
||||
<string name="autofill">Autofill</string>
|
||||
<string name="autofill_or_view">Do you want to autofill or view this item?</string>
|
||||
<string name="bitwarden_autofill_service_match_confirm">Are you sure you want to autofill this item? It is not a complete match for \"%1$s\".</string>
|
||||
<string name="matching_items">Matching items</string>
|
||||
<string name="possible_matching_items">Possible matching items</string>
|
||||
<string name="search">অনুসন্ধান</string>
|
||||
<string name="bitwarden_autofill_service_search">You are searching for an auto-fill item for \"%1$s\".</string>
|
||||
<string name="bitwarden_autofill_service_search">You are searching for an autofill item for \"%1$s\".</string>
|
||||
<string name="learn_org">Learn about organizations</string>
|
||||
<string name="cannot_open_app">Cannot open the app \"%1$s\".</string>
|
||||
<string name="authenticator_app_title">Authenticator app</string>
|
||||
|
@ -246,7 +247,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="camera">ক্যামেরা</string>
|
||||
<string name="photos">ছবিসমূহ</string>
|
||||
<string name="copy_totp">Copy TOTP</string>
|
||||
<string name="copy_totp_automatically_description">If a login has an authenticator key, copy the TOTP verification code to your clipboard when you auto-fill the login.</string>
|
||||
<string name="copy_totp_automatically_description">If a login has an authenticator key, copy the TOTP verification code to your clipboard when you autofill the login.</string>
|
||||
<string name="copy_totp_automatically">Copy TOTP automatically</string>
|
||||
<string name="premium_required">A premium membership is required to use this feature.</string>
|
||||
<string name="attachement_added">Attachment added</string>
|
||||
|
@ -324,17 +325,17 @@ Scanning will happen automatically.</string>
|
|||
<string name="show_website_icons">Show website icons</string>
|
||||
<string name="show_website_icons_description">Show a recognizable image next to each login.</string>
|
||||
<string name="icons_url">Icons server URL</string>
|
||||
<string name="autofill_with_bitwarden">Auto-fill with Bitwarden</string>
|
||||
<string name="autofill_with_bitwarden">Autofill with Bitwarden</string>
|
||||
<string name="vault_is_locked">Vault is locked</string>
|
||||
<string name="go_to_my_vault">Go to my vault</string>
|
||||
<string name="collections">Collections</string>
|
||||
<string name="no_items_collection">There are no items in this collection.</string>
|
||||
<string name="no_items_folder">There are no items in this folder.</string>
|
||||
<string name="no_items_trash">There are no items in the trash.</string>
|
||||
<string name="autofill_accessibility_service">Auto-fill Accessibility Service</string>
|
||||
<string name="autofill_accessibility_service">Autofill Accessibility Service</string>
|
||||
<string name="autofill_accessibility_summary">Assist with filling username and password fields in other apps and on the web.</string>
|
||||
<string name="autofill_service_description">The Bitwarden auto-fill service uses the Android Autofill Framework to assist in filling login information into other apps on your device.</string>
|
||||
<string name="bitwarden_autofill_service_description">Use the Bitwarden auto-fill service to fill login information into other apps.</string>
|
||||
<string name="autofill_service_description">The Bitwarden autofill service uses the Android Autofill Framework to assist in filling login information into other apps on your device.</string>
|
||||
<string name="bitwarden_autofill_service_description">Use the Bitwarden autofill service to fill login information into other apps.</string>
|
||||
<string name="bitwarden_autofill_service_open_autofill_settings">Open Autofill Settings</string>
|
||||
<string name="face_id">Face ID</string>
|
||||
<string name="face_id_direction">Use Face ID to verify.</string>
|
||||
|
@ -362,12 +363,12 @@ Scanning will happen automatically.</string>
|
|||
<string name="uri_match_detection">URI match detection</string>
|
||||
<string name="match_detection">মিল সনাক্তকরণ</string>
|
||||
<string name="yes_and_save">Yes, and save</string>
|
||||
<string name="autofill_and_save">Auto-fill and save</string>
|
||||
<string name="autofill_and_save">Autofill and save</string>
|
||||
<string name="organization">Organization</string>
|
||||
<string name="hold_yubikey_near_top">Hold your Yubikey near the top of the device.</string>
|
||||
<string name="try_again">আবার চেষ্টা করুন</string>
|
||||
<string name="yubi_key_instruction_ios">To continue, hold your YubiKey NEO against the back of the device.</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description2">The accessibility service may be helpful to use when apps do not support the standard auto-fill service.</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description2">The accessibility service may be helpful to use when apps do not support the standard autofill service.</string>
|
||||
<string name="date_password_updated">পাসওয়ার্ড হালনাগাদকৃত</string>
|
||||
<string name="date_updated">হালনাগাদকৃত</string>
|
||||
<string name="autofill_activated">AutoFill activated!</string>
|
||||
|
@ -375,13 +376,13 @@ Scanning will happen automatically.</string>
|
|||
<string name="autofill_setup">Your logins are now easily accessible right from your keyboard while logging into apps and websites.</string>
|
||||
<string name="autofill_setup2">We recommend disabling any other AutoFill apps under Settings if you do not plan to use them.</string>
|
||||
<string name="bitwarden_autofill_description">Access your vault directly from your keyboard to quickly autofill passwords.</string>
|
||||
<string name="autofill_turn_on">To set up password auto-fill on your device, follow these instructions:</string>
|
||||
<string name="autofill_turn_on">To set up password autofill on your device, follow these instructions:</string>
|
||||
<string name="autofill_turn_on1">1. Go to the iOS \"Settings\" app</string>
|
||||
<string name="autofill_turn_on2">2. Tap \"Passwords\"</string>
|
||||
<string name="autofill_turn_on3">3. Tap \"AutoFill Passwords\"</string>
|
||||
<string name="autofill_turn_on4">4. Turn on AutoFill</string>
|
||||
<string name="autofill_turn_on5">5. Select \"Bitwarden\"</string>
|
||||
<string name="password_autofill">Password auto-fill</string>
|
||||
<string name="password_autofill">Password autofill</string>
|
||||
<string name="bitwarden_autofill_alert2">The easiest way to add new logins to your vault is by using the Bitwarden Password AutoFill extension. Learn more about using the Bitwarden Password AutoFill extension by navigating to the \"Settings\" screen.</string>
|
||||
<string name="invalid_email">Invalid email address.</string>
|
||||
<string name="cards">Cards</string>
|
||||
|
@ -462,11 +463,11 @@ Scanning will happen automatically.</string>
|
|||
<string name="black">কালো</string>
|
||||
<string name="nord">Nord</string>
|
||||
<string name="solarized_dark">Solarized Dark</string>
|
||||
<string name="autofill_blocked_uris">Auto-fill blocked URIs</string>
|
||||
<string name="autofill_blocked_uris">Autofill blocked URIs</string>
|
||||
<string name="ask_to_add_login">Ask to add login</string>
|
||||
<string name="ask_to_add_login_description">Ask to add an item if one isn\'t found in your vault.</string>
|
||||
<string name="on_restart">On app restart</string>
|
||||
<string name="autofill_service_not_enabled">Auto-fill makes it easy to securely access your Bitwarden vault from other websites and apps. It looks like you have not set up an auto-fill service for Bitwarden. Set up auto-fill for Bitwarden from the \"Settings\" screen.</string>
|
||||
<string name="autofill_service_not_enabled">Autofill makes it easy to securely access your Bitwarden vault from other websites and apps. It looks like you have not set up an autofill service for Bitwarden. Set up autofill for Bitwarden from the \"Settings\" screen.</string>
|
||||
<string name="theme_applied_on_restart">Your theme changes will apply when the app is restarted.</string>
|
||||
<string name="capitalize">Capitalize</string>
|
||||
<string name="include_number">Include number</string>
|
||||
|
@ -477,7 +478,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="biometrics_direction">Biometric verification</string>
|
||||
<string name="biometrics">Biometrics</string>
|
||||
<string name="use_biometrics_to_unlock">Use biometrics to unlock</string>
|
||||
<string name="accessibility_overlay_permission_alert">Bitwarden needs attention - See \"Auto-fill Accessibility Service\" from Bitwarden settings</string>
|
||||
<string name="accessibility_overlay_permission_alert">Bitwarden needs attention - See \"Autofill Accessibility Service\" from Bitwarden settings</string>
|
||||
<string name="bitwarden_autofill_service_overlay_permission">3. On the Android App Settings screen for Bitwarden, go to the \"Display over other apps\" options (under Advanced) and tap the toggle to allow overlay support.</string>
|
||||
<string name="overlay_permission">অনুমতি</string>
|
||||
<string name="bitwarden_autofill_service_open_overlay_permission_settings">Open Overlay Permission Settings</string>
|
||||
|
@ -500,7 +501,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="open">Open</string>
|
||||
<string name="unable_to_save_attachment">There was a problem saving this attachment. If the problem persists, you can save it from the web vault.</string>
|
||||
<string name="save_attachment_success">Attachment saved successfully</string>
|
||||
<string name="autofill_tile_accessibility_required">Please turn on \"Auto-fill Accessibility Service\" from Bitwarden Settings to use the Auto-fill tile.</string>
|
||||
<string name="autofill_tile_accessibility_required">Please turn on \"Autofill Accessibility Service\" from Bitwarden Settings to use the Autofill tile.</string>
|
||||
<string name="autofill_tile_uri_not_found">No password fields detected</string>
|
||||
<string name="soft_deleting">Sending to trash...</string>
|
||||
<string name="item_soft_deleted">Item has been sent to trash.</string>
|
||||
|
@ -536,20 +537,20 @@ Scanning will happen automatically.</string>
|
|||
<string name="accept_policies_error">পরিষেবার শর্তাদি এবং গোপনীয়তা নীতি স্বীকার করা হয়নি।</string>
|
||||
<string name="terms_of_service">সেবা পাবার শর্ত</string>
|
||||
<string name="privacy_policy">গোপনীয়তা নীতি</string>
|
||||
<string name="accessibility_draw_over_permission_alert">Bitwarden needs attention - Turn on \"Draw-Over\" in \"Auto-fill Services\" from Bitwarden Settings</string>
|
||||
<string name="accessibility_draw_over_permission_alert">Bitwarden needs attention - Turn on \"Draw-Over\" in \"Autofill Services\" from Bitwarden Settings</string>
|
||||
<string name="passkey_management">Passkey management</string>
|
||||
<string name="autofill_services">Autofill services</string>
|
||||
<string name="inline_autofill">Use inline autofill</string>
|
||||
<string name="inline_autofill_description">Use inline autofill if your selected IME (keyboard) supports it. If your configuration is not supported (or this option is turned off), the default Autofill overlay will be used.</string>
|
||||
<string name="accessibility">Use accessibility</string>
|
||||
<string name="accessibility_description">Use the Bitwarden Accessibility Service to auto-fill your logins across apps and the web. When set up, we\'ll display a popup when login fields are selected.</string>
|
||||
<string name="accessibility_description2">Use the Bitwarden Accessibility Service to auto-fill your logins across apps and the web. (Requires Draw-Over to be turned on as well)</string>
|
||||
<string name="accessibility_description">Use the Bitwarden Accessibility Service to autofill your logins across apps and the web. When set up, we\'ll display a popup when login fields are selected.</string>
|
||||
<string name="accessibility_description2">Use the Bitwarden Accessibility Service to autofill your logins across apps and the web. (Requires Draw-Over to be turned on as well)</string>
|
||||
<string name="accessibility_description3">Use the Bitwarden Accessibility Service to use the Autofill Quick-Action Tile, and/or show a popup using Draw-Over (if turned on).</string>
|
||||
<string name="accessibility_description4">Required to use the Autofill Quick-Action Tile, or to augment the Autofill Service by using Draw-Over (if turned on).</string>
|
||||
<string name="accessibility_description5">Required to use the Autofill Quick-Action Tile.</string>
|
||||
<string name="draw_over">Use draw-over</string>
|
||||
<string name="draw_over_description">Allows the Bitwarden Accessibility Service to display a popup when login fields are selected.</string>
|
||||
<string name="draw_over_description2">If turned on, the Bitwarden Accessibility Service will display a popup when login fields are selected to assist with auto-filling your logins.</string>
|
||||
<string name="draw_over_description2">If turned on, the Bitwarden Accessibility Service will display a popup when login fields are selected to assist with autofilling your logins.</string>
|
||||
<string name="draw_over_description3">If turned on, accessibility will show a popup to augment the Autofill Service for older apps that don\'t support the Android Autofill Framework.</string>
|
||||
<string name="personal_ownership_submit_error">একটি এন্টারপ্রাইজ নীতির কারণে, আপনি আপনার ব্যক্তিগত ভল্টে বস্তুসমূহ সংরক্ষণ করা থেকে সীমাবদ্ধ। একটি প্রতিষ্ঠানের মালিকানা বিকল্পটি পরিবর্তন করুন এবং উপলভ্য সংগ্রহগুলি থেকে চয়ন করুন।</string>
|
||||
<string name="personal_ownership_policy_in_effect">একটি প্রতিষ্ঠানের নীতি আপনার মালিকানা বিকল্পগুলিকে প্রভাবিত করছে।</string>
|
||||
|
@ -825,8 +826,8 @@ Do you want to switch to this account?</string>
|
|||
<string name="trouble_logging_in">Trouble logging in?</string>
|
||||
<string name="logging_in_as_x">Logging in as %1$s</string>
|
||||
<string name="vault_timeout_action_changed_to_log_out">Vault timeout action changed to log out</string>
|
||||
<string name="block_auto_fill">Block auto-fill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Auto-fill will not be offered for these URIs.</string>
|
||||
<string name="block_auto_fill">Block autofill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Autofill will not be offered for these URIs.</string>
|
||||
<string name="new_blocked_uri">New blocked URI</string>
|
||||
<string name="uri_saved">URI saved</string>
|
||||
<string name="invalid_format_use_https_http_or_android_app">Invalid format. Use https://, http://, or androidapp://</string>
|
||||
|
@ -905,9 +906,9 @@ Do you want to switch to this account?</string>
|
|||
<string name="verifying_identity_ellipsis">Verifying identity...</string>
|
||||
<string name="passwords">Passwords</string>
|
||||
<string name="unknown_account">Unknown account</string>
|
||||
<string name="set_up_autofill">Set up auto-fill</string>
|
||||
<string name="set_up_autofill">Set up autofill</string>
|
||||
<string name="get_instant_access_to_your_passwords_and_passkeys">Get instant access to your passwords and passkeys!</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password autofill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="first_dot_go_to_your_device_settings_passwords_password_options">1. Go to your device\'s Settings > Passwords > Password Options</string>
|
||||
<string name="second_dot_turn_on_auto_fill">2. Turn on AutoFill</string>
|
||||
<string name="third_dot_select_bitwarden_to_use_for_passwords_and_passkeys">3. Select \"Bitwarden\" to use for passwords and passkeys</string>
|
||||
|
@ -1059,4 +1060,17 @@ Do you want to switch to this account?</string>
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">Prijevodi</string>
|
||||
<string name="items_for_uri">Stavke za %1$s</string>
|
||||
<string name="no_items_for_uri">U Vašem trezoru nema stavki za %1$s.</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Search for a login or add a new login</string>
|
||||
<string name="bitwarden_autofill_service_overlay">Kada izaberete polje za unos i vidite prekrivač za automatsko popunjavanje Bitwarden-a, možete ga dodirnuti da biste pokrenuli uslugu automatskog popunjavanja.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Dodirnite ovo obaveštenje da biste automatski popunili stavku iz trezora.</string>
|
||||
|
@ -824,8 +825,8 @@ Skeniranje će biti izvršeno automatski.</string>
|
|||
<string name="trouble_logging_in">Trouble logging in?</string>
|
||||
<string name="logging_in_as_x">Logging in as %1$s</string>
|
||||
<string name="vault_timeout_action_changed_to_log_out">Vault timeout action changed to log out</string>
|
||||
<string name="block_auto_fill">Block auto-fill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Auto-fill will not be offered for these URIs.</string>
|
||||
<string name="block_auto_fill">Block autofill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Autofill will not be offered for these URIs.</string>
|
||||
<string name="new_blocked_uri">New blocked URI</string>
|
||||
<string name="uri_saved">URI saved</string>
|
||||
<string name="invalid_format_use_https_http_or_android_app">Invalid format. Use https://, http://, or androidapp://</string>
|
||||
|
@ -904,9 +905,9 @@ Skeniranje će biti izvršeno automatski.</string>
|
|||
<string name="verifying_identity_ellipsis">Verifying identity...</string>
|
||||
<string name="passwords">Passwords</string>
|
||||
<string name="unknown_account">Unknown account</string>
|
||||
<string name="set_up_autofill">Set up auto-fill</string>
|
||||
<string name="set_up_autofill">Set up autofill</string>
|
||||
<string name="get_instant_access_to_your_passwords_and_passkeys">Get instant access to your passwords and passkeys!</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password autofill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="first_dot_go_to_your_device_settings_passwords_password_options">1. Go to your device\'s Settings > Passwords > Password Options</string>
|
||||
<string name="second_dot_turn_on_auto_fill">2. Turn on AutoFill</string>
|
||||
<string name="third_dot_select_bitwarden_to_use_for_passwords_and_passkeys">3. Select \"Bitwarden\" to use for passwords and passkeys</string>
|
||||
|
@ -1058,4 +1059,17 @@ Skeniranje će biti izvršeno automatski.</string>
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">Traduccions</string>
|
||||
<string name="items_for_uri">Elements per a %1$s</string>
|
||||
<string name="no_items_for_uri">No hi ha elements a la vostra caixa forta per a %1$s.</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Search for a login or add a new login</string>
|
||||
<string name="bitwarden_autofill_service_overlay">Quan seleccioneu un camp d’entrada i vegeu una superposició d’emplenament automàtic de Bitwarden, podeu tocar-lo per iniciar el servei d’emplenament automàtic.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Toqueu aquesta notificació per omplir automàticament un element des de la caixa forta.</string>
|
||||
|
@ -1059,4 +1060,17 @@ Voleu canviar a aquest compte?</string>
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -93,9 +93,9 @@
|
|||
<string name="avoid_ambiguous_characters">Nepoužívat zaměnitelné znaky</string>
|
||||
<string name="bitwarden_app_extension">Rozšíření aplikace Bitwarden</string>
|
||||
<string name="bitwarden_app_extension_alert2">Nejjednodušší způsob přidání nových přihlášení do trezoru je z rozšíření Bitwardenu. Další informace o používání rozšíření Bitwardenu získáte klepnutím na obrazovku Nastavení.</string>
|
||||
<string name="bitwarden_app_extension_description">Použijte Bitwarden v Safari a ostatních prohlížečích pro automatické vyplnění přihlašovacích údajů.</string>
|
||||
<string name="bitwarden_app_extension_description">Použije Bitwarden v Safari a ostatních prohlížečích pro automatické vyplnění přihlašovacích údajů.</string>
|
||||
<string name="bitwarden_autofill_service">Služba automatického vyplňování</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description">Použijte službu přístupnosti pro automatické vyplňování přihlašovacích údajů.</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description">Použije službu přístupnosti pro automatické vyplňování přihlašovacích údajů.</string>
|
||||
<string name="change_email">Změnit e-mail</string>
|
||||
<string name="change_email_confirmation">E-mailovou adresu si můžete změnit na webové stránce bitwarden.com. Chcete tuto stránku nyní otevřít?</string>
|
||||
<string name="change_master_password">Změnit hlavní heslo</string>
|
||||
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">Překlady</string>
|
||||
<string name="items_for_uri">Položky pro %1$s</string>
|
||||
<string name="no_items_for_uri">Žádné položky ve Vašem trezoru pro %1$s.</string>
|
||||
<string name="no_items_for_vault">Žádné položky ve Vašem trezoru se shodou s \"%1$s\"</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Hledat přhlášení nebo přidat nové přihlášení</string>
|
||||
<string name="bitwarden_autofill_service_overlay">Když vyberete vstupní pole a uvidíte překrytí automatického vyplnění, můžete na něj klepnout a spustit službu automatického vyplnění.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Klepnutím na toto oznámení automaticky vyplníte přihlašovací údaje z trezoru.</string>
|
||||
|
@ -324,7 +325,7 @@ Načtení proběhne automaticky.</string>
|
|||
<string name="show_website_icons">Zobrazit ikony webových stránek</string>
|
||||
<string name="show_website_icons_description">Zobrazí rozeznatelný obrázek vedle každého přihlášení.</string>
|
||||
<string name="icons_url">URL serveru ikon</string>
|
||||
<string name="autofill_with_bitwarden">Automatické vyplnění aplikací Bitwarden</string>
|
||||
<string name="autofill_with_bitwarden">Automatické vyplňování aplikací Bitwarden</string>
|
||||
<string name="vault_is_locked">Trezor je uzamčený</string>
|
||||
<string name="go_to_my_vault">Přejít do trezoru</string>
|
||||
<string name="collections">Kolekce</string>
|
||||
|
@ -477,7 +478,7 @@ Načtení proběhne automaticky.</string>
|
|||
<string name="biometrics_direction">Použít biometrii k ověření</string>
|
||||
<string name="biometrics">Biometrie</string>
|
||||
<string name="use_biometrics_to_unlock">Použít biometrii k odemknutí</string>
|
||||
<string name="accessibility_overlay_permission_alert">Bitwarden vyžaduje pozornost – Zkontrolujte \"Službu automatického vyplňování\" v nastavení Bitwardenu</string>
|
||||
<string name="accessibility_overlay_permission_alert">Bitwarden vyžaduje pozornost - zkontrolujte \"Službu automatického vyplňování\" v nastavení Bitwardenu</string>
|
||||
<string name="bitwarden_autofill_service_overlay_permission">3. V nastavení Android aplikace Bitwarden přejděte v části Rozšířená nastavení do \"Zobrazit přes ostatní aplikace\" a povolte zobrazení přes jiné aplikace.</string>
|
||||
<string name="overlay_permission">Oprávnění</string>
|
||||
<string name="bitwarden_autofill_service_open_overlay_permission_settings">Otevřít nastavení oprávnění překrytí obrazovky</string>
|
||||
|
@ -536,7 +537,7 @@ Načtení proběhne automaticky.</string>
|
|||
<string name="accept_policies_error">Podmínky použití a Zásady ochrany osobních údajů nebyly odsouhlaseny.</string>
|
||||
<string name="terms_of_service">Podmínky použití</string>
|
||||
<string name="privacy_policy">Zásady ochrany osobních údajů</string>
|
||||
<string name="accessibility_draw_over_permission_alert">Bitwarden vyžaduje pozornost – Povolte volbu \"Zobrazit přes ostatní aplikace\" ve \"Službách automatického vyplňování“ v nastavení aplikace Bitwarden</string>
|
||||
<string name="accessibility_draw_over_permission_alert">Bitwarden vyžaduje pozornost - Povolte volbu \"Zobrazit přes ostatní aplikace\" ve \"Službách automatického vyplňování“ v nastavení aplikace Bitwarden</string>
|
||||
<string name="passkey_management">Správa přístupových klíčů</string>
|
||||
<string name="autofill_services">Služby automatického vyplňování</string>
|
||||
<string name="inline_autofill">Použít automatické vyplňování</string>
|
||||
|
@ -549,7 +550,7 @@ Načtení proběhne automaticky.</string>
|
|||
<string name="accessibility_description5">Vyžadováno pro použití v dlaždici rychlé akce automatického vyplňování.</string>
|
||||
<string name="draw_over">Použít vykreslování přes ostatní aplikace</string>
|
||||
<string name="draw_over_description">Služba přístupnosti aplikace Bitwarden umožní zobrazovat vyskakovací okno při výběru pole s přihlašovacími údaji.</string>
|
||||
<string name="draw_over_description2">Pokud je povoleno, služba usnadnění Bitwardenu zobrazí vyskakovací okno při výběru přihlašovacích polí pro automatické vyplňování přihlašovacích údajů.</string>
|
||||
<string name="draw_over_description2">Pokud je povoleno, služba přístupnosti Bitwardenu zobrazí vyskakovací okno při výběru přihlašovacích polí pro automatické vyplňování přihlašovacích údajů.</string>
|
||||
<string name="draw_over_description3">Pokud je povoleno, přístupnost zobrazí vyskakovací okno pro rozšíření služby automatického vyplňování pro starší aplikace, které nepodporují Android Autofill Framework.</string>
|
||||
<string name="personal_ownership_submit_error">Z důvodu podnikových zásad nemůžete ukládat položky do svého osobního trezoru. Změňte vlastnictví položky na organizaci a poté si vyberte z dostupných kolekcí.</string>
|
||||
<string name="personal_ownership_policy_in_effect">Zásady organizace ovlivňují možnosti vlastnictví.</string>
|
||||
|
@ -1058,4 +1059,17 @@ Chcete se přepnout na tento účet?</string>
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Uložte exportovaný soubor někde na Vašem počítači, kde jej můžete snadno najít.</string>
|
||||
<string name="save_the_exported_file_highlight">Uložit exportovaný soubor</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">Nejedná se o rozpoznaný server Bitwarden. Možná budete muset zkontrolovat svého poskytovatele nebo aktualizovat svůj server.</string>
|
||||
<string name="syncing_logins_loading_message">Synchronizování přihlášení...</string>
|
||||
<string name="ssh_key_cipher_item_types">Typy položek klíče SSH Cipher</string>
|
||||
<string name="download_the_browser_extension">Stáhnout rozšíření prohlížeče</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Přejděte na bitwarden.com/download a integrujte Bitwarden do svého oblíbeného prohlížeče pro bezproblémové používání.</string>
|
||||
<string name="use_the_web_app">Použít webovou aplikaci</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Přihlaste se na bitwarden.com a snadno spravujte svůj účet a aktualizujte nastavení.</string>
|
||||
<string name="autofill_passwords">Automatické vyplňování hesel</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Nastavte automatické vyplňování na všech Vašich zařízeních pro přihlášení jedním klepnutím kdekoliv.</string>
|
||||
<string name="import_successful">Import byl úspěšný!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Spravujte přihlašovací údaje odkudkoli pomocí nástrojů Bitwarden pro web i počítač.</string>
|
||||
<string name="bitwarden_tools">Nástroje Bitwarden</string>
|
||||
<string name="got_it">Rozumím</string>
|
||||
<string name="no_logins_were_imported">Nebyla importována žádná přihlášení</string>
|
||||
</resources>
|
||||
|
|
|
@ -87,15 +87,15 @@
|
|||
<string name="account_created_success">Your new account has been created!</string>
|
||||
<string name="add_an_item">Ychwanegu eitem</string>
|
||||
<string name="app_extension">App extension</string>
|
||||
<string name="autofill_accessibility_description">Use the Bitwarden accessibility service to auto-fill your logins across apps and the web.</string>
|
||||
<string name="autofill_accessibility_description">Use the Bitwarden accessibility service to autofill your logins across apps and the web.</string>
|
||||
<string name="autofill_service">Gwasanaeth llenwi awtomatig</string>
|
||||
<string name="set_bitwarden_as_passkey_manager_description">Set Bitwarden as your passkey provider in device settings.</string>
|
||||
<string name="avoid_ambiguous_characters">Osgoi nodau amwys</string>
|
||||
<string name="bitwarden_app_extension">Bitwarden app extension</string>
|
||||
<string name="bitwarden_app_extension_alert2">The easiest way to add new logins to your vault is from the Bitwarden app extension. Learn more about using the Bitwarden app extension by navigating to the \"Settings\" screen.</string>
|
||||
<string name="bitwarden_app_extension_description">Use Bitwarden in Safari and other apps to auto-fill your logins.</string>
|
||||
<string name="bitwarden_app_extension_description">Use Bitwarden in Safari and other apps to autofill your logins.</string>
|
||||
<string name="bitwarden_autofill_service">Gwasanaeth llenwi awtomatig Bitwarden</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description">Use the Bitwarden accessibility service to auto-fill your logins.</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description">Use the Bitwarden accessibility service to autofill your logins.</string>
|
||||
<string name="change_email">Newid ebost</string>
|
||||
<string name="change_email_confirmation">You can change your email address on the bitwarden.com web vault. Do you want to visit the website now?</string>
|
||||
<string name="change_master_password">Newid y prif gyfrinair</string>
|
||||
|
@ -195,8 +195,9 @@
|
|||
<string name="translations">Cyfieithiadau</string>
|
||||
<string name="items_for_uri">Eitemau ar gyfer %1$s</string>
|
||||
<string name="no_items_for_uri">Does dim eitemau yn eich cell ar gyfer %1$s.</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Search for a login or add a new login</string>
|
||||
<string name="bitwarden_autofill_service_overlay">When you select an input field and see a Bitwarden auto-fill overlay, you can tap it to launch the auto-fill service.</string>
|
||||
<string name="bitwarden_autofill_service_overlay">When you select an input field and see a Bitwarden autofill overlay, you can tap it to launch the autofill service.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Tapiwch ar yr hysbysiad hwn i lenwi eitem o\'ch cell yn awtomatig.</string>
|
||||
<string name="bitwarden_autofill_service_open_accessibility_settings">Open Accessibility Settings</string>
|
||||
<string name="bitwarden_autofill_service_step1">1. On the Android Accessibility Settings screen, touch \"Bitwarden\" under the Services heading.</string>
|
||||
|
@ -206,14 +207,14 @@
|
|||
<string name="off" tools:override="true">Wedi diffodd</string>
|
||||
<string name="on" tools:override="true">Ymlaen</string>
|
||||
<string name="status">Statws</string>
|
||||
<string name="bitwarden_autofill_service_alert2">The easiest way to add new logins to your vault is from the Bitwarden Auto-fill Service. Learn more about using the Bitwarden Auto-fill Service by navigating to the \"Settings\" screen.</string>
|
||||
<string name="bitwarden_autofill_service_alert2">The easiest way to add new logins to your vault is from the Bitwarden Autofill Service. Learn more about using the Bitwarden Autofill Service by navigating to the \"Settings\" screen.</string>
|
||||
<string name="autofill">Llenwi\'n awtomatig</string>
|
||||
<string name="autofill_or_view">Hoffech chi lenwi\'n awtomatig neu weld yr eitem hon?</string>
|
||||
<string name="bitwarden_autofill_service_match_confirm">Ydych chi\'n siŵr eich bod am lenwi\'r eitem hon? Dyw hi ddim yn cyfateb yn llwyr i \"%1$s\".</string>
|
||||
<string name="matching_items">Eitemau sy\'n cyfateb</string>
|
||||
<string name="possible_matching_items">Eitemau all gyfateb</string>
|
||||
<string name="search">Chwilio</string>
|
||||
<string name="bitwarden_autofill_service_search">You are searching for an auto-fill item for \"%1$s\".</string>
|
||||
<string name="bitwarden_autofill_service_search">You are searching for an autofill item for \"%1$s\".</string>
|
||||
<string name="learn_org">Dysgu am sefydliadau</string>
|
||||
<string name="cannot_open_app">Methu agor yr ap \"%1$s\".</string>
|
||||
<string name="authenticator_app_title">Ap dilysu</string>
|
||||
|
@ -246,7 +247,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="camera">Camera</string>
|
||||
<string name="photos">Lluniau</string>
|
||||
<string name="copy_totp">Copy TOTP</string>
|
||||
<string name="copy_totp_automatically_description">If a login has an authenticator key, copy the TOTP verification code to your clipboard when you auto-fill the login.</string>
|
||||
<string name="copy_totp_automatically_description">If a login has an authenticator key, copy the TOTP verification code to your clipboard when you autofill the login.</string>
|
||||
<string name="copy_totp_automatically">Copy TOTP automatically</string>
|
||||
<string name="premium_required">Mae angen aelodaeth uwch i ddefnyddio\'r nodwedd hon.</string>
|
||||
<string name="attachement_added">Atodiad wedi\'i ychwanegu</string>
|
||||
|
@ -331,10 +332,10 @@ Scanning will happen automatically.</string>
|
|||
<string name="no_items_collection">There are no items in this collection.</string>
|
||||
<string name="no_items_folder">Does dim eitemau yn y ffolder hon.</string>
|
||||
<string name="no_items_trash">Does dim eitemau yn y bin sbwriel.</string>
|
||||
<string name="autofill_accessibility_service">Auto-fill Accessibility Service</string>
|
||||
<string name="autofill_accessibility_service">Autofill Accessibility Service</string>
|
||||
<string name="autofill_accessibility_summary">Assist with filling username and password fields in other apps and on the web.</string>
|
||||
<string name="autofill_service_description">The Bitwarden auto-fill service uses the Android Autofill Framework to assist in filling login information into other apps on your device.</string>
|
||||
<string name="bitwarden_autofill_service_description">Use the Bitwarden auto-fill service to fill login information into other apps.</string>
|
||||
<string name="autofill_service_description">The Bitwarden autofill service uses the Android Autofill Framework to assist in filling login information into other apps on your device.</string>
|
||||
<string name="bitwarden_autofill_service_description">Use the Bitwarden autofill service to fill login information into other apps.</string>
|
||||
<string name="bitwarden_autofill_service_open_autofill_settings">Agor gosodiadau llenwi awtomatig</string>
|
||||
<string name="face_id">Face ID</string>
|
||||
<string name="face_id_direction">Use Face ID to verify.</string>
|
||||
|
@ -367,7 +368,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="hold_yubikey_near_top">Hold your Yubikey near the top of the device.</string>
|
||||
<string name="try_again">Ceisio eto</string>
|
||||
<string name="yubi_key_instruction_ios">I barhau, daliwch eich YubiKey NEO ar gefn y ddyfais.</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description2">The accessibility service may be helpful to use when apps do not support the standard auto-fill service.</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description2">The accessibility service may be helpful to use when apps do not support the standard autofill service.</string>
|
||||
<string name="date_password_updated">Cyfrinair wedi\'i ddiweddaru</string>
|
||||
<string name="date_updated">Wedi\'i ddiweddaru</string>
|
||||
<string name="autofill_activated">AutoFill activated!</string>
|
||||
|
@ -381,7 +382,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="autofill_turn_on3">3. Tap \"AutoFill Passwords\"</string>
|
||||
<string name="autofill_turn_on4">4. Turn on AutoFill</string>
|
||||
<string name="autofill_turn_on5">5. Select \"Bitwarden\"</string>
|
||||
<string name="password_autofill">Password auto-fill</string>
|
||||
<string name="password_autofill">Password autofill</string>
|
||||
<string name="bitwarden_autofill_alert2">The easiest way to add new logins to your vault is by using the Bitwarden Password AutoFill extension. Learn more about using the Bitwarden Password AutoFill extension by navigating to the \"Settings\" screen.</string>
|
||||
<string name="invalid_email">Cyfeiriad ebost annilys.</string>
|
||||
<string name="cards">Cardiau</string>
|
||||
|
@ -449,7 +450,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="clear_clipboard">Clirio\'r clipfwrdd</string>
|
||||
<string name="clear_clipboard_description">Clirio eitemau a gopïwyd o\'ch clipfwrdd yn awtomatig.</string>
|
||||
<string name="default_uri_match_detection">Default URI match detection</string>
|
||||
<string name="default_uri_match_detection_description">Choose the default way that URI match detection is handled for logins when performing actions such as auto-fill.</string>
|
||||
<string name="default_uri_match_detection_description">Choose the default way that URI match detection is handled for logins when performing actions such as autofill.</string>
|
||||
<string name="theme">Thema</string>
|
||||
<string name="theme_description">Newid thema liwiau\'r ap</string>
|
||||
<string name="theme_default">Rhagosodiad (system)</string>
|
||||
|
@ -462,11 +463,11 @@ Scanning will happen automatically.</string>
|
|||
<string name="black">Du</string>
|
||||
<string name="nord">Nord</string>
|
||||
<string name="solarized_dark">Solarized Dark</string>
|
||||
<string name="autofill_blocked_uris">Auto-fill blocked URIs</string>
|
||||
<string name="autofill_blocked_uris">Autofill blocked URIs</string>
|
||||
<string name="ask_to_add_login">Gofyn i ychwanegu manylion mewngofnodi</string>
|
||||
<string name="ask_to_add_login_description">Ask to add an item if one isn\'t found in your vault.</string>
|
||||
<string name="on_restart">On app restart</string>
|
||||
<string name="autofill_service_not_enabled">Auto-fill makes it easy to securely access your Bitwarden vault from other websites and apps. It looks like you have not set up an auto-fill service for Bitwarden. Set up auto-fill for Bitwarden from the \"Settings\" screen.</string>
|
||||
<string name="autofill_service_not_enabled">Autofill makes it easy to securely access your Bitwarden vault from other websites and apps. It looks like you have not set up an autofill service for Bitwarden. Set up autofill for Bitwarden from the \"Settings\" screen.</string>
|
||||
<string name="theme_applied_on_restart">Your theme changes will apply when the app is restarted.</string>
|
||||
<string name="capitalize">Priflythrennu</string>
|
||||
<string name="include_number">Cynnwys rhif</string>
|
||||
|
@ -477,7 +478,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="biometrics_direction">Biometric verification</string>
|
||||
<string name="biometrics">biometreg</string>
|
||||
<string name="use_biometrics_to_unlock">Defnyddio biometreg i ddatgloi</string>
|
||||
<string name="accessibility_overlay_permission_alert">Bitwarden needs attention - See \"Auto-fill Accessibility Service\" from Bitwarden settings</string>
|
||||
<string name="accessibility_overlay_permission_alert">Bitwarden needs attention - See \"Autofill Accessibility Service\" from Bitwarden settings</string>
|
||||
<string name="bitwarden_autofill_service_overlay_permission">3. On the Android App Settings screen for Bitwarden, go to the \"Display over other apps\" options (under Advanced) and tap the toggle to allow overlay support.</string>
|
||||
<string name="overlay_permission">Permission</string>
|
||||
<string name="bitwarden_autofill_service_open_overlay_permission_settings">Open Overlay Permission Settings</string>
|
||||
|
@ -500,7 +501,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="open">Agor</string>
|
||||
<string name="unable_to_save_attachment">There was a problem saving this attachment. If the problem persists, you can save it from the web vault.</string>
|
||||
<string name="save_attachment_success">Cadwyd yr atodiad yn llwyddiannus</string>
|
||||
<string name="autofill_tile_accessibility_required">Please turn on \"Auto-fill Accessibility Service\" from Bitwarden Settings to use the Auto-fill tile.</string>
|
||||
<string name="autofill_tile_accessibility_required">Please turn on \"Autofill Accessibility Service\" from Bitwarden Settings to use the Autofill tile.</string>
|
||||
<string name="autofill_tile_uri_not_found">No password fields detected</string>
|
||||
<string name="soft_deleting">Yn anfon i\'r bin sbwriel...</string>
|
||||
<string name="item_soft_deleted">Anfonwyd yr eitem i\'r bin sbwriel.</string>
|
||||
|
@ -536,20 +537,20 @@ Scanning will happen automatically.</string>
|
|||
<string name="accept_policies_error">Terms of Service and Privacy Policy have not been acknowledged.</string>
|
||||
<string name="terms_of_service">Telerau gwasanaeth</string>
|
||||
<string name="privacy_policy">Polisi preifatrwydd</string>
|
||||
<string name="accessibility_draw_over_permission_alert">Bitwarden needs attention - Turn on \"Draw-Over\" in \"Auto-fill Services\" from Bitwarden Settings</string>
|
||||
<string name="accessibility_draw_over_permission_alert">Bitwarden needs attention - Turn on \"Draw-Over\" in \"Autofill Services\" from Bitwarden Settings</string>
|
||||
<string name="passkey_management">Passkey management</string>
|
||||
<string name="autofill_services">Gwasanaethau llenwi awtomatig</string>
|
||||
<string name="inline_autofill">Use inline autofill</string>
|
||||
<string name="inline_autofill_description">Use inline autofill if your selected IME (keyboard) supports it. If your configuration is not supported (or this option is turned off), the default Autofill overlay will be used.</string>
|
||||
<string name="accessibility">Use accessibility</string>
|
||||
<string name="accessibility_description">Use the Bitwarden Accessibility Service to auto-fill your logins across apps and the web. When set up, we\'ll display a popup when login fields are selected.</string>
|
||||
<string name="accessibility_description2">Use the Bitwarden Accessibility Service to auto-fill your logins across apps and the web. (Requires Draw-Over to be turned on as well)</string>
|
||||
<string name="accessibility_description">Use the Bitwarden Accessibility Service to autofill your logins across apps and the web. When set up, we\'ll display a popup when login fields are selected.</string>
|
||||
<string name="accessibility_description2">Use the Bitwarden Accessibility Service to autofill your logins across apps and the web. (Requires Draw-Over to be turned on as well)</string>
|
||||
<string name="accessibility_description3">Use the Bitwarden Accessibility Service to use the Autofill Quick-Action Tile, and/or show a popup using Draw-Over (if turned on).</string>
|
||||
<string name="accessibility_description4">Required to use the Autofill Quick-Action Tile, or to augment the Autofill Service by using Draw-Over (if turned on).</string>
|
||||
<string name="accessibility_description5">Required to use the Autofill Quick-Action Tile.</string>
|
||||
<string name="draw_over">Use draw-over</string>
|
||||
<string name="draw_over_description">Allows the Bitwarden Accessibility Service to display a popup when login fields are selected.</string>
|
||||
<string name="draw_over_description2">If turned on, the Bitwarden Accessibility Service will display a popup when login fields are selected to assist with auto-filling your logins.</string>
|
||||
<string name="draw_over_description2">If turned on, the Bitwarden Accessibility Service will display a popup when login fields are selected to assist with autofilling your logins.</string>
|
||||
<string name="draw_over_description3">If turned on, accessibility will show a popup to augment the Autofill Service for older apps that don\'t support the Android Autofill Framework.</string>
|
||||
<string name="personal_ownership_submit_error">Due to an enterprise policy, you are restricted from saving items to your individual vault. Change the ownership option to an organization and choose from available collections.</string>
|
||||
<string name="personal_ownership_policy_in_effect">An organization policy is affecting your ownership options.</string>
|
||||
|
@ -826,7 +827,7 @@ Do you want to switch to this account?</string>
|
|||
<string name="logging_in_as_x">Yn mewngofnodi fel %1$s</string>
|
||||
<string name="vault_timeout_action_changed_to_log_out">Vault timeout action changed to log out</string>
|
||||
<string name="block_auto_fill">Rhwystro llenwi awtomatig</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Auto-fill will not be offered for these URIs.</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Autofill will not be offered for these URIs.</string>
|
||||
<string name="new_blocked_uri">New blocked URI</string>
|
||||
<string name="uri_saved">URI wedi\'i gadw</string>
|
||||
<string name="invalid_format_use_https_http_or_android_app">Fformat annilys. Defnyddiwch https://, http://, neu androidapp://</string>
|
||||
|
@ -905,9 +906,9 @@ Do you want to switch to this account?</string>
|
|||
<string name="verifying_identity_ellipsis">Verifying identity...</string>
|
||||
<string name="passwords">Passwords</string>
|
||||
<string name="unknown_account">Unknown account</string>
|
||||
<string name="set_up_autofill">Set up auto-fill</string>
|
||||
<string name="set_up_autofill">Set up autofill</string>
|
||||
<string name="get_instant_access_to_your_passwords_and_passkeys">Get instant access to your passwords and passkeys!</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password autofill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="first_dot_go_to_your_device_settings_passwords_password_options">1. Go to your device\'s Settings > Passwords > Password Options</string>
|
||||
<string name="second_dot_turn_on_auto_fill">2. Turn on AutoFill</string>
|
||||
<string name="third_dot_select_bitwarden_to_use_for_passwords_and_passkeys">3. Select \"Bitwarden\" to use for passwords and passkeys</string>
|
||||
|
@ -1059,4 +1060,17 @@ Do you want to switch to this account?</string>
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -87,15 +87,15 @@
|
|||
<string name="account_created_success">Din nye konto er oprettet!</string>
|
||||
<string name="add_an_item">Tilføj et emne</string>
|
||||
<string name="app_extension">App-udvidelse</string>
|
||||
<string name="autofill_accessibility_description">Brug Bitwardens hjælpefunktion til autoudfyldning af logins på tværs af apps og internet.</string>
|
||||
<string name="autofill_accessibility_description">Brug Bitwardens hjælpefunktion til autoudfyldning af dine logins på tværs af apps og nettet.</string>
|
||||
<string name="autofill_service">Autoudfyldningstjeneste</string>
|
||||
<string name="set_bitwarden_as_passkey_manager_description">Angiv Bitwarden som aktuel adgangsnøgleudbyder i enhedsindstillingerne.</string>
|
||||
<string name="avoid_ambiguous_characters">Undgå tvetydige tegn</string>
|
||||
<string name="bitwarden_app_extension">Bitwarden app-udvidelse</string>
|
||||
<string name="bitwarden_app_extension_alert2">Den letteste måde at tilføje nye logins til boksen er fra Bitwarden app-udvidelsen. Læs mere om brugen af Bitwarden app-udvidelsen ved at gå til skærmen \"Indstillinger\".</string>
|
||||
<string name="bitwarden_app_extension_description">Benyt Bitwarden i Safari og andre apps til autoudfyldelse af logins.</string>
|
||||
<string name="bitwarden_autofill_service">Bitwarden Autoudfyldningstjeneste</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description">Benyt Bitwardens tilgængelighedstjeneste til autoudfyldning af logins.</string>
|
||||
<string name="bitwarden_app_extension_description">Benyt Bitwarden i Safari og andre apps til autoudfyldelse af dine logins.</string>
|
||||
<string name="bitwarden_autofill_service">Bitwarden autoudfyldningstjeneste</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description">Benyt Bitwardens hjælpefunktion til autoudfyldning af dine logins.</string>
|
||||
<string name="change_email">Skift e-mail</string>
|
||||
<string name="change_email_confirmation">Man kan skifte sin e-mailadresse via bitwarden.com web-boksen. Besøg webstedet nu?</string>
|
||||
<string name="change_master_password">Skift hovedadgangskode</string>
|
||||
|
@ -195,9 +195,10 @@
|
|||
<string name="translations">Oversættelser</string>
|
||||
<string name="items_for_uri">Emner til %1$s</string>
|
||||
<string name="no_items_for_uri">Der er ingen emner i boksen til %1$s.</string>
|
||||
<string name="no_items_for_vault">Der er ingen emner i boksen matchende \"%1$s\"</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Søg efter eller tilføj et nyt login</string>
|
||||
<string name="bitwarden_autofill_service_overlay">Når et inputfelt vælges, og en Bitwarden-autoudfyldningoverlejring vises, kan der trykkes på den for at starte autoudfyldningstjenesten.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Tryk på denne notifikation for at autoudfylde et emne fra boksen.</string>
|
||||
<string name="bitwarden_autofill_service_overlay">Når du vælger et inputfelt og ser en Bitwarden-autoudfyldningoverlejring, kan du trykke på den for at starte autoudfyldningstjenesten.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Tryk på denne notifikation for at autoudfylde med et element fra din boks.</string>
|
||||
<string name="bitwarden_autofill_service_open_accessibility_settings">Åbn Tilgængelighedsindstillinger</string>
|
||||
<string name="bitwarden_autofill_service_step1">1. I Androids Tilgængelighedsindstillinger, tryk på \"Bitwarden\" under afsnittet Tjenester.</string>
|
||||
<string name="bitwarden_autofill_service_step2">2. Slå kontakten til og tryk på OK for at acceptere.</string>
|
||||
|
@ -206,9 +207,9 @@
|
|||
<string name="off" tools:override="true">Fra</string>
|
||||
<string name="on" tools:override="true">Til</string>
|
||||
<string name="status">Status</string>
|
||||
<string name="bitwarden_autofill_service_alert2">Den letteste måde at føje nye logins til boksen er fra Bitwarden Autoudfyldningstjenesten. Læs mere om brugen af Bitwarden Autoudfyldningstjenesten ved at gå til skærmen \"Indstillinger\".</string>
|
||||
<string name="bitwarden_autofill_service_alert2">Den letteste måde at tilføje nye logins til din boks er fra Bitwarden Autoudfyldningstjenesten. Få mere at vide om brugen af Bitwarden Autoudfyldningstjenesten ved at gå til skærmen \"Indstillinger\".</string>
|
||||
<string name="autofill">Autoudfyld</string>
|
||||
<string name="autofill_or_view">Skal dette emne autoudfyldes eller vises?</string>
|
||||
<string name="autofill_or_view">Vil du autoudfylde eller se dette element?</string>
|
||||
<string name="bitwarden_autofill_service_match_confirm">Sikker på, at dette emne skal autoudfyldes? Det er ikke et identisk match med \"%1$s\".</string>
|
||||
<string name="matching_items">Matchende emner</string>
|
||||
<string name="possible_matching_items">Mulige matchende emner</string>
|
||||
|
@ -375,13 +376,13 @@ Skanning vil ske automatisk.</string>
|
|||
<string name="autofill_setup">Logins kan nu nemt tilgås direkte fra tastaturet, når der logges ind på apps og websteder.</string>
|
||||
<string name="autofill_setup2">Vi anbefaler, at andre Autoudfyld-apps deaktiveres under Indstillinger, hvis det ikke er planen at bruge dem.</string>
|
||||
<string name="bitwarden_autofill_description">Få adgang til boksen direkte fra tastaturet for hurtigt at autoudfylde adgangskoder.</string>
|
||||
<string name="autofill_turn_on">Følg denne vejledning for at aktivere autoudfyldning af adgangskoder på enheden:</string>
|
||||
<string name="autofill_turn_on">Følg disse instruktioner for at aktivere autoudfyldning af adgangskoder på din enhed:</string>
|
||||
<string name="autofill_turn_on1">1. Gå til iOS-appen \"Indstillinger\"</string>
|
||||
<string name="autofill_turn_on2">2. Tryk på \"Adgangskoder\"</string>
|
||||
<string name="autofill_turn_on3">3. Tryk på \"Autoudfyld adgangskoder\"</string>
|
||||
<string name="autofill_turn_on4">4. Slå Autoudfyld til</string>
|
||||
<string name="autofill_turn_on5">5. Vælg \"Bitwarden\"</string>
|
||||
<string name="password_autofill">Adgangskodeautoudfyldning</string>
|
||||
<string name="password_autofill">Adgangskode autoudfyld</string>
|
||||
<string name="bitwarden_autofill_alert2">Den letteste måde at tilføje nye logins til boksen er ved at bruge Bitwardens Adgangskode Autoudfyldning-udvidelse. Læs mere om brugen af Bitwarden Adgangskode Autoudfyldnig-udvidelsen ved at gå til skærmbilledet \"Indstillinger\".</string>
|
||||
<string name="invalid_email">Ugyldig e-mailadresse.</string>
|
||||
<string name="cards">Kort</string>
|
||||
|
@ -477,7 +478,7 @@ Skanning vil ske automatisk.</string>
|
|||
<string name="biometrics_direction">Biometrisk bekræftelse</string>
|
||||
<string name="biometrics">Biometri</string>
|
||||
<string name="use_biometrics_to_unlock">Benyt biometri til oplåsning</string>
|
||||
<string name="accessibility_overlay_permission_alert">Bitwarden kræver opmærksomhed - se \"Autoudfyld-tilgængelighedstjeneste\" i Bitwarden-indstillinger</string>
|
||||
<string name="accessibility_overlay_permission_alert">Bitwarden har brug for opmærksomhed - se \"Autoudfyld hjælpefunktion\" i Bitwarden-indstillinger</string>
|
||||
<string name="bitwarden_autofill_service_overlay_permission">3. På Android app-indstillingsskærmen for Bitwarden, gå til indstillingen \"Vis oven på andre apps\" (under Avanceret) og tryk på knappen for at aktivere overlejringsunderstøttelse.</string>
|
||||
<string name="overlay_permission">Tilladelse</string>
|
||||
<string name="bitwarden_autofill_service_open_overlay_permission_settings">Åbn Indstillinger for Overlejringstilladelse</string>
|
||||
|
@ -500,7 +501,7 @@ Skanning vil ske automatisk.</string>
|
|||
<string name="open">Åbn</string>
|
||||
<string name="unable_to_save_attachment">Et problem opstod med at gemme denne vedhæftning. Fortsætter problemet, gem den i stedet fra web-boksen.</string>
|
||||
<string name="save_attachment_success">Vedhæftning gemt</string>
|
||||
<string name="autofill_tile_accessibility_required">Aktivér \"Autoudfyld-tilgængelighedstjeneste\" fra Bitwarden-indstillinger for at benytte flisen Autoudfyld.</string>
|
||||
<string name="autofill_tile_accessibility_required">Aktivér \"Autoudfyld Tilgængelighedstjeneste\" fra Bitwarden-indstillinger for at benytte flisen Autoudfyld.</string>
|
||||
<string name="autofill_tile_uri_not_found">Ingen adgangskodefelter fundet</string>
|
||||
<string name="soft_deleting">Sender til papirkurven...</string>
|
||||
<string name="item_soft_deleted">Emne er sendt til papirkurven.</string>
|
||||
|
@ -1059,4 +1060,17 @@ Skift til denne konto?</string>
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Gem den eksporterede fil et sted på computeren, hvor man nemt kan finde den.</string>
|
||||
<string name="save_the_exported_file_highlight">Gem den eksporterede fil</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">Dette er ikke en genkendt Bitwarden-server. Man skal muligvis tjekke med sin udbyder eller opdatere sin server.</string>
|
||||
<string name="syncing_logins_loading_message">Synker logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH-nøglechiffer emnetyper</string>
|
||||
<string name="download_the_browser_extension">Download webbrowserudvidelsen</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Gå til bitwarden.com/download for at integrere Bitwarden i den foretrukne webbrowser for en problemfri oplevelse.</string>
|
||||
<string name="use_the_web_app">Brug web-appen</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log ind på bitwarden.com for nemt at håndtere brugerkontoen og opdatere indstillinger.</string>
|
||||
<string name="autofill_passwords">Autofyld adgangskoder</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Opsæt autofyldning på alle enhederne for at logge ind med ét enkelt tryk overalt.</string>
|
||||
<string name="import_successful">Import udført!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Håndtér logins hvor som helst fra med Bitwarden-værktøjer til web og computer.</string>
|
||||
<string name="bitwarden_tools">Bitwarden-værktøjer</string>
|
||||
<string name="got_it">Forstået</string>
|
||||
<string name="no_logins_were_imported">Ingen logins blev importeret</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">Übersetzungen</string>
|
||||
<string name="items_for_uri">Zugangsdaten für %1$s</string>
|
||||
<string name="no_items_for_uri">Es befinden sich keine Zugangsdaten für %1$s in deinem Tresor.</string>
|
||||
<string name="no_items_for_vault">Es gibt keine Einträge in deinem Tresor, die mit “%1$s” übereinstimmen</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Nach Zugangsdaten suchen oder neue Zugangsdaten hinzufügen</string>
|
||||
<string name="bitwarden_autofill_service_overlay">Wenn Sie ein Eingabefeld auswählen und ein Auto-Fill-Overlay von Bitwarden sehen, können Sie darauf tippen, um den Dienst zum automatischen Ausfüllen zu starten.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Tippe auf diese Benachrichtigung, um automatisch Zugangsdaten aus deinem Tresor einzufügen.</string>
|
||||
|
@ -1027,35 +1028,48 @@ Möchtest du zu diesem Konto wechseln?</string>
|
|||
<string name="import_logins">Zugangsdaten importieren</string>
|
||||
<string name="from_your_computer_follow_these_instructions_to_export_saved_passwords">Folge diesen Anweisungen von deinem Computer aus, um gespeicherte Passwörter aus deinem Browser oder einem anderen Passwort-Manager zu exportieren. Importiere sie dann sicher in Bitwarden.</string>
|
||||
<string name="give_your_vault_a_head_start">Gib deinem Tresor einen Vorsprung</string>
|
||||
<string name="class_3_biometrics_description">Unlock with biometrics requires strong biometric authentication and may not be compatible with all biometric options on this device.</string>
|
||||
<string name="class_2_biometrics_description">Unlock with biometrics requires strong biometric authentication and is not compatible with the biometrics options available on this device.</string>
|
||||
<string name="on_your_computer_log_in_to_your_current_browser_or_password_manager">On your computer, log in to your current browser or password manager.</string>
|
||||
<string name="log_in_to_your_current_browser_or_password_manager_highlight">log in to your current browser or password manager.</string>
|
||||
<string name="export_your_passwords_this_option_is_usually_found_in_your_settings">Export your passwords. This option is usually found in your settings.</string>
|
||||
<string name="export_your_passwords_highlight">Export your passwords.</string>
|
||||
<string name="select_import_data_in_the_web_app_then_done_to_finish_syncing">Select Import data in the web app, then Done to finish syncing.</string>
|
||||
<string name="select_import_data_highlight">Select Import data</string>
|
||||
<string name="step_1_of_3">Step 1 of 3</string>
|
||||
<string name="export_your_saved_logins">Export your saved logins</string>
|
||||
<string name="delete_this_file_after_import_is_complete">You’ll delete this file after import is complete.</string>
|
||||
<string name="on_your_computer_open_a_new_browser_tab_and_go_to_vault_bitwarden_com">On your computer, open a new browser tab and go to vault.bitwarden.com</string>
|
||||
<string name="go_to_vault_bitwarden_com_highlight">go to vault.bitwarden.com</string>
|
||||
<string name="log_in_to_the_bitwarden_web_app">Log in to the Bitwarden web app.</string>
|
||||
<string name="step_2_of_3">Step 2 of 3</string>
|
||||
<string name="log_in_to_bitwarden">Log in to Bitwarden</string>
|
||||
<string name="step_3_of_3">Step 3 of 3</string>
|
||||
<string name="import_logins_to_bitwarden">Import logins to Bitwarden</string>
|
||||
<string name="in_the_bitwarden_navigation_find_the_tools_option_and_select_import_data">In the Bitwarden navigation, find the Tools option and select Import data.</string>
|
||||
<string name="find_the_tools_highlight">find the Tools</string>
|
||||
<string name="select_import_data_step_3_highlight">select Import data.</string>
|
||||
<string name="fill_out_the_form_and_import_your_saved_password_file">Fill out the form and import your saved password file.</string>
|
||||
<string name="import_your_saved_password_file_highlight">import your saved password file.</string>
|
||||
<string name="class_3_biometrics_description">Das Entsperren mit Biometrie erfordert eine starke biometrische Authentifizierung und ist möglicherweise nicht mit allen biometrischen Optionen auf diesem Gerät kompatibel.</string>
|
||||
<string name="class_2_biometrics_description">Das Entsperren mit Biometrie erfordert eine starke biometrische Authentifizierung und ist nicht mit den biometrischen Optionen auf diesem Gerät kompatibel.</string>
|
||||
<string name="on_your_computer_log_in_to_your_current_browser_or_password_manager">Melde dich auf deinem Computer bei deinem aktuellen Browser oder Passwortmanager an.</string>
|
||||
<string name="log_in_to_your_current_browser_or_password_manager_highlight">melde dich bei deinem aktuellen Browser oder Passwortmanager an.</string>
|
||||
<string name="export_your_passwords_this_option_is_usually_found_in_your_settings">Exportiere deine Passwörter. Diese Option findest du normalerweise in deinen Einstellungen.</string>
|
||||
<string name="export_your_passwords_highlight">Exportiere deine Passwörter.</string>
|
||||
<string name="select_import_data_in_the_web_app_then_done_to_finish_syncing">Wähle Daten importieren in der Web-App aus, dann Fertig um die Synchronisierung abzuschließen.</string>
|
||||
<string name="select_import_data_highlight">Daten importieren auswählen</string>
|
||||
<string name="step_1_of_3">Schritt 1 von 3</string>
|
||||
<string name="export_your_saved_logins">Deine gespeicherten Zugangsdaten exportieren</string>
|
||||
<string name="delete_this_file_after_import_is_complete">Du musst diese Datei nach Abschluss des Imports löschen.</string>
|
||||
<string name="on_your_computer_open_a_new_browser_tab_and_go_to_vault_bitwarden_com">Öffne auf deinem Computer einen neuen Browser-Tab und gehe zu vault.bitwarden.com</string>
|
||||
<string name="go_to_vault_bitwarden_com_highlight">gehe zu vault.bitwarden.com</string>
|
||||
<string name="log_in_to_the_bitwarden_web_app">Melde dich bei der Bitwarden Web-App an.</string>
|
||||
<string name="step_2_of_3">Schritt 2 von 3</string>
|
||||
<string name="log_in_to_bitwarden">Bei Bitwarden anmelden</string>
|
||||
<string name="step_3_of_3">Schritt 3 von 3</string>
|
||||
<string name="import_logins_to_bitwarden">Zugangsdaten in Bitwarden importieren</string>
|
||||
<string name="in_the_bitwarden_navigation_find_the_tools_option_and_select_import_data">Suche in der Bitwarden-Navigation die Werkzeuge-Option und wähle Daten importieren aus.</string>
|
||||
<string name="find_the_tools_highlight">finde die Werkzeuge</string>
|
||||
<string name="select_import_data_step_3_highlight">wähle Daten importieren aus.</string>
|
||||
<string name="fill_out_the_form_and_import_your_saved_password_file">Fülle das Formular aus und importiere deine gespeicherte Passwortdatei.</string>
|
||||
<string name="import_your_saved_password_file_highlight">importiere deine gespeicherte Passwortdatei</string>
|
||||
<string name="then_done_highlight">then Done</string>
|
||||
<string name="for_your_security_be_sure_to_delete_your_saved_password_file">For your security, be sure to delete your saved password file.</string>
|
||||
<string name="delete_your_saved_password_file">delete your saved password file.</string>
|
||||
<string name="need_help_checkout_out_import_help">Need help? Checkout out import help.</string>
|
||||
<string name="import_help_highlight">import help</string>
|
||||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="for_your_security_be_sure_to_delete_your_saved_password_file">Zu deiner eigenen Sicherheit solltest du deine gespeicherte Passwortdatei löschen.</string>
|
||||
<string name="delete_your_saved_password_file">lösche deine gespeicherte Passwortdatei.</string>
|
||||
<string name="need_help_checkout_out_import_help">Brauchst du Hilfe? Schau dir die Importhilfe an.</string>
|
||||
<string name="import_help_highlight">Importhilfe</string>
|
||||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Speichere die exportierte Datei irgendwo auf deinem Computer, so dass du sie leicht wiederfinden kannst.</string>
|
||||
<string name="save_the_exported_file_highlight">Speichere die exportierte Datei</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">Dies ist kein anerkannter Bitwarden-Server. Möglicherweise musst du dich bei deinem Anbieter erkundigen oder deinen Server aktualisieren.</string>
|
||||
<string name="syncing_logins_loading_message">Synchronisiere Zugangsdaten...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Die Browser-Erweiterung herunterladen</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Gehe zu bitwarden.com/download, um Bitwarden für eine nahtlose Benutzererfahrung in deinen bevorzugten Browser zu integrieren.</string>
|
||||
<string name="use_the_web_app">Verwende die Web-App</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Melde dich bei bitwarden.com an, um dein Konto einfach zu verwalten und Einstellungen zu aktualisieren.</string>
|
||||
<string name="autofill_passwords">Passwörter automatisch ausfüllen</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Richte Auto-Ausfüllen auf all deinen Geräten ein, um dich mit einem einzigen Fingertipp überall anzumelden.</string>
|
||||
<string name="import_successful">Import erfolgreich!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Verwalte deine Zugangsdaten von überall aus mit Bitwarden-Werkzeugen für Web und Desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden-Werkzeuge</string>
|
||||
<string name="got_it">Verstanden</string>
|
||||
<string name="no_logins_were_imported">Es wurden keine Zugangsdaten importiert</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">Μεταφράσεις</string>
|
||||
<string name="items_for_uri">Στοιχεία για %1$s</string>
|
||||
<string name="no_items_for_uri">Δεν υπάρχουν στοιχεία στην λίστα σας για %1$s.</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Αναζητήστε μια σύνδεση ή προσθέστε μια νέα σύνδεση</string>
|
||||
<string name="bitwarden_autofill_service_overlay">Όταν επιλέξετε ένα πεδίο εισαγωγής και δείτε μια επικάλυψη αυτόματης συμπλήρωσης Bitwarden, μπορείτε να πατήσετε για να ξεκινήσει η υπηρεσία αυτόματης συμπλήρωσης.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Πατήστε στην ειδοποίηση για να συμπληρώσετε αυτόματα ένα στοιχείο από το vault σας.</string>
|
||||
|
@ -1059,4 +1060,17 @@
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">Συγχρονισμός συνδέσεων...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">Translations</string>
|
||||
<string name="items_for_uri">Items for %1$s</string>
|
||||
<string name="no_items_for_uri">There are no items in your vault for %1$s.</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Search for a login or add a new login</string>
|
||||
<string name="bitwarden_autofill_service_overlay">When you select an input field and see a Bitwarden auto-fill overlay, you can tap it to launch the auto-fill service.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Tap this notification to auto-fill an item from your vault.</string>
|
||||
|
@ -1059,4 +1060,17 @@ Do you want to switch to this account?</string>
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognised Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favourite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">Translations</string>
|
||||
<string name="items_for_uri">Items for %1$s</string>
|
||||
<string name="no_items_for_uri">There are no items in your vault for %1$s.</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Search for a login or add a new login</string>
|
||||
<string name="bitwarden_autofill_service_overlay">When you select an input field and see a Bitwarden auto-fill overlay, you can tap it to launch the auto-fill service.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Tap this notification to auto-fill an item from your vault.</string>
|
||||
|
@ -1059,4 +1060,17 @@ Do you want to switch to this account?</string>
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognised Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favourite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">Traducciones</string>
|
||||
<string name="items_for_uri">Elementos para %1$s</string>
|
||||
<string name="no_items_for_uri">No hay elementos en tu caja fuerte para %1$s.</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Search for a login or add a new login</string>
|
||||
<string name="bitwarden_autofill_service_overlay">Cuando seleccione un campo de entrada y vea una superposición de autocompletado de Bitwarden, puede pulsarla para iniciar el servicio de autocompletado.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Pulsa en esta notificación para autorellenar una entrada desde tu caja fuerte.</string>
|
||||
|
@ -1060,4 +1061,17 @@ seleccione Agregar TOTP para almacenar la clave de forma segura</string>
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">Tõlkijad</string>
|
||||
<string name="items_for_uri">%1$s kontoandmed</string>
|
||||
<string name="no_items_for_uri">Hoidlas puuduvad %1$s kontod.</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Search for a login or add a new login</string>
|
||||
<string name="bitwarden_autofill_service_overlay">Kui vajutad sisendväljale ning näed Bitwardeni akent, saad sellele vajutada ning kontoandmeid ja paroole sisestada.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Vajuta andmete automaatseks sisestamiseks.</string>
|
||||
|
@ -905,9 +906,9 @@ Soovid selle konto peale lülituda?</string>
|
|||
<string name="verifying_identity_ellipsis">Verifying identity...</string>
|
||||
<string name="passwords">Passwords</string>
|
||||
<string name="unknown_account">Unknown account</string>
|
||||
<string name="set_up_autofill">Set up auto-fill</string>
|
||||
<string name="set_up_autofill">Set up autofill</string>
|
||||
<string name="get_instant_access_to_your_passwords_and_passkeys">Get instant access to your passwords and passkeys!</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password autofill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="first_dot_go_to_your_device_settings_passwords_password_options">1. Go to your device\'s Settings > Passwords > Password Options</string>
|
||||
<string name="second_dot_turn_on_auto_fill">2. Turn on AutoFill</string>
|
||||
<string name="third_dot_select_bitwarden_to_use_for_passwords_and_passkeys">3. Select \"Bitwarden\" to use for passwords and passkeys</string>
|
||||
|
@ -1059,4 +1060,17 @@ Soovid selle konto peale lülituda?</string>
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">Itzulpenak</string>
|
||||
<string name="items_for_uri">%1$s-entzako elementuak</string>
|
||||
<string name="no_items_for_uri">Kutxa gotorrean ez dago elementurik %1$s-entzako.</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Search for a login or add a new login</string>
|
||||
<string name="bitwarden_autofill_service_overlay">Sarrera-eremu bat hautatu eta Bitwardenen automatikoki betetzerako gainjartze bat ikusten duzunean, bere kasa betetzeko erabil dezakezu.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Sakatu jakinarazpen hau kutxa gotorreko elementu bat automatikoki betetzeko.</string>
|
||||
|
@ -903,9 +904,9 @@ Kontu honetara aldatu nahi duzu?</string>
|
|||
<string name="verifying_identity_ellipsis">Verifying identity...</string>
|
||||
<string name="passwords">Passwords</string>
|
||||
<string name="unknown_account">Unknown account</string>
|
||||
<string name="set_up_autofill">Set up auto-fill</string>
|
||||
<string name="set_up_autofill">Set up autofill</string>
|
||||
<string name="get_instant_access_to_your_passwords_and_passkeys">Get instant access to your passwords and passkeys!</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password autofill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="first_dot_go_to_your_device_settings_passwords_password_options">1. Go to your device\'s Settings > Passwords > Password Options</string>
|
||||
<string name="second_dot_turn_on_auto_fill">2. Turn on AutoFill</string>
|
||||
<string name="third_dot_select_bitwarden_to_use_for_passwords_and_passkeys">3. Select \"Bitwarden\" to use for passwords and passkeys</string>
|
||||
|
@ -1057,4 +1058,17 @@ Kontu honetara aldatu nahi duzu?</string>
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">ترجمهها</string>
|
||||
<string name="items_for_uri">موارد برای %1$s</string>
|
||||
<string name="no_items_for_uri">هیج موردی در گاوصندوقتان برای %1$s موجود نیست.</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Search for a login or add a new login</string>
|
||||
<string name="bitwarden_autofill_service_overlay">هنگامی که یک فیلد ورودی را انتخاب میکنید و یک لایهی پر کردن خودکار Bitwarden را مشاهده کردید، میتوانید برای راه اندازی سرویس پر کردن خودکار روی آن ضربه بزنید.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">برای پر کردن خودکار یک مورد در گاوصندوقتان روی این اعلان ضربه بزنید.</string>
|
||||
|
@ -905,9 +906,9 @@
|
|||
<string name="verifying_identity_ellipsis">Verifying identity...</string>
|
||||
<string name="passwords">Passwords</string>
|
||||
<string name="unknown_account">Unknown account</string>
|
||||
<string name="set_up_autofill">Set up auto-fill</string>
|
||||
<string name="set_up_autofill">Set up autofill</string>
|
||||
<string name="get_instant_access_to_your_passwords_and_passkeys">Get instant access to your passwords and passkeys!</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password autofill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="first_dot_go_to_your_device_settings_passwords_password_options">1. Go to your device\'s Settings > Passwords > Password Options</string>
|
||||
<string name="second_dot_turn_on_auto_fill">2. Turn on AutoFill</string>
|
||||
<string name="third_dot_select_bitwarden_to_use_for_passwords_and_passkeys">3. Select \"Bitwarden\" to use for passwords and passkeys</string>
|
||||
|
@ -1059,4 +1060,17 @@
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">Käännökset</string>
|
||||
<string name="items_for_uri">Kohteet palvelulle %1$s</string>
|
||||
<string name="no_items_for_uri">Holvissasi ei ole kohteita osoitteelle \"%1$s\".</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Hae kirjautumistietoa tai lisää uusi</string>
|
||||
<string name="bitwarden_autofill_service_overlay">Kun valitset syöttökentän ja näet Bitwardenin ponnahdusvalinnan, voit sitä napauttamalla avata automaattitäytön palvelun.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Täytä kohde holvistasi automaattisesti napauttamalla tätä ilmoitusta.</string>
|
||||
|
@ -1033,19 +1034,19 @@ Haluatko vaihtaa tähän tiliin?</string>
|
|||
<string name="on_your_computer_log_in_to_your_current_browser_or_password_manager">On your computer, log in to your current browser or password manager.</string>
|
||||
<string name="log_in_to_your_current_browser_or_password_manager_highlight">log in to your current browser or password manager.</string>
|
||||
<string name="export_your_passwords_this_option_is_usually_found_in_your_settings">Export your passwords. This option is usually found in your settings.</string>
|
||||
<string name="export_your_passwords_highlight">Export your passwords.</string>
|
||||
<string name="export_your_passwords_highlight">Vie salasanasi.</string>
|
||||
<string name="select_import_data_in_the_web_app_then_done_to_finish_syncing">Select Import data in the web app, then Done to finish syncing.</string>
|
||||
<string name="select_import_data_highlight">Select Import data</string>
|
||||
<string name="step_1_of_3">Step 1 of 3</string>
|
||||
<string name="export_your_saved_logins">Export your saved logins</string>
|
||||
<string name="delete_this_file_after_import_is_complete">You’ll delete this file after import is complete.</string>
|
||||
<string name="select_import_data_highlight">Valitse tuotavat tiedot</string>
|
||||
<string name="step_1_of_3">Vaihe 1/3</string>
|
||||
<string name="export_your_saved_logins">Vie tallennetut kirjautumistietosi</string>
|
||||
<string name="delete_this_file_after_import_is_complete">Poistat tämän tiedoston, kun tuonti on valmis.</string>
|
||||
<string name="on_your_computer_open_a_new_browser_tab_and_go_to_vault_bitwarden_com">On your computer, open a new browser tab and go to vault.bitwarden.com</string>
|
||||
<string name="go_to_vault_bitwarden_com_highlight">go to vault.bitwarden.com</string>
|
||||
<string name="log_in_to_the_bitwarden_web_app">Log in to the Bitwarden web app.</string>
|
||||
<string name="step_2_of_3">Step 2 of 3</string>
|
||||
<string name="log_in_to_bitwarden">Log in to Bitwarden</string>
|
||||
<string name="step_3_of_3">Step 3 of 3</string>
|
||||
<string name="import_logins_to_bitwarden">Import logins to Bitwarden</string>
|
||||
<string name="go_to_vault_bitwarden_com_highlight">mene osoitteeseen vault.bitwarden.com</string>
|
||||
<string name="log_in_to_the_bitwarden_web_app">Kirjaudu Bitwarden-verkkosovellukseen.</string>
|
||||
<string name="step_2_of_3">Vaihe 2/3</string>
|
||||
<string name="log_in_to_bitwarden">Kirjaudu Bitwardeniin</string>
|
||||
<string name="step_3_of_3">Vaihe 3/3</string>
|
||||
<string name="import_logins_to_bitwarden">Tuo kirjautumistiedot Bitwardeniin</string>
|
||||
<string name="in_the_bitwarden_navigation_find_the_tools_option_and_select_import_data">In the Bitwarden navigation, find the Tools option and select Import data.</string>
|
||||
<string name="find_the_tools_highlight">find the Tools</string>
|
||||
<string name="select_import_data_step_3_highlight">select Import data.</string>
|
||||
|
@ -1059,4 +1060,17 @@ Haluatko vaihtaa tähän tiliin?</string>
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">Mga Pagsasalin</string>
|
||||
<string name="items_for_uri">Mga item para sa %1$s</string>
|
||||
<string name="no_items_for_uri">Walang item para sa %1$s sa vault mo.</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Search for a login or add a new login</string>
|
||||
<string name="bitwarden_autofill_service_overlay">Pwede mong pindutin ang overlay sa pag-autofill ng Bitwarden pagpindot mo sa isang input field para buksan ang serbisyo pang-autofill.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Pindutin ang notipikasyong ito para i-autofill ang isang item mula sa vault mo.</string>
|
||||
|
@ -825,8 +826,8 @@ Gusto mo bang pumunta sa account na ito?</string>
|
|||
<string name="trouble_logging_in">Trouble logging in?</string>
|
||||
<string name="logging_in_as_x">Logging in as %1$s</string>
|
||||
<string name="vault_timeout_action_changed_to_log_out">Vault timeout action changed to log out</string>
|
||||
<string name="block_auto_fill">Block auto-fill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Auto-fill will not be offered for these URIs.</string>
|
||||
<string name="block_auto_fill">Block autofill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Autofill will not be offered for these URIs.</string>
|
||||
<string name="new_blocked_uri">New blocked URI</string>
|
||||
<string name="uri_saved">URI saved</string>
|
||||
<string name="invalid_format_use_https_http_or_android_app">Invalid format. Use https://, http://, or androidapp://</string>
|
||||
|
@ -905,9 +906,9 @@ Gusto mo bang pumunta sa account na ito?</string>
|
|||
<string name="verifying_identity_ellipsis">Verifying identity...</string>
|
||||
<string name="passwords">Passwords</string>
|
||||
<string name="unknown_account">Unknown account</string>
|
||||
<string name="set_up_autofill">Set up auto-fill</string>
|
||||
<string name="set_up_autofill">Set up autofill</string>
|
||||
<string name="get_instant_access_to_your_passwords_and_passkeys">Get instant access to your passwords and passkeys!</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password autofill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="first_dot_go_to_your_device_settings_passwords_password_options">1. Go to your device\'s Settings > Passwords > Password Options</string>
|
||||
<string name="second_dot_turn_on_auto_fill">2. Turn on AutoFill</string>
|
||||
<string name="third_dot_select_bitwarden_to_use_for_passwords_and_passkeys">3. Select \"Bitwarden\" to use for passwords and passkeys</string>
|
||||
|
@ -1059,4 +1060,17 @@ Gusto mo bang pumunta sa account na ito?</string>
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">Traductions</string>
|
||||
<string name="items_for_uri">Éléments pour %1$s</string>
|
||||
<string name="no_items_for_uri">Il n\'y a aucun élément dans votre coffre pour %1$s.</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Search for a login or add a new login</string>
|
||||
<string name="bitwarden_autofill_service_overlay">Lorsque vous sélectionnez un champ de saisie et que vous voyez une superposition de saisie automatique Bitwarden, vous pouvez le toucher pour lancer le service de saisie automatique.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Touchez cette notification pour saisir automatiquement un élément depuis votre coffre.</string>
|
||||
|
@ -905,7 +906,7 @@ Voulez-vous basculer vers ce compte ?</string>
|
|||
<string name="verifying_identity_ellipsis">Vérification de l\'identité...</string>
|
||||
<string name="passwords">Mots de passe</string>
|
||||
<string name="unknown_account">Compte inconnu</string>
|
||||
<string name="set_up_autofill">Set up auto-fill</string>
|
||||
<string name="set_up_autofill">Set up autofill</string>
|
||||
<string name="get_instant_access_to_your_passwords_and_passkeys">Obtenez un accès instantané à vos mots de passe et vos clés d\'accès !</string>
|
||||
<string name="set_up_auto_fill_description_long">Pour configurer la saisie automatique du mot de passe et la gestion des clés d\'accès, définissez Bitwarden comme votre fournisseur préféré dans les paramètres iOS.</string>
|
||||
<string name="first_dot_go_to_your_device_settings_passwords_password_options">1. Go to your device\'s Settings > Passwords > Password Options</string>
|
||||
|
@ -1059,4 +1060,17 @@ Voulez-vous basculer vers ce compte ?</string>
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -87,15 +87,15 @@
|
|||
<string name="account_created_success">Your new account has been created!</string>
|
||||
<string name="add_an_item">Add an Item</string>
|
||||
<string name="app_extension">App extension</string>
|
||||
<string name="autofill_accessibility_description">Use the Bitwarden accessibility service to auto-fill your logins across apps and the web.</string>
|
||||
<string name="autofill_service">Auto-fill service</string>
|
||||
<string name="autofill_accessibility_description">Use the Bitwarden accessibility service to autofill your logins across apps and the web.</string>
|
||||
<string name="autofill_service">Autofill service</string>
|
||||
<string name="set_bitwarden_as_passkey_manager_description">Set Bitwarden as your passkey provider in device settings.</string>
|
||||
<string name="avoid_ambiguous_characters">Avoid ambiguous characters</string>
|
||||
<string name="bitwarden_app_extension">Bitwarden app extension</string>
|
||||
<string name="bitwarden_app_extension_alert2">The easiest way to add new logins to your vault is from the Bitwarden app extension. Learn more about using the Bitwarden app extension by navigating to the \"Settings\" screen.</string>
|
||||
<string name="bitwarden_app_extension_description">Use Bitwarden in Safari and other apps to auto-fill your logins.</string>
|
||||
<string name="bitwarden_autofill_service">Bitwarden Auto-fill Service</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description">Use the Bitwarden accessibility service to auto-fill your logins.</string>
|
||||
<string name="bitwarden_app_extension_description">Use Bitwarden in Safari and other apps to autofill your logins.</string>
|
||||
<string name="bitwarden_autofill_service">Bitwarden Autofill Service</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description">Use the Bitwarden accessibility service to autofill your logins.</string>
|
||||
<string name="change_email">Change email</string>
|
||||
<string name="change_email_confirmation">You can change your email address on the bitwarden.com web vault. Do you want to visit the website now?</string>
|
||||
<string name="change_master_password">Change master password</string>
|
||||
|
@ -195,9 +195,10 @@
|
|||
<string name="translations">Translations</string>
|
||||
<string name="items_for_uri">Items for %1$s</string>
|
||||
<string name="no_items_for_uri">There are no items in your vault for %1$s.</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Search for a login or add a new login</string>
|
||||
<string name="bitwarden_autofill_service_overlay">When you select an input field and see a Bitwarden auto-fill overlay, you can tap it to launch the auto-fill service.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Tap this notification to auto-fill an item from your vault.</string>
|
||||
<string name="bitwarden_autofill_service_overlay">When you select an input field and see a Bitwarden autofill overlay, you can tap it to launch the autofill service.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Tap this notification to autofill an item from your vault.</string>
|
||||
<string name="bitwarden_autofill_service_open_accessibility_settings">Open Accessibility Settings</string>
|
||||
<string name="bitwarden_autofill_service_step1">1. On the Android Accessibility Settings screen, touch \"Bitwarden\" under the Services heading.</string>
|
||||
<string name="bitwarden_autofill_service_step2">2. Switch on the toggle and press OK to accept.</string>
|
||||
|
@ -206,14 +207,14 @@
|
|||
<string name="off" tools:override="true">Off</string>
|
||||
<string name="on" tools:override="true">On</string>
|
||||
<string name="status">Status</string>
|
||||
<string name="bitwarden_autofill_service_alert2">The easiest way to add new logins to your vault is from the Bitwarden Auto-fill Service. Learn more about using the Bitwarden Auto-fill Service by navigating to the \"Settings\" screen.</string>
|
||||
<string name="autofill">Auto-fill</string>
|
||||
<string name="autofill_or_view">Do you want to auto-fill or view this item?</string>
|
||||
<string name="bitwarden_autofill_service_match_confirm">Are you sure you want to auto-fill this item? It is not a complete match for \"%1$s\".</string>
|
||||
<string name="bitwarden_autofill_service_alert2">The easiest way to add new logins to your vault is from the Bitwarden Autofill Service. Learn more about using the Bitwarden Autofill Service by navigating to the \"Settings\" screen.</string>
|
||||
<string name="autofill">Autofill</string>
|
||||
<string name="autofill_or_view">Do you want to autofill or view this item?</string>
|
||||
<string name="bitwarden_autofill_service_match_confirm">Are you sure you want to autofill this item? It is not a complete match for \"%1$s\".</string>
|
||||
<string name="matching_items">Matching items</string>
|
||||
<string name="possible_matching_items">Possible matching items</string>
|
||||
<string name="search">Search</string>
|
||||
<string name="bitwarden_autofill_service_search">You are searching for an auto-fill item for \"%1$s\".</string>
|
||||
<string name="bitwarden_autofill_service_search">You are searching for an autofill item for \"%1$s\".</string>
|
||||
<string name="learn_org">Learn about organizations</string>
|
||||
<string name="cannot_open_app">Cannot open the app \"%1$s\".</string>
|
||||
<string name="authenticator_app_title">Authenticator app</string>
|
||||
|
@ -246,7 +247,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="camera">Camera</string>
|
||||
<string name="photos">Photos</string>
|
||||
<string name="copy_totp">Copy TOTP</string>
|
||||
<string name="copy_totp_automatically_description">If a login has an authenticator key, copy the TOTP verification code to your clipboard when you auto-fill the login.</string>
|
||||
<string name="copy_totp_automatically_description">If a login has an authenticator key, copy the TOTP verification code to your clipboard when you autofill the login.</string>
|
||||
<string name="copy_totp_automatically">Copy TOTP automatically</string>
|
||||
<string name="premium_required">A premium membership is required to use this feature.</string>
|
||||
<string name="attachement_added">Attachment added</string>
|
||||
|
@ -324,17 +325,17 @@ Scanning will happen automatically.</string>
|
|||
<string name="show_website_icons">Show website icons</string>
|
||||
<string name="show_website_icons_description">Show a recognizable image next to each login.</string>
|
||||
<string name="icons_url">Icons server URL</string>
|
||||
<string name="autofill_with_bitwarden">Auto-fill with Bitwarden</string>
|
||||
<string name="autofill_with_bitwarden">Autofill with Bitwarden</string>
|
||||
<string name="vault_is_locked">Vault is locked</string>
|
||||
<string name="go_to_my_vault">Go to my vault</string>
|
||||
<string name="collections">Collections</string>
|
||||
<string name="no_items_collection">There are no items in this collection.</string>
|
||||
<string name="no_items_folder">There are no items in this folder.</string>
|
||||
<string name="no_items_trash">There are no items in the trash.</string>
|
||||
<string name="autofill_accessibility_service">Auto-fill Accessibility Service</string>
|
||||
<string name="autofill_accessibility_service">Autofill Accessibility Service</string>
|
||||
<string name="autofill_accessibility_summary">Assist with filling username and password fields in other apps and on the web.</string>
|
||||
<string name="autofill_service_description">The Bitwarden auto-fill service uses the Android Autofill Framework to assist in filling login information into other apps on your device.</string>
|
||||
<string name="bitwarden_autofill_service_description">Use the Bitwarden auto-fill service to fill login information into other apps.</string>
|
||||
<string name="autofill_service_description">The Bitwarden autofill service uses the Android Autofill Framework to assist in filling login information into other apps on your device.</string>
|
||||
<string name="bitwarden_autofill_service_description">Use the Bitwarden autofill service to fill login information into other apps.</string>
|
||||
<string name="bitwarden_autofill_service_open_autofill_settings">Open Autofill Settings</string>
|
||||
<string name="face_id">Face ID</string>
|
||||
<string name="face_id_direction">Use Face ID to verify.</string>
|
||||
|
@ -362,12 +363,12 @@ Scanning will happen automatically.</string>
|
|||
<string name="uri_match_detection">URI match detection</string>
|
||||
<string name="match_detection">Match detection</string>
|
||||
<string name="yes_and_save">Yes, and save</string>
|
||||
<string name="autofill_and_save">Auto-fill and save</string>
|
||||
<string name="autofill_and_save">Autofill and save</string>
|
||||
<string name="organization">Organization</string>
|
||||
<string name="hold_yubikey_near_top">Hold your Yubikey near the top of the device.</string>
|
||||
<string name="try_again">Try again</string>
|
||||
<string name="yubi_key_instruction_ios">To continue, hold your YubiKey NEO against the back of the device.</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description2">The accessibility service may be helpful to use when apps do not support the standard auto-fill service.</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description2">The accessibility service may be helpful to use when apps do not support the standard autofill service.</string>
|
||||
<string name="date_password_updated">Password updated</string>
|
||||
<string name="date_updated">Updated</string>
|
||||
<string name="autofill_activated">AutoFill activated!</string>
|
||||
|
@ -375,13 +376,13 @@ Scanning will happen automatically.</string>
|
|||
<string name="autofill_setup">Your logins are now easily accessible right from your keyboard while logging into apps and websites.</string>
|
||||
<string name="autofill_setup2">We recommend disabling any other AutoFill apps under Settings if you do not plan to use them.</string>
|
||||
<string name="bitwarden_autofill_description">Access your vault directly from your keyboard to quickly autofill passwords.</string>
|
||||
<string name="autofill_turn_on">To set up password auto-fill on your device, follow these instructions:</string>
|
||||
<string name="autofill_turn_on">To set up password autofill on your device, follow these instructions:</string>
|
||||
<string name="autofill_turn_on1">1. Go to the iOS \"Settings\" app</string>
|
||||
<string name="autofill_turn_on2">2. Tap \"Passwords\"</string>
|
||||
<string name="autofill_turn_on3">3. Tap \"AutoFill Passwords\"</string>
|
||||
<string name="autofill_turn_on4">4. Turn on AutoFill</string>
|
||||
<string name="autofill_turn_on5">5. Select \"Bitwarden\"</string>
|
||||
<string name="password_autofill">Password auto-fill</string>
|
||||
<string name="password_autofill">Password autofill</string>
|
||||
<string name="bitwarden_autofill_alert2">The easiest way to add new logins to your vault is by using the Bitwarden Password AutoFill extension. Learn more about using the Bitwarden Password AutoFill extension by navigating to the \"Settings\" screen.</string>
|
||||
<string name="invalid_email">Invalid email address.</string>
|
||||
<string name="cards">Cards</string>
|
||||
|
@ -449,7 +450,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="clear_clipboard">Clear clipboard</string>
|
||||
<string name="clear_clipboard_description">Automatically clear copied values from your clipboard.</string>
|
||||
<string name="default_uri_match_detection">Default URI match detection</string>
|
||||
<string name="default_uri_match_detection_description">Choose the default way that URI match detection is handled for logins when performing actions such as auto-fill.</string>
|
||||
<string name="default_uri_match_detection_description">Choose the default way that URI match detection is handled for logins when performing actions such as autofill.</string>
|
||||
<string name="theme">Theme</string>
|
||||
<string name="theme_description">Change the application\'s color theme.</string>
|
||||
<string name="theme_default">Default (System)</string>
|
||||
|
@ -462,11 +463,11 @@ Scanning will happen automatically.</string>
|
|||
<string name="black">Black</string>
|
||||
<string name="nord">Nord</string>
|
||||
<string name="solarized_dark">Solarized Dark</string>
|
||||
<string name="autofill_blocked_uris">Auto-fill blocked URIs</string>
|
||||
<string name="autofill_blocked_uris">Autofill blocked URIs</string>
|
||||
<string name="ask_to_add_login">Ask to add login</string>
|
||||
<string name="ask_to_add_login_description">Ask to add an item if one isn\'t found in your vault.</string>
|
||||
<string name="on_restart">On app restart</string>
|
||||
<string name="autofill_service_not_enabled">Auto-fill makes it easy to securely access your Bitwarden vault from other websites and apps. It looks like you have not set up an auto-fill service for Bitwarden. Set up auto-fill for Bitwarden from the \"Settings\" screen.</string>
|
||||
<string name="autofill_service_not_enabled">Autofill makes it easy to securely access your Bitwarden vault from other websites and apps. It looks like you have not set up an autofill service for Bitwarden. Set up autofill for Bitwarden from the \"Settings\" screen.</string>
|
||||
<string name="theme_applied_on_restart">Your theme changes will apply when the app is restarted.</string>
|
||||
<string name="capitalize">Capitalize</string>
|
||||
<string name="include_number">Include number</string>
|
||||
|
@ -477,7 +478,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="biometrics_direction">Biometric verification</string>
|
||||
<string name="biometrics">Biometrics</string>
|
||||
<string name="use_biometrics_to_unlock">Use biometrics to unlock</string>
|
||||
<string name="accessibility_overlay_permission_alert">Bitwarden needs attention - See \"Auto-fill Accessibility Service\" from Bitwarden settings</string>
|
||||
<string name="accessibility_overlay_permission_alert">Bitwarden needs attention - See \"Autofill Accessibility Service\" from Bitwarden settings</string>
|
||||
<string name="bitwarden_autofill_service_overlay_permission">3. On the Android App Settings screen for Bitwarden, go to the \"Display over other apps\" options (under Advanced) and tap the toggle to allow overlay support.</string>
|
||||
<string name="overlay_permission">Permission</string>
|
||||
<string name="bitwarden_autofill_service_open_overlay_permission_settings">Open Overlay Permission Settings</string>
|
||||
|
@ -500,7 +501,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="open">Open</string>
|
||||
<string name="unable_to_save_attachment">There was a problem saving this attachment. If the problem persists, you can save it from the web vault.</string>
|
||||
<string name="save_attachment_success">Attachment saved successfully</string>
|
||||
<string name="autofill_tile_accessibility_required">Please turn on \"Auto-fill Accessibility Service\" from Bitwarden Settings to use the Auto-fill tile.</string>
|
||||
<string name="autofill_tile_accessibility_required">Please turn on \"Autofill Accessibility Service\" from Bitwarden Settings to use the Autofill tile.</string>
|
||||
<string name="autofill_tile_uri_not_found">No password fields detected</string>
|
||||
<string name="soft_deleting">Sending to trash...</string>
|
||||
<string name="item_soft_deleted">Item has been sent to trash.</string>
|
||||
|
@ -536,20 +537,20 @@ Scanning will happen automatically.</string>
|
|||
<string name="accept_policies_error">Terms of Service and Privacy Policy have not been acknowledged.</string>
|
||||
<string name="terms_of_service">Terms of Service</string>
|
||||
<string name="privacy_policy">Privacy Policy</string>
|
||||
<string name="accessibility_draw_over_permission_alert">Bitwarden needs attention - Turn on \"Draw-Over\" in \"Auto-fill Services\" from Bitwarden Settings</string>
|
||||
<string name="accessibility_draw_over_permission_alert">Bitwarden needs attention - Turn on \"Draw-Over\" in \"Autofill Services\" from Bitwarden Settings</string>
|
||||
<string name="passkey_management">Passkey management</string>
|
||||
<string name="autofill_services">Autofill services</string>
|
||||
<string name="inline_autofill">Use inline autofill</string>
|
||||
<string name="inline_autofill_description">Use inline autofill if your selected IME (keyboard) supports it. If your configuration is not supported (or this option is turned off), the default Autofill overlay will be used.</string>
|
||||
<string name="accessibility">Use accessibility</string>
|
||||
<string name="accessibility_description">Use the Bitwarden Accessibility Service to auto-fill your logins across apps and the web. When set up, we\'ll display a popup when login fields are selected.</string>
|
||||
<string name="accessibility_description2">Use the Bitwarden Accessibility Service to auto-fill your logins across apps and the web. (Requires Draw-Over to be turned on as well)</string>
|
||||
<string name="accessibility_description">Use the Bitwarden Accessibility Service to autofill your logins across apps and the web. When set up, we\'ll display a popup when login fields are selected.</string>
|
||||
<string name="accessibility_description2">Use the Bitwarden Accessibility Service to autofill your logins across apps and the web. (Requires Draw-Over to be turned on as well)</string>
|
||||
<string name="accessibility_description3">Use the Bitwarden Accessibility Service to use the Autofill Quick-Action Tile, and/or show a popup using Draw-Over (if turned on).</string>
|
||||
<string name="accessibility_description4">Required to use the Autofill Quick-Action Tile, or to augment the Autofill Service by using Draw-Over (if turned on).</string>
|
||||
<string name="accessibility_description5">Required to use the Autofill Quick-Action Tile.</string>
|
||||
<string name="draw_over">Use draw-over</string>
|
||||
<string name="draw_over_description">Allows the Bitwarden Accessibility Service to display a popup when login fields are selected.</string>
|
||||
<string name="draw_over_description2">If turned on, the Bitwarden Accessibility Service will display a popup when login fields are selected to assist with auto-filling your logins.</string>
|
||||
<string name="draw_over_description2">If turned on, the Bitwarden Accessibility Service will display a popup when login fields are selected to assist with autofilling your logins.</string>
|
||||
<string name="draw_over_description3">If turned on, accessibility will show a popup to augment the Autofill Service for older apps that don\'t support the Android Autofill Framework.</string>
|
||||
<string name="personal_ownership_submit_error">Due to an enterprise policy, you are restricted from saving items to your individual vault. Change the ownership option to an organization and choose from available collections.</string>
|
||||
<string name="personal_ownership_policy_in_effect">An organization policy is affecting your ownership options.</string>
|
||||
|
@ -825,8 +826,8 @@ Do you want to switch to this account?</string>
|
|||
<string name="trouble_logging_in">Trouble logging in?</string>
|
||||
<string name="logging_in_as_x">Logging in as %1$s</string>
|
||||
<string name="vault_timeout_action_changed_to_log_out">Vault timeout action changed to log out</string>
|
||||
<string name="block_auto_fill">Block auto-fill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Auto-fill will not be offered for these URIs.</string>
|
||||
<string name="block_auto_fill">Block autofill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Autofill will not be offered for these URIs.</string>
|
||||
<string name="new_blocked_uri">New blocked URI</string>
|
||||
<string name="uri_saved">URI saved</string>
|
||||
<string name="invalid_format_use_https_http_or_android_app">Invalid format. Use https://, http://, or androidapp://</string>
|
||||
|
@ -905,9 +906,9 @@ Do you want to switch to this account?</string>
|
|||
<string name="verifying_identity_ellipsis">Verifying identity...</string>
|
||||
<string name="passwords">Passwords</string>
|
||||
<string name="unknown_account">Unknown account</string>
|
||||
<string name="set_up_autofill">Set up auto-fill</string>
|
||||
<string name="set_up_autofill">Set up autofill</string>
|
||||
<string name="get_instant_access_to_your_passwords_and_passkeys">Get instant access to your passwords and passkeys!</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password autofill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="first_dot_go_to_your_device_settings_passwords_password_options">1. Go to your device\'s Settings > Passwords > Password Options</string>
|
||||
<string name="second_dot_turn_on_auto_fill">2. Turn on AutoFill</string>
|
||||
<string name="third_dot_select_bitwarden_to_use_for_passwords_and_passkeys">3. Select \"Bitwarden\" to use for passwords and passkeys</string>
|
||||
|
@ -1059,4 +1060,17 @@ Do you want to switch to this account?</string>
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">अनुवाद</string>
|
||||
<string name="items_for_uri">%1$s के लिए आइटम</string>
|
||||
<string name="no_items_for_uri">%1$s के लिए आपकी तिजोरी में कोई आइटम नहीं हैं।</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Search for a login or add a new login</string>
|
||||
<string name="bitwarden_autofill_service_overlay">इनपुट फील्ड को चुनने पर अगर एक बिटवार्डन ऑटो-फिल स्क्रीन दिखता हैं, तो उसपर टैप करके ऑटो-फिल सर्विस लॉन्च किया जा सकता है।</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">अपने तिजोरी से आइटम ऑटो-फिल करने के लिए इस नोटिफिकेशन पर टैप करें।</string>
|
||||
|
@ -361,12 +362,12 @@
|
|||
<string name="uri_match_detection">युआरआई मैच डिटेक्शन</string>
|
||||
<string name="match_detection">मैच डिटेक्शन</string>
|
||||
<string name="yes_and_save">हां, और सेव करें</string>
|
||||
<string name="autofill_and_save">Auto-fill and save</string>
|
||||
<string name="autofill_and_save">Autofill and save</string>
|
||||
<string name="organization">ग्रुप</string>
|
||||
<string name="hold_yubikey_near_top">Hold your Yubikey near the top of the device.</string>
|
||||
<string name="try_again">वापस कोशिश करें</string>
|
||||
<string name="yubi_key_instruction_ios">To continue, hold your YubiKey NEO against the back of the device.</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description2">The accessibility service may be helpful to use when apps do not support the standard auto-fill service.</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description2">The accessibility service may be helpful to use when apps do not support the standard autofill service.</string>
|
||||
<string name="date_password_updated">पासवर्ड अपडेट किया गया</string>
|
||||
<string name="date_updated">अपडेट किया गया</string>
|
||||
<string name="autofill_activated">AutoFill activated!</string>
|
||||
|
@ -448,7 +449,7 @@
|
|||
<string name="clear_clipboard">क्लिपबोर्ड साफ करें</string>
|
||||
<string name="clear_clipboard_description">Automatically clear copied values from your clipboard.</string>
|
||||
<string name="default_uri_match_detection">Default URI match detection</string>
|
||||
<string name="default_uri_match_detection_description">Choose the default way that URI match detection is handled for logins when performing actions such as auto-fill.</string>
|
||||
<string name="default_uri_match_detection_description">Choose the default way that URI match detection is handled for logins when performing actions such as autofill.</string>
|
||||
<string name="theme">थीम</string>
|
||||
<string name="theme_description">ऐप का थीम बदलें।</string>
|
||||
<string name="theme_default">डिफॉल्ट (सिस्टम)</string>
|
||||
|
@ -461,11 +462,11 @@
|
|||
<string name="black">काला</string>
|
||||
<string name="nord">नॉर्ड</string>
|
||||
<string name="solarized_dark">सोलराइज़्ड डार्क</string>
|
||||
<string name="autofill_blocked_uris">Auto-fill blocked URIs</string>
|
||||
<string name="autofill_blocked_uris">Autofill blocked URIs</string>
|
||||
<string name="ask_to_add_login">Ask to add login</string>
|
||||
<string name="ask_to_add_login_description">Ask to add an item if one isn\'t found in your vault.</string>
|
||||
<string name="on_restart">ऐप रिस्टार्ट पर</string>
|
||||
<string name="autofill_service_not_enabled">Auto-fill makes it easy to securely access your Bitwarden vault from other websites and apps. It looks like you have not set up an auto-fill service for Bitwarden. Set up auto-fill for Bitwarden from the \"Settings\" screen.</string>
|
||||
<string name="autofill_service_not_enabled">Autofill makes it easy to securely access your Bitwarden vault from other websites and apps. It looks like you have not set up an autofill service for Bitwarden. Set up autofill for Bitwarden from the \"Settings\" screen.</string>
|
||||
<string name="theme_applied_on_restart">Your theme changes will apply when the app is restarted.</string>
|
||||
<string name="capitalize">कैपिटलाइज़ करें</string>
|
||||
<string name="include_number">नंबर शामिल करें</string>
|
||||
|
@ -476,7 +477,7 @@
|
|||
<string name="biometrics_direction">बायोमेट्रिक सत्यापन</string>
|
||||
<string name="biometrics">बायोमेट्रिक</string>
|
||||
<string name="use_biometrics_to_unlock">Use biometrics to unlock</string>
|
||||
<string name="accessibility_overlay_permission_alert">Bitwarden needs attention - See \"Auto-fill Accessibility Service\" from Bitwarden settings</string>
|
||||
<string name="accessibility_overlay_permission_alert">Bitwarden needs attention - See \"Autofill Accessibility Service\" from Bitwarden settings</string>
|
||||
<string name="bitwarden_autofill_service_overlay_permission">3. On the Android App Settings screen for Bitwarden, go to the \"Display over other apps\" options (under Advanced) and tap the toggle to allow overlay support.</string>
|
||||
<string name="overlay_permission">परमिशन</string>
|
||||
<string name="bitwarden_autofill_service_open_overlay_permission_settings">Open Overlay Permission Settings</string>
|
||||
|
@ -499,7 +500,7 @@
|
|||
<string name="open">खोलें</string>
|
||||
<string name="unable_to_save_attachment">There was a problem saving this attachment. If the problem persists, you can save it from the web vault.</string>
|
||||
<string name="save_attachment_success">Attachment saved successfully</string>
|
||||
<string name="autofill_tile_accessibility_required">Please turn on \"Auto-fill Accessibility Service\" from Bitwarden Settings to use the Auto-fill tile.</string>
|
||||
<string name="autofill_tile_accessibility_required">Please turn on \"Autofill Accessibility Service\" from Bitwarden Settings to use the Autofill tile.</string>
|
||||
<string name="autofill_tile_uri_not_found">No password fields detected</string>
|
||||
<string name="soft_deleting">Sending to trash...</string>
|
||||
<string name="item_soft_deleted">आइटम कचरे में डाला गया।</string>
|
||||
|
@ -535,20 +536,20 @@
|
|||
<string name="accept_policies_error">सेवा की शर्ते और प्राइवसी पॉलिसी माने नहीं गए हैं।</string>
|
||||
<string name="terms_of_service">सेवा की शर्ते</string>
|
||||
<string name="privacy_policy">प्राइवसी पॉलिसी</string>
|
||||
<string name="accessibility_draw_over_permission_alert">Bitwarden needs attention - Turn on \"Draw-Over\" in \"Auto-fill Services\" from Bitwarden Settings</string>
|
||||
<string name="accessibility_draw_over_permission_alert">Bitwarden needs attention - Turn on \"Draw-Over\" in \"Autofill Services\" from Bitwarden Settings</string>
|
||||
<string name="passkey_management">Passkey management</string>
|
||||
<string name="autofill_services">Autofill services</string>
|
||||
<string name="inline_autofill">Use inline autofill</string>
|
||||
<string name="inline_autofill_description">Use inline autofill if your selected IME (keyboard) supports it. If your configuration is not supported (or this option is turned off), the default Autofill overlay will be used.</string>
|
||||
<string name="accessibility">Use accessibility</string>
|
||||
<string name="accessibility_description">Use the Bitwarden Accessibility Service to auto-fill your logins across apps and the web. When set up, we\'ll display a popup when login fields are selected.</string>
|
||||
<string name="accessibility_description2">Use the Bitwarden Accessibility Service to auto-fill your logins across apps and the web. (Requires Draw-Over to be turned on as well)</string>
|
||||
<string name="accessibility_description">Use the Bitwarden Accessibility Service to autofill your logins across apps and the web. When set up, we\'ll display a popup when login fields are selected.</string>
|
||||
<string name="accessibility_description2">Use the Bitwarden Accessibility Service to autofill your logins across apps and the web. (Requires Draw-Over to be turned on as well)</string>
|
||||
<string name="accessibility_description3">Use the Bitwarden Accessibility Service to use the Autofill Quick-Action Tile, and/or show a popup using Draw-Over (if turned on).</string>
|
||||
<string name="accessibility_description4">Required to use the Autofill Quick-Action Tile, or to augment the Autofill Service by using Draw-Over (if turned on).</string>
|
||||
<string name="accessibility_description5">Required to use the Autofill Quick-Action Tile.</string>
|
||||
<string name="draw_over">ड्रॉ-ओवर इस्तेमाल करें</string>
|
||||
<string name="draw_over_description">Allows the Bitwarden Accessibility Service to display a popup when login fields are selected.</string>
|
||||
<string name="draw_over_description2">If turned on, the Bitwarden Accessibility Service will display a popup when login fields are selected to assist with auto-filling your logins.</string>
|
||||
<string name="draw_over_description2">If turned on, the Bitwarden Accessibility Service will display a popup when login fields are selected to assist with autofilling your logins.</string>
|
||||
<string name="draw_over_description3">If turned on, accessibility will show a popup to augment the Autofill Service for older apps that don\'t support the Android Autofill Framework.</string>
|
||||
<string name="personal_ownership_submit_error">Due to an enterprise policy, you are restricted from saving items to your individual vault. Change the ownership option to an organization and choose from available collections.</string>
|
||||
<string name="personal_ownership_policy_in_effect">An organization policy is affecting your ownership options.</string>
|
||||
|
@ -824,8 +825,8 @@ Do you want to switch to this account?</string>
|
|||
<string name="trouble_logging_in">Trouble logging in?</string>
|
||||
<string name="logging_in_as_x">Logging in as %1$s</string>
|
||||
<string name="vault_timeout_action_changed_to_log_out">Vault timeout action changed to log out</string>
|
||||
<string name="block_auto_fill">Block auto-fill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Auto-fill will not be offered for these URIs.</string>
|
||||
<string name="block_auto_fill">Block autofill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Autofill will not be offered for these URIs.</string>
|
||||
<string name="new_blocked_uri">New blocked URI</string>
|
||||
<string name="uri_saved">यूआरआई सेव किया</string>
|
||||
<string name="invalid_format_use_https_http_or_android_app">Invalid format. Use https://, http://, or androidapp://</string>
|
||||
|
@ -904,9 +905,9 @@ Do you want to switch to this account?</string>
|
|||
<string name="verifying_identity_ellipsis">Verifying identity...</string>
|
||||
<string name="passwords">Passwords</string>
|
||||
<string name="unknown_account">Unknown account</string>
|
||||
<string name="set_up_autofill">Set up auto-fill</string>
|
||||
<string name="set_up_autofill">Set up autofill</string>
|
||||
<string name="get_instant_access_to_your_passwords_and_passkeys">Get instant access to your passwords and passkeys!</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password autofill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="first_dot_go_to_your_device_settings_passwords_password_options">1. Go to your device\'s Settings > Passwords > Password Options</string>
|
||||
<string name="second_dot_turn_on_auto_fill">2. Turn on AutoFill</string>
|
||||
<string name="third_dot_select_bitwarden_to_use_for_passwords_and_passkeys">3. Select \"Bitwarden\" to use for passwords and passkeys</string>
|
||||
|
@ -1058,4 +1059,17 @@ Do you want to switch to this account?</string>
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">Prijevodi</string>
|
||||
<string name="items_for_uri">Stavke za %1$s</string>
|
||||
<string name="no_items_for_uri">U tvom trezoru nema stavki za %1$s</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Potraži ili dodaj novu prijavu</string>
|
||||
<string name="bitwarden_autofill_service_overlay">Kada odabereš polje za unos i vidiš Bitwarden sloj auto-ispune, možeš ga dodirnuti za pokretanje auto-ispune.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Dodirni ovu obavijest za auto-ispunu iz tvog trezora.</string>
|
||||
|
@ -1057,4 +1058,17 @@
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">Fordítások</string>
|
||||
<string name="items_for_uri">%1$s elemei</string>
|
||||
<string name="no_items_for_uri">Nincs elem a széfben: %1$s.</string>
|
||||
<string name="no_items_for_vault">Nincs elem a széfben \"%1$s\" egyezéssel.</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Keressünk egy bejelentkezést vagy adjunk hozzá új bejelentkezést.</string>
|
||||
<string name="bitwarden_autofill_service_overlay">Egy beviteli mezőt kiválasztva és megjelenik a Bitwarden automatikus kitöltési ablaka, arra rákoppintva elindítható az automatikus kitöltési szolgáltatás.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Erre az értesítésre koppintva automatikusan kitölthető egy elem a széfből.</string>
|
||||
|
@ -1058,4 +1059,17 @@ Szeretnénk átváltani erre a fiókra?</string>
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Mentsük el az exportált fájlt olyan helyre a számítógépen, ahol könnyen megtalálhatjuk.</string>
|
||||
<string name="save_the_exported_file_highlight">Exportált fájl mentése</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">Ez nem egy felismert Bitwarden szerver. Konzultálhatunk a szolgáltatóval vagy frissítsük a szervert.</string>
|
||||
<string name="syncing_logins_loading_message">Bejelentkezések szinkronizálása...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Böngésző bővítmény letöltése</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Keressük fel a bitwarden.com/download webhelyet és integráljuk a Bitwardent kedvenc böngészőbe a zökkenőmentes élmény érdekében.</string>
|
||||
<string name="use_the_web_app">Webalkalmazás használata</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Jelentkezzünk be a bitwarden.com webhelyen, hogy egyszerűen kezeljük a fiókot és frissítsük a beállításokat.</string>
|
||||
<string name="autofill_passwords">Jelszavak automatikus kitöltése</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Állítsuk be az automatikus kitöltést az összes eszközön, hogy bárhol egyetlen érintéssel bejelentkezhessünk.</string>
|
||||
<string name="import_successful">Az Importálás sikeres volt.</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Állítsuk be az automatikus kitöltést az összes eszközön, hogy bárhol egyetlen érintéssel bejelentkezhessünk.</string>
|
||||
<string name="bitwarden_tools">Bitwarden eszközök</string>
|
||||
<string name="got_it">Rendben</string>
|
||||
<string name="no_logins_were_imported">Nem lett bejelentkezés importáva.</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">Terjemahan</string>
|
||||
<string name="items_for_uri">Item untuk %1$s</string>
|
||||
<string name="no_items_for_uri">Tidak ada item di brankas Anda untuk %1$s.</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Search for a login or add a new login</string>
|
||||
<string name="bitwarden_autofill_service_overlay">Saat Anda memilih kolom input dan melihat overlay pengisian otomatis Bitwarden, Anda dapat mengetuknya untuk meluncurkan layanan pengisian otomatis.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Ketuk notifikasi ini untuk mengisi info masuk secara otomatis dari brankas Anda.</string>
|
||||
|
@ -825,8 +826,8 @@ Do you want to switch to this account?</string>
|
|||
<string name="trouble_logging_in">Trouble logging in?</string>
|
||||
<string name="logging_in_as_x">Logging in as %1$s</string>
|
||||
<string name="vault_timeout_action_changed_to_log_out">Vault timeout action changed to log out</string>
|
||||
<string name="block_auto_fill">Block auto-fill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Auto-fill will not be offered for these URIs.</string>
|
||||
<string name="block_auto_fill">Block autofill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Autofill will not be offered for these URIs.</string>
|
||||
<string name="new_blocked_uri">New blocked URI</string>
|
||||
<string name="uri_saved">URI saved</string>
|
||||
<string name="invalid_format_use_https_http_or_android_app">Invalid format. Use https://, http://, or androidapp://</string>
|
||||
|
@ -905,9 +906,9 @@ Do you want to switch to this account?</string>
|
|||
<string name="verifying_identity_ellipsis">Verifying identity...</string>
|
||||
<string name="passwords">Passwords</string>
|
||||
<string name="unknown_account">Unknown account</string>
|
||||
<string name="set_up_autofill">Set up auto-fill</string>
|
||||
<string name="set_up_autofill">Set up autofill</string>
|
||||
<string name="get_instant_access_to_your_passwords_and_passkeys">Get instant access to your passwords and passkeys!</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password autofill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="first_dot_go_to_your_device_settings_passwords_password_options">1. Go to your device\'s Settings > Passwords > Password Options</string>
|
||||
<string name="second_dot_turn_on_auto_fill">2. Turn on AutoFill</string>
|
||||
<string name="third_dot_select_bitwarden_to_use_for_passwords_and_passkeys">3. Select \"Bitwarden\" to use for passwords and passkeys</string>
|
||||
|
@ -1059,4 +1060,17 @@ Do you want to switch to this account?</string>
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,18 +195,19 @@
|
|||
<string name="translations">Traduzioni</string>
|
||||
<string name="items_for_uri">Elementi per %1$s</string>
|
||||
<string name="no_items_for_uri">Nessun elemento per %1$s</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Search for a login or add a new login</string>
|
||||
<string name="bitwarden_autofill_service_overlay">Quando selezioni un campo di login e vedi un pop-up di riempimento automatico di Bitwarden, puoi cliccarlo per aprire il servizio di riempimento automatico.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Clicca questa notifica per riempire automaticamente un login dalla tua cassaforte.</string>
|
||||
<string name="bitwarden_autofill_service_open_accessibility_settings">Apri impostazioni di accessibilità</string>
|
||||
<string name="bitwarden_autofill_service_step1">1. Nelle impostazioni di accessibilità di Android, clicca \"Bitwarden\" sotto Servizi.</string>
|
||||
<string name="bitwarden_autofill_service_step2">2. Attiva l\'interruttore e clicca Consenti per accettare.</string>
|
||||
<string name="bitwarden_autofill_service_step2">2. Attiva Bitwarden e clicca Consenti per accettare.</string>
|
||||
<string name="disabled">Disabilitato</string>
|
||||
<string name="enabled">Attivo</string>
|
||||
<string name="off" tools:override="true">No</string>
|
||||
<string name="on" tools:override="true">Sì</string>
|
||||
<string name="status">Stato</string>
|
||||
<string name="bitwarden_autofill_service_alert2">Puoi aggiungere facilmente nuovi login alla cassaforte con il servizio di riempimento automatico di Bitwarden. Scopri di più su come usare il riempimento automatico nelle impostazioni dell\'applicazione.</string>
|
||||
<string name="bitwarden_autofill_service_alert2">Puoi aggiungere facilmente nuovi login alla cassaforte con il servizio di riempimento automatico di Bitwarden. Scopri di più su come usare il riempimento automatico nelle impostazioni dell\'app.</string>
|
||||
<string name="autofill">Riempimento automatico</string>
|
||||
<string name="autofill_or_view">Vuoi riempire automaticamente o vedere questo elemento?</string>
|
||||
<string name="bitwarden_autofill_service_match_confirm">Questo elemento non è una corrispondenza completa per \"%1$s\". Sei sicuro di voler riempire automaticamente questo elemento?</string>
|
||||
|
@ -271,7 +272,7 @@ La scansione è automatica.</string>
|
|||
<string name="self_hosted_environment_footer">Inserisci l\'URL principale dell\'installazione Bitwarden self-hosted.</string>
|
||||
<string name="server_url">URL del server</string>
|
||||
<string name="web_vault_url">URL della cassaforte web</string>
|
||||
<string name="bitwarden_autofill_service_notification_content_old">Tocca qui per visualizzare gli elementi della cassaforte</string>
|
||||
<string name="bitwarden_autofill_service_notification_content_old">Clicca qui per visualizzare gli elementi della tua cassaforte.</string>
|
||||
<string name="custom_fields">Campi personalizzati</string>
|
||||
<string name="copy_number">Copia il numero</string>
|
||||
<string name="copy_security_code">Copia il CVC</string>
|
||||
|
@ -332,7 +333,7 @@ La scansione è automatica.</string>
|
|||
<string name="no_items_folder">Nessun elemento in questa cartella</string>
|
||||
<string name="no_items_trash">Nessun elemento nel cestino</string>
|
||||
<string name="autofill_accessibility_service">Servizio di accessibilità di riempimento automatico</string>
|
||||
<string name="autofill_accessibility_summary">Assistere con il riempimento dei campi nome utente e password in altre applicazioni e sul web.</string>
|
||||
<string name="autofill_accessibility_summary">Assiste con il riempimento dei campi nome utente e password in altre applicazioni e nei siti web.</string>
|
||||
<string name="autofill_service_description">Il servizio di riempimento automatico di Bitwarden usa la struttura di riempimento automatico di Android per aiutare a inserire le tue credenziali su altre app nel tuo dispositivo.</string>
|
||||
<string name="bitwarden_autofill_service_description">Usa il servizio di riempimento automatico di Bitwarden per riempire le informazioni su login, carte di credito e identità su altre app.</string>
|
||||
<string name="bitwarden_autofill_service_open_autofill_settings">Apri impostazioni di riempimento automatico</string>
|
||||
|
@ -382,7 +383,7 @@ La scansione è automatica.</string>
|
|||
<string name="autofill_turn_on4">4. Attiva il riempimento automatico</string>
|
||||
<string name="autofill_turn_on5">5. Seleziona \"Bitwarden\"</string>
|
||||
<string name="password_autofill">Riempimento automatico password</string>
|
||||
<string name="bitwarden_autofill_alert2">Puoi aggiungere facilmente nuovi login alla cassaforte con l\'estensione per browser di Bitwarden. Scopri di più su come usare il riempimento automatico nelle impostazioni dell\'applicazione.</string>
|
||||
<string name="bitwarden_autofill_alert2">Il modo più semplice per aggiungere nuovi login alla tua cassaforte è usare l\'estensione di riempimento automatico di Bitwarden. Scopri di più su come usare l\'estensione di riempimento automatico di Bitwarden nelle impostazioni.</string>
|
||||
<string name="invalid_email">Inserisci un indirizzo email valido</string>
|
||||
<string name="cards">Carte</string>
|
||||
<string name="identities">Identità</string>
|
||||
|
@ -480,8 +481,8 @@ La scansione è automatica.</string>
|
|||
<string name="accessibility_overlay_permission_alert">Bitwarden richiede la tua attenzione - Vedi \"Servizio di accessibilità di riempimento automatico\" dalle impostazioni di Bitwarden</string>
|
||||
<string name="bitwarden_autofill_service_overlay_permission">3. Nelle Impostazioni di Android per Bitwarden, vai alle opzioni \"Mostra sopra altre app\" (sotto \"Avanzate\") e abilita il supporto della sovrapposizione.</string>
|
||||
<string name="overlay_permission">Permessi</string>
|
||||
<string name="bitwarden_autofill_service_open_overlay_permission_settings">Apri le impostazioni di permesso alla sovrapposizione</string>
|
||||
<string name="bitwarden_autofill_service_step3">3. Nelle Impostazioni di Android per Bitwarden, seleziona \"Mostra sopra altre app\" (sotto \"Avanzate\") e abilitalo per consentire la sovrapposizione.</string>
|
||||
<string name="bitwarden_autofill_service_open_overlay_permission_settings">Apri \"Mostra sopra altre app\" in Impostazioni</string>
|
||||
<string name="bitwarden_autofill_service_step3">3. Nelle Impostazioni di Android per Bitwarden, seleziona \"Mostra sopra altre app\" (sotto \"Avanzate\") e attivalo per consentire la sovrapposizione.</string>
|
||||
<string name="denied">Negato</string>
|
||||
<string name="granted">Concesso</string>
|
||||
<string name="file_format">Formato file</string>
|
||||
|
@ -546,7 +547,7 @@ La scansione è automatica.</string>
|
|||
<string name="accessibility_description2">Usa il servizio di accessibilità di Bitwarden per riempire automaticamente i tuoi login su siti web e app (anche \"Mostra sopra altre app\" deve essere abilitato).</string>
|
||||
<string name="accessibility_description3">Abilita il servizio di accessibilità di Bitwarden per usare il riquadro di riempimento automatico rapido, e/o mostra un pop-up se \"Mostra sopra altre app\" è abilitato.</string>
|
||||
<string name="accessibility_description4">Necessario per usare il riquadro di riempimento automatico rapido o per migliorare il servizio di riempimento automatico se \"Mostra sopra altre app\" è abilitato.</string>
|
||||
<string name="accessibility_description5">Required to use the Autofill Quick-Action Tile.</string>
|
||||
<string name="accessibility_description5">Necessario per usare il riquadro di azione rapida di riempimento automatico.</string>
|
||||
<string name="draw_over">Usa \"Mostra sopra altre app\"</string>
|
||||
<string name="draw_over_description">Permette al servizio di accessibilità di Bitwarden di mostrare un pop-up quando i campi di login sono selezionati.</string>
|
||||
<string name="draw_over_description2">Se abilitato, il servizio di accessibilità di Bitwarden mostrerà un pop-up per aiutarti a riempire automaticamente i tuoi login quando selezioni dei campi di login.</string>
|
||||
|
@ -952,7 +953,7 @@ Vuoi passare a questo account?</string>
|
|||
<string name="get_advice_announcements_and_research_opportunities_from_bitwarden_in_your_inbox_unsubscribe_any_time">Ottieni consigli, annunci e opportunità di ricerca da Bitwarden nella tua casella di posta. Disiscriviti in qualsiasi momento.</string>
|
||||
<string name="privacy_prioritized">Privacy, al primo posto</string>
|
||||
<string name="welcome_message_1">Salva login, carte e identità nella tua cassaforte sicura. Bitwarden usa la crittografia end-to-end e zero-knowledge per proteggere ciò che è importante.</string>
|
||||
<string name="welcome_message_2">Imposta lo sblocco con la biometria e il riempimento automatico per accedere istantaneamente agli account.</string>
|
||||
<string name="welcome_message_2">Imposta lo sblocco biometrico e il riempimento automatico per accedere ai tuoi account senza digitare una sola lettera.</string>
|
||||
<string name="quick_and_easy_login">Accesso facile e veloce</string>
|
||||
<string name="level_up_your_logins">Porta i login a un altro livello</string>
|
||||
<string name="welcome_message_3">Usa il generatore per creare e salvare password forti e uniche per tutti gli account.</string>
|
||||
|
@ -974,7 +975,7 @@ Vuoi passare a questo account?</string>
|
|||
<string name="set_up_unlock_later">Imposta lo sblocco più tardi</string>
|
||||
<string name="you_can_return_to_complete_this_step_anytime_from_account_security_in_settings">Sei sicuro di voler impostare lo sblocco dell\'app più tardi? Potrai farlo nelle impostazioni di sicurezza dell\'account.</string>
|
||||
<string name="confirm">Conferma</string>
|
||||
<string name="set_up_biometrics_or_choose_a_pin_code_to_quickly_access_your_vault_and_autofill_your_logins">Imposta un codice PIN o la biometria per accedere alla cassaforte e riempire automaticamente i login in un istante.</string>
|
||||
<string name="set_up_biometrics_or_choose_a_pin_code_to_quickly_access_your_vault_and_autofill_your_logins">Imposta la biometria o scegli un codice PIN per accedere rapidamente alla tua cassaforte e riempire automaticamente i tuoi login.</string>
|
||||
<string name="never_lose_access_to_your_vault">Non perdere l\'accesso alla cassaforte</string>
|
||||
<string name="the_best_way_to_make_sure_you_can_always_access_your_account">Il miglior modo per assicurarti di poter sempre accedere all\'account è configurare tutto dall\'inizio.</string>
|
||||
<string name="create_a_hint">Crea un suggerimento</string>
|
||||
|
@ -1002,7 +1003,7 @@ Vuoi passare a questo account?</string>
|
|||
<string name="allow_bitwarden_authenticator_syncing">Permetti il sync di Bitwarden Authenticator</string>
|
||||
<string name="there_was_an_issue_validating_the_registration_token">There was an issue validating the registration token.</string>
|
||||
<string name="turn_on_autofill">Attiva il riempimento automatico</string>
|
||||
<string name="use_autofill_to_log_into_your_accounts">Usa riempimento automatico per accedere ai tuoi account con un solo tocco.</string>
|
||||
<string name="use_autofill_to_log_into_your_accounts">Usa il riempimento automatico per accedere ai tuoi account con un solo tocco.</string>
|
||||
<string name="turn_on_later">Attiva più tardi</string>
|
||||
<string name="turn_on_autofill_later">Attivare il riempimento automatico più tardi?</string>
|
||||
<string name="return_to_complete_this_step_anytime_in_settings">Puoi completare questo passaggio in qualsiasi momento tornando nelle Impostazioni.</string>
|
||||
|
@ -1058,4 +1059,17 @@ Vuoi passare a questo account?</string>
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">תרגומים</string>
|
||||
<string name="items_for_uri">פריטים עבור %1$s</string>
|
||||
<string name="no_items_for_uri">אין פריטים בכספת שלך עבור %1$s.</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Search for a login or add a new login</string>
|
||||
<string name="bitwarden_autofill_service_overlay">כשלוחצים על שדה להזנה ורואים את ההצעה להשלמה אוטומטית של Bitwarden, ניתן ללחוץ על ההצעה בכדי להפעיל את שירות ההשלמה האוטומטית.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">לחץ על הודעה זו בכדי למלא את הטופס לפי הפרטים השמורים בכספת שלך.</string>
|
||||
|
@ -464,7 +465,7 @@ Bitwarden בעזרת פתיחת חלון \"הגדרות\".</string>
|
|||
<string name="black">שחור</string>
|
||||
<string name="nord">Nord</string>
|
||||
<string name="solarized_dark">Solarized Dark</string>
|
||||
<string name="autofill_blocked_uris">Auto-fill blocked URIs</string>
|
||||
<string name="autofill_blocked_uris">Autofill blocked URIs</string>
|
||||
<string name="ask_to_add_login">Ask to add login</string>
|
||||
<string name="ask_to_add_login_description">Ask to add an item if one isn\'t found in your vault.</string>
|
||||
<string name="on_restart">באתחול האפליקציה</string>
|
||||
|
@ -828,8 +829,8 @@ Do you want to switch to this account?</string>
|
|||
<string name="trouble_logging_in">Trouble logging in?</string>
|
||||
<string name="logging_in_as_x">Logging in as %1$s</string>
|
||||
<string name="vault_timeout_action_changed_to_log_out">Vault timeout action changed to log out</string>
|
||||
<string name="block_auto_fill">Block auto-fill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Auto-fill will not be offered for these URIs.</string>
|
||||
<string name="block_auto_fill">Block autofill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Autofill will not be offered for these URIs.</string>
|
||||
<string name="new_blocked_uri">New blocked URI</string>
|
||||
<string name="uri_saved">URI saved</string>
|
||||
<string name="invalid_format_use_https_http_or_android_app">Invalid format. Use https://, http://, or androidapp://</string>
|
||||
|
@ -908,9 +909,9 @@ Do you want to switch to this account?</string>
|
|||
<string name="verifying_identity_ellipsis">Verifying identity...</string>
|
||||
<string name="passwords">Passwords</string>
|
||||
<string name="unknown_account">Unknown account</string>
|
||||
<string name="set_up_autofill">Set up auto-fill</string>
|
||||
<string name="set_up_autofill">Set up autofill</string>
|
||||
<string name="get_instant_access_to_your_passwords_and_passkeys">Get instant access to your passwords and passkeys!</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password autofill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="first_dot_go_to_your_device_settings_passwords_password_options">1. Go to your device\'s Settings > Passwords > Password Options</string>
|
||||
<string name="second_dot_turn_on_auto_fill">2. Turn on AutoFill</string>
|
||||
<string name="third_dot_select_bitwarden_to_use_for_passwords_and_passkeys">3. Select \"Bitwarden\" to use for passwords and passkeys</string>
|
||||
|
@ -1062,4 +1063,17 @@ Do you want to switch to this account?</string>
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">翻訳</string>
|
||||
<string name="items_for_uri">%1$s用のアイテム</string>
|
||||
<string name="no_items_for_uri">保管庫に%1$s用のアイテムはありません。</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">ログイン情報を検索するか、新しいログイン情報を追加します</string>
|
||||
<string name="bitwarden_autofill_service_overlay">入力欄を選んだときにBitwardenの自動入力のメッセージが見えたら、それをタップすれば自動入力が起動します。</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">この通知をタップすると保管庫から自動入力します。</string>
|
||||
|
@ -1059,4 +1060,17 @@
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -87,15 +87,15 @@
|
|||
<string name="account_created_success">Your new account has been created!</string>
|
||||
<string name="add_an_item">Add an Item</string>
|
||||
<string name="app_extension">App extension</string>
|
||||
<string name="autofill_accessibility_description">Use the Bitwarden accessibility service to auto-fill your logins across apps and the web.</string>
|
||||
<string name="autofill_service">Auto-fill service</string>
|
||||
<string name="autofill_accessibility_description">Use the Bitwarden accessibility service to autofill your logins across apps and the web.</string>
|
||||
<string name="autofill_service">Autofill service</string>
|
||||
<string name="set_bitwarden_as_passkey_manager_description">Set Bitwarden as your passkey provider in device settings.</string>
|
||||
<string name="avoid_ambiguous_characters">Avoid ambiguous characters</string>
|
||||
<string name="bitwarden_app_extension">Bitwarden app extension</string>
|
||||
<string name="bitwarden_app_extension_alert2">The easiest way to add new logins to your vault is from the Bitwarden app extension. Learn more about using the Bitwarden app extension by navigating to the \"Settings\" screen.</string>
|
||||
<string name="bitwarden_app_extension_description">Use Bitwarden in Safari and other apps to auto-fill your logins.</string>
|
||||
<string name="bitwarden_autofill_service">Bitwarden Auto-fill Service</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description">Use the Bitwarden accessibility service to auto-fill your logins.</string>
|
||||
<string name="bitwarden_app_extension_description">Use Bitwarden in Safari and other apps to autofill your logins.</string>
|
||||
<string name="bitwarden_autofill_service">Bitwarden Autofill Service</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description">Use the Bitwarden accessibility service to autofill your logins.</string>
|
||||
<string name="change_email">Change email</string>
|
||||
<string name="change_email_confirmation">You can change your email address on the bitwarden.com web vault. Do you want to visit the website now?</string>
|
||||
<string name="change_master_password">Change master password</string>
|
||||
|
@ -195,9 +195,10 @@
|
|||
<string name="translations">Translations</string>
|
||||
<string name="items_for_uri">Items for %1$s</string>
|
||||
<string name="no_items_for_uri">There are no items in your vault for %1$s.</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Search for a login or add a new login</string>
|
||||
<string name="bitwarden_autofill_service_overlay">When you select an input field and see a Bitwarden auto-fill overlay, you can tap it to launch the auto-fill service.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Tap this notification to auto-fill an item from your vault.</string>
|
||||
<string name="bitwarden_autofill_service_overlay">When you select an input field and see a Bitwarden autofill overlay, you can tap it to launch the autofill service.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Tap this notification to autofill an item from your vault.</string>
|
||||
<string name="bitwarden_autofill_service_open_accessibility_settings">Open Accessibility Settings</string>
|
||||
<string name="bitwarden_autofill_service_step1">1. On the Android Accessibility Settings screen, touch \"Bitwarden\" under the Services heading.</string>
|
||||
<string name="bitwarden_autofill_service_step2">2. Switch on the toggle and press OK to accept.</string>
|
||||
|
@ -206,14 +207,14 @@
|
|||
<string name="off" tools:override="true">Off</string>
|
||||
<string name="on" tools:override="true">On</string>
|
||||
<string name="status">Status</string>
|
||||
<string name="bitwarden_autofill_service_alert2">The easiest way to add new logins to your vault is from the Bitwarden Auto-fill Service. Learn more about using the Bitwarden Auto-fill Service by navigating to the \"Settings\" screen.</string>
|
||||
<string name="autofill">Auto-fill</string>
|
||||
<string name="autofill_or_view">Do you want to auto-fill or view this item?</string>
|
||||
<string name="bitwarden_autofill_service_match_confirm">Are you sure you want to auto-fill this item? It is not a complete match for \"%1$s\".</string>
|
||||
<string name="bitwarden_autofill_service_alert2">The easiest way to add new logins to your vault is from the Bitwarden Autofill Service. Learn more about using the Bitwarden Autofill Service by navigating to the \"Settings\" screen.</string>
|
||||
<string name="autofill">Autofill</string>
|
||||
<string name="autofill_or_view">Do you want to autofill or view this item?</string>
|
||||
<string name="bitwarden_autofill_service_match_confirm">Are you sure you want to autofill this item? It is not a complete match for \"%1$s\".</string>
|
||||
<string name="matching_items">Matching items</string>
|
||||
<string name="possible_matching_items">Possible matching items</string>
|
||||
<string name="search">Search</string>
|
||||
<string name="bitwarden_autofill_service_search">You are searching for an auto-fill item for \"%1$s\".</string>
|
||||
<string name="bitwarden_autofill_service_search">You are searching for an autofill item for \"%1$s\".</string>
|
||||
<string name="learn_org">Learn about organizations</string>
|
||||
<string name="cannot_open_app">Cannot open the app \"%1$s\".</string>
|
||||
<string name="authenticator_app_title">Authenticator app</string>
|
||||
|
@ -246,7 +247,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="camera">Camera</string>
|
||||
<string name="photos">Photos</string>
|
||||
<string name="copy_totp">Copy TOTP</string>
|
||||
<string name="copy_totp_automatically_description">If a login has an authenticator key, copy the TOTP verification code to your clipboard when you auto-fill the login.</string>
|
||||
<string name="copy_totp_automatically_description">If a login has an authenticator key, copy the TOTP verification code to your clipboard when you autofill the login.</string>
|
||||
<string name="copy_totp_automatically">Copy TOTP automatically</string>
|
||||
<string name="premium_required">A premium membership is required to use this feature.</string>
|
||||
<string name="attachement_added">Attachment added</string>
|
||||
|
@ -324,17 +325,17 @@ Scanning will happen automatically.</string>
|
|||
<string name="show_website_icons">Show website icons</string>
|
||||
<string name="show_website_icons_description">Show a recognizable image next to each login.</string>
|
||||
<string name="icons_url">Icons server URL</string>
|
||||
<string name="autofill_with_bitwarden">Auto-fill with Bitwarden</string>
|
||||
<string name="autofill_with_bitwarden">Autofill with Bitwarden</string>
|
||||
<string name="vault_is_locked">Vault is locked</string>
|
||||
<string name="go_to_my_vault">Go to my vault</string>
|
||||
<string name="collections">Collections</string>
|
||||
<string name="no_items_collection">There are no items in this collection.</string>
|
||||
<string name="no_items_folder">There are no items in this folder.</string>
|
||||
<string name="no_items_trash">There are no items in the trash.</string>
|
||||
<string name="autofill_accessibility_service">Auto-fill Accessibility Service</string>
|
||||
<string name="autofill_accessibility_service">Autofill Accessibility Service</string>
|
||||
<string name="autofill_accessibility_summary">Assist with filling username and password fields in other apps and on the web.</string>
|
||||
<string name="autofill_service_description">The Bitwarden auto-fill service uses the Android Autofill Framework to assist in filling login information into other apps on your device.</string>
|
||||
<string name="bitwarden_autofill_service_description">Use the Bitwarden auto-fill service to fill login information into other apps.</string>
|
||||
<string name="autofill_service_description">The Bitwarden autofill service uses the Android Autofill Framework to assist in filling login information into other apps on your device.</string>
|
||||
<string name="bitwarden_autofill_service_description">Use the Bitwarden autofill service to fill login information into other apps.</string>
|
||||
<string name="bitwarden_autofill_service_open_autofill_settings">Open Autofill Settings</string>
|
||||
<string name="face_id">Face ID</string>
|
||||
<string name="face_id_direction">Use Face ID to verify.</string>
|
||||
|
@ -362,12 +363,12 @@ Scanning will happen automatically.</string>
|
|||
<string name="uri_match_detection">URI match detection</string>
|
||||
<string name="match_detection">Match detection</string>
|
||||
<string name="yes_and_save">Yes, and save</string>
|
||||
<string name="autofill_and_save">Auto-fill and save</string>
|
||||
<string name="autofill_and_save">Autofill and save</string>
|
||||
<string name="organization">Organization</string>
|
||||
<string name="hold_yubikey_near_top">Hold your Yubikey near the top of the device.</string>
|
||||
<string name="try_again">Try again</string>
|
||||
<string name="yubi_key_instruction_ios">To continue, hold your YubiKey NEO against the back of the device.</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description2">The accessibility service may be helpful to use when apps do not support the standard auto-fill service.</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description2">The accessibility service may be helpful to use when apps do not support the standard autofill service.</string>
|
||||
<string name="date_password_updated">Password updated</string>
|
||||
<string name="date_updated">Updated</string>
|
||||
<string name="autofill_activated">AutoFill activated!</string>
|
||||
|
@ -375,13 +376,13 @@ Scanning will happen automatically.</string>
|
|||
<string name="autofill_setup">Your logins are now easily accessible right from your keyboard while logging into apps and websites.</string>
|
||||
<string name="autofill_setup2">We recommend disabling any other AutoFill apps under Settings if you do not plan to use them.</string>
|
||||
<string name="bitwarden_autofill_description">Access your vault directly from your keyboard to quickly autofill passwords.</string>
|
||||
<string name="autofill_turn_on">To set up password auto-fill on your device, follow these instructions:</string>
|
||||
<string name="autofill_turn_on">To set up password autofill on your device, follow these instructions:</string>
|
||||
<string name="autofill_turn_on1">1. Go to the iOS \"Settings\" app</string>
|
||||
<string name="autofill_turn_on2">2. Tap \"Passwords\"</string>
|
||||
<string name="autofill_turn_on3">3. Tap \"AutoFill Passwords\"</string>
|
||||
<string name="autofill_turn_on4">4. Turn on AutoFill</string>
|
||||
<string name="autofill_turn_on5">5. Select \"Bitwarden\"</string>
|
||||
<string name="password_autofill">Password auto-fill</string>
|
||||
<string name="password_autofill">Password autofill</string>
|
||||
<string name="bitwarden_autofill_alert2">The easiest way to add new logins to your vault is by using the Bitwarden Password AutoFill extension. Learn more about using the Bitwarden Password AutoFill extension by navigating to the \"Settings\" screen.</string>
|
||||
<string name="invalid_email">Invalid email address.</string>
|
||||
<string name="cards">Cards</string>
|
||||
|
@ -449,7 +450,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="clear_clipboard">Clear clipboard</string>
|
||||
<string name="clear_clipboard_description">Automatically clear copied values from your clipboard.</string>
|
||||
<string name="default_uri_match_detection">Default URI match detection</string>
|
||||
<string name="default_uri_match_detection_description">Choose the default way that URI match detection is handled for logins when performing actions such as auto-fill.</string>
|
||||
<string name="default_uri_match_detection_description">Choose the default way that URI match detection is handled for logins when performing actions such as autofill.</string>
|
||||
<string name="theme">Theme</string>
|
||||
<string name="theme_description">Change the application\'s color theme.</string>
|
||||
<string name="theme_default">Default (System)</string>
|
||||
|
@ -462,11 +463,11 @@ Scanning will happen automatically.</string>
|
|||
<string name="black">Black</string>
|
||||
<string name="nord">Nord</string>
|
||||
<string name="solarized_dark">Solarized Dark</string>
|
||||
<string name="autofill_blocked_uris">Auto-fill blocked URIs</string>
|
||||
<string name="autofill_blocked_uris">Autofill blocked URIs</string>
|
||||
<string name="ask_to_add_login">Ask to add login</string>
|
||||
<string name="ask_to_add_login_description">Ask to add an item if one isn\'t found in your vault.</string>
|
||||
<string name="on_restart">On app restart</string>
|
||||
<string name="autofill_service_not_enabled">Auto-fill makes it easy to securely access your Bitwarden vault from other websites and apps. It looks like you have not set up an auto-fill service for Bitwarden. Set up auto-fill for Bitwarden from the \"Settings\" screen.</string>
|
||||
<string name="autofill_service_not_enabled">Autofill makes it easy to securely access your Bitwarden vault from other websites and apps. It looks like you have not set up an autofill service for Bitwarden. Set up autofill for Bitwarden from the \"Settings\" screen.</string>
|
||||
<string name="theme_applied_on_restart">Your theme changes will apply when the app is restarted.</string>
|
||||
<string name="capitalize">Capitalize</string>
|
||||
<string name="include_number">Include number</string>
|
||||
|
@ -477,7 +478,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="biometrics_direction">Biometric verification</string>
|
||||
<string name="biometrics">Biometrics</string>
|
||||
<string name="use_biometrics_to_unlock">Use biometrics to unlock</string>
|
||||
<string name="accessibility_overlay_permission_alert">Bitwarden needs attention - See \"Auto-fill Accessibility Service\" from Bitwarden settings</string>
|
||||
<string name="accessibility_overlay_permission_alert">Bitwarden needs attention - See \"Autofill Accessibility Service\" from Bitwarden settings</string>
|
||||
<string name="bitwarden_autofill_service_overlay_permission">3. On the Android App Settings screen for Bitwarden, go to the \"Display over other apps\" options (under Advanced) and tap the toggle to allow overlay support.</string>
|
||||
<string name="overlay_permission">Permission</string>
|
||||
<string name="bitwarden_autofill_service_open_overlay_permission_settings">Open Overlay Permission Settings</string>
|
||||
|
@ -500,7 +501,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="open">Open</string>
|
||||
<string name="unable_to_save_attachment">There was a problem saving this attachment. If the problem persists, you can save it from the web vault.</string>
|
||||
<string name="save_attachment_success">Attachment saved successfully</string>
|
||||
<string name="autofill_tile_accessibility_required">Please turn on \"Auto-fill Accessibility Service\" from Bitwarden Settings to use the Auto-fill tile.</string>
|
||||
<string name="autofill_tile_accessibility_required">Please turn on \"Autofill Accessibility Service\" from Bitwarden Settings to use the Autofill tile.</string>
|
||||
<string name="autofill_tile_uri_not_found">No password fields detected</string>
|
||||
<string name="soft_deleting">Sending to trash...</string>
|
||||
<string name="item_soft_deleted">Item has been sent to trash.</string>
|
||||
|
@ -536,20 +537,20 @@ Scanning will happen automatically.</string>
|
|||
<string name="accept_policies_error">Terms of Service and Privacy Policy have not been acknowledged.</string>
|
||||
<string name="terms_of_service">Terms of Service</string>
|
||||
<string name="privacy_policy">Privacy Policy</string>
|
||||
<string name="accessibility_draw_over_permission_alert">Bitwarden needs attention - Turn on \"Draw-Over\" in \"Auto-fill Services\" from Bitwarden Settings</string>
|
||||
<string name="accessibility_draw_over_permission_alert">Bitwarden needs attention - Turn on \"Draw-Over\" in \"Autofill Services\" from Bitwarden Settings</string>
|
||||
<string name="passkey_management">Passkey management</string>
|
||||
<string name="autofill_services">Autofill services</string>
|
||||
<string name="inline_autofill">Use inline autofill</string>
|
||||
<string name="inline_autofill_description">Use inline autofill if your selected IME (keyboard) supports it. If your configuration is not supported (or this option is turned off), the default Autofill overlay will be used.</string>
|
||||
<string name="accessibility">Use accessibility</string>
|
||||
<string name="accessibility_description">Use the Bitwarden Accessibility Service to auto-fill your logins across apps and the web. When set up, we\'ll display a popup when login fields are selected.</string>
|
||||
<string name="accessibility_description2">Use the Bitwarden Accessibility Service to auto-fill your logins across apps and the web. (Requires Draw-Over to be turned on as well)</string>
|
||||
<string name="accessibility_description">Use the Bitwarden Accessibility Service to autofill your logins across apps and the web. When set up, we\'ll display a popup when login fields are selected.</string>
|
||||
<string name="accessibility_description2">Use the Bitwarden Accessibility Service to autofill your logins across apps and the web. (Requires Draw-Over to be turned on as well)</string>
|
||||
<string name="accessibility_description3">Use the Bitwarden Accessibility Service to use the Autofill Quick-Action Tile, and/or show a popup using Draw-Over (if turned on).</string>
|
||||
<string name="accessibility_description4">Required to use the Autofill Quick-Action Tile, or to augment the Autofill Service by using Draw-Over (if turned on).</string>
|
||||
<string name="accessibility_description5">Required to use the Autofill Quick-Action Tile.</string>
|
||||
<string name="draw_over">Use draw-over</string>
|
||||
<string name="draw_over_description">Allows the Bitwarden Accessibility Service to display a popup when login fields are selected.</string>
|
||||
<string name="draw_over_description2">If turned on, the Bitwarden Accessibility Service will display a popup when login fields are selected to assist with auto-filling your logins.</string>
|
||||
<string name="draw_over_description2">If turned on, the Bitwarden Accessibility Service will display a popup when login fields are selected to assist with autofilling your logins.</string>
|
||||
<string name="draw_over_description3">If turned on, accessibility will show a popup to augment the Autofill Service for older apps that don\'t support the Android Autofill Framework.</string>
|
||||
<string name="personal_ownership_submit_error">Due to an enterprise policy, you are restricted from saving items to your individual vault. Change the ownership option to an organization and choose from available collections.</string>
|
||||
<string name="personal_ownership_policy_in_effect">An organization policy is affecting your ownership options.</string>
|
||||
|
@ -825,8 +826,8 @@ Do you want to switch to this account?</string>
|
|||
<string name="trouble_logging_in">Trouble logging in?</string>
|
||||
<string name="logging_in_as_x">Logging in as %1$s</string>
|
||||
<string name="vault_timeout_action_changed_to_log_out">Vault timeout action changed to log out</string>
|
||||
<string name="block_auto_fill">Block auto-fill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Auto-fill will not be offered for these URIs.</string>
|
||||
<string name="block_auto_fill">Block autofill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Autofill will not be offered for these URIs.</string>
|
||||
<string name="new_blocked_uri">New blocked URI</string>
|
||||
<string name="uri_saved">URI saved</string>
|
||||
<string name="invalid_format_use_https_http_or_android_app">Invalid format. Use https://, http://, or androidapp://</string>
|
||||
|
@ -905,9 +906,9 @@ Do you want to switch to this account?</string>
|
|||
<string name="verifying_identity_ellipsis">Verifying identity...</string>
|
||||
<string name="passwords">Passwords</string>
|
||||
<string name="unknown_account">Unknown account</string>
|
||||
<string name="set_up_autofill">Set up auto-fill</string>
|
||||
<string name="set_up_autofill">Set up autofill</string>
|
||||
<string name="get_instant_access_to_your_passwords_and_passkeys">Get instant access to your passwords and passkeys!</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password autofill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="first_dot_go_to_your_device_settings_passwords_password_options">1. Go to your device\'s Settings > Passwords > Password Options</string>
|
||||
<string name="second_dot_turn_on_auto_fill">2. Turn on AutoFill</string>
|
||||
<string name="third_dot_select_bitwarden_to_use_for_passwords_and_passkeys">3. Select \"Bitwarden\" to use for passwords and passkeys</string>
|
||||
|
@ -1059,4 +1060,17 @@ Do you want to switch to this account?</string>
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">ಅನುವಾದಗಳು</string>
|
||||
<string name="items_for_uri">%1$sಗಾಗಿ ಐಟಂಗಳು</string>
|
||||
<string name="no_items_for_uri">%1$s ಗೆ ನಿಮ್ಮ ವಾಲ್ಟ್ನಲ್ಲಿ ಯಾವುದೇ ಐಟಂಗಳಿಲ್ಲ.</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Search for a login or add a new login</string>
|
||||
<string name="bitwarden_autofill_service_overlay">ನೀವು ಇನ್ಪುಟ್ ಕ್ಷೇತ್ರವನ್ನು ಆಯ್ಕೆ ಮಾಡಿದಾಗ ಮತ್ತು ಬಿಟ್ವಾರ್ಡೆನ್ ಸ್ವಯಂ-ಭರ್ತಿ ಓವರ್ಲೇ ಅನ್ನು ನೋಡಿದಾಗ, ಸ್ವಯಂ-ಭರ್ತಿ ಸೇವೆಯನ್ನು ಪ್ರಾರಂಭಿಸಲು ನೀವು ಅದನ್ನು ಟ್ಯಾಪ್ ಮಾಡಬಹುದು.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">ನಿಮ್ಮ ವಾಲ್ಟ್ನಿಂದ ಐಟಂ ಅನ್ನು ಸ್ವಯಂಚಾಲಿತವಾಗಿ ತುಂಬಲು ಈ ಅಧಿಸೂಚನೆಯನ್ನು ಟ್ಯಾಪ್ ಮಾಡಿ.</string>
|
||||
|
@ -246,7 +247,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="camera">ಕ್ಯಾಮರಾ</string>
|
||||
<string name="photos">ಫೋಟೋಗಳು</string>
|
||||
<string name="copy_totp">TOTP ಅನ್ನು ನಕಲಿಸಿ</string>
|
||||
<string name="copy_totp_automatically_description">If a login has an authenticator key, copy the TOTP verification code to your clipboard when you auto-fill the login.</string>
|
||||
<string name="copy_totp_automatically_description">If a login has an authenticator key, copy the TOTP verification code to your clipboard when you autofill the login.</string>
|
||||
<string name="copy_totp_automatically">Copy TOTP automatically</string>
|
||||
<string name="premium_required">ಈ ವೈಶಿಷ್ಟ್ಯವನ್ನು ಬಳಸಲು ಪ್ರೀಮಿಯಂ ಸದಸ್ಯತ್ವ ಅಗತ್ಯವಿದೆ.</string>
|
||||
<string name="attachement_added">ಲಗತ್ತು ಸೇರಿಸಲಾಗಿದೆ</string>
|
||||
|
@ -462,7 +463,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="black">ಕಪ್ಪು</string>
|
||||
<string name="nord">Nord</string>
|
||||
<string name="solarized_dark">Solarized Dark</string>
|
||||
<string name="autofill_blocked_uris">Auto-fill blocked URIs</string>
|
||||
<string name="autofill_blocked_uris">Autofill blocked URIs</string>
|
||||
<string name="ask_to_add_login">Ask to add login</string>
|
||||
<string name="ask_to_add_login_description">Ask to add an item if one isn\'t found in your vault.</string>
|
||||
<string name="on_restart">ಅಪ್ಲಿಕೇಶನ್ ಮರುಪ್ರಾರಂಭದಲ್ಲಿ</string>
|
||||
|
@ -825,8 +826,8 @@ Do you want to switch to this account?</string>
|
|||
<string name="trouble_logging_in">Trouble logging in?</string>
|
||||
<string name="logging_in_as_x">Logging in as %1$s</string>
|
||||
<string name="vault_timeout_action_changed_to_log_out">Vault timeout action changed to log out</string>
|
||||
<string name="block_auto_fill">Block auto-fill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Auto-fill will not be offered for these URIs.</string>
|
||||
<string name="block_auto_fill">Block autofill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Autofill will not be offered for these URIs.</string>
|
||||
<string name="new_blocked_uri">New blocked URI</string>
|
||||
<string name="uri_saved">URI saved</string>
|
||||
<string name="invalid_format_use_https_http_or_android_app">Invalid format. Use https://, http://, or androidapp://</string>
|
||||
|
@ -905,9 +906,9 @@ Do you want to switch to this account?</string>
|
|||
<string name="verifying_identity_ellipsis">Verifying identity...</string>
|
||||
<string name="passwords">Passwords</string>
|
||||
<string name="unknown_account">Unknown account</string>
|
||||
<string name="set_up_autofill">Set up auto-fill</string>
|
||||
<string name="set_up_autofill">Set up autofill</string>
|
||||
<string name="get_instant_access_to_your_passwords_and_passkeys">Get instant access to your passwords and passkeys!</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password autofill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="first_dot_go_to_your_device_settings_passwords_password_options">1. Go to your device\'s Settings > Passwords > Password Options</string>
|
||||
<string name="second_dot_turn_on_auto_fill">2. Turn on AutoFill</string>
|
||||
<string name="third_dot_select_bitwarden_to_use_for_passwords_and_passkeys">3. Select \"Bitwarden\" to use for passwords and passkeys</string>
|
||||
|
@ -1059,4 +1060,17 @@ Do you want to switch to this account?</string>
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">번역</string>
|
||||
<string name="items_for_uri">%1$s에 대한 항목</string>
|
||||
<string name="no_items_for_uri">보관함에 %1$s에 대한 항목이 없습니다.</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Search for a login or add a new login</string>
|
||||
<string name="bitwarden_autofill_service_overlay">입력 필드를 선택할 때 Bitwarden 자동 입력 오버레이가 보인다면 탭해서 자동 입력 서비스를 실행할 수 있습니다.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">보관함에 있는 항목으로 자동 완성을 사용하려면 이 알림을 누르세요.</string>
|
||||
|
@ -825,8 +826,8 @@
|
|||
<string name="trouble_logging_in">Trouble logging in?</string>
|
||||
<string name="logging_in_as_x">Logging in as %1$s</string>
|
||||
<string name="vault_timeout_action_changed_to_log_out">Vault timeout action changed to log out</string>
|
||||
<string name="block_auto_fill">Block auto-fill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Auto-fill will not be offered for these URIs.</string>
|
||||
<string name="block_auto_fill">Block autofill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Autofill will not be offered for these URIs.</string>
|
||||
<string name="new_blocked_uri">New blocked URI</string>
|
||||
<string name="uri_saved">URI saved</string>
|
||||
<string name="invalid_format_use_https_http_or_android_app">Invalid format. Use https://, http://, or androidapp://</string>
|
||||
|
@ -905,9 +906,9 @@
|
|||
<string name="verifying_identity_ellipsis">Verifying identity...</string>
|
||||
<string name="passwords">Passwords</string>
|
||||
<string name="unknown_account">Unknown account</string>
|
||||
<string name="set_up_autofill">Set up auto-fill</string>
|
||||
<string name="set_up_autofill">Set up autofill</string>
|
||||
<string name="get_instant_access_to_your_passwords_and_passkeys">Get instant access to your passwords and passkeys!</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password autofill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="first_dot_go_to_your_device_settings_passwords_password_options">1. Go to your device\'s Settings > Passwords > Password Options</string>
|
||||
<string name="second_dot_turn_on_auto_fill">2. Turn on AutoFill</string>
|
||||
<string name="third_dot_select_bitwarden_to_use_for_passwords_and_passkeys">3. Select \"Bitwarden\" to use for passwords and passkeys</string>
|
||||
|
@ -1059,4 +1060,17 @@
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">Vertimai</string>
|
||||
<string name="items_for_uri">Elementai %1$s</string>
|
||||
<string name="no_items_for_uri">Jūsų saugykloje nėra jokių elementų %1$s.</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Search for a login or add a new login</string>
|
||||
<string name="bitwarden_autofill_service_overlay">Kai pasirenkate įvesties lauką ir matote „Bitwarden“ automatinio pildymo perdangą, galite ją paliesti, kad paleistumėte automatinio pildymo paslaugą.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Bakstelėkite šį pranešimą, kad automatiškai užpildytumėte elementą iš saugyklos.</string>
|
||||
|
@ -825,8 +826,8 @@ Ar norite pereiti prie šios paskyros?</string>
|
|||
<string name="trouble_logging_in">Trouble logging in?</string>
|
||||
<string name="logging_in_as_x">Logging in as %1$s</string>
|
||||
<string name="vault_timeout_action_changed_to_log_out">Vault timeout action changed to log out</string>
|
||||
<string name="block_auto_fill">Block auto-fill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Auto-fill will not be offered for these URIs.</string>
|
||||
<string name="block_auto_fill">Block autofill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Autofill will not be offered for these URIs.</string>
|
||||
<string name="new_blocked_uri">New blocked URI</string>
|
||||
<string name="uri_saved">URI saved</string>
|
||||
<string name="invalid_format_use_https_http_or_android_app">Invalid format. Use https://, http://, or androidapp://</string>
|
||||
|
@ -905,9 +906,9 @@ Ar norite pereiti prie šios paskyros?</string>
|
|||
<string name="verifying_identity_ellipsis">Verifying identity...</string>
|
||||
<string name="passwords">Passwords</string>
|
||||
<string name="unknown_account">Unknown account</string>
|
||||
<string name="set_up_autofill">Set up auto-fill</string>
|
||||
<string name="set_up_autofill">Set up autofill</string>
|
||||
<string name="get_instant_access_to_your_passwords_and_passkeys">Get instant access to your passwords and passkeys!</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password autofill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="first_dot_go_to_your_device_settings_passwords_password_options">1. Go to your device\'s Settings > Passwords > Password Options</string>
|
||||
<string name="second_dot_turn_on_auto_fill">2. Turn on AutoFill</string>
|
||||
<string name="third_dot_select_bitwarden_to_use_for_passwords_and_passkeys">3. Select \"Bitwarden\" to use for passwords and passkeys</string>
|
||||
|
@ -1059,4 +1060,17 @@ Ar norite pereiti prie šios paskyros?</string>
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">Tulkojumi</string>
|
||||
<string name="items_for_uri">%1$s vienumi</string>
|
||||
<string name="no_items_for_uri">Glabātavā nav %1$s vienumu.</string>
|
||||
<string name="no_items_for_vault">Glabātavā nav vienumu, kas atbilst \"%1$s\"</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Meklēt pieteikšanās vienumu vai pievienot jaunu</string>
|
||||
<string name="bitwarden_autofill_service_overlay">Kad tiek atlasīts ievades lauks un parādās Bitwarden automātiskās aizpildes lodziņš, jāpiesit tam, lai palaistu automātiskās aizpildes pakalpojumu.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Jāpiesit šim paziņojumam, lai automātiski aizpildītu ar vienumu no glabātavas.</string>
|
||||
|
@ -1058,5 +1059,18 @@ Vai pārslēgties uz šo kontu?</string>
|
|||
<string name="import_help_highlight">ievietošanas palīdzība</string>
|
||||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Izgūtā datne jāsaglabā kaut kur viegli atrodamā vietā datorā.</string>
|
||||
<string name="save_the_exported_file_highlight">Izgūtā datne jāsaglabā</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">Šis nav atzīts Bitwarden serveris. Var būt nepieciešams vērsties pie nodrošinātāja, lai pārbaudītu, vai atjaunināt savu serveri.</string>
|
||||
<string name="syncing_logins_loading_message">Sinhronizē pieteikšanās vienumus...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH atslēgas šifra vienumu veidi</string>
|
||||
<string name="download_the_browser_extension">Lejupielādēt pārlūka paplašinājumu</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Jādodas uz bitwarden.com/download, lai iekļautu Bitwarden savā iecienītākajā pārlūkā, lai iegūtu nevainojamu pieredzi.</string>
|
||||
<string name="use_the_web_app">Izmantot tīmekļa lietotni</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Piesakies bitwarden.com, lai viegli pārvaldītu savu kontu un atjauninātu iestatījumus!</string>
|
||||
<string name="autofill_passwords">Automātiski aizpildīt paroles</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Iestati automātisko aizpildi visās savās ierīcēs, lai visur pieteiktos ar vienu piesitienu!</string>
|
||||
<string name="import_successful">Ievietošana veiksmīga.</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Pārvaldi savus pieteikšanās vienumus no jebkurienes ar Bitwarden tīmekļa un darbvirsmas rīkiem!</string>
|
||||
<string name="bitwarden_tools">Bitwarden rīki</string>
|
||||
<string name="got_it">Sapratu</string>
|
||||
<string name="no_logins_were_imported">Netika ievietots neviens pieteikšanās vienums</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">വിവർത്തനങ്ങൾ</string>
|
||||
<string name="items_for_uri">%1$sഎന്നതിനായുള്ള ഇനങ്ങൾ</string>
|
||||
<string name="no_items_for_uri">നിങ്ങളുടെ വാൾട്ടിൽ %1$sന് ഇനങ്ങളൊന്നുമില്ല.</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Search for a login or add a new login</string>
|
||||
<string name="bitwarden_autofill_service_overlay">ഓട്ടോഫിൽ സേവനം പ്രവർത്തനമാക്കാൻ, നിങ്ങൾ ഒരു ഇൻപുട്ട് ഫീൽഡ് തിരഞ്ഞ്ഞെടുത്തതിന് ശേഷം കാണുന്ന Bitwarden ഓട്ടോഫിൽ ഓവർലേയിൽ ടാപ്പുചെയ്യുക.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">നിങ്ങളുടെ വാൾട്ടിൽ നിന്ന് ഒരു ഇനം ഓട്ടോഫിൽ ചെയ്യാൻ ഈ അറിയിപ്പ് ടാപ്പുചെയ്യുക.</string>
|
||||
|
@ -246,7 +247,7 @@
|
|||
<string name="camera">ക്യാമറ</string>
|
||||
<string name="photos">ഫോട്ടോകൾ</string>
|
||||
<string name="copy_totp">TOTP പകർത്തുക</string>
|
||||
<string name="copy_totp_automatically_description">If a login has an authenticator key, copy the TOTP verification code to your clipboard when you auto-fill the login.</string>
|
||||
<string name="copy_totp_automatically_description">If a login has an authenticator key, copy the TOTP verification code to your clipboard when you autofill the login.</string>
|
||||
<string name="copy_totp_automatically">Copy TOTP automatically</string>
|
||||
<string name="premium_required">ഈ സവിശേഷത ഉപയോഗിക്കുന്നതിന് പ്രീമിയം അംഗത്വം ആവശ്യമാണ്.</string>
|
||||
<string name="attachement_added">അറ്റാച്ചുമെന്റ് ചേർത്തു</string>
|
||||
|
@ -462,7 +463,7 @@
|
|||
<string name="black">കറുപ്പ്</string>
|
||||
<string name="nord">Nord</string>
|
||||
<string name="solarized_dark">Solarized Dark</string>
|
||||
<string name="autofill_blocked_uris">Auto-fill blocked URIs</string>
|
||||
<string name="autofill_blocked_uris">Autofill blocked URIs</string>
|
||||
<string name="ask_to_add_login">Ask to add login</string>
|
||||
<string name="ask_to_add_login_description">Ask to add an item if one isn\'t found in your vault.</string>
|
||||
<string name="on_restart">അപ്ലിക്കേഷൻ പുനരാരംഭിക്കുമ്പോൾ</string>
|
||||
|
@ -825,8 +826,8 @@ Do you want to switch to this account?</string>
|
|||
<string name="trouble_logging_in">Trouble logging in?</string>
|
||||
<string name="logging_in_as_x">Logging in as %1$s</string>
|
||||
<string name="vault_timeout_action_changed_to_log_out">Vault timeout action changed to log out</string>
|
||||
<string name="block_auto_fill">Block auto-fill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Auto-fill will not be offered for these URIs.</string>
|
||||
<string name="block_auto_fill">Block autofill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Autofill will not be offered for these URIs.</string>
|
||||
<string name="new_blocked_uri">New blocked URI</string>
|
||||
<string name="uri_saved">URI saved</string>
|
||||
<string name="invalid_format_use_https_http_or_android_app">Invalid format. Use https://, http://, or androidapp://</string>
|
||||
|
@ -905,9 +906,9 @@ Do you want to switch to this account?</string>
|
|||
<string name="verifying_identity_ellipsis">Verifying identity...</string>
|
||||
<string name="passwords">Passwords</string>
|
||||
<string name="unknown_account">Unknown account</string>
|
||||
<string name="set_up_autofill">Set up auto-fill</string>
|
||||
<string name="set_up_autofill">Set up autofill</string>
|
||||
<string name="get_instant_access_to_your_passwords_and_passkeys">Get instant access to your passwords and passkeys!</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password autofill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="first_dot_go_to_your_device_settings_passwords_password_options">1. Go to your device\'s Settings > Passwords > Password Options</string>
|
||||
<string name="second_dot_turn_on_auto_fill">2. Turn on AutoFill</string>
|
||||
<string name="third_dot_select_bitwarden_to_use_for_passwords_and_passkeys">3. Select \"Bitwarden\" to use for passwords and passkeys</string>
|
||||
|
@ -1059,4 +1060,17 @@ Do you want to switch to this account?</string>
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -87,15 +87,15 @@
|
|||
<string name="account_created_success">Your new account has been created!</string>
|
||||
<string name="add_an_item">Add an Item</string>
|
||||
<string name="app_extension">App extension</string>
|
||||
<string name="autofill_accessibility_description">Use the Bitwarden accessibility service to auto-fill your logins across apps and the web.</string>
|
||||
<string name="autofill_service">Auto-fill service</string>
|
||||
<string name="autofill_accessibility_description">Use the Bitwarden accessibility service to autofill your logins across apps and the web.</string>
|
||||
<string name="autofill_service">Autofill service</string>
|
||||
<string name="set_bitwarden_as_passkey_manager_description">Set Bitwarden as your passkey provider in device settings.</string>
|
||||
<string name="avoid_ambiguous_characters">Avoid ambiguous characters</string>
|
||||
<string name="bitwarden_app_extension">Bitwarden app extension</string>
|
||||
<string name="bitwarden_app_extension_alert2">The easiest way to add new logins to your vault is from the Bitwarden app extension. Learn more about using the Bitwarden app extension by navigating to the \"Settings\" screen.</string>
|
||||
<string name="bitwarden_app_extension_description">Use Bitwarden in Safari and other apps to auto-fill your logins.</string>
|
||||
<string name="bitwarden_autofill_service">Bitwarden Auto-fill Service</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description">Use the Bitwarden accessibility service to auto-fill your logins.</string>
|
||||
<string name="bitwarden_app_extension_description">Use Bitwarden in Safari and other apps to autofill your logins.</string>
|
||||
<string name="bitwarden_autofill_service">Bitwarden Autofill Service</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description">Use the Bitwarden accessibility service to autofill your logins.</string>
|
||||
<string name="change_email">Change email</string>
|
||||
<string name="change_email_confirmation">You can change your email address on the bitwarden.com web vault. Do you want to visit the website now?</string>
|
||||
<string name="change_master_password">Change master password</string>
|
||||
|
@ -195,9 +195,10 @@
|
|||
<string name="translations">Translations</string>
|
||||
<string name="items_for_uri">Items for %1$s</string>
|
||||
<string name="no_items_for_uri">There are no items in your vault for %1$s.</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Search for a login or add a new login</string>
|
||||
<string name="bitwarden_autofill_service_overlay">When you select an input field and see a Bitwarden auto-fill overlay, you can tap it to launch the auto-fill service.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Tap this notification to auto-fill an item from your vault.</string>
|
||||
<string name="bitwarden_autofill_service_overlay">When you select an input field and see a Bitwarden autofill overlay, you can tap it to launch the autofill service.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Tap this notification to autofill an item from your vault.</string>
|
||||
<string name="bitwarden_autofill_service_open_accessibility_settings">Open Accessibility Settings</string>
|
||||
<string name="bitwarden_autofill_service_step1">1. On the Android Accessibility Settings screen, touch \"Bitwarden\" under the Services heading.</string>
|
||||
<string name="bitwarden_autofill_service_step2">2. Switch on the toggle and press OK to accept.</string>
|
||||
|
@ -206,14 +207,14 @@
|
|||
<string name="off" tools:override="true">Off</string>
|
||||
<string name="on" tools:override="true">On</string>
|
||||
<string name="status">Status</string>
|
||||
<string name="bitwarden_autofill_service_alert2">The easiest way to add new logins to your vault is from the Bitwarden Auto-fill Service. Learn more about using the Bitwarden Auto-fill Service by navigating to the \"Settings\" screen.</string>
|
||||
<string name="autofill">Auto-fill</string>
|
||||
<string name="autofill_or_view">Do you want to auto-fill or view this item?</string>
|
||||
<string name="bitwarden_autofill_service_match_confirm">Are you sure you want to auto-fill this item? It is not a complete match for \"%1$s\".</string>
|
||||
<string name="bitwarden_autofill_service_alert2">The easiest way to add new logins to your vault is from the Bitwarden Autofill Service. Learn more about using the Bitwarden Autofill Service by navigating to the \"Settings\" screen.</string>
|
||||
<string name="autofill">Autofill</string>
|
||||
<string name="autofill_or_view">Do you want to autofill or view this item?</string>
|
||||
<string name="bitwarden_autofill_service_match_confirm">Are you sure you want to autofill this item? It is not a complete match for \"%1$s\".</string>
|
||||
<string name="matching_items">Matching items</string>
|
||||
<string name="possible_matching_items">Possible matching items</string>
|
||||
<string name="search">Search</string>
|
||||
<string name="bitwarden_autofill_service_search">You are searching for an auto-fill item for \"%1$s\".</string>
|
||||
<string name="bitwarden_autofill_service_search">You are searching for an autofill item for \"%1$s\".</string>
|
||||
<string name="learn_org">Learn about organizations</string>
|
||||
<string name="cannot_open_app">Cannot open the app \"%1$s\".</string>
|
||||
<string name="authenticator_app_title">Authenticator app</string>
|
||||
|
@ -246,7 +247,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="camera">Camera</string>
|
||||
<string name="photos">Photos</string>
|
||||
<string name="copy_totp">Copy TOTP</string>
|
||||
<string name="copy_totp_automatically_description">If a login has an authenticator key, copy the TOTP verification code to your clipboard when you auto-fill the login.</string>
|
||||
<string name="copy_totp_automatically_description">If a login has an authenticator key, copy the TOTP verification code to your clipboard when you autofill the login.</string>
|
||||
<string name="copy_totp_automatically">Copy TOTP automatically</string>
|
||||
<string name="premium_required">A premium membership is required to use this feature.</string>
|
||||
<string name="attachement_added">Attachment added</string>
|
||||
|
@ -324,17 +325,17 @@ Scanning will happen automatically.</string>
|
|||
<string name="show_website_icons">Show website icons</string>
|
||||
<string name="show_website_icons_description">Show a recognizable image next to each login.</string>
|
||||
<string name="icons_url">Icons server URL</string>
|
||||
<string name="autofill_with_bitwarden">Auto-fill with Bitwarden</string>
|
||||
<string name="autofill_with_bitwarden">Autofill with Bitwarden</string>
|
||||
<string name="vault_is_locked">Vault is locked</string>
|
||||
<string name="go_to_my_vault">Go to my vault</string>
|
||||
<string name="collections">संग्रह</string>
|
||||
<string name="no_items_collection">ह्या संग्रहात एकही वस्तू नाही.</string>
|
||||
<string name="no_items_folder">There are no items in this folder.</string>
|
||||
<string name="no_items_trash">कचराकुंडी रिकामी आहे.</string>
|
||||
<string name="autofill_accessibility_service">Auto-fill Accessibility Service</string>
|
||||
<string name="autofill_accessibility_service">Autofill Accessibility Service</string>
|
||||
<string name="autofill_accessibility_summary">Assist with filling username and password fields in other apps and on the web.</string>
|
||||
<string name="autofill_service_description">The Bitwarden auto-fill service uses the Android Autofill Framework to assist in filling login information into other apps on your device.</string>
|
||||
<string name="bitwarden_autofill_service_description">Use the Bitwarden auto-fill service to fill login information into other apps.</string>
|
||||
<string name="autofill_service_description">The Bitwarden autofill service uses the Android Autofill Framework to assist in filling login information into other apps on your device.</string>
|
||||
<string name="bitwarden_autofill_service_description">Use the Bitwarden autofill service to fill login information into other apps.</string>
|
||||
<string name="bitwarden_autofill_service_open_autofill_settings">Open Autofill Settings</string>
|
||||
<string name="face_id">Face ID</string>
|
||||
<string name="face_id_direction">Use Face ID to verify.</string>
|
||||
|
@ -362,12 +363,12 @@ Scanning will happen automatically.</string>
|
|||
<string name="uri_match_detection">URI match detection</string>
|
||||
<string name="match_detection">Match detection</string>
|
||||
<string name="yes_and_save">Yes, and save</string>
|
||||
<string name="autofill_and_save">Auto-fill and save</string>
|
||||
<string name="autofill_and_save">Autofill and save</string>
|
||||
<string name="organization">Organization</string>
|
||||
<string name="hold_yubikey_near_top">Hold your Yubikey near the top of the device.</string>
|
||||
<string name="try_again">Try again</string>
|
||||
<string name="yubi_key_instruction_ios">To continue, hold your YubiKey NEO against the back of the device.</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description2">The accessibility service may be helpful to use when apps do not support the standard auto-fill service.</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description2">The accessibility service may be helpful to use when apps do not support the standard autofill service.</string>
|
||||
<string name="date_password_updated">Password updated</string>
|
||||
<string name="date_updated">Updated</string>
|
||||
<string name="autofill_activated">AutoFill activated!</string>
|
||||
|
@ -375,13 +376,13 @@ Scanning will happen automatically.</string>
|
|||
<string name="autofill_setup">Your logins are now easily accessible right from your keyboard while logging into apps and websites.</string>
|
||||
<string name="autofill_setup2">We recommend disabling any other AutoFill apps under Settings if you do not plan to use them.</string>
|
||||
<string name="bitwarden_autofill_description">Access your vault directly from your keyboard to quickly autofill passwords.</string>
|
||||
<string name="autofill_turn_on">To set up password auto-fill on your device, follow these instructions:</string>
|
||||
<string name="autofill_turn_on">To set up password autofill on your device, follow these instructions:</string>
|
||||
<string name="autofill_turn_on1">1. Go to the iOS \"Settings\" app</string>
|
||||
<string name="autofill_turn_on2">2. Tap \"Passwords\"</string>
|
||||
<string name="autofill_turn_on3">3. Tap \"AutoFill Passwords\"</string>
|
||||
<string name="autofill_turn_on4">4. Turn on AutoFill</string>
|
||||
<string name="autofill_turn_on5">5. Select \"Bitwarden\"</string>
|
||||
<string name="password_autofill">Password auto-fill</string>
|
||||
<string name="password_autofill">Password autofill</string>
|
||||
<string name="bitwarden_autofill_alert2">The easiest way to add new logins to your vault is by using the Bitwarden Password AutoFill extension. Learn more about using the Bitwarden Password AutoFill extension by navigating to the \"Settings\" screen.</string>
|
||||
<string name="invalid_email">Invalid email address.</string>
|
||||
<string name="cards">कार्ड</string>
|
||||
|
@ -449,7 +450,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="clear_clipboard">Clear clipboard</string>
|
||||
<string name="clear_clipboard_description">Automatically clear copied values from your clipboard.</string>
|
||||
<string name="default_uri_match_detection">Default URI match detection</string>
|
||||
<string name="default_uri_match_detection_description">Choose the default way that URI match detection is handled for logins when performing actions such as auto-fill.</string>
|
||||
<string name="default_uri_match_detection_description">Choose the default way that URI match detection is handled for logins when performing actions such as autofill.</string>
|
||||
<string name="theme">Theme</string>
|
||||
<string name="theme_description">Change the application\'s color theme.</string>
|
||||
<string name="theme_default">Default (System)</string>
|
||||
|
@ -462,11 +463,11 @@ Scanning will happen automatically.</string>
|
|||
<string name="black">Black</string>
|
||||
<string name="nord">Nord</string>
|
||||
<string name="solarized_dark">Solarized Dark</string>
|
||||
<string name="autofill_blocked_uris">Auto-fill blocked URIs</string>
|
||||
<string name="autofill_blocked_uris">Autofill blocked URIs</string>
|
||||
<string name="ask_to_add_login">Ask to add login</string>
|
||||
<string name="ask_to_add_login_description">Ask to add an item if one isn\'t found in your vault.</string>
|
||||
<string name="on_restart">On app restart</string>
|
||||
<string name="autofill_service_not_enabled">Auto-fill makes it easy to securely access your Bitwarden vault from other websites and apps. It looks like you have not set up an auto-fill service for Bitwarden. Set up auto-fill for Bitwarden from the \"Settings\" screen.</string>
|
||||
<string name="autofill_service_not_enabled">Autofill makes it easy to securely access your Bitwarden vault from other websites and apps. It looks like you have not set up an autofill service for Bitwarden. Set up autofill for Bitwarden from the \"Settings\" screen.</string>
|
||||
<string name="theme_applied_on_restart">Your theme changes will apply when the app is restarted.</string>
|
||||
<string name="capitalize">पहिले अक्षर मोठे करा</string>
|
||||
<string name="include_number">अंक समविष्ट करा</string>
|
||||
|
@ -477,7 +478,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="biometrics_direction">Biometric verification</string>
|
||||
<string name="biometrics">Biometrics</string>
|
||||
<string name="use_biometrics_to_unlock">Use biometrics to unlock</string>
|
||||
<string name="accessibility_overlay_permission_alert">Bitwarden needs attention - See \"Auto-fill Accessibility Service\" from Bitwarden settings</string>
|
||||
<string name="accessibility_overlay_permission_alert">Bitwarden needs attention - See \"Autofill Accessibility Service\" from Bitwarden settings</string>
|
||||
<string name="bitwarden_autofill_service_overlay_permission">3. On the Android App Settings screen for Bitwarden, go to the \"Display over other apps\" options (under Advanced) and tap the toggle to allow overlay support.</string>
|
||||
<string name="overlay_permission">Permission</string>
|
||||
<string name="bitwarden_autofill_service_open_overlay_permission_settings">Open Overlay Permission Settings</string>
|
||||
|
@ -500,7 +501,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="open">Open</string>
|
||||
<string name="unable_to_save_attachment">There was a problem saving this attachment. If the problem persists, you can save it from the web vault.</string>
|
||||
<string name="save_attachment_success">Attachment saved successfully</string>
|
||||
<string name="autofill_tile_accessibility_required">Please turn on \"Auto-fill Accessibility Service\" from Bitwarden Settings to use the Auto-fill tile.</string>
|
||||
<string name="autofill_tile_accessibility_required">Please turn on \"Autofill Accessibility Service\" from Bitwarden Settings to use the Autofill tile.</string>
|
||||
<string name="autofill_tile_uri_not_found">No password fields detected</string>
|
||||
<string name="soft_deleting">Sending to trash...</string>
|
||||
<string name="item_soft_deleted">Item has been sent to trash.</string>
|
||||
|
@ -536,20 +537,20 @@ Scanning will happen automatically.</string>
|
|||
<string name="accept_policies_error">Terms of Service and Privacy Policy have not been acknowledged.</string>
|
||||
<string name="terms_of_service">Terms of Service</string>
|
||||
<string name="privacy_policy">Privacy Policy</string>
|
||||
<string name="accessibility_draw_over_permission_alert">Bitwarden needs attention - Turn on \"Draw-Over\" in \"Auto-fill Services\" from Bitwarden Settings</string>
|
||||
<string name="accessibility_draw_over_permission_alert">Bitwarden needs attention - Turn on \"Draw-Over\" in \"Autofill Services\" from Bitwarden Settings</string>
|
||||
<string name="passkey_management">Passkey management</string>
|
||||
<string name="autofill_services">Autofill services</string>
|
||||
<string name="inline_autofill">Use inline autofill</string>
|
||||
<string name="inline_autofill_description">Use inline autofill if your selected IME (keyboard) supports it. If your configuration is not supported (or this option is turned off), the default Autofill overlay will be used.</string>
|
||||
<string name="accessibility">Use accessibility</string>
|
||||
<string name="accessibility_description">Use the Bitwarden Accessibility Service to auto-fill your logins across apps and the web. When set up, we\'ll display a popup when login fields are selected.</string>
|
||||
<string name="accessibility_description2">Use the Bitwarden Accessibility Service to auto-fill your logins across apps and the web. (Requires Draw-Over to be turned on as well)</string>
|
||||
<string name="accessibility_description">Use the Bitwarden Accessibility Service to autofill your logins across apps and the web. When set up, we\'ll display a popup when login fields are selected.</string>
|
||||
<string name="accessibility_description2">Use the Bitwarden Accessibility Service to autofill your logins across apps and the web. (Requires Draw-Over to be turned on as well)</string>
|
||||
<string name="accessibility_description3">Use the Bitwarden Accessibility Service to use the Autofill Quick-Action Tile, and/or show a popup using Draw-Over (if turned on).</string>
|
||||
<string name="accessibility_description4">Required to use the Autofill Quick-Action Tile, or to augment the Autofill Service by using Draw-Over (if turned on).</string>
|
||||
<string name="accessibility_description5">Required to use the Autofill Quick-Action Tile.</string>
|
||||
<string name="draw_over">Use draw-over</string>
|
||||
<string name="draw_over_description">Allows the Bitwarden Accessibility Service to display a popup when login fields are selected.</string>
|
||||
<string name="draw_over_description2">If turned on, the Bitwarden Accessibility Service will display a popup when login fields are selected to assist with auto-filling your logins.</string>
|
||||
<string name="draw_over_description2">If turned on, the Bitwarden Accessibility Service will display a popup when login fields are selected to assist with autofilling your logins.</string>
|
||||
<string name="draw_over_description3">If turned on, accessibility will show a popup to augment the Autofill Service for older apps that don\'t support the Android Autofill Framework.</string>
|
||||
<string name="personal_ownership_submit_error">Due to an enterprise policy, you are restricted from saving items to your individual vault. Change the ownership option to an organization and choose from available collections.</string>
|
||||
<string name="personal_ownership_policy_in_effect">An organization policy is affecting your ownership options.</string>
|
||||
|
@ -825,8 +826,8 @@ Do you want to switch to this account?</string>
|
|||
<string name="trouble_logging_in">Trouble logging in?</string>
|
||||
<string name="logging_in_as_x">Logging in as %1$s</string>
|
||||
<string name="vault_timeout_action_changed_to_log_out">Vault timeout action changed to log out</string>
|
||||
<string name="block_auto_fill">Block auto-fill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Auto-fill will not be offered for these URIs.</string>
|
||||
<string name="block_auto_fill">Block autofill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Autofill will not be offered for these URIs.</string>
|
||||
<string name="new_blocked_uri">New blocked URI</string>
|
||||
<string name="uri_saved">URI saved</string>
|
||||
<string name="invalid_format_use_https_http_or_android_app">Invalid format. Use https://, http://, or androidapp://</string>
|
||||
|
@ -905,9 +906,9 @@ Do you want to switch to this account?</string>
|
|||
<string name="verifying_identity_ellipsis">Verifying identity...</string>
|
||||
<string name="passwords">Passwords</string>
|
||||
<string name="unknown_account">Unknown account</string>
|
||||
<string name="set_up_autofill">Set up auto-fill</string>
|
||||
<string name="set_up_autofill">Set up autofill</string>
|
||||
<string name="get_instant_access_to_your_passwords_and_passkeys">Get instant access to your passwords and passkeys!</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password autofill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="first_dot_go_to_your_device_settings_passwords_password_options">1. Go to your device\'s Settings > Passwords > Password Options</string>
|
||||
<string name="second_dot_turn_on_auto_fill">2. Turn on AutoFill</string>
|
||||
<string name="third_dot_select_bitwarden_to_use_for_passwords_and_passkeys">3. Select \"Bitwarden\" to use for passwords and passkeys</string>
|
||||
|
@ -1059,4 +1060,17 @@ Do you want to switch to this account?</string>
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -87,15 +87,15 @@
|
|||
<string name="account_created_success">Your new account has been created!</string>
|
||||
<string name="add_an_item">Add an Item</string>
|
||||
<string name="app_extension">App extension</string>
|
||||
<string name="autofill_accessibility_description">Use the Bitwarden accessibility service to auto-fill your logins across apps and the web.</string>
|
||||
<string name="autofill_service">Auto-fill service</string>
|
||||
<string name="autofill_accessibility_description">Use the Bitwarden accessibility service to autofill your logins across apps and the web.</string>
|
||||
<string name="autofill_service">Autofill service</string>
|
||||
<string name="set_bitwarden_as_passkey_manager_description">Set Bitwarden as your passkey provider in device settings.</string>
|
||||
<string name="avoid_ambiguous_characters">Avoid ambiguous characters</string>
|
||||
<string name="bitwarden_app_extension">Bitwarden app extension</string>
|
||||
<string name="bitwarden_app_extension_alert2">The easiest way to add new logins to your vault is from the Bitwarden app extension. Learn more about using the Bitwarden app extension by navigating to the \"Settings\" screen.</string>
|
||||
<string name="bitwarden_app_extension_description">Use Bitwarden in Safari and other apps to auto-fill your logins.</string>
|
||||
<string name="bitwarden_autofill_service">Bitwarden Auto-fill Service</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description">Use the Bitwarden accessibility service to auto-fill your logins.</string>
|
||||
<string name="bitwarden_app_extension_description">Use Bitwarden in Safari and other apps to autofill your logins.</string>
|
||||
<string name="bitwarden_autofill_service">Bitwarden Autofill Service</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description">Use the Bitwarden accessibility service to autofill your logins.</string>
|
||||
<string name="change_email">Change email</string>
|
||||
<string name="change_email_confirmation">You can change your email address on the bitwarden.com web vault. Do you want to visit the website now?</string>
|
||||
<string name="change_master_password">Change master password</string>
|
||||
|
@ -195,9 +195,10 @@
|
|||
<string name="translations">Translations</string>
|
||||
<string name="items_for_uri">Items for %1$s</string>
|
||||
<string name="no_items_for_uri">There are no items in your vault for %1$s.</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Search for a login or add a new login</string>
|
||||
<string name="bitwarden_autofill_service_overlay">When you select an input field and see a Bitwarden auto-fill overlay, you can tap it to launch the auto-fill service.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Tap this notification to auto-fill an item from your vault.</string>
|
||||
<string name="bitwarden_autofill_service_overlay">When you select an input field and see a Bitwarden autofill overlay, you can tap it to launch the autofill service.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Tap this notification to autofill an item from your vault.</string>
|
||||
<string name="bitwarden_autofill_service_open_accessibility_settings">Open Accessibility Settings</string>
|
||||
<string name="bitwarden_autofill_service_step1">1. On the Android Accessibility Settings screen, touch \"Bitwarden\" under the Services heading.</string>
|
||||
<string name="bitwarden_autofill_service_step2">2. Switch on the toggle and press OK to accept.</string>
|
||||
|
@ -206,14 +207,14 @@
|
|||
<string name="off" tools:override="true">Off</string>
|
||||
<string name="on" tools:override="true">On</string>
|
||||
<string name="status">Status</string>
|
||||
<string name="bitwarden_autofill_service_alert2">The easiest way to add new logins to your vault is from the Bitwarden Auto-fill Service. Learn more about using the Bitwarden Auto-fill Service by navigating to the \"Settings\" screen.</string>
|
||||
<string name="autofill">Auto-fill</string>
|
||||
<string name="autofill_or_view">Do you want to auto-fill or view this item?</string>
|
||||
<string name="bitwarden_autofill_service_match_confirm">Are you sure you want to auto-fill this item? It is not a complete match for \"%1$s\".</string>
|
||||
<string name="bitwarden_autofill_service_alert2">The easiest way to add new logins to your vault is from the Bitwarden Autofill Service. Learn more about using the Bitwarden Autofill Service by navigating to the \"Settings\" screen.</string>
|
||||
<string name="autofill">Autofill</string>
|
||||
<string name="autofill_or_view">Do you want to autofill or view this item?</string>
|
||||
<string name="bitwarden_autofill_service_match_confirm">Are you sure you want to autofill this item? It is not a complete match for \"%1$s\".</string>
|
||||
<string name="matching_items">Matching items</string>
|
||||
<string name="possible_matching_items">Possible matching items</string>
|
||||
<string name="search">Search</string>
|
||||
<string name="bitwarden_autofill_service_search">You are searching for an auto-fill item for \"%1$s\".</string>
|
||||
<string name="bitwarden_autofill_service_search">You are searching for an autofill item for \"%1$s\".</string>
|
||||
<string name="learn_org">Learn about organizations</string>
|
||||
<string name="cannot_open_app">Cannot open the app \"%1$s\".</string>
|
||||
<string name="authenticator_app_title">Authenticator app</string>
|
||||
|
@ -246,7 +247,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="camera">Camera</string>
|
||||
<string name="photos">Photos</string>
|
||||
<string name="copy_totp">Copy TOTP</string>
|
||||
<string name="copy_totp_automatically_description">If a login has an authenticator key, copy the TOTP verification code to your clipboard when you auto-fill the login.</string>
|
||||
<string name="copy_totp_automatically_description">If a login has an authenticator key, copy the TOTP verification code to your clipboard when you autofill the login.</string>
|
||||
<string name="copy_totp_automatically">Copy TOTP automatically</string>
|
||||
<string name="premium_required">A premium membership is required to use this feature.</string>
|
||||
<string name="attachement_added">Attachment added</string>
|
||||
|
@ -324,17 +325,17 @@ Scanning will happen automatically.</string>
|
|||
<string name="show_website_icons">Show website icons</string>
|
||||
<string name="show_website_icons_description">Show a recognizable image next to each login.</string>
|
||||
<string name="icons_url">Icons server URL</string>
|
||||
<string name="autofill_with_bitwarden">Auto-fill with Bitwarden</string>
|
||||
<string name="autofill_with_bitwarden">Autofill with Bitwarden</string>
|
||||
<string name="vault_is_locked">Vault is locked</string>
|
||||
<string name="go_to_my_vault">Go to my vault</string>
|
||||
<string name="collections">Collections</string>
|
||||
<string name="no_items_collection">There are no items in this collection.</string>
|
||||
<string name="no_items_folder">There are no items in this folder.</string>
|
||||
<string name="no_items_trash">There are no items in the trash.</string>
|
||||
<string name="autofill_accessibility_service">Auto-fill Accessibility Service</string>
|
||||
<string name="autofill_accessibility_service">Autofill Accessibility Service</string>
|
||||
<string name="autofill_accessibility_summary">Assist with filling username and password fields in other apps and on the web.</string>
|
||||
<string name="autofill_service_description">The Bitwarden auto-fill service uses the Android Autofill Framework to assist in filling login information into other apps on your device.</string>
|
||||
<string name="bitwarden_autofill_service_description">Use the Bitwarden auto-fill service to fill login information into other apps.</string>
|
||||
<string name="autofill_service_description">The Bitwarden autofill service uses the Android Autofill Framework to assist in filling login information into other apps on your device.</string>
|
||||
<string name="bitwarden_autofill_service_description">Use the Bitwarden autofill service to fill login information into other apps.</string>
|
||||
<string name="bitwarden_autofill_service_open_autofill_settings">Open Autofill Settings</string>
|
||||
<string name="face_id">Face ID</string>
|
||||
<string name="face_id_direction">Use Face ID to verify.</string>
|
||||
|
@ -362,12 +363,12 @@ Scanning will happen automatically.</string>
|
|||
<string name="uri_match_detection">URI match detection</string>
|
||||
<string name="match_detection">Match detection</string>
|
||||
<string name="yes_and_save">Yes, and save</string>
|
||||
<string name="autofill_and_save">Auto-fill and save</string>
|
||||
<string name="autofill_and_save">Autofill and save</string>
|
||||
<string name="organization">Organization</string>
|
||||
<string name="hold_yubikey_near_top">Hold your Yubikey near the top of the device.</string>
|
||||
<string name="try_again">Try again</string>
|
||||
<string name="yubi_key_instruction_ios">To continue, hold your YubiKey NEO against the back of the device.</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description2">The accessibility service may be helpful to use when apps do not support the standard auto-fill service.</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description2">The accessibility service may be helpful to use when apps do not support the standard autofill service.</string>
|
||||
<string name="date_password_updated">Password updated</string>
|
||||
<string name="date_updated">Updated</string>
|
||||
<string name="autofill_activated">AutoFill activated!</string>
|
||||
|
@ -375,13 +376,13 @@ Scanning will happen automatically.</string>
|
|||
<string name="autofill_setup">Your logins are now easily accessible right from your keyboard while logging into apps and websites.</string>
|
||||
<string name="autofill_setup2">We recommend disabling any other AutoFill apps under Settings if you do not plan to use them.</string>
|
||||
<string name="bitwarden_autofill_description">Access your vault directly from your keyboard to quickly autofill passwords.</string>
|
||||
<string name="autofill_turn_on">To set up password auto-fill on your device, follow these instructions:</string>
|
||||
<string name="autofill_turn_on">To set up password autofill on your device, follow these instructions:</string>
|
||||
<string name="autofill_turn_on1">1. Go to the iOS \"Settings\" app</string>
|
||||
<string name="autofill_turn_on2">2. Tap \"Passwords\"</string>
|
||||
<string name="autofill_turn_on3">3. Tap \"AutoFill Passwords\"</string>
|
||||
<string name="autofill_turn_on4">4. Turn on AutoFill</string>
|
||||
<string name="autofill_turn_on5">5. Select \"Bitwarden\"</string>
|
||||
<string name="password_autofill">Password auto-fill</string>
|
||||
<string name="password_autofill">Password autofill</string>
|
||||
<string name="bitwarden_autofill_alert2">The easiest way to add new logins to your vault is by using the Bitwarden Password AutoFill extension. Learn more about using the Bitwarden Password AutoFill extension by navigating to the \"Settings\" screen.</string>
|
||||
<string name="invalid_email">Invalid email address.</string>
|
||||
<string name="cards">Cards</string>
|
||||
|
@ -449,7 +450,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="clear_clipboard">Clear clipboard</string>
|
||||
<string name="clear_clipboard_description">Automatically clear copied values from your clipboard.</string>
|
||||
<string name="default_uri_match_detection">Default URI match detection</string>
|
||||
<string name="default_uri_match_detection_description">Choose the default way that URI match detection is handled for logins when performing actions such as auto-fill.</string>
|
||||
<string name="default_uri_match_detection_description">Choose the default way that URI match detection is handled for logins when performing actions such as autofill.</string>
|
||||
<string name="theme">Theme</string>
|
||||
<string name="theme_description">Change the application\'s color theme.</string>
|
||||
<string name="theme_default">Default (System)</string>
|
||||
|
@ -462,11 +463,11 @@ Scanning will happen automatically.</string>
|
|||
<string name="black">Black</string>
|
||||
<string name="nord">Nord</string>
|
||||
<string name="solarized_dark">Solarized Dark</string>
|
||||
<string name="autofill_blocked_uris">Auto-fill blocked URIs</string>
|
||||
<string name="autofill_blocked_uris">Autofill blocked URIs</string>
|
||||
<string name="ask_to_add_login">Ask to add login</string>
|
||||
<string name="ask_to_add_login_description">Ask to add an item if one isn\'t found in your vault.</string>
|
||||
<string name="on_restart">On app restart</string>
|
||||
<string name="autofill_service_not_enabled">Auto-fill makes it easy to securely access your Bitwarden vault from other websites and apps. It looks like you have not set up an auto-fill service for Bitwarden. Set up auto-fill for Bitwarden from the \"Settings\" screen.</string>
|
||||
<string name="autofill_service_not_enabled">Autofill makes it easy to securely access your Bitwarden vault from other websites and apps. It looks like you have not set up an autofill service for Bitwarden. Set up autofill for Bitwarden from the \"Settings\" screen.</string>
|
||||
<string name="theme_applied_on_restart">Your theme changes will apply when the app is restarted.</string>
|
||||
<string name="capitalize">Capitalize</string>
|
||||
<string name="include_number">Include number</string>
|
||||
|
@ -477,7 +478,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="biometrics_direction">Biometric verification</string>
|
||||
<string name="biometrics">Biometrics</string>
|
||||
<string name="use_biometrics_to_unlock">Use biometrics to unlock</string>
|
||||
<string name="accessibility_overlay_permission_alert">Bitwarden needs attention - See \"Auto-fill Accessibility Service\" from Bitwarden settings</string>
|
||||
<string name="accessibility_overlay_permission_alert">Bitwarden needs attention - See \"Autofill Accessibility Service\" from Bitwarden settings</string>
|
||||
<string name="bitwarden_autofill_service_overlay_permission">3. On the Android App Settings screen for Bitwarden, go to the \"Display over other apps\" options (under Advanced) and tap the toggle to allow overlay support.</string>
|
||||
<string name="overlay_permission">Permission</string>
|
||||
<string name="bitwarden_autofill_service_open_overlay_permission_settings">Open Overlay Permission Settings</string>
|
||||
|
@ -500,7 +501,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="open">Open</string>
|
||||
<string name="unable_to_save_attachment">There was a problem saving this attachment. If the problem persists, you can save it from the web vault.</string>
|
||||
<string name="save_attachment_success">Attachment saved successfully</string>
|
||||
<string name="autofill_tile_accessibility_required">Please turn on \"Auto-fill Accessibility Service\" from Bitwarden Settings to use the Auto-fill tile.</string>
|
||||
<string name="autofill_tile_accessibility_required">Please turn on \"Autofill Accessibility Service\" from Bitwarden Settings to use the Autofill tile.</string>
|
||||
<string name="autofill_tile_uri_not_found">No password fields detected</string>
|
||||
<string name="soft_deleting">Sending to trash...</string>
|
||||
<string name="item_soft_deleted">Item has been sent to trash.</string>
|
||||
|
@ -536,20 +537,20 @@ Scanning will happen automatically.</string>
|
|||
<string name="accept_policies_error">Terms of Service and Privacy Policy have not been acknowledged.</string>
|
||||
<string name="terms_of_service">Terms of Service</string>
|
||||
<string name="privacy_policy">Privacy Policy</string>
|
||||
<string name="accessibility_draw_over_permission_alert">Bitwarden needs attention - Turn on \"Draw-Over\" in \"Auto-fill Services\" from Bitwarden Settings</string>
|
||||
<string name="accessibility_draw_over_permission_alert">Bitwarden needs attention - Turn on \"Draw-Over\" in \"Autofill Services\" from Bitwarden Settings</string>
|
||||
<string name="passkey_management">Passkey management</string>
|
||||
<string name="autofill_services">Autofill services</string>
|
||||
<string name="inline_autofill">Use inline autofill</string>
|
||||
<string name="inline_autofill_description">Use inline autofill if your selected IME (keyboard) supports it. If your configuration is not supported (or this option is turned off), the default Autofill overlay will be used.</string>
|
||||
<string name="accessibility">Use accessibility</string>
|
||||
<string name="accessibility_description">Use the Bitwarden Accessibility Service to auto-fill your logins across apps and the web. When set up, we\'ll display a popup when login fields are selected.</string>
|
||||
<string name="accessibility_description2">Use the Bitwarden Accessibility Service to auto-fill your logins across apps and the web. (Requires Draw-Over to be turned on as well)</string>
|
||||
<string name="accessibility_description">Use the Bitwarden Accessibility Service to autofill your logins across apps and the web. When set up, we\'ll display a popup when login fields are selected.</string>
|
||||
<string name="accessibility_description2">Use the Bitwarden Accessibility Service to autofill your logins across apps and the web. (Requires Draw-Over to be turned on as well)</string>
|
||||
<string name="accessibility_description3">Use the Bitwarden Accessibility Service to use the Autofill Quick-Action Tile, and/or show a popup using Draw-Over (if turned on).</string>
|
||||
<string name="accessibility_description4">Required to use the Autofill Quick-Action Tile, or to augment the Autofill Service by using Draw-Over (if turned on).</string>
|
||||
<string name="accessibility_description5">Required to use the Autofill Quick-Action Tile.</string>
|
||||
<string name="draw_over">Use draw-over</string>
|
||||
<string name="draw_over_description">Allows the Bitwarden Accessibility Service to display a popup when login fields are selected.</string>
|
||||
<string name="draw_over_description2">If turned on, the Bitwarden Accessibility Service will display a popup when login fields are selected to assist with auto-filling your logins.</string>
|
||||
<string name="draw_over_description2">If turned on, the Bitwarden Accessibility Service will display a popup when login fields are selected to assist with autofilling your logins.</string>
|
||||
<string name="draw_over_description3">If turned on, accessibility will show a popup to augment the Autofill Service for older apps that don\'t support the Android Autofill Framework.</string>
|
||||
<string name="personal_ownership_submit_error">Due to an enterprise policy, you are restricted from saving items to your individual vault. Change the ownership option to an organization and choose from available collections.</string>
|
||||
<string name="personal_ownership_policy_in_effect">An organization policy is affecting your ownership options.</string>
|
||||
|
@ -825,8 +826,8 @@ Do you want to switch to this account?</string>
|
|||
<string name="trouble_logging_in">Trouble logging in?</string>
|
||||
<string name="logging_in_as_x">Logging in as %1$s</string>
|
||||
<string name="vault_timeout_action_changed_to_log_out">Vault timeout action changed to log out</string>
|
||||
<string name="block_auto_fill">Block auto-fill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Auto-fill will not be offered for these URIs.</string>
|
||||
<string name="block_auto_fill">Block autofill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Autofill will not be offered for these URIs.</string>
|
||||
<string name="new_blocked_uri">New blocked URI</string>
|
||||
<string name="uri_saved">URI saved</string>
|
||||
<string name="invalid_format_use_https_http_or_android_app">Invalid format. Use https://, http://, or androidapp://</string>
|
||||
|
@ -905,9 +906,9 @@ Do you want to switch to this account?</string>
|
|||
<string name="verifying_identity_ellipsis">Verifying identity...</string>
|
||||
<string name="passwords">Passwords</string>
|
||||
<string name="unknown_account">Unknown account</string>
|
||||
<string name="set_up_autofill">Set up auto-fill</string>
|
||||
<string name="set_up_autofill">Set up autofill</string>
|
||||
<string name="get_instant_access_to_your_passwords_and_passkeys">Get instant access to your passwords and passkeys!</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password autofill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="first_dot_go_to_your_device_settings_passwords_password_options">1. Go to your device\'s Settings > Passwords > Password Options</string>
|
||||
<string name="second_dot_turn_on_auto_fill">2. Turn on AutoFill</string>
|
||||
<string name="third_dot_select_bitwarden_to_use_for_passwords_and_passkeys">3. Select \"Bitwarden\" to use for passwords and passkeys</string>
|
||||
|
@ -1059,4 +1060,17 @@ Do you want to switch to this account?</string>
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">Oversettelser</string>
|
||||
<string name="items_for_uri">Gjenstander for %1$s</string>
|
||||
<string name="no_items_for_uri">Det er ingen gjenstander i hvelvet ditt for %1$s.</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Search for a login or add a new login</string>
|
||||
<string name="bitwarden_autofill_service_overlay">Når du velger et inntastingsfelt og ser Bitwardens autofylltjeneste, kan du trykke på den for å starte autofylltjenesten.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Trykk på denne beskjeden for å auto-utfylle en gjenstand fra ditt hvelv.</string>
|
||||
|
@ -825,8 +826,8 @@ Vil du bytte til denne kontoen?</string>
|
|||
<string name="trouble_logging_in">Problemer med å logge inn?</string>
|
||||
<string name="logging_in_as_x">Logger inn som %1$s</string>
|
||||
<string name="vault_timeout_action_changed_to_log_out">Vault timeout action changed to log out</string>
|
||||
<string name="block_auto_fill">Block auto-fill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Auto-fill will not be offered for these URIs.</string>
|
||||
<string name="block_auto_fill">Block autofill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Autofill will not be offered for these URIs.</string>
|
||||
<string name="new_blocked_uri">New blocked URI</string>
|
||||
<string name="uri_saved">URI saved</string>
|
||||
<string name="invalid_format_use_https_http_or_android_app">Invalid format. Use https://, http://, or androidapp://</string>
|
||||
|
@ -905,9 +906,9 @@ Vil du bytte til denne kontoen?</string>
|
|||
<string name="verifying_identity_ellipsis">Verifying identity...</string>
|
||||
<string name="passwords">Passwords</string>
|
||||
<string name="unknown_account">Unknown account</string>
|
||||
<string name="set_up_autofill">Set up auto-fill</string>
|
||||
<string name="set_up_autofill">Set up autofill</string>
|
||||
<string name="get_instant_access_to_your_passwords_and_passkeys">Get instant access to your passwords and passkeys!</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password autofill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="first_dot_go_to_your_device_settings_passwords_password_options">1. Go to your device\'s Settings > Passwords > Password Options</string>
|
||||
<string name="second_dot_turn_on_auto_fill">2. Turn on AutoFill</string>
|
||||
<string name="third_dot_select_bitwarden_to_use_for_passwords_and_passkeys">3. Select \"Bitwarden\" to use for passwords and passkeys</string>
|
||||
|
@ -1059,4 +1060,17 @@ Vil du bytte til denne kontoen?</string>
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -87,15 +87,15 @@
|
|||
<string name="account_created_success">Your new account has been created!</string>
|
||||
<string name="add_an_item">Add an Item</string>
|
||||
<string name="app_extension">App extension</string>
|
||||
<string name="autofill_accessibility_description">Use the Bitwarden accessibility service to auto-fill your logins across apps and the web.</string>
|
||||
<string name="autofill_service">Auto-fill service</string>
|
||||
<string name="autofill_accessibility_description">Use the Bitwarden accessibility service to autofill your logins across apps and the web.</string>
|
||||
<string name="autofill_service">Autofill service</string>
|
||||
<string name="set_bitwarden_as_passkey_manager_description">Set Bitwarden as your passkey provider in device settings.</string>
|
||||
<string name="avoid_ambiguous_characters">Avoid ambiguous characters</string>
|
||||
<string name="bitwarden_app_extension">Bitwarden app extension</string>
|
||||
<string name="bitwarden_app_extension_alert2">The easiest way to add new logins to your vault is from the Bitwarden app extension. Learn more about using the Bitwarden app extension by navigating to the \"Settings\" screen.</string>
|
||||
<string name="bitwarden_app_extension_description">Use Bitwarden in Safari and other apps to auto-fill your logins.</string>
|
||||
<string name="bitwarden_autofill_service">Bitwarden Auto-fill Service</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description">Use the Bitwarden accessibility service to auto-fill your logins.</string>
|
||||
<string name="bitwarden_app_extension_description">Use Bitwarden in Safari and other apps to autofill your logins.</string>
|
||||
<string name="bitwarden_autofill_service">Bitwarden Autofill Service</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description">Use the Bitwarden accessibility service to autofill your logins.</string>
|
||||
<string name="change_email">Change email</string>
|
||||
<string name="change_email_confirmation">You can change your email address on the bitwarden.com web vault. Do you want to visit the website now?</string>
|
||||
<string name="change_master_password">Change master password</string>
|
||||
|
@ -195,9 +195,10 @@
|
|||
<string name="translations">Translations</string>
|
||||
<string name="items_for_uri">Items for %1$s</string>
|
||||
<string name="no_items_for_uri">There are no items in your vault for %1$s.</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Search for a login or add a new login</string>
|
||||
<string name="bitwarden_autofill_service_overlay">When you select an input field and see a Bitwarden auto-fill overlay, you can tap it to launch the auto-fill service.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Tap this notification to auto-fill an item from your vault.</string>
|
||||
<string name="bitwarden_autofill_service_overlay">When you select an input field and see a Bitwarden autofill overlay, you can tap it to launch the autofill service.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Tap this notification to autofill an item from your vault.</string>
|
||||
<string name="bitwarden_autofill_service_open_accessibility_settings">Open Accessibility Settings</string>
|
||||
<string name="bitwarden_autofill_service_step1">1. On the Android Accessibility Settings screen, touch \"Bitwarden\" under the Services heading.</string>
|
||||
<string name="bitwarden_autofill_service_step2">2. Switch on the toggle and press OK to accept.</string>
|
||||
|
@ -206,14 +207,14 @@
|
|||
<string name="off" tools:override="true">Off</string>
|
||||
<string name="on" tools:override="true">On</string>
|
||||
<string name="status">Status</string>
|
||||
<string name="bitwarden_autofill_service_alert2">The easiest way to add new logins to your vault is from the Bitwarden Auto-fill Service. Learn more about using the Bitwarden Auto-fill Service by navigating to the \"Settings\" screen.</string>
|
||||
<string name="autofill">Auto-fill</string>
|
||||
<string name="autofill_or_view">Do you want to auto-fill or view this item?</string>
|
||||
<string name="bitwarden_autofill_service_match_confirm">Are you sure you want to auto-fill this item? It is not a complete match for \"%1$s\".</string>
|
||||
<string name="bitwarden_autofill_service_alert2">The easiest way to add new logins to your vault is from the Bitwarden Autofill Service. Learn more about using the Bitwarden Autofill Service by navigating to the \"Settings\" screen.</string>
|
||||
<string name="autofill">Autofill</string>
|
||||
<string name="autofill_or_view">Do you want to autofill or view this item?</string>
|
||||
<string name="bitwarden_autofill_service_match_confirm">Are you sure you want to autofill this item? It is not a complete match for \"%1$s\".</string>
|
||||
<string name="matching_items">Matching items</string>
|
||||
<string name="possible_matching_items">Possible matching items</string>
|
||||
<string name="search">Search</string>
|
||||
<string name="bitwarden_autofill_service_search">You are searching for an auto-fill item for \"%1$s\".</string>
|
||||
<string name="bitwarden_autofill_service_search">You are searching for an autofill item for \"%1$s\".</string>
|
||||
<string name="learn_org">Learn about organizations</string>
|
||||
<string name="cannot_open_app">Cannot open the app \"%1$s\".</string>
|
||||
<string name="authenticator_app_title">Authenticator app</string>
|
||||
|
@ -246,7 +247,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="camera">Camera</string>
|
||||
<string name="photos">Photos</string>
|
||||
<string name="copy_totp">Copy TOTP</string>
|
||||
<string name="copy_totp_automatically_description">If a login has an authenticator key, copy the TOTP verification code to your clipboard when you auto-fill the login.</string>
|
||||
<string name="copy_totp_automatically_description">If a login has an authenticator key, copy the TOTP verification code to your clipboard when you autofill the login.</string>
|
||||
<string name="copy_totp_automatically">Copy TOTP automatically</string>
|
||||
<string name="premium_required">A premium membership is required to use this feature.</string>
|
||||
<string name="attachement_added">Attachment added</string>
|
||||
|
@ -324,17 +325,17 @@ Scanning will happen automatically.</string>
|
|||
<string name="show_website_icons">Show website icons</string>
|
||||
<string name="show_website_icons_description">Show a recognizable image next to each login.</string>
|
||||
<string name="icons_url">Icons server URL</string>
|
||||
<string name="autofill_with_bitwarden">Auto-fill with Bitwarden</string>
|
||||
<string name="autofill_with_bitwarden">Autofill with Bitwarden</string>
|
||||
<string name="vault_is_locked">Vault is locked</string>
|
||||
<string name="go_to_my_vault">Go to my vault</string>
|
||||
<string name="collections">Collections</string>
|
||||
<string name="no_items_collection">There are no items in this collection.</string>
|
||||
<string name="no_items_folder">There are no items in this folder.</string>
|
||||
<string name="no_items_trash">There are no items in the trash.</string>
|
||||
<string name="autofill_accessibility_service">Auto-fill Accessibility Service</string>
|
||||
<string name="autofill_accessibility_service">Autofill Accessibility Service</string>
|
||||
<string name="autofill_accessibility_summary">Assist with filling username and password fields in other apps and on the web.</string>
|
||||
<string name="autofill_service_description">The Bitwarden auto-fill service uses the Android Autofill Framework to assist in filling login information into other apps on your device.</string>
|
||||
<string name="bitwarden_autofill_service_description">Use the Bitwarden auto-fill service to fill login information into other apps.</string>
|
||||
<string name="autofill_service_description">The Bitwarden autofill service uses the Android Autofill Framework to assist in filling login information into other apps on your device.</string>
|
||||
<string name="bitwarden_autofill_service_description">Use the Bitwarden autofill service to fill login information into other apps.</string>
|
||||
<string name="bitwarden_autofill_service_open_autofill_settings">Open Autofill Settings</string>
|
||||
<string name="face_id">Face ID</string>
|
||||
<string name="face_id_direction">Use Face ID to verify.</string>
|
||||
|
@ -362,12 +363,12 @@ Scanning will happen automatically.</string>
|
|||
<string name="uri_match_detection">URI match detection</string>
|
||||
<string name="match_detection">Match detection</string>
|
||||
<string name="yes_and_save">Yes, and save</string>
|
||||
<string name="autofill_and_save">Auto-fill and save</string>
|
||||
<string name="autofill_and_save">Autofill and save</string>
|
||||
<string name="organization">Organization</string>
|
||||
<string name="hold_yubikey_near_top">Hold your Yubikey near the top of the device.</string>
|
||||
<string name="try_again">Try again</string>
|
||||
<string name="yubi_key_instruction_ios">To continue, hold your YubiKey NEO against the back of the device.</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description2">The accessibility service may be helpful to use when apps do not support the standard auto-fill service.</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description2">The accessibility service may be helpful to use when apps do not support the standard autofill service.</string>
|
||||
<string name="date_password_updated">Password updated</string>
|
||||
<string name="date_updated">Updated</string>
|
||||
<string name="autofill_activated">AutoFill activated!</string>
|
||||
|
@ -375,13 +376,13 @@ Scanning will happen automatically.</string>
|
|||
<string name="autofill_setup">Your logins are now easily accessible right from your keyboard while logging into apps and websites.</string>
|
||||
<string name="autofill_setup2">We recommend disabling any other AutoFill apps under Settings if you do not plan to use them.</string>
|
||||
<string name="bitwarden_autofill_description">Access your vault directly from your keyboard to quickly autofill passwords.</string>
|
||||
<string name="autofill_turn_on">To set up password auto-fill on your device, follow these instructions:</string>
|
||||
<string name="autofill_turn_on">To set up password autofill on your device, follow these instructions:</string>
|
||||
<string name="autofill_turn_on1">1. Go to the iOS \"Settings\" app</string>
|
||||
<string name="autofill_turn_on2">2. Tap \"Passwords\"</string>
|
||||
<string name="autofill_turn_on3">3. Tap \"AutoFill Passwords\"</string>
|
||||
<string name="autofill_turn_on4">4. Turn on AutoFill</string>
|
||||
<string name="autofill_turn_on5">5. Select \"Bitwarden\"</string>
|
||||
<string name="password_autofill">Password auto-fill</string>
|
||||
<string name="password_autofill">Password autofill</string>
|
||||
<string name="bitwarden_autofill_alert2">The easiest way to add new logins to your vault is by using the Bitwarden Password AutoFill extension. Learn more about using the Bitwarden Password AutoFill extension by navigating to the \"Settings\" screen.</string>
|
||||
<string name="invalid_email">Invalid email address.</string>
|
||||
<string name="cards">Cards</string>
|
||||
|
@ -449,7 +450,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="clear_clipboard">Clear clipboard</string>
|
||||
<string name="clear_clipboard_description">Automatically clear copied values from your clipboard.</string>
|
||||
<string name="default_uri_match_detection">Default URI match detection</string>
|
||||
<string name="default_uri_match_detection_description">Choose the default way that URI match detection is handled for logins when performing actions such as auto-fill.</string>
|
||||
<string name="default_uri_match_detection_description">Choose the default way that URI match detection is handled for logins when performing actions such as autofill.</string>
|
||||
<string name="theme">Theme</string>
|
||||
<string name="theme_description">Change the application\'s color theme.</string>
|
||||
<string name="theme_default">Default (System)</string>
|
||||
|
@ -462,11 +463,11 @@ Scanning will happen automatically.</string>
|
|||
<string name="black">Black</string>
|
||||
<string name="nord">Nord</string>
|
||||
<string name="solarized_dark">Solarized Dark</string>
|
||||
<string name="autofill_blocked_uris">Auto-fill blocked URIs</string>
|
||||
<string name="autofill_blocked_uris">Autofill blocked URIs</string>
|
||||
<string name="ask_to_add_login">Ask to add login</string>
|
||||
<string name="ask_to_add_login_description">Ask to add an item if one isn\'t found in your vault.</string>
|
||||
<string name="on_restart">On app restart</string>
|
||||
<string name="autofill_service_not_enabled">Auto-fill makes it easy to securely access your Bitwarden vault from other websites and apps. It looks like you have not set up an auto-fill service for Bitwarden. Set up auto-fill for Bitwarden from the \"Settings\" screen.</string>
|
||||
<string name="autofill_service_not_enabled">Autofill makes it easy to securely access your Bitwarden vault from other websites and apps. It looks like you have not set up an autofill service for Bitwarden. Set up autofill for Bitwarden from the \"Settings\" screen.</string>
|
||||
<string name="theme_applied_on_restart">Your theme changes will apply when the app is restarted.</string>
|
||||
<string name="capitalize">Capitalize</string>
|
||||
<string name="include_number">Include number</string>
|
||||
|
@ -477,7 +478,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="biometrics_direction">Biometric verification</string>
|
||||
<string name="biometrics">Biometrics</string>
|
||||
<string name="use_biometrics_to_unlock">Use biometrics to unlock</string>
|
||||
<string name="accessibility_overlay_permission_alert">Bitwarden needs attention - See \"Auto-fill Accessibility Service\" from Bitwarden settings</string>
|
||||
<string name="accessibility_overlay_permission_alert">Bitwarden needs attention - See \"Autofill Accessibility Service\" from Bitwarden settings</string>
|
||||
<string name="bitwarden_autofill_service_overlay_permission">3. On the Android App Settings screen for Bitwarden, go to the \"Display over other apps\" options (under Advanced) and tap the toggle to allow overlay support.</string>
|
||||
<string name="overlay_permission">Permission</string>
|
||||
<string name="bitwarden_autofill_service_open_overlay_permission_settings">Open Overlay Permission Settings</string>
|
||||
|
@ -500,7 +501,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="open">Open</string>
|
||||
<string name="unable_to_save_attachment">There was a problem saving this attachment. If the problem persists, you can save it from the web vault.</string>
|
||||
<string name="save_attachment_success">Attachment saved successfully</string>
|
||||
<string name="autofill_tile_accessibility_required">Please turn on \"Auto-fill Accessibility Service\" from Bitwarden Settings to use the Auto-fill tile.</string>
|
||||
<string name="autofill_tile_accessibility_required">Please turn on \"Autofill Accessibility Service\" from Bitwarden Settings to use the Autofill tile.</string>
|
||||
<string name="autofill_tile_uri_not_found">No password fields detected</string>
|
||||
<string name="soft_deleting">Sending to trash...</string>
|
||||
<string name="item_soft_deleted">Item has been sent to trash.</string>
|
||||
|
@ -536,20 +537,20 @@ Scanning will happen automatically.</string>
|
|||
<string name="accept_policies_error">Terms of Service and Privacy Policy have not been acknowledged.</string>
|
||||
<string name="terms_of_service">Terms of Service</string>
|
||||
<string name="privacy_policy">Privacy Policy</string>
|
||||
<string name="accessibility_draw_over_permission_alert">Bitwarden needs attention - Turn on \"Draw-Over\" in \"Auto-fill Services\" from Bitwarden Settings</string>
|
||||
<string name="accessibility_draw_over_permission_alert">Bitwarden needs attention - Turn on \"Draw-Over\" in \"Autofill Services\" from Bitwarden Settings</string>
|
||||
<string name="passkey_management">Passkey management</string>
|
||||
<string name="autofill_services">Autofill services</string>
|
||||
<string name="inline_autofill">Use inline autofill</string>
|
||||
<string name="inline_autofill_description">Use inline autofill if your selected IME (keyboard) supports it. If your configuration is not supported (or this option is turned off), the default Autofill overlay will be used.</string>
|
||||
<string name="accessibility">Use accessibility</string>
|
||||
<string name="accessibility_description">Use the Bitwarden Accessibility Service to auto-fill your logins across apps and the web. When set up, we\'ll display a popup when login fields are selected.</string>
|
||||
<string name="accessibility_description2">Use the Bitwarden Accessibility Service to auto-fill your logins across apps and the web. (Requires Draw-Over to be turned on as well)</string>
|
||||
<string name="accessibility_description">Use the Bitwarden Accessibility Service to autofill your logins across apps and the web. When set up, we\'ll display a popup when login fields are selected.</string>
|
||||
<string name="accessibility_description2">Use the Bitwarden Accessibility Service to autofill your logins across apps and the web. (Requires Draw-Over to be turned on as well)</string>
|
||||
<string name="accessibility_description3">Use the Bitwarden Accessibility Service to use the Autofill Quick-Action Tile, and/or show a popup using Draw-Over (if turned on).</string>
|
||||
<string name="accessibility_description4">Required to use the Autofill Quick-Action Tile, or to augment the Autofill Service by using Draw-Over (if turned on).</string>
|
||||
<string name="accessibility_description5">Required to use the Autofill Quick-Action Tile.</string>
|
||||
<string name="draw_over">Use draw-over</string>
|
||||
<string name="draw_over_description">Allows the Bitwarden Accessibility Service to display a popup when login fields are selected.</string>
|
||||
<string name="draw_over_description2">If turned on, the Bitwarden Accessibility Service will display a popup when login fields are selected to assist with auto-filling your logins.</string>
|
||||
<string name="draw_over_description2">If turned on, the Bitwarden Accessibility Service will display a popup when login fields are selected to assist with autofilling your logins.</string>
|
||||
<string name="draw_over_description3">If turned on, accessibility will show a popup to augment the Autofill Service for older apps that don\'t support the Android Autofill Framework.</string>
|
||||
<string name="personal_ownership_submit_error">Due to an enterprise policy, you are restricted from saving items to your individual vault. Change the ownership option to an organization and choose from available collections.</string>
|
||||
<string name="personal_ownership_policy_in_effect">An organization policy is affecting your ownership options.</string>
|
||||
|
@ -825,8 +826,8 @@ Do you want to switch to this account?</string>
|
|||
<string name="trouble_logging_in">Trouble logging in?</string>
|
||||
<string name="logging_in_as_x">Logging in as %1$s</string>
|
||||
<string name="vault_timeout_action_changed_to_log_out">Vault timeout action changed to log out</string>
|
||||
<string name="block_auto_fill">Block auto-fill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Auto-fill will not be offered for these URIs.</string>
|
||||
<string name="block_auto_fill">Block autofill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Autofill will not be offered for these URIs.</string>
|
||||
<string name="new_blocked_uri">New blocked URI</string>
|
||||
<string name="uri_saved">URI saved</string>
|
||||
<string name="invalid_format_use_https_http_or_android_app">Invalid format. Use https://, http://, or androidapp://</string>
|
||||
|
@ -905,9 +906,9 @@ Do you want to switch to this account?</string>
|
|||
<string name="verifying_identity_ellipsis">Verifying identity...</string>
|
||||
<string name="passwords">Passwords</string>
|
||||
<string name="unknown_account">Unknown account</string>
|
||||
<string name="set_up_autofill">Set up auto-fill</string>
|
||||
<string name="set_up_autofill">Set up autofill</string>
|
||||
<string name="get_instant_access_to_your_passwords_and_passkeys">Get instant access to your passwords and passkeys!</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password autofill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="first_dot_go_to_your_device_settings_passwords_password_options">1. Go to your device\'s Settings > Passwords > Password Options</string>
|
||||
<string name="second_dot_turn_on_auto_fill">2. Turn on AutoFill</string>
|
||||
<string name="third_dot_select_bitwarden_to_use_for_passwords_and_passkeys">3. Select \"Bitwarden\" to use for passwords and passkeys</string>
|
||||
|
@ -1059,4 +1060,17 @@ Do you want to switch to this account?</string>
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">Vertalingen</string>
|
||||
<string name="items_for_uri">Items voor %1$s</string>
|
||||
<string name="no_items_for_uri">Er zijn geen items in je kluis voor %1$s.</string>
|
||||
<string name="no_items_for_vault">Er zijn geen items in je kluis die overeenkomen met \"%1$s\"</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Zoeken naar een login of een login toevoegen</string>
|
||||
<string name="bitwarden_autofill_service_overlay">Wanneer je een invoerveld selecteert, dan kun je de overlay van Bitwarden aantikken om automatisch aanvullen te starten.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Tik deze melding voor het automatisch invullen van een item uit je kluis.</string>
|
||||
|
@ -1030,33 +1031,46 @@ Wilt u naar dit account wisselen?</string>
|
|||
<string name="give_your_vault_a_head_start">Geef je kluis een snelle start</string>
|
||||
<string name="class_3_biometrics_description">Ontgrendelen met biometrische gegevens vereist een sterke biometrische authenticatie en is mogelijk niet compatibel met alle biometrische opties op dit apparaat.</string>
|
||||
<string name="class_2_biometrics_description">Ontgrendelen met biometrische gegevens vereist sterke biometrische authenticatie en is niet compatibel met de biometrische opties die beschikbaar zijn op dit apparaat.</string>
|
||||
<string name="on_your_computer_log_in_to_your_current_browser_or_password_manager">On your computer, log in to your current browser or password manager.</string>
|
||||
<string name="log_in_to_your_current_browser_or_password_manager_highlight">log in to your current browser or password manager.</string>
|
||||
<string name="export_your_passwords_this_option_is_usually_found_in_your_settings">Export your passwords. This option is usually found in your settings.</string>
|
||||
<string name="export_your_passwords_highlight">Export your passwords.</string>
|
||||
<string name="select_import_data_in_the_web_app_then_done_to_finish_syncing">Select Import data in the web app, then Done to finish syncing.</string>
|
||||
<string name="select_import_data_highlight">Select Import data</string>
|
||||
<string name="step_1_of_3">Step 1 of 3</string>
|
||||
<string name="export_your_saved_logins">Export your saved logins</string>
|
||||
<string name="delete_this_file_after_import_is_complete">You’ll delete this file after import is complete.</string>
|
||||
<string name="on_your_computer_open_a_new_browser_tab_and_go_to_vault_bitwarden_com">On your computer, open a new browser tab and go to vault.bitwarden.com</string>
|
||||
<string name="go_to_vault_bitwarden_com_highlight">go to vault.bitwarden.com</string>
|
||||
<string name="log_in_to_the_bitwarden_web_app">Log in to the Bitwarden web app.</string>
|
||||
<string name="step_2_of_3">Step 2 of 3</string>
|
||||
<string name="log_in_to_bitwarden">Log in to Bitwarden</string>
|
||||
<string name="step_3_of_3">Step 3 of 3</string>
|
||||
<string name="import_logins_to_bitwarden">Import logins to Bitwarden</string>
|
||||
<string name="in_the_bitwarden_navigation_find_the_tools_option_and_select_import_data">In the Bitwarden navigation, find the Tools option and select Import data.</string>
|
||||
<string name="find_the_tools_highlight">find the Tools</string>
|
||||
<string name="select_import_data_step_3_highlight">select Import data.</string>
|
||||
<string name="fill_out_the_form_and_import_your_saved_password_file">Fill out the form and import your saved password file.</string>
|
||||
<string name="import_your_saved_password_file_highlight">import your saved password file.</string>
|
||||
<string name="then_done_highlight">then Done</string>
|
||||
<string name="for_your_security_be_sure_to_delete_your_saved_password_file">For your security, be sure to delete your saved password file.</string>
|
||||
<string name="delete_your_saved_password_file">delete your saved password file.</string>
|
||||
<string name="need_help_checkout_out_import_help">Need help? Checkout out import help.</string>
|
||||
<string name="import_help_highlight">import help</string>
|
||||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="on_your_computer_log_in_to_your_current_browser_or_password_manager">Op je computer, **log in op je huidige browser of wachtwoordmanager.**.</string>
|
||||
<string name="log_in_to_your_current_browser_or_password_manager_highlight">log in op je huidige browser of wachtwoordmanager.</string>
|
||||
<string name="export_your_passwords_this_option_is_usually_found_in_your_settings">Exporteer je wachtwoorden. Deze optie vind je meestal in je instellingen.</string>
|
||||
<string name="export_your_passwords_highlight">Je wachtwoord exporteren.</string>
|
||||
<string name="select_import_data_in_the_web_app_then_done_to_finish_syncing">Selecteer Importgegevens in de webapp, dan Klaar om de synchronisatie af te ronden.</string>
|
||||
<string name="select_import_data_highlight">Importgegevens selecteren</string>
|
||||
<string name="step_1_of_3">Stap 1 van 3</string>
|
||||
<string name="export_your_saved_logins">Opgeslagen inloggegevens exporteren</string>
|
||||
<string name="delete_this_file_after_import_is_complete">Je verwijdert dit bestand zodra de import is afgerond.</string>
|
||||
<string name="on_your_computer_open_a_new_browser_tab_and_go_to_vault_bitwarden_com">Open op je computer een nieuw browsertabblad en ga naar vault.bitwarden.com</string>
|
||||
<string name="go_to_vault_bitwarden_com_highlight">ga naar vault.bitwarden.com</string>
|
||||
<string name="log_in_to_the_bitwarden_web_app">Inloggen op de Bitwarden-webapp.</string>
|
||||
<string name="step_2_of_3">Stap 2 van 3</string>
|
||||
<string name="log_in_to_bitwarden">Inloggen op Bitwarden</string>
|
||||
<string name="step_3_of_3">Stap 3 van 3</string>
|
||||
<string name="import_logins_to_bitwarden">Inloggegevens naar Bitwarden importeren</string>
|
||||
<string name="in_the_bitwarden_navigation_find_the_tools_option_and_select_import_data">Zoek in de de Bitwarden-navigatie de optie Hulpmiddelen en selecteer Importgegevens.</string>
|
||||
<string name="find_the_tools_highlight">vind Hulpmiddelen</string>
|
||||
<string name="select_import_data_step_3_highlight">en selecteer Importgegevens.</string>
|
||||
<string name="fill_out_the_form_and_import_your_saved_password_file">Vul het formulier in en importeer je opgeslagen wachtwoordbestand.</string>
|
||||
<string name="import_your_saved_password_file_highlight">importeer je opgeslagen wachtwoordbestand.</string>
|
||||
<string name="then_done_highlight">dan Klaar</string>
|
||||
<string name="for_your_security_be_sure_to_delete_your_saved_password_file">Voor je eigen veiligheid, verwijder je opgeslagen wachtwoordbestand.</string>
|
||||
<string name="delete_your_saved_password_file">verwijder je opgeslagen wachtwoordbestand.</string>
|
||||
<string name="need_help_checkout_out_import_help">Hulp nodig? Bekijk importhulp.</string>
|
||||
<string name="import_help_highlight">importhulp</string>
|
||||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Sla het geëxporteerde bestand ergens op je computer waar je deze gemakkelijk kunt vinden.</string>
|
||||
<string name="save_the_exported_file_highlight">Exportbestand opslaan</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">Dit is geen herkende Bitwarden-server. Je moet mogelijk controleren met je provider of je server bijwerken.</string>
|
||||
<string name="syncing_logins_loading_message">Inloggegevens synchroniseren...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Browserextensie downloaden</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Ga naar bitwarden.com/download om Bitwarden in je favoriete browser te integreren voor een naadloze werking.</string>
|
||||
<string name="use_the_web_app">Webapp gebruiken</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Inloggen op bitwarden.com om je account en instellingen te beheren.</string>
|
||||
<string name="autofill_passwords">Wachtwoorden automatisch invullen</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Stel automatisch invullen in op al je apparaten zodat je overal met enkele tik kunt inloggen.</string>
|
||||
<string name="import_successful">Importeren gelukt!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Beheer je logins waar je ook bent met Bitwarden-hulpmiddelen voor web en desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden-hulpmiddelen</string>
|
||||
<string name="got_it">Ik snap het</string>
|
||||
<string name="no_logins_were_imported">Er zijn geen logins geïmporteerd</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">Omsetjingar</string>
|
||||
<string name="items_for_uri">Oppføringar for %1$s</string>
|
||||
<string name="no_items_for_uri">Det er ingen oppføringar i kvelvet ditt for %1$s</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Search for a login or add a new login</string>
|
||||
<string name="bitwarden_autofill_service_overlay">Når du vel eit innskrivingsområde og ser sjølvutfyllingsoverlegget til Bitwarden, kan du trykkja på det for å byrja sjølvutfyllingstenesta.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Trykk på denne meldinga for å ubede fylla ut ei oppføring i kvelvet ditt.</string>
|
||||
|
@ -206,7 +207,7 @@
|
|||
<string name="off" tools:override="true">Av</string>
|
||||
<string name="on" tools:override="true">På</string>
|
||||
<string name="status">Status</string>
|
||||
<string name="bitwarden_autofill_service_alert2">The easiest way to add new logins to your vault is from the Bitwarden Auto-fill Service. Learn more about using the Bitwarden Auto-fill Service by navigating to the \"Settings\" screen.</string>
|
||||
<string name="bitwarden_autofill_service_alert2">The easiest way to add new logins to your vault is from the Bitwarden Autofill Service. Learn more about using the Bitwarden Autofill Service by navigating to the \"Settings\" screen.</string>
|
||||
<string name="autofill">Fyll ut ubede</string>
|
||||
<string name="autofill_or_view">Vil du fylla ut ubede eller sjå på oppføringa?</string>
|
||||
<string name="bitwarden_autofill_service_match_confirm">Er du trygg på at du vil fylla ut denne oppføringa ubede? Det samsvarar ikkje heilt med \"%1$s\".</string>
|
||||
|
@ -246,7 +247,7 @@ Skanning skjer automatisk.</string>
|
|||
<string name="camera">Kamera</string>
|
||||
<string name="photos">Bilete</string>
|
||||
<string name="copy_totp">Skriv av TOTP</string>
|
||||
<string name="copy_totp_automatically_description">If a login has an authenticator key, copy the TOTP verification code to your clipboard when you auto-fill the login.</string>
|
||||
<string name="copy_totp_automatically_description">If a login has an authenticator key, copy the TOTP verification code to your clipboard when you autofill the login.</string>
|
||||
<string name="copy_totp_automatically">Kopier TOTP-en automatisk</string>
|
||||
<string name="premium_required">Ei Premium-tinging er påkravd for å bruka denne funksjonen.</string>
|
||||
<string name="attachement_added">Vedlegg lagd til</string>
|
||||
|
@ -331,10 +332,10 @@ Skanning skjer automatisk.</string>
|
|||
<string name="no_items_collection">Det er ingen oppføringar i denne samlinga.</string>
|
||||
<string name="no_items_folder">Det er ingen oppføringar i denne mappa.</string>
|
||||
<string name="no_items_trash">Det er ingen oppføringar i papirkorga.</string>
|
||||
<string name="autofill_accessibility_service">Auto-fill Accessibility Service</string>
|
||||
<string name="autofill_accessibility_service">Autofill Accessibility Service</string>
|
||||
<string name="autofill_accessibility_summary">Hjelp med å fylle ut brukarnamn og passordfelt i andre appar og på nettet.</string>
|
||||
<string name="autofill_service_description">The Bitwarden auto-fill service uses the Android Autofill Framework to assist in filling login information into other apps on your device.</string>
|
||||
<string name="bitwarden_autofill_service_description">Use the Bitwarden auto-fill service to fill login information into other apps.</string>
|
||||
<string name="autofill_service_description">The Bitwarden autofill service uses the Android Autofill Framework to assist in filling login information into other apps on your device.</string>
|
||||
<string name="bitwarden_autofill_service_description">Use the Bitwarden autofill service to fill login information into other apps.</string>
|
||||
<string name="bitwarden_autofill_service_open_autofill_settings">Open Autofill Settings</string>
|
||||
<string name="face_id">Face ID</string>
|
||||
<string name="face_id_direction">Bruk Face ID for å stadfeste.</string>
|
||||
|
@ -362,12 +363,12 @@ Skanning skjer automatisk.</string>
|
|||
<string name="uri_match_detection">URI match detection</string>
|
||||
<string name="match_detection">Match detection</string>
|
||||
<string name="yes_and_save">Ja, og lagra</string>
|
||||
<string name="autofill_and_save">Auto-fill and save</string>
|
||||
<string name="autofill_and_save">Autofill and save</string>
|
||||
<string name="organization">Samskipnad</string>
|
||||
<string name="hold_yubikey_near_top">Hold your Yubikey near the top of the device.</string>
|
||||
<string name="try_again">Prøv igjen</string>
|
||||
<string name="yubi_key_instruction_ios">To continue, hold your YubiKey NEO against the back of the device.</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description2">The accessibility service may be helpful to use when apps do not support the standard auto-fill service.</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description2">The accessibility service may be helpful to use when apps do not support the standard autofill service.</string>
|
||||
<string name="date_password_updated">Passordet er oppdatert</string>
|
||||
<string name="date_updated">Retta</string>
|
||||
<string name="autofill_activated">Autoutfylling aktivert!</string>
|
||||
|
@ -449,7 +450,7 @@ Skanning skjer automatisk.</string>
|
|||
<string name="clear_clipboard">Tøm utklippstavla</string>
|
||||
<string name="clear_clipboard_description">Automatically clear copied values from your clipboard.</string>
|
||||
<string name="default_uri_match_detection">Default URI match detection</string>
|
||||
<string name="default_uri_match_detection_description">Choose the default way that URI match detection is handled for logins when performing actions such as auto-fill.</string>
|
||||
<string name="default_uri_match_detection_description">Choose the default way that URI match detection is handled for logins when performing actions such as autofill.</string>
|
||||
<string name="theme">Tema</string>
|
||||
<string name="theme_description">Brigda fargetemaet på appen</string>
|
||||
<string name="theme_default">Standard (System)</string>
|
||||
|
@ -462,11 +463,11 @@ Skanning skjer automatisk.</string>
|
|||
<string name="black">Svart</string>
|
||||
<string name="nord">Nord</string>
|
||||
<string name="solarized_dark">Solarized Dark</string>
|
||||
<string name="autofill_blocked_uris">Auto-fill blocked URIs</string>
|
||||
<string name="autofill_blocked_uris">Autofill blocked URIs</string>
|
||||
<string name="ask_to_add_login">Spør om å leggje til innlogging</string>
|
||||
<string name="ask_to_add_login_description">Ask to add an item if one isn\'t found in your vault.</string>
|
||||
<string name="on_restart">Ved oppstart av app å nyo</string>
|
||||
<string name="autofill_service_not_enabled">Auto-fill makes it easy to securely access your Bitwarden vault from other websites and apps. It looks like you have not set up an auto-fill service for Bitwarden. Set up auto-fill for Bitwarden from the \"Settings\" screen.</string>
|
||||
<string name="autofill_service_not_enabled">Autofill makes it easy to securely access your Bitwarden vault from other websites and apps. It looks like you have not set up an autofill service for Bitwarden. Set up autofill for Bitwarden from the \"Settings\" screen.</string>
|
||||
<string name="theme_applied_on_restart">Your theme changes will apply when the app is restarted.</string>
|
||||
<string name="capitalize">Stor førebokstav</string>
|
||||
<string name="include_number">Inkluder tal</string>
|
||||
|
@ -477,7 +478,7 @@ Skanning skjer automatisk.</string>
|
|||
<string name="biometrics_direction">Biometrisk stadfesting</string>
|
||||
<string name="biometrics">Biometri</string>
|
||||
<string name="use_biometrics_to_unlock">Bruka biometri for å låsa opp</string>
|
||||
<string name="accessibility_overlay_permission_alert">Bitwarden needs attention - See \"Auto-fill Accessibility Service\" from Bitwarden settings</string>
|
||||
<string name="accessibility_overlay_permission_alert">Bitwarden needs attention - See \"Autofill Accessibility Service\" from Bitwarden settings</string>
|
||||
<string name="bitwarden_autofill_service_overlay_permission">3. On the Android App Settings screen for Bitwarden, go to the \"Display over other apps\" options (under Advanced) and tap the toggle to allow overlay support.</string>
|
||||
<string name="overlay_permission">Løyve</string>
|
||||
<string name="bitwarden_autofill_service_open_overlay_permission_settings">Open Overlay Permission Settings</string>
|
||||
|
@ -500,7 +501,7 @@ Skanning skjer automatisk.</string>
|
|||
<string name="open">Opna</string>
|
||||
<string name="unable_to_save_attachment">Noko gjekk gale ved lagring av dette vedlegget. Om det framleis går gale, kan du lagra det gjennom nettkvelvet.</string>
|
||||
<string name="save_attachment_success">Vedlegget vart lagra</string>
|
||||
<string name="autofill_tile_accessibility_required">Please turn on \"Auto-fill Accessibility Service\" from Bitwarden Settings to use the Auto-fill tile.</string>
|
||||
<string name="autofill_tile_accessibility_required">Please turn on \"Autofill Accessibility Service\" from Bitwarden Settings to use the Autofill tile.</string>
|
||||
<string name="autofill_tile_uri_not_found">Ingen passordfelt oppdaga</string>
|
||||
<string name="soft_deleting">Sender til papirkorga...</string>
|
||||
<string name="item_soft_deleted">Oppføringa vart sendt til papirkorga.</string>
|
||||
|
@ -536,14 +537,14 @@ Skanning skjer automatisk.</string>
|
|||
<string name="accept_policies_error">Terms of Service and Privacy Policy have not been acknowledged.</string>
|
||||
<string name="terms_of_service">Terms of Service</string>
|
||||
<string name="privacy_policy">Privacy Policy</string>
|
||||
<string name="accessibility_draw_over_permission_alert">Bitwarden needs attention - Turn on \"Draw-Over\" in \"Auto-fill Services\" from Bitwarden Settings</string>
|
||||
<string name="accessibility_draw_over_permission_alert">Bitwarden needs attention - Turn on \"Draw-Over\" in \"Autofill Services\" from Bitwarden Settings</string>
|
||||
<string name="passkey_management">Passkey management</string>
|
||||
<string name="autofill_services">Autofill services</string>
|
||||
<string name="inline_autofill">Use inline autofill</string>
|
||||
<string name="inline_autofill_description">Use inline autofill if your selected IME (keyboard) supports it. If your configuration is not supported (or this option is turned off), the default Autofill overlay will be used.</string>
|
||||
<string name="accessibility">Use accessibility</string>
|
||||
<string name="accessibility_description">Use the Bitwarden Accessibility Service to auto-fill your logins across apps and the web. When set up, we\'ll display a popup when login fields are selected.</string>
|
||||
<string name="accessibility_description2">Use the Bitwarden Accessibility Service to auto-fill your logins across apps and the web. (Requires Draw-Over to be turned on as well)</string>
|
||||
<string name="accessibility_description">Use the Bitwarden Accessibility Service to autofill your logins across apps and the web. When set up, we\'ll display a popup when login fields are selected.</string>
|
||||
<string name="accessibility_description2">Use the Bitwarden Accessibility Service to autofill your logins across apps and the web. (Requires Draw-Over to be turned on as well)</string>
|
||||
<string name="accessibility_description3">Use the Bitwarden Accessibility Service to use the Autofill Quick-Action Tile, and/or show a popup using Draw-Over (if turned on).</string>
|
||||
<string name="accessibility_description4">Required to use the Autofill Quick-Action Tile, or to augment the Autofill Service by using Draw-Over (if turned on).</string>
|
||||
<string name="accessibility_description5">Required to use the Autofill Quick-Action Tile.</string>
|
||||
|
@ -825,8 +826,8 @@ Do you want to switch to this account?</string>
|
|||
<string name="trouble_logging_in">Trouble logging in?</string>
|
||||
<string name="logging_in_as_x">Logging in as %1$s</string>
|
||||
<string name="vault_timeout_action_changed_to_log_out">Vault timeout action changed to log out</string>
|
||||
<string name="block_auto_fill">Block auto-fill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Auto-fill will not be offered for these URIs.</string>
|
||||
<string name="block_auto_fill">Block autofill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Autofill will not be offered for these URIs.</string>
|
||||
<string name="new_blocked_uri">New blocked URI</string>
|
||||
<string name="uri_saved">URI saved</string>
|
||||
<string name="invalid_format_use_https_http_or_android_app">Invalid format. Use https://, http://, or androidapp://</string>
|
||||
|
@ -905,9 +906,9 @@ Do you want to switch to this account?</string>
|
|||
<string name="verifying_identity_ellipsis">Verifying identity...</string>
|
||||
<string name="passwords">Passwords</string>
|
||||
<string name="unknown_account">Unknown account</string>
|
||||
<string name="set_up_autofill">Set up auto-fill</string>
|
||||
<string name="set_up_autofill">Set up autofill</string>
|
||||
<string name="get_instant_access_to_your_passwords_and_passkeys">Get instant access to your passwords and passkeys!</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password autofill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="first_dot_go_to_your_device_settings_passwords_password_options">1. Go to your device\'s Settings > Passwords > Password Options</string>
|
||||
<string name="second_dot_turn_on_auto_fill">2. Turn on AutoFill</string>
|
||||
<string name="third_dot_select_bitwarden_to_use_for_passwords_and_passkeys">3. Select \"Bitwarden\" to use for passwords and passkeys</string>
|
||||
|
@ -1059,4 +1060,17 @@ Do you want to switch to this account?</string>
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Last ned nettlesarutvidinga</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Gå til bitwarden.com/download for å integrere Bitwarden i din favorittnettlesar for ei saumlaus oppleving.</string>
|
||||
<string name="use_the_web_app">Bruk nettappen</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -87,15 +87,15 @@
|
|||
<string name="account_created_success">Your new account has been created!</string>
|
||||
<string name="add_an_item">Add an Item</string>
|
||||
<string name="app_extension">App extension</string>
|
||||
<string name="autofill_accessibility_description">Use the Bitwarden accessibility service to auto-fill your logins across apps and the web.</string>
|
||||
<string name="autofill_service">Auto-fill service</string>
|
||||
<string name="autofill_accessibility_description">Use the Bitwarden accessibility service to autofill your logins across apps and the web.</string>
|
||||
<string name="autofill_service">Autofill service</string>
|
||||
<string name="set_bitwarden_as_passkey_manager_description">Set Bitwarden as your passkey provider in device settings.</string>
|
||||
<string name="avoid_ambiguous_characters">Avoid ambiguous characters</string>
|
||||
<string name="bitwarden_app_extension">Bitwarden app extension</string>
|
||||
<string name="bitwarden_app_extension_alert2">The easiest way to add new logins to your vault is from the Bitwarden app extension. Learn more about using the Bitwarden app extension by navigating to the \"Settings\" screen.</string>
|
||||
<string name="bitwarden_app_extension_description">Use Bitwarden in Safari and other apps to auto-fill your logins.</string>
|
||||
<string name="bitwarden_autofill_service">Bitwarden Auto-fill Service</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description">Use the Bitwarden accessibility service to auto-fill your logins.</string>
|
||||
<string name="bitwarden_app_extension_description">Use Bitwarden in Safari and other apps to autofill your logins.</string>
|
||||
<string name="bitwarden_autofill_service">Bitwarden Autofill Service</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description">Use the Bitwarden accessibility service to autofill your logins.</string>
|
||||
<string name="change_email">Change email</string>
|
||||
<string name="change_email_confirmation">You can change your email address on the bitwarden.com web vault. Do you want to visit the website now?</string>
|
||||
<string name="change_master_password">Change master password</string>
|
||||
|
@ -195,9 +195,10 @@
|
|||
<string name="translations">Translations</string>
|
||||
<string name="items_for_uri">Items for %1$s</string>
|
||||
<string name="no_items_for_uri">There are no items in your vault for %1$s.</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Search for a login or add a new login</string>
|
||||
<string name="bitwarden_autofill_service_overlay">When you select an input field and see a Bitwarden auto-fill overlay, you can tap it to launch the auto-fill service.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Tap this notification to auto-fill an item from your vault.</string>
|
||||
<string name="bitwarden_autofill_service_overlay">When you select an input field and see a Bitwarden autofill overlay, you can tap it to launch the autofill service.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Tap this notification to autofill an item from your vault.</string>
|
||||
<string name="bitwarden_autofill_service_open_accessibility_settings">Open Accessibility Settings</string>
|
||||
<string name="bitwarden_autofill_service_step1">1. On the Android Accessibility Settings screen, touch \"Bitwarden\" under the Services heading.</string>
|
||||
<string name="bitwarden_autofill_service_step2">2. Switch on the toggle and press OK to accept.</string>
|
||||
|
@ -206,14 +207,14 @@
|
|||
<string name="off" tools:override="true">Off</string>
|
||||
<string name="on" tools:override="true">On</string>
|
||||
<string name="status">Status</string>
|
||||
<string name="bitwarden_autofill_service_alert2">The easiest way to add new logins to your vault is from the Bitwarden Auto-fill Service. Learn more about using the Bitwarden Auto-fill Service by navigating to the \"Settings\" screen.</string>
|
||||
<string name="autofill">Auto-fill</string>
|
||||
<string name="autofill_or_view">Do you want to auto-fill or view this item?</string>
|
||||
<string name="bitwarden_autofill_service_match_confirm">Are you sure you want to auto-fill this item? It is not a complete match for \"%1$s\".</string>
|
||||
<string name="bitwarden_autofill_service_alert2">The easiest way to add new logins to your vault is from the Bitwarden Autofill Service. Learn more about using the Bitwarden Autofill Service by navigating to the \"Settings\" screen.</string>
|
||||
<string name="autofill">Autofill</string>
|
||||
<string name="autofill_or_view">Do you want to autofill or view this item?</string>
|
||||
<string name="bitwarden_autofill_service_match_confirm">Are you sure you want to autofill this item? It is not a complete match for \"%1$s\".</string>
|
||||
<string name="matching_items">Matching items</string>
|
||||
<string name="possible_matching_items">Possible matching items</string>
|
||||
<string name="search">Search</string>
|
||||
<string name="bitwarden_autofill_service_search">You are searching for an auto-fill item for \"%1$s\".</string>
|
||||
<string name="bitwarden_autofill_service_search">You are searching for an autofill item for \"%1$s\".</string>
|
||||
<string name="learn_org">Learn about organizations</string>
|
||||
<string name="cannot_open_app">Cannot open the app \"%1$s\".</string>
|
||||
<string name="authenticator_app_title">Authenticator app</string>
|
||||
|
@ -246,7 +247,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="camera">Camera</string>
|
||||
<string name="photos">Photos</string>
|
||||
<string name="copy_totp">Copy TOTP</string>
|
||||
<string name="copy_totp_automatically_description">If a login has an authenticator key, copy the TOTP verification code to your clipboard when you auto-fill the login.</string>
|
||||
<string name="copy_totp_automatically_description">If a login has an authenticator key, copy the TOTP verification code to your clipboard when you autofill the login.</string>
|
||||
<string name="copy_totp_automatically">Copy TOTP automatically</string>
|
||||
<string name="premium_required">A premium membership is required to use this feature.</string>
|
||||
<string name="attachement_added">Attachment added</string>
|
||||
|
@ -324,17 +325,17 @@ Scanning will happen automatically.</string>
|
|||
<string name="show_website_icons">Show website icons</string>
|
||||
<string name="show_website_icons_description">Show a recognizable image next to each login.</string>
|
||||
<string name="icons_url">Icons server URL</string>
|
||||
<string name="autofill_with_bitwarden">Auto-fill with Bitwarden</string>
|
||||
<string name="autofill_with_bitwarden">Autofill with Bitwarden</string>
|
||||
<string name="vault_is_locked">Vault is locked</string>
|
||||
<string name="go_to_my_vault">Go to my vault</string>
|
||||
<string name="collections">Collections</string>
|
||||
<string name="no_items_collection">There are no items in this collection.</string>
|
||||
<string name="no_items_folder">There are no items in this folder.</string>
|
||||
<string name="no_items_trash">There are no items in the trash.</string>
|
||||
<string name="autofill_accessibility_service">Auto-fill Accessibility Service</string>
|
||||
<string name="autofill_accessibility_service">Autofill Accessibility Service</string>
|
||||
<string name="autofill_accessibility_summary">Assist with filling username and password fields in other apps and on the web.</string>
|
||||
<string name="autofill_service_description">The Bitwarden auto-fill service uses the Android Autofill Framework to assist in filling login information into other apps on your device.</string>
|
||||
<string name="bitwarden_autofill_service_description">Use the Bitwarden auto-fill service to fill login information into other apps.</string>
|
||||
<string name="autofill_service_description">The Bitwarden autofill service uses the Android Autofill Framework to assist in filling login information into other apps on your device.</string>
|
||||
<string name="bitwarden_autofill_service_description">Use the Bitwarden autofill service to fill login information into other apps.</string>
|
||||
<string name="bitwarden_autofill_service_open_autofill_settings">Open Autofill Settings</string>
|
||||
<string name="face_id">Face ID</string>
|
||||
<string name="face_id_direction">Use Face ID to verify.</string>
|
||||
|
@ -362,12 +363,12 @@ Scanning will happen automatically.</string>
|
|||
<string name="uri_match_detection">URI match detection</string>
|
||||
<string name="match_detection">Match detection</string>
|
||||
<string name="yes_and_save">Yes, and save</string>
|
||||
<string name="autofill_and_save">Auto-fill and save</string>
|
||||
<string name="autofill_and_save">Autofill and save</string>
|
||||
<string name="organization">Organization</string>
|
||||
<string name="hold_yubikey_near_top">Hold your Yubikey near the top of the device.</string>
|
||||
<string name="try_again">Try again</string>
|
||||
<string name="yubi_key_instruction_ios">To continue, hold your YubiKey NEO against the back of the device.</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description2">The accessibility service may be helpful to use when apps do not support the standard auto-fill service.</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description2">The accessibility service may be helpful to use when apps do not support the standard autofill service.</string>
|
||||
<string name="date_password_updated">Password updated</string>
|
||||
<string name="date_updated">Updated</string>
|
||||
<string name="autofill_activated">AutoFill activated!</string>
|
||||
|
@ -375,13 +376,13 @@ Scanning will happen automatically.</string>
|
|||
<string name="autofill_setup">Your logins are now easily accessible right from your keyboard while logging into apps and websites.</string>
|
||||
<string name="autofill_setup2">We recommend disabling any other AutoFill apps under Settings if you do not plan to use them.</string>
|
||||
<string name="bitwarden_autofill_description">Access your vault directly from your keyboard to quickly autofill passwords.</string>
|
||||
<string name="autofill_turn_on">To set up password auto-fill on your device, follow these instructions:</string>
|
||||
<string name="autofill_turn_on">To set up password autofill on your device, follow these instructions:</string>
|
||||
<string name="autofill_turn_on1">1. Go to the iOS \"Settings\" app</string>
|
||||
<string name="autofill_turn_on2">2. Tap \"Passwords\"</string>
|
||||
<string name="autofill_turn_on3">3. Tap \"AutoFill Passwords\"</string>
|
||||
<string name="autofill_turn_on4">4. Turn on AutoFill</string>
|
||||
<string name="autofill_turn_on5">5. Select \"Bitwarden\"</string>
|
||||
<string name="password_autofill">Password auto-fill</string>
|
||||
<string name="password_autofill">Password autofill</string>
|
||||
<string name="bitwarden_autofill_alert2">The easiest way to add new logins to your vault is by using the Bitwarden Password AutoFill extension. Learn more about using the Bitwarden Password AutoFill extension by navigating to the \"Settings\" screen.</string>
|
||||
<string name="invalid_email">Invalid email address.</string>
|
||||
<string name="cards">Cards</string>
|
||||
|
@ -449,7 +450,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="clear_clipboard">Clear clipboard</string>
|
||||
<string name="clear_clipboard_description">Automatically clear copied values from your clipboard.</string>
|
||||
<string name="default_uri_match_detection">Default URI match detection</string>
|
||||
<string name="default_uri_match_detection_description">Choose the default way that URI match detection is handled for logins when performing actions such as auto-fill.</string>
|
||||
<string name="default_uri_match_detection_description">Choose the default way that URI match detection is handled for logins when performing actions such as autofill.</string>
|
||||
<string name="theme">Theme</string>
|
||||
<string name="theme_description">Change the application\'s color theme.</string>
|
||||
<string name="theme_default">Default (System)</string>
|
||||
|
@ -462,11 +463,11 @@ Scanning will happen automatically.</string>
|
|||
<string name="black">Black</string>
|
||||
<string name="nord">Nord</string>
|
||||
<string name="solarized_dark">Solarized Dark</string>
|
||||
<string name="autofill_blocked_uris">Auto-fill blocked URIs</string>
|
||||
<string name="autofill_blocked_uris">Autofill blocked URIs</string>
|
||||
<string name="ask_to_add_login">Ask to add login</string>
|
||||
<string name="ask_to_add_login_description">Ask to add an item if one isn\'t found in your vault.</string>
|
||||
<string name="on_restart">On app restart</string>
|
||||
<string name="autofill_service_not_enabled">Auto-fill makes it easy to securely access your Bitwarden vault from other websites and apps. It looks like you have not set up an auto-fill service for Bitwarden. Set up auto-fill for Bitwarden from the \"Settings\" screen.</string>
|
||||
<string name="autofill_service_not_enabled">Autofill makes it easy to securely access your Bitwarden vault from other websites and apps. It looks like you have not set up an autofill service for Bitwarden. Set up autofill for Bitwarden from the \"Settings\" screen.</string>
|
||||
<string name="theme_applied_on_restart">Your theme changes will apply when the app is restarted.</string>
|
||||
<string name="capitalize">Capitalize</string>
|
||||
<string name="include_number">Include number</string>
|
||||
|
@ -477,7 +478,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="biometrics_direction">Biometric verification</string>
|
||||
<string name="biometrics">Biometrics</string>
|
||||
<string name="use_biometrics_to_unlock">Use biometrics to unlock</string>
|
||||
<string name="accessibility_overlay_permission_alert">Bitwarden needs attention - See \"Auto-fill Accessibility Service\" from Bitwarden settings</string>
|
||||
<string name="accessibility_overlay_permission_alert">Bitwarden needs attention - See \"Autofill Accessibility Service\" from Bitwarden settings</string>
|
||||
<string name="bitwarden_autofill_service_overlay_permission">3. On the Android App Settings screen for Bitwarden, go to the \"Display over other apps\" options (under Advanced) and tap the toggle to allow overlay support.</string>
|
||||
<string name="overlay_permission">Permission</string>
|
||||
<string name="bitwarden_autofill_service_open_overlay_permission_settings">Open Overlay Permission Settings</string>
|
||||
|
@ -500,7 +501,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="open">Open</string>
|
||||
<string name="unable_to_save_attachment">There was a problem saving this attachment. If the problem persists, you can save it from the web vault.</string>
|
||||
<string name="save_attachment_success">Attachment saved successfully</string>
|
||||
<string name="autofill_tile_accessibility_required">Please turn on \"Auto-fill Accessibility Service\" from Bitwarden Settings to use the Auto-fill tile.</string>
|
||||
<string name="autofill_tile_accessibility_required">Please turn on \"Autofill Accessibility Service\" from Bitwarden Settings to use the Autofill tile.</string>
|
||||
<string name="autofill_tile_uri_not_found">No password fields detected</string>
|
||||
<string name="soft_deleting">Sending to trash...</string>
|
||||
<string name="item_soft_deleted">Item has been sent to trash.</string>
|
||||
|
@ -536,20 +537,20 @@ Scanning will happen automatically.</string>
|
|||
<string name="accept_policies_error">Terms of Service and Privacy Policy have not been acknowledged.</string>
|
||||
<string name="terms_of_service">Terms of Service</string>
|
||||
<string name="privacy_policy">Privacy Policy</string>
|
||||
<string name="accessibility_draw_over_permission_alert">Bitwarden needs attention - Turn on \"Draw-Over\" in \"Auto-fill Services\" from Bitwarden Settings</string>
|
||||
<string name="accessibility_draw_over_permission_alert">Bitwarden needs attention - Turn on \"Draw-Over\" in \"Autofill Services\" from Bitwarden Settings</string>
|
||||
<string name="passkey_management">Passkey management</string>
|
||||
<string name="autofill_services">Autofill services</string>
|
||||
<string name="inline_autofill">Use inline autofill</string>
|
||||
<string name="inline_autofill_description">Use inline autofill if your selected IME (keyboard) supports it. If your configuration is not supported (or this option is turned off), the default Autofill overlay will be used.</string>
|
||||
<string name="accessibility">Use accessibility</string>
|
||||
<string name="accessibility_description">Use the Bitwarden Accessibility Service to auto-fill your logins across apps and the web. When set up, we\'ll display a popup when login fields are selected.</string>
|
||||
<string name="accessibility_description2">Use the Bitwarden Accessibility Service to auto-fill your logins across apps and the web. (Requires Draw-Over to be turned on as well)</string>
|
||||
<string name="accessibility_description">Use the Bitwarden Accessibility Service to autofill your logins across apps and the web. When set up, we\'ll display a popup when login fields are selected.</string>
|
||||
<string name="accessibility_description2">Use the Bitwarden Accessibility Service to autofill your logins across apps and the web. (Requires Draw-Over to be turned on as well)</string>
|
||||
<string name="accessibility_description3">Use the Bitwarden Accessibility Service to use the Autofill Quick-Action Tile, and/or show a popup using Draw-Over (if turned on).</string>
|
||||
<string name="accessibility_description4">Required to use the Autofill Quick-Action Tile, or to augment the Autofill Service by using Draw-Over (if turned on).</string>
|
||||
<string name="accessibility_description5">Required to use the Autofill Quick-Action Tile.</string>
|
||||
<string name="draw_over">Use draw-over</string>
|
||||
<string name="draw_over_description">Allows the Bitwarden Accessibility Service to display a popup when login fields are selected.</string>
|
||||
<string name="draw_over_description2">If turned on, the Bitwarden Accessibility Service will display a popup when login fields are selected to assist with auto-filling your logins.</string>
|
||||
<string name="draw_over_description2">If turned on, the Bitwarden Accessibility Service will display a popup when login fields are selected to assist with autofilling your logins.</string>
|
||||
<string name="draw_over_description3">If turned on, accessibility will show a popup to augment the Autofill Service for older apps that don\'t support the Android Autofill Framework.</string>
|
||||
<string name="personal_ownership_submit_error">Due to an enterprise policy, you are restricted from saving items to your individual vault. Change the ownership option to an organization and choose from available collections.</string>
|
||||
<string name="personal_ownership_policy_in_effect">An organization policy is affecting your ownership options.</string>
|
||||
|
@ -825,8 +826,8 @@ Do you want to switch to this account?</string>
|
|||
<string name="trouble_logging_in">Trouble logging in?</string>
|
||||
<string name="logging_in_as_x">Logging in as %1$s</string>
|
||||
<string name="vault_timeout_action_changed_to_log_out">Vault timeout action changed to log out</string>
|
||||
<string name="block_auto_fill">Block auto-fill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Auto-fill will not be offered for these URIs.</string>
|
||||
<string name="block_auto_fill">Block autofill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Autofill will not be offered for these URIs.</string>
|
||||
<string name="new_blocked_uri">New blocked URI</string>
|
||||
<string name="uri_saved">URI saved</string>
|
||||
<string name="invalid_format_use_https_http_or_android_app">Invalid format. Use https://, http://, or androidapp://</string>
|
||||
|
@ -905,9 +906,9 @@ Do you want to switch to this account?</string>
|
|||
<string name="verifying_identity_ellipsis">Verifying identity...</string>
|
||||
<string name="passwords">Passwords</string>
|
||||
<string name="unknown_account">Unknown account</string>
|
||||
<string name="set_up_autofill">Set up auto-fill</string>
|
||||
<string name="set_up_autofill">Set up autofill</string>
|
||||
<string name="get_instant_access_to_your_passwords_and_passkeys">Get instant access to your passwords and passkeys!</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password autofill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="first_dot_go_to_your_device_settings_passwords_password_options">1. Go to your device\'s Settings > Passwords > Password Options</string>
|
||||
<string name="second_dot_turn_on_auto_fill">2. Turn on AutoFill</string>
|
||||
<string name="third_dot_select_bitwarden_to_use_for_passwords_and_passkeys">3. Select \"Bitwarden\" to use for passwords and passkeys</string>
|
||||
|
@ -1059,4 +1060,17 @@ Do you want to switch to this account?</string>
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">Tłumaczenia</string>
|
||||
<string name="items_for_uri">Elementy dla %1$s</string>
|
||||
<string name="no_items_for_uri">Brak elementów dla %1$s w sejfie. Dotknij, aby je dodać.</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Search for a login or add a new login</string>
|
||||
<string name="bitwarden_autofill_service_overlay">Kiedy wybierzesz pole formularza i zobaczysz usługę autouzupełniania Bitwarden, dotknij ją, aby ją uruchomić.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Dotknij to powiadomienie, aby automatycznie uzupełnić dane z sejfu.</string>
|
||||
|
@ -1059,4 +1060,17 @@ Czy chcesz przełączyć się na to konto?</string>
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">Traduções</string>
|
||||
<string name="items_for_uri">Itens para %1$s</string>
|
||||
<string name="no_items_for_uri">Não existem itens no seu cofre para %1$s.</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Pesquise por um login ou adicione um novo login</string>
|
||||
<string name="bitwarden_autofill_service_overlay">Quando você selecionar um campo de entrada e ver uma sobreposição de autopreenchimento no Bitwarden, você pode tocar nele para iniciar o serviço de autopreenchimento.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Toque nesta notificação para autopreencher um item a partir do seu cofre.</string>
|
||||
|
@ -1033,7 +1034,7 @@ Você deseja mudar para esta conta?</string>
|
|||
<string name="on_your_computer_log_in_to_your_current_browser_or_password_manager">On your computer, log in to your current browser or password manager.</string>
|
||||
<string name="log_in_to_your_current_browser_or_password_manager_highlight">log in to your current browser or password manager.</string>
|
||||
<string name="export_your_passwords_this_option_is_usually_found_in_your_settings">Export your passwords. This option is usually found in your settings.</string>
|
||||
<string name="export_your_passwords_highlight">Export your passwords.</string>
|
||||
<string name="export_your_passwords_highlight">Exporte suas senhas.</string>
|
||||
<string name="select_import_data_in_the_web_app_then_done_to_finish_syncing">Select Import data in the web app, then Done to finish syncing.</string>
|
||||
<string name="select_import_data_highlight">Select Import data</string>
|
||||
<string name="step_1_of_3">Etapa 1 de 3</string>
|
||||
|
@ -1059,4 +1060,17 @@ Você deseja mudar para esta conta?</string>
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">Traduções</string>
|
||||
<string name="items_for_uri">Itens para %1$s</string>
|
||||
<string name="no_items_for_uri">Não existem itens no seu cofre para %1$s.</string>
|
||||
<string name="no_items_for_vault">Não existem itens no seu cofre que correspondam a \"%1$s\"</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Procure uma credencial ou adicione uma nova</string>
|
||||
<string name="bitwarden_autofill_service_overlay">Quando seleciona um campo de entrada e vê uma sobreposição de preenchimento automático do Bitwarden, pode tocar nela para iniciar o serviço de preenchimento automático.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Toque nesta notificação para preencher automaticamente um item do seu cofre.</string>
|
||||
|
@ -1059,4 +1060,17 @@ Anule a subscrição em qualquer altura.</string>
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Guarde o ficheiro exportado num local do seu computador que possa encontrar facilmente.</string>
|
||||
<string name="save_the_exported_file_highlight">Guarde o ficheiro exportado</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">Este não é um servidor Bitwarden reconhecido. Poderá ter de verificar com o seu fornecedor ou atualizar o seu servidor.</string>
|
||||
<string name="syncing_logins_loading_message">A sincronizar credenciais...</string>
|
||||
<string name="ssh_key_cipher_item_types">Tipos de itens de cifra de chave SSH</string>
|
||||
<string name="download_the_browser_extension">Descarregue a extensão do navegador</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Vá a bitwarden.com/download para integrar o Bitwarden no seu navegador favorito para uma experiência perfeita.</string>
|
||||
<string name="use_the_web_app">Utilize a aplicação Web</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Inicie sessão em bitwarden.com para gerir facilmente a sua conta e atualizar as definições.</string>
|
||||
<string name="autofill_passwords">Preenchimento automático de palavras-passe</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Configure o preenchimento automático em todos os seus dispositivos para iniciar sessão com um simples toque em qualquer lugar.</string>
|
||||
<string name="import_successful">Importação bem-sucedida!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Gira as suas credenciais a partir de qualquer lugar com as ferramentas do Bitwarden para a Web e computador.</string>
|
||||
<string name="bitwarden_tools">Ferramentas do Bitwarden</string>
|
||||
<string name="got_it">Percebido</string>
|
||||
<string name="no_logins_were_imported">Não foram importadas credenciais</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">Traduceri</string>
|
||||
<string name="items_for_uri">Autentificări pentru %1$s</string>
|
||||
<string name="no_items_for_uri">Nu sunt autentificări pentru %1$s în seiful dvs.</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Caută o autentificare sau adaugă o nouă autentificare</string>
|
||||
<string name="bitwarden_autofill_service_overlay">Când selectați un câmp de intrare și vedeți o propunere de auto-completare, atingeți-l ca să lansați serviciu de auto-completare.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Atingeți această notificare pentru a auto-completa o autentificare din seiful dvs.</string>
|
||||
|
@ -825,8 +826,8 @@ Doriți să comutați la acest cont?</string>
|
|||
<string name="trouble_logging_in">Trouble logging in?</string>
|
||||
<string name="logging_in_as_x">Autentificare ca %1$s</string>
|
||||
<string name="vault_timeout_action_changed_to_log_out">Vault timeout action changed to log out</string>
|
||||
<string name="block_auto_fill">Block auto-fill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Auto-fill will not be offered for these URIs.</string>
|
||||
<string name="block_auto_fill">Block autofill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Autofill will not be offered for these URIs.</string>
|
||||
<string name="new_blocked_uri">New blocked URI</string>
|
||||
<string name="uri_saved">URI saved</string>
|
||||
<string name="invalid_format_use_https_http_or_android_app">Invalid format. Use https://, http://, or androidapp://</string>
|
||||
|
@ -1059,4 +1060,17 @@ Doriți să comutați la acest cont?</string>
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">Локализации</string>
|
||||
<string name="items_for_uri">Элементы для %1$s</string>
|
||||
<string name="no_items_for_uri">В вашем хранилище нет элементов для %1$s.</string>
|
||||
<string name="no_items_for_vault">В вашем хранилище нет элементов, совпадающих с \"%1$s\"</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Поиск или добавление нового логина</string>
|
||||
<string name="bitwarden_autofill_service_overlay">Если при выборе поля ввода вы видите панель автозаполнения Bitwarden, вы можете нажать на нее, чтобы запустить службу автозаполнения.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Коснитесь этого уведомления для автоматического заполнения.</string>
|
||||
|
@ -1061,4 +1062,17 @@
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Сохраните экспортированный файл на компьютере, где его можно будет легко найти.</string>
|
||||
<string name="save_the_exported_file_highlight">Сохранить экспортированный файл</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">Этот сервер Bitwarden не распознан. Возможно вам следует связаться с провайдером или изменить свой сервер.</string>
|
||||
<string name="syncing_logins_loading_message">Синхронизация логинов...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -87,15 +87,15 @@
|
|||
<string name="account_created_success">Your new account has been created!</string>
|
||||
<string name="add_an_item">Add an Item</string>
|
||||
<string name="app_extension">App extension</string>
|
||||
<string name="autofill_accessibility_description">Use the Bitwarden accessibility service to auto-fill your logins across apps and the web.</string>
|
||||
<string name="autofill_service">Auto-fill service</string>
|
||||
<string name="autofill_accessibility_description">Use the Bitwarden accessibility service to autofill your logins across apps and the web.</string>
|
||||
<string name="autofill_service">Autofill service</string>
|
||||
<string name="set_bitwarden_as_passkey_manager_description">Set Bitwarden as your passkey provider in device settings.</string>
|
||||
<string name="avoid_ambiguous_characters">Avoid ambiguous characters</string>
|
||||
<string name="bitwarden_app_extension">Bitwarden app extension</string>
|
||||
<string name="bitwarden_app_extension_alert2">The easiest way to add new logins to your vault is from the Bitwarden app extension. Learn more about using the Bitwarden app extension by navigating to the \"Settings\" screen.</string>
|
||||
<string name="bitwarden_app_extension_description">Use Bitwarden in Safari and other apps to auto-fill your logins.</string>
|
||||
<string name="bitwarden_autofill_service">Bitwarden Auto-fill Service</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description">Use the Bitwarden accessibility service to auto-fill your logins.</string>
|
||||
<string name="bitwarden_app_extension_description">Use Bitwarden in Safari and other apps to autofill your logins.</string>
|
||||
<string name="bitwarden_autofill_service">Bitwarden Autofill Service</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description">Use the Bitwarden accessibility service to autofill your logins.</string>
|
||||
<string name="change_email">Change email</string>
|
||||
<string name="change_email_confirmation">You can change your email address on the bitwarden.com web vault. Do you want to visit the website now?</string>
|
||||
<string name="change_master_password">Change master password</string>
|
||||
|
@ -195,9 +195,10 @@
|
|||
<string name="translations">පරිවර්තන</string>
|
||||
<string name="items_for_uri">Items for %1$s</string>
|
||||
<string name="no_items_for_uri">There are no items in your vault for %1$s.</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Search for a login or add a new login</string>
|
||||
<string name="bitwarden_autofill_service_overlay">When you select an input field and see a Bitwarden auto-fill overlay, you can tap it to launch the auto-fill service.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Tap this notification to auto-fill an item from your vault.</string>
|
||||
<string name="bitwarden_autofill_service_overlay">When you select an input field and see a Bitwarden autofill overlay, you can tap it to launch the autofill service.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Tap this notification to autofill an item from your vault.</string>
|
||||
<string name="bitwarden_autofill_service_open_accessibility_settings">Open Accessibility Settings</string>
|
||||
<string name="bitwarden_autofill_service_step1">1. On the Android Accessibility Settings screen, touch \"Bitwarden\" under the Services heading.</string>
|
||||
<string name="bitwarden_autofill_service_step2">2. Switch on the toggle and press OK to accept.</string>
|
||||
|
@ -206,14 +207,14 @@
|
|||
<string name="off" tools:override="true">Off</string>
|
||||
<string name="on" tools:override="true">On</string>
|
||||
<string name="status">තත්වය</string>
|
||||
<string name="bitwarden_autofill_service_alert2">The easiest way to add new logins to your vault is from the Bitwarden Auto-fill Service. Learn more about using the Bitwarden Auto-fill Service by navigating to the \"Settings\" screen.</string>
|
||||
<string name="bitwarden_autofill_service_alert2">The easiest way to add new logins to your vault is from the Bitwarden Autofill Service. Learn more about using the Bitwarden Autofill Service by navigating to the \"Settings\" screen.</string>
|
||||
<string name="autofill">ස්වයං-පිරවීම</string>
|
||||
<string name="autofill_or_view">Do you want to auto-fill or view this item?</string>
|
||||
<string name="bitwarden_autofill_service_match_confirm">Are you sure you want to auto-fill this item? It is not a complete match for \"%1$s\".</string>
|
||||
<string name="autofill_or_view">Do you want to autofill or view this item?</string>
|
||||
<string name="bitwarden_autofill_service_match_confirm">Are you sure you want to autofill this item? It is not a complete match for \"%1$s\".</string>
|
||||
<string name="matching_items">Matching items</string>
|
||||
<string name="possible_matching_items">Possible matching items</string>
|
||||
<string name="search">සොයන්න</string>
|
||||
<string name="bitwarden_autofill_service_search">You are searching for an auto-fill item for \"%1$s\".</string>
|
||||
<string name="bitwarden_autofill_service_search">You are searching for an autofill item for \"%1$s\".</string>
|
||||
<string name="learn_org">Learn about organizations</string>
|
||||
<string name="cannot_open_app">Cannot open the app \"%1$s\".</string>
|
||||
<string name="authenticator_app_title">Authenticator app</string>
|
||||
|
@ -246,7 +247,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="camera">Camera</string>
|
||||
<string name="photos">Photos</string>
|
||||
<string name="copy_totp">Copy TOTP</string>
|
||||
<string name="copy_totp_automatically_description">If a login has an authenticator key, copy the TOTP verification code to your clipboard when you auto-fill the login.</string>
|
||||
<string name="copy_totp_automatically_description">If a login has an authenticator key, copy the TOTP verification code to your clipboard when you autofill the login.</string>
|
||||
<string name="copy_totp_automatically">Copy TOTP automatically</string>
|
||||
<string name="premium_required">A premium membership is required to use this feature.</string>
|
||||
<string name="attachement_added">Attachment added</string>
|
||||
|
@ -324,17 +325,17 @@ Scanning will happen automatically.</string>
|
|||
<string name="show_website_icons">Show website icons</string>
|
||||
<string name="show_website_icons_description">Show a recognizable image next to each login.</string>
|
||||
<string name="icons_url">Icons server URL</string>
|
||||
<string name="autofill_with_bitwarden">Auto-fill with Bitwarden</string>
|
||||
<string name="autofill_with_bitwarden">Autofill with Bitwarden</string>
|
||||
<string name="vault_is_locked">Vault is locked</string>
|
||||
<string name="go_to_my_vault">Go to my vault</string>
|
||||
<string name="collections">Collections</string>
|
||||
<string name="no_items_collection">There are no items in this collection.</string>
|
||||
<string name="no_items_folder">There are no items in this folder.</string>
|
||||
<string name="no_items_trash">There are no items in the trash.</string>
|
||||
<string name="autofill_accessibility_service">Auto-fill Accessibility Service</string>
|
||||
<string name="autofill_accessibility_service">Autofill Accessibility Service</string>
|
||||
<string name="autofill_accessibility_summary">Assist with filling username and password fields in other apps and on the web.</string>
|
||||
<string name="autofill_service_description">The Bitwarden auto-fill service uses the Android Autofill Framework to assist in filling login information into other apps on your device.</string>
|
||||
<string name="bitwarden_autofill_service_description">Use the Bitwarden auto-fill service to fill login information into other apps.</string>
|
||||
<string name="autofill_service_description">The Bitwarden autofill service uses the Android Autofill Framework to assist in filling login information into other apps on your device.</string>
|
||||
<string name="bitwarden_autofill_service_description">Use the Bitwarden autofill service to fill login information into other apps.</string>
|
||||
<string name="bitwarden_autofill_service_open_autofill_settings">Open Autofill Settings</string>
|
||||
<string name="face_id">Face ID</string>
|
||||
<string name="face_id_direction">Use Face ID to verify.</string>
|
||||
|
@ -362,12 +363,12 @@ Scanning will happen automatically.</string>
|
|||
<string name="uri_match_detection">URI match detection</string>
|
||||
<string name="match_detection">Match detection</string>
|
||||
<string name="yes_and_save">Yes, and save</string>
|
||||
<string name="autofill_and_save">Auto-fill and save</string>
|
||||
<string name="autofill_and_save">Autofill and save</string>
|
||||
<string name="organization">Organization</string>
|
||||
<string name="hold_yubikey_near_top">Hold your Yubikey near the top of the device.</string>
|
||||
<string name="try_again">Try again</string>
|
||||
<string name="yubi_key_instruction_ios">To continue, hold your YubiKey NEO against the back of the device.</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description2">The accessibility service may be helpful to use when apps do not support the standard auto-fill service.</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description2">The accessibility service may be helpful to use when apps do not support the standard autofill service.</string>
|
||||
<string name="date_password_updated">Password updated</string>
|
||||
<string name="date_updated">Updated</string>
|
||||
<string name="autofill_activated">AutoFill activated!</string>
|
||||
|
@ -375,13 +376,13 @@ Scanning will happen automatically.</string>
|
|||
<string name="autofill_setup">Your logins are now easily accessible right from your keyboard while logging into apps and websites.</string>
|
||||
<string name="autofill_setup2">We recommend disabling any other AutoFill apps under Settings if you do not plan to use them.</string>
|
||||
<string name="bitwarden_autofill_description">Access your vault directly from your keyboard to quickly autofill passwords.</string>
|
||||
<string name="autofill_turn_on">To set up password auto-fill on your device, follow these instructions:</string>
|
||||
<string name="autofill_turn_on">To set up password autofill on your device, follow these instructions:</string>
|
||||
<string name="autofill_turn_on1">1. Go to the iOS \"Settings\" app</string>
|
||||
<string name="autofill_turn_on2">2. Tap \"Passwords\"</string>
|
||||
<string name="autofill_turn_on3">3. Tap \"AutoFill Passwords\"</string>
|
||||
<string name="autofill_turn_on4">4. Turn on AutoFill</string>
|
||||
<string name="autofill_turn_on5">5. Select \"Bitwarden\"</string>
|
||||
<string name="password_autofill">Password auto-fill</string>
|
||||
<string name="password_autofill">Password autofill</string>
|
||||
<string name="bitwarden_autofill_alert2">The easiest way to add new logins to your vault is by using the Bitwarden Password AutoFill extension. Learn more about using the Bitwarden Password AutoFill extension by navigating to the \"Settings\" screen.</string>
|
||||
<string name="invalid_email">Invalid email address.</string>
|
||||
<string name="cards">Cards</string>
|
||||
|
@ -449,7 +450,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="clear_clipboard">Clear clipboard</string>
|
||||
<string name="clear_clipboard_description">Automatically clear copied values from your clipboard.</string>
|
||||
<string name="default_uri_match_detection">Default URI match detection</string>
|
||||
<string name="default_uri_match_detection_description">Choose the default way that URI match detection is handled for logins when performing actions such as auto-fill.</string>
|
||||
<string name="default_uri_match_detection_description">Choose the default way that URI match detection is handled for logins when performing actions such as autofill.</string>
|
||||
<string name="theme">Theme</string>
|
||||
<string name="theme_description">Change the application\'s color theme.</string>
|
||||
<string name="theme_default">Default (System)</string>
|
||||
|
@ -462,11 +463,11 @@ Scanning will happen automatically.</string>
|
|||
<string name="black">Black</string>
|
||||
<string name="nord">Nord</string>
|
||||
<string name="solarized_dark">Solarized Dark</string>
|
||||
<string name="autofill_blocked_uris">Auto-fill blocked URIs</string>
|
||||
<string name="autofill_blocked_uris">Autofill blocked URIs</string>
|
||||
<string name="ask_to_add_login">Ask to add login</string>
|
||||
<string name="ask_to_add_login_description">Ask to add an item if one isn\'t found in your vault.</string>
|
||||
<string name="on_restart">On app restart</string>
|
||||
<string name="autofill_service_not_enabled">Auto-fill makes it easy to securely access your Bitwarden vault from other websites and apps. It looks like you have not set up an auto-fill service for Bitwarden. Set up auto-fill for Bitwarden from the \"Settings\" screen.</string>
|
||||
<string name="autofill_service_not_enabled">Autofill makes it easy to securely access your Bitwarden vault from other websites and apps. It looks like you have not set up an autofill service for Bitwarden. Set up autofill for Bitwarden from the \"Settings\" screen.</string>
|
||||
<string name="theme_applied_on_restart">Your theme changes will apply when the app is restarted.</string>
|
||||
<string name="capitalize">Capitalize</string>
|
||||
<string name="include_number">Include number</string>
|
||||
|
@ -477,7 +478,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="biometrics_direction">Biometric verification</string>
|
||||
<string name="biometrics">Biometrics</string>
|
||||
<string name="use_biometrics_to_unlock">Use biometrics to unlock</string>
|
||||
<string name="accessibility_overlay_permission_alert">Bitwarden needs attention - See \"Auto-fill Accessibility Service\" from Bitwarden settings</string>
|
||||
<string name="accessibility_overlay_permission_alert">Bitwarden needs attention - See \"Autofill Accessibility Service\" from Bitwarden settings</string>
|
||||
<string name="bitwarden_autofill_service_overlay_permission">3. On the Android App Settings screen for Bitwarden, go to the \"Display over other apps\" options (under Advanced) and tap the toggle to allow overlay support.</string>
|
||||
<string name="overlay_permission">Permission</string>
|
||||
<string name="bitwarden_autofill_service_open_overlay_permission_settings">Open Overlay Permission Settings</string>
|
||||
|
@ -500,7 +501,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="open">Open</string>
|
||||
<string name="unable_to_save_attachment">There was a problem saving this attachment. If the problem persists, you can save it from the web vault.</string>
|
||||
<string name="save_attachment_success">Attachment saved successfully</string>
|
||||
<string name="autofill_tile_accessibility_required">Please turn on \"Auto-fill Accessibility Service\" from Bitwarden Settings to use the Auto-fill tile.</string>
|
||||
<string name="autofill_tile_accessibility_required">Please turn on \"Autofill Accessibility Service\" from Bitwarden Settings to use the Autofill tile.</string>
|
||||
<string name="autofill_tile_uri_not_found">No password fields detected</string>
|
||||
<string name="soft_deleting">Sending to trash...</string>
|
||||
<string name="item_soft_deleted">Item has been sent to trash.</string>
|
||||
|
@ -536,20 +537,20 @@ Scanning will happen automatically.</string>
|
|||
<string name="accept_policies_error">Terms of Service and Privacy Policy have not been acknowledged.</string>
|
||||
<string name="terms_of_service">Terms of Service</string>
|
||||
<string name="privacy_policy">Privacy Policy</string>
|
||||
<string name="accessibility_draw_over_permission_alert">Bitwarden needs attention - Turn on \"Draw-Over\" in \"Auto-fill Services\" from Bitwarden Settings</string>
|
||||
<string name="accessibility_draw_over_permission_alert">Bitwarden needs attention - Turn on \"Draw-Over\" in \"Autofill Services\" from Bitwarden Settings</string>
|
||||
<string name="passkey_management">Passkey management</string>
|
||||
<string name="autofill_services">Autofill services</string>
|
||||
<string name="inline_autofill">Use inline autofill</string>
|
||||
<string name="inline_autofill_description">Use inline autofill if your selected IME (keyboard) supports it. If your configuration is not supported (or this option is turned off), the default Autofill overlay will be used.</string>
|
||||
<string name="accessibility">Use accessibility</string>
|
||||
<string name="accessibility_description">Use the Bitwarden Accessibility Service to auto-fill your logins across apps and the web. When set up, we\'ll display a popup when login fields are selected.</string>
|
||||
<string name="accessibility_description2">Use the Bitwarden Accessibility Service to auto-fill your logins across apps and the web. (Requires Draw-Over to be turned on as well)</string>
|
||||
<string name="accessibility_description">Use the Bitwarden Accessibility Service to autofill your logins across apps and the web. When set up, we\'ll display a popup when login fields are selected.</string>
|
||||
<string name="accessibility_description2">Use the Bitwarden Accessibility Service to autofill your logins across apps and the web. (Requires Draw-Over to be turned on as well)</string>
|
||||
<string name="accessibility_description3">Use the Bitwarden Accessibility Service to use the Autofill Quick-Action Tile, and/or show a popup using Draw-Over (if turned on).</string>
|
||||
<string name="accessibility_description4">Required to use the Autofill Quick-Action Tile, or to augment the Autofill Service by using Draw-Over (if turned on).</string>
|
||||
<string name="accessibility_description5">Required to use the Autofill Quick-Action Tile.</string>
|
||||
<string name="draw_over">Use draw-over</string>
|
||||
<string name="draw_over_description">Allows the Bitwarden Accessibility Service to display a popup when login fields are selected.</string>
|
||||
<string name="draw_over_description2">If turned on, the Bitwarden Accessibility Service will display a popup when login fields are selected to assist with auto-filling your logins.</string>
|
||||
<string name="draw_over_description2">If turned on, the Bitwarden Accessibility Service will display a popup when login fields are selected to assist with autofilling your logins.</string>
|
||||
<string name="draw_over_description3">If turned on, accessibility will show a popup to augment the Autofill Service for older apps that don\'t support the Android Autofill Framework.</string>
|
||||
<string name="personal_ownership_submit_error">Due to an enterprise policy, you are restricted from saving items to your individual vault. Change the ownership option to an organization and choose from available collections.</string>
|
||||
<string name="personal_ownership_policy_in_effect">An organization policy is affecting your ownership options.</string>
|
||||
|
@ -825,8 +826,8 @@ Do you want to switch to this account?</string>
|
|||
<string name="trouble_logging_in">Trouble logging in?</string>
|
||||
<string name="logging_in_as_x">Logging in as %1$s</string>
|
||||
<string name="vault_timeout_action_changed_to_log_out">Vault timeout action changed to log out</string>
|
||||
<string name="block_auto_fill">Block auto-fill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Auto-fill will not be offered for these URIs.</string>
|
||||
<string name="block_auto_fill">Block autofill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Autofill will not be offered for these URIs.</string>
|
||||
<string name="new_blocked_uri">New blocked URI</string>
|
||||
<string name="uri_saved">URI saved</string>
|
||||
<string name="invalid_format_use_https_http_or_android_app">Invalid format. Use https://, http://, or androidapp://</string>
|
||||
|
@ -905,9 +906,9 @@ Do you want to switch to this account?</string>
|
|||
<string name="verifying_identity_ellipsis">Verifying identity...</string>
|
||||
<string name="passwords">Passwords</string>
|
||||
<string name="unknown_account">Unknown account</string>
|
||||
<string name="set_up_autofill">Set up auto-fill</string>
|
||||
<string name="set_up_autofill">Set up autofill</string>
|
||||
<string name="get_instant_access_to_your_passwords_and_passkeys">Get instant access to your passwords and passkeys!</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password autofill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="first_dot_go_to_your_device_settings_passwords_password_options">1. Go to your device\'s Settings > Passwords > Password Options</string>
|
||||
<string name="second_dot_turn_on_auto_fill">2. Turn on AutoFill</string>
|
||||
<string name="third_dot_select_bitwarden_to_use_for_passwords_and_passkeys">3. Select \"Bitwarden\" to use for passwords and passkeys</string>
|
||||
|
@ -1059,4 +1060,17 @@ Do you want to switch to this account?</string>
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">Preklady</string>
|
||||
<string name="items_for_uri">Položky pre %1$s</string>
|
||||
<string name="no_items_for_uri">V trezore sa nenachádzajú žiadne položky pre %1$s.</string>
|
||||
<string name="no_items_for_vault">Vo vašom trezore nie sú žiadne položky, ktoré zodpovedajú \"%1$s\"</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Vyhľadať alebo pridať nové prihlasovacie údaje</string>
|
||||
<string name="bitwarden_autofill_service_overlay">Keď aktivujute vstupné pole a uvidíte tlačidlo pre automatické vyplnenie cez Bitwarden, môžete ho stlačiť a spustiť službu automatického vypĺňania.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Ťuknite na túto notifikáciu pre automatické vyplnenie prihlasovacích údajov z vášho trezora.</string>
|
||||
|
@ -1059,4 +1060,17 @@ Chcete prepnúť na tento účet?</string>
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Uložte exportovaný súbor na miesto v počítači, ktoré ľahko nájdete.</string>
|
||||
<string name="save_the_exported_file_highlight">Uložte exportovaný súbor</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">Toto nie je známy Bitwarden server. Možno bude potrebné overiť si to u svojho poskytovateľa alebo aktualizovať server.</string>
|
||||
<string name="syncing_logins_loading_message">Synchronizácia prihlásení...</string>
|
||||
<string name="ssh_key_cipher_item_types">Typy šifrovania pre SSH kľúče</string>
|
||||
<string name="download_the_browser_extension">Stiahnuť rozšírenie pre prehliadač</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Pre pohodlné použivanie prejdite na stránku bitwarden.com/download a integrujte Bitwarden do svojho obľúbeného prehliadača.</string>
|
||||
<string name="use_the_web_app">Použiť webovú aplikáciu</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Pre jednoduchú správu vášho účtu a aktualizáciu nastavení sa prihláste na bitwarden.com.</string>
|
||||
<string name="autofill_passwords">Automatické vypĺňanie hesiel</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Nastavte si automatické vypĺňanie na všetkých svojich zariadeniach a prihláste sa jediným ťuknutím kdekoľvek.</string>
|
||||
<string name="import_successful">Import bol úspešný!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Spravujte svoje prihlasovacie údaje kdekoľvek s nástrojmi Bitwardenu pre web a desktop.</string>
|
||||
<string name="bitwarden_tools">Nástroje Bitwardenu</string>
|
||||
<string name="got_it">Chápem</string>
|
||||
<string name="no_logins_were_imported">Neboli importované žiadne prihlasovacie údaje</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">Prevodi</string>
|
||||
<string name="items_for_uri">Elementi za %1$s</string>
|
||||
<string name="no_items_for_uri">V vašem trezorju ni elementov za %1$s.</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Search for a login or add a new login</string>
|
||||
<string name="bitwarden_autofill_service_overlay">Ko izberete vnosno polje in vidite prekrivni element samodejnega izpolnjevanja Bitwarden, pritisnite nanj, da zaženete storitev samodejnega izpolnjevanja.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Pritisnite na to obvestilo, da samodejno izpolnite element iz svojega trezorja.</string>
|
||||
|
@ -206,7 +207,7 @@
|
|||
<string name="off" tools:override="true">Ne</string>
|
||||
<string name="on" tools:override="true">Da</string>
|
||||
<string name="status">Stanje</string>
|
||||
<string name="bitwarden_autofill_service_alert2">The easiest way to add new logins to your vault is from the Bitwarden Auto-fill Service. Learn more about using the Bitwarden Auto-fill Service by navigating to the \"Settings\" screen.</string>
|
||||
<string name="bitwarden_autofill_service_alert2">The easiest way to add new logins to your vault is from the Bitwarden Autofill Service. Learn more about using the Bitwarden Autofill Service by navigating to the \"Settings\" screen.</string>
|
||||
<string name="autofill">Samodejno izpolnjevanje</string>
|
||||
<string name="autofill_or_view">Želite samodejno izpolniti ali prikazati ta element?</string>
|
||||
<string name="bitwarden_autofill_service_match_confirm">Ali ste prepričani, da želite samodejno izpolniti ta element? Ujemanje ni popolno za \"%1$s\".</string>
|
||||
|
@ -246,7 +247,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="camera">Fotoaparat</string>
|
||||
<string name="photos">Fotografije</string>
|
||||
<string name="copy_totp">Kopiraj TOTP</string>
|
||||
<string name="copy_totp_automatically_description">If a login has an authenticator key, copy the TOTP verification code to your clipboard when you auto-fill the login.</string>
|
||||
<string name="copy_totp_automatically_description">If a login has an authenticator key, copy the TOTP verification code to your clipboard when you autofill the login.</string>
|
||||
<string name="copy_totp_automatically">Samodejno kopiraj TOTP</string>
|
||||
<string name="premium_required">Premium članstvo je potrebno za uporabo te funkcije.</string>
|
||||
<string name="attachement_added">Priloga dodana</string>
|
||||
|
@ -333,8 +334,8 @@ Scanning will happen automatically.</string>
|
|||
<string name="no_items_trash">Koš je prazen.</string>
|
||||
<string name="autofill_accessibility_service">Storitev za samodejno izpolnjevanje</string>
|
||||
<string name="autofill_accessibility_summary">Assist with filling username and password fields in other apps and on the web.</string>
|
||||
<string name="autofill_service_description">The Bitwarden auto-fill service uses the Android Autofill Framework to assist in filling login information into other apps on your device.</string>
|
||||
<string name="bitwarden_autofill_service_description">Use the Bitwarden auto-fill service to fill login information into other apps.</string>
|
||||
<string name="autofill_service_description">The Bitwarden autofill service uses the Android Autofill Framework to assist in filling login information into other apps on your device.</string>
|
||||
<string name="bitwarden_autofill_service_description">Use the Bitwarden autofill service to fill login information into other apps.</string>
|
||||
<string name="bitwarden_autofill_service_open_autofill_settings">Nastavitve samodejnega izpolnjevanja</string>
|
||||
<string name="face_id">obraznim ID</string>
|
||||
<string name="face_id_direction">Uporabi obrazni ID za preverjanje</string>
|
||||
|
@ -367,7 +368,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="hold_yubikey_near_top">Držite vaš Yubikey ob vrhu naprave.</string>
|
||||
<string name="try_again">Poskusite znova</string>
|
||||
<string name="yubi_key_instruction_ios">Za nadaljevanje držite YubiKey NEO ob hrbtni strani naprave.</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description2">The accessibility service may be helpful to use when apps do not support the standard auto-fill service.</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description2">The accessibility service may be helpful to use when apps do not support the standard autofill service.</string>
|
||||
<string name="date_password_updated">Geslo je bilo posodobljeno</string>
|
||||
<string name="date_updated">Posodobljeno</string>
|
||||
<string name="autofill_activated">Samodejno izpolnjevanje aktivirano!</string>
|
||||
|
@ -375,7 +376,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="autofill_setup">Your logins are now easily accessible right from your keyboard while logging into apps and websites.</string>
|
||||
<string name="autofill_setup2">We recommend disabling any other AutoFill apps under Settings if you do not plan to use them.</string>
|
||||
<string name="bitwarden_autofill_description">Access your vault directly from your keyboard to quickly autofill passwords.</string>
|
||||
<string name="autofill_turn_on">To set up password auto-fill on your device, follow these instructions:</string>
|
||||
<string name="autofill_turn_on">To set up password autofill on your device, follow these instructions:</string>
|
||||
<string name="autofill_turn_on1">1. Pojdite v nastavitve iOS aplikacije</string>
|
||||
<string name="autofill_turn_on2">2. Tap \"Passwords\"</string>
|
||||
<string name="autofill_turn_on3">3. Tap \"AutoFill Passwords\"</string>
|
||||
|
@ -466,7 +467,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="ask_to_add_login">Ponudi shranjevanje prijav</string>
|
||||
<string name="ask_to_add_login_description">Ponudi, da se shrani nova prijava, če je v trezorju še ni.</string>
|
||||
<string name="on_restart">Ob ponovnem zagonu aplikacije</string>
|
||||
<string name="autofill_service_not_enabled">Auto-fill makes it easy to securely access your Bitwarden vault from other websites and apps. It looks like you have not set up an auto-fill service for Bitwarden. Set up auto-fill for Bitwarden from the \"Settings\" screen.</string>
|
||||
<string name="autofill_service_not_enabled">Autofill makes it easy to securely access your Bitwarden vault from other websites and apps. It looks like you have not set up an autofill service for Bitwarden. Set up autofill for Bitwarden from the \"Settings\" screen.</string>
|
||||
<string name="theme_applied_on_restart">Your theme changes will apply when the app is restarted.</string>
|
||||
<string name="capitalize">Zapiši z veliko začetnico</string>
|
||||
<string name="include_number">Vključi številko</string>
|
||||
|
@ -477,7 +478,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="biometrics_direction">Biometrična avtentikacija</string>
|
||||
<string name="biometrics">biometričnim preverjanjem</string>
|
||||
<string name="use_biometrics_to_unlock">Uporabi biometrično preverjanje za odklep</string>
|
||||
<string name="accessibility_overlay_permission_alert">Bitwarden needs attention - See \"Auto-fill Accessibility Service\" from Bitwarden settings</string>
|
||||
<string name="accessibility_overlay_permission_alert">Bitwarden needs attention - See \"Autofill Accessibility Service\" from Bitwarden settings</string>
|
||||
<string name="bitwarden_autofill_service_overlay_permission">3. On the Android App Settings screen for Bitwarden, go to the \"Display over other apps\" options (under Advanced) and tap the toggle to allow overlay support.</string>
|
||||
<string name="overlay_permission">Dovoljenje</string>
|
||||
<string name="bitwarden_autofill_service_open_overlay_permission_settings">Open Overlay Permission Settings</string>
|
||||
|
@ -500,7 +501,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="open">Odpri</string>
|
||||
<string name="unable_to_save_attachment">There was a problem saving this attachment. If the problem persists, you can save it from the web vault.</string>
|
||||
<string name="save_attachment_success">Priloga je bila uspešno shranjena.</string>
|
||||
<string name="autofill_tile_accessibility_required">Please turn on \"Auto-fill Accessibility Service\" from Bitwarden Settings to use the Auto-fill tile.</string>
|
||||
<string name="autofill_tile_accessibility_required">Please turn on \"Autofill Accessibility Service\" from Bitwarden Settings to use the Autofill tile.</string>
|
||||
<string name="autofill_tile_uri_not_found">No password fields detected</string>
|
||||
<string name="soft_deleting">Pošiljanje v koš...</string>
|
||||
<string name="item_soft_deleted">Predmet je bil premaknjen v smeti.</string>
|
||||
|
@ -536,20 +537,20 @@ Scanning will happen automatically.</string>
|
|||
<string name="accept_policies_error">Terms of Service and Privacy Policy have not been acknowledged.</string>
|
||||
<string name="terms_of_service">Pogoji uporabe</string>
|
||||
<string name="privacy_policy">Politika zasebnosti</string>
|
||||
<string name="accessibility_draw_over_permission_alert">Bitwarden needs attention - Turn on \"Draw-Over\" in \"Auto-fill Services\" from Bitwarden Settings</string>
|
||||
<string name="accessibility_draw_over_permission_alert">Bitwarden needs attention - Turn on \"Draw-Over\" in \"Autofill Services\" from Bitwarden Settings</string>
|
||||
<string name="passkey_management">Passkey management</string>
|
||||
<string name="autofill_services">Storitve samodejnega izpolnjevanja</string>
|
||||
<string name="inline_autofill">Use inline autofill</string>
|
||||
<string name="inline_autofill_description">Use inline autofill if your selected IME (keyboard) supports it. If your configuration is not supported (or this option is turned off), the default Autofill overlay will be used.</string>
|
||||
<string name="accessibility">Use accessibility</string>
|
||||
<string name="accessibility_description">Use the Bitwarden Accessibility Service to auto-fill your logins across apps and the web. When set up, we\'ll display a popup when login fields are selected.</string>
|
||||
<string name="accessibility_description2">Use the Bitwarden Accessibility Service to auto-fill your logins across apps and the web. (Requires Draw-Over to be turned on as well)</string>
|
||||
<string name="accessibility_description">Use the Bitwarden Accessibility Service to autofill your logins across apps and the web. When set up, we\'ll display a popup when login fields are selected.</string>
|
||||
<string name="accessibility_description2">Use the Bitwarden Accessibility Service to autofill your logins across apps and the web. (Requires Draw-Over to be turned on as well)</string>
|
||||
<string name="accessibility_description3">Use the Bitwarden Accessibility Service to use the Autofill Quick-Action Tile, and/or show a popup using Draw-Over (if turned on).</string>
|
||||
<string name="accessibility_description4">Required to use the Autofill Quick-Action Tile, or to augment the Autofill Service by using Draw-Over (if turned on).</string>
|
||||
<string name="accessibility_description5">Required to use the Autofill Quick-Action Tile.</string>
|
||||
<string name="draw_over">Use draw-over</string>
|
||||
<string name="draw_over_description">Allows the Bitwarden Accessibility Service to display a popup when login fields are selected.</string>
|
||||
<string name="draw_over_description2">If turned on, the Bitwarden Accessibility Service will display a popup when login fields are selected to assist with auto-filling your logins.</string>
|
||||
<string name="draw_over_description2">If turned on, the Bitwarden Accessibility Service will display a popup when login fields are selected to assist with autofilling your logins.</string>
|
||||
<string name="draw_over_description3">If turned on, accessibility will show a popup to augment the Autofill Service for older apps that don\'t support the Android Autofill Framework.</string>
|
||||
<string name="personal_ownership_submit_error">Due to an enterprise policy, you are restricted from saving items to your individual vault. Change the ownership option to an organization and choose from available collections.</string>
|
||||
<string name="personal_ownership_policy_in_effect">An organization policy is affecting your ownership options.</string>
|
||||
|
@ -825,8 +826,8 @@ Do you want to switch to this account?</string>
|
|||
<string name="trouble_logging_in">Trouble logging in?</string>
|
||||
<string name="logging_in_as_x">Logging in as %1$s</string>
|
||||
<string name="vault_timeout_action_changed_to_log_out">Vault timeout action changed to log out</string>
|
||||
<string name="block_auto_fill">Block auto-fill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Auto-fill will not be offered for these URIs.</string>
|
||||
<string name="block_auto_fill">Block autofill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Autofill will not be offered for these URIs.</string>
|
||||
<string name="new_blocked_uri">New blocked URI</string>
|
||||
<string name="uri_saved">URI saved</string>
|
||||
<string name="invalid_format_use_https_http_or_android_app">Invalid format. Use https://, http://, or androidapp://</string>
|
||||
|
@ -905,9 +906,9 @@ Do you want to switch to this account?</string>
|
|||
<string name="verifying_identity_ellipsis">Verifying identity...</string>
|
||||
<string name="passwords">Passwords</string>
|
||||
<string name="unknown_account">Unknown account</string>
|
||||
<string name="set_up_autofill">Set up auto-fill</string>
|
||||
<string name="set_up_autofill">Set up autofill</string>
|
||||
<string name="get_instant_access_to_your_passwords_and_passkeys">Get instant access to your passwords and passkeys!</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password autofill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="first_dot_go_to_your_device_settings_passwords_password_options">1. Go to your device\'s Settings > Passwords > Password Options</string>
|
||||
<string name="second_dot_turn_on_auto_fill">2. Turn on AutoFill</string>
|
||||
<string name="third_dot_select_bitwarden_to_use_for_passwords_and_passkeys">3. Select \"Bitwarden\" to use for passwords and passkeys</string>
|
||||
|
@ -1059,4 +1060,17 @@ Do you want to switch to this account?</string>
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">Преводи</string>
|
||||
<string name="items_for_uri">Ставке за %1$s</string>
|
||||
<string name="no_items_for_uri">У вашем сефу нема ставке за %1$s.</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Потражите лозинку или додајте нову лозинку</string>
|
||||
<string name="bitwarden_autofill_service_overlay">Када одаберете поље за унос и видите Bitwarden прозор за аутоматско попуњавање, можете да га додирнете да бисте покренули услугу ауто-попуњавања.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Додирните ово обавештење да бисте аутоматски попунили ставку из сефа.</string>
|
||||
|
@ -1019,45 +1020,58 @@
|
|||
<string name="new_login">Ново пријављивање</string>
|
||||
<string name="share_files_and_data_securely_with_anyone_on_any_platform">Делите датотеке и податке безбедно са било ким, на било којој платформи. Ваше информације ће остати шифроване од почетка-до-краја уз ограничење изложености.</string>
|
||||
<string name="send_sensitive_information_safely">Шаљите осетљиве информације, безбедно</string>
|
||||
<string name="import_saved_logins">Import saved logins</string>
|
||||
<string name="import_saved_logins">Увезите сачуване пријаве</string>
|
||||
<string name="use_a_computer_to_import_logins">Use a computer to import logins from an existing password manager</string>
|
||||
<string name="you_can_return_to_complete_this_step_anytime_from_settings">You can return to complete this step anytime in Vault Settings.</string>
|
||||
<string name="import_logins_later">Import logins later</string>
|
||||
<string name="import_logins_later_dialog_title">Import logins later?</string>
|
||||
<string name="do_you_have_a_computer_available">Do you have a computer available?</string>
|
||||
<string name="the_following_instructions_will_guide_you_through_importing_logins">The following instructions will guide you through importing logins from your desktop or laptop computer</string>
|
||||
<string name="import_logins">Import Logins</string>
|
||||
<string name="from_your_computer_follow_these_instructions_to_export_saved_passwords">From your computer, follow these instructions to export saved passwords from your browser or other password manager. Then, safely import them to Bitwarden.</string>
|
||||
<string name="give_your_vault_a_head_start">Give your vault a head start</string>
|
||||
<string name="class_3_biometrics_description">Unlock with biometrics requires strong biometric authentication and may not be compatible with all biometric options on this device.</string>
|
||||
<string name="class_2_biometrics_description">Unlock with biometrics requires strong biometric authentication and is not compatible with the biometrics options available on this device.</string>
|
||||
<string name="on_your_computer_log_in_to_your_current_browser_or_password_manager">On your computer, log in to your current browser or password manager.</string>
|
||||
<string name="log_in_to_your_current_browser_or_password_manager_highlight">log in to your current browser or password manager.</string>
|
||||
<string name="export_your_passwords_this_option_is_usually_found_in_your_settings">Export your passwords. This option is usually found in your settings.</string>
|
||||
<string name="export_your_passwords_highlight">Export your passwords.</string>
|
||||
<string name="select_import_data_in_the_web_app_then_done_to_finish_syncing">Select Import data in the web app, then Done to finish syncing.</string>
|
||||
<string name="select_import_data_highlight">Select Import data</string>
|
||||
<string name="step_1_of_3">Step 1 of 3</string>
|
||||
<string name="export_your_saved_logins">Export your saved logins</string>
|
||||
<string name="delete_this_file_after_import_is_complete">You’ll delete this file after import is complete.</string>
|
||||
<string name="on_your_computer_open_a_new_browser_tab_and_go_to_vault_bitwarden_com">On your computer, open a new browser tab and go to vault.bitwarden.com</string>
|
||||
<string name="go_to_vault_bitwarden_com_highlight">go to vault.bitwarden.com</string>
|
||||
<string name="log_in_to_the_bitwarden_web_app">Log in to the Bitwarden web app.</string>
|
||||
<string name="step_2_of_3">Step 2 of 3</string>
|
||||
<string name="log_in_to_bitwarden">Log in to Bitwarden</string>
|
||||
<string name="step_3_of_3">Step 3 of 3</string>
|
||||
<string name="import_logins_to_bitwarden">Import logins to Bitwarden</string>
|
||||
<string name="in_the_bitwarden_navigation_find_the_tools_option_and_select_import_data">In the Bitwarden navigation, find the Tools option and select Import data.</string>
|
||||
<string name="find_the_tools_highlight">find the Tools</string>
|
||||
<string name="select_import_data_step_3_highlight">select Import data.</string>
|
||||
<string name="fill_out_the_form_and_import_your_saved_password_file">Fill out the form and import your saved password file.</string>
|
||||
<string name="import_your_saved_password_file_highlight">import your saved password file.</string>
|
||||
<string name="then_done_highlight">then Done</string>
|
||||
<string name="for_your_security_be_sure_to_delete_your_saved_password_file">For your security, be sure to delete your saved password file.</string>
|
||||
<string name="delete_your_saved_password_file">delete your saved password file.</string>
|
||||
<string name="need_help_checkout_out_import_help">Need help? Checkout out import help.</string>
|
||||
<string name="import_help_highlight">import help</string>
|
||||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="you_can_return_to_complete_this_step_anytime_from_settings">Можете се вратити да бисте завршили овај корак у било ком тренутку у подешавањима. сефа.</string>
|
||||
<string name="import_logins_later">Увезите пријаве касније</string>
|
||||
<string name="import_logins_later_dialog_title">Желите ли касније да увезете пријаве?</string>
|
||||
<string name="do_you_have_a_computer_available">Да ли имате рачунар на располагању?</string>
|
||||
<string name="the_following_instructions_will_guide_you_through_importing_logins">Следећа упутства ће вас водити кроз увоз података за пријављивање са вашег десктоп или лаптоп рачунара</string>
|
||||
<string name="import_logins">Увезите пријаве</string>
|
||||
<string name="from_your_computer_follow_these_instructions_to_export_saved_passwords">Са рачунара пратите ова упутства да бисте извезли сачуване лозинке из прегледача или другог менаџера лозинки. Затим их безбедно увезите у Bitwarden.</string>
|
||||
<string name="give_your_vault_a_head_start">Дајте предност свом сефу</string>
|
||||
<string name="class_3_biometrics_description">Откључавање биометријом захтева снажну биометријску аутентификацију и можда неће бити компатибилно са свим биометријским опцијама на овом уређају.</string>
|
||||
<string name="class_2_biometrics_description">Откључавање биометријом захтева снажну биометријску аутентификацију и није компатибилно са биометријским опцијама доступним на овом уређају.</string>
|
||||
<string name="on_your_computer_log_in_to_your_current_browser_or_password_manager">На рачунару, пријавите се у свој тренутни прегледач или менаџер лозинки.</string>
|
||||
<string name="log_in_to_your_current_browser_or_password_manager_highlight">пријавите се у свој тренутни прегледач или менаџер лозинки.</string>
|
||||
<string name="export_your_passwords_this_option_is_usually_found_in_your_settings">Извезите своје лозинке. Ова опција се обично налази у вашим подешавањима.</string>
|
||||
<string name="export_your_passwords_highlight">Извезите своје лозинке.</string>
|
||||
<string name="select_import_data_in_the_web_app_then_done_to_finish_syncing">Изаберите Увези податке у веб апликацији, а затим Готово да бисте завршили синхронизацију.</string>
|
||||
<string name="select_import_data_highlight">Изаберите Увези податке</string>
|
||||
<string name="step_1_of_3">Корак 1 од 3</string>
|
||||
<string name="export_your_saved_logins">Извезите сачуване пријаве</string>
|
||||
<string name="delete_this_file_after_import_is_complete">Ову датотеку ћете избрисати након што се увоз заврши.</string>
|
||||
<string name="on_your_computer_open_a_new_browser_tab_and_go_to_vault_bitwarden_com">На рачунару отворите нову картицу прегледача и идите на vault.bitwarden.com</string>
|
||||
<string name="go_to_vault_bitwarden_com_highlight">идите на vault.bitwarden.com</string>
|
||||
<string name="log_in_to_the_bitwarden_web_app">Пријавите се на веб-апликацију Bitwarden.</string>
|
||||
<string name="step_2_of_3">Корак 2 од 3</string>
|
||||
<string name="log_in_to_bitwarden">Пријавите се на Bitwarden</string>
|
||||
<string name="step_3_of_3">Корак 3 од 3</string>
|
||||
<string name="import_logins_to_bitwarden">Увезите пријаве у Bitwarden</string>
|
||||
<string name="in_the_bitwarden_navigation_find_the_tools_option_and_select_import_data">У Bitwarden навигацији, пронађите опцију Алатке и изаберите Увези податке.</string>
|
||||
<string name="find_the_tools_highlight">пронађите Алатке</string>
|
||||
<string name="select_import_data_step_3_highlight">изаберите Увези податке.</string>
|
||||
<string name="fill_out_the_form_and_import_your_saved_password_file">Попуните образац и увезите своју сачувану датотеку лозинке.</string>
|
||||
<string name="import_your_saved_password_file_highlight">увезите своју сачувану датотеку лозинке.</string>
|
||||
<string name="then_done_highlight">и после Заврши</string>
|
||||
<string name="for_your_security_be_sure_to_delete_your_saved_password_file">Ради ваше безбедности, обавезно избришите своју сачувану датотеку лозинке.</string>
|
||||
<string name="delete_your_saved_password_file">избришите своју сачувану датотеку лозинке.</string>
|
||||
<string name="need_help_checkout_out_import_help">Треба вам помоћ? Проверите помоћ за увоз.</string>
|
||||
<string name="import_help_highlight">помоћ за увоз</string>
|
||||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Сачувајте извезену датотеку негде на рачунару где можете лако да пронађете.</string>
|
||||
<string name="save_the_exported_file_highlight">Сачувајте извезену датотеку</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">Ово није признати Bitwarden сервер. Можда ћете морати да проверите код свог провајдера или да ажурирате сервер.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">Översättningar</string>
|
||||
<string name="items_for_uri">Objekt för %1$s</string>
|
||||
<string name="no_items_for_uri">Det finns inga objekt i ditt valv för %1$s.</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Search for a login or add a new login</string>
|
||||
<string name="bitwarden_autofill_service_overlay">När du väljer ett inmatningsfält och ser en ruta för automatisk ifyllnad från Bitwarden, kan du trycka på den för att starta tjänsten för automatisk ifyllnad.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Tryck på den här aviseringen för att automatiskt fylla i en inloggning från ditt valv.</string>
|
||||
|
@ -906,9 +907,9 @@ Vill du byta till detta konto?</string>
|
|||
<string name="verifying_identity_ellipsis">Verifierar identitet...</string>
|
||||
<string name="passwords">Lösenord</string>
|
||||
<string name="unknown_account">Okänt konto</string>
|
||||
<string name="set_up_autofill">Set up auto-fill</string>
|
||||
<string name="set_up_autofill">Set up autofill</string>
|
||||
<string name="get_instant_access_to_your_passwords_and_passkeys">Get instant access to your passwords and passkeys!</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password autofill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="first_dot_go_to_your_device_settings_passwords_password_options">1. Gå till din enhets Inställningar > Lösenord > Lösenordsalternativ</string>
|
||||
<string name="second_dot_turn_on_auto_fill">2. Slå på AutoFyll</string>
|
||||
<string name="third_dot_select_bitwarden_to_use_for_passwords_and_passkeys">3. Välj att använda \"Bitwarden\" för lösenord och passkeys</string>
|
||||
|
@ -1060,4 +1061,17 @@ Vill du byta till detta konto?</string>
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">மொழிபெயர்ப்புகள்</string>
|
||||
<string name="items_for_uri">%1$s க்கான உருப்படிகள்</string>
|
||||
<string name="no_items_for_uri">உம் பெட்டகத்தில் %1$s க்கான உருப்படிகள் ஏதுமில்லை.</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Search for a login or add a new login</string>
|
||||
<string name="bitwarden_autofill_service_overlay">நீங்கள் ஓர் உள்ளீடு புலத்தை தேர்ந்து Bitwarden தன்னிரப்பி மேலடுக்கை பார்க்கும்போது, தன்னிரப்பி சேவையை தொடங்க நீங்கள் அதை தட்டலாம்.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">உங்கள் பெட்டகத்திலிருந்து உருப்படியைத் தானாக-நிரப்ப இந்த அறிவிப்பைத் தட்டவும்.</string>
|
||||
|
@ -905,9 +906,9 @@
|
|||
<string name="verifying_identity_ellipsis">Verifying identity...</string>
|
||||
<string name="passwords">Passwords</string>
|
||||
<string name="unknown_account">Unknown account</string>
|
||||
<string name="set_up_autofill">Set up auto-fill</string>
|
||||
<string name="set_up_autofill">Set up autofill</string>
|
||||
<string name="get_instant_access_to_your_passwords_and_passkeys">Get instant access to your passwords and passkeys!</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password autofill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="first_dot_go_to_your_device_settings_passwords_password_options">1. Go to your device\'s Settings > Passwords > Password Options</string>
|
||||
<string name="second_dot_turn_on_auto_fill">2. Turn on AutoFill</string>
|
||||
<string name="third_dot_select_bitwarden_to_use_for_passwords_and_passkeys">3. Select \"Bitwarden\" to use for passwords and passkeys</string>
|
||||
|
@ -1059,4 +1060,17 @@
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -87,15 +87,15 @@
|
|||
<string name="account_created_success">Your new account has been created!</string>
|
||||
<string name="add_an_item">Add an Item</string>
|
||||
<string name="app_extension">App extension</string>
|
||||
<string name="autofill_accessibility_description">Use the Bitwarden accessibility service to auto-fill your logins across apps and the web.</string>
|
||||
<string name="autofill_service">Auto-fill service</string>
|
||||
<string name="autofill_accessibility_description">Use the Bitwarden accessibility service to autofill your logins across apps and the web.</string>
|
||||
<string name="autofill_service">Autofill service</string>
|
||||
<string name="set_bitwarden_as_passkey_manager_description">Set Bitwarden as your passkey provider in device settings.</string>
|
||||
<string name="avoid_ambiguous_characters">Avoid ambiguous characters</string>
|
||||
<string name="bitwarden_app_extension">Bitwarden app extension</string>
|
||||
<string name="bitwarden_app_extension_alert2">The easiest way to add new logins to your vault is from the Bitwarden app extension. Learn more about using the Bitwarden app extension by navigating to the \"Settings\" screen.</string>
|
||||
<string name="bitwarden_app_extension_description">Use Bitwarden in Safari and other apps to auto-fill your logins.</string>
|
||||
<string name="bitwarden_autofill_service">Bitwarden Auto-fill Service</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description">Use the Bitwarden accessibility service to auto-fill your logins.</string>
|
||||
<string name="bitwarden_app_extension_description">Use Bitwarden in Safari and other apps to autofill your logins.</string>
|
||||
<string name="bitwarden_autofill_service">Bitwarden Autofill Service</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description">Use the Bitwarden accessibility service to autofill your logins.</string>
|
||||
<string name="change_email">Change email</string>
|
||||
<string name="change_email_confirmation">You can change your email address on the bitwarden.com web vault. Do you want to visit the website now?</string>
|
||||
<string name="change_master_password">Change master password</string>
|
||||
|
@ -195,9 +195,10 @@
|
|||
<string name="translations">Translations</string>
|
||||
<string name="items_for_uri">Items for %1$s</string>
|
||||
<string name="no_items_for_uri">There are no items in your vault for %1$s.</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Search for a login or add a new login</string>
|
||||
<string name="bitwarden_autofill_service_overlay">When you select an input field and see a Bitwarden auto-fill overlay, you can tap it to launch the auto-fill service.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Tap this notification to auto-fill an item from your vault.</string>
|
||||
<string name="bitwarden_autofill_service_overlay">When you select an input field and see a Bitwarden autofill overlay, you can tap it to launch the autofill service.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Tap this notification to autofill an item from your vault.</string>
|
||||
<string name="bitwarden_autofill_service_open_accessibility_settings">Open Accessibility Settings</string>
|
||||
<string name="bitwarden_autofill_service_step1">1. On the Android Accessibility Settings screen, touch \"Bitwarden\" under the Services heading.</string>
|
||||
<string name="bitwarden_autofill_service_step2">2. Switch on the toggle and press OK to accept.</string>
|
||||
|
@ -206,14 +207,14 @@
|
|||
<string name="off" tools:override="true">Off</string>
|
||||
<string name="on" tools:override="true">On</string>
|
||||
<string name="status">Status</string>
|
||||
<string name="bitwarden_autofill_service_alert2">The easiest way to add new logins to your vault is from the Bitwarden Auto-fill Service. Learn more about using the Bitwarden Auto-fill Service by navigating to the \"Settings\" screen.</string>
|
||||
<string name="autofill">Auto-fill</string>
|
||||
<string name="autofill_or_view">Do you want to auto-fill or view this item?</string>
|
||||
<string name="bitwarden_autofill_service_match_confirm">Are you sure you want to auto-fill this item? It is not a complete match for \"%1$s\".</string>
|
||||
<string name="bitwarden_autofill_service_alert2">The easiest way to add new logins to your vault is from the Bitwarden Autofill Service. Learn more about using the Bitwarden Autofill Service by navigating to the \"Settings\" screen.</string>
|
||||
<string name="autofill">Autofill</string>
|
||||
<string name="autofill_or_view">Do you want to autofill or view this item?</string>
|
||||
<string name="bitwarden_autofill_service_match_confirm">Are you sure you want to autofill this item? It is not a complete match for \"%1$s\".</string>
|
||||
<string name="matching_items">Matching items</string>
|
||||
<string name="possible_matching_items">Possible matching items</string>
|
||||
<string name="search">Search</string>
|
||||
<string name="bitwarden_autofill_service_search">You are searching for an auto-fill item for \"%1$s\".</string>
|
||||
<string name="bitwarden_autofill_service_search">You are searching for an autofill item for \"%1$s\".</string>
|
||||
<string name="learn_org">Learn about organizations</string>
|
||||
<string name="cannot_open_app">Cannot open the app \"%1$s\".</string>
|
||||
<string name="authenticator_app_title">Authenticator app</string>
|
||||
|
@ -246,7 +247,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="camera">Camera</string>
|
||||
<string name="photos">Photos</string>
|
||||
<string name="copy_totp">Copy TOTP</string>
|
||||
<string name="copy_totp_automatically_description">If a login has an authenticator key, copy the TOTP verification code to your clipboard when you auto-fill the login.</string>
|
||||
<string name="copy_totp_automatically_description">If a login has an authenticator key, copy the TOTP verification code to your clipboard when you autofill the login.</string>
|
||||
<string name="copy_totp_automatically">Copy TOTP automatically</string>
|
||||
<string name="premium_required">A premium membership is required to use this feature.</string>
|
||||
<string name="attachement_added">Attachment added</string>
|
||||
|
@ -324,17 +325,17 @@ Scanning will happen automatically.</string>
|
|||
<string name="show_website_icons">Show website icons</string>
|
||||
<string name="show_website_icons_description">Show a recognizable image next to each login.</string>
|
||||
<string name="icons_url">Icons server URL</string>
|
||||
<string name="autofill_with_bitwarden">Auto-fill with Bitwarden</string>
|
||||
<string name="autofill_with_bitwarden">Autofill with Bitwarden</string>
|
||||
<string name="vault_is_locked">Vault is locked</string>
|
||||
<string name="go_to_my_vault">Go to my vault</string>
|
||||
<string name="collections">Collections</string>
|
||||
<string name="no_items_collection">There are no items in this collection.</string>
|
||||
<string name="no_items_folder">There are no items in this folder.</string>
|
||||
<string name="no_items_trash">There are no items in the trash.</string>
|
||||
<string name="autofill_accessibility_service">Auto-fill Accessibility Service</string>
|
||||
<string name="autofill_accessibility_service">Autofill Accessibility Service</string>
|
||||
<string name="autofill_accessibility_summary">Assist with filling username and password fields in other apps and on the web.</string>
|
||||
<string name="autofill_service_description">The Bitwarden auto-fill service uses the Android Autofill Framework to assist in filling login information into other apps on your device.</string>
|
||||
<string name="bitwarden_autofill_service_description">Use the Bitwarden auto-fill service to fill login information into other apps.</string>
|
||||
<string name="autofill_service_description">The Bitwarden autofill service uses the Android Autofill Framework to assist in filling login information into other apps on your device.</string>
|
||||
<string name="bitwarden_autofill_service_description">Use the Bitwarden autofill service to fill login information into other apps.</string>
|
||||
<string name="bitwarden_autofill_service_open_autofill_settings">Open Autofill Settings</string>
|
||||
<string name="face_id">Face ID</string>
|
||||
<string name="face_id_direction">Use Face ID to verify.</string>
|
||||
|
@ -362,12 +363,12 @@ Scanning will happen automatically.</string>
|
|||
<string name="uri_match_detection">URI match detection</string>
|
||||
<string name="match_detection">Match detection</string>
|
||||
<string name="yes_and_save">Yes, and save</string>
|
||||
<string name="autofill_and_save">Auto-fill and save</string>
|
||||
<string name="autofill_and_save">Autofill and save</string>
|
||||
<string name="organization">Organization</string>
|
||||
<string name="hold_yubikey_near_top">Hold your Yubikey near the top of the device.</string>
|
||||
<string name="try_again">Try again</string>
|
||||
<string name="yubi_key_instruction_ios">To continue, hold your YubiKey NEO against the back of the device.</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description2">The accessibility service may be helpful to use when apps do not support the standard auto-fill service.</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description2">The accessibility service may be helpful to use when apps do not support the standard autofill service.</string>
|
||||
<string name="date_password_updated">Password updated</string>
|
||||
<string name="date_updated">Updated</string>
|
||||
<string name="autofill_activated">AutoFill activated!</string>
|
||||
|
@ -375,13 +376,13 @@ Scanning will happen automatically.</string>
|
|||
<string name="autofill_setup">Your logins are now easily accessible right from your keyboard while logging into apps and websites.</string>
|
||||
<string name="autofill_setup2">We recommend disabling any other AutoFill apps under Settings if you do not plan to use them.</string>
|
||||
<string name="bitwarden_autofill_description">Access your vault directly from your keyboard to quickly autofill passwords.</string>
|
||||
<string name="autofill_turn_on">To set up password auto-fill on your device, follow these instructions:</string>
|
||||
<string name="autofill_turn_on">To set up password autofill on your device, follow these instructions:</string>
|
||||
<string name="autofill_turn_on1">1. Go to the iOS \"Settings\" app</string>
|
||||
<string name="autofill_turn_on2">2. Tap \"Passwords\"</string>
|
||||
<string name="autofill_turn_on3">3. Tap \"AutoFill Passwords\"</string>
|
||||
<string name="autofill_turn_on4">4. Turn on AutoFill</string>
|
||||
<string name="autofill_turn_on5">5. Select \"Bitwarden\"</string>
|
||||
<string name="password_autofill">Password auto-fill</string>
|
||||
<string name="password_autofill">Password autofill</string>
|
||||
<string name="bitwarden_autofill_alert2">The easiest way to add new logins to your vault is by using the Bitwarden Password AutoFill extension. Learn more about using the Bitwarden Password AutoFill extension by navigating to the \"Settings\" screen.</string>
|
||||
<string name="invalid_email">Invalid email address.</string>
|
||||
<string name="cards">Cards</string>
|
||||
|
@ -449,7 +450,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="clear_clipboard">Clear clipboard</string>
|
||||
<string name="clear_clipboard_description">Automatically clear copied values from your clipboard.</string>
|
||||
<string name="default_uri_match_detection">Default URI match detection</string>
|
||||
<string name="default_uri_match_detection_description">Choose the default way that URI match detection is handled for logins when performing actions such as auto-fill.</string>
|
||||
<string name="default_uri_match_detection_description">Choose the default way that URI match detection is handled for logins when performing actions such as autofill.</string>
|
||||
<string name="theme">Theme</string>
|
||||
<string name="theme_description">Change the application\'s color theme.</string>
|
||||
<string name="theme_default">Default (System)</string>
|
||||
|
@ -462,11 +463,11 @@ Scanning will happen automatically.</string>
|
|||
<string name="black">Black</string>
|
||||
<string name="nord">Nord</string>
|
||||
<string name="solarized_dark">Solarized Dark</string>
|
||||
<string name="autofill_blocked_uris">Auto-fill blocked URIs</string>
|
||||
<string name="autofill_blocked_uris">Autofill blocked URIs</string>
|
||||
<string name="ask_to_add_login">Ask to add login</string>
|
||||
<string name="ask_to_add_login_description">Ask to add an item if one isn\'t found in your vault.</string>
|
||||
<string name="on_restart">On app restart</string>
|
||||
<string name="autofill_service_not_enabled">Auto-fill makes it easy to securely access your Bitwarden vault from other websites and apps. It looks like you have not set up an auto-fill service for Bitwarden. Set up auto-fill for Bitwarden from the \"Settings\" screen.</string>
|
||||
<string name="autofill_service_not_enabled">Autofill makes it easy to securely access your Bitwarden vault from other websites and apps. It looks like you have not set up an autofill service for Bitwarden. Set up autofill for Bitwarden from the \"Settings\" screen.</string>
|
||||
<string name="theme_applied_on_restart">Your theme changes will apply when the app is restarted.</string>
|
||||
<string name="capitalize">Capitalize</string>
|
||||
<string name="include_number">Include number</string>
|
||||
|
@ -477,7 +478,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="biometrics_direction">Biometric verification</string>
|
||||
<string name="biometrics">Biometrics</string>
|
||||
<string name="use_biometrics_to_unlock">Use biometrics to unlock</string>
|
||||
<string name="accessibility_overlay_permission_alert">Bitwarden needs attention - See \"Auto-fill Accessibility Service\" from Bitwarden settings</string>
|
||||
<string name="accessibility_overlay_permission_alert">Bitwarden needs attention - See \"Autofill Accessibility Service\" from Bitwarden settings</string>
|
||||
<string name="bitwarden_autofill_service_overlay_permission">3. On the Android App Settings screen for Bitwarden, go to the \"Display over other apps\" options (under Advanced) and tap the toggle to allow overlay support.</string>
|
||||
<string name="overlay_permission">Permission</string>
|
||||
<string name="bitwarden_autofill_service_open_overlay_permission_settings">Open Overlay Permission Settings</string>
|
||||
|
@ -500,7 +501,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="open">Open</string>
|
||||
<string name="unable_to_save_attachment">There was a problem saving this attachment. If the problem persists, you can save it from the web vault.</string>
|
||||
<string name="save_attachment_success">Attachment saved successfully</string>
|
||||
<string name="autofill_tile_accessibility_required">Please turn on \"Auto-fill Accessibility Service\" from Bitwarden Settings to use the Auto-fill tile.</string>
|
||||
<string name="autofill_tile_accessibility_required">Please turn on \"Autofill Accessibility Service\" from Bitwarden Settings to use the Autofill tile.</string>
|
||||
<string name="autofill_tile_uri_not_found">No password fields detected</string>
|
||||
<string name="soft_deleting">Sending to trash...</string>
|
||||
<string name="item_soft_deleted">Item has been sent to trash.</string>
|
||||
|
@ -536,20 +537,20 @@ Scanning will happen automatically.</string>
|
|||
<string name="accept_policies_error">Terms of Service and Privacy Policy have not been acknowledged.</string>
|
||||
<string name="terms_of_service">Terms of Service</string>
|
||||
<string name="privacy_policy">Privacy Policy</string>
|
||||
<string name="accessibility_draw_over_permission_alert">Bitwarden needs attention - Turn on \"Draw-Over\" in \"Auto-fill Services\" from Bitwarden Settings</string>
|
||||
<string name="accessibility_draw_over_permission_alert">Bitwarden needs attention - Turn on \"Draw-Over\" in \"Autofill Services\" from Bitwarden Settings</string>
|
||||
<string name="passkey_management">Passkey management</string>
|
||||
<string name="autofill_services">Autofill services</string>
|
||||
<string name="inline_autofill">Use inline autofill</string>
|
||||
<string name="inline_autofill_description">Use inline autofill if your selected IME (keyboard) supports it. If your configuration is not supported (or this option is turned off), the default Autofill overlay will be used.</string>
|
||||
<string name="accessibility">Use accessibility</string>
|
||||
<string name="accessibility_description">Use the Bitwarden Accessibility Service to auto-fill your logins across apps and the web. When set up, we\'ll display a popup when login fields are selected.</string>
|
||||
<string name="accessibility_description2">Use the Bitwarden Accessibility Service to auto-fill your logins across apps and the web. (Requires Draw-Over to be turned on as well)</string>
|
||||
<string name="accessibility_description">Use the Bitwarden Accessibility Service to autofill your logins across apps and the web. When set up, we\'ll display a popup when login fields are selected.</string>
|
||||
<string name="accessibility_description2">Use the Bitwarden Accessibility Service to autofill your logins across apps and the web. (Requires Draw-Over to be turned on as well)</string>
|
||||
<string name="accessibility_description3">Use the Bitwarden Accessibility Service to use the Autofill Quick-Action Tile, and/or show a popup using Draw-Over (if turned on).</string>
|
||||
<string name="accessibility_description4">Required to use the Autofill Quick-Action Tile, or to augment the Autofill Service by using Draw-Over (if turned on).</string>
|
||||
<string name="accessibility_description5">Required to use the Autofill Quick-Action Tile.</string>
|
||||
<string name="draw_over">Use draw-over</string>
|
||||
<string name="draw_over_description">Allows the Bitwarden Accessibility Service to display a popup when login fields are selected.</string>
|
||||
<string name="draw_over_description2">If turned on, the Bitwarden Accessibility Service will display a popup when login fields are selected to assist with auto-filling your logins.</string>
|
||||
<string name="draw_over_description2">If turned on, the Bitwarden Accessibility Service will display a popup when login fields are selected to assist with autofilling your logins.</string>
|
||||
<string name="draw_over_description3">If turned on, accessibility will show a popup to augment the Autofill Service for older apps that don\'t support the Android Autofill Framework.</string>
|
||||
<string name="personal_ownership_submit_error">Due to an enterprise policy, you are restricted from saving items to your individual vault. Change the ownership option to an organization and choose from available collections.</string>
|
||||
<string name="personal_ownership_policy_in_effect">An organization policy is affecting your ownership options.</string>
|
||||
|
@ -825,8 +826,8 @@ Do you want to switch to this account?</string>
|
|||
<string name="trouble_logging_in">Trouble logging in?</string>
|
||||
<string name="logging_in_as_x">Logging in as %1$s</string>
|
||||
<string name="vault_timeout_action_changed_to_log_out">Vault timeout action changed to log out</string>
|
||||
<string name="block_auto_fill">Block auto-fill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Auto-fill will not be offered for these URIs.</string>
|
||||
<string name="block_auto_fill">Block autofill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Autofill will not be offered for these URIs.</string>
|
||||
<string name="new_blocked_uri">New blocked URI</string>
|
||||
<string name="uri_saved">URI saved</string>
|
||||
<string name="invalid_format_use_https_http_or_android_app">Invalid format. Use https://, http://, or androidapp://</string>
|
||||
|
@ -905,9 +906,9 @@ Do you want to switch to this account?</string>
|
|||
<string name="verifying_identity_ellipsis">Verifying identity...</string>
|
||||
<string name="passwords">Passwords</string>
|
||||
<string name="unknown_account">Unknown account</string>
|
||||
<string name="set_up_autofill">Set up auto-fill</string>
|
||||
<string name="set_up_autofill">Set up autofill</string>
|
||||
<string name="get_instant_access_to_your_passwords_and_passkeys">Get instant access to your passwords and passkeys!</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password autofill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="first_dot_go_to_your_device_settings_passwords_password_options">1. Go to your device\'s Settings > Passwords > Password Options</string>
|
||||
<string name="second_dot_turn_on_auto_fill">2. Turn on AutoFill</string>
|
||||
<string name="third_dot_select_bitwarden_to_use_for_passwords_and_passkeys">3. Select \"Bitwarden\" to use for passwords and passkeys</string>
|
||||
|
@ -1059,4 +1060,17 @@ Do you want to switch to this account?</string>
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">การแปลภาษา</string>
|
||||
<string name="items_for_uri">รายการสำหรับ %1$s</string>
|
||||
<string name="no_items_for_uri">ไม่มีรายการ %1$s ในห้องนิรภัยของคุณ</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Search for a login or add a new login</string>
|
||||
<string name="bitwarden_autofill_service_overlay">เมื่อคุณเลือกช่องป้อนข้อมูล และเห็นเมนูซ้อนทับป้อนอัตโนมัติของ Bitwarden คุณสามารถแตะเพื่อเปิดบริการป้อนอัตโนมัติได้</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Tap this notification to auto-fill a login from your vault.</string>
|
||||
|
@ -246,7 +247,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="camera">กล้องถ่ายรูป</string>
|
||||
<string name="photos">รูปภาพ</string>
|
||||
<string name="copy_totp">คัดลอก TOTP</string>
|
||||
<string name="copy_totp_automatically_description">If a login has an authenticator key, copy the TOTP verification code to your clipboard when you auto-fill the login.</string>
|
||||
<string name="copy_totp_automatically_description">If a login has an authenticator key, copy the TOTP verification code to your clipboard when you autofill the login.</string>
|
||||
<string name="copy_totp_automatically">Copy TOTP automatically</string>
|
||||
<string name="premium_required">จำเป็นต้องมีสมาชิกระดับพรีเมียมเพื่อใช้คุณลักษณะนี้</string>
|
||||
<string name="attachement_added">เพิ่มสิ่งที่แนบมา</string>
|
||||
|
@ -367,7 +368,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="hold_yubikey_near_top">ถือ Yubikey ไว้ใกล้ ๆ ด้านบนอุปกรณ์ของคุณ</string>
|
||||
<string name="try_again">Try Again</string>
|
||||
<string name="yubi_key_instruction_ios">To continue, hold your YubiKey NEO against the back of the device.</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description2">The accessibility service may be helpful to use when apps do not support the standard auto-fill service.</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description2">The accessibility service may be helpful to use when apps do not support the standard autofill service.</string>
|
||||
<string name="date_password_updated">ปรับปรุงรหัสผ่านแล้ว</string>
|
||||
<string name="date_updated">ปรับปรุง</string>
|
||||
<string name="autofill_activated">กรอกข้อมูลอัตโนมัติเปิดใช้งานแล้ว!</string>
|
||||
|
@ -375,7 +376,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="autofill_setup">Your logins are now easily accessable right from your keyboard while logging into apps and websites.</string>
|
||||
<string name="autofill_setup2">We recommend disabling any other AutoFill apps under Settings if you do not plan to use them.</string>
|
||||
<string name="bitwarden_autofill_description">Access your vault directly from your keyboard to quickly autofill passwords.</string>
|
||||
<string name="autofill_turn_on">To set up password auto-fill on your device, follow these instructions:</string>
|
||||
<string name="autofill_turn_on">To set up password autofill on your device, follow these instructions:</string>
|
||||
<string name="autofill_turn_on1">1. Go to the iOS \"Settings\" app</string>
|
||||
<string name="autofill_turn_on2">2. Tap \"Passwords\"</string>
|
||||
<string name="autofill_turn_on3">3. Tap \"AutoFill Passwords\"</string>
|
||||
|
@ -449,7 +450,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="clear_clipboard">ล้างคลิปบอร์ด</string>
|
||||
<string name="clear_clipboard_description">Automatically clear copied values from your clipboard.</string>
|
||||
<string name="default_uri_match_detection">Default URI match detection</string>
|
||||
<string name="default_uri_match_detection_description">Choose the default way that URI match detection is handled for logins when performing actions such as auto-fill.</string>
|
||||
<string name="default_uri_match_detection_description">Choose the default way that URI match detection is handled for logins when performing actions such as autofill.</string>
|
||||
<string name="theme">ธีม</string>
|
||||
<string name="theme_description">Change the application\'s color theme.</string>
|
||||
<string name="theme_default">Default (System)</string>
|
||||
|
@ -462,11 +463,11 @@ Scanning will happen automatically.</string>
|
|||
<string name="black">ดำ</string>
|
||||
<string name="nord">Nord</string>
|
||||
<string name="solarized_dark">Solarized Dark</string>
|
||||
<string name="autofill_blocked_uris">Auto-fill blocked URIs</string>
|
||||
<string name="autofill_blocked_uris">Autofill blocked URIs</string>
|
||||
<string name="ask_to_add_login">Ask to add login</string>
|
||||
<string name="ask_to_add_login_description">Ask to add an item if one isn\'t found in your vault.</string>
|
||||
<string name="on_restart">On app restart</string>
|
||||
<string name="autofill_service_not_enabled">Auto-fill makes it easy to securely access your Bitwarden vault from other websites and apps. It looks like you have not set up an auto-fill service for Bitwarden. Set up auto-fill for Bitwarden from the \"Settings\" screen.</string>
|
||||
<string name="autofill_service_not_enabled">Autofill makes it easy to securely access your Bitwarden vault from other websites and apps. It looks like you have not set up an autofill service for Bitwarden. Set up autofill for Bitwarden from the \"Settings\" screen.</string>
|
||||
<string name="theme_applied_on_restart">Your theme changes will apply when the app is restarted.</string>
|
||||
<string name="capitalize">Capitalize</string>
|
||||
<string name="include_number">Include number</string>
|
||||
|
@ -477,7 +478,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="biometrics_direction">Biometric verification</string>
|
||||
<string name="biometrics">ไบโอเมทริกซ์</string>
|
||||
<string name="use_biometrics_to_unlock">Use biometrics to unlock</string>
|
||||
<string name="accessibility_overlay_permission_alert">Bitwarden needs attention - See \"Auto-fill Accessibility Service\" from Bitwarden settings</string>
|
||||
<string name="accessibility_overlay_permission_alert">Bitwarden needs attention - See \"Autofill Accessibility Service\" from Bitwarden settings</string>
|
||||
<string name="bitwarden_autofill_service_overlay_permission">3. On the Android App Settings screen for Bitwarden, go to the \"Display over other apps\" options (under Advanced) and tap the toggle to allow overlay support.</string>
|
||||
<string name="overlay_permission">สิทธิ์การใช้งาน</string>
|
||||
<string name="bitwarden_autofill_service_open_overlay_permission_settings">Open Overlay Permission Settings</string>
|
||||
|
@ -500,7 +501,7 @@ Scanning will happen automatically.</string>
|
|||
<string name="open">เปิด</string>
|
||||
<string name="unable_to_save_attachment">There was a problem saving this attachment. If the problem persists, you can save it from the web vault.</string>
|
||||
<string name="save_attachment_success">Attachment saved successfully</string>
|
||||
<string name="autofill_tile_accessibility_required">Please turn on \"Auto-fill Accessibility Service\" from Bitwarden Settings to use the Auto-fill tile.</string>
|
||||
<string name="autofill_tile_accessibility_required">Please turn on \"Autofill Accessibility Service\" from Bitwarden Settings to use the Autofill tile.</string>
|
||||
<string name="autofill_tile_uri_not_found">No password fields detected</string>
|
||||
<string name="soft_deleting">Sending to trash...</string>
|
||||
<string name="item_soft_deleted">Item has been sent to trash.</string>
|
||||
|
@ -536,20 +537,20 @@ Scanning will happen automatically.</string>
|
|||
<string name="accept_policies_error">Terms of Service and Privacy Policy have not been acknowledged.</string>
|
||||
<string name="terms_of_service">เงื่อนไขการใช้บริการ</string>
|
||||
<string name="privacy_policy">นโยบายความเป็นส่วนตัว</string>
|
||||
<string name="accessibility_draw_over_permission_alert">Bitwarden needs attention - Turn on \"Draw-Over\" in \"Auto-fill Services\" from Bitwarden Settings</string>
|
||||
<string name="accessibility_draw_over_permission_alert">Bitwarden needs attention - Turn on \"Draw-Over\" in \"Autofill Services\" from Bitwarden Settings</string>
|
||||
<string name="passkey_management">Passkey management</string>
|
||||
<string name="autofill_services">บริการกรอกข้อมูลอัตโนมัติ</string>
|
||||
<string name="inline_autofill">ใช้งานกรอกข้อมูลอัตโนมัติแบบอินไลน์</string>
|
||||
<string name="inline_autofill_description">ใช้การกรอกข้อมูลอัตโนมัติแบบอินไลน์หาก IME (แป้นพิมพ์) ที่คุณเลือกรองรับ หากไม่รองรับการกำหนดค่าของคุณ (หรือปิดใช้ตัวเลือกนี้) ระบบจะใช้การวางซ้อนการป้อนอัตโนมัติเริ่มต้น</string>
|
||||
<string name="accessibility">Use accessibility</string>
|
||||
<string name="accessibility_description">Use the Bitwarden Accessibility Service to auto-fill your logins across apps and the web. When set up, we\'ll display a popup when login fields are selected.</string>
|
||||
<string name="accessibility_description2">Use the Bitwarden Accessibility Service to auto-fill your logins across apps and the web. (Requires Draw-Over to be turned on as well)</string>
|
||||
<string name="accessibility_description">Use the Bitwarden Accessibility Service to autofill your logins across apps and the web. When set up, we\'ll display a popup when login fields are selected.</string>
|
||||
<string name="accessibility_description2">Use the Bitwarden Accessibility Service to autofill your logins across apps and the web. (Requires Draw-Over to be turned on as well)</string>
|
||||
<string name="accessibility_description3">Use the Bitwarden Accessibility Service to use the Autofill Quick-Action Tile, and/or show a popup using Draw-Over (if turned on).</string>
|
||||
<string name="accessibility_description4">Required to use the Autofill Quick-Action Tile, or to augment the Autofill Service by using Draw-Over (if turned on).</string>
|
||||
<string name="accessibility_description5">Required to use the Autofill Quick-Action Tile.</string>
|
||||
<string name="draw_over">ใช้งานการวางซ้อนการ</string>
|
||||
<string name="draw_over_description">Allows the Bitwarden Accessibility Service to display a popup when login fields are selected.</string>
|
||||
<string name="draw_over_description2">If turned on, the Bitwarden Accessibility Service will display a popup when login fields are selected to assist with auto-filling your logins.</string>
|
||||
<string name="draw_over_description2">If turned on, the Bitwarden Accessibility Service will display a popup when login fields are selected to assist with autofilling your logins.</string>
|
||||
<string name="draw_over_description3">If turned on, accessibility will show a popup to augment the Autofill Service for older apps that don\'t support the Android Autofill Framework.</string>
|
||||
<string name="personal_ownership_submit_error">Due to an enterprise policy, you are restricted from saving items to your individual vault. Change the ownership option to an organization and choose from available collections.</string>
|
||||
<string name="personal_ownership_policy_in_effect">An organization policy is affecting your ownership options.</string>
|
||||
|
@ -825,8 +826,8 @@ Do you want to switch to this account?</string>
|
|||
<string name="trouble_logging_in">Trouble logging in?</string>
|
||||
<string name="logging_in_as_x">Logging in as %1$s</string>
|
||||
<string name="vault_timeout_action_changed_to_log_out">Vault timeout action changed to log out</string>
|
||||
<string name="block_auto_fill">Block auto-fill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Auto-fill will not be offered for these URIs.</string>
|
||||
<string name="block_auto_fill">Block autofill</string>
|
||||
<string name="auto_fill_will_not_be_offered_for_these_ur_is">Autofill will not be offered for these URIs.</string>
|
||||
<string name="new_blocked_uri">New blocked URI</string>
|
||||
<string name="uri_saved">URI saved</string>
|
||||
<string name="invalid_format_use_https_http_or_android_app">Invalid format. Use https://, http://, or androidapp://</string>
|
||||
|
@ -905,9 +906,9 @@ Do you want to switch to this account?</string>
|
|||
<string name="verifying_identity_ellipsis">Verifying identity...</string>
|
||||
<string name="passwords">Passwords</string>
|
||||
<string name="unknown_account">Unknown account</string>
|
||||
<string name="set_up_autofill">Set up auto-fill</string>
|
||||
<string name="set_up_autofill">Set up autofill</string>
|
||||
<string name="get_instant_access_to_your_passwords_and_passkeys">Get instant access to your passwords and passkeys!</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password autofill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="first_dot_go_to_your_device_settings_passwords_password_options">1. Go to your device\'s Settings > Passwords > Password Options</string>
|
||||
<string name="second_dot_turn_on_auto_fill">2. Turn on AutoFill</string>
|
||||
<string name="third_dot_select_bitwarden_to_use_for_passwords_and_passkeys">3. Select \"Bitwarden\" to use for passwords and passkeys</string>
|
||||
|
@ -1059,4 +1060,17 @@ Do you want to switch to this account?</string>
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">Çeviriler</string>
|
||||
<string name="items_for_uri">%1$s kayıtları</string>
|
||||
<string name="no_items_for_uri">Kasanızda hiç %1$s kaydı bulunmuyor.</string>
|
||||
<string name="no_items_for_vault">Kasanızda “%1$s” ile eşleşen kayıt yok</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Hesap ara veya yeni hesap ekle</string>
|
||||
<string name="bitwarden_autofill_service_overlay">Bir giriş alanını seçip Bitwarden otomatik doldurma kutusunu gördüğünüzde otomatik doldurmayı başlatmak için kutuya dokunabilirsiniz.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Formu kasanızdaki bilgilerle otomatik doldurmak için bu bildirime dokunun.</string>
|
||||
|
@ -331,7 +332,7 @@ Kod otomatik olarak taranacaktır.</string>
|
|||
<string name="no_items_collection">Bu koleksiyonda hiç kayıt yok.</string>
|
||||
<string name="no_items_folder">Bu klasörde hiç kayıt yok.</string>
|
||||
<string name="no_items_trash">Çöp kutusunda hiç kayıt yok.</string>
|
||||
<string name="autofill_accessibility_service">Otomatik doldur erişilebilirlik hizmeti</string>
|
||||
<string name="autofill_accessibility_service">Otomatik Doldurma Erişilebilirlik Hizmeti</string>
|
||||
<string name="autofill_accessibility_summary">Diğer uygulamalarda ve web\'de kullanıcı adlarını ve parolaları doldurmaya yardımcı ol.</string>
|
||||
<string name="autofill_service_description">Bitwarden otomatik doldurma hizmeti, cihazınızdaki diğer uygulamalarda hesap bilgilerini doldurmak için Android Otomatik Doldurma Sistemi\'ni kullanır.</string>
|
||||
<string name="bitwarden_autofill_service_description">Diğer uygulamalarda hesap bilgilerinizi doldurmak için Bitwarden otomatik doldurma hizmetini kullanabilirsiniz.</string>
|
||||
|
@ -353,7 +354,7 @@ Kod otomatik olarak taranacaktır.</string>
|
|||
<string name="remove">Kaldır</string>
|
||||
<string name="new_uri">Yeni URI</string>
|
||||
<string name="uri_position">URI %1$s</string>
|
||||
<string name="base_domain">Taban alan adı</string>
|
||||
<string name="base_domain">Ana alan adı</string>
|
||||
<string name="default_text">Varsayılan</string>
|
||||
<string name="exact">Tam</string>
|
||||
<string name="host">Sunucu</string>
|
||||
|
@ -426,7 +427,7 @@ Kod otomatik olarak taranacaktır.</string>
|
|||
<string name="generator">Üreteç</string>
|
||||
<string name="no_folders_to_list">Listelenecek klasör yok.</string>
|
||||
<string name="fingerprint_phrase">Parmak izi ifadesi</string>
|
||||
<string name="your_accounts_fingerprint">Hesabınızın parmak izi kelimeleri</string>
|
||||
<string name="your_accounts_fingerprint">Hesabınızın parmak izi ifadesi</string>
|
||||
<string name="learn_org_confirmation">Bitwarden, kuruluş hesabı kullanarak kasanızdaki kayıtları başkalarıyla paylaşmanıza olanak verir. Daha fazla bilgi için bitwarden.com sitesini ziyaret etmek ister misiniz?</string>
|
||||
<string name="export_vault">Kasayı dışa aktar</string>
|
||||
<string name="lock_now">Şimdi kilitle</string>
|
||||
|
@ -516,8 +517,8 @@ Kod otomatik olarak taranacaktır.</string>
|
|||
<string name="account_biometric_invalidated_extension">Otomatik doldurma biyometrik kilit açma devre dışı. Ana parolanın doğrulanması bekleniyor.</string>
|
||||
<string name="enable_sync_on_refresh">Yenileme sırasında eşitlemeye izin ver</string>
|
||||
<string name="enable_sync_on_refresh_description">Parmağımla aşağı çektiğimde kasayı eşitle.</string>
|
||||
<string name="log_in_sso">Kurumsal tek oturum açma</string>
|
||||
<string name="log_in_sso_summary">Kuruluşunuzun tek oturum açma portalını kullanarak hızlıca giriş yapabilirsiniz. Başlamak için lütfen kuruluşunuzun tanımlayıcısını girin.</string>
|
||||
<string name="log_in_sso">Kurumsal çoklu oturum açma</string>
|
||||
<string name="log_in_sso_summary">Kuruluşunuzun çoklu oturum açma portalını kullanarak hızlıca giriş yapabilirsiniz. Başlamak için lütfen kuruluşunuzun tanımlayıcısını girin.</string>
|
||||
<string name="org_identifier">Kuruluş tanımlayıcı</string>
|
||||
<string name="login_sso_error">Şu anda SSO ile giriş yapılamıyor</string>
|
||||
<string name="set_master_password">Ana parolayı belirle</string>
|
||||
|
@ -1058,4 +1059,17 @@ Bu hesaba geçmek ister misiniz?</string>
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">Bu Bitwarden sunucusu tanınmıyor. Servis sağlayıcınızdan bilgi alın veya sunucunuzu güncelleyin.</string>
|
||||
<string name="syncing_logins_loading_message">Hesaplar eşitleniyor...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Tarayıcı uzantısını indirin</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Daha rahat kullanım için Bitwarden\'ı en sevdiğiniz tarayıcınıza entegre etmek isterseniz bitwarden.com/download adresine gidin.</string>
|
||||
<string name="use_the_web_app">Web uygulamasını kullanın</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Hesabınızı kolayca yönetmek ve ayarlarınızı güncellemek isterseniz bitwarden.com adresine giriş yapın.</string>
|
||||
<string name="autofill_passwords">Parolaları otomatik doldurun</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Her yere tek dokunuşla giriş yapmak için tüm cihazlarınızda otomatik doldurmayı etkinleştirin.</string>
|
||||
<string name="import_successful">İçe aktarma başarılı!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Hesaplarınızı Bitwarden web ve masaüstü araçlarıyla her yerden yönetebilirsiniz.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Araçları</string>
|
||||
<string name="got_it">Anladım</string>
|
||||
<string name="no_logins_were_imported">Hiç hesap aktarılmadı</string>
|
||||
</resources>
|
||||
|
|
|
@ -87,7 +87,7 @@
|
|||
<string name="account_created_success">Ваш обліковий запис створено!</string>
|
||||
<string name="add_an_item">Додати запис</string>
|
||||
<string name="app_extension">Розширення програми</string>
|
||||
<string name="autofill_accessibility_description">Використовуйте службу спеціальних можливостей Bitwarden, щоб автоматично вводити паролі в програмах та на вебсайтах.</string>
|
||||
<string name="autofill_accessibility_description">Використовуйте службу доступності Bitwarden, щоб автоматично заповнювати паролі в програмах і на вебсайтах.</string>
|
||||
<string name="autofill_service">Служба автозаповнення</string>
|
||||
<string name="set_bitwarden_as_passkey_manager_description">Зробіть Bitwarden своїм провайдером ключів доступу в налаштуваннях пристрою.</string>
|
||||
<string name="avoid_ambiguous_characters">Уникати неоднозначних символів</string>
|
||||
|
@ -95,7 +95,7 @@
|
|||
<string name="bitwarden_app_extension_alert2">Найлегшим способом додавання нових записів у сховище є використання розширення Bitwarden. Дізнайтеся більше про використання розширення Bitwarden в меню \"Налаштування\".</string>
|
||||
<string name="bitwarden_app_extension_description">Використовуйте Bitwarden у Safari та інших програмах для автоматичного заповнення паролів.</string>
|
||||
<string name="bitwarden_autofill_service">Служба автозаповнення Bitwarden</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description">Використовуйте службу спеціальних можливостей Bitwarden, щоб автоматично вводити паролі.</string>
|
||||
<string name="bitwarden_autofill_accessibility_service_description">Використовуйте службу доступності Bitwarden, щоб автоматично заповнювати паролі.</string>
|
||||
<string name="change_email">Змінити е-пошту</string>
|
||||
<string name="change_email_confirmation">Ви можете змінити адресу е-пошти в сховищі на bitwarden.com. Хочете перейти на вебсайт зараз?</string>
|
||||
<string name="change_master_password">Змінити головний пароль</string>
|
||||
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">Переклади</string>
|
||||
<string name="items_for_uri">Записи для %1$s</string>
|
||||
<string name="no_items_for_uri">У вашому сховищі немає записів для %1$s.</string>
|
||||
<string name="no_items_for_vault">У вашому сховищі немає записів, які відповідають “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Пошукати запис або додати новий</string>
|
||||
<string name="bitwarden_autofill_service_overlay">Вибравши поле введення, ви побачите накладання автозаповнення Bitwarden, до якого ви можете торкнутися, щоб запустити службу автозаповнення.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Торкніться цього сповіщення, щоб автоматично заповнити дані.</string>
|
||||
|
@ -1028,8 +1029,8 @@
|
|||
<string name="import_logins">Імпорт записів</string>
|
||||
<string name="from_your_computer_follow_these_instructions_to_export_saved_passwords">Дотримуйтеся цих інструкцій на своєму комп\'ютері, щоб експортувати збережені паролі з браузера чи іншого менеджера паролів. Потім безпечно імпортуйте їх у Bitwarden.</string>
|
||||
<string name="give_your_vault_a_head_start">Розпочніть роботу зі своїм сховищем</string>
|
||||
<string name="class_3_biometrics_description">Unlock with biometrics requires strong biometric authentication and may not be compatible with all biometric options on this device.</string>
|
||||
<string name="class_2_biometrics_description">Unlock with biometrics requires strong biometric authentication and is not compatible with the biometrics options available on this device.</string>
|
||||
<string name="class_3_biometrics_description">Для розблокування з біометрією потрібна надійна біометрична автентифікація, яка може бути несумісною з усіма біометричними функціями на цьому пристрої.</string>
|
||||
<string name="class_2_biometrics_description">Для розблокування з біометрією потрібна надійна біометрична автентифікація, яка несумісна з біометричними функціями на цьому пристрої.</string>
|
||||
<string name="on_your_computer_log_in_to_your_current_browser_or_password_manager">На вашому комп\'ютері відкрийте свій браузер або менеджер паролів.</string>
|
||||
<string name="log_in_to_your_current_browser_or_password_manager_highlight">відкрийте свій браузер або менеджер паролів.</string>
|
||||
<string name="export_your_passwords_this_option_is_usually_found_in_your_settings">Експортуйте свої паролі. Цю функцію зазвичай можна знайти в налаштуваннях.</string>
|
||||
|
@ -1056,7 +1057,20 @@
|
|||
<string name="delete_your_saved_password_file">видаліть збережений файл із паролями.</string>
|
||||
<string name="need_help_checkout_out_import_help">Потрібна допомога? Перегляньте довідку щодо імпорту.</string>
|
||||
<string name="import_help_highlight">довідка щодо імпорту</string>
|
||||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Збережіть експортований файл у легкодоступному місці на цьому комп\'ютері.</string>
|
||||
<string name="save_the_exported_file_highlight">Збережіть експортований файл</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">Це не розпізнаний сервер Bitwarden. Можливо, вам необхідно перевірити параметри свого провайдера або оновити свій сервер.</string>
|
||||
<string name="syncing_logins_loading_message">Синхронізація записів...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">Bản dịch</string>
|
||||
<string name="items_for_uri">Mục cho %1$s</string>
|
||||
<string name="no_items_for_uri">Không có mục nào trong kho của bạn thích hợp với %1$s.</string>
|
||||
<string name="no_items_for_vault">Không có mục nào trong kho của bạn khớp với “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Tìm mật khẩu đăng nhập hoặc thêm mới</string>
|
||||
<string name="bitwarden_autofill_service_overlay">Khi bạn chọn một ô nhập liệu và thấy thông báo điền tự động của Bitwarden, hãy nhấn vào nó để bắt đầu dịch vụ điền tự động.</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">Chạm vào thông báo này để tự động điền thông tin đăng nhập từ kho của bạn.</string>
|
||||
|
@ -1058,5 +1059,18 @@ Bạn có muốn chuyển sang tài khoản này không?</string>
|
|||
<string name="import_help_highlight">trợ giúp nhập</string>
|
||||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Lưu file đã xuất trên máy tính để tìm dễ hơn.</string>
|
||||
<string name="save_the_exported_file_highlight">Lưu file đã xuất</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">Đây là một máy chủ Bitwarden chưa rõ. Bạn có thể cần kiểm tra với nhà cung cấp hoặc cập nhật máy chủ của mình.</string>
|
||||
<string name="syncing_logins_loading_message">Đang đồng bộ...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">翻译</string>
|
||||
<string name="items_for_uri">%1$s 的项目</string>
|
||||
<string name="no_items_for_uri">您的密码库中没有可用于 %1$s 的项目。</string>
|
||||
<string name="no_items_for_vault">您的密码库中没有匹配 \"%1$s\" 的项目</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">搜索登录或添加新的登录</string>
|
||||
<string name="bitwarden_autofill_service_overlay">当您选择一个输入字段并看到一个 Bitwarden 自动填充叠加层时,您可以点击它来启动自动填充服务。</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">点击此通知以自动填充密码库中的项目。</string>
|
||||
|
@ -1059,4 +1060,17 @@
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">将导出的文件保存到您可以在计算机上轻松找到的地方。</string>
|
||||
<string name="save_the_exported_file_highlight">保存导出的文件</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">正在同步登录信息...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
<string name="translations">譯者</string>
|
||||
<string name="items_for_uri">%1$s 的項目</string>
|
||||
<string name="no_items_for_uri">您的密碼庫中沒有用於 %1$s 的項目。</string>
|
||||
<string name="no_items_for_vault">There are no items in your vault that match “%1$s”</string>
|
||||
<string name="search_for_a_login_or_add_a_new_login">Search for a login or add a new login</string>
|
||||
<string name="bitwarden_autofill_service_overlay">當您選擇輸入欄位,看到 Bitwarden 的自動填入疊加層時,可以點選該提示以啟動自動填入服務。</string>
|
||||
<string name="bitwarden_autofill_service_notification_content">按此通知以自動填入存在密碼庫的登入資料。</string>
|
||||
|
@ -905,9 +906,9 @@
|
|||
<string name="verifying_identity_ellipsis">Verifying identity...</string>
|
||||
<string name="passwords">密碼</string>
|
||||
<string name="unknown_account">Unknown account</string>
|
||||
<string name="set_up_autofill">Set up auto-fill</string>
|
||||
<string name="set_up_autofill">Set up autofill</string>
|
||||
<string name="get_instant_access_to_your_passwords_and_passkeys">Get instant access to your passwords and passkeys!</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password auto-fill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="set_up_auto_fill_description_long">To set up password autofill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.</string>
|
||||
<string name="first_dot_go_to_your_device_settings_passwords_password_options">1. Go to your device\'s Settings > Passwords > Password Options</string>
|
||||
<string name="second_dot_turn_on_auto_fill">2. 啟用自動填寫</string>
|
||||
<string name="third_dot_select_bitwarden_to_use_for_passwords_and_passkeys">3. Select \"Bitwarden\" to use for passwords and passkeys</string>
|
||||
|
@ -1059,4 +1060,17 @@
|
|||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Save the exported file somewhere on your computer you can find easily.</string>
|
||||
<string name="save_the_exported_file_highlight">Save the exported file</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">This is not a recognized Bitwarden server. You may need to check with your provider or update your server.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins...</string>
|
||||
<string name="ssh_key_cipher_item_types">SSH Key Cipher Item Types</string>
|
||||
<string name="download_the_browser_extension">Download the browser extension</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Go to bitwarden.com/download to integrate Bitwarden into your favorite browser for a seamless experience.</string>
|
||||
<string name="use_the_web_app">Use the web app</string>
|
||||
<string name="log_in_at_bitwarden_com_to_easily_manage_your_account">Log in at bitwarden.com to easily manage your account and update settings.</string>
|
||||
<string name="autofill_passwords">Autofill passwords</string>
|
||||
<string name="set_up_autofill_on_all_your_devices">Set up autofill on all your devices to login with a single tap anywhere.</string>
|
||||
<string name="import_successful">Import Successful!</string>
|
||||
<string name="manage_your_logins_from_anywhere_with_bitwarden_tools">Manage your logins from anywhere with Bitwarden tools for web and desktop.</string>
|
||||
<string name="bitwarden_tools">Bitwarden Tools</string>
|
||||
<string name="got_it">Got it</string>
|
||||
<string name="no_logins_were_imported">No logins were imported</string>
|
||||
</resources>
|
||||
|
|
|
@ -1001,7 +1001,7 @@ Do you want to switch to this account?</string>
|
|||
<string name="please_restart_registration_or_try_logging_in">Please restart registration or try logging in. You may already have an account.</string>
|
||||
<string name="restart_registration">Restart registration</string>
|
||||
<string name="authenticator_sync">Authenticator Sync</string>
|
||||
<string name="allow_bitwarden_authenticator_syncing">Allow Bitwarden Authenticator Syncing</string>
|
||||
<string name="allow_bitwarden_authenticator_syncing">Allow authenticator syncing</string>
|
||||
<string name="there_was_an_issue_validating_the_registration_token">There was an issue validating the registration token.</string>
|
||||
<string name="turn_on_autofill">Turn on autofill</string>
|
||||
<string name="use_autofill_to_log_into_your_accounts">Use autofill to log into your accounts with a single tap.</string>
|
||||
|
|
|
@ -6407,13 +6407,6 @@ class AuthRepositoryTest {
|
|||
assertNull(fakeAuthDiskSource.getOnboardingStatus(USER_ID_1))
|
||||
}
|
||||
|
||||
@Test
|
||||
fun `setShowImportLogins should save the showImportLogins to disk`() {
|
||||
fakeAuthDiskSource.userState = MULTI_USER_STATE
|
||||
repository.setShowImportLogins(showImportLogins = true)
|
||||
assertEquals(true, fakeAuthDiskSource.getShowImportLogins(USER_ID_1))
|
||||
}
|
||||
|
||||
companion object {
|
||||
private const val UNIQUE_APP_ID = "testUniqueAppId"
|
||||
private const val NAME = "Example Name"
|
||||
|
|
|
@ -20,6 +20,8 @@ import kotlinx.coroutines.flow.MutableStateFlow
|
|||
import kotlinx.coroutines.flow.update
|
||||
import kotlinx.coroutines.test.runTest
|
||||
import org.junit.jupiter.api.Assertions.assertEquals
|
||||
import org.junit.jupiter.api.Assertions.assertFalse
|
||||
import org.junit.jupiter.api.Assertions.assertTrue
|
||||
import org.junit.jupiter.api.Test
|
||||
|
||||
class FirstTimeActionManagerTest {
|
||||
|
@ -184,6 +186,53 @@ class FirstTimeActionManagerTest {
|
|||
firstTimeActionManager.currentOrDefaultUserFirstTimeState,
|
||||
)
|
||||
}
|
||||
|
||||
@Test
|
||||
fun `storeShowAutoFillSettingBadge should store value of false to disk`() {
|
||||
fakeAuthDiskSource.userState =
|
||||
MOCK_USER_STATE
|
||||
firstTimeActionManager.storeShowAutoFillSettingBadge(showBadge = false)
|
||||
assertFalse(fakeSettingsDiskSource.getShowAutoFillSettingBadge(userId = USER_ID)!!)
|
||||
}
|
||||
|
||||
@Test
|
||||
fun `storeShowAutoFillSettingBadge should store value of true to disk`() {
|
||||
fakeAuthDiskSource.userState =
|
||||
MOCK_USER_STATE
|
||||
firstTimeActionManager.storeShowAutoFillSettingBadge(showBadge = true)
|
||||
assertTrue(fakeSettingsDiskSource.getShowAutoFillSettingBadge(userId = USER_ID)!!)
|
||||
}
|
||||
|
||||
@Test
|
||||
fun `getShowAutoFillSettingBadge should return the value saved to disk`() {
|
||||
fakeAuthDiskSource.userState =
|
||||
MOCK_USER_STATE
|
||||
firstTimeActionManager.storeShowAutoFillSettingBadge(showBadge = true)
|
||||
assertTrue(fakeSettingsDiskSource.getShowAutoFillSettingBadge(userId = USER_ID)!!)
|
||||
}
|
||||
|
||||
@Test
|
||||
fun `storeShowUnlockSettingBadge should store value of false to disk`() {
|
||||
fakeAuthDiskSource.userState =
|
||||
MOCK_USER_STATE
|
||||
firstTimeActionManager.storeShowUnlockSettingBadge(showBadge = false)
|
||||
assertFalse(fakeSettingsDiskSource.getShowUnlockSettingBadge(userId = USER_ID)!!)
|
||||
}
|
||||
|
||||
@Test
|
||||
fun `storeShowUnlockSettingBadge should store value of true to disk`() {
|
||||
fakeAuthDiskSource.userState =
|
||||
MOCK_USER_STATE
|
||||
firstTimeActionManager.storeShowUnlockSettingBadge(showBadge = true)
|
||||
assertTrue(fakeSettingsDiskSource.getShowUnlockSettingBadge(userId = USER_ID)!!)
|
||||
}
|
||||
|
||||
@Test
|
||||
fun `storeShowImportLogins should store value of false to disk`() {
|
||||
fakeAuthDiskSource.userState = MOCK_USER_STATE
|
||||
firstTimeActionManager.storeShowImportLogins(showImportLogins = true)
|
||||
assertTrue(fakeAuthDiskSource.getShowImportLogins(userId = USER_ID)!!)
|
||||
}
|
||||
}
|
||||
|
||||
private const val USER_ID: String = "userId"
|
||||
|
|
|
@ -1150,90 +1150,6 @@ class SettingsRepositoryTest {
|
|||
fakeAuthDiskSource.userState = MOCK_USER_STATE
|
||||
assertFalse(settingsRepository.isAuthenticatorSyncEnabled)
|
||||
}
|
||||
|
||||
@Test
|
||||
fun `storeShowAutoFillSettingBadge should store value of false to disk`() {
|
||||
val userId = "userId"
|
||||
settingsRepository.storeShowAutoFillSettingBadge(userId = userId, showBadge = false)
|
||||
assertFalse(fakeSettingsDiskSource.getShowAutoFillSettingBadge(userId = userId)!!)
|
||||
}
|
||||
|
||||
@Test
|
||||
fun `storeShowAutoFillSettingBadge should store value of true to disk`() {
|
||||
val userId = "userId"
|
||||
settingsRepository.storeShowAutoFillSettingBadge(userId = userId, showBadge = true)
|
||||
assertTrue(fakeSettingsDiskSource.getShowAutoFillSettingBadge(userId = userId)!!)
|
||||
}
|
||||
|
||||
@Test
|
||||
fun `getShowAutoFillSettingBadge get value of false if does not exist`() {
|
||||
val userId = "userId"
|
||||
assertFalse(settingsRepository.getShowAutoFillSettingBadge(userId = userId))
|
||||
}
|
||||
|
||||
@Test
|
||||
fun `getShowAutoFillSettingBadge should return the value saved to disk`() {
|
||||
val userId = "userId"
|
||||
fakeSettingsDiskSource.storeShowAutoFillSettingBadge(userId = userId, showBadge = true)
|
||||
assertTrue(settingsRepository.getShowAutoFillSettingBadge(userId = userId))
|
||||
}
|
||||
|
||||
@Test
|
||||
fun `storeShowUnlockSettingBadge should store value of false to disk`() {
|
||||
val userId = "userId"
|
||||
settingsRepository.storeShowUnlockSettingBadge(userId = userId, showBadge = false)
|
||||
assertFalse(fakeSettingsDiskSource.getShowUnlockSettingBadge(userId = userId)!!)
|
||||
}
|
||||
|
||||
@Test
|
||||
fun `storeShowUnlockSettingBadge should store value of true to disk`() {
|
||||
val userId = "userId"
|
||||
settingsRepository.storeShowUnlockSettingBadge(userId = userId, showBadge = true)
|
||||
assertTrue(fakeSettingsDiskSource.getShowUnlockSettingBadge(userId = userId)!!)
|
||||
}
|
||||
|
||||
@Test
|
||||
fun `getUnlockSettingBadge get value of false if does not exist`() {
|
||||
val userId = "userId"
|
||||
assertFalse(settingsRepository.getShowUnlockSettingBadge(userId = userId))
|
||||
}
|
||||
|
||||
@Test
|
||||
fun `getShowUnlockSettingBadge should return the value saved to disk`() {
|
||||
val userId = "userId"
|
||||
fakeSettingsDiskSource.storeShowUnlockSettingBadge(userId = userId, showBadge = true)
|
||||
assertTrue(settingsRepository.getShowUnlockSettingBadge(userId = userId))
|
||||
}
|
||||
|
||||
@Suppress("MaxLineLength")
|
||||
@Test
|
||||
fun `getShowAutoFillBadgeFlow should emit the values saved to disk and update when they change`() =
|
||||
runTest {
|
||||
val userId = "userId"
|
||||
settingsRepository.getShowAutofillBadgeFlow(userId).test {
|
||||
assertFalse(awaitItem())
|
||||
fakeSettingsDiskSource.storeShowAutoFillSettingBadge(
|
||||
userId = userId,
|
||||
showBadge = true,
|
||||
)
|
||||
assertTrue(awaitItem())
|
||||
}
|
||||
}
|
||||
|
||||
@Suppress("MaxLineLength")
|
||||
@Test
|
||||
fun `getShowUnlockBadgeFlow should emit the values saved to disk and update when they change`() =
|
||||
runTest {
|
||||
val userId = "userId"
|
||||
settingsRepository.getShowUnlockBadgeFlow(userId).test {
|
||||
assertFalse(awaitItem())
|
||||
fakeSettingsDiskSource.storeShowUnlockSettingBadge(
|
||||
userId = userId,
|
||||
showBadge = true,
|
||||
)
|
||||
assertTrue(awaitItem())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private const val USER_ID: String = "userId"
|
||||
|
|
|
@ -4309,18 +4309,11 @@ class VaultRepositoryTest {
|
|||
)
|
||||
} returns Throwable().asFailure()
|
||||
|
||||
turbineScope {
|
||||
val expected = DecryptFido2CredentialAutofillViewResult.Error
|
||||
val result = vaultRepository
|
||||
.getDecryptedFido2CredentialAutofillViews(
|
||||
cipherViewList = cipherViewList,
|
||||
)
|
||||
val result = vaultRepository.getDecryptedFido2CredentialAutofillViews(
|
||||
cipherViewList = cipherViewList,
|
||||
)
|
||||
|
||||
assertEquals(
|
||||
expected,
|
||||
result,
|
||||
)
|
||||
}
|
||||
assertEquals(DecryptFido2CredentialAutofillViewResult.Error, result)
|
||||
coVerify {
|
||||
vaultSdkSource.decryptFido2CredentialAutofillViews(
|
||||
userId = MOCK_USER_STATE.activeUserId,
|
||||
|
@ -4346,17 +4339,11 @@ class VaultRepositoryTest {
|
|||
)
|
||||
} returns autofillViewList.asSuccess()
|
||||
|
||||
turbineScope {
|
||||
val result = vaultRepository
|
||||
.getDecryptedFido2CredentialAutofillViews(
|
||||
cipherViewList = cipherViewList,
|
||||
)
|
||||
val result = vaultRepository.getDecryptedFido2CredentialAutofillViews(
|
||||
cipherViewList = cipherViewList,
|
||||
)
|
||||
|
||||
assertEquals(
|
||||
expected,
|
||||
result,
|
||||
)
|
||||
}
|
||||
assertEquals(expected, result)
|
||||
coVerify {
|
||||
vaultSdkSource.decryptFido2CredentialAutofillViews(
|
||||
userId = MOCK_USER_STATE.activeUserId,
|
||||
|
|
|
@ -5,6 +5,8 @@ import app.cash.turbine.test
|
|||
import com.x8bit.bitwarden.data.auth.datasource.disk.model.OnboardingStatus
|
||||
import com.x8bit.bitwarden.data.auth.repository.AuthRepository
|
||||
import com.x8bit.bitwarden.data.auth.repository.model.UserState
|
||||
import com.x8bit.bitwarden.data.platform.manager.FirstTimeActionManager
|
||||
import com.x8bit.bitwarden.data.platform.manager.model.FirstTimeState
|
||||
import com.x8bit.bitwarden.data.platform.repository.SettingsRepository
|
||||
import com.x8bit.bitwarden.ui.platform.base.BaseViewModelTest
|
||||
import io.mockk.every
|
||||
|
@ -26,7 +28,12 @@ class SetupAutoFillViewModelTest : BaseViewModelTest() {
|
|||
private val settingsRepository = mockk<SettingsRepository> {
|
||||
every { isAutofillEnabledStateFlow } returns mutableAutoFillEnabledStateFlow
|
||||
every { disableAutofill() } just runs
|
||||
every { storeShowAutoFillSettingBadge(any(), any()) } just runs
|
||||
}
|
||||
|
||||
private val mutableFirstTimeStateFlow = MutableStateFlow(FirstTimeState())
|
||||
private val firstTimeActionManager: FirstTimeActionManager = mockk {
|
||||
every { firstTimeStateFlow } returns mutableFirstTimeStateFlow
|
||||
every { storeShowAutoFillSettingBadge(any()) } just runs
|
||||
}
|
||||
|
||||
private val mockUserState = mockk<UserState> {
|
||||
|
@ -118,43 +125,50 @@ class SetupAutoFillViewModelTest : BaseViewModelTest() {
|
|||
}
|
||||
}
|
||||
|
||||
@Suppress("MaxLineLength")
|
||||
@Test
|
||||
fun `handleContinueClick sets onboarding status to FINAL_STEP`() {
|
||||
fun `handleContinueClick sets onboarding status to FINAL_STEP and sets first time flag to false`() {
|
||||
val viewModel = createViewModel()
|
||||
viewModel.trySendAction(SetupAutoFillAction.ContinueClick)
|
||||
verify {
|
||||
verify(exactly = 1) {
|
||||
authRepository.setOnboardingStatus(
|
||||
DEFAULT_USER_ID,
|
||||
OnboardingStatus.FINAL_STEP,
|
||||
)
|
||||
firstTimeActionManager.storeShowAutoFillSettingBadge(showBadge = false)
|
||||
}
|
||||
}
|
||||
|
||||
@Suppress("MaxLineLength")
|
||||
@Test
|
||||
fun `handleContinueClick send NavigateBack event when not initial setup`() = runTest {
|
||||
val viewModel = createViewModel(initialState = DEFAULT_STATE.copy(isInitialSetup = false))
|
||||
viewModel.eventFlow.test {
|
||||
viewModel.trySendAction(SetupAutoFillAction.ContinueClick)
|
||||
assertEquals(
|
||||
SetupAutoFillEvent.NavigateBack,
|
||||
awaitItem(),
|
||||
)
|
||||
fun `handleContinueClick send NavigateBack event when not initial setup and sets first time flag to false`() =
|
||||
runTest {
|
||||
val viewModel =
|
||||
createViewModel(initialState = DEFAULT_STATE.copy(isInitialSetup = false))
|
||||
viewModel.eventFlow.test {
|
||||
viewModel.trySendAction(SetupAutoFillAction.ContinueClick)
|
||||
assertEquals(
|
||||
SetupAutoFillEvent.NavigateBack,
|
||||
awaitItem(),
|
||||
)
|
||||
}
|
||||
verify(exactly = 1) {
|
||||
firstTimeActionManager.storeShowAutoFillSettingBadge(showBadge = false)
|
||||
}
|
||||
verify(exactly = 0) {
|
||||
authRepository.setOnboardingStatus(
|
||||
DEFAULT_USER_ID,
|
||||
OnboardingStatus.FINAL_STEP,
|
||||
)
|
||||
}
|
||||
}
|
||||
verify(exactly = 0) {
|
||||
authRepository.setOnboardingStatus(
|
||||
DEFAULT_USER_ID,
|
||||
OnboardingStatus.FINAL_STEP,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
@Test
|
||||
fun `handleTurnOnLaterConfirmClick sets showAutoFillSettingBadge to true`() {
|
||||
val viewModel = createViewModel()
|
||||
viewModel.trySendAction(SetupAutoFillAction.TurnOnLaterConfirmClick)
|
||||
verify {
|
||||
settingsRepository.storeShowAutoFillSettingBadge(
|
||||
userId = DEFAULT_USER_ID,
|
||||
firstTimeActionManager.storeShowAutoFillSettingBadge(
|
||||
showBadge = true,
|
||||
)
|
||||
}
|
||||
|
@ -180,6 +194,7 @@ class SetupAutoFillViewModelTest : BaseViewModelTest() {
|
|||
),
|
||||
settingsRepository = settingsRepository,
|
||||
authRepository = authRepository,
|
||||
firstTimeActionManager = firstTimeActionManager,
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@ import com.x8bit.bitwarden.data.auth.datasource.disk.model.OnboardingStatus
|
|||
import com.x8bit.bitwarden.data.auth.repository.AuthRepository
|
||||
import com.x8bit.bitwarden.data.auth.repository.model.UserState
|
||||
import com.x8bit.bitwarden.data.platform.manager.BiometricsEncryptionManager
|
||||
import com.x8bit.bitwarden.data.platform.manager.FirstTimeActionManager
|
||||
import com.x8bit.bitwarden.data.platform.manager.model.FirstTimeState
|
||||
import com.x8bit.bitwarden.data.platform.repository.SettingsRepository
|
||||
import com.x8bit.bitwarden.data.platform.repository.model.BiometricsKeyResult
|
||||
|
@ -41,7 +42,11 @@ class SetupUnlockViewModelTest : BaseViewModelTest() {
|
|||
every { isUnlockWithPinEnabled } returns false
|
||||
every { isUnlockWithBiometricsEnabled } returns false
|
||||
every { isAutofillEnabledStateFlow } returns mutableAutofillEnabledStateFlow
|
||||
every { storeShowUnlockSettingBadge(any(), any()) } just runs
|
||||
}
|
||||
private val mutableFirstTimeStateFlow = MutableStateFlow(FirstTimeState())
|
||||
private val firstTimeActionManager: FirstTimeActionManager = mockk {
|
||||
every { firstTimeStateFlow } returns mutableFirstTimeStateFlow
|
||||
every { storeShowUnlockSettingBadge(any()) } just runs
|
||||
}
|
||||
private val biometricsEncryptionManager: BiometricsEncryptionManager = mockk {
|
||||
every { getOrCreateCipher(userId = DEFAULT_USER_ID) } returns CIPHER
|
||||
|
@ -81,14 +86,16 @@ class SetupUnlockViewModelTest : BaseViewModelTest() {
|
|||
|
||||
@Suppress("MaxLineLength")
|
||||
@Test
|
||||
fun `ContinueClick should send NavigateBack event if this is not the initial setup`() =
|
||||
fun `ContinueClick should send NavigateBack event if this is not the initial setup and set first time value to false`() =
|
||||
runTest {
|
||||
val viewModel = createViewModel(DEFAULT_STATE.copy(isInitialSetup = false))
|
||||
viewModel.eventFlow.test {
|
||||
viewModel.trySendAction(SetupUnlockAction.ContinueClick)
|
||||
assertEquals(SetupUnlockEvent.NavigateBack, awaitItem())
|
||||
}
|
||||
|
||||
verify(exactly = 1) {
|
||||
firstTimeActionManager.storeShowUnlockSettingBadge(showBadge = false)
|
||||
}
|
||||
verify(exactly = 0) {
|
||||
authRepository.setOnboardingStatus(
|
||||
userId = DEFAULT_USER_ID,
|
||||
|
@ -107,21 +114,22 @@ class SetupUnlockViewModelTest : BaseViewModelTest() {
|
|||
userId = DEFAULT_USER_ID,
|
||||
status = OnboardingStatus.AUTOFILL_SETUP,
|
||||
)
|
||||
settingsRepository.storeShowUnlockSettingBadge(DEFAULT_USER_ID, true)
|
||||
firstTimeActionManager.storeShowUnlockSettingBadge(showBadge = true)
|
||||
}
|
||||
}
|
||||
|
||||
@Suppress("MaxLineLength")
|
||||
@Test
|
||||
fun `ContinueClick should call setOnboardingStatus and set to FINAL_STEP if AutoFill is already enabled`() {
|
||||
fun `ContinueClick should call setOnboardingStatus and set to FINAL_STEP if AutoFill is already enabled and set first time value to false`() {
|
||||
mutableAutofillEnabledStateFlow.update { true }
|
||||
val viewModel = createViewModel()
|
||||
viewModel.trySendAction(SetupUnlockAction.ContinueClick)
|
||||
verify {
|
||||
verify(exactly = 1) {
|
||||
authRepository.setOnboardingStatus(
|
||||
userId = DEFAULT_USER_ID,
|
||||
status = OnboardingStatus.FINAL_STEP,
|
||||
)
|
||||
firstTimeActionManager.storeShowUnlockSettingBadge(showBadge = false)
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -359,6 +367,7 @@ class SetupUnlockViewModelTest : BaseViewModelTest() {
|
|||
authRepository = authRepository,
|
||||
settingsRepository = settingsRepository,
|
||||
biometricsEncryptionManager = biometricsEncryptionManager,
|
||||
firstTimeActionManager = firstTimeActionManager,
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@ package com.x8bit.bitwarden.ui.auth.feature.completeregistration
|
|||
|
||||
import androidx.lifecycle.SavedStateHandle
|
||||
import app.cash.turbine.test
|
||||
import app.cash.turbine.turbineScope
|
||||
import com.x8bit.bitwarden.R
|
||||
import com.x8bit.bitwarden.data.auth.datasource.sdk.model.PasswordStrength.LEVEL_0
|
||||
import com.x8bit.bitwarden.data.auth.datasource.sdk.model.PasswordStrength.LEVEL_1
|
||||
|
@ -154,9 +153,7 @@ class CompleteRegistrationViewModelTest : BaseViewModelTest() {
|
|||
)
|
||||
} returns RegisterResult.Success(captchaToken = CAPTCHA_BYPASS_TOKEN)
|
||||
val viewModel = createCompleteRegistrationViewModel(VALID_INPUT_STATE)
|
||||
turbineScope {
|
||||
val stateFlow = viewModel.stateFlow.testIn(backgroundScope)
|
||||
val eventFlow = viewModel.eventFlow.testIn(backgroundScope)
|
||||
viewModel.stateEventFlow(backgroundScope) { stateFlow, eventFlow ->
|
||||
assertEquals(VALID_INPUT_STATE, stateFlow.awaitItem())
|
||||
viewModel.trySendAction(CompleteRegistrationAction.CallToActionClick)
|
||||
assertEquals(
|
||||
|
|
|
@ -3,7 +3,6 @@ package com.x8bit.bitwarden.ui.auth.feature.createaccount
|
|||
import android.net.Uri
|
||||
import androidx.lifecycle.SavedStateHandle
|
||||
import app.cash.turbine.test
|
||||
import app.cash.turbine.turbineScope
|
||||
import com.x8bit.bitwarden.R
|
||||
import com.x8bit.bitwarden.data.auth.datasource.sdk.model.PasswordStrength.LEVEL_0
|
||||
import com.x8bit.bitwarden.data.auth.datasource.sdk.model.PasswordStrength.LEVEL_1
|
||||
|
@ -243,9 +242,7 @@ class CreateAccountViewModelTest : BaseViewModelTest() {
|
|||
savedStateHandle = validInputHandle,
|
||||
authRepository = repo,
|
||||
)
|
||||
turbineScope {
|
||||
val stateFlow = viewModel.stateFlow.testIn(backgroundScope)
|
||||
val eventFlow = viewModel.eventFlow.testIn(backgroundScope)
|
||||
viewModel.stateEventFlow(backgroundScope) { stateFlow, eventFlow ->
|
||||
assertEquals(VALID_INPUT_STATE, stateFlow.awaitItem())
|
||||
viewModel.trySendAction(CreateAccountAction.SubmitClick)
|
||||
assertEquals(
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue