Add cryptography information in devtools (#29073)
* feat(devtools): add crypto information in devtools * ci: add crypto devtools file to crypto code owners * test(dev tools): update test to add new crypto button * test(dev tools): add tests for crypto component
This commit is contained in:
@@ -734,6 +734,44 @@
|
||||
"category_room": "Room",
|
||||
"caution_colon": "Caution:",
|
||||
"client_versions": "Client Versions",
|
||||
"crypto": {
|
||||
"4s_public_key_in_account_data": "in account data",
|
||||
"4s_public_key_not_in_account_data": "not found",
|
||||
"4s_public_key_status": "Secret storage public key:",
|
||||
"backup_key_cached": "cached locally",
|
||||
"backup_key_cached_status": "Backup key cached:",
|
||||
"backup_key_not_stored": "not stored",
|
||||
"backup_key_stored": "in secret storage",
|
||||
"backup_key_stored_status": "Backup key stored:",
|
||||
"backup_key_unexpected_type": "unexpected type",
|
||||
"backup_key_well_formed": "well formed",
|
||||
"cross_signing": "Cross-signing",
|
||||
"cross_signing_cached": "cached locally",
|
||||
"cross_signing_not_ready": "Cross-signing is not set up.",
|
||||
"cross_signing_private_keys_in_storage": "in secret storage",
|
||||
"cross_signing_private_keys_in_storage_status": "Cross-signing private keys:",
|
||||
"cross_signing_private_keys_not_in_storage": "not found in storage",
|
||||
"cross_signing_public_keys_on_device": "in memory",
|
||||
"cross_signing_public_keys_on_device_status": "Cross-signing public keys:",
|
||||
"cross_signing_ready": "Cross-signing is ready for use.",
|
||||
"cross_signing_status": "Cross-signing status:",
|
||||
"cross_signing_untrusted": "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.",
|
||||
"crypto_not_available": "Cryptographic module is not available",
|
||||
"key_backup_active_version": "Active backup version:",
|
||||
"key_backup_active_version_none": "None",
|
||||
"key_backup_inactive_warning": "Your keys are not being backed up from this session.",
|
||||
"key_backup_latest_version": "Latest backup version on server:",
|
||||
"key_storage": "Key Storage",
|
||||
"master_private_key_cached_status": "Master private key:",
|
||||
"not_found": "not found",
|
||||
"not_found_locally": "not found locally",
|
||||
"secret_storage_not_ready": "not ready",
|
||||
"secret_storage_ready": "ready",
|
||||
"secret_storage_status": "Secret storage:",
|
||||
"self_signing_private_key_cached_status": "Self signing private key:",
|
||||
"title": "End-to-end encryption",
|
||||
"user_signing_private_key_cached_status": "User signing private key:"
|
||||
},
|
||||
"developer_mode": "Developer mode",
|
||||
"developer_tools": "Developer Tools",
|
||||
"edit_setting": "Edit setting",
|
||||
|
||||
Reference in New Issue
Block a user