*: sync translations with English pages (#22598)

This commit is contained in:
Nelson Figueroa
2026-05-27 19:08:21 -07:00
committed by GitHub
parent bc4176a1c5
commit 6eb4f9b3c5
12 changed files with 39 additions and 39 deletions
+7 -7
View File
@@ -11,28 +11,28 @@
- إنسخ ناتج الخرج من أمر إلي الحافظة المختارة:
`echo 123 | xclip -selection {{primary|secondary|clipboard}}`
`echo 123 | xclip {{[-se|-selection]}} {{primary|secondary|clipboard}}`
- إنسخ ناتج الخرج من أمر إلي حافظة النظام، باستخدام الصيغة المختصرة:
`echo 123 | xclip -sel clip`
`echo 123 | xclip {{[-se|-selection]}} {{[c|clipboard]}}`
- إنسخ محتوي ملف إلي حافظة النظام:
`xclip -sel clip {{input_file.txt}}`
`xclip {{[-se|-selection]}} {{[c|clipboard]}} {{input_file.txt}}`
- إنسخ محتوي صورة بصيغة PNG إلي حافظة النظام (يمكن أن تستخدم في أي برنامج عن طريق لصق):
`xclip -sel clip -t image/png {{input_file.png}}`
`xclip {{[-se|-selection]}} {{[c|clipboard]}} {{[-t|-target]}} image/png {{input_file.png}}`
- إنسخ إدخال المستخدم في الطرفية أو الكونسول إلي حافظة النظام:
`xclip -i`
`xclip {{[-i|-in]}}`
- إلصق محتوي حافظة x11 الأولية إلي الطرفية أو الكونسول:
`xclip -o`
`xclip {{[-o|-out]}}`
- إلصق محتوي حافظة النظام إلي الطرفية أو الكونسول:
`xclip -o -sel clip`
`xclip {{[-o|-out]}} {{[-se|-selection]}} {{[c|clipboard]}}`
+1 -1
View File
@@ -22,7 +22,7 @@
- Convierte una imagen de CMYK a RGB:
`sips --matchTo "/System/Library/ColorSync/Profiles/Generic RGB Profile.icc" {{ruta/al/imagen.ext}} {{ruta/al/directorio_salida}}`
`sips --matchTo "/System/Library/ColorSync/Profiles/Generic RGB Profile.icc" {{ruta/al/imagen.ext}} --out {{ruta/al/directorio_salida}}`
- Elimina el perfil ICC ColorSync de una imagen:
+1 -1
View File
@@ -6,7 +6,7 @@
- Muestra las últimas líneas 'count' del archivo:
`tail -n {{8}} {{ruta/al/archivo}}`
`tail -n 8 {{ruta/al/archivo}}`
- Imprime un archivo a partir de un número de línea específico:
+3 -3
View File
@@ -5,12 +5,12 @@
- `stdin` बफर का आकार 512 KiB में बदलें:
`stdbuf --input=512K {{आदेश}}`
`stdbuf {{[-i|--input]}} 512K {{आदेश}}`
- `stdout` बफर को लाइन-बफर्ड में बदलें:
`stdbuf --output=L {{आदेश}}`
`stdbuf {{[-o|--output]}} L {{आदेश}}`
- `stderr` बफर को अनबफर्ड में बदलें:
`stdbuf --error=0 {{आदेश}}`
`stdbuf {{[-e|--error]}} 0 {{आदेश}}`
+2 -2
View File
@@ -17,7 +17,7 @@
- Crea un gruppo di volumi chiamato vg1 dal volume fisico su `/dev/sdXY`:
`sudo lvm vgcreate vg1 {{/dev/sdXY}}`
`sudo lvm vgcreate {{vg1}} {{/dev/sdXY}}`
- Visualizza informazioni sui gruppi di volumi:
@@ -25,7 +25,7 @@
- Crea un volume logico con dimensione 10G dal gruppo di volumi vg1:
`sudo lvm lvcreate {{[-L|--size]}} 10G vg1`
`sudo lvm lvcreate {{[-L|--size]}} {{10G}} {{vg1}}`
- Visualizza informazioni sui volumi logici:
+2 -2
View File
@@ -17,7 +17,7 @@
- 패키지 상태 설정 (공개 또는 비공개):
`npm access set status {{public|private}} {{패키지_이름}}`
`npm access set status={{public|private}} {{패키지_이름}}`
- 패키지에 대한 접근 권한 부여:
@@ -29,4 +29,4 @@
- 2단계 인증 요구 사항 구성:
`npm access set mfa {{none|publish|automation}} {{패키지_이름}}`
`npm access set mfa={{none|publish|automation}} {{패키지_이름}}`
+1 -1
View File
@@ -22,4 +22,4 @@
- 지원되는 모든 검색 엔진 나열:
`onionsearch --help | grep -A1 -i "supported engines"`
`onionsearch --help | grep {{[-A|--after-context]}} 1 {{[-i|--ignore-case]}} "supported engines"`
+1 -1
View File
@@ -17,7 +17,7 @@
- 하나 이상의 디렉터리 분석:
`phan --directory {{경로/대상/폴더}} --directory {{경로/대상/다른_폴더}}`
`phan {{--directory 경로/대상/폴더 --directory 경로/대상/다른_폴더 ...}}`
- 구성 파일 지정 (기본값은 `.phan/config.php`):
+7 -7
View File
@@ -5,28 +5,28 @@
- 소스 파일을 `libtool` 객체로 컴파일:
`libtool --mode=compile gcc {{[-c|--compile]}} {{경로/대상/원본.c}} {{[-o|--output]}} {{경로/대상/원본.lo}}`
`libtool {{[c|compile]}} gcc {{[-c|--compile]}} {{경로/대상/원본.c}} {{[-o|--output]}} {{경로/대상/원본.lo}}`
- 라이브러리 또는 실행 파일 생성:
`libtool --mode=link gcc {{[-o|--output]}} {{경로/대상/라이브러리.lo}} {{경로/대상/원본.lo}}`
`libtool {{[l|link]}} gcc {{[-o|--output]}} {{경로/대상/라이브러리.lo}} {{경로/대상/원본.lo}}`
- 라이브러리 경로를 자동으로 설정하여 다른 프로그램이 설치되지 않은 `libtool` 생성 프로그램 또는 라이브러리를 사용할 수 있도록 합니다:
`libtool --mode=execute gdb {{경로/대상/프로그램}}`
`libtool {{[e|execute]}} gdb {{경로/대상/프로그램}}`
- 공유 라이브러리 설치:
`libtool --mode=install cp {{경로/대상/라이브러리.la}} {{경로/대상/설치_디렉토리}}`
`libtool {{[i|install]}} cp {{경로/대상/라이브러리.la}} {{경로/대상/설치_디렉토리}}`
- 시스템에서 `libtool` 라이브러리 설치 완료:
`libtool --mode=finish {{경로/대상/설치_디렉토리}}`
`libtool {{[f|finish]}} {{경로/대상/설치_디렉토리}}`
- 설치된 라이브러리 또는 실행 파일 삭제:
`libtool --mode=uninstall {{경로/대상/설치된_라이브러리.la}}`
`libtool {{[u|uninstall]}} {{경로/대상/설치된_라이브러리.la}}`
- 설치되지 않은 라이브러리 또는 실행 파일 삭제:
`libtool --mode=clean rm {{경로/대상/원본.lo}} {{경로/대상/라이브러리.la}}`
`libtool {{[cl|clean]}} rm {{경로/대상/원본.lo}} {{경로/대상/라이브러리.la}}`
+4 -4
View File
@@ -10,15 +10,15 @@
- Speel een MIDI-bestand af:
`pw-cat {{[-p|--playback]}} {{[-m|--midi]}} {{pad/naar/bestand.mid}}`
`pw-cat {{[-pm|--playback --midi]}} {{pad/naar/bestand.mid}}`
- Speel een DSD-bestand af:
`pw-cat {{[-p|--playback]}} {{[-d|--dsd]}} {{pad/naar/bestand.dsf}}`
`pw-cat {{[-pd|--playback --dsd]}} {{pad/naar/bestand.dsf}}`
- Speel een gecomprimeerde audiobestand af met passthrough (vereist FFmpeg-integratie):
`pw-cat {{[-p|--playback]}} {{[-o|--encoded]}} {{pad/naar/bestand.ac3}}`
`pw-cat {{[-po|--playback --encoded]}} {{pad/naar/bestand.ac3}}`
- Speel een WAV bestand met een specifieke resampler kwaliteit (standaard 4):
@@ -26,7 +26,7 @@
- Neem een MIDI-bestand op:
`pw-cat {{[-r|--record]}} {{[-m|--midi]}} {{pad/naar/bestand.mid}}`
`pw-cat {{[-rm|--record --midi]}} {{pad/naar/bestand.mid}}`
- Neem een sample recording op met een volume level van 125%:
+4 -4
View File
@@ -5,16 +5,16 @@
- Reproduz um vídeo usando mpv:
`xwinwrap -b -nf -ov -- {{mpv}} -wid {{wid}} --loop --no-audio --no-resume-playback --panscan={{1.0}} {{caminho/para/video.mp4}}`
`xwinwrap -b -nf -ov -- {{mpv}} --wid {{wid}} --loop --no-audio --no-resume-playback --panscan={{1.0}} {{caminho/para/video.mp4}}`
- Reproduz um vídeo em tela cheia usando mpv:
`xwinwrap -b -nf -fs -ov -- {{mpv}} -wid {{wid}} --loop --no-audio --no-resume-playback --panscan={{1.0}} {{caminho/para/video.mp4}}`
`xwinwrap -b -nf -fs -ov -- {{mpv}} --wid {{wid}} --loop --no-audio --no-resume-playback --panscan={{1.0}} {{caminho/para/video.mp4}}`
- Reproduz um vídeo usando mpv com 80% de opacidade:
`xwinwrap -b -nf -ov -o 0.8 --- {{mpv}} -wid {{wid}} --loop --no-audio --no-resume-playback --panscan={{1.0}} {{caminho/para/video.mp4}}`
`xwinwrap -b -nf -ov -o 0.8 --- {{mpv}} --wid {{wid}} --loop --no-audio --no-resume-playback --panscan={{1.0}} {{caminho/para/video.mp4}}`
- Reproduz um vídeo usando mpv em um segundo monitor 1600x900 com 1920 de distância do eixo X:
`xwinwrap -g 1600x900+1920 -b -nf -ov -- {{mpv}} -wid {{wid}} --loop --no-audio --no-resume-playback --panscan={{1.0}} {{caminho/para/video.mkv}}`
`xwinwrap -g 1600x900+1920 -b -nf -ov -- {{mpv}} --wid {{wid}} --loop --no-audio --no-resume-playback --panscan={{1.0}} {{caminho/para/video.mkv}}`
+6 -6
View File
@@ -5,24 +5,24 @@
- Bir ağ sunucusunu yaygın eklentiler içeren yaygın yollar için tarayın:
`dirsearch --url {{url}} --extensions-list`
`dirsearch {{[-u|--url]}} {{url}} --extensions-list`
- Ağ sunucularını içeren bir listeyi `.php` eklentili yaygın yollar için tarayın:
`dirsearch --url-list {{örnek/url-listesi.txt}} --extensions {{php}}`
`dirsearch {{[-l|--url-list]}} {{örnek/url-listesi.txt}} {{[-e|--extensions]}} {{php}}`
- Bir ağ sunucusunu yaygın eklentiler içeren belirtilen yollar için tarayın:
`dirsearch --url {{url}} --extensions-list --wordlist {{path/to/url-yol-listesi.txt}}`
`dirsearch {{[-u|--url]}} {{url}} --extensions-list {{[-w|--wordlists]}} {{path/to/url-yol-listesi.txt}}`
- Bir ağ sunucusunu çerez kullanarak tarayın:
`dirsearch --url {{url}} --extensions {{php}} --cookie {{cookie}}`
`dirsearch {{[-u|--url]}} {{url}} {{[-e|--extensions]}} {{php}} --cookie {{cookie}}`
- Bir ağ sunucusunu `HEAD` HTTP metodunu kullanarak tarayın:
`dirsearch --url {{url}} --extensions {{php}} --http-method {{HEAD}}`
`dirsearch {{[-u|--url]}} {{url}} {{[-e|--extensions]}} {{php}} {{[-m|--http-method]}} {{HEAD}}`
- Bir ağ sunucusunu tarayın ve sonuçları bir `.json` dosyasına kaydedin:
`dirsearch --url {{url}} --extensions {{php}} --json-report {{örnek/rapor_dosyası.json}}`
`dirsearch {{[-u|--url]}} {{url}} {{[-e|--extensions]}} {{php}} --json-report {{örnek/rapor_dosyası.json}}`