blob: 8004348652a38eaf6769aa381ea44cd1e3323b1e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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}
|