mirror of
https://github.com/bitwarden/browser
synced 2026-01-06 10:33:57 +00:00
Autosync the updated translations (#4642)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
b256e6f67a
commit
bfa79defdf
@@ -1149,7 +1149,7 @@
|
||||
}
|
||||
},
|
||||
"kdfIterationsWarning": {
|
||||
"message": "Setting your KDF iterations too high could result in poor performance when logging into (and unlocking) Bitwarden on devices with slower CPUs. We recommend that you increase the value in increments of $INCREMENT$ and then test all of your devices.",
|
||||
"message": "Setting your KDF iterations too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend that you increase the value in increments of $INCREMENT$ and then test all of your devices.",
|
||||
"placeholders": {
|
||||
"increment": {
|
||||
"content": "$1",
|
||||
@@ -1157,6 +1157,19 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"kdfMemory": {
|
||||
"message": "KDF memory (MB)",
|
||||
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
|
||||
},
|
||||
"argon2Warning": {
|
||||
"message": "Setting your KDF iterations, memory, and parallelism too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend changing these individually in small increments and then test all of your devices."
|
||||
},
|
||||
"kdfParallelism": {
|
||||
"message": "KDF parallelism"
|
||||
},
|
||||
"argon2Desc": {
|
||||
"message": "Higher KDF iterations, memory, and parallelism can help protect your master password from being brute forced by an attacker."
|
||||
},
|
||||
"changeKdf": {
|
||||
"message": "Change KDF"
|
||||
},
|
||||
@@ -2044,6 +2057,9 @@
|
||||
"manageSubscription": {
|
||||
"message": "Manage subscription"
|
||||
},
|
||||
"launchCloudSubscription": {
|
||||
"message": "Launch Cloud Subscription"
|
||||
},
|
||||
"storage": {
|
||||
"message": "Storage"
|
||||
},
|
||||
@@ -5225,11 +5241,8 @@
|
||||
"billingSyncApiKeyRotated": {
|
||||
"message": "Token rotated"
|
||||
},
|
||||
"billingSync": {
|
||||
"message": "Billing sync"
|
||||
},
|
||||
"billingSyncDesc": {
|
||||
"message": "Billing sync provides Free Families plans for members and advanced billing capabilities by linking your self-hosted Bitwarden to the Bitwarden cloud server."
|
||||
"message": "Billing sync unlocks Families sponsorships and automatic license syncing on your server. After making updates in the Bitwarden cloud server, select Sync License to apply changes."
|
||||
},
|
||||
"billingSyncKeyDesc": {
|
||||
"message": "A billing sync token from your cloud organization's subscription settings is required to complete this form."
|
||||
@@ -5279,6 +5292,15 @@
|
||||
"required": {
|
||||
"message": "required"
|
||||
},
|
||||
"characterMaximum": {
|
||||
"message": "$MAX$ character maximum",
|
||||
"placeholders": {
|
||||
"max": {
|
||||
"content": "$1",
|
||||
"example": "100"
|
||||
}
|
||||
}
|
||||
},
|
||||
"idpSingleSignOnServiceUrlRequired": {
|
||||
"message": "Required if Entity ID is not a URL."
|
||||
},
|
||||
@@ -6082,6 +6104,36 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"licenseAndBillingManagement": {
|
||||
"message": "License and billing management"
|
||||
},
|
||||
"automaticSync": {
|
||||
"message": "Automatic sync"
|
||||
},
|
||||
"manualUpload": {
|
||||
"message": "Manual upload"
|
||||
},
|
||||
"manualUploadDesc": {
|
||||
"message": "If you do not want to opt into billing sync, manually upload your license here."
|
||||
},
|
||||
"syncLicense": {
|
||||
"message": "Sync license"
|
||||
},
|
||||
"licenseSyncSuccess": {
|
||||
"message": "Successfully synced license"
|
||||
},
|
||||
"licenseUploadSuccess": {
|
||||
"message": "Successfully uploaded license"
|
||||
},
|
||||
"lastLicenseSync": {
|
||||
"message": "Last license sync"
|
||||
},
|
||||
"billingSyncHelp": {
|
||||
"message": "Billing Sync help"
|
||||
},
|
||||
"uploadLicense": {
|
||||
"message": "Upload license"
|
||||
},
|
||||
"lowKdfIterations": {
|
||||
"message": "Low KDF Iterations"
|
||||
},
|
||||
@@ -6090,5 +6142,17 @@
|
||||
},
|
||||
"changeKdfSettings": {
|
||||
"message": "Change KDF settings"
|
||||
},
|
||||
"changeKdfLoggedOutWarning": {
|
||||
"message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour. We recommend exporting your vault before changing your encryption settings to prevent data loss."
|
||||
},
|
||||
"secretsManagerBeta": {
|
||||
"message": "Secrets Manager Beta"
|
||||
},
|
||||
"secretsManagerBetaDesc": {
|
||||
"message": "Enable user access to the Secrets Manager at no charge during the Beta program."
|
||||
},
|
||||
"userAccessSecretsManager": {
|
||||
"message": "This user can access the Secrets Manager Beta"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user