From 2c106609cc9b4fd571a075388454c1ab4facf8b1 Mon Sep 17 00:00:00 2001 From: Nicolas Boichat Date: Mon, 28 Jul 2025 16:42:07 +0800 Subject: [PATCH] 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. --- src/uu/stat/locales/en-US.ftl | 5 +++++ src/uu/stat/locales/fr-FR.ftl | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/src/uu/stat/locales/en-US.ftl b/src/uu/stat/locales/en-US.ftl index 27b2eafc670..f36d7ec6faf 100644 --- a/src/uu/stat/locales/en-US.ftl +++ b/src/uu/stat/locales/en-US.ftl @@ -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 diff --git a/src/uu/stat/locales/fr-FR.ftl b/src/uu/stat/locales/fr-FR.ftl index 3948ec091c4..e41b3190e3e 100644 --- a/src/uu/stat/locales/fr-FR.ftl +++ b/src/uu/stat/locales/fr-FR.ftl @@ -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