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

subl: update outdated translations (#17148)

This commit is contained in:
Nelson Figueroa 2025-07-06 20:47:13 -07:00 committed by GitHub
parent 606d596759
commit cc5adb0fdf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

View file

@ -1,11 +1,11 @@
# subl
> Editor teks Sublime.
> Informasi lebih lanjut: <https://www.sublimetext.com>.
> Informasi lebih lanjut: <https://www.sublimetext.com/docs/command_line.html>.
- Membuka direktori saat ini di Sublime Text:
`subl {{.}}`
`subl .`
- Membuka sebuah berkas atau direktori in Sublime Text:
@ -17,8 +17,8 @@
- Membuka sebuah berkas atau direktori di jendela yang sedang terbuka:
`subl -a {{jalur/ke/berkas}}`
`subl {{[-a|--add]}} {{jalur/ke/berkas}}`
- Membuka sebuah berkas atau direktori di jendela baru:
`subl -n {{jalur/ke/berkas}}`
`subl {{[-n|--new-window]}} {{jalur/ke/berkas}}`

View file

@ -1,11 +1,11 @@
# subl
> Sublime Text 편집기.
> 더 많은 정보: <https://www.sublimetext.com>.
> 더 많은 정보: <https://www.sublimetext.com/docs/command_line.html>.
- 현재 디렉토리를 Sublime Text에서 열기:
`subl {{.}}`
`subl .`
- 파일 또는 디렉토리를 Sublime Text에서 열기:
@ -17,8 +17,8 @@
- 현재 열린 창에서 파일 또는 디렉토리 열기:
`subl -a {{경로/대상/파일}}`
`subl {{[-a|--add]}} {{경로/대상/파일}}`
- 새 창에서 파일 또는 디렉토리 열기:
`subl -n {{경로/대상/파일}}`
`subl {{[-n|--new-window]}} {{경로/대상/파일}}`