Explorar o código

Fixed translation of uploadingX in french locale (#2523)

Co-authored-by: phil714 <philippedeschesnes@civalgo.com>
phil714 %!s(int64=4) %!d(string=hai) anos
pai
achega
0245b12596
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      packages/@uppy/locales/src/fr_FR.js

+ 3 - 3
packages/@uppy/locales/src/fr_FR.js

@@ -126,9 +126,9 @@ fr_FR.strings = {
   },
   uploading: 'Téléchargement en cours',
   uploadingXFiles: {
-    '0': 'Uploading %{smart_count} file',
-    '1': 'Uploading %{smart_count} files',
-    '2': 'Uploading %{smart_count} files'
+    '0': 'Téléchargement de %{smart_count} fichier',
+    '1': 'Téléchargement de %{smart_count} fichiers',
+    '2': 'Téléchargement de %{smart_count} fichiers'
   },
   xFilesSelected: {
     '0': '%{smart_count} fichier sélectionné',