Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiaanspeck authored Jan 5, 2025
2 parents d215e22 + dc70e5d commit ac2e24c
Show file tree
Hide file tree
Showing 110 changed files with 784 additions and 105 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/[email protected].4
uses: tj-actions/[email protected].5
with:
# Ignore all other languages except English
files_ignore: |
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
name: PR Labeler
on: pull_request_target
on:
pull_request_target:
pull_request:
types:
- ready_for_review
permissions:
pull-requests: write
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- uses: tldr-pages/tldr-labeler-action@v0.4.0
- uses: tldr-pages/tldr-labeler-action@v0.5.0
with:
token: "${{ secrets.GITHUB_TOKEN }}"
15 changes: 14 additions & 1 deletion contributing-guides/style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,20 @@ When documenting optional placeholders like paths or file extensions, it is sugg

## Language-Specific Rules

The below section contains additional language-specific rules for translating pages:
The below section contains additional language-specific rules:

### English-Specific Rules

A normal hyphen (`-`) should be used in places where various style guides may recommend en dash (``) or em dash (``).

- For example, use `for lengths 3-12` rather than `for lengths 3–12`

The reason for this is four-fold:

1. There is no widely accepted standard among various style guides on when each of these dashes should be used.
2. Hyphen (`-`) is the only dash-like character in ASCII, which reduces the likelihood of compatibility issues.
3. Hyphen (`-`) is by far the easiest to type.
4. Many English speakers, especially non-native ones, are not aware of the difference.

### Chinese-Specific Rules

Expand Down
28 changes: 28 additions & 0 deletions pages.ar/common/id.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# id

> يعرض معرف المستخدم الحالي ومعرف المجموعة.
> لمزيد من التفاصيل: <https://www.gnu.org/software/coreutils/id>.
- عرض معرف المستخدم الحالي (UID) ومعرف المجموعة (GID) والمجموعات التي ينتمي إليها:

`id`

- عرض اسم المستخدم الحالي:

`id -un`

- عرض معرف المستخدم الحالي كرقم:

`id -u`

- عرض معرف المجموعة الأساسية الحالي:

`id -gn`

- عرض معرف المجموعة الأساسية الحالي كرقم:

`id -g`

- عرض معرف مستخدم آخر (UID) ومعرف المجموعة (GID) والمجموعات التي ينتمي إليها:

`id {{اسم المستخدم}}`
2 changes: 1 addition & 1 deletion pages.bs/common/false.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# false

> Vrati izlazni kod od 1.
> Više informacija: <https://www.gnu.org/software/coreutils/false>.
> Više informacija: <https://www.gnu.org/software/coreutils/manual/html_node/false-invocation.html>.
- Vrati izlazni kod od 1:

Expand Down
8 changes: 4 additions & 4 deletions pages.es/common/ac.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
> Imprime estadísticas sobre cuanto tiempo han estado conectados los usuarios.
> Más información: <https://man.openbsd.org/ac>.
- Imprime cuanto tiempo ha estado conectado el usuario actual en horas:
- Imprime cuanto tiempo ha estado conectado el usuario actual, en horas:

`ac`

- Imprime cuanto tiempo han estado conectados los usuarios en horas:
- Imprime cuanto tiempo han estado conectados los usuarios, en horas:

`ac -p`

- Imprime cuanto tiempo ha estado conectado un usuario en particular en horas:
- Imprime cuanto tiempo ha estado conectado un usuario en particular, en horas:

`ac -p {{usuario}}`

- Imprime cuánto tiempo ha estado conectado un usuario en particular en horas por día (con total):
- Imprime cuanto tiempo ha estado conectado un usuario en particular, en horas por día (con total):

`ac -dp {{usuario}}`
16 changes: 16 additions & 0 deletions pages.es/common/apkeep.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# apkeep

> Descarga archivos APK de varias fuentes.
> Más información: <https://github.com/EFForg/apkeep>.
- Descarga un archivo APK al directorio especificado:

`apkeep --app {{com.example.application}} {{ruta/al/directorio}}`

- Lista todas las versiones disponibles para descarga:

`apkeep --app {{com.example.application}} --list-versions {{ruta/al/directorio}}`

- Especifica la tienda para hacer la descarga:

`apkeep --app {{com.example.application}} --download-source {{apk-pure|google-play|f-droid|huawei-app-gallery}} {{ruta/al/directorio}}`
16 changes: 16 additions & 0 deletions pages.es/common/caller.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# caller

> Imprime el contexto de la función.
> Más información: <https://www.gnu.org/software/bash/manual/bash.html#index-caller>.
- Imprime la línea y el nombre de archivo desde donde se invocó a la función actual:

`caller`

- Imprime la línea, la función y el nombre de archivo desde donde se invocó a la función actual:

`caller 0`

- Imprime la línea, el nombre de la función y el nombre del archivo de una llamada a una función `n`:

`caller {{n}}`
2 changes: 1 addition & 1 deletion pages.es/common/declare.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# declare

> Declara variables y les da atributos.
> Más información: <https://www.gnu.org/software/bash/manual/bash.html#Bash-Builtins>.
> Más información: <https://www.gnu.org/software/bash/manual/bash.html#index-declare>.
- Describe una variable de cadena con el valor especificado:

Expand Down
24 changes: 24 additions & 0 deletions pages.es/common/fc-list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# fc-list

> Lista las fuentes disponibles instaladas en el sistema.
> Más información: <https://manned.org/fc-list>.
- Devuelve una lista de las fuentes instaladas en su sistema:

`fc-list`

- Devuelve una lista de las fuentes instaladas con el nombre dado:

`fc-list | grep '{{DejaVu Serif}}'`

- Devuelve el número de fuentes instaladas con el nombre dado:

`fc-list | wc -l`

- Devuelve una lista de las fuentes instaladas que soportan el idioma basado en su código de idioma:

`fc-list :lang={{jp}}`

- Devuelve una lista de las fuentes instaladas que contienen el glifo especificado por su código Unicode:

`fc-list :charset={{f303}}`
21 changes: 21 additions & 0 deletions pages.es/common/lit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# lit

> Comprobador integrado LLVM para ejecutar conjuntos de pruebas estilo LLVM y Clang, resumiendo los resultados.
> Parte de LLVM.
> Más información: <https://www.llvm.org/docs/CommandGuide/lit.html>.
- Ejecuta un caso de prueba especificado:

`lit {{ruta/al/archivo_de_prueba.test}}`

- Ejecuta todos los casos de prueba en un directorio especificado:

`lit {{ruta/al/suite_de_pruebas}}`

- Ejecuta todos los escenarios de prueba y comprueba el tiempo de ejecución de cada uno de ellos:

`lit {{ruta/a/suite_de_pruebas}} --time-tests`

- Ejecuta pruebas individuales con Valgrind (comprobación de memoria y prueba de fuga de memoria):

`lit {{ruta/al/archivo_prueba.test}} --vg --vg-leak --vg-args={{args_con_valgrind}}`
4 changes: 4 additions & 0 deletions pages.es/common/tldr.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@
- [l]ista todas las páginas de subcomandos disponibles para un comando:

`tldr --list | grep {{comando}} | column`

- Imprime la página tldr para un comando aleatorio:

`tldr --list | shuf -n1 | xargs tldr`
24 changes: 24 additions & 0 deletions pages.es/common/trans.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# trans

> Translate Shell es un traductor de línea de comandos.
> Más información: <https://github.com/soimort/translate-shell>.
- Traduce una palabra (el idioma es detectado automáticamente):

`trans "{{palabra_u_oración_a_traducir}}"`

- Genera una traducción corta:

`trans --brief "{{palabra_u_oración_a_traducir}}"`

- Traduce una palabra al español:

`trans :{{es}} {{palabra}}`

- Traduce una palabra del alemán al español:

`trans {{de}}:{{es}} {{Schmetterling}}`

- Se comporta como un diccionario para obtener el significado de una palabra:

`trans -d {{palabra}}`
24 changes: 24 additions & 0 deletions pages.es/common/vmtouch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# vmtouch

> Gestiona la caché del sistema de archivos.
> Más información: <https://manned.org/vmtouch>.
- Imprime el estado de la caché de un archivo:

`vmtouch {{ruta/al/archivo}}`

- Carga un archivo en la caché:

`vmtouch -t {{ruta/al/archivo}}`

- Expulsa un archivo de la caché:

`vmtouch -e {{ruta/al/archivo}}`

- Bloquea un archivo en la memoria caché para evitar que salga de la memoria:

`vmtouch -l {{ruta/al/archivo}}`

- Bloquea un archivo y daemoniza el programa:

`vmtouch -ld {{ruta/al/archivo}}`
20 changes: 20 additions & 0 deletions pages.es/linux/lookandfeeltool.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# lookandfeeltool

> Cambia los temas globales de Plasma.
> Más información: <https://userbase.kde.org/System_Settings/Look_And_Feel>.
- Lista los temas globales disponibles:

`lookandfeeltool --list`

- Aplica un tema global:

`lookandfeeltool --apply {{org.example.theme.desktop}}`

- Utiliza `lookandfeeltool` sin un servidor de muestra:

`lookandfeeltool --platform offscreen`

- Muestra la ayuda:

`lookandfeeltool --help`
2 changes: 1 addition & 1 deletion pages.fa/common/false.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# false

> برگرداندن 1 به عنوان کد خروجی.
> اطلاعات بیشتر: <https://www.gnu.org/software/coreutils/false>.
> اطلاعات بیشتر: <https://www.gnu.org/software/coreutils/manual/html_node/false-invocation.html>.
- برگرداندن 1 به عنوان کد خروجی:

Expand Down
2 changes: 1 addition & 1 deletion pages.hi/common/false.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# false

> 1 का एग्जिट कोड लौटाता है।
> अधिक जानकारी: <https://www.gnu.org/software/coreutils/false>
> अधिक जानकारी: <https://www.gnu.org/software/coreutils/manual/html_node/false-invocation.html>
- 1 का निकास कोड लौटाएँ:

Expand Down
28 changes: 28 additions & 0 deletions pages.ko/common/%.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Percent sign

> 작업 관리.
> 더 많은 정보: <https://www.gnu.org/software/bash/manual/bash.html#Job-Control-Basics>.
- 현재 작업을 포어그라운드로 가져오기:

`%`

- 이전 작업을 포어그라운드로 가져오기:

`%-`

- `N` 번호가 붙은 작업을 포어그라운드로 가져오기:

`%{{N}}`

- 명령이 `문자열`로 시작하는 작업을 포어그라운드로 가져오기:

`%{{문자열}}`

- 명령에 `문자열`이 포함된 작업을 포어그라운드로 가져오기:

`%?{{문자열}}`

- 일시 중지된 작업을 재개:

`%{{1}} &`
1 change: 1 addition & 0 deletions pages.ko/common/batch.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# batch

> 이 명령은 `at`의 에일리어스 (별칭) 입니다.
> 더 많은 정보: <https://manned.org/batch>.
- 원본 명령의 도큐멘테이션 (설명서) 보기:

Expand Down
2 changes: 1 addition & 1 deletion pages.ko/common/bundletool.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

- 키스토어 비밀번호를 제공하는 애플리케이션 번들에서 APK를 생성:

`bundletool build-apks --bundle {{경로/대상/bundle.aab}} --ks {{경로/대상/key.keystore}} --ks-key-alias {{key_alias}} ks-pass {{pass:the_password}} --output {{경로/대상/file.apks}}`
`bundletool build-apks --bundle {{경로/대상/bundle.aab}} --ks {{경로/대상/key.keystore}} --ks-key-alias {{key_alias}} --ks-pass {{pass:the_password}} --output {{경로/대상/file.apks}}`

- 보편적인 사용을 위해 단 하나의 단일 APK를 포함하는 APK 생성:

Expand Down
2 changes: 1 addition & 1 deletion pages.ko/common/declare.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# declare

> 변수를 선언하고 속성을 부여.
> 더 많은 정보: <https://www.gnu.org/software/bash/manual/bash.html#Bash-Builtins>.
> 더 많은 정보: <https://www.gnu.org/software/bash/manual/bash.html#index-declare>.
- 지정된 값을 사용하여 문자열 변수를 선언:

Expand Down
2 changes: 1 addition & 1 deletion pages.ko/common/false.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# false

> 종료 코드 1을 반환한다.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/false>.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/false-invocation.html>.
- 종료 코드 1 반환:

Expand Down
2 changes: 1 addition & 1 deletion pages.ko/common/home-manager.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# home-manager

> Nix를 이용하여 사용자 환경을 관리.
> 더 많은 정보: <https://github.com/rycee/home-manager>.
> 더 많은 정보: <https://github.com/nix-community/home-manager>.
- `~/.config/nixpkgs/home.nix`에 정의된 구성을 활성화:

Expand Down
2 changes: 1 addition & 1 deletion pages.ko/linux/jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> 현재 셸에서 실행된 프로세스에 대한 정보를 표시하는 셸 내장 명령입니다.
> `-l``-p`를 제외한 옵션은 `bash`에만 적용됩니다.
> 더 많은 정보: <https://manned.org/jobs>.
> 더 많은 정보: <https://www.gnu.org/software/bash/manual/bash.html#index-jobs>.
- 현재 셸에서 실행된 작업 보기:

Expand Down
2 changes: 1 addition & 1 deletion pages.ko/linux/kpackagetool5.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# kpackagetool5

> K패키지 관리자: Plasma 패키지 설치, 나열, 제거.
> 더 많은 정보: <https://techbase.kde.org/Development/Tutorials/Plasma5/QML2/GettingStarted#Kpackagetool5>.
> 더 많은 정보: <https://manned.org/kpackagetool5>.
- 설치 가능한 모든 패키지 유형 나열:

Expand Down
Loading

0 comments on commit ac2e24c

Please sign in to comment.