1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

chore: Pull existing language translations from Transifex

This commit is contained in:
2024-02-19 13:35:35 -08:00
parent 6e87f53f91
commit 253dfd897c
36 changed files with 805 additions and 806 deletions

View File

@@ -5,21 +5,21 @@
msgid ""
msgstr ""
"Last-Translator: Fuan <jcfrt@posteo.net>, 2021\n"
"Language-Team: French (https://www.transifex.com/voltaicideas/teams/116153/fr/)\n"
"Language-Team: French (https://app.transifex.com/voltaicideas/teams/116153/fr/)\n"
"Language: fr\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: utf-8\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
#: core\app.py:42
#: core\app.py:44
msgid "There are no marked duplicates. Nothing has been done."
msgstr "Aucun doublon marqué. Rien à faire."
#: core\app.py:43
#: core\app.py:45
msgid "There are no selected duplicates. Nothing has been done."
msgstr "Aucun doublon sélectionné. Rien à faire."
#: core\app.py:44
#: core\app.py:46
msgid ""
"You're about to open many files at once. Depending on what those files are "
"opened with, doing so can create quite a mess. Continue?"
@@ -27,23 +27,23 @@ msgstr ""
"Beaucoup de fichiers seront ouverts en même temps. Cela peut gravement "
"encombrer votre système. Continuer?"
#: core\app.py:71
#: core\app.py:73
msgid "Scanning for duplicates"
msgstr "Scan de doublons en cours"
#: core\app.py:72
#: core\app.py:74
msgid "Loading"
msgstr "Chargement en cours"
#: core\app.py:73
#: core\app.py:75
msgid "Moving"
msgstr "Déplacement en cours"
#: core\app.py:74
#: core\app.py:76
msgid "Copying"
msgstr "Copie en cours"
#: core\app.py:75
#: core\app.py:77
msgid "Sending to Trash"
msgstr "Envoi de fichiers à la corbeille"
@@ -106,7 +106,7 @@ msgstr "Sélectionnez un dossier vers lequel déplacer les fichiers marqués."
msgid "Select a destination for your exported CSV"
msgstr "Choisissez une destination pour votre exportation CSV"
#: core\app.py:516 core\app.py:771 core\app.py:781
#: core\app.py:516 core\app.py:777 core\app.py:787
msgid "Couldn't write to file: {}"
msgstr "Impossible d'écrire le fichier: {}"
@@ -115,23 +115,23 @@ msgid "You have no custom command set up. Set it up in your preferences."
msgstr ""
"Vous n'avez pas de commande personnalisée. Ajoutez-la dans vos préférences."
#: core\app.py:695 core\app.py:707
#: core\app.py:701 core\app.py:713
msgid "You are about to remove %d files from results. Continue?"
msgstr "%d fichiers seront retirés des résultats. Continuer?"
#: core\app.py:743
#: core\app.py:749
msgid "{} duplicate groups were changed by the re-prioritization."
msgstr "{} groupes de doublons ont été modifiés par la re-prioritisation."
#: core\app.py:790
#: core\app.py:797
msgid "The selected directories contain no scannable file."
msgstr "Les dossiers sélectionnés ne contiennent pas de fichiers valides."
#: core\app.py:803
#: core\app.py:813
msgid "Collecting files to scan"
msgstr "Collecte des fichiers à scanner"
#: core\app.py:850
#: core\app.py:863
msgid "%s (%d discarded)"
msgstr "%s (%d hors-groupe)"
@@ -177,23 +177,23 @@ msgstr "Nom de fichier - Champs (sans ordre)"
msgid "Tags"
msgstr "Tags"
#: core\me\scanner.py:24 core\pe\scanner.py:21 core\se\scanner.py:17
#: core\me\scanner.py:24 core\pe\scanner.py:22 core\se\scanner.py:17
msgid "Contents"
msgstr "Contenu"
#: core\pe\matchblock.py:72
#: core\pe\matchblock.py:66
msgid "Analyzed %d/%d pictures"
msgstr "Analyzé %d/%d images"
#: core\pe\matchblock.py:177
#: core\pe\matchblock.py:183
msgid "Performed %d/%d chunk matches"
msgstr "%d/%d blocs d'images comparés"
#: core\pe\matchblock.py:185
#: core\pe\matchblock.py:191
msgid "Preparing for matching"
msgstr "Préparation pour la comparaison"
#: core\pe\matchblock.py:234
#: core\pe\matchblock.py:240
msgid "Verified %d/%d matches"
msgstr "Vérifié %d/%d paires"
@@ -201,7 +201,7 @@ msgstr "Vérifié %d/%d paires"
msgid "Read EXIF of %d/%d pictures"
msgstr "Lu l'EXIF de %d/%d images"
#: core\pe\scanner.py:22
#: core\pe\scanner.py:23
msgid "EXIF Timestamp"
msgstr "Date EXIF"
@@ -209,55 +209,51 @@ msgstr "Date EXIF"
msgid "None"
msgstr "Aucune"
#: core\prioritize.py:100
#: core\prioritize.py:102
msgid "Ends with number"
msgstr "Chiffres à la fin"
#: core\prioritize.py:101
#: core\prioritize.py:103
msgid "Doesn't end with number"
msgstr "Pas de chiffres à la finr"
#: core\prioritize.py:102
#: core\prioritize.py:104
msgid "Longest"
msgstr "Le plus long"
#: core\prioritize.py:103
#: core\prioritize.py:105
msgid "Shortest"
msgstr "Le plus court"
#: core\prioritize.py:140
#: core\prioritize.py:142
msgid "Highest"
msgstr "Plus grand"
#: core\prioritize.py:140
#: core\prioritize.py:142
msgid "Lowest"
msgstr "Moins grand"
#: core\prioritize.py:169
#: core\prioritize.py:171
msgid "Newest"
msgstr "Plus récent"
#: core\prioritize.py:169
#: core\prioritize.py:171
msgid "Oldest"
msgstr "Moins récent"
#: core\results.py:134
#: core\results.py:135
msgid "%d / %d (%s / %s) duplicates marked."
msgstr "%d / %d (%s / %s) doublons marqués."
#: core\results.py:141
#: core\results.py:142
msgid " filter: %s"
msgstr " filtre: %s"
#: core\scanner.py:90
msgid "Read size of %d/%d files"
msgstr "Lu la taille de %d/%d fichiers"
#: core\scanner.py:116
#: core\scanner.py:114
msgid "Read metadata of %d/%d files"
msgstr "Lu les métadonnées de %d/%d fichiers"
#: core\scanner.py:154
#: core\scanner.py:152
msgid "Almost done! Fiddling with results..."
msgstr "Bientôt terminé! Bidouille des résultats..."