pages.*: add standard translation (#9672)

* pages./: Automatically add alias pages

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* pages./: Automatically add links

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* Fix false positives from script

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
K.B.Dharun Krishna
2022-12-29 08:41:44 +05:30
committed by GitHub
parent 8a51e0f5b8
commit 5257568887
5316 changed files with 37495 additions and 109 deletions

View File

@@ -1,7 +1,7 @@
# asciinema
> Enregistre et rejoue les sessions de terminal, et également partageable sur asciinema.org.
> Plus d'informations : <https://asciinema.org/>.
> Plus d'informations : <https://asciinema.org/docs/usage>.
- Associe linstallation locale de `asciinema` avec un compte asciinema.org :

View File

@@ -2,7 +2,7 @@
> La CLI officielle de Microsoft Azure.
> Certaines commandes comme `az login` ont leur propre documentation.
> Plus d'informations : <https://learn.microsoft.com/cli/azure/>.
> Plus d'informations : <https://learn.microsoft.com/cli/azure>.
- Connexion à Azure :

View File

@@ -2,7 +2,7 @@
> Gestion d'un projet Rust et ses dependences (crates).
> Certaines sous-commandes comme `cargo build` ont leurs propres documentations.
> Plus d'informations : <https://crates.io/>.
> Plus d'informations : <https://crates.io>.
- Rechercher des crates :

View File

@@ -0,0 +1,8 @@
# clamav
> Cette commande est un alias de `clamdscan`.
> Plus d'informations : <https://www.clamav.net>.
- Voir la documentation de la commande originale :
`tldr clamdscan`

7
pages.fr/common/cron.md Normal file
View File

@@ -0,0 +1,7 @@
# cron
> Cette commande est un alias de `crontab`.
- Voir la documentation de la commande originale :
`tldr crontab`

View File

@@ -2,7 +2,7 @@
> Transfère des données depuis ou vers un serveur.
> Accepte la plupart des protocoles, notamment HTTP, FTP et POP3.
> Plus d'informations : <https://curl.se/docs/manpage.html>.
> Plus d'informations : <https://curl.se>.
- Télécharger le contenu d'une URL dans un fichier :

View File

@@ -1,7 +1,7 @@
# docker-machine
> Créer et gérer des machines qui exécutent Docker.
> Plus d'informations: <https://docs.docker.com/machine/reference/>.
> Plus d'informations : <https://docs.docker.com/machine/reference/>.
- Lister les machines Docker actuellement en cours d'exécution:

View File

@@ -1,7 +1,7 @@
# docker-slim
> Analyser et optimiser les images Docker.
> Plus d'informatiosn : <https://github.com/docker-slim/docker-slim>.
> Plus d'informations : <https://github.com/docker-slim/docker-slim>.
- Démarrer DockerSlim en mode interactif :

View File

@@ -1,7 +1,7 @@
# docker volume
> Gérer les volumes de Docker.
> Plus d'informations: <https://docs.docker.com/engine/reference/commandline/volume/>.
> Plus d'informations : <https://docs.docker.com/engine/reference/commandline/volume/>.
- Créer un volume :

View File

@@ -0,0 +1,8 @@
# fossil-ci
> Cette commande est un alias de `fossil-commit`.
> Plus d'informations : <https://fossil-scm.org/home/help/commit>.
- Voir la documentation de la commande originale :
`tldr fossil-commit`

View File

@@ -0,0 +1,8 @@
# fossil-delete
> Cette commande est un alias de `fossil rm`.
> Plus d'informations : <https://fossil-scm.org/home/help/delete>.
- Voir la documentation de la commande originale :
`tldr fossil rm`

View File

@@ -0,0 +1,8 @@
# fossil-forget
> Cette commande est un alias de `fossil rm`.
> Plus d'informations : <https://fossil-scm.org/home/help/forget>.
- Voir la documentation de la commande originale :
`tldr fossil rm`

View File

@@ -0,0 +1,8 @@
# fossil-new
> Cette commande est un alias de `fossil-init`.
> Plus d'informations : <https://fossil-scm.org/home/help/new>.
- Voir la documentation de la commande originale :
`tldr fossil-init`

8
pages.fr/common/gh-cs.md Normal file
View File

@@ -0,0 +1,8 @@
# gh-cs
> Cette commande est un alias de `gh-codespace`.
> Plus d'informations : <https://cli.github.com/manual/gh_codespace>.
- Voir la documentation de la commande originale :
`tldr gh-codespace`

View File

@@ -0,0 +1,8 @@
# gnmic-sub
> Cette commande est un alias de `gnmic subscribe`.
> Plus d'informations : <https://gnmic.kmrd.dev/cmd/subscribe>.
- Voir la documentation de la commande originale :
`tldr gnmic subscribe`

View File

@@ -0,0 +1,8 @@
# google-chrome
> Cette commande est un alias de `chromium`.
> Plus d'informations : <https://chrome.google.com>.
- Voir la documentation de la commande originale :
`tldr chromium`

7
pages.fr/common/hx.md Normal file
View File

@@ -0,0 +1,7 @@
# hx
> Cette commande est un alias de `helix`.
- Voir la documentation de la commande originale :
`tldr helix`

View File

@@ -0,0 +1,7 @@
# kafkacat
> Cette commande est un alias de `kcat`.
- Voir la documentation de la commande originale :
`tldr kcat`

View File

@@ -2,7 +2,7 @@
> Envoie un signal à un processus, généralement pour l'interrompre.
> Tous les signaux sauf SIGKILL et SIGSTOP peuvent être interceptés par le processus pour pouvoir se terminer proprement.
> Plus d'informations: <https://manned.org/kill>.
> Plus d'informations : <https://manned.org/kill>.
- Termine un processus avec le signal SIGTERM (terminaison) par défaut :

8
pages.fr/common/lzcat.md Normal file
View File

@@ -0,0 +1,8 @@
# lzcat
> Cette commande est un alias de `xz`.
> Plus d'informations : <https://manned.org/lzcat>.
- Voir la documentation de la commande originale :
`tldr xz`

8
pages.fr/common/lzma.md Normal file
View File

@@ -0,0 +1,8 @@
# lzma
> Cette commande est un alias de `xz`.
> Plus d'informations : <https://manned.org/lzma>.
- Voir la documentation de la commande originale :
`tldr xz`

View File

@@ -0,0 +1,7 @@
# nm-classic
> Cette commande est un alias de `nm`.
- Voir la documentation de la commande originale :
`tldr nm`

8
pages.fr/common/ntl.md Normal file
View File

@@ -0,0 +1,8 @@
# ntl
> Cette commande est un alias de `netlify`.
> Plus d'informations : <https://cli.netlify.com>.
- Voir la documentation de la commande originale :
`tldr netlify`

View File

@@ -0,0 +1,7 @@
# ptpython3
> Cette commande est un alias de `ptpython`.
- Voir la documentation de la commande originale :
`tldr ptpython`

View File

@@ -0,0 +1,7 @@
# python3
> Cette commande est un alias de `python`.
- Voir la documentation de la commande originale :
`tldr python`

7
pages.fr/common/rcat.md Normal file
View File

@@ -0,0 +1,7 @@
# rcat
> Cette commande est un alias de `rc`.
- Voir la documentation de la commande originale :
`tldr rc`

View File

@@ -0,0 +1,7 @@
# ripgrep
> Cette commande est un alias de `rg`.
- Voir la documentation de la commande originale :
`tldr rg`

View File

@@ -0,0 +1,8 @@
# todoman
> Cette commande est un alias de `todo`.
> Plus d'informations : <https://todoman.readthedocs.io/>.
- Voir la documentation de la commande originale :
`tldr todo`

View File

@@ -0,0 +1,8 @@
# transmission
> Cette commande est un alias de `transmission-daemon`.
> Plus d'informations : <https://transmissionbt.com/>.
- Voir la documentation de la commande originale :
`tldr transmission-daemon`

View File

@@ -0,0 +1,8 @@
# unlzma
> Cette commande est un alias de `xz`.
> Plus d'informations : <https://manned.org/unlzma>.
- Voir la documentation de la commande originale :
`tldr xz`

8
pages.fr/common/unxz.md Normal file
View File

@@ -0,0 +1,8 @@
# unxz
> Cette commande est un alias de `xz`.
> Plus d'informations : <https://manned.org/unxz>.
- Voir la documentation de la commande originale :
`tldr xz`

8
pages.fr/common/xzcat.md Normal file
View File

@@ -0,0 +1,8 @@
# xzcat
> Cette commande est un alias de `xz`.
> Plus d'informations : <https://manned.org/xzcat>.
- Voir la documentation de la commande originale :
`tldr xz`