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
@@ -17,19 +17,19 @@
|
||||
|
||||
- Lancia il profiler su uno specifico programma:
|
||||
|
||||
`blackfire run {{php percorso/al/file.php}}`
|
||||
`blackfire run {{php percorso/del/file.php}}`
|
||||
|
||||
- Lancia il profiler e raccogli 10 campioni:
|
||||
|
||||
`blackfire --samples={{10}} run {{php percorso/al/file.php}}`
|
||||
`blackfire --samples={{10}} run {{php percorso/del/file.php}}`
|
||||
|
||||
- Lancia il profiler e mostra i risultati in output come JSON:
|
||||
|
||||
`blackfire --json run {{php percorso/al/file.php}}`
|
||||
`blackfire --json run {{php percorso/del/file.php}}`
|
||||
|
||||
- Carica un file del profiler sul servizio web di Blackfire:
|
||||
|
||||
`blackfire upload {{percorso/al/file}}`
|
||||
`blackfire upload {{percorso/del/file}}`
|
||||
|
||||
- Mostra lo stato dei profili sul servizio web di Blackfire:
|
||||
|
||||
|
Reference in New Issue
Block a user