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:
Francesco Franchina
2022-10-20 15:26:58 +02:00
committed by GitHub
parent 2457cbd147
commit 28c4d26221
137 changed files with 402 additions and 402 deletions

View File

@@ -14,7 +14,7 @@
- Controlla un determinato file, specificando quali test eseguire (di default, solo gli errori sono mostrati):
`cppcheck --enable={{error|warning|style|performance|portability|information|all}} {{percorso/al/file.cpp}}`
`cppcheck --enable={{error|warning|style|performance|portability|information|all}} {{percorso/del/file.cpp}}`
- Elenca i test disponibili:
@@ -22,7 +22,7 @@
- Controlla un determinato file, ignorando specifici test:
`cppcheck --suppress={{id_test1}} --suppress={{it_test2}} {{percorso/al/file.cpp}}`
`cppcheck --suppress={{id_test1}} --suppress={{it_test2}} {{percorso/del/file.cpp}}`
- Controlla la directory corrente, fornendo percorsi da includere per file esterni (e.g. librerie esterne):