2022-04-10 14:07:35 -08:00
{
"about" : {
"about" : "À propos" ,
"about-mealie" : "À propos de Mealie" ,
"api-docs" : "Documentation de l'API" ,
"api-port" : "Port de l'API" ,
"application-mode" : "Mode de l'application" ,
"database-type" : "Type de base de données" ,
"database-url" : "URL de la base de données" ,
"default-group" : "Groupe par défaut" ,
2022-08-26 14:21:45 -08:00
"demo" : "Démo" ,
2022-04-10 14:07:35 -08:00
"demo-status" : "Mode démo" ,
"development" : "Développement" ,
"docs" : "Documentation" ,
"download-log" : "Télécharger les logs" ,
"download-recipe-json" : "Dernier JSON récupéré" ,
"github" : "GitHub" ,
"log-lines" : "Lignes de log" ,
2022-08-26 14:21:45 -08:00
"not-demo" : "Non démo" ,
2022-04-10 14:07:35 -08:00
"portfolio" : "Portfolio" ,
"production" : "Production" ,
"support" : "Soutenir" ,
2022-08-19 11:43:31 -08:00
"version" : "Version" ,
2023-01-28 16:57:34 -09:00
"unknown-version" : "inconnu" ,
2023-02-05 09:42:55 -09:00
"sponsor" : "Sponsoriser"
2022-04-10 14:07:35 -08:00
} ,
"asset" : {
"assets" : "Ressources" ,
"code" : "Code" ,
"file" : "Fichier" ,
"image" : "Image" ,
"new-asset" : "Nouvelle ressource" ,
"pdf" : "PDF" ,
"recipe" : "Recette" ,
2022-08-10 16:03:01 -08:00
"show-assets" : "Afficher les ressources" ,
2022-09-10 09:14:22 -08:00
"error-submitting-form" : "Erreur lors de l'envoi du formulaire"
2022-04-10 14:07:35 -08:00
} ,
"category" : {
New Crowdin updates (#1214)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Turkish)
* New translations en-US.json (French)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Dutch)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Korean)
* New translations en-US.json (French)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
2022-05-15 15:30:49 -08:00
"categories" : "Catégories" ,
2022-04-10 14:07:35 -08:00
"category-created" : "Catégorie créée" ,
"category-creation-failed" : "La création de la catégorie a échoué" ,
"category-deleted" : "Catégorie supprimée" ,
"category-deletion-failed" : "La suppression de la catégorie a échoué" ,
"category-filter" : "Filtre par catégories" ,
"category-update-failed" : "La mise à jour de la catégorie a échoué" ,
"category-updated" : "Catégorie mise à jour" ,
2022-08-10 16:03:01 -08:00
"uncategorized-count" : "{count} non catégorisée|{count} non catégorisées" ,
2022-08-26 14:21:45 -08:00
"create-a-category" : "Créer une catégorie" ,
"category-name" : "Nom de la catégorie" ,
"category" : "Catégorie"
2022-04-10 14:07:35 -08:00
} ,
"events" : {
"apprise-url" : "URL apprise" ,
"database" : "Base de données" ,
"delete-event" : "Supprimer l’ évènement" ,
2023-02-05 09:42:55 -09:00
"event-delete-confirmation" : "Voulez-vous vraiment supprimer cet évènement ?" ,
2022-12-29 14:27:49 -08:00
"event-deleted" : "Événement supprimé" ,
"event-updated" : "Événement mis à jour" ,
2022-04-10 14:07:35 -08:00
"new-notification-form-description" : "Mealie utilise la bibliothèque apprise pour générer des notifications. Elle propose de nombreux services à utiliser pour les notifications. Consultez leur wiki pour un guide complet sur la façon de créer l'URL de votre service. Si disponible, sélectionner le type de votre notification peut inclure des fonctionnalités supplémentaires." ,
"new-version" : "Nouvelle version disponible!" ,
"notification" : "Notification" ,
"refresh" : "Rafraîchir" ,
"scheduled" : "Planifié" ,
"something-went-wrong" : "Une erreur s'est produite!" ,
"subscribed-events" : "Évènements suivis" ,
2023-03-23 09:26:40 -08:00
"test-message-sent" : "Message de test envoyé" ,
"new-notification" : "New Notification" ,
"event-notifiers" : "Event Notifiers" ,
"apprise-url-skipped-if-blank" : "Apprise URL (skipped if blank)" ,
"enable-notifier" : "Enable Notifier" ,
"what-events" : "What events should this notifier subscribe to?" ,
"user-events" : "User Events" ,
"mealplan-events" : "Mealplan Events" ,
"when-a-user-in-your-group-creates-a-new-mealplan" : "When a user in your group creates a new mealplan" ,
"shopping-list-events" : "Shopping List Events" ,
"cookbook-events" : "Cookbook Events" ,
"tag-events" : "Tag Events" ,
"category-events" : "Category Events" ,
"when-a-new-user-joins-your-group" : "When a new user joins your group"
2022-04-10 14:07:35 -08:00
} ,
"general" : {
"cancel" : "Annuler" ,
"clear" : "Effacer" ,
"close" : "Fermer" ,
"confirm" : "Confirmer" ,
"confirm-delete-generic" : "Voulez-vous vraiment supprimer ceci?" ,
2022-08-26 14:21:45 -08:00
"copied_message" : "Copié!" ,
2022-04-10 14:07:35 -08:00
"create" : "Créer" ,
"created" : "Créé" ,
"custom" : "Personnalisé" ,
"dashboard" : "Tableau de bord" ,
"delete" : "Supprimer" ,
"disabled" : "Désactivé" ,
"download" : "Télécharger" ,
2022-12-18 09:44:21 -09:00
"duplicate" : "Dupliquer" ,
2022-04-10 14:07:35 -08:00
"edit" : "Modifier" ,
"enabled" : "Activé" ,
"exception" : "Exception" ,
"failed-count" : "Échec : {count}" ,
"failure-uploading-file" : "Échec de l'envoi du fichier" ,
"favorites" : "Favoris" ,
"field-required" : "Champ obligatoire" ,
"file-folder-not-found" : "Fichier/dossier introuvable" ,
"file-uploaded" : "Fichier envoyé" ,
"filter" : "Filtrer" ,
"friday" : "Vendredi" ,
"general" : "Général" ,
"get" : "Envoyer" ,
"home" : "Page d'accueil" ,
"image" : "Image" ,
"image-upload-failed" : "Le téléchargement de l'image a échoué" ,
"import" : "Importer" ,
"json" : "JSON" ,
"keyword" : "Mot-clé" ,
"link-copied" : "Lien copié" ,
"loading-recipes" : "Chargement des recettes" ,
2022-12-18 09:44:21 -09:00
"message" : "Message" ,
2022-04-10 14:07:35 -08:00
"monday" : "Lundi" ,
"name" : "Nom" ,
"new" : "Nouveau" ,
2022-12-29 14:27:49 -08:00
"never" : "Jamais" ,
2022-04-10 14:07:35 -08:00
"no" : "Non" ,
"no-recipe-found" : "Aucune recette trouvée" ,
"ok" : "OK" ,
"options" : "Options :" ,
"print" : "Imprimer" ,
2023-02-26 10:34:09 -09:00
"print-preferences" : "Préférences d'impression" ,
2022-04-10 14:07:35 -08:00
"random" : "Aléatoire" ,
"rating" : "Note" ,
"recent" : "Récent" ,
"recipe" : "Recette" ,
"recipes" : "Recettes" ,
"rename-object" : "Renommer {0}" ,
"reset" : "Réinitialiser" ,
"saturday" : "Samedi" ,
"save" : "Sauvegarder" ,
"settings" : "Paramètres" ,
"share" : "Partager" ,
"shuffle" : "Aléatoire" ,
"sort" : "Trier" ,
"sort-alphabetically" : "Alphabétique" ,
"status" : "Statut" ,
2022-12-29 14:27:49 -08:00
"subject" : "Sujet" ,
2022-04-10 14:07:35 -08:00
"submit" : "Importer" ,
"success-count" : "Succès : {count}" ,
"sunday" : "Dimanche" ,
"templates" : "Modèles :" ,
"test" : "Tester" ,
"themes" : "Thèmes" ,
"thursday" : "Jeudi" ,
"token" : "Jeton" ,
"tuesday" : "Mardi" ,
"type" : "Type" ,
"update" : "Mettre à jour" ,
"updated" : "Mis à jour" ,
"upload" : "Importer" ,
"url" : "URL" ,
"view" : "Afficher" ,
"wednesday" : "Mercredi" ,
New Crowdin updates (#1214)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Turkish)
* New translations en-US.json (French)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Dutch)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Korean)
* New translations en-US.json (French)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
2022-05-15 15:30:49 -08:00
"yes" : "Oui" ,
"foods" : "Aliments" ,
"units" : "Unités" ,
"back" : "Précédent" ,
2022-08-10 16:03:01 -08:00
"next" : "Suivant" ,
2022-08-26 14:21:45 -08:00
"toggle-view" : "Activer/désactiver la vue" ,
2022-08-10 16:03:01 -08:00
"date" : "Date" ,
2022-08-26 14:21:45 -08:00
"id" : "Identifiant" ,
"owner" : "Propriétaire" ,
"date-added" : "Date d’ ajout" ,
"none" : "Aucun" ,
"run" : "Exécuter" ,
2022-08-10 16:03:01 -08:00
"menu" : "Menu" ,
2022-08-26 14:21:45 -08:00
"a-name-is-required" : "Un nom est requis" ,
"delete-with-name" : "Supprimer {name}" ,
"confirm-delete-generic-with-name" : "Êtes-vous sûr de vouloir supprimer ce {name}?" ,
2023-01-28 16:57:34 -09:00
"confirm-delete-own-admin-account" : "Veuillez noter que vous essayez de supprimer votre propre compte administrateur ! Cette action ne peut pas être annulée et supprimera définitivement votre compte ?" ,
2022-08-26 14:21:45 -08:00
"organizer" : "Organiser" ,
"transfer" : "Transférer" ,
"copy" : "Copier" ,
"color" : "Couleur" ,
2023-01-28 16:57:34 -09:00
"timestamp" : "Horodatage" ,
2023-02-05 09:42:55 -09:00
"last-made" : "Cuisiné le" ,
"learn-more" : "En savoir plus" ,
"this-feature-is-currently-inactive" : "Cette fonctionnalité est actuellement inactive" ,
"clipboard-not-supported" : "Presse-papier non supporté" ,
"copied-to-clipboard" : "Copié dans le presse-papiers" ,
2023-03-23 09:26:40 -08:00
"your-browser-does-not-support-clipboard" : "Your browser does not support clipboard" ,
2023-02-05 09:42:55 -09:00
"copied-items-to-clipboard" : "Aucun élément copié dans le presse-papier|Un élément copié dans le presse-papier|{count} éléments copiés dans le presse-papiers" ,
2023-01-28 16:57:34 -09:00
"actions" : "Actions" ,
2023-02-05 09:42:55 -09:00
"selected-count" : "Sélectionné : {count}" ,
2023-03-23 09:26:40 -08:00
"export-all" : "Exporter tout" ,
"refresh" : "Refresh" ,
"upload-file" : "Upload File" ,
"created-on-date" : "Created on: {0}"
2022-04-10 14:07:35 -08:00
} ,
"group" : {
"are-you-sure-you-want-to-delete-the-group" : "Êtes-vous certain de vouloir supprimer <b>{groupName}<b/>?" ,
"cannot-delete-default-group" : "Vous ne pouvez pas supprimer le groupe par défaut" ,
"cannot-delete-group-with-users" : "Impossible de supprimer un groupe avec des utilisateurs" ,
"confirm-group-deletion" : "Confirmer la suppression du groupe" ,
"create-group" : "Créer un groupe" ,
"error-updating-group" : "Erreur lors de la mise à jour du groupe" ,
"group" : "Groupe" ,
"group-deleted" : "Groupe supprimé" ,
"group-deletion-failed" : "Échec de la suppression du groupe" ,
"group-id-with-value" : "ID groupe : {groupID}" ,
"group-name" : "Nom du groupe" ,
"group-not-found" : "Groupe non trouvé" ,
"group-with-value" : "Groupe : {groupID}" ,
"groups" : "Groupes" ,
"manage-groups" : "Gérer les groupes" ,
"user-group" : "Groupe d'utilisateurs" ,
"user-group-created" : "Groupe d'utilisateurs créé" ,
New Crowdin updates (#1214)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Turkish)
* New translations en-US.json (French)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Dutch)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Korean)
* New translations en-US.json (French)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
2022-05-15 15:30:49 -08:00
"user-group-creation-failed" : "La création du groupe d'utilisateur a échoué" ,
"settings" : {
"keep-my-recipes-private" : "Garder mes recettes privées" ,
"keep-my-recipes-private-description" : "Définit votre groupe et toutes les recettes par défaut sur privé. Vous pouvez toujours changer cela plus tard."
2023-01-28 16:57:34 -09:00
} ,
2023-02-05 09:42:55 -09:00
"manage-members" : "Gestion des membres" ,
"manage-members-description" : "Gérez les permissions des membres de vos groupes. {manage} permet à l'utilisateur d'accéder à la page de gestion de données {invite} permet à l'utilisateur de générer des liens d'invitation pour d'autres utilisateurs. Les propriétaires du groupe ne peuvent pas changer leurs propres permissions." ,
"manage" : "Gérer" ,
"invite" : "Inviter" ,
"looking-to-update-your-profile" : "Vous cherchez à mettre à jour votre profil ?" ,
"default-recipe-preferences-description" : "Ce sont les paramètres par défaut lorsqu'une nouvelle recette est créée dans votre groupe. Elles peuvent être modifiées individuellement dans le menu de configuration des recettes." ,
"default-recipe-preferences" : "Préférences de recette par défaut" ,
"group-preferences" : "Préférences du groupe" ,
"private-group" : "Groupe privé" ,
2023-03-12 12:36:48 -08:00
"private-group-description" : "Rendre votre groupe privé va réinitialiser toutes les options de vue publique à leur valeur par défaut. Cela écrase les paramètres de vue publique d'une recette individuelle." ,
2023-02-05 09:42:55 -09:00
"allow-users-outside-of-your-group-to-see-your-recipes" : "Autoriser les utilisateurs en dehors de votre groupe à voir vos recettes" ,
2023-03-12 12:36:48 -08:00
"allow-users-outside-of-your-group-to-see-your-recipes-description" : "Si activé, vous pouvez utiliser un lien de partage public pour partager des recettes spécifiques sans autoriser l'utilisateur. Lorsque cette option est désactivée, vous ne pouvez partager des recettes qu'avec les utilisateurs qui sont dans votre groupe ou avec un lien privé pré-généré" ,
2023-02-05 09:42:55 -09:00
"show-nutrition-information" : "Afficher les informations nutritionnelles" ,
2023-03-12 12:36:48 -08:00
"show-nutrition-information-description" : "Lorsque cette option est activée, l'information nutritionnelle sera affichée sur la recette si elle est disponible. S'il n'y a pas d'informations nutritionnelles disponibles, les informations nutritionnelles ne seront pas affichées" ,
2023-02-05 09:42:55 -09:00
"show-recipe-assets" : "Afficher les ressources des recettes" ,
2023-03-12 12:36:48 -08:00
"show-recipe-assets-description" : "Lorsque cette option est activée, les ressources de recettes seront affichées sur la recette si disponible" ,
2023-02-05 09:42:55 -09:00
"default-to-landscape-view" : "Vue paysage par défaut" ,
2023-03-12 12:36:48 -08:00
"default-to-landscape-view-description" : "Lorsque cette option est activée, la section d'en-tête de recette sera affichée en mode paysage" ,
2023-02-05 09:42:55 -09:00
"disable-users-from-commenting-on-recipes" : "Désactiver les commentaires utilisateur sur les recettes" ,
2023-03-12 12:36:48 -08:00
"disable-users-from-commenting-on-recipes-description" : "Masque la section commentaires sur la page de recette et désactive les commentaires" ,
2023-02-05 09:42:55 -09:00
"disable-organizing-recipe-ingredients-by-units-and-food" : "Désactiver l'organisation des ingrédients de recette par unité et aliment" ,
2023-03-12 12:36:48 -08:00
"disable-organizing-recipe-ingredients-by-units-and-food-description" : "Masque les champs Aliment, Unité et Quantité pour les ingrédients et traite les ingrédients comme des champs de texte simple." ,
2023-02-05 09:42:55 -09:00
"general-preferences" : "Préférences générales" ,
"group-recipe-preferences" : "Préférences de recette du groupe" ,
2023-03-23 09:26:40 -08:00
"report" : "Rapport" ,
"group-management" : "Group Management" ,
"admin-group-management" : "Admin Group Management" ,
"admin-group-management-text" : "Changes to this group will be reflected immediately." ,
"group-id-value" : "Group Id: {0}"
2022-04-10 14:07:35 -08:00
} ,
"meal-plan" : {
"create-a-new-meal-plan" : "Créer un nouveau menu" ,
"dinner-this-week" : "Menu de la semaine" ,
"dinner-today" : "Menu du jour" ,
"dinner-tonight" : "AU MENU CE SOIR" ,
"edit-meal-plan" : "Modifier le menu" ,
"end-date" : "Date de fin" ,
"group" : "Regrouper (Bêta)" ,
"main" : "Plat principal" ,
"meal-planner" : "Menus" ,
"meal-plans" : "Menus" ,
"mealplan-categories" : "CATÉGORIES DES MENUS" ,
"mealplan-created" : "Menu créé" ,
"mealplan-creation-failed" : "La création du menu a échoué" ,
"mealplan-deleted" : "Menu supprimé" ,
"mealplan-deletion-failed" : "La suppression du menu a échoué" ,
"mealplan-settings" : "Paramètres des menus" ,
"mealplan-update-failed" : "La mise à jour du menu a échoué" ,
"mealplan-updated" : "Menu mis à jour" ,
"no-meal-plan-defined-yet" : "Aucun menu planifié" ,
"no-meal-planned-for-today" : "Aucun repas prévu pour aujourd'hui" ,
"only-recipes-with-these-categories-will-be-used-in-meal-plans" : "Seules les recettes appartenant à ces catégories seront utilisées dans les menus" ,
"planner" : "Planificateur" ,
"quick-week" : "Semaine rapide" ,
"side" : "Accompagnement" ,
"sides" : "Accompagnements" ,
2022-08-10 16:03:01 -08:00
"start-date" : "Date de début" ,
2022-09-10 09:14:22 -08:00
"rule-day" : "Jour de la Règle" ,
2022-08-26 14:21:45 -08:00
"meal-type" : "Type de repas" ,
"breakfast" : "Petit déjeuner" ,
"lunch" : "Dîner" ,
"dinner" : "Souper" ,
2022-09-10 09:14:22 -08:00
"type-any" : "Tous" ,
2023-01-28 16:57:34 -09:00
"day-any" : "Tous" ,
2023-02-05 09:42:55 -09:00
"editor" : "Éditeur" ,
"meal-recipe" : "Recette du repas" ,
"meal-title" : "Titre du repas" ,
"meal-note" : "Note du repas" ,
"note-only" : "Note uniquement" ,
"random-meal" : "Repas aléatoire" ,
"random-dinner" : "Dîner aléatoire" ,
"random-side" : "Accompagnement aléatoire" ,
"this-rule-will-apply" : "Cette règle s'appliquera {dayCriteria} {mealTypeCriteria}." ,
"to-all-days" : "à tous les jours" ,
"on-days" : "les {0}s" ,
"for-all-meal-types" : "pour tous les types de repas" ,
"for-type-meal-types" : "pour les types de repas {0}" ,
"meal-plan-rules" : "Règles du menu" ,
"new-rule" : "Nouvelle règle" ,
"meal-plan-rules-description" : "Vous pouvez créer des règles pour ajouter automatiquement des recettes à votre menu. Ces règles sont utilisées par le serveur pour déterminer les recettes aléatoires à sélectionner lors de la création de menus. Notez que si les règles ont les mêmes contraintes jour/type, alors les catégories des règles seront fusionnées. Dans la pratique, il est inutile de créer des règles en double, mais il est possible de le faire." ,
"new-rule-description" : "Lorsque vous créez une nouvelle règle pour un menu, vous pouvez restreindre la règle à un jour précis de la semaine et/ou un type de repas particulier. Pour appliquer une règle à tous les jours ou à tous les types de repas, vous pouvez définir la règle à \"Tous\"." ,
"recipe-rules" : "Règles de recette" ,
"applies-to-all-days" : "S'applique à tous les jours" ,
"applies-on-days" : "S'applique les {0}s" ,
"meal-plan-settings" : "Paramètres des menus"
2022-04-10 14:07:35 -08:00
} ,
"migration" : {
2023-03-21 11:46:13 -08:00
"migration-data-removed" : "Données de migration supprimées" ,
"new-migration" : "New Migration" ,
"no-file-selected" : "No File Selected" ,
"no-migration-data-available" : "Aucune donnée d'importation n'est disponible" ,
"previous-migrations" : "Previous Migrations" ,
"recipe-migration" : "Migrer les recettes" ,
2022-04-10 14:07:35 -08:00
"chowdown" : {
"description" : "Importer des recettes depuis Chowdown" ,
2023-03-21 11:46:13 -08:00
"description-long" : "Mealie natively supports the chowdown repository format. Download the code repository as a .zip file and upload it below." ,
2022-04-10 14:07:35 -08:00
"title" : "Chowdown"
} ,
"nextcloud" : {
"description" : "Importer des recettes depuis un livre de recettes Nextcloud existant" ,
2023-03-21 11:46:13 -08:00
"description-long" : "Nextcloud recipes can be imported from a zip file that contains the data stored in Nextcloud. See the example folder structure below to ensure your recipes are able to be imported." ,
2022-04-10 14:07:35 -08:00
"title" : "Nextcloud Cookbook"
} ,
2023-03-21 11:46:13 -08:00
"copymethat" : {
"description-long" : "Mealie can import recipes from Copy Me That. Export your recipes in HTML format, then upload the .zip below." ,
"title" : "Copy Me That Recipe Manager"
} ,
"paprika" : {
"description-long" : "Mealie can import recipes from the Paprika application. Export your recipes from paprika, rename the export extension to .zip and upload it below." ,
"title" : "Paprika Recipe Manager"
} ,
"mealie-pre-v1" : {
"description-long" : "Mealie can import recipes from the Mealie application from a pre v1.0 release. Export your recipes from your old instance, and upload the zip file below. Note that only recipes can be imported from the export." ,
"title" : "Mealie Pre v1.0"
2023-03-23 09:26:40 -08:00
} ,
"recipe-data-migrations" : "Recipe Data Migrations" ,
"recipe-data-migrations-explanation" : "Recipes can be migrated from another supported application to Mealie. This is a great way to get started with Mealie." ,
"choose-migration-type" : "Choose Migration Type" ,
"tag-all-recipes" : "Tag all recipes with {tag-name} tag" ,
"nextcloud-text" : "Nextcloud recipes can be imported from a zip file that contains the data stored in Nextcloud. See the example folder structure below to ensure your recipes are able to be imported." ,
"chowdown-text" : "Mealie natively supports the chowdown repository format. Download the code repository as a .zip file and upload it below" ,
"recipe-1" : "Recipe 1" ,
"recipe-2" : "Recipe 2" ,
"paprika-text" : "Mealie can import recipes from the Paprika application. Export your recipes from paprika, rename the export extension to .zip and upload it below." ,
"mealie-text" : "Mealie can import recipes from the Mealie application from a pre v1.0 release. Export your recipes from your old instance, and upload the zip file below. Note that only recipes can be imported from the export."
2022-04-10 14:07:35 -08:00
} ,
"new-recipe" : {
"bulk-add" : "Ajouter en masse" ,
"error-details" : "Seuls les sites Web contenant ld+json ou des microdonnées peuvent être importés par Mealie. La plupart des grands sites web de recettes sont compatibles avec cette structure de données. Si votre site ne peut pas être importé mais qu'il y a des données JSON dans le journal, veuillez soumettre un problème GitHub avec l'URL et les données." ,
"error-title" : "On dirait qu'on n'a pas pu trouver quoi que ce soit" ,
"from-url" : "Depuis une adresse Web" ,
"github-issues" : "Anomalies GitHub" ,
"google-ld-json-info" : "Infos Json-Ld Google" ,
"must-be-a-valid-url" : "Doit être une URL valide" ,
"paste-in-your-recipe-data-each-line-will-be-treated-as-an-item-in-a-list" : "Copiez votre recette ici. Chaque ligne sera traitée comme un objet de la liste" ,
"recipe-markup-specification" : "Spécification du marquage des recettes" ,
"recipe-url" : "Adresse de la recette" ,
"upload-a-recipe" : "Télécharger une recette" ,
"upload-individual-zip-file" : "Chargez un fichier .zip exporté depuis une autre instance Mealie." ,
"url-form-hint" : "Copiez et collez un lien depuis votre site de recettes favori" ,
New Crowdin updates (#1214)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Turkish)
* New translations en-US.json (French)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Dutch)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Korean)
* New translations en-US.json (French)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
2022-05-15 15:30:49 -08:00
"view-scraped-data" : "Voir les données récupérées" ,
2022-07-09 21:17:34 -08:00
"trim-whitespace-description" : "Ajuster les espaces de début et de fin ainsi que les lignes vides" ,
"trim-prefix-description" : "Couper le premier caractère de chaque ligne" ,
2022-08-19 11:43:31 -08:00
"split-by-numbered-line-description" : "Tenter de découper un paragraphe par correspondance de motifs : '1) ou '1.'" ,
2022-08-26 14:21:45 -08:00
"import-by-url" : "Importer une recette par son URL" ,
2022-09-27 18:55:35 -08:00
"create-manually" : "Créer une recette manuellement" ,
2023-01-28 16:57:34 -09:00
"make-recipe-image" : "Faire de cette image l’ image de recette"
2022-04-10 14:07:35 -08:00
} ,
"page" : {
"404-page-not-found" : "404 Page introuvable" ,
"all-recipes" : "Toutes les recettes" ,
"new-page-created" : "Nouvelle page créée" ,
"page" : "Page" ,
"page-creation-failed" : "La création de la page a échoué" ,
"page-deleted" : "Page supprimée" ,
"page-deletion-failed" : "La suppression de la page a échoué" ,
"page-update-failed" : "La mise à jour de la page a échoué" ,
"page-updated" : "Page mise à jour" ,
"pages-update-failed" : "La mise à jour des pages a échoué" ,
2022-08-19 11:43:31 -08:00
"pages-updated" : "Pages mises à jour" ,
2022-08-26 14:21:45 -08:00
"404-not-found" : "404 Page introuvable" ,
"an-error-occurred" : "Une erreur est survenue"
2022-04-10 14:07:35 -08:00
} ,
"recipe" : {
"add-key" : "Ajouter une clé" ,
"add-to-favorites" : "Ajouter aux favoris" ,
"api-extras" : "Extras API" ,
"calories" : "Calories" ,
"calories-suffix" : "calories" ,
"carbohydrate-content" : "Glucides" ,
"categories" : "Catégories" ,
"comment-action" : "Commenter" ,
2022-12-29 14:27:49 -08:00
"comment" : "Commentaire" ,
2022-04-10 14:07:35 -08:00
"comments" : "Commentaires" ,
"delete-confirmation" : "Êtes-vous sûr(e) de vouloir supprimer cette recette?" ,
"delete-recipe" : "Supprimer la recette" ,
"description" : "Description" ,
"disable-amount" : "Désactiver les quantités d'ingrédients" ,
"disable-comments" : "Désactiver les commentaires" ,
2022-12-18 09:44:21 -09:00
"duplicate" : "Dupliquer la recette" ,
"duplicate-name" : "Nom de la nouvelle recette" ,
2022-07-09 21:17:34 -08:00
"edit-scale" : "Modifier l'échelle" ,
2022-04-10 14:07:35 -08:00
"fat-content" : "Matières grasses" ,
"fiber-content" : "Fibres" ,
"grams" : "grammes" ,
"ingredient" : "Ingrédient" ,
"ingredients" : "Ingrédients" ,
"insert-section" : "Insérer une section" ,
"instructions" : "Instructions" ,
"key-name-required" : "Un nom de clé est requis" ,
"landscape-view-coming-soon" : "Vue paysage (bientôt disponible)" ,
"milligrams" : "milligrammes" ,
"new-key-name" : "Nouveau nom de clé" ,
"no-white-space-allowed" : "Aucun espace blanc autorisé" ,
"note" : "Note" ,
"nutrition" : "Valeurs nutritionnelles" ,
"object-key" : "Clé d'objet" ,
"object-value" : "Valeur d'objet" ,
"original-url" : "Recette originale" ,
"perform-time" : "Temps de cuisson" ,
"prep-time" : "Temps de préparation" ,
"protein-content" : "Protéines" ,
"public-recipe" : "Recette publique" ,
"recipe-created" : "Recette créée" ,
"recipe-creation-failed" : "La création de la recette a échoué" ,
"recipe-deleted" : "Recette supprimée" ,
"recipe-image" : "Image de la recette" ,
"recipe-image-updated" : "L'image de la recette a été mise à jour" ,
"recipe-name" : "Nom de la recette" ,
"recipe-settings" : "Paramètres de la recette" ,
"recipe-update-failed" : "La mise à jour de la recette a échoué" ,
"recipe-updated" : "Recette mise à jour" ,
"remove-from-favorites" : "Supprimer des favoris" ,
"remove-section" : "Supprimer une section" ,
"save-recipe-before-use" : "Enregistrez la recette avant utilisation" ,
"section-title" : "Titre de la section" ,
"servings" : "Portions" ,
"share-recipe-message" : "Je voulais partager ma recette de {0} avec vous." ,
"show-nutrition-values" : "Afficher les valeurs nutritionnelles" ,
"sodium-content" : "Sodium" ,
"step-index" : "Étape {step}" ,
"sugar-content" : "Sucres" ,
"title" : "Titre" ,
"total-time" : "Temps total" ,
New Crowdin updates (#1214)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Turkish)
* New translations en-US.json (French)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Dutch)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Korean)
* New translations en-US.json (French)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
2022-05-15 15:30:49 -08:00
"unable-to-delete-recipe" : "Impossible de supprimer la recette" ,
2022-08-10 16:03:01 -08:00
"no-recipe" : "Pas de recette" ,
2022-08-26 14:21:45 -08:00
"locked-by-owner" : "Verrouillé par le propriétaire" ,
"join-the-conversation" : "Rejoindre la conversation" ,
"add-recipe-to-mealplan" : "Ajouter la recette à la planification du menu" ,
"entry-type" : "Type d'entrée" ,
"date-format-hint" : "Format MM/JJ/AAAA" ,
2022-12-18 09:44:21 -09:00
"date-format-hint-yyyy-mm-dd" : "Format AAAA-MM-JJ" ,
2022-08-26 14:21:45 -08:00
"add-to-list" : "Ajouter à la liste" ,
"add-to-plan" : "Ajouter à la planification des repas" ,
"recipe-added-to-list" : "Recette ajoutée à la liste" ,
"recipe-added-to-mealplan" : "Recette ajoutée à la planification des repas" ,
"failed-to-add-recipe-to-mealplan" : "Échec de l'ajout de la recette à la planification des repas" ,
2022-09-27 18:55:35 -08:00
"yield" : "Rendement" ,
2022-08-26 14:21:45 -08:00
"quantity" : "Quantité" ,
"choose-unit" : "Choisir une unité" ,
"press-enter-to-create" : "Clique sur Entrer pour créer" ,
"choose-food" : "Choisir un aliment" ,
2022-08-10 16:03:01 -08:00
"notes" : "Notes" ,
2022-08-26 14:21:45 -08:00
"toggle-section" : "Activer/désactiver la section" ,
2022-09-10 09:14:22 -08:00
"see-original-text" : "Afficher le texte original" ,
"original-text-with-value" : "Texte original: {originalText}" ,
2023-01-28 16:57:34 -09:00
"ingredient-linker" : "Liaison d’ ingrédients" ,
2022-08-26 14:21:45 -08:00
"linked-to-other-step" : "Lié à une autre étape" ,
2022-08-10 16:03:01 -08:00
"auto" : "Auto" ,
2022-09-10 09:14:22 -08:00
"cook-mode" : "Mode Cuisine" ,
2022-08-26 14:21:45 -08:00
"link-ingredients" : "Ingrédients du lien" ,
2022-09-10 09:14:22 -08:00
"merge-above" : "Fusionner avec au-dessus" ,
2022-08-26 14:21:45 -08:00
"reset-scale" : "Réinitialiser échelle" ,
"decrease-scale-label" : "Diminuer l'échelle de 1" ,
"increase-scale-label" : "Augmenter l'échelle de 1" ,
2022-09-10 09:14:22 -08:00
"locked" : "Verrouillé" ,
2022-12-18 09:44:21 -09:00
"public-link" : "Lien public" ,
2023-01-28 16:57:34 -09:00
"edit-timeline-event" : "Modifier l’ événement dans l’ historique" ,
"timeline" : "Historique" ,
"timeline-is-empty" : "Pas encore d’ historique. Essayez de cuisiner cette recette !" ,
"open-timeline" : "Ouvrir l’ historique" ,
"made-this" : "Je l’ ai cuisiné" ,
"how-did-it-turn-out" : "C’ était bon ?" ,
"user-made-this" : "{user} l’ a cuisiné" ,
2023-02-12 11:16:39 -09:00
"last-made-date" : "Cuisiné le {date}" ,
"api-extras-description" : "Les extras de recette sont une caractéristique clé de l'API Mealie. Ils vous permettent de créer des paires clé/valeur json personnalisées dans une recette à référencer depuis des applications externes. Vous pouvez utiliser ces clés pour stocker des informations utiles à l'automatisation ou des messages personnalisés à relayer vers l'appareil souhaité." ,
"message-key" : "Clé de message" ,
"parse" : "Analyser" ,
2023-03-12 12:36:48 -08:00
"attach-images-hint" : "Ajouter des images en les glissant-déposant dans l'éditeur" ,
2023-02-12 11:16:39 -09:00
"enable-ingredient-amounts-to-use-this-feature" : "Activez les quantités d'ingrédients pour utiliser cette fonctionnalité" ,
"recipes-with-units-or-foods-defined-cannot-be-parsed" : "Les recettes avec des unités ou des aliments définis ne peuvent pas être analysées." ,
"parse-ingredients" : "Analyser les ingrédients" ,
"edit-markdown" : "Modifier le Markdown" ,
"recipe-creation" : "Création d'une recette" ,
"select-one-of-the-various-ways-to-create-a-recipe" : "Sélectionnez l'une des différentes façons de créer une recette" ,
"looking-for-migrations" : "Vous cherchez les migrations ?" ,
"import-with-url" : "Importer depuis une URL" ,
"create-recipe" : "Créer une recette" ,
"import-with-zip" : "Importer un .zip" ,
"create-recipe-from-an-image" : "Créer une recette à partir d'une image" ,
"bulk-url-import" : "Importation en masse d'URL" ,
"debug-scraper" : "Déboguer le récupérateur" ,
"create-a-recipe-by-providing-the-name-all-recipes-must-have-unique-names" : "Créer une recette en fournissant le nom. Toutes les recettes doivent avoir des noms uniques." ,
"new-recipe-names-must-be-unique" : "Les noms de nouvelles recettes doivent être uniques" ,
"scrape-recipe" : "Récupérer une recette" ,
"scrape-recipe-description" : "Récupérer une recette par URL. Fournissez l'URL de la page que vous voulez récupérer, et Mealie essaiera d'en extraire la recette pour l'ajouter à votre collection." ,
"import-original-keywords-as-tags" : "Importer les mots-clés d'origine en tant que tags" ,
"stay-in-edit-mode" : "Rester en mode édition" ,
"import-from-zip" : "Importer depuis un zip" ,
"import-from-zip-description" : "Importer une recette qui a été exportée depuis une autre instance de Mealie." ,
"zip-files-must-have-been-exported-from-mealie" : "Les fichiers .zip doivent avoir été exportés depuis Mealie" ,
"create-a-recipe-by-uploading-a-scan" : "Créer une recette en envoyant un scan." ,
"upload-a-png-image-from-a-recipe-book" : "Importer une image png d'un livre de recettes" ,
"recipe-bulk-importer" : "Importation en masse de recettes" ,
"recipe-bulk-importer-description" : "L'importateur en masse de recettes vous permet d'importer plusieurs recettes à la fois en lançant l'import en arrière-plan. Cela peut être utile lors de la migration vers Mealie, ou lorsque vous voulez importer un grand nombre de recettes." ,
"set-categories-and-tags" : "Définir des catégories et des étiquettes" ,
"bulk-imports" : "Imports en masse" ,
"bulk-import-process-has-started" : "Le processus d'importation en masse a commencé" ,
"bulk-import-process-has-failed" : "Le processus d'importation en masse a échoué" ,
"report-deletion-failed" : "La suppression du rapport a échoué" ,
"recipe-debugger" : "Débogueur de recette" ,
"recipe-debugger-description" : "Récupérez l'URL de la recette que vous voulez déboguer et collez-la ici. La recette sera analysée et les résultats seront affichés. Si vous ne voyez aucune donnée retournée, le site que vous essayez de récupérer n'est pas pris en charge par Mealie." ,
"debug" : "Déboguer" ,
"tree-view" : "Vue en arborescence" ,
2023-03-23 09:26:40 -08:00
"recipe-yield" : "Nombre de parts" ,
"unit" : "Unit" ,
"upload-image" : "Upload image"
2022-04-10 14:07:35 -08:00
} ,
"search" : {
"advanced-search" : "Recherche avancée" ,
"and" : "et" ,
"exclude" : "Exclure" ,
"include" : "Inclure" ,
"max-results" : "Nombre de résultats maximum" ,
"or" : "Ou" ,
2023-02-26 10:34:09 -09:00
"has-any" : "A n'importe quel" ,
"has-all" : "A tout" ,
2022-04-10 14:07:35 -08:00
"results" : "Résultats" ,
"search" : "Rechercher" ,
"search-mealie" : "Rechercher dans Mealie (appuyez sur /)" ,
"search-placeholder" : "Rechercher..." ,
2022-08-19 11:43:31 -08:00
"tag-filter" : "Filtre par mots-clés" ,
2023-01-28 16:57:34 -09:00
"search-hint" : "Appuyez sur « /»" ,
2023-03-23 09:26:40 -08:00
"advanced" : "Avancé" ,
"auto-search" : "Auto Search"
2022-04-10 14:07:35 -08:00
} ,
"settings" : {
"add-a-new-theme" : "Ajouter un nouveau thème" ,
"admin-settings" : "Paramètres d'administration" ,
"backup" : {
"backup-created-at-response-export_path" : "Sauvegarde créée dans {path}" ,
"backup-deleted" : "Sauvegarde supprimée" ,
"backup-tag" : "Tag de la sauvegarde" ,
"create-heading" : "Créer une sauvegarde" ,
"delete-backup" : "Supprimer la sauvegarde" ,
"error-creating-backup-see-log-file" : "Erreur de création de la sauvegarde. Voir les logs" ,
"full-backup" : "Sauvegarde complète" ,
"import-summary" : "Résumé de l'importation" ,
"partial-backup" : "Sauvegarde partielle" ,
2023-03-23 09:26:40 -08:00
"unable-to-delete-backup" : "Impossible de supprimer la sauvegarde." ,
"experimental-description" : "Backups a total snapshots of the database and data directory of the site. This includes all data and cannot be set to exclude subsets of data. You can think off this as a snapshot of Mealie at a specific time. Currently, {not-crossed-version} (data migrations are not done automatically). These serve as a database agnostic way to export and import data or backup the site to an external location." ,
"not-crossed-version" : "this backup mechanism is not cross-version and therefore cannot be used to migrate data between versions" ,
"backup-restore" : "Backup Restore" ,
"back-restore-description" : "Restoring this backup will overwrite all the current data in your database and in the data directory and replace them with the contents of this backup. {cannot-be-undone} If the restoration is successful, you will be logged out." ,
"cannot-be-undone" : "This action cannot be undone - use with caution." ,
"postgresql-note" : "If you are using PostGreSQL, please review the {backup-restore-process} prior to restoring." ,
"backup-restore-process-in-the-documentation" : "backup/restore process in the documentation" ,
"irreversible-acknowledgment" : "I understand that this action is irreversible, destructive and may cause data loss" ,
"restore-backup" : "Restore Backup"
2022-04-10 14:07:35 -08:00
} ,
"backup-and-exports" : "Sauvegardes" ,
"change-password" : "Modifier le mot de passe" ,
"current" : "Version :" ,
"custom-pages" : "Pages personnalisées" ,
"edit-page" : "Modifier la page" ,
"events" : "Évènements" ,
"first-day-of-week" : "Premier jour de la semaine" ,
"group-settings-updated" : "Paramètres du groupe mis à jour" ,
"homepage" : {
"all-categories" : "Toutes les catégories" ,
"card-per-section" : "Tuiles par section" ,
"home-page" : "Page d'accueil" ,
"home-page-sections" : "Sections de la page d'accueil" ,
"show-recent" : "Afficher les récentes"
} ,
"language" : "Langue" ,
"latest" : "Dernière" ,
"local-api" : "API locale" ,
"locale-settings" : "Paramètres régionaux" ,
"migrations" : "Migrations" ,
"new-page" : "Nouvelle page" ,
"notify" : "Notifier" ,
"organize" : "Organiser" ,
"page-name" : "Nom de la page" ,
"pages" : "Pages" ,
"profile" : "Profil" ,
"remove-existing-entries-matching-imported-entries" : "Supprimer les entrées existantes correspondant aux entrées importées" ,
"set-new-time" : "Indiquer une nouvelle heure" ,
"settings-update-failed" : "La mise à jour des paramètres a échoué" ,
"settings-updated" : "Paramètres mis à jour" ,
"site-settings" : "Paramètres du site" ,
"theme" : {
"accent" : "Accentué" ,
"dark" : "Sombre" ,
"default-to-system" : "Identique au système" ,
"error" : "Erreur" ,
"error-creating-theme-see-log-file" : "Erreur lors de la création du thème. Consultez les logs." ,
"error-deleting-theme" : "Erreur lors de la suppression du thème" ,
"error-updating-theme" : "Erreur lors de la mise à jour du thème" ,
"info" : "Information" ,
"light" : "Clair" ,
"primary" : "Primaire" ,
"secondary" : "Secondaire" ,
"success" : "Succès" ,
"switch-to-dark-mode" : "Basculer en mode sombre" ,
"switch-to-light-mode" : "Basculer en mode clair" ,
"theme-deleted" : "Thème supprimé" ,
"theme-name" : "Nom du thème" ,
"theme-name-is-required" : "Un nom de thème est requis." ,
"theme-saved" : "Thème enregistré" ,
"theme-updated" : "Thème mis à jour" ,
2022-08-19 11:43:31 -08:00
"warning" : "Avertissement" ,
2022-08-26 14:21:45 -08:00
"light-mode" : "Mode Clair" ,
"dark-mode" : "Mode sombre"
2022-04-10 14:07:35 -08:00
} ,
"token" : {
"active-tokens" : "JETONS ACTIFS" ,
"api-token" : "Jeton de l'API" ,
"api-tokens" : "Jetons de l'API" ,
"copy-this-token-for-use-with-an-external-application-this-token-will-not-be-viewable-again" : "Copiez ce jeton pour l'utiliser avec une application externe. Ce jeton ne sera plus consultable." ,
"create-an-api-token" : "Créer un jeton API" ,
2023-03-23 09:26:40 -08:00
"token-name" : "Nom du jeton" ,
"generate" : "Generate" ,
"you-have-token-count" : "You have no active tokens.|You have one active token.|You have {count} active tokens."
2022-04-10 14:07:35 -08:00
} ,
"toolbox" : {
"assign-all" : "Assigner tout" ,
"bulk-assign" : "Assigner en masse" ,
"new-name" : "Nouveau nom" ,
"no-unused-items" : "Aucun élément inutilisé" ,
"recipes-affected" : "Aucune recette affectée|Une recette affectée|{count} recettes affectées" ,
"remove-unused" : "Supprimer orphelins" ,
"title-case-all" : "Majuscules partout" ,
"toolbox" : "Boîte à outils" ,
"unorganized" : "Non organisé(s)"
} ,
"webhooks" : {
"test-webhooks" : "Tester les webhooks" ,
"the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at" : "Les liens dans cette liste recevront les webhooks contenant les recettes pour le menu du jour. Actuellement, les webhooks se lancent à" ,
"webhook-url" : "Lien du webhook" ,
New Crowdin updates (#1214)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Turkish)
* New translations en-US.json (French)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Dutch)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Korean)
* New translations en-US.json (French)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
2022-05-15 15:30:49 -08:00
"webhooks-caps" : "WEBHOOKS" ,
2022-08-10 16:03:01 -08:00
"webhooks" : "Webhooks" ,
2023-03-23 09:26:40 -08:00
"webhook-name" : "Nom du Webhook" ,
"description" : "The webhooks defined below will be executed when a meal is defined for the day. At the scheduled time the webhooks will be sent with the data from the recipe that is scheduled for the day. Note that webhook execution is not exact. The webhooks are executed on a 5 minutes interval so the webhooks will be executed within 5 +/- minutes of the scheduled."
} ,
"bug-report" : "Bug Report" ,
"bug-report-information" : "Use this information to report a bug. Providing details of your instance to developers is the best way to get your issues resolved quickly." ,
"tracker" : "Tracker" ,
"configuration" : "Configuration" ,
"docker-volume" : "Docker Volume" ,
"docker-volume-help" : "Mealie requires that the frontend container and the backend share the same docker volume or storage. This ensures that the frontend container can properly access the images and assets stored on disk." ,
"volumes-are-misconfigured" : "Volumes are misconfigured" ,
"volumes-are-configured-correctly" : "Volumes are configured correctly." ,
"status-unknown-try-running-a-validation" : "Status Unknown. Try running a validation." ,
"validate" : "Validate" ,
"email-configuration-status" : "Email Configuration Status" ,
"ready" : "Ready" ,
"not-ready" : "Not Ready - Check Environmental Variables" ,
"succeeded" : "Succeeded" ,
"failed" : "Failed" ,
"general-about" : "General About" ,
"application-version" : "Application Version" ,
"application-version-error-text" : "Your current version ({0}) does not match the latest release. Considering updating to the latest version ({1})." ,
"mealie-is-up-to-date" : "Mealie is up to date" ,
"secure-site" : "Secure Site" ,
"secure-site-error-text" : "Serve via localhost or secure with https. Clipboard and additional browser APIs may not work." ,
"secure-site-success-text" : "Site is accessed by localhost or https" ,
"server-side-base-url" : "Server Side Base URL" ,
"server-side-base-url-error-text" : "`BASE_URL` is still the default value on API Server. This will cause issues with notifications links generated on the server for emails, etc." ,
"server-side-base-url-success-text" : "Server Side URL does not match the default" ,
"ldap-ready" : "LDAP Ready" ,
"ldap-ready-error-text" : "Not all LDAP Values are configured. This can be ignored if you are not using LDAP Authentication." ,
"ldap-ready-success-text" : "Required LDAP variables are all set." ,
"build" : "Build" ,
"recipe-scraper-version" : "Recipe Scraper Version"
2022-04-10 14:07:35 -08:00
} ,
"shopping-list" : {
"all-lists" : "Toutes les listes" ,
"create-shopping-list" : "Créer une liste d'épicerie" ,
"from-recipe" : "À partir d'une recette" ,
"list-name" : "Nom de la liste" ,
"new-list" : "Nouvelle liste" ,
"quantity" : "Quantité : {0}" ,
"shopping-list" : "Liste d'épicerie" ,
2022-08-10 16:03:01 -08:00
"shopping-lists" : "Listes d'épicerie" ,
2022-08-26 14:21:45 -08:00
"food" : "Aliments" ,
2022-08-10 16:03:01 -08:00
"note" : "Note" ,
2022-09-10 09:14:22 -08:00
"label" : "Étiquette" ,
2023-01-28 16:57:34 -09:00
"linked-item-warning" : "Cet article est lié à une ou plusieurs recettes. Ajuster les unités ou les aliments donnera des résultats inattendus lors de l’ ajout ou de la suppression de la recette de cette liste." ,
"toggle-food" : "Activer/Désactiver aliment" ,
2023-02-12 11:16:39 -09:00
"manage-labels" : "Gérer les libellés" ,
"are-you-sure-you-want-to-delete-this-item" : "Êtes-vous sûr de vouloir supprimer cet élément?" ,
"copy-as-text" : "Copier comme texte" ,
"copy-as-markdown" : "Copier comme Markdown" ,
"delete-checked" : "Supprimer la sélection" ,
"toggle-label-sort" : "Activer le tri par étiquettes" ,
2023-02-26 10:34:09 -09:00
"reorder-labels" : "Réorganiser les étiquettes" ,
2023-02-12 11:16:39 -09:00
"uncheck-all-items" : "Décocher tous les éléments" ,
2023-02-26 10:34:09 -09:00
"check-all-items" : "Cocher tous les éléments" ,
2023-02-05 09:42:55 -09:00
"linked-recipes-count" : "Aucune recette liée|Une recette liée|{count} recettes liées" ,
"items-checked-count" : "Aucun élément coché|Un élément coché|{count} éléments cochés" ,
2023-02-26 10:34:09 -09:00
"no-label" : "Aucune étiquette" ,
2023-03-12 12:36:48 -08:00
"completed-on" : "Terminé le {date}"
2022-04-10 14:07:35 -08:00
} ,
"sidebar" : {
"all-recipes" : "Les recettes" ,
New Crowdin updates (#1214)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Turkish)
* New translations en-US.json (French)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Dutch)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Korean)
* New translations en-US.json (French)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
2022-05-15 15:30:49 -08:00
"backups" : "Sauvegardes" ,
2022-04-10 14:07:35 -08:00
"categories" : "Catégories" ,
2022-07-09 21:17:34 -08:00
"cookbooks" : "Livre de recettes" ,
2022-04-10 14:07:35 -08:00
"dashboard" : "Console" ,
"home-page" : "Accueil" ,
"manage-users" : "Utilisateurs" ,
"migrations" : "Migrations" ,
"profile" : "Profil" ,
"search" : "Rechercher" ,
"site-settings" : "Paramètres" ,
"tags" : "Mots-clés" ,
New Crowdin updates (#1214)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Turkish)
* New translations en-US.json (French)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Dutch)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Korean)
* New translations en-US.json (French)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
2022-05-15 15:30:49 -08:00
"toolbox" : "Boîte à outils" ,
2022-08-19 11:43:31 -08:00
"language" : "Langue" ,
"maintenance" : "Maintenance" ,
2022-08-26 14:21:45 -08:00
"background-tasks" : "Tâches en arrière-plan" ,
2022-09-10 09:14:22 -08:00
"parser" : "Analyseur syntaxique" ,
2022-08-26 14:21:45 -08:00
"developer" : "Développeur" ,
"cookbook" : "Livre de recettes" ,
"create-cookbook" : "Créer un nouveau livre de recettes"
2022-04-10 14:07:35 -08:00
} ,
"signup" : {
"error-signing-up" : "Erreur lors de l'inscription" ,
"sign-up" : "S'inscrire" ,
"sign-up-link-created" : "Lien d'inscription créé" ,
"sign-up-link-creation-failed" : "La création du lien d'inscription a échoué" ,
"sign-up-links" : "Liens d'inscription" ,
"sign-up-token-deleted" : "Jeton d'inscription supprimé" ,
"sign-up-token-deletion-failed" : "La suppression du jeton d'inscription a échoué" ,
"welcome-to-mealie" : "Bienvenue sur Mealie! Pour devenir un utilisateur de cette instance, vous devez avoir un lien d'invitation valide. Si vous n'avez pas reçu d'invitation, vous ne pouvez pas vous inscrire. Pour recevoir un lien, contactez l'administrateur du site."
} ,
"tag" : {
"tag-created" : "Mot-clé créé" ,
"tag-creation-failed" : "La création du mot-clé a échoué" ,
"tag-deleted" : "Mot-clé supprimé" ,
"tag-deletion-failed" : "La suppression du mot-clé a échoué" ,
"tag-update-failed" : "La mise à jour du mot-clé a échoué" ,
"tag-updated" : "Mot-clé mis à jour" ,
"tags" : "Mots-clés" ,
2022-08-10 16:03:01 -08:00
"untagged-count" : "{count} sans mot-clés" ,
2022-08-26 14:21:45 -08:00
"create-a-tag" : "Créer une étiquette" ,
"tag-name" : "Nom d'étiquette"
2022-04-10 14:07:35 -08:00
} ,
New Crowdin updates (#1214)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Turkish)
* New translations en-US.json (French)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Dutch)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Korean)
* New translations en-US.json (French)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
2022-05-15 15:30:49 -08:00
"tool" : {
2022-08-10 16:03:01 -08:00
"tools" : "Outils" ,
2022-09-10 09:14:22 -08:00
"on-hand" : "Disponible" ,
2023-02-05 09:42:55 -09:00
"create-a-tool" : "Créer un ustensile" ,
"tool-name" : "Nom de l’ ustensile" ,
"create-new-tool" : "Créer un nouvel ustensile" ,
2023-01-28 16:57:34 -09:00
"on-hand-checkbox-label" : "Afficher comme disponible (coché)" ,
2023-02-05 09:42:55 -09:00
"required-tools" : "Ustensiles nécessaires"
New Crowdin updates (#1214)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Turkish)
* New translations en-US.json (French)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Dutch)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Korean)
* New translations en-US.json (French)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
2022-05-15 15:30:49 -08:00
} ,
2022-04-10 14:07:35 -08:00
"user" : {
"admin" : "Administrateur" ,
"are-you-sure-you-want-to-delete-the-link" : "Voulez-vous réellement supprimer le lien <b>{link}<b/>?" ,
"are-you-sure-you-want-to-delete-the-user" : "Voulez-vous réellement supprimer l'utilisateur <b>{activeName} ID : {activeId}<b/>?" ,
2023-03-12 12:36:48 -08:00
"auth-method" : "Méthode d'auth." ,
2022-04-10 14:07:35 -08:00
"confirm-link-deletion" : "Confirmer la suppression du lien" ,
"confirm-password" : "Confirmer mot de passe" ,
"confirm-user-deletion" : "Confirmer la suppression" ,
"could-not-validate-credentials" : "La vérification de vos identifiants a échoué" ,
"create-link" : "Créer un lien" ,
"create-user" : "Créer utilisateur" ,
"current-password" : "Mot de passe actuel" ,
"e-mail-must-be-valid" : "Le courriel doit être valide" ,
"edit-user" : "Modifier l'utilisateur" ,
"email" : "Courriel" ,
"error-cannot-delete-super-user" : "Erreur! Impossible de supprimer le super utilisateur" ,
"existing-password-does-not-match" : "Le mot de passe actuel ne correspond pas" ,
"full-name" : "Nom" ,
2023-03-12 12:57:38 -08:00
"generate-password-reset-link" : "Generate Password Reset Link" ,
2022-07-09 21:17:34 -08:00
"invite-only" : "Invités uniquement" ,
2022-04-10 14:07:35 -08:00
"link-id" : "ID du lien" ,
"link-name" : "Nom du lien" ,
"login" : "Connexion" ,
"logout" : "Déconnexion" ,
"manage-users" : "Gérer les utilisateurs" ,
"new-password" : "Nouveau mot de passe" ,
"new-user" : "Nouvel utilisateur" ,
"password-has-been-reset-to-the-default-password" : "Le mot de passe a été réinitialisé à la valeur par défaut" ,
"password-must-match" : "Les mots de passe doivent correspondre" ,
"password-reset-failed" : "Échec de la réinitialisation du mot de passe" ,
"password-updated" : "Mot de passe mis à jour" ,
New Crowdin updates (#1214)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Turkish)
* New translations en-US.json (French)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Dutch)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Korean)
* New translations en-US.json (French)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
2022-05-15 15:30:49 -08:00
"password" : "Mot de passe" ,
2022-07-09 21:17:34 -08:00
"password-strength" : "Robustesse du mot de passe : {strength}" ,
New Crowdin updates (#1214)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Turkish)
* New translations en-US.json (French)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Dutch)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Korean)
* New translations en-US.json (French)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
2022-05-15 15:30:49 -08:00
"register" : "S'inscrire" ,
2022-04-10 14:07:35 -08:00
"reset-password" : "Réinitialiser le mot de passe" ,
"sign-in" : "Se connecter" ,
"total-mealplans" : "Nombre de menus" ,
"total-users" : "Nombre d'utilisateurs" ,
"upload-photo" : "Importer une photo" ,
"use-8-characters-or-more-for-your-password" : "Utilisez au moins 8 caractères pour votre mot de passe" ,
"user-created" : "Utilisateur créé" ,
"user-creation-failed" : "La création de l'utilisateur a échoué" ,
"user-deleted" : "Utilisateur supprimé" ,
"user-id-with-value" : "ID utilisateur : {id}" ,
New Crowdin updates (#1214)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Turkish)
* New translations en-US.json (French)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Dutch)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Korean)
* New translations en-US.json (French)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
2022-05-15 15:30:49 -08:00
"user-id" : "ID utilisateur" ,
2022-04-10 14:07:35 -08:00
"user-password" : "Mot de passe de l'utilisateur" ,
"user-successfully-logged-in" : "Connexion réussie" ,
"user-update-failed" : "La mise à jour de l'utilisateur a échoué" ,
"user-updated" : "Utilisateur mis à jour" ,
New Crowdin updates (#1214)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Turkish)
* New translations en-US.json (French)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Dutch)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Korean)
* New translations en-US.json (French)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
2022-05-15 15:30:49 -08:00
"user" : "Utilisateur" ,
2022-04-10 14:07:35 -08:00
"username" : "Nom d'utilisateur" ,
"users-header" : "UTILISATEURS" ,
New Crowdin updates (#1214)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Turkish)
* New translations en-US.json (French)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Dutch)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Korean)
* New translations en-US.json (French)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
2022-05-15 15:30:49 -08:00
"users" : "Utilisateurs" ,
2022-04-10 14:07:35 -08:00
"webhook-time" : "Heure du Webhook" ,
"webhooks-enabled" : "Webhooks activés" ,
"you-are-not-allowed-to-create-a-user" : "Vous n'avez pas le droit de créer un utilisateur" ,
New Crowdin updates (#1214)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Turkish)
* New translations en-US.json (French)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Dutch)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Korean)
* New translations en-US.json (French)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
2022-05-15 15:30:49 -08:00
"you-are-not-allowed-to-delete-this-user" : "Vous n'avez pas le droit de supprimer cet utilisateur" ,
2022-07-09 21:17:34 -08:00
"enable-advanced-content" : "Activer le contenu avancé" ,
2022-08-19 11:43:31 -08:00
"enable-advanced-content-description" : "Active les fonctionnalités avancées comme la mise à l'échelle des recettes, les clés API, les Webhooks, et la gestion des données. Ne vous inquiétez pas, vous pouvez toujours modifier cela plus tard" ,
2023-01-28 16:57:34 -09:00
"favorite-recipes" : "Recettes préférées" ,
2023-02-05 09:42:55 -09:00
"email-or-username" : "E-mail ou nom d'utilisateur" ,
"remember-me" : "Se souvenir de moi" ,
"please-enter-your-email-and-password" : "Veuillez saisir votre e-mail et votre mot de passe" ,
"invalid-credentials" : "Identifiants invalides" ,
"account-locked-please-try-again-later" : "Compte verrouillé. Veuillez réessayer plus tard" ,
"user-favorites" : "Favoris utilisateur" ,
2023-01-28 16:57:34 -09:00
"password-strength-values" : {
2023-02-05 09:42:55 -09:00
"weak" : "Faible" ,
"good" : "Satisfaisant" ,
"strong" : "Fort" ,
"very-strong" : "Très fort"
2023-03-23 09:26:40 -08:00
} ,
"user-management" : "User Management" ,
"reset-locked-users" : "Reset Locked Users" ,
"admin-user-creation" : "Admin User Creation" ,
"user-details" : "User Details" ,
"user-name" : "User Name" ,
"authentication-method" : "Authentication Method" ,
"authentication-method-hint" : "This specifies how a user will authenticate with Mealie. If you're not sure, choose 'Mealie" ,
"permissions" : "Permissions" ,
"administrator" : "Administrator" ,
"user-can-invite-other-to-group" : "User can invite other to group" ,
"user-can-manage-group" : "User can manage group" ,
"user-can-organize-group-data" : "User can organize group data" ,
"enable-advanced-features" : "Enable advanced features"
New Crowdin updates (#1214)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Turkish)
* New translations en-US.json (French)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Dutch)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Korean)
* New translations en-US.json (French)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
2022-05-15 15:30:49 -08:00
} ,
"language-dialog" : {
2022-06-09 10:16:09 -08:00
"translated" : "traduit" ,
"choose-language" : "Choisir la langue" ,
2023-01-28 16:57:34 -09:00
"select-description" : "Choisissez la langue de l’ interface utilisateur de Mealie. Ce paramètre s’ applique uniquement à vous, pas aux autres utilisateurs." ,
"how-to-contribute-description" : "Quelque chose n’ est pas encore traduit, mal traduit, ou votre langue est manquante dans la liste ? {read-the-docs-link} sur la façon de contribuer !" ,
2022-07-09 21:17:34 -08:00
"read-the-docs" : "Lire la documentation"
New Crowdin updates (#1214)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Turkish)
* New translations en-US.json (French)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Dutch)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Korean)
* New translations en-US.json (French)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
2022-05-15 15:30:49 -08:00
} ,
"data-pages" : {
"foods" : {
2023-01-28 16:57:34 -09:00
"merge-dialog-text" : "La combinaison des aliments sélectionnés fusionnera l’ aliment source et l’ aliment cible en un seul aliment. L’ aliment source sera supprimé et toutes les références à l’ aliment source seront mises à jour pour pointer vers l’ aliment cible." ,
2022-07-09 21:17:34 -08:00
"merge-food-example" : "Fusion de {food1} dans {food2}" ,
2023-02-12 11:16:39 -09:00
"seed-dialog-text" : "Initialisez la base de données avec des aliments basés sur votre langue locale. Cela permettra de créer plus de 200 aliments communs qui pourront être utilisés pour organiser votre base de données. Les aliments sont traduits grâce à un effort communautaire." ,
2023-01-28 16:57:34 -09:00
"seed-dialog-warning" : "Vous avez déjà des éléments dans votre base de données. Cette action ne réconciliera pas les doublons, vous devrez les gérer manuellement." ,
2023-02-05 09:42:55 -09:00
"combine-food" : "Combiner les aliments" ,
"source-food" : "Aliment source" ,
"target-food" : "Aliment cible" ,
"create-food" : "Créer un aliment" ,
"food-label" : "Étiquette de l'aliment" ,
"edit-food" : "Modifier Aliment" ,
"food-data" : "Données de l'aliment"
New Crowdin updates (#1214)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Turkish)
* New translations en-US.json (French)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Dutch)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Korean)
* New translations en-US.json (French)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
2022-05-15 15:30:49 -08:00
} ,
"units" : {
2023-02-12 11:16:39 -09:00
"seed-dialog-text" : "Initialisez la base de données avec des unités communes basées sur votre langue locale." ,
2023-02-05 09:42:55 -09:00
"combine-unit-description" : "Combiner les unités sélectionnées fusionnera l'unité source et l'unité cible en une seule unité. L'{source-unit-will-be-deleted} et toutes les références à l’ unité source seront mises à jour pour pointer vers l’ unité cible." ,
"combine-unit" : "Combiner l'unité" ,
"source-unit" : "Unité source" ,
"target-unit" : "Unité cible" ,
"merging-unit-into-unit" : "Fusion de {0} dans {1}" ,
"create-unit" : "Créer une unité" ,
"abbreviation" : "Abréviation" ,
2023-01-28 16:57:34 -09:00
"description" : "Description" ,
2023-02-05 09:42:55 -09:00
"display-as-fraction" : "Afficher sous forme de fraction" ,
"use-abbreviation" : "Utiliser l'abréviation" ,
"edit-unit" : "Modifier l'unité" ,
"unit-data" : "Données de l'unité" ,
"use-abbv" : "Utiliser abr." ,
2023-01-28 16:57:34 -09:00
"fraction" : "Fraction"
New Crowdin updates (#1214)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Turkish)
* New translations en-US.json (French)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Dutch)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Korean)
* New translations en-US.json (French)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
2022-05-15 15:30:49 -08:00
} ,
"labels" : {
2023-02-12 11:16:39 -09:00
"seed-dialog-text" : "Initialisez la base de données avec des étiquettes communes basées sur votre langue locale." ,
2023-02-05 09:42:55 -09:00
"edit-label" : "Modifier l’ étiquette" ,
"new-label" : "Nouvelle étiquette" ,
"labels" : "Étiquettes"
2023-01-28 16:57:34 -09:00
} ,
"recipes" : {
2023-02-05 09:42:55 -09:00
"purge-exports" : "Purger les exports" ,
"are-you-sure-you-want-to-delete-all-export-data" : "Voulez-vous vraiment supprimer toutes les données d'export ?" ,
"confirm-delete-recipes" : "Voulez-vous vraiment supprimer les recettes suivantes ? Cette action ne peut pas être annulée." ,
"the-following-recipes-selected-length-will-be-exported" : "Les recettes suivantes ({0}) seront exportées." ,
"settings-chosen-explanation" : "Les paramètres choisis ici, à l'exception de l'option de verrouillage, seront appliqués à toutes les recettes sélectionnées." ,
2023-03-23 09:26:40 -08:00
"selected-length-recipe-s-settings-will-be-updated" : "{count} recipe(s) settings will be updated." ,
2023-02-05 09:42:55 -09:00
"recipe-data" : "Données de la recette" ,
"recipe-data-description" : "Utilisez cette section pour gérer les données associées à vos recettes. Vous pouvez effectuer plusieurs actions en masse sur vos recettes, y compris l'exportation, la suppression et l'assignation de mots-clés et de catégories." ,
"recipe-columns" : "Colonnes de recettes" ,
"data-exports-description" : "Cette section fournit des liens vers les exportations disponibles qui sont prêtes à être téléchargées. Ces exportations expirent, alors assurez-vous de les récupérer tant qu'elles sont encore disponibles." ,
"data-exports" : "Exportations de données" ,
"tag" : "Mot-clé" ,
2023-02-12 11:16:39 -09:00
"categorize" : "Catégoriser" ,
"update-settings" : "Mettre à jour les paramètres" ,
"tag-recipes" : "Ajouter des mots-clés aux recettes" ,
"categorize-recipes" : "Catégoriser les recettes" ,
"export-recipes" : "Exporter les recettes" ,
"delete-recipes" : "Supprimer les recettes" ,
"source-unit-will-be-deleted" : "L'unité source sera supprimée"
2023-01-28 16:57:34 -09:00
} ,
2023-02-12 11:16:39 -09:00
"seed-data" : "Initialiser les données" ,
"seed" : "Initialiser" ,
"data-management" : "Gestion des données" ,
"data-management-description" : "Sélectionnez le type de données que vous souhaitez modifier." ,
"select-data" : "Sélectionner les données" ,
"select-language" : "Sélectionnez une langue" ,
2023-03-23 09:26:40 -08:00
"columns" : "Colonnes" ,
"combine" : "Combine"
New Crowdin updates (#1214)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Turkish)
* New translations en-US.json (French)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Dutch)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Korean)
* New translations en-US.json (French)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
2022-05-15 15:30:49 -08:00
} ,
"user-registration" : {
2023-01-28 16:57:34 -09:00
"user-registration" : "Inscription d’ utilisateur" ,
2022-06-09 10:16:09 -08:00
"join-a-group" : "Rejoindre un groupe" ,
"create-a-new-group" : "Créer un nouveau groupe" ,
2023-01-28 16:57:34 -09:00
"provide-registration-token-description" : "Veuillez fournir le jeton d’ enregistrement associé au groupe que vous souhaitez rejoindre. Vous devrez l’ obtenir auprès d’ un membre existant du groupe." ,
2022-06-09 10:16:09 -08:00
"group-details" : "Détails du groupe" ,
2023-01-28 16:57:34 -09:00
"group-details-description" : "Avant de créer un compte, vous devrez créer un groupe. Votre groupe ne contiendra que vous, mais vous pourrez inviter d’ autres personnes plus tard. Les membres de votre groupe peuvent partager leur menu de la semaine, leurs listes d’ achat, leurs recettes et plus encore !" ,
2023-02-12 11:16:39 -09:00
"use-seed-data" : "Utiliser l'initialisation de données" ,
"use-seed-data-description" : "Mealie inclut avec une liste d’ aliments, d’ unités et d’ étiquettes qui peut être utilisée pour initialiser votre groupe avec des données utiles pour organiser vos recettes." ,
2022-06-09 10:16:09 -08:00
"account-details" : "Détails du compte"
New Crowdin updates (#1214)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Turkish)
* New translations en-US.json (French)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Dutch)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Korean)
* New translations en-US.json (French)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
2022-05-15 15:30:49 -08:00
} ,
"validation" : {
2022-07-09 21:17:34 -08:00
"group-name-is-taken" : "Le nom du groupe est déjà pris" ,
2023-01-28 16:57:34 -09:00
"username-is-taken" : "Nom d’ utilisateur déjà utilisé" ,
2023-03-23 09:26:40 -08:00
"email-is-taken" : "Cet e-mail est déjà pris" ,
"this-field-is-required" : "This Field is Required"
2022-08-10 16:03:01 -08:00
} ,
"export" : {
2022-09-10 09:14:22 -08:00
"export" : "Exporter" ,
"file-name" : "Nom du fichier" ,
2022-08-26 14:21:45 -08:00
"size" : "Taille" ,
"link-expires" : "Le lien expire"
2022-08-10 16:03:01 -08:00
} ,
"recipe-share" : {
2022-08-26 14:21:45 -08:00
"expiration-date" : "Date d'expiration" ,
"share-recipe" : "Partager la recette" ,
"default-30-days" : "30 jours par défaut" ,
2022-09-10 09:14:22 -08:00
"expires-at" : "Expire le" ,
"recipe-link-copied-message" : "Lien de la recette copié dans le presse-papiers"
2022-08-19 11:43:31 -08:00
} ,
"banner-experimental" : {
2022-09-10 09:14:22 -08:00
"title" : "Fonctionnalités expérimentales" ,
2023-03-12 12:57:38 -08:00
"description" : "Cette page contient des fonctionnalités expérimentales ou des fonctionnalités en construction. Désolé du dérangement." ,
2022-09-10 09:14:22 -08:00
"issue-link-text" : "Suivez notre progression ici"
2022-08-19 11:43:31 -08:00
} ,
"form" : {
2022-09-10 09:14:22 -08:00
"quantity-label-abbreviated" : "Qté"
2022-08-19 11:43:31 -08:00
} ,
"markdown-editor" : {
2022-09-10 09:14:22 -08:00
"preview-markdown-button-label" : "Aperçu du Markdown"
2022-08-19 11:43:31 -08:00
} ,
"demo" : {
2022-08-26 14:21:45 -08:00
"info_message_with_version" : "Ceci est une démo pour la version: {version}" ,
"demo_username" : "Identifiant : {username}" ,
"demo_password" : "Mot de passe: {password}"
2022-09-27 18:55:35 -08:00
} ,
"ocr-editor" : {
2023-01-28 16:57:34 -09:00
"ocr-editor" : "Éditeur OCR" ,
2022-11-27 11:41:42 -09:00
"selection-mode" : "Mode de sélection" ,
2023-01-28 16:57:34 -09:00
"pan-and-zoom-picture" : "Déplacer et zoomer dans l’ image" ,
2022-11-27 11:41:42 -09:00
"split-text" : "Découper le texte" ,
2023-01-28 16:57:34 -09:00
"preserve-line-breaks" : "Conserver les sauts de lignes d’ origine" ,
2022-11-27 11:41:42 -09:00
"split-by-block" : "Séparer par bloc de texte" ,
"flatten" : "Aplatir quel que soit le formatage original" ,
2022-09-27 18:55:35 -08:00
"help" : {
2022-11-27 11:41:42 -09:00
"selection-mode" : "Mode de sélection (Par défaut)" ,
2023-01-28 16:57:34 -09:00
"selection-mode-desc" : "Le mode de sélection est le mode principal qui peut être utilisé pour saisir des données :" ,
2022-09-27 18:55:35 -08:00
"selection-mode-steps" : {
2022-11-27 11:41:42 -09:00
"draw" : "Dessiner un rectangle sur le texte que vous voulez sélectionner." ,
2023-01-28 16:57:34 -09:00
"click" : "Cliquez sur n’ importe quel champ à droite, puis cliquez sur le rectangle au-dessus de l’ image." ,
"result" : "Le texte sélectionné apparaîtra à l’ intérieur du champ précédemment sélectionné."
2022-09-27 18:55:35 -08:00
} ,
2022-11-27 11:41:42 -09:00
"pan-and-zoom-mode" : "Mode Panoramique et Zoom" ,
2023-01-28 16:57:34 -09:00
"pan-and-zoom-desc" : "Sélectionnez Panoramique et Zoom en cliquant sur l’ icône. Ce mode permet de zoomer dans l’ image et de la déplacer pour rendre l’ utilisation des images de grande taille plus facile." ,
2022-09-27 18:55:35 -08:00
"split-text-mode" : "Modes de texte partagé" ,
"split-modes" : {
2022-11-27 11:41:42 -09:00
"line-mode" : "Mode ligne (par défaut)" ,
2023-01-28 16:57:34 -09:00
"line-mode-desc" : "En mode ligne, le texte sera propagé en gardant les sauts de ligne d’ origine. Ce mode est utile lors de l’ utilisation d’ ajout en vrac sur une liste d’ ingrédients où chaque ingrédient est une ligne." ,
2022-11-27 11:41:42 -09:00
"block-mode" : "Mode bloc" ,
"block-mode-desc" : "En mode bloc, le texte sera divisé en blocs. Ce mode est utile lorsque vous ajoutez en masse des instructions qui sont généralement écrites en paragraphes." ,
"flat-mode" : "Mode à plat" ,
"flat-mode-desc" : "En mode à plat, le texte sera ajouté au champ de recette sélectionné sans saut de ligne."
2022-09-27 18:55:35 -08:00
}
}
2022-12-29 14:27:49 -08:00
} ,
"admin" : {
"maintenance" : {
2023-01-28 16:57:34 -09:00
"storage-details" : "Détails du stockage" ,
"page-title" : "Maintenance du site" ,
"summary-title" : "Résumé" ,
"button-label-get-summary" : "Obtenir le résumé" ,
"button-label-open-details" : "Détails" ,
"info-description-data-dir-size" : "Taille du répertoire de données" ,
"info-description-log-file-size" : "Taille du fichier journal" ,
"info-description-cleanable-directories" : "Répertoires nettoyables" ,
2023-03-12 12:57:38 -08:00
"info-description-cleanable-images" : "Images nettoyables" ,
2022-12-29 14:27:49 -08:00
"storage" : {
2023-01-28 16:57:34 -09:00
"title-temporary-directory" : "Répertoire temporaire (.temp)" ,
"title-backups-directory" : "Répertoire des sauvegardes (backups)" ,
"title-groups-directory" : "Répertoire des groupes (groups)" ,
"title-recipes-directory" : "Répertoire des recettes (recipes)" ,
"title-user-directory" : "Répertoire utilisateur (user)"
2022-12-29 14:27:49 -08:00
} ,
2023-01-28 16:57:34 -09:00
"action-delete-log-files-name" : "Supprimer les fichiers de log" ,
"action-delete-log-files-description" : "Supprime tous les fichiers log" ,
"action-clean-directories-name" : "Nettoyer les répertoires" ,
"action-clean-directories-description" : "Supprime tous les dossiers de recettes qui ne sont pas des UUID valides" ,
"action-clean-temporary-files-name" : "Nettoyage des fichiers temporaires" ,
"action-clean-temporary-files-description" : "Supprime tous les fichiers et dossiers du répertoire .temp" ,
"action-clean-images-name" : "Nettoyer les images" ,
"action-clean-images-description" : "Supprime toutes les images qui ne se terminent pas par .webp" ,
"actions-description" : "Les actions de maintenance sont {destructive_in_bold} et doivent être utilisées avec prudence. Exécuter l’ une de ces actions est {irreversible_in_bold}." ,
"actions-description-destructive" : "destructrices" ,
"actions-description-irreversible" : "irréversible" ,
"logs-action-refresh" : "Rafraîchir les logs" ,
"logs-page-title" : "Logs de Mealie" ,
"logs-tail-lines-label" : "Nombre de lignes"
2022-12-29 14:27:49 -08:00
} ,
"mainentance" : {
"actions-title" : "Actions"
2023-03-23 09:26:40 -08:00
} ,
"ingredients-natural-language-processor" : "Ingredients Natural Language Processor" ,
"ingredients-natural-language-processor-explanation" : "Mealie uses Conditional Random Fields (CRFs) for parsing and processing ingredients. The model used for ingredients is based off a data set of over 100,000 ingredients from a dataset compiled by the New York Times. Note that as the model is trained in English only, you may have varied results when using the model in other languages. This page is a playground for testing the model." ,
"ingredients-natural-language-processor-explanation-2" : "It's not perfect, but it yields great results in general and is a good starting point for manually parsing ingredients into individual fields. Alternatively, you can also use the \"Brute\" processor that uses a pattern matching technique to identify ingredients." ,
"nlp" : "NLP" ,
"brute" : "Brute" ,
"show-individual-confidence" : "Show individual confidence" ,
"ingredient-text" : "Ingredient Text" ,
"average-confident" : "{0} Confident" ,
"try-an-example" : "Try an example" ,
"parser" : "Parser" ,
"background-tasks" : "Background Tasks" ,
"background-tasks-description" : "Here you can view all the running background tasks and their status" ,
"no-logs-found" : "No Logs Found" ,
"tasks" : "Tasks"
2023-01-28 16:57:34 -09:00
} ,
"profile" : {
2023-02-12 11:16:39 -09:00
"welcome-user" : "👋 Bienvenue, {0}" ,
"description" : "Gérez votre profil, les recettes et les paramètres de groupe." ,
"get-invite-link" : "Obtenir un lien d'invitation" ,
"account-summary" : "Aperçu du compte" ,
"account-summary-description" : "Voici un résumé des informations de votre groupe" ,
"group-statistics" : "Statistiques du groupe" ,
"group-statistics-description" : "Les statistiques de votre groupe vous donnent un aperçu de la façon dont vous utilisez Mealie." ,
"storage-capacity" : "Capacité de stockage" ,
"storage-capacity-description" : "Votre capacité de stockage est un calcul des images et des ressources que vous avez téléchargées." ,
"personal" : "Personnel" ,
"personal-description" : "Ici se trouvent des paramètres qui vous sont propres personnellement. Toute modification n'affectera pas les autres utilisateurs." ,
"user-settings" : "Paramètres utilisateur" ,
"user-settings-description" : "Gérez vos préférences, changez votre mot de passe et mettez à jour votre adresse e-mail" ,
"api-tokens-description" : "Gérez vos jetons API pour un accès à partir d'applications externes" ,
"group-description" : "Ces éléments sont partagés au sein de votre groupe. Un changement impactera l'ensemble du groupe !" ,
"group-settings" : "Paramètres de groupe" ,
"group-settings-description" : "Gérez vos paramètres de groupe habituels tels que le menu de la semaine et les paramètres de confidentialité." ,
"cookbooks-description" : "Gérez une collection de catégories de recettes et générez des pages." ,
"members" : "Membres" ,
"members-description" : "Voyez qui est dans votre groupe et gérez leurs autorisations." ,
"webhooks-description" : "Configurez les webhooks qui se déclenchent les jours où il y a un plan au menu." ,
"notifiers" : "Notifications" ,
"notifiers-description" : "Configurer les e-mails et les notifications push qui se déclenchent sur des événements spécifiques." ,
"manage-data" : "Gérer les données" ,
"manage-data-description" : "Gérer vos Aliments et Unités (plus d'options seront bientôt disponibles)" ,
"data-migrations" : "Migration des données" ,
"data-migrations-description" : "Migrez vos données existantes à partir d'autres applications comme Nextcloud Cookbook et Chowdown" ,
"email-sent" : "E-mail envoyé" ,
"error-sending-email" : "Erreur lors de l'envoi de l'email" ,
"personal-information" : "Informations personnelles" ,
"preferences" : "Préférences" ,
"show-advanced-description" : "Afficher les fonctionnalités avancées (clés API, Webhooks, et gestion des données)" ,
"back-to-profile" : "Retour au profil" ,
2023-03-23 09:26:40 -08:00
"looking-for-privacy-settings" : "Vous cherchez les paramètres de confidentialité ?" ,
"manage-your-api-tokens" : "Manage Your API Tokens" ,
"manage-user-profile" : "Manage User Profile" ,
"manage-cookbooks" : "Manage Cookbooks" ,
"manage-members" : "Manage Members" ,
"manage-webhooks" : "Manage Webhooks" ,
"manage-notifiers" : "Manage Notifiers" ,
"manage-data-migrations" : "Manage Data Migrations"
2023-01-28 16:57:34 -09:00
} ,
"cookbook" : {
2023-02-12 11:16:39 -09:00
"cookbooks" : "Livres de recettes" ,
"description" : "Les livres de recettes sont un autre moyen d'organiser des recettes en sélectionnant un ensemble précis de recettes et de mots-clés. La création d'un livre de recettes ajoute une entrée à la barre latérale et toutes les recettes avec les étiquettes et les catégories choisies seront affichées dans le livre de recettes." ,
"public-cookbook" : "Livre de recettes public" ,
"public-cookbook-description" : "Les livres de recettes publics peuvent être partagés avec des personnes qui n'ont pas Mealie et seront affichés sur la page de vos groupes." ,
2023-03-12 12:57:38 -08:00
"filter-options" : "Options de filtres" ,
"filter-options-description" : "Si coché, le livre de recettes n'incluera que les recettes qui remplissent tous les critères sélectionnés. Cela s'applique à chaque rubrique individuellement." ,
"require-all-categories" : "Nécessite toutes les catégories" ,
2023-02-05 09:42:55 -09:00
"require-all-tags" : "Nécessite tous les mots-clés" ,
2023-03-12 12:57:38 -08:00
"require-all-tools" : "Nécessite tous les ustensiles" ,
2023-02-12 11:16:39 -09:00
"cookbook-name" : "Nom du livre de recettes" ,
"cookbook-with-name" : "Livre de recettes {0}"
2022-04-10 14:07:35 -08:00
}
}