diff options
| author | luisgulo <luisgulo@gmail.com> | 2025-10-24 18:01:10 +0200 |
|---|---|---|
| committer | luisgulo <luisgulo@gmail.com> | 2025-10-24 18:01:10 +0200 |
| commit | 533e79ba959143f0459431a486bfb85c56c72ddc (patch) | |
| tree | 91974de1bbbdc4c51c76ed591fc5c6e02a3342b6 /core/modules/openssl.tr.en | |
| parent | 45019c81cfd0fc1d18dce18cdfd5f127c6d61073 (diff) | |
Releasing code version 1.8.0
Diffstat (limited to 'core/modules/openssl.tr.en')
| -rw-r--r-- | core/modules/openssl.tr.en | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/core/modules/openssl.tr.en b/core/modules/openssl.tr.en new file mode 100644 index 0000000..a0caffb --- /dev/null +++ b/core/modules/openssl.tr.en @@ -0,0 +1,20 @@ +missing_convert=❌ [openssl] Missing arguments for conversion: src, dest, format +missing_inspect=❌ [openssl] File not found for inspection: {src} +missing_trust=❌ [openssl] Missing arguments for CA installation: src, alias, trust_path +missing_untrust=❌ [openssl] Missing arguments for removal: alias, trust_path +src_not_found=❌ [openssl] Input file not found: {src} +converting=🔐 [openssl] Converting {src} to format {format}... +converted=✅ [openssl] Conversion completed: {dest} +key_extracted=✅ [openssl] Key extracted: {dest} +cer_converted=✅ [openssl] Certificate converted to .cer: {dest} +unsupported_format=❌ [openssl] Unsupported destination format: {format} +inspecting=🔍 [openssl] Inspecting certificate: {src} +inspect_fail=⚠️ [openssl] Failed to extract certificate information +trusting=🏛️ [openssl] Installing certificate '{alias}' as trusted CA... +trusted=✅ [openssl] Certificate installed and CA updated +untrust_not_found=⚠️ [openssl] Certificate '{alias}' not found in {trust_path} +untrusting=🧹 [openssl] Removing certificate '{alias}' from trusted CAs... +untrusted=✅ [openssl] Certificate removed and CA updated +unknown_state=❌ [openssl] Unknown state: '{state}'. Use 'convert', 'inspect', 'trust' or 'untrust' +missing_deps=❌ [openssl] Missing dependencies: {cmds} +deps_ok=✅ [openssl] All dependencies are available |
