1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 21:35:24 +02:00

hello: update outdated translations (#16884)

This commit is contained in:
Nelson Figueroa 2025-06-27 08:31:58 -07:00 committed by GitHub
parent 895b0d9411
commit c422b0f80d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
# hello
> Stampa a schermo "Hello, world!", "hello, world" oppure del testo personalizzabile.
> Maggiori informazioni: <https://www.gnu.org/software/hello/>.
> Maggiori informazioni: <https://www.gnu.org/software/hello/manual/html_node/Invoking-hello.html>.
- Stampa a schermo "Hello, world!":
@ -9,8 +9,8 @@
- Stampa a schermo "hello, world", nel modo tradizionale:
`hello --traditional`
`hello {{[-t|--traditional]}}`
- Stampa a schermo un messaggio:
`hello --greeting="{{messaggio}}"`
`hello {{[-g|--greeting]}} "{{messaggio}}"`

View file

@ -1,7 +1,7 @@
# hello
> "Hello, world!", "hello, world" 또는 사용자 정의 가능한 텍스트를 출력.
> 더 많은 정보: <https://www.gnu.org/software/hello/>.
> 더 많은 정보: <https://www.gnu.org/software/hello/manual/html_node/Invoking-hello.html>.
- "Hello, world!" 출력:
@ -9,8 +9,8 @@
- 전통적인 유형인 "hello, world"를 출력:
`hello --traditional`
`hello {{[-t|--traditional]}}`
- 문자 메시지 출력:
`hello --greeting="{{인사말_텍스트}}"`
`hello {{[-g|--greeting]}} "{{인사말_텍스트}}"`