Forráskód Böngészése

Fixed translation of uploadingX in french locale (#2523)

Co-authored-by: phil714 <philippedeschesnes@civalgo.com>
phil714 4 éve
szülő
commit
0245b12596
1 módosított fájl, 3 hozzáadás és 3 törlés
  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é',