summaryrefslogtreecommitdiff
path: root/core/utils/vault-init.tr.en
diff options
context:
space:
mode:
authorluisgulo <luisgulo@gmail.com>2025-10-24 18:01:10 +0200
committerluisgulo <luisgulo@gmail.com>2025-10-24 18:01:10 +0200
commit533e79ba959143f0459431a486bfb85c56c72ddc (patch)
tree91974de1bbbdc4c51c76ed591fc5c6e02a3342b6 /core/utils/vault-init.tr.en
parent45019c81cfd0fc1d18dce18cdfd5f127c6d61073 (diff)
Releasing code version 1.8.0
Diffstat (limited to 'core/utils/vault-init.tr.en')
-rw-r--r--core/utils/vault-init.tr.en19
1 files changed, 19 insertions, 0 deletions
diff --git a/core/utils/vault-init.tr.en b/core/utils/vault-init.tr.en
new file mode 100644
index 0000000..8004348
--- /dev/null
+++ b/core/utils/vault-init.tr.en
@@ -0,0 +1,19 @@
+gen_key=๐Ÿ” Generating new symmetric key...
+key_created=โœ… Key created at {path}
+rotate_start=๐Ÿ”„ Rotating key and re-encrypting secrets...
+recrypt=๐Ÿ” Re-encrypting '{key}'...
+rotate_done=โœ… Rotation completed. Old key saved at {path}
+status_title=๐Ÿ“Š Vault Status
+sym_key=๐Ÿ” Symmetric key: {status}
+pub_key=๐Ÿ” Public key: {status}
+present=โœ… present
+absent=โŒ absent
+vault_path=๐Ÿ“ Vault path: {path}
+secrets=๐Ÿ“ฆ Secrets: {count}
+last_mod=๐Ÿ•’ Last modified: {date}
+asym_start=๐Ÿ” Setting up asymmetric encryption...
+asym_hint=โš ๏ธ Public key must be exported beforehand.
+pubkey_found=โœ… Public key found at {path}
+pubkey_missing=โŒ Public key not found. Export it first using GPG.
+no_key=โŒ No current key found. Run without --rotate first.
+key_exists=๐Ÿ” Key already exists at {path}