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
@@ -9,7 +9,7 @@
|
||||
|
||||
- Sincronizza file e directory locali su un bucket:
|
||||
|
||||
`aws s3 sync {{percorso/ai/file}} s3://{{nome_bucket}}`
|
||||
`aws s3 sync {{percorso/dei/file}} s3://{{nome_bucket}}`
|
||||
|
||||
- Sincronizza file e directory da un bucket in locle:
|
||||
|
||||
@@ -17,11 +17,11 @@
|
||||
|
||||
- Sincronizza file e directory escludendo alcuni file o directory:
|
||||
|
||||
`aws s3 sync {{percorso/ai/file}} s3://{{nome_bucket}} --exclude {{percorso/al/file}} --exclude {{directory}}/*`
|
||||
`aws s3 sync {{percorso/dei/file}} s3://{{nome_bucket}} --exclude {{percorso/del/file}} --exclude {{directory}}/*`
|
||||
|
||||
- Rimuovi un file dal bucket:
|
||||
|
||||
`aws s3 rm s3://{{bucket}}/{{percorso/al/file}}`
|
||||
`aws s3 rm s3://{{bucket}}/{{percorso/del/file}}`
|
||||
|
||||
- Mostra solo un'anteprima dei cambiamenti:
|
||||
|
||||
|
Reference in New Issue
Block a user