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
@@ -6,12 +6,12 @@
|
||||
|
||||
- Costruisce un filesystem Linux ext2 su una partizione:
|
||||
|
||||
`mkfs {{percorso/alla/partizione}}`
|
||||
`mkfs {{percorso/della/partizione}}`
|
||||
|
||||
- Costruisce un filesystem del tipo specificato:
|
||||
|
||||
`mkfs -t {{ext4}} {{percorso/alla/partizione}}`
|
||||
`mkfs -t {{ext4}} {{percorso/della/partizione}}`
|
||||
|
||||
- Costruisce un filesystem del specificato e controlla la presenza di settori danneggiati:
|
||||
|
||||
`mkfs -c -t {{ntfs}} {{percorso/alla/partizione}}`
|
||||
`mkfs -c -t {{ntfs}} {{percorso/della/partizione}}`
|
||||
|
Reference in New Issue
Block a user