as, ark, gh, gh-alias, gcc, cal: add French translation (#8632)

This commit is contained in:
Gustek
2022-10-07 18:56:43 +02:00
committed by GitHub
parent ed29faeae9
commit 660de3cfcf
6 changed files with 145 additions and 0 deletions

24
pages.fr/linux/cal.md Normal file
View File

@@ -0,0 +1,24 @@
# cal
> Affiche un calendrier, en surlignant la date d'aujourd'hui.
> Plus d'informations : <https://manned.org/cal>.
- Affiche un calendrier pour le mois en cours :
`cal`
- Affiche les mois précédent, courant et suivant :
`cal -3`
- Utilise le Lundi comme le premier jour de la semaine :
`cal --monday`
- Affiche un calendrier pour une année en particulier (4 chiffres) :
`cal {{année}}`
- Affiche un calendrier pour un mois et une année en particulier :
`cal {{mois}} {{année}}`