diff options
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 |
