mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
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.
This commit is contained in:
@@ -54,6 +54,7 @@ stat-after-help = Valid format sequences for files (without `--file-system`):
|
||||
for details about the options it supports.
|
||||
|
||||
## Error messages
|
||||
|
||||
stat-error-invalid-quoting-style = Invalid quoting style: {$style}
|
||||
stat-error-missing-operand = missing operand
|
||||
Try 'stat --help' for more information.
|
||||
@@ -64,12 +65,14 @@ stat-error-cannot-read-filesystem-info = cannot read file system information for
|
||||
stat-error-cannot-stat = cannot stat {$file}: {$error}
|
||||
|
||||
## Warning messages
|
||||
|
||||
stat-warning-backslash-end-format = backslash at end of format
|
||||
stat-warning-unrecognized-escape-x = unrecognized escape '\x'
|
||||
stat-warning-incomplete-hex-escape = incomplete hex escape '\x'
|
||||
stat-warning-unrecognized-escape = unrecognized escape '\{$escape}'
|
||||
|
||||
## Help messages
|
||||
|
||||
stat-help-dereference = follow links
|
||||
stat-help-file-system = display file system status instead of file status
|
||||
stat-help-terse = print the information in terse form
|
||||
@@ -80,6 +83,7 @@ stat-help-printf = like --format, but interpret backslash escapes,
|
||||
if you want a newline, include \n in FORMAT
|
||||
|
||||
## Word translations
|
||||
|
||||
stat-word-file = File
|
||||
stat-word-id = ID
|
||||
stat-word-namelen = Namelen
|
||||
@@ -105,6 +109,7 @@ stat-word-change = Change
|
||||
stat-word-birth = Birth
|
||||
|
||||
## SELinux context messages
|
||||
|
||||
stat-selinux-failed-get-context = failed to get security context
|
||||
stat-selinux-unsupported-system = unsupported on this system
|
||||
stat-selinux-unsupported-os = unsupported for this operating system
|
||||
|
||||
@@ -53,6 +53,7 @@ stat-after-help = Séquences de format valides pour les fichiers (sans `--file-s
|
||||
pour les détails sur les options qu'il prend en charge.
|
||||
|
||||
# Messages d'aide
|
||||
|
||||
stat-help-dereference = suivre les liens
|
||||
stat-help-file-system = afficher le statut du système de fichiers au lieu du statut du fichier
|
||||
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
|
||||
si vous voulez une nouvelle ligne, incluez \n dans FORMAT
|
||||
|
||||
## Traductions de mots
|
||||
|
||||
stat-word-file = Fichier
|
||||
stat-word-id = ID
|
||||
stat-word-namelen = Longnom
|
||||
@@ -88,6 +90,7 @@ stat-word-change = Changt
|
||||
stat-word-birth = Créé
|
||||
|
||||
## Messages d'erreur
|
||||
|
||||
stat-error-invalid-quoting-style = Style de guillemets invalide : {$style}
|
||||
stat-error-missing-operand = opérande manquant
|
||||
Essayez 'stat --help' pour plus d'informations.
|
||||
@@ -98,12 +101,14 @@ stat-error-cannot-read-filesystem-info = impossible de lire les informations du
|
||||
stat-error-cannot-stat = impossible d'obtenir le statut de {$file} : {$error}
|
||||
|
||||
## Messages d'avertissement
|
||||
|
||||
stat-warning-backslash-end-format = barre oblique inverse à la fin du format
|
||||
stat-warning-unrecognized-escape-x = séquence d'échappement non reconnue '\x'
|
||||
stat-warning-incomplete-hex-escape = séquence d'échappement hexadécimale incomplète '\x'
|
||||
stat-warning-unrecognized-escape = séquence d'échappement non reconnue '\{$escape}'
|
||||
|
||||
## Messages de contexte SELinux
|
||||
|
||||
stat-selinux-failed-get-context = impossible d'obtenir le contexte de sécurité
|
||||
stat-selinux-unsupported-system = non pris en charge sur ce système
|
||||
stat-selinux-unsupported-os = non pris en charge pour ce système d'exploitation
|
||||
|
||||
Reference in New Issue
Block a user