"description": "Notify users with 2FA enabled what should be done in order to sign in correctly"
},
"serverAddressInputHint": "Adresse du serveur",
"@serverAddressInputHint": {
"description": "Hint of the text field expecting server address data"
},
"serverAddressInputInvalidEmpty": "Veuillez saisir l'adresse du serveur",
"@serverAddressInputInvalidEmpty": {
"description": "Inform user that the server address input field cannot be empty"
},
"usernameInputHint": "Nom d'utilisateur",
"@usernameInputHint": {
"description": "Hint of the text field expecting username data"
},
"usernameInputInvalidEmpty": "Veuillez entrer votre nom d'utilisateur",
"@usernameInputInvalidEmpty": {
"description": "Inform user that the username input field cannot be empty"
},
"passwordInputHint": "Mot de passe",
"@passwordInputHint": {
"description": "Hint of the text field expecting password data"
},
"passwordInputInvalidEmpty": "Veuillez entrer votre mot de passe",
"@passwordInputInvalidEmpty": {
"description": "Inform user that the password input field cannot be empty"
},
"rootPickerHeaderText": "Choisissez les dossiers à inclure",
"@rootPickerHeaderText": {
"description": "Inform user what to do in root picker widget"
},
"rootPickerSubHeaderText": "Seules les photos à l'intérieur des dossiers seront affichées. Appuyez sur Ignorer pour tout inclure",
"@rootPickerSubHeaderText": {
"description": "Inform user what to do in root picker widget"
},
"rootPickerNavigateUpItemText": "(retourner en arrière)",
"@rootPickerNavigateUpItemText": {
"description": "Text of the list item to navigate up the directory tree"
},
"rootPickerUnpickFailureNotification": "Échec de la séparation de l'élément",
"@rootPickerUnpickFailureNotification": {
"description": "Failed while unpicking an item in the root picker list"
},
"rootPickerListEmptyNotification": "Veuillez choisir au moins un dossier ou appuyez sur ignorer pour tout inclure",
"@rootPickerListEmptyNotification": {
"description": "Error when user pressing confirm without picking any folders"
},
"setupWidgetTitle": "Commencer",
"@setupWidgetTitle": {
"description": "Title of the introductory widget"
},
"setupSettingsModifyLaterHint": "Vous pouvez modifier cela plus tard dans les paramètres",
"@setupSettingsModifyLaterHint": {
"description": "Inform user that they can modify this setting after the setup process"
},
"setupHiddenPrefDirNoticeDetail": "Cette application crée un dossier sur le serveur Nextcloud pour stocker les fichiers de préférences. Veuillez ne pas le modifier ou le supprimer à moins que vous ne prévoyiez de supprimer cette application",
"@setupHiddenPrefDirNoticeDetail": {
"description": "Inform user about the preference folder created by this app"
},
"settingsWidgetTitle": "Paramètres",
"@settingsWidgetTitle": {
"description": "Title of the Settings widget"
},
"settingsLanguageTitle": "Langue",
"@settingsLanguageTitle": {
"description": "Set display language"
},
"settingsExifSupportTitle": "Prise en charge EXIF",
"@settingsExifSupportTitle": {
"description": "Title of the EXIF support setting"
},
"settingsExifSupportTrueSubtitle": "Exiger une utilisation supplémentaire du réseau",
"@settingsExifSupportTrueSubtitle": {
"description": "Subtitle of the EXIF support setting when the value is true. The goal is to warn user about the possible side effects of enabling this setting"
},
"settingsAboutSectionTitle": "À propos",
"@settingsAboutSectionTitle": {
"description": "Title of the about section in settings widget"
},
"settingsVersionTitle": "Version",
"@settingsVersionTitle": {
"description": "Title of the version data item"
},
"settingsSourceCodeTitle": "Code source",
"@settingsSourceCodeTitle": {
"description": "Title of the source code item"
},
"settingsBugReportTitle": "Signaler un problème",
"@settingsBugReportTitle": {
"description": "Report issue"
},
"settingsTranslatorTitle": "Traducteur",
"@settingsTranslatorTitle": {
"description": "Title of the translator item"
},
"writePreferenceFailureNotification": "Échec du réglage des préférences",
"@writePreferenceFailureNotification": {
"description": "Inform user that the preference file cannot be modified"
},
"enableButtonLabel": "ACTIVER",
"@enableButtonLabel": {
"description": "Label of the enable button"
},
"exifSupportDetails": "L'activation de la prise en charge EXIF rendra diverses métadonnées disponibles, telles que la date de prise de vue, le modèle de l'appareil photo, etc. Afin de lire ces métadonnées, une utilisation supplémentaire du réseau est requise pour télécharger l'image originale en taille réelle. L'application ne commencera à télécharger qu'une fois connectée à un réseau Wi-Fi",
"@exifSupportDetails": {
"description": "Detailed description of the exif support feature"
},
"exifSupportConfirmationDialogTitle": "Activer la prise en charge EXIF ?",
"@exifSupportConfirmationDialogTitle": {
"description": "Title of the dialog to confirm enabling exif support"
},
"doneButtonLabel": "TERMINÉ",
"@doneButtonLabel": {
"description": "Label of the done button"
},
"nextButtonLabel": "SUIVANT",
"@nextButtonLabel": {
"description": "Label of the next button"
},
"connectButtonLabel": "CONNECTER",
"@connectButtonLabel": {
"description": "Label of the connect button"
},
"rootPickerSkipConfirmationDialogContent": "Tous vos fichiers seront inclus",
"@rootPickerSkipConfirmationDialogContent": {
"description": "Inform user what happens after skipping root picker"
},
"megapixelCount": "{count}MP",
"@megapixelCount": {
"description": "Resolution of an image in megapixel",
"placeholders": {
"count": {
"example": "1.3"
}
}
},
"secondCountSymbol": "{count}s",
"@secondCountSymbol": {
"description": "Number of seconds",
"placeholders": {
"count": {
"example": "1"
}
}
},
"millimeterCountSymbol": "{count}mm",
"@millimeterCountSymbol": {
"description": "Number of millimeters",
"placeholders": {
"count": {
"example": "1"
}
}
},
"detailsTooltip": "Détails",
"@detailsTooltip": {
"description": "Tooltip of the details button"
},
"downloadTooltip": "Télécharger",
"@downloadTooltip": {
"description": "Tooltip of the download button"
},
"downloadProcessingNotification": "Téléchargement du fichier",
"@downloadProcessingNotification": {
"description": "Inform user that the file is being downloaded"
},
"downloadSuccessNotification": "Fichier téléchargé avec succès",
"@downloadSuccessNotification": {
"description": "Inform user that the file is downloaded successfully"
},
"downloadFailureNotification": "Échec du téléchargement du fichier",
"@downloadFailureNotification": {
"description": "Inform user that the file cannot be downloaded"
},
"downloadFailureNoPermissionNotification": "Exiger une autorisation d'accès au stockage",
"@downloadFailureNoPermissionNotification": {
"description": "Inform user that the file cannot be downloaded due to missing storage permission"
},
"nextTooltip": "Suivant",
"@nextTooltip": {
"description": "Tooltip of the next button"
},
"previousTooltip": "Précédent",
"@previousTooltip": {
"description": "Tooltip of the previous button"
},
"webSelectRangeNotification": "Maintenez la touche Maj enfoncée + cliquez pour tout sélectionner entre les deux",
"@webSelectRangeNotification": {
"description": "Inform web user how to select items in range"
},
"mobileSelectRangeNotification": "Appuyez longuement sur un autre élément pour tout sélectionner entre",
"@mobileSelectRangeNotification": {
"description": "Inform mobile user how to select items in range"
},
"updateDateTimeDialogTitle": "Modifier la date et l'heure",
"@updateDateTimeDialogTitle": {
"description": "Dialog to modify the date & time of a file"
"updateDateTimeFailureNotification": "Échec de la modification de la date et de l'heure",
"@updateDateTimeFailureNotification": {
"description": "Failed to set the date & time of a file"
},
"albumDirPickerHeaderText": "Choisissez les dossiers à associer",
"@albumDirPickerHeaderText": {
"description": "Pick the folders for a folder based album"
},
"albumDirPickerSubHeaderText": "Seules les photos des dossiers associés seront incluses dans cet album",
"@albumDirPickerSubHeaderText": {
"description": "Pick the folders for a folder based album"
},
"albumDirPickerListEmptyNotification": "Veuillez choisir au moins un dossier",
"@albumDirPickerListEmptyNotification": {
"description": "Error when user pressing confirm without picking any folders"
},
"createAlbumDialogBasicLabel": "Simple",
"@createAlbumDialogBasicLabel": {
"description": "Simple album"
},
"createAlbumDialogBasicDescription": "Album simple organise les photos quelle que soit la hiérarchie des fichiers sur le serveur",
"@createAlbumDialogBasicDescription": {
"description": "Describe what a simple album is"
},
"createAlbumDialogFolderBasedLabel": "Basé sur le dossier",
"@createAlbumDialogFolderBasedLabel": {
"description": "Folder based album"
},
"createAlbumDialogFolderBasedDescription": "L'album basé sur un dossier reflète le contenu d'un dossier",
"@createAlbumDialogFolderBasedDescription": {
"description": "Describe what a folder based album is"
},
"convertBasicAlbumMenuLabel": "Convertir en album simple",
"@convertBasicAlbumMenuLabel": {
"description": "Convert a non-simple album to a simple one"
},
"convertBasicAlbumConfirmationDialogTitle": "Convertir en album simple",
"@convertBasicAlbumConfirmationDialogTitle": {
"description": "Make sure the user wants to perform the conversion"
},
"convertBasicAlbumConfirmationDialogContent": "Le contenu de cet album ne sera plus géré par l'application. Vous pourrez librement ajouter ou supprimer des photos.\n\nCette conversion est irréversible",
"@convertBasicAlbumConfirmationDialogContent": {
"description": "Make sure the user wants to perform the conversion"
},
"convertBasicAlbumSuccessNotification": "Album converti avec succès",
"@convertBasicAlbumSuccessNotification": {
"description": "Successfully converted the album"
},
"importFoldersTooltip": "Importer des dossiers",
"@importFoldersTooltip": {
"description": "Menu entry in the album page to import folders as albums"
},
"albumImporterHeaderText": "Importer des dossiers sous forme d'albums",
"@albumImporterHeaderText": {
"description": "Import folders as albums"
},
"albumImporterSubHeaderText": "Les dossiers suggérés sont répertoriés ci-dessous. Selon le nombre de fichiers sur votre serveur, cela peut prendre un certain temps",
"@albumImporterSubHeaderText": {
"description": "Import folders as albums"
},
"importButtonLabel": "IMPORTER",
"albumImporterProgressText": "Importation de dossiers",
"@albumImporterProgressText": {
"description": "Message shown while importing"
},
"editAlbumMenuLabel": "Modifier l'album",
"@editAlbumMenuLabel": {
"description": "Edit the opened album"
},
"doneButtonTooltip": "Terminé",
"editTooltip": "Modifier",
"editAccountConflictFailureNotification": "Un compte existe déjà avec les mêmes paramètres",
"@editAccountConflictFailureNotification": {
"description": "Error when user modified an account such that it's identical to another one"
"description": "Restore selected items from trashbin"
},
"restoreSelectedProcessingNotification": "{count, plural, =1{Restauration d'1 élément} other{Restauration de {count} éléments}}",
"@restoreSelectedProcessingNotification": {
"description": "Restoring selected items from trashbin",
"placeholders": {
"count": {
"example": "1"
}
}
},
"restoreSelectedSuccessNotification": "Tous les éléments ont été restaurés avec succès",
"@restoreSelectedSuccessNotification": {
"description": "Restored all selected items from trashbin successfully"
},
"restoreSelectedFailureNotification": "{count, plural, =1{Échec de la restauration de 1 élément} other{Échec de la restauration de {count} éléments}}",
"@restoreSelectedFailureNotification": {
"description": "Cannot restore some of the selected items from trashbin",
"placeholders": {
"count": {
"example": "1"
}
}
},
"restoreProcessingNotification": "Restauration de l'élément",
"@restoreProcessingNotification": {
"description": "Restoring the opened item from trashbin"
},
"restoreSuccessNotification": "Élément restauré avec succès",
"@restoreSuccessNotification": {
"description": "Restored the opened item from trashbin successfully"
},
"restoreFailureNotification": "Échec de la restauration de l'élément",
"@restoreFailureNotification": {
"description": "Cannot restore the opened item from trashbin"
"serverCertErrorDialogTitle": "Le certificat du serveur ne peut pas être approuvé",
"@serverCertErrorDialogTitle": {
"description": "Title of the dialog to warn user about an untrusted SSL certificate"
},
"serverCertErrorDialogContent": "Le serveur peut être piraté ou quelqu'un essaie de voler vos informations",
"@serverCertErrorDialogContent": {
"description": "Warn user about an untrusted SSL certificate"
},
"advancedButtonLabel": "AVANCÉ",
"@advancedButtonLabel": {
"description": "Label of the advanced button"
},
"whitelistCertDialogTitle": "Certificat inconnu de la liste blanche ?",
"@whitelistCertDialogTitle": {
"description": "Title of the dialog to let user decide whether to whitelist an untrusted SSL certificate"
},
"whitelistCertDialogContent": "Vous pouvez ajouter le certificat à la liste blanche pour que l'application l'accepte. AVERTISSEMENT : Cela pose un grand risque pour la sécurité. Assurez-vous que le certificat est auto-signé par vous ou une partie de confiance\n\nHôte : {hôte}\nEmpreinte digitale : {fingerprint}",
"@whitelistCertDialogContent": {
"description": "Let user decide whether to whitelist an untrusted SSL certificate",