summaryrefslogtreecommitdiff
path: root/core/utils/vault-init.tr.en
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}