-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add missing French locale entries #5549
Merged
Murderlon
merged 1 commit into
transloadit:main
from
ssan93:chore/actualize-french-translations
Dec 16, 2024
Merged
Add missing French locale entries #5549
Murderlon
merged 1 commit into
transloadit:main
from
ssan93:chore/actualize-french-translations
Dec 16, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Diff output filesdiff --git a/packages/@uppy/locales/lib/fr_FR.js b/packages/@uppy/locales/lib/fr_FR.js
index 8cff642..6be6dfc 100644
--- a/packages/@uppy/locales/lib/fr_FR.js
+++ b/packages/@uppy/locales/lib/fr_FR.js
@@ -23,6 +23,11 @@ fr_FR.strings = {
allowAccessDescription:
"Pour prendre des photos ou enregistrer une vidéo, veuillez autoriser l’accès à votre caméra pour ce site.",
allowAccessTitle: "Veuillez autoriser l’accès à votre caméra",
+ allowAudioAccessDescription: "Pour enregistrer de l’audio, veuillez autoriser l’accès au microphone pour ce site.",
+ allowAudioAccessTitle: "Veuillez autoriser l’accès au microphone",
+ aspectRatioLandscape: "Recadrer en paysage (16:9)",
+ aspectRatioPortrait: "Recadrer en portrait (9:16)",
+ aspectRatioSquare: "Recadrer pour obtenir une photo carrée",
authAborted: "Authentification interrompue",
authenticateWith: "Se connecter à %{pluginName}",
authenticateWithTitle: "Veuillez vous authentifier avec %{pluginName} pour sélectionner les fichiers",
@@ -48,6 +53,7 @@ fr_FR.strings = {
dashboardTitle: "Téléverseur de fichiers",
dashboardWindowTitle: "Fenêtre de téléversement de fichiers (Appuyez sur Échap pour fermer)",
dataUploadedOfTotal: "%{complete} sur %{total}",
+ discardRecordedFile: "Supprimer le fichier enregistré",
done: "Terminé",
dropHereOr: "Déposer les fichiers ici ou %{browse}",
dropHint: "Déposez vos fichiers ici",
@@ -64,7 +70,9 @@ fr_FR.strings = {
emptyFolderAdded: "Aucun fichier n’a été ajouté depuis un dossier vide",
encoding: "Traitement…",
enterCorrectUrl: "Lien incorrect: Assurez-vous que vous entrez un lien direct vers le fichier",
+ enterTextToSearch: "Entrez un texte pour rechercher des images",
enterUrlToImport: "Entrez le lien pour importer un fichier",
+ error: "Erreur",
exceedsSize: "Le fichier %{file} dépasse la taille maximale autorisée de %{size}",
failedToFetch: "Companion a échoué à récupérer ce lien, assurez-vous qu’il est correct",
failedToUpload: "Le téléversement de %{file} a échoué",
@@ -75,18 +83,31 @@ fr_FR.strings = {
},
filter: "Filtrer",
finishEditingFile: "Terminer l’édition du fichier",
+ flipHorizontal: "Retourner horizontalement",
folderAdded: {
"0": "%{smart_count} fichier ajouté de %{folder}",
"1": "%{smart_count} fichiers ajoutés de %{folder}",
},
+ folderAlreadyAdded: "Le dossier \"%{folder}\" a déjà été ajouté",
generatingThumbnails: "Génération des vignettes…",
import: "Importer",
+ importFiles: "Importer des fichiers depuis :",
importFrom: "Importer de %{name}",
inferiorSize: "Ce fichier est plus petit que la taille autorisée de %{size}",
+ loadedXFiles: "Chargé %{numFiles} fichiers",
loading: "Chargement…",
logOut: "Déconnexion",
micDisabled: "Accès au micro refusé par l’utilisateur",
+ missingRequiredMetaField: "Champ méta requis manquant",
+ missingRequiredMetaFieldOnFile: "Champs méta requis manquants dans %{fileName}",
+ missingRequiredMetaFields: {
+ "0": "Champ méta requis manquant : %{fields}.",
+ "1": "Champs méta requis manquants : %{fields}.",
+ },
myDevice: "Mon Appareil",
+ noAudioDescription:
+ "Pour enregistrer de l’audio, veuillez connecter un microphone ou un autre appareil d’entrée audio",
+ noAudioTitle: "Microphone non disponible",
noCameraDescription: "Pour prendre des photos ou enregistrer une vidéo, veuillez connecter une caméra",
noDuplicates: "Impossible d’ajouter le fichier \"%{fileName}\", il existe déjà",
noFilesFound: "Vous n’avez aucun fichier ou dossier ici",
@@ -105,6 +126,7 @@ fr_FR.strings = {
recording: "Enregistrement",
recordingLength: "Durée d’enregistrement %{recording_length}",
recordingStoppedMaxSize: "L’enregistrement s’est arrété car la taille du fichier dépasse la limite",
+ recordVideoBtn: "Enregistrer une vidéo",
recoveredAllFiles: "Nous avons restauré tous les fichiers. Vous pouvez maintenant reprendre le téléversement.",
recoveredXFiles: {
"0":
@@ -135,6 +157,7 @@ fr_FR.strings = {
streamPassive: "Stream passif",
submitRecordedFile: "Envoyer la vidéo enregistrée",
takePicture: "Prendre une photo",
+ takePictureBtn: "Prendre une photo",
timedOut: "Téléversement bloqué durant %{seconds} secondes, annulation.",
unselectFileNamed: "Désélectionner le fichier %{name}",
upload: "Téléverser", |
Murderlon
approved these changes
Dec 16, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot
Merged
github-actions bot
added a commit
that referenced
this pull request
Dec 17, 2024
| Package | Version | Package | Version | | -------------------------- | ------- | -------------------------- | ------- | | @uppy/companion | 5.3.0 | @uppy/progress-bar | 4.1.0 | | @uppy/companion-client | 4.3.0 | @uppy/provider-views | 4.2.0 | | @uppy/core | 4.3.1 | @uppy/status-bar | 4.0.6 | | @uppy/google-drive-picker | 0.2.1 | @uppy/utils | 6.0.6 | | @uppy/google-photos-picker | 0.2.1 | @uppy/webdav | 0.1.0 | | @uppy/locales | 4.4.0 | uppy | 4.9.0 | - @uppy/webdav: Add @uppy/webdav (Merlijn Vos / #5551) - @uppy/google-drive-picker,@uppy/google-photos-picker,@uppy/locales: Add missing Google Picker locale entries (Merlijn Vos / #5552) - @uppy/core: bring back validateRestrictions (Merlijn Vos / #5538) - @uppy/google-drive-picker,@uppy/google-photos-picker: Fix TS generics on new Google Picker plugins (Merlijn Vos / #5550) - @uppy/locales: Add missing French locale entries (Steven SAN / #5549) - e2e,@uppy/status-bar,@uppy/utils: Companion stream upload unknown size files (Mikael Finstad / #5489)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello,
This PR adds missing French translations.