Sync en-US/fr-FR source locales from upstream uutils/coreutils

This commit is contained in:
GitHub Action
2026-05-16 04:18:49 +00:00
parent 296471cafc
commit db79afc961
4 changed files with 7 additions and 5 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ head-about = Print the first 10 lines of each FILE to standard output.
With more than one FILE, precede each with a header giving the file name.
With no FILE, or when FILE is -, read standard input.
Mandatory arguments to long flags are mandatory for short flags too.
head-usage = head [FLAG]... [FILE]...
Mandatory arguments to long options are mandatory for short options too.
head-usage = head [OPTION]... [FILE]...
# Help messages
head-help-bytes = print the first NUM bytes of each file;
+1 -1
View File
@@ -3,7 +3,7 @@ head-about = Affiche les 10 premières lignes de chaque FICHIER sur la sortie st
Sans FICHIER, ou quand FICHIER est -, lit l'entrée standard.
Les arguments obligatoires pour les options longues sont obligatoires pour les options courtes aussi.
head-usage = head [DRAPEAU]... [FICHIER]...
head-usage = head [OPTION]... [FICHIER]...
# Messages d'aide
head-help-bytes = affiche les premiers NUM octets de chaque fichier ;
+3 -2
View File
@@ -1,8 +1,9 @@
tail-about = Print the last 10 lines of each FILE to standard output.
With more than one FILE, precede each with a header giving the file name.
With no FILE, or when FILE is -, read standard input.
Mandatory arguments to long flags are mandatory for short flags too.
tail-usage = tail [FLAG]... [FILE]...
Mandatory arguments to long options are mandatory for short options too.
tail-usage = tail [OPTION]... [FILE]...
# Help messages
tail-help-bytes = Number of bytes to print
+1
View File
@@ -1,6 +1,7 @@
tail-about = Afficher les 10 dernières lignes de chaque FICHIER sur la sortie standard.
Avec plus d'un FICHIER, précéder chacun d'un en-tête donnant le nom du fichier.
Sans FICHIER, ou quand FICHIER est -, lire l'entrée standard.
Les arguments obligatoires pour les options longues sont également obligatoires pour les options courtes.
tail-usage = tail [OPTION]... [FICHIER]...