mirror of
https://github.com/str4d/rage.git
synced 2025-04-03 19:07:42 +03:00
Update Fluent files to have consistent terms
This commit is contained in:
parent
aeb165dbbc
commit
6039c091e3
8 changed files with 16 additions and 2 deletions
|
@ -10,6 +10,8 @@
|
|||
|
||||
-age = age
|
||||
-rage = rage
|
||||
-ssh-rsa = ssh-rsa
|
||||
-ssh-ed25519 = ssh-ed25519
|
||||
|
||||
## CLI helpers
|
||||
|
||||
|
|
|
@ -10,6 +10,8 @@
|
|||
|
||||
-age = age
|
||||
-rage = rage
|
||||
-ssh-rsa = ssh-rsa
|
||||
-ssh-ed25519 = ssh-ed25519
|
||||
|
||||
## CLI helpers
|
||||
|
||||
|
|
|
@ -10,6 +10,8 @@
|
|||
|
||||
-age = age
|
||||
-rage = rage
|
||||
-ssh-rsa = ssh-rsa
|
||||
-ssh-ed25519 = ssh-ed25519
|
||||
|
||||
## CLI helpers
|
||||
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
-flag-decrypt = -d/--decrypt
|
||||
-flag-encrypt = -e/--encrypt
|
||||
-flag-identity = -i/--identity
|
||||
-flag-output = -o/--output
|
||||
-flag-recipient = -r/--recipient
|
||||
-flag-recipients-file = -R/--recipients-file
|
||||
-flag-passphrase = -p/--passphrase
|
||||
|
@ -122,7 +123,7 @@ err-enc-rsa-modulus-too-large =
|
|||
## Decryption errors
|
||||
|
||||
err-detected-powershell-corruption = It looks like this file was corrupted by PowerShell redirection.
|
||||
rec-detected-powershell-corruption = Consider using -o or -a to encrypt files in PowerShell.
|
||||
rec-detected-powershell-corruption = Consider using {-flag-output} or {-flag-armor} to encrypt files in PowerShell.
|
||||
|
||||
rec-dec-excessive-work = To decrypt, retry with {-flag-max-work-factor} {$wf}
|
||||
|
||||
|
|
|
@ -17,9 +17,11 @@
|
|||
-flag-decrypt = -d/--decrypt
|
||||
-flag-encrypt = -e/--encrypt
|
||||
-flag-identity = -i/--identity
|
||||
-flag-output = -o/--output
|
||||
-flag-recipient = -r/--recipient
|
||||
-flag-recipients-file = -R/--recipients-file
|
||||
-flag-passphrase = -p/--passphrase
|
||||
-flag-plugin-name = -j
|
||||
-flag-max-work-factor = --max-work-factor
|
||||
-flag-unstable = --features unstable
|
||||
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
-flag-decrypt = -d/--decrypt
|
||||
-flag-encrypt = -e/--encrypt
|
||||
-flag-identity = -i/--identity
|
||||
-flag-output = -o/--output
|
||||
-flag-recipient = -r/--recipient
|
||||
-flag-recipients-file = -R/--recipients-file
|
||||
-flag-passphrase = -p/--passphrase
|
||||
|
@ -117,7 +118,7 @@ err-enc-plugin-name-flag = {-flag-plugin-name} non può essere usato assieme a {
|
|||
## Decryption errors
|
||||
|
||||
err-detected-powershell-corruption = Sembra che questo file sia stato corrotto dalla redirezione in PowerShell.
|
||||
rec-detected-powershell-corruption = Usa -o o -a per cifrare file in PowerShell.
|
||||
rec-detected-powershell-corruption = Usa {-flag-output} o {-flag-armor} per cifrare file in PowerShell.
|
||||
|
||||
rec-dec-excessive-work = Per decifrare, riprova usando {-flag-max-work-factor} {$wf}
|
||||
|
||||
|
|
|
@ -17,9 +17,11 @@
|
|||
-flag-decrypt = -d/--decrypt
|
||||
-flag-encrypt = -e/--encrypt
|
||||
-flag-identity = -i/--identity
|
||||
-flag-output = -o/--output
|
||||
-flag-recipient = -r/--recipient
|
||||
-flag-recipients-file = -R/--recipients-file
|
||||
-flag-passphrase = -p/--passphrase
|
||||
-flag-plugin-name = -j
|
||||
-flag-max-work-factor = --max-work-factor
|
||||
-flag-unstable = --features unstable
|
||||
|
||||
|
|
|
@ -17,9 +17,11 @@
|
|||
-flag-decrypt = -d/--decrypt
|
||||
-flag-encrypt = -e/--encrypt
|
||||
-flag-identity = -i/--identity
|
||||
-flag-output = -o/--output
|
||||
-flag-recipient = -r/--recipient
|
||||
-flag-recipients-file = -R/--recipients-file
|
||||
-flag-passphrase = -p/--passphrase
|
||||
-flag-plugin-name = -j
|
||||
-flag-max-work-factor = --max-work-factor
|
||||
-flag-unstable = --features unstable
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue