Translations by Aron Xu

Aron Xu has submitted the following strings to this translation. Contributions are visually coded: currently used translations, unreviewed suggestions, rejected suggestions.

150 of 92 results
~
(unknown)
2010-11-16
(未知)
1.
PEM key file had no end tag '%s'.
2009-09-15
PEM 密钥文件没有结束标记“%s”。
2009-09-01
PEM 密钥文件没有结束标识“%s”。
2.
Doesn't look like a PEM private key file.
2009-09-15
不像是一个 PEM 私钥文件。
2009-09-01
不像是 PEM 私钥文件。
3.
Not enough memory to store PEM file data.
2009-09-15
没有足够的空间储存 PEM 文件数据
2009-09-01
没有足够的内存来缓存 PEM 文件数据。
4.
Malformed PEM file: Proc-Type was not first tag.
2009-09-15
错误的 PEM 文件格式:Proc-Type 不是第一个标记。
2009-09-01
异常的 PEM 文件:Proc-Type 不是第一个标识。
5.
Malformed PEM file: unknown Proc-Type tag '%s'.
2009-09-15
错误的 PEM 文件格式:未知的 Proc-Type 标记“%s”。
2009-09-01
异常的 PEM 文件:未知的 Proc-Type 标识“%s”。
6.
Malformed PEM file: DEK-Info was not the second tag.
2009-09-15
错误的 PEM 文件格式:DEK-Info 不是第二个标记。
2009-09-01
异常的 PEM 文件:DEK-Info 不是第二个标识。
7.
Malformed PEM file: no IV found in DEK-Info tag.
2009-09-15
错误的 PEM 文件格式:没有在 DEK-Info 标签找到初始向量。
2009-09-01
异常的 PEM 文件:在 DEK-Info 标识中没有发现初始向量。
8.
Malformed PEM file: invalid format of IV in DEK-Info tag.
2009-09-15
错误的 PEM 文件格式:DEK-Info 标签中的初始向量格式无效。
2009-09-01
异常的 PEM 文件:DEK-Info 标识中非法的初始向量格式。
9.
Malformed PEM file: unknown private key cipher '%s'.
2009-09-01
异常的 PEM 文件:未知的私钥密码“%s”。
10.
Could not decode private key.
2009-09-15
无法解码私钥。
11.
PEM certificate '%s' had no end tag '%s'.
2009-09-15
PEM 证书“%s”没有结束标记“%s”。
2009-09-01
PEM 证书“%s”没有结束标识“%s”。
12.
Failed to decode certificate.
2009-09-15
无法解码证书。
13.
Not enough memory to store certificate data.
2009-09-15
没有足够的空间存储证书数据。
14.
Not enough memory to store file data.
2009-09-15
没有足够的空间储存文件数据。
15.
IV must be an even number of bytes in length.
2010-11-16
初始向量长度必须是偶数字节。
2009-09-01
初始向量的长度必须是一个偶数。
16.
Not enough memory to store the IV.
2009-09-15
没有足够的空间储存初始向量。
2009-09-01
没有足够的内存缓存初始向量。
17.
IV contains non-hexadecimal digits.
2009-09-15
初始向量中包含非十六进制数字。
2009-09-01
初始向量包含了非十六进制的数据。
18.
Private key cipher '%s' was unknown.
2009-09-01
私钥密码“%s”未知。
19.
Not enough memory to decrypt private key.
2009-09-15
没有足够的空间解密私钥。
20.
Unable to determine private key type.
2009-09-01
无法确定私钥类型。
21.
Not enough memory to store decrypted private key.
2009-09-15
没有足够的空间储存解密后的私钥。
22.
Failed to initialize the crypto engine.
2009-09-15
初始化加密引擎失败。
23.
Failed to initialize the MD5 engine: %s / %s.
2009-09-15
初始化 MD5 引擎失败:%s / %s。
2009-09-01
初始化 MD5 引擎失败:%s/%s。
24.
Invalid IV length (must be at least %zd).
2010-11-16
无效初始向量长度(至少为为 %zd)。
25.
Not enough memory for decrypted key buffer.
2009-09-15
没有足够的空间作为已解密密钥缓冲。
28.
Failed to set IV for decryption: %s / %s.
2009-09-15
为解密设置初始向量失败:%s / %s。
2009-09-01
设置解密初始向量失败:%s/%s。
29.
Failed to decrypt the private key: %s / %s.
2009-09-15
解密私钥失败:%s / %s
31.
Failed to decrypt the private key.
2009-09-01
解密私钥失败。
35.
Failed to set IV for encryption: %s / %s.
2010-11-16
为加密设置初始向量失败:%s / %s。
37.
Error initializing certificate data: %s
2009-09-15
初始化证书数据出错:%s
38.
Couldn't decode certificate: %s
2009-09-15
无法解码证书:%s
39.
Couldn't initialize PKCS#12 decoder: %s
2009-09-01
无法初始化 PKCS#12 解码器:%s
40.
Couldn't decode PKCS#12 file: %s
2009-09-01
无法解码 PKCS#12 文件:%s
41.
Couldn't verify PKCS#12 file: %s
2009-09-01
无法校验 PKCS#12 文件:%s
42.
Failed to initialize the crypto engine: %d.
2009-09-15
初始化加密引擎失败:%d。