pages.it/*: update path placeholders and "directory" translations (#9031)
- Replace "al" -> "del", "alla" -> "della", etc. in command paths - Replace all instances of "cartella" with "directory" - Update contributing-guides/translation-templates/common-arguments.md to reflect these changes Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: Marco Bonelli <marco@mebeim.net> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:

committed by
GitHub

parent
2457cbd147
commit
28c4d26221
@@ -5,20 +5,20 @@
|
||||
|
||||
- Inizializzare un filesystem crittografato:
|
||||
|
||||
`gocryptfs -init {{percorso/al/cifrata}}`
|
||||
`gocryptfs -init {{percorso/della/directory_cifrata}}`
|
||||
|
||||
- Montare un filesystem crittografato:
|
||||
|
||||
`gocryptfs {{percorso/cartella/cifrata}} {{percorso/punto/di/mount}}`
|
||||
`gocryptfs {{percorso/della/directory_cifrata}} {{percorso/del/punto_di_mount}}`
|
||||
|
||||
- Montare un filesystem usando la master key invece della password:
|
||||
|
||||
`gocryptfs --masterkey {{percorso/cartella/cifrata}} {{percorso/punto/di/mount}}`
|
||||
`gocryptfs --masterkey {{percorso/della/directory_cifrata}} {{percorso/del/punto_di_mount}}`
|
||||
|
||||
- Cambiare la password:
|
||||
|
||||
`gocryptfs --passwd {{percorso/cartella/cifrata}}`
|
||||
`gocryptfs --passwd {{percorso/della/directory_cifrata}}`
|
||||
|
||||
- Generare uno snapshot cifrato di una cartella:
|
||||
- Generare uno snapshot cifrato di una directory:
|
||||
|
||||
`gocryptfs --reverse {{percorso/al/directory}} {{percorso/cartella/cifrata}}`
|
||||
`gocryptfs --reverse {{percorso/della/directory}} {{percorso/della/directory_cifrata}}`
|
||||
|
Reference in New Issue
Block a user