diff options
Diffstat (limited to 'core/utils/vault-init.tr.en')
| -rw-r--r-- | core/utils/vault-init.tr.en | 19 |
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} |
