Transvision

Displaying 200 results out of 691:

Entity en-US zh-CN
Entity # all locales browser • browser • aboutPolicies.ftl
errors-tab
en-US
Errors
zh-CN
错误
Entity # all locales browser • browser • aboutPolicies.ftl
policy-errors
en-US
Policy Errors
zh-CN
策略错误
Entity # all locales devtools • client • debugger.properties
variablesViewErrorStacktrace
en-US
Stack trace:
zh-CN
栈跟踪:
Entity # all locales devtools • client • webconsole.properties
webconsole.errorsFilterButton.label
en-US
Errors
zh-CN
错误
Entity # all locales devtools • shared • screenshot.properties
screenshotErrorSavingToFile
en-US
Error saving to %1$S
zh-CN
保存 %1$S 时出错
Entity # all locales dom • chrome • layout • layout_errors.properties
CompositorAnimationWarningContentTooLarge2
en-US
Animation cannot be run on the compositor because the frame size (%1$S, %2$S) is too large relative to the viewport (larger than (%3$S, %4$S)) or larger than the maximum allowed value (%5$S, %6$S)
zh-CN
动画无法在合成器上执行,因为框的尺寸(%1$S, %2$S)相对视区来说太大(超过 (%3$S, %4$S)),或者超过允许的最大值(%5$S, %6$S)
Entity # all locales dom • chrome • layout • layout_errors.properties
CompositorAnimationWarningContentTooLargeArea
en-US
Animation cannot be run on the compositor because the area of the frame (%1$S) is too large relative to the viewport (larger than %2$S)
zh-CN
动画无法在合成器上执行,因为框的尺寸(%1$S)相对于视区(超过 %2$S)来说太大
Entity # all locales dom • chrome • layout • layout_errors.properties
CompositorAnimationWarningHasCurrentColor
en-US
Animations of ‘background-color’ cannot be run on the compositor with ‘current-color’ keyframe.
zh-CN
“background-color”动画无法与“current-color”关键帧一同在合成器上运行。
Entity # all locales dom • chrome • layout • layout_errors.properties
CompositorAnimationWarningHasRenderingObserver
en-US
Animation cannot be run on the compositor because the element has rendering observers (-moz-element or SVG clipping/masking)
zh-CN
元素有正在渲染的观察者(-moz-element 或 SVG 裁剪/遮罩),动画无法在合成器上执行。
Entity # all locales dom • chrome • layout • layout_errors.properties
CompositorAnimationWarningOpacityFrameInactive
en-US
Animation cannot be run on the compositor because the frame was not marked active for ‘opacity’ animation
zh-CN
框架未标记为激活透明动画 (opacity) ,动画无法在合成器上执行
Entity # all locales dom • chrome • layout • layout_errors.properties
CompositorAnimationWarningTransformBackfaceVisibilityHidden
en-US
Animations of ‘backface-visibility: hidden’ transforms cannot be run on the compositor
zh-CN
‘backface-visibility: hidden’ 的变换动画(transform)在无法合成器上执行
Entity # all locales dom • chrome • layout • layout_errors.properties
CompositorAnimationWarningTransformFrameInactive
en-US
Animation cannot be run on the compositor because the frame was not marked active for ‘transform’ animation
zh-CN
框架未标记为激活变换动画(transform) ,动画无法在合成器上执行
Entity # all locales dom • chrome • layout • layout_errors.properties
CompositorAnimationWarningTransformIsBlockedByImportantRules
en-US
Transform animation cannot be run on the compositor because transform-related properties are overridden by !important rules
zh-CN
由于变换(Transform)相关属性被 !important 规则覆盖,无法在合成器上运行变换动画
Entity # all locales dom • chrome • layout • layout_errors.properties
CompositorAnimationWarningTransformSVG
en-US
Animations of ‘transform’ on elements with SVG transforms cannot be run on the compositor
zh-CN
具有 SVG 变换(transform)的元素上的变换动画(transform)无法在合成器上执行
Entity # all locales dom • chrome • layout • layout_errors.properties
CompositorAnimationWarningTransformWithGeometricProperties
en-US
Animations of ‘transform’ cannot be run on the compositor when geometric properties are animated on the same element at the same time
zh-CN
当几何属性在相同元素上执行时,变换动画(transform)无法同时在合成器上运行
Entity # all locales dom • chrome • layout • layout_errors.properties
CompositorAnimationWarningTransformWithSyncGeometricAnimations
en-US
Animation of ‘transform’ cannot be run on the compositor because it should be synchronized with animations of geometric properties that started at the same time
zh-CN
由于应该与同时开始的几何属性的动画同步,变换动画(transform)无法在合成器上执行
Entity # all locales dom • chrome • layout • layout_errors.properties
ForcedLayoutStart
en-US
Layout was forced before the page was fully loaded. If stylesheets are not yet loaded this may cause a flash of unstyled content.
zh-CN
已在页面完全加载前强制排版。若样式表尚未加载,则可能会导致无样式内容闪烁。
Entity # all locales dom • chrome • layout • layout_errors.properties
ImageMapCircleNegativeRadius
en-US
The “coords” attribute of the <area shape="circle"> tag has a negative radius.
zh-CN
<area shape="circle"> 标签的 "coords" 属性不能为负的半径
Entity # all locales dom • chrome • layout • layout_errors.properties
ImageMapCircleWrongNumberOfCoords
en-US
The “coords” attribute of the <area shape="circle"> tag is not in the “center-x,center-y,radius” format.
zh-CN
<area shape="circle"> 标签的 "coords" 属性未遵循 "center-x,center-y,radius" 格式。
Entity # all locales dom • chrome • layout • layout_errors.properties
ImageMapPolyOddNumberOfCoords
en-US
The “coords” attribute of the <area shape="poly"> tag is missing the last “y” coordinate (the correct format is “x1,y1,x2,y2 ”).
zh-CN
<area shape="poly"> 标签的 "coords" 属性缺少最后的 "y" 座标值 (正确格式为 "x1,y1,x2,y2 ")。
Entity # all locales dom • chrome • layout • layout_errors.properties
ImageMapPolyWrongNumberOfCoords
en-US
The “coords” attribute of the <area shape="poly"> tag is not in the “x1,y1,x2,y2 ” format.
zh-CN
<area shape="poly"> 标签的 "coords" 属性未遵循 "x1,y1,x2,y2 " 格式。
Entity # all locales dom • chrome • layout • layout_errors.properties
ImageMapRectBoundsError
en-US
The “coords” attribute of the <area shape="rect"> tag is not in the “left,top,right,bottom” format.
zh-CN
<area shape="rect"> 标签的 "coords" 属性未遵循 "left,top,right,bottom" 格式。
Entity # all locales dom • chrome • layout • layout_errors.properties
PrincipalWritingModePropagationWarning
en-US
When rendering the <html> element, the used values of CSS properties “writing-mode”, “direction”, and “text-orientation” on the <html> element are taken from the computed values of the <body> element, not from the <html> element’s own values. Consider setting these properties on the :root CSS pseudo-class. For more information see “The Principal Writing Mode” in https://www.w3.org/TR/css-writing-modes-3/#principal-flow
zh-CN
呈现 <html> 元素时,<html> 元素的 CSS 属性“writing-mode”,“direction”和“text-orientation”所用的值取自 <body> 元素的计算值,而不是 <html> 元素本身的值。请考虑在 :root CSS 伪类上设置这些属性。更多信息请参阅“主要书写模式(The Principal Writing Mode)”:https://www.w3.org/TR/css-writing-modes-3/#principal-flow
Entity # all locales dom • chrome • layout • layout_errors.properties
ScrollAnchoringDisabledInContainer
en-US
Scroll anchoring was disabled in a scroll container because of too many consecutive adjustments (%1$S) with too little total distance (%2$S px average, %3$S px total).
zh-CN
由于过多连续的调整(%1$S)而总距离太小(平均 %2$S px,总计 %3$S px),已禁用滚动容器中的滚动锚定。
Entity # all locales dom • chrome • layout • layout_errors.properties
ScrollLinkedEffectFound3
en-US
This site appears to use a scroll-linked positioning effect. This may not work well with asynchronous panning; see https://firefox-source-docs.mozilla.org/performance/scroll-linked_effects.html for further details and to join the discussion on related tools and features!
zh-CN
此网站似乎使用 scroll-linked 定位效果。这可能无法与异步平移一起使用;参见 https://firefox-source-docs.mozilla.org/performance/scroll-linked_effects.html 详细了解,也可加入我们一起讨论相关的工具和功能!
Entity # all locales dom • chrome • layout • layout_errors.properties
ZoomPropertyWarning
en-US
This page uses the non standard property “zoom”. Consider using calc() in the relevant property values, or using “transform” along with “transform-origin: 0 0”.
zh-CN
该页面使用非标准属性“zoom”。请考虑在相关属性值中使用 calc(),或将“transform”与“transform-origin: 0 0”一同使用。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
MOZILLA_PKIX_ERROR_ADDITIONAL_POLICY_CONSTRAINT_FAILED
en-US
An additional policy constraint failed when validating this certificate.
zh-CN
验证此证书时,某个附加策略约束验证失败。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
MOZILLA_PKIX_ERROR_CA_CERT_USED_AS_END_ENTITY
en-US
The server uses a certificate with a basic constraints extension identifying it as a certificate authority. For a properly-issued certificate, this should not be the case.
zh-CN
该服务器使用了一个使用“基本约束扩展”标识它为一个证书颁发机构的证书。对于一个正常颁发的证书,不应该是这样。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
MOZILLA_PKIX_ERROR_EMPTY_ISSUER_NAME
en-US
The server presented a certificate with an empty issuer distinguished name.
zh-CN
服务器出示的证书有一个空的发行者专有名称。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
MOZILLA_PKIX_ERROR_INADEQUATE_KEY_SIZE
en-US
The server presented a certificate with a key size that is too small to establish a secure connection.
zh-CN
该服务器提供的证书密钥位数太小,不足以建立安全连接。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
MOZILLA_PKIX_ERROR_INVALID_INTEGER_ENCODING
en-US
The server presented a certificate that contains an invalid encoding of an integer. Common causes include negative serial numbers, negative RSA moduli, and encodings that are longer than necessary.
zh-CN
服务器提供的证书包含无效的整数编码。常见原因包括负数序列号、负数 RSA 模数和不必要的编码。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
MOZILLA_PKIX_ERROR_KEY_PINNING_FAILURE
en-US
The server uses key pinning (HPKP) but no trusted certificate chain could be constructed that matches the pinset. Key pinning violations cannot be overridden.
zh-CN
此服务器使用了公钥固定(HPKP)机制,但无法构成与其固定的证书集合(pinset)匹配的可信任证书链。无法忽视对密钥固定的违反。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
MOZILLA_PKIX_ERROR_NOT_YET_VALID_CERTIFICATE
en-US
The server presented a certificate that is not yet valid.
zh-CN
服务器出示的证书尚未生效。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
MOZILLA_PKIX_ERROR_NOT_YET_VALID_ISSUER_CERTIFICATE
en-US
A certificate that is not yet valid was used to issue the server’s certificate.
zh-CN
用来签发此服务器证书的一个证书尚未生效。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
MOZILLA_PKIX_ERROR_OCSP_RESPONSE_FOR_CERT_MISSING
en-US
The OCSP response does not include a status for the certificate being verified.
zh-CN
该 OCSP 响应不包括该证书被验证的状态。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
MOZILLA_PKIX_ERROR_REQUIRED_TLS_FEATURE_MISSING
en-US
A required TLS feature is missing.
zh-CN
缺少所需的 TLS 功能。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
MOZILLA_PKIX_ERROR_SELF_SIGNED_CERT
en-US
The certificate is not trusted because it is self-signed.
zh-CN
此证书由于自签名而不被信任。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
MOZILLA_PKIX_ERROR_SIGNATURE_ALGORITHM_MISMATCH
en-US
The signature algorithm in the signature field of the certificate does not match the algorithm in its signatureAlgorithm field.
zh-CN
该证书在签名字段中的签名算法与其在 signatureAlgorithm 字段的算法不匹配。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
MOZILLA_PKIX_ERROR_V1_CERT_USED_AS_CA
en-US
An X.509 version 1 certificate that is not a trust anchor was used to issue the server’s certificate. X.509 version 1 certificates are deprecated and should not be used to sign other certificates.
zh-CN
服务器的证书由非信任源(Trust Anchor)的X.509 版本 1 证书签发。X.509 版本 1 证书已弃用,不应再用来签发其他证书。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
MOZILLA_PKIX_ERROR_VALIDITY_TOO_LONG
en-US
The server presented a certificate that is valid for too long.
zh-CN
服务器出示的证书有效期太长。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_ADDING_CERT
en-US
Error adding certificate to database.
zh-CN
向数据库中添加证书时发生错误。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_BAD_CRL_DP_URL
en-US
Invalid or unsupported URL in CRL distribution point name.
zh-CN
CRL 分发点名称的 URL 无效或不支持。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_BAD_DATA
en-US
security library: received bad data.
zh-CN
安全程序库: 接收到损坏的数据。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_BAD_DATABASE
en-US
security library: bad database.
zh-CN
安全程序库: 损坏的数据库。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_BAD_DER
en-US
security library: improperly formatted DER-encoded message.
zh-CN
安全程序库: 不正确的编排 DER-编码信息格式。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_BAD_EXPORT_ALGORITHM
en-US
Required algorithm is not allowed.
zh-CN
所需算法不允许使用。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_BAD_HTTP_RESPONSE
en-US
Server returned bad HTTP response
zh-CN
服务器返回错误 HTTP 响应
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_BAD_INFO_ACCESS_LOCATION
en-US
Bad information access location in cert extension
zh-CN
在证书扩展中有坏的信息获取位置
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_BAD_INFO_ACCESS_METHOD
en-US
Unknown information access method in certificate extension.
zh-CN
在认证扩展中未知的信息获取方法。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_BAD_KEY
en-US
Peer’s public key is invalid.
zh-CN
对等端的公钥无效。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_BAD_LDAP_RESPONSE
en-US
Server returned bad LDAP response
zh-CN
服务器返回错误 LDAP 响应
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_BAD_NICKNAME
en-US
Certificate nickname already in use.
zh-CN
证书昵称已经在使用。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_BAD_PASSWORD
en-US
The security password entered is incorrect.
zh-CN
所输入的安全密码无效。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_BAD_SIGNATURE
en-US
Peer’s certificate has an invalid signature.
zh-CN
对等端的证书有一个无效的签名。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_BAD_TEMPLATE
en-US
Could not decode ASN.1 data. Specified template was invalid.
zh-CN
无法将 ASN.1 数据译码。给定模板无效。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_BAGGAGE_NOT_CREATED
en-US
error while creating baggage object
zh-CN
建立目标包时发生错误
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_BUSY
en-US
NSS could not shutdown. Objects are still in use.
zh-CN
无法关闭 NSS,目标仍在使用。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_CANNOT_MOVE_SENSITIVE_KEY
en-US
A sensitive key cannot be moved to the slot where it is needed.
zh-CN
无法将敏感密钥移动到需要的位置。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_CA_CERT_INVALID
en-US
Issuer certificate is invalid.
zh-CN
颁发者证书无效。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_CERT_ADDR_MISMATCH
en-US
Address in signing certificate does not match address in message headers.
zh-CN
签署证书中的地址与消息头中的地址不匹配
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_CERT_BAD_ACCESS_LOCATION
en-US
The location for the certificate status server has invalid format.
zh-CN
证书状态服务器的位置格式无效。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_CERT_NICKNAME_COLLISION
en-US
A certificate with the same nickname already exists.
zh-CN
已经存在相同昵称的证书。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_CERT_NOT_IN_NAME_SPACE
en-US
The Certifying Authority for this certificate is not permitted to issue a certificate with this name.
zh-CN
此证书的颁发机构未被准许颁发此名称的证书。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_CERT_NOT_VALID
en-US
This certificate is not valid.
zh-CN
此证书无效。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_CERT_NO_RESPONSE
en-US
Cert Library: No Response
zh-CN
证书程序库:无响应
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_CERT_SIGNATURE_ALGORITHM_DISABLED
en-US
The certificate was signed using a signature algorithm that is disabled because it is not secure.
zh-CN
该证书使用的签名算法已因不安全而被禁用。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_CERT_USAGES_INVALID
en-US
Certificate usages field is invalid.
zh-CN
证书用途字段无效。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_CERT_VALID
en-US
This certificate is valid.
zh-CN
此证书有效。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_CKL_CONFLICT
en-US
New CKL has different issuer than current CKL. Delete current CKL.
zh-CN
新的 CKL 与当前 CKL 的颁发者不同。请删除当前的 CKL。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_CRL_ALREADY_EXISTS
en-US
CRL already exists.
zh-CN
CRL 已经存在。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_CRL_BAD_SIGNATURE
en-US
The CRL for the certificate’s issuer has an invalid signature.
zh-CN
证书颁发者的证书吊销列表含有的签名无效。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_CRL_EXPIRED
en-US
The CRL for the certificate’s issuer has expired. Update it or check your system date and time.
zh-CN
证书签发者的证书吊销列表(CRL)已过期。请更新吊销列表,或者检查您的系统日期和时间。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_CRL_IMPORT_FAILED
en-US
Error attempting to import a CRL.
zh-CN
尝试导入CRL时遇到错误。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_CRL_INVALID
en-US
New CRL has an invalid format.
zh-CN
新的 CRL 格式无效。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_CRL_INVALID_VERSION
en-US
Issuer’s Certificate Revocation List has an unknown version number.
zh-CN
颁发者的证书吊销列表含有一个未知的版本号。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_CRL_NOT_FOUND
en-US
No matching CRL was found.
zh-CN
没有找到匹配的 CRL。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_CRL_NOT_YET_VALID
en-US
The certificate revocation list for this certificate is not yet valid.
zh-CN
此证书的证书吊销列表尚未生效。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_CRL_UNKNOWN_CRITICAL_EXTENSION
en-US
Issuer’s V2 Certificate Revocation List has an unknown critical extension.
zh-CN
发行者的 V2 吊销证书列表有一个未知的关键扩展。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_CRL_V1_CRITICAL_EXTENSION
en-US
Issuer’s V1 Certificate Revocation List has a critical extension.
zh-CN
发行者的 V1 吊销证书列表有一个关键扩展。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_DECRYPTION_DISALLOWED
en-US
Cannot decrypt: encrypted using a disallowed algorithm or key size.
zh-CN
无法解密:加密数据时使用了不允许的算法或密钥长度。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_DIGEST_NOT_FOUND
en-US
The CMS or PKCS #7 Digest was not found in signed message.
zh-CN
在签署的消息中无法找到 CMS 或 PKCS #7 摘要。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_DUPLICATE_CERT
en-US
Certificate already exists in your database.
zh-CN
证书已经存在于您的数据库中。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_DUPLICATE_CERT_NAME
en-US
Downloaded certificate’s name duplicates one already in your database.
zh-CN
所下载证书的名称与数据库中已有的重复。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_EXPIRED_CERTIFICATE
en-US
Peer’s Certificate has expired.
zh-CN
对等端的证书已过期。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_EXPIRED_ISSUER_CERTIFICATE
en-US
The certificate issuer’s certificate has expired. Check your system date and time.
zh-CN
证书签发者的证书已过期。请检查您的系统日期和时间。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_EXPIRED_PASSWORD
en-US
The password expired.
zh-CN
密码已过期。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_EXPORTING_CERTIFICATES
en-US
Error attempting to export certificates.
zh-CN
尝试导出证书发生错误。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_EXTENSION_NOT_FOUND
en-US
Certificate extension not found.
zh-CN
没有找到证书扩展。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_EXTENSION_VALUE_INVALID
en-US
Certificate extension value is invalid.
zh-CN
证书扩展值无效。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_EXTRA_INPUT
en-US
DER-encoded message contained extra unused data.
zh-CN
DER-编码信息包含额外的未用数据。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_FAILED_TO_ENCODE_DATA
en-US
Failed to encode data with ASN1 encoder
zh-CN
ASN1 编码器编码数据失败
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_FILING_KEY
en-US
Error refiling the key for this certificate.
zh-CN
重新填写此证书密钥时错误。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_IMPORTING_CERTIFICATES
en-US
Error attempting to import certificates.
zh-CN
尝试导入证书时错误。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_INADEQUATE_CERT_TYPE
en-US
Certificate type not approved for application.
zh-CN
证书类型未经程序核对。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_INADEQUATE_KEY_USAGE
en-US
Certificate key usage inadequate for attempted operation.
zh-CN
试图执行用证书密钥执行的操作不合规定用途。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_INCOMPATIBLE_PKCS11
en-US
PKCS #11 driver violates the spec in an incompatible way.
zh-CN
PKCS #11 驱动程序在兼容方式上违反规定。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_INPUT_LEN
en-US
security library has experienced an input length error.
zh-CN
安全程序库遇到了输入长度错误。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_INVALID_ALGORITHM
en-US
security library: invalid algorithm.
zh-CN
安全程序库: 无效算法。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_INVALID_ARGS
en-US
security library: invalid arguments.
zh-CN
安全程序库: 无效参数。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_INVALID_AVA
en-US
security library: invalid AVA.
zh-CN
安全程序库:无效的 AVA。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_INVALID_KEY
en-US
The key does not support the requested operation.
zh-CN
该密钥不支持所请求的操作。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_INVALID_PASSWORD
en-US
Password entered is invalid. Please pick a different one.
zh-CN
输入的密码无效。请选择一个不同的密码。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_INVALID_POLICY_MAPPING
en-US
Policy mapping contains anypolicy
zh-CN
策略映射包含任何策略
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_INVALID_TIME
en-US
Improperly formatted time string.
zh-CN
不正确的时间字符串格式。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_IO
en-US
An I/O error occurred during security authorization.
zh-CN
在安全授权过程中发生了一个 I/O 错误。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_JS_ADD_MOD_FAILURE
en-US
Unable to add module
zh-CN
无法添加模块
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_JS_DEL_MOD_FAILURE
en-US
Unable to delete module
zh-CN
无法删除模块
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_JS_INVALID_DLL
en-US
Invalid module path/filename
zh-CN
无效的模块路径/文件名
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_JS_INVALID_MODULE_NAME
en-US
Invalid module name.
zh-CN
无效的模块名称
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_KEYGEN_FAIL
en-US
Unable to generate public/private key pair.
zh-CN
无法生成公/私密钥对。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_KEY_NICKNAME_COLLISION
en-US
A key with the same nickname already exists.
zh-CN
同样昵称的密钥已经存在。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_KRL_BAD_SIGNATURE
en-US
The KRL for this site’s certificate has an invalid signature.
zh-CN
此站点证书的密钥吊销列表(KRL)有一个无效的签名。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_KRL_EXPIRED
en-US
The KRL for this site’s certificate has expired.
zh-CN
此站点证书的密钥吊销列表(KRL)已过期。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_KRL_INVALID
en-US
New KRL has an invalid format.
zh-CN
新的密钥吊销列表(KRL)格式无效。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_KRL_NOT_YET_VALID
en-US
The key revocation list for this certificate is not yet valid.
zh-CN
此证书的密钥吊销列表(KRL)尚未生效。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_LIBPKIX_INTERNAL
en-US
Libpkix internal error occurred during cert validation.
zh-CN
在证书验证过程中 Libpkix 发生了内部错误。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_LIBRARY_FAILURE
en-US
security library failure.
zh-CN
安全程序库错误。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_LOCKED_PASSWORD
en-US
The password is locked.
zh-CN
密码已锁定。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_MESSAGE_SEND_ABORTED
en-US
Message not sent.
zh-CN
消息未发送。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_MODULE_STUCK
en-US
PKCS #11 module could not be removed because it is still in use.
zh-CN
PKCS #11 模块无法删除,因为其仍在使用。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_NEED_RANDOM
en-US
security library: need random data.
zh-CN
安全程序库:需要随机数据。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_NOT_A_RECIPIENT
en-US
Cannot decrypt: you are not a recipient, or matching certificate and private key not found.
zh-CN
无法解密:您不是接收者,或者没有找到匹配的证书与私钥。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_NOT_FORTEZZA_ISSUER
en-US
Peer FORTEZZA chain has a non-FORTEZZA Certificate.
zh-CN
对等端 FORTEZZA 链有一个非 FORTEZZA 证书。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_NOT_INITIALIZED
en-US
NSS is not initialized.
zh-CN
NSS 没有被初始化。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_NO_EMAIL_CERT
en-US
Not encrypted or signed: you do not yet have an email certificate.
zh-CN
没有加密或签署:您还没有电子邮件证书。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_NO_EVENT
en-US
No new slot event is available at this time.
zh-CN
目前没有新插槽事件。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_NO_KEY
en-US
The private key for this certificate cannot be found in key database
zh-CN
此证书的私钥无法在密钥数据库中找到
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_NO_KRL
en-US
No KRL for this site’s certificate has been found.
zh-CN
没有找到此站点证书的密钥吊销列表(KRL)。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_NO_MEMORY
en-US
security library: memory allocation failure.
zh-CN
安全程序库:内存分配失败。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_NO_MODULE
en-US
security library: no security module can perform the requested operation.
zh-CN
安全程序库:没有安全模块可以执行请求的操作。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_NO_NODELOCK
en-US
security library: no nodelock.
zh-CN
安全程序库: 无节点锁。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_NO_RECIPIENT_CERTS_QUERY
en-US
Not encrypted: you do not have certificates for each of the recipients.
zh-CN
没有加密:您没有可用于每个接收者的证书。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_NO_SLOT_SELECTED
en-US
No slot or token was selected.
zh-CN
未选择插槽(Slot)或令牌(Token)。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_NO_TOKEN
en-US
The security card or token does not exist, needs to be initialized, or has been removed.
zh-CN
安全卡或令牌不存在,需要初始化,或已被删除。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_OCSP_BAD_HTTP_RESPONSE
en-US
The OCSP server returned unexpected/invalid HTTP data.
zh-CN
OCSP 服务器返回意外/无效的 HTTP 数据。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_OCSP_BAD_SIGNATURE
en-US
OCSP response has an invalid signature.
zh-CN
OCSP 回应中有一个无效签名。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_OCSP_FUTURE_RESPONSE
en-US
The OCSP response is not yet valid (contains a date in the future).
zh-CN
OCSP 回应尚未生效(含有一个未来的日期)
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_OCSP_INVALID_SIGNING_CERT
en-US
Invalid OCSP signing certificate in OCSP response.
zh-CN
OCSP 响应中含有无效的 OCSP 签名证书。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_OCSP_MALFORMED_REQUEST
en-US
The OCSP server found the request to be corrupted or improperly formed.
zh-CN
OCSP 服务器发现出错的或不适当结构的请求。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_OCSP_MALFORMED_RESPONSE
en-US
The response from the OCSP server was corrupted or improperly formed.
zh-CN
OCSP 服务器的响应不正确或者格式不当。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_OCSP_NOT_ENABLED
en-US
You must enable OCSP before performing this operation.
zh-CN
您在执行此操作前必须启用 OCSP。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_OCSP_NO_DEFAULT_RESPONDER
en-US
You must set the OCSP default responder before performing this operation.
zh-CN
您在执行此操作前必须设置 OCSP 默认回应器。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_OCSP_OLD_RESPONSE
en-US
The OCSP response contains out-of-date information.
zh-CN
OCSP 回应包含过期信息。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_OCSP_REQUEST_NEEDS_SIG
en-US
The OCSP server requires a signature on this request.
zh-CN
对于此请求 OCSP 服务器需要签名。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_OCSP_RESPONDER_CERT_INVALID
en-US
Configured OCSP responder’s certificate is invalid.
zh-CN
已配置的 OCSP 回应器证书无效。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_OCSP_SERVER_ERROR
en-US
The OCSP server experienced an internal error.
zh-CN
OCSP 服务器遇到一个内部错误。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_OCSP_TRY_SERVER_LATER
en-US
The OCSP server suggests trying again later.
zh-CN
OCSP 服务器建议稍后再次尝试。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_OCSP_UNAUTHORIZED_REQUEST
en-US
The OCSP server has refused this request as unauthorized.
zh-CN
OCSP 服务器拒绝了此非法请求。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_OCSP_UNAUTHORIZED_RESPONSE
en-US
The signer of the OCSP response is not authorized to give status for this certificate.
zh-CN
OCSP 回应的签署器不被授权给予此证书的状态。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_OCSP_UNKNOWN_CERT
en-US
The OCSP server has no status for the certificate.
zh-CN
OCSP 服务器没有证书的状态。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_OCSP_UNKNOWN_RESPONSE_STATUS
en-US
The OCSP server returned an unrecognizable status.
zh-CN
OCSP 服务器返回了一个无法识别的状态。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_OCSP_UNKNOWN_RESPONSE_TYPE
en-US
The OCSP response cannot be fully decoded; it is of an unknown type.
zh-CN
OCSP 回应无法完全解码,未知类型。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_OLD_CRL
en-US
New CRL is not later than the current one.
zh-CN
新的证书吊销列表(CRL)不比当前的新。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_OLD_KRL
en-US
New KRL is not later than the current one.
zh-CN
新的密钥吊销列表(KRL)不比当前的新。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_OUTPUT_LEN
en-US
security library: output length error.
zh-CN
安全程序库: 输出长度错误。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_OUT_OF_SEARCH_LIMITS
en-US
Cert validation search is out of search limits
zh-CN
证书验证搜索超出了搜索限制
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PATH_LEN_CONSTRAINT_INVALID
en-US
Certificate path length constraint is invalid.
zh-CN
证书路径长度限制无效。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PKCS11_DEVICE_ERROR
en-US
A PKCS #11 module returned CKR_DEVICE_ERROR, indicating that a problem has occurred with the token or slot.
zh-CN
一个PKCS #11模块返回了 CKR_DEVICE_ERROR,这表明令牌或者插槽发生了一个问题。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PKCS11_FUNCTION_FAILED
en-US
A PKCS #11 module returned CKR_FUNCTION_FAILED, indicating that the requested function could not be performed. Trying the same operation again might succeed.
zh-CN
一个 PKCS #11 模块返回了 CKR_FUNCTION_FAILED,这表示请求的函数未能执行。再试一次同样的操作也许会成功。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PKCS11_GENERAL_ERROR
en-US
A PKCS #11 module returned CKR_GENERAL_ERROR, indicating that an unrecoverable error has occurred.
zh-CN
一个PKCS #11模块返回了CKR_GENERAL_ERROR,这说明发生了一个不可恢复的错误。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PKCS12_CERT_COLLISION
en-US
Unable to import. Same nickname already exists in database.
zh-CN
无法导入。数据库中已存在相同的昵称。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PKCS12_CORRUPT_PFX_STRUCTURE
en-US
Unable to import. File structure is corrupt.
zh-CN
无法导入。文件结构损坏。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PKCS12_DECODING_PFX
en-US
Unable to import. Decoding error. File not valid.
zh-CN
无法导入。解码错误。文件无效。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PKCS12_DUPLICATE_DATA
en-US
Not imported, already in database.
zh-CN
没有导入,已经存在于数据库中。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PKCS12_IMPORTING_CERT_CHAIN
en-US
Unable to import. Error attempting to import certificate chain.
zh-CN
无法导入。尝试导入证书链时发生错误。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PKCS12_INVALID_MAC
en-US
Unable to import. Invalid MAC. Incorrect password or corrupt file.
zh-CN
无法导入。MAC无效。密码不正确或者文件损坏。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PKCS12_KEY_DATABASE_NOT_INITIALIZED
en-US
Unable to export. Key database corrupt or deleted.
zh-CN
无法导出。密钥数据库损坏或已删除。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PKCS12_PRIVACY_PASSWORD_INCORRECT
en-US
Unable to import. Incorrect privacy password.
zh-CN
无法导入。隐私密码不正确。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PKCS12_UNABLE_TO_EXPORT_KEY
en-US
Unable to export. Private Key could not be located and exported.
zh-CN
无法导出。无法定位私钥并导出。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PKCS12_UNABLE_TO_IMPORT_KEY
en-US
Unable to import. Error attempting to import private key.
zh-CN
无法导入。尝试导入私钥时发生错误。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PKCS12_UNABLE_TO_LOCATE_OBJECT_BY_NAME
en-US
Unable to export. Unable to locate certificate or key by nickname.
zh-CN
无法导出。无法通过昵称定位证书或密钥。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PKCS12_UNABLE_TO_READ
en-US
Unable to import. Unable to read the import file.
zh-CN
无法导入。无法读取导入文件。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PKCS12_UNABLE_TO_WRITE
en-US
Unable to export. Unable to write the export file.
zh-CN
无法导出。无法写入导出文件。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PKCS12_UNSUPPORTED_MAC_ALGORITHM
en-US
Unable to import. MAC algorithm not supported.
zh-CN
无法导入。不支持此 MAC 算法。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PKCS12_UNSUPPORTED_PBE_ALGORITHM
en-US
Unable to import. Encryption algorithm not supported.
zh-CN
无法导入。加密算法不支持。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PKCS12_UNSUPPORTED_TRANSPORT_MODE
en-US
Unable to import. Only password integrity and privacy modes supported.
zh-CN
无法导入。只支持密码完整性和隐私模式。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PKCS12_UNSUPPORTED_VERSION
en-US
Unable to import. File version not supported.
zh-CN
无法导入。文件版本不支持。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PKCS7_BAD_SIGNATURE
en-US
Signature verification failed: no signer found, too many signers found, or improper or corrupted data.
zh-CN
签名核实失败:没有找到签署者,找到过多签署者,或者不恰当或损坏的数据。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PKCS7_KEYALG_MISMATCH
en-US
Cannot decrypt: key encryption algorithm does not match your certificate.
zh-CN
无法解密:密钥加密算法与您的证书不匹配。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_POLICY_VALIDATION_FAILED
en-US
Cert chain fails policy validation
zh-CN
证书链策略验证失败
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_READ_ONLY
en-US
security library: read-only database.
zh-CN
安全程序库:只读数据库。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_RETRY_OLD_PASSWORD
en-US
Old password entered incorrectly. Please try again.
zh-CN
输入的旧密码不正确。请再试一次。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_RETRY_PASSWORD
en-US
New password entered incorrectly. Please try again.
zh-CN
输入的新密码不正确。请再试一次。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_REUSED_ISSUER_AND_SERIAL
en-US
You are attempting to import a cert with the same issuer/serial as an existing cert, but that is not the same cert.
zh-CN
您正试图导入一个与已存在证书相同颁发者和序列号但却不相同的证书。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_REVOKED_CERTIFICATE
en-US
Peer’s Certificate has been revoked.
zh-CN
对等端的证书已被吊销。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_REVOKED_CERTIFICATE_CRL
en-US
Certificate is revoked in issuer’s certificate revocation list.
zh-CN
证书已在颁发者的证书吊销列表中被吊销。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_REVOKED_CERTIFICATE_OCSP
en-US
Issuer’s OCSP responder reports certificate is revoked.
zh-CN
颁发者的 OCSP 回应器报告证书已吊销。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_REVOKED_KEY
en-US
The key for this site’s certificate has been revoked.
zh-CN
此站点的证书的密钥已被吊销。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_SAFE_NOT_CREATED
en-US
error while creating safe object
zh-CN
建立安全目标时错误。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_TOKEN_NOT_LOGGED_IN
en-US
The operation failed because the PKCS#11 token is not logged in.
zh-CN
由于 PKCS#1 标记没有注册,操作失败。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_UNKNOWN_AIA_LOCATION_TYPE
en-US
Unknown location type in cert AIA extension
zh-CN
在证书AIA扩展中的位置类型未知
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_UNKNOWN_CERT
en-US
The requested certificate could not be found.
zh-CN
没有找到请求的证书。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_UNKNOWN_CRITICAL_EXTENSION
en-US
Certificate contains unknown critical extension.
zh-CN
证书包含未知的关键扩展。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_UNKNOWN_ISSUER
en-US
Peer’s Certificate issuer is not recognized.
zh-CN
对等端的证书颁发者不受认可。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_UNKNOWN_OBJECT_TYPE
en-US
Unknown object type specified.
zh-CN
指定的目标类型未知。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_UNKNOWN_PKCS11_ERROR
en-US
Unknown PKCS #11 error.
zh-CN
未知的 PKCS #11 错误。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_UNKNOWN_SIGNER
en-US
The signer’s certificate could not be found.
zh-CN
不能找到签署器的证书。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_UNRECOGNIZED_OID
en-US
Unrecognized Object Identifier.
zh-CN
无法识别的对象标识符。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_UNSUPPORTED_EC_POINT_FORM
en-US
Unsupported elliptic curve point form.
zh-CN
未经证实的椭圆曲线点形状。
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_UNSUPPORTED_ELLIPTIC_CURVE
en-US
Unsupported elliptic curve.
zh-CN
未经证实的椭圆曲线。
Please enable JavaScript. Some features won't be available without it.