diff --git a/Resources/translations/validators+intl-icu.en.xliff b/Resources/translations/validators+intl-icu.en.xliff new file mode 100644 index 0000000..f78467e --- /dev/null +++ b/Resources/translations/validators+intl-icu.en.xliff @@ -0,0 +1,93 @@ + + + + + + Unable to process PEM X.509 data of private key "{name}". Only PEM encoded X.509 files are supported. + Unable to process PEM X.509 data of private key "{name}". Only PEM encoded X.509 files are supported. + + + The certificate public-key does not match with the private-key "public-key" data. + The certificate public-key does not match with the private-key "public-key" data. + + + The certificate does not match with the provided private-key. + The certificate does not match with the provided private-key. + + + This certificate was signed using the weak "{provided}" algorithm. Expected at least algorithm "{expected}".". + This certificate was signed using the weak "{provided}" algorithm. Expected at least algorithm "{expected}".". + + + The private-key bits-size {provided} is too low. Expected at least {expected} bits. + The private-key bits-size {provided} is too low. Expected at least {expected} bits. + + + The certificate with serial-number "{serial}" was marked as revoked on { revoked_on, date, short } with ({reason_code}) {reason}. + The certificate with serial-number "{serial}" was marked as revoked on { revoked_on, date, short } with ({reason_code}) {reason}. + + + The certificate with common-name "{common_name}" contains a CA extension. Expected a leaf certificate. + The certificate with common-name "{common_name}" contains a CA extension. Expected a leaf certificate. + + + This certificate has expired on { expired_on, date, short }. + This certificate has expired on { expired_on, date, short }. + + + This certificate should support host pattern "{required_pattern}". But only the following patterns are {supported} + This certificate should support host pattern "{required_pattern}". But only the following patterns are {supported} + + + This certificate does not support the {required_purpose} + This certificate does not support the {required_purpose} + + + The certificate host "{provided}" contains an invalid global-wildcard pattern. + The certificate host "{provided}" contains an invalid global-wildcard pattern. + + + The certificate host "{provided}" contains an invalid public-suffix wildcard pattern "{suffix_pattern}". + The certificate host "{provided}" contains an invalid public-suffix wildcard pattern "{suffix_pattern}". + + + Unable to resolve CA of certificate "{name}". + Unable to resolve CA of certificate "{name}". + + + + + unspecified (no specific reason was given). + unspecified (no specific reason was given). + + + the private key associated with the certificate has been compromised. + the private key associated with the certificate has been compromised. + + + the CAs private key is has been compromised and is in the possession of an unauthorized individual. When a CAs private key is revoked, this results in all certificates issued by the CA that are signed using the private key associated with the revoked certificate being considered revoked. + the CAs private key is has been compromised and is in the possession of an unauthorized individual. When a CAs private key is revoked, this results in all certificates issued by the CA that are signed using the private key associated with the revoked certificate being considered revoked. + + + the user has terminated their relationship with the organization indicated in the Distinguished Name attribute of the certificate. This revocation code is typically used when an individual is terminated or has resigned from an organization. + the user has terminated their relationship with the organization indicated in the Distinguished Name attribute of the certificate. This revocation code is typically used when an individual is terminated or has resigned from an organization. + + + a replacement certificate has been issued to a user. + a replacement certificate has been issued to a user. + + + the CA is decommissioned, no longer to be used. + the CA is decommissioned, no longer to be used. + + + the certificate (public-key or attribute certificate) was revoked because a privilege contained within that certificate has been withdrawn. + the certificate (public-key or attribute certificate) was revoked because a privilege contained within that certificate has been withdrawn. + + + it is known or suspected that aspects of the AA validated in the attribute certificate have been compromised. + it is known or suspected that aspects of the AA validated in the attribute certificate have been compromised. + + + + diff --git a/Resources/translations/validators+intl-icu.en.yml b/Resources/translations/validators+intl-icu.en.yml deleted file mode 100644 index 451a95c..0000000 --- a/Resources/translations/validators+intl-icu.en.yml +++ /dev/null @@ -1,26 +0,0 @@ -tls: - violation: - unprocessable_pem: Unable to process PEM X.509 data of certificate "{name}". Only PEM encoded X.509 files are supported. - unprocessable_key: Unable to process PEM X.509 data of private key "{name}". Only PEM encoded X.509 files are supported. - public_key_mismatch: The certificate public-key does not match with the private-key "public-key" data. - certificate_mismatch: The certificate does not match with the provided private-key. - weak_signature_algorithm: This certificate was signed using the weak "{provided}" algorithm. Expected at least algorithm "{expected}".". - key_bits_too_low: The private-key bits-size {provided} is too low. Expected at least {expected} bits. - certificate_is_revoked: 'The certificate with serial-number "{serial}" was marked as revoked on { revoked_on, date, short } with reason: ({reason_code}) {reason}.' - expected_leaf_certificate: The certificate with common-name "{common_name}" contains a CA extension. Expected a leaf certificate. - certificate_has_expired: 'This certificate has expired on { expired_on, date, short }.' - unsupported_domain: 'This certificate should support host pattern "{required_pattern}". But only the following patterns are supported: {supported}' - unsupported_purpose: 'This certificate does not support the purpose: {required_purpose}' - global_wildcard: The certificate host "{provided}" contains an invalid global-wildcard pattern. - public_suffix_wildcard: The certificate host "{provided}" contains an invalid public-suffix wildcard pattern "{suffix_pattern}". - unable_to_resolve_parent: Unable to resolve CA of certificate "{name}". - - revocation_reason: - unspecified: unspecified (no specific reason was given). - keyCompromise: the private key associated with the certificate has been compromised. - cACompromise: the CA's private key is has been compromised and is in the possession of an unauthorized individual. When a CA's private key is revoked, this results in all certificates issued by the CA that are signed using the private key associated with the revoked certificate being considered revoked. - affiliationChanged: the user has terminated their relationship with the organization indicated in the Distinguished Name attribute of the certificate. This revocation code is typically used when an individual is terminated or has resigned from an organization. - superseded: a replacement certificate has been issued to a user. - cessationOfOperation: the CA is decommissioned, no longer to be used. - privilegeWithdrawn: the certificate (public-key or attribute certificate) was revoked because a privilege contained within that certificate has been withdrawn. - aACompromise: it is known or suspected that aspects of the AA validated in the attribute certificate have been compromised.