Skip to content

Commit 2c10660

Browse files
committed
stat/locales: Fix fluent_linter errors
Arguably this should be part of the CI, but I'm not sure how to run it outside of precommit.
1 parent 8236bcf commit 2c10660

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/uu/stat/locales/en-US.ftl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ stat-after-help = Valid format sequences for files (without `--file-system`):
5454
for details about the options it supports.
5555
5656
## Error messages
57+
5758
stat-error-invalid-quoting-style = Invalid quoting style: {$style}
5859
stat-error-missing-operand = missing operand
5960
Try 'stat --help' for more information.
@@ -64,12 +65,14 @@ stat-error-cannot-read-filesystem-info = cannot read file system information for
6465
stat-error-cannot-stat = cannot stat {$file}: {$error}
6566
6667
## Warning messages
68+
6769
stat-warning-backslash-end-format = backslash at end of format
6870
stat-warning-unrecognized-escape-x = unrecognized escape '\x'
6971
stat-warning-incomplete-hex-escape = incomplete hex escape '\x'
7072
stat-warning-unrecognized-escape = unrecognized escape '\{$escape}'
7173
7274
## Help messages
75+
7376
stat-help-dereference = follow links
7477
stat-help-file-system = display file system status instead of file status
7578
stat-help-terse = print the information in terse form
@@ -80,6 +83,7 @@ stat-help-printf = like --format, but interpret backslash escapes,
8083
if you want a newline, include \n in FORMAT
8184
8285
## Word translations
86+
8387
stat-word-file = File
8488
stat-word-id = ID
8589
stat-word-namelen = Namelen
@@ -105,6 +109,7 @@ stat-word-change = Change
105109
stat-word-birth = Birth
106110
107111
## SELinux context messages
112+
108113
stat-selinux-failed-get-context = failed to get security context
109114
stat-selinux-unsupported-system = unsupported on this system
110115
stat-selinux-unsupported-os = unsupported for this operating system

src/uu/stat/locales/fr-FR.ftl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ stat-after-help = Séquences de format valides pour les fichiers (sans `--file-s
5353
pour les détails sur les options qu'il prend en charge.
5454
5555
# Messages d'aide
56+
5657
stat-help-dereference = suivre les liens
5758
stat-help-file-system = afficher le statut du système de fichiers au lieu du statut du fichier
5859
stat-help-terse = afficher les informations en forme concise
@@ -63,6 +64,7 @@ stat-help-printf = comme --format, mais interpréter les séquences d'échappeme
6364
si vous voulez une nouvelle ligne, incluez \n dans FORMAT
6465
6566
## Traductions de mots
67+
6668
stat-word-file = Fichier
6769
stat-word-id = ID
6870
stat-word-namelen = Longnom
@@ -88,6 +90,7 @@ stat-word-change = Changt
8890
stat-word-birth = Créé
8991
9092
## Messages d'erreur
93+
9194
stat-error-invalid-quoting-style = Style de guillemets invalide : {$style}
9295
stat-error-missing-operand = opérande manquant
9396
Essayez 'stat --help' pour plus d'informations.
@@ -98,12 +101,14 @@ stat-error-cannot-read-filesystem-info = impossible de lire les informations du
98101
stat-error-cannot-stat = impossible d'obtenir le statut de {$file} : {$error}
99102
100103
## Messages d'avertissement
104+
101105
stat-warning-backslash-end-format = barre oblique inverse à la fin du format
102106
stat-warning-unrecognized-escape-x = séquence d'échappement non reconnue '\x'
103107
stat-warning-incomplete-hex-escape = séquence d'échappement hexadécimale incomplète '\x'
104108
stat-warning-unrecognized-escape = séquence d'échappement non reconnue '\{$escape}'
105109
106110
## Messages de contexte SELinux
111+
107112
stat-selinux-failed-get-context = impossible d'obtenir le contexte de sécurité
108113
stat-selinux-unsupported-system = non pris en charge sur ce système
109114
stat-selinux-unsupported-os = non pris en charge pour ce système d'exploitation

0 commit comments

Comments
 (0)