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:
parent
895b0d9411
commit
c422b0f80d
2 changed files with 6 additions and 6 deletions
|
@ -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}}"`
|
||||
|
|
|
@ -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]}} "{{인사말_텍스트}}"`
|
||||
|
|
Loading…
Add table
Reference in a new issue