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

@@ -5,15 +5,15 @@
- Esegui uno script:
`coffee {{percorso/al/file.coffee}}`
`coffee {{percorso/del/file.coffee}}`
- Compila in JavaScript e salva lo script con lo stesso nome:
`coffee --compile {{percorso/al/file.coffee}}`
`coffee --compile {{percorso/del/file.coffee}}`
- Compila in JavaScript e salva lo script specificandone il nome:
`coffee --compile {{percorso/al/file.coffee}} --output {{percorso/al/file.js}}`
`coffee --compile {{percorso/del/file.coffee}} --output {{percorso/del/file.js}}`
- Esegui una console REPL interattiva:
@@ -21,4 +21,4 @@
- Monitora cambiamenti in uno script rieseguendolo ogni volta:
`coffee --watch {{percorso/al/file.coffee}}`
`coffee --watch {{percorso/del/file.coffee}}`