3389 lines
84 KiB
JSON
3389 lines
84 KiB
JSON
{
|
||
"init": {
|
||
"step": {
|
||
"start": {
|
||
"title": "Bienvenue dans Homarr",
|
||
"subtitle": "Commençons par configurer votre instance Homarr.",
|
||
"description": "Pour commencer, veuillez selectionner comment vous souhaitez configurer votre instance Homarr.",
|
||
"action": {
|
||
"scratch": "Partir de zéro",
|
||
"importOldmarr": "Importer à partir d'Homarr avant la 1.0"
|
||
}
|
||
},
|
||
"import": {
|
||
"title": "Importer des données",
|
||
"subtitle": "Vous pouvez importer des données depuis une instance Homarr existante.",
|
||
"dropzone": {
|
||
"title": "Déposez le fichier zip ici ou cliquez pour naviguer",
|
||
"description": "Le zip téléchargé sera traité et vous pourrez sélectionner ce que vous voulez importer"
|
||
},
|
||
"fileInfo": {
|
||
"action": {
|
||
"change": "Changer le fichier"
|
||
}
|
||
},
|
||
"importSettings": {
|
||
"title": "Importer des paramètres",
|
||
"description": "Configurer le comportement d'importation"
|
||
},
|
||
"boardSelection": {
|
||
"title": "{count} tableaux trouvés",
|
||
"description": "Choisissez tous les tableaux avec la taille que vous souhaitez importer",
|
||
"action": {
|
||
"selectAll": "Tout sélectionner",
|
||
"unselectAll": "Tout désélectionner"
|
||
}
|
||
},
|
||
"summary": {
|
||
"title": "Résumé de l'importation",
|
||
"description": "Dans le résumé ci-dessous vous pouvez voir ce qui va être importé",
|
||
"action": {
|
||
"import": "Confirmer l'importation et continuer"
|
||
},
|
||
"entities": {
|
||
"apps": "Applications",
|
||
"boards": "Tableaux de bord",
|
||
"integrations": "Intégrations",
|
||
"credentialUsers": "Utilisateurs identifiés"
|
||
}
|
||
},
|
||
"tokenModal": {
|
||
"title": "Saisir le jeton d'importation",
|
||
"field": {
|
||
"token": {
|
||
"label": "Jeton",
|
||
"description": "Entrez le jeton d'importation de votre instance précédente"
|
||
}
|
||
},
|
||
"notification": {
|
||
"error": {
|
||
"title": "Jeton non valide",
|
||
"message": "Le jeton que vous avez saisi est invalide"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"user": {
|
||
"title": "Administrateur",
|
||
"subtitle": "Spécifiez les informations d'identification pour votre compte d'administrateur.",
|
||
"notification": {
|
||
"success": {
|
||
"title": "Utilisateur créé",
|
||
"message": "L’utilisateur a été créé avec succès"
|
||
},
|
||
"error": {
|
||
"title": "La création de l'utilisateur a échoué"
|
||
}
|
||
}
|
||
},
|
||
"group": {
|
||
"title": "Groupe externe",
|
||
"subtitle": "Spécifie le groupe à utiliser pour les utilisateurs externes.",
|
||
"form": {
|
||
"name": {
|
||
"label": "Nom du groupe",
|
||
"description": "Le nom doit correspondre au groupe administrateur du fournisseur externe"
|
||
}
|
||
}
|
||
},
|
||
"settings": {
|
||
"title": "Paramètres",
|
||
"subtitle": "Configurer les paramètres du serveur."
|
||
},
|
||
"finish": {
|
||
"title": "Terminer la configuration",
|
||
"subtitle": "Vous êtes prêt !",
|
||
"description": "Vous avez terminé avec succès le processus d'installation. Vous pouvez maintenant commencer à utiliser Homarr. Sélectionnez votre prochaine action :",
|
||
"action": {
|
||
"goToBoard": "Accéder au tableau {name}",
|
||
"createBoard": "Créez votre premier tableau",
|
||
"inviteUser": "Inviter d'autres utilisateurs",
|
||
"docs": "Lire la documentation"
|
||
}
|
||
}
|
||
},
|
||
"backToStart": "Retour au début"
|
||
},
|
||
"user": {
|
||
"title": "Utilisateurs",
|
||
"name": "Utilisateur",
|
||
"page": {
|
||
"login": {
|
||
"title": "Connectez-vous à votre compte",
|
||
"subtitle": "Bon retour parmi nous ! Veuillez entrer vos identifiants"
|
||
},
|
||
"invite": {
|
||
"title": "Rejoindre Homarr",
|
||
"subtitle": "Bienvenue sur Homarr! Veuillez créer votre compte",
|
||
"description": "Vous avez été invité par {username}"
|
||
},
|
||
"init": {
|
||
"title": "Nouvelle installation Homarr",
|
||
"subtitle": "Veuillez créer l'utilisateur administrateur initial"
|
||
}
|
||
},
|
||
"field": {
|
||
"email": {
|
||
"label": "Courriel",
|
||
"verified": "Vérifié"
|
||
},
|
||
"username": {
|
||
"label": "Nom d'utilisateur"
|
||
},
|
||
"password": {
|
||
"label": "Mot de passe",
|
||
"requirement": {
|
||
"length": "Contient au moins 8 caractères",
|
||
"lowercase": "Inclut une lettre minuscule",
|
||
"uppercase": "Inclut une lettre majuscule",
|
||
"number": "Inclut un nombre",
|
||
"special": "Contient un symbole spécial"
|
||
}
|
||
},
|
||
"passwordConfirm": {
|
||
"label": "Confirmation du mot de passe"
|
||
},
|
||
"previousPassword": {
|
||
"label": "Ancien mot de passe"
|
||
},
|
||
"homeBoard": {
|
||
"label": "Tableau de bord"
|
||
},
|
||
"pingIconsEnabled": {
|
||
"label": "Utiliser les icônes pour les pings"
|
||
},
|
||
"defaultSearchEngine": {
|
||
"label": "Moteur de recherche par défaut"
|
||
},
|
||
"openSearchInNewTab": {
|
||
"label": "Ouvrir les résultats de recherche dans un nouvel onglet"
|
||
}
|
||
},
|
||
"error": {
|
||
"usernameTaken": "Nom d'utilisateur déjà utilisé"
|
||
},
|
||
"action": {
|
||
"login": {
|
||
"label": "Connexion",
|
||
"labelWith": "Se connecter avec {provider}",
|
||
"notification": {
|
||
"success": {
|
||
"title": "Connexion réussie",
|
||
"message": "Vous êtes maintenant connecté"
|
||
},
|
||
"error": {
|
||
"title": "Échec de la connexion",
|
||
"message": "Échec de la connexion"
|
||
}
|
||
},
|
||
"forgotPassword": {
|
||
"label": "Mot de passe oublié?",
|
||
"description": "Un administrateur peut utiliser la commande suivante pour réinitialiser votre mot de passe :"
|
||
}
|
||
},
|
||
"register": {
|
||
"label": "Créer un compte",
|
||
"notification": {
|
||
"success": {
|
||
"title": "Compte créé",
|
||
"message": "Veuillez vous connecter pour continuer"
|
||
},
|
||
"error": {
|
||
"title": "Échec de la création du compte",
|
||
"message": "Votre compte n'a pas pu être créé"
|
||
}
|
||
}
|
||
},
|
||
"create": "Créer un utilisateur",
|
||
"changePassword": {
|
||
"label": "Changer le mot de passe",
|
||
"notification": {
|
||
"success": {
|
||
"message": "Mot de passe modifié avec succès"
|
||
},
|
||
"error": {
|
||
"message": "Modification du mot de passe impossible"
|
||
}
|
||
}
|
||
},
|
||
"changeHomeBoard": {
|
||
"notification": {
|
||
"success": {
|
||
"message": "Tableau de bord modifié avec succès"
|
||
},
|
||
"error": {
|
||
"message": "Impossible de modifier le tableau de bord"
|
||
}
|
||
}
|
||
},
|
||
"changeSearchPreferences": {
|
||
"notification": {
|
||
"success": {
|
||
"message": "Les préférences de recherche ont été modifiées avec succès"
|
||
},
|
||
"error": {
|
||
"message": "Impossible de modifier les préférences de recherche"
|
||
}
|
||
}
|
||
},
|
||
"changeFirstDayOfWeek": {
|
||
"notification": {
|
||
"success": {
|
||
"message": "Le premier jour de la semaine a été modifié avec succès"
|
||
},
|
||
"error": {
|
||
"message": "Impossible de modifier le premier jour de la semaine"
|
||
}
|
||
}
|
||
},
|
||
"changePingIconsEnabled": {
|
||
"notification": {
|
||
"success": {
|
||
"message": "Icônes de ping activés avec succès"
|
||
},
|
||
"error": {
|
||
"message": "Impossible d'activer les icônes de ping"
|
||
}
|
||
}
|
||
},
|
||
"manageAvatar": {
|
||
"changeImage": {
|
||
"label": "Modifier l’image",
|
||
"notification": {
|
||
"success": {
|
||
"message": "L'image a été modifiée avec succès"
|
||
},
|
||
"error": {
|
||
"message": "Impossible de modifier l'image"
|
||
},
|
||
"toLarge": {
|
||
"title": "L'image est trop volumineuse",
|
||
"message": "La taille maximale de l'image est {size}"
|
||
}
|
||
}
|
||
},
|
||
"removeImage": {
|
||
"label": "Retirer l'image",
|
||
"confirm": "Êtes-vous sûr de vouloir retirer cette image ?",
|
||
"notification": {
|
||
"success": {
|
||
"message": "Image retirée avec succès"
|
||
},
|
||
"error": {
|
||
"message": "Impossible de retirer l'image"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"editProfile": {
|
||
"notification": {
|
||
"success": {
|
||
"message": "Profil mis à jour avec succès"
|
||
},
|
||
"error": {
|
||
"message": "Impossible de mettre à jour le profil"
|
||
}
|
||
}
|
||
},
|
||
"delete": {
|
||
"label": "Supprimer définitivement l'utilisateur",
|
||
"description": "Supprime cet utilisateur ainsi que ses préférences. Ne supprimera aucun tableau. L'utilisateur ne sera pas averti.",
|
||
"confirm": "Êtes-vous sûr de vouloir supprimer l'utilisateur {username} ainsi que ses préférences ?"
|
||
},
|
||
"select": {
|
||
"label": "Sélectionner l'utilisateur",
|
||
"notFound": "Aucun utilisateur trouvé"
|
||
},
|
||
"transfer": {
|
||
"label": "Choisir un nouveau propriétaire"
|
||
}
|
||
}
|
||
},
|
||
"group": {
|
||
"title": "Groupes",
|
||
"name": "Groupe",
|
||
"search": "Trouver un groupe",
|
||
"field": {
|
||
"name": "Nom",
|
||
"members": "Membres",
|
||
"homeBoard": {
|
||
"label": "Tableau d'accueil",
|
||
"description": "Seuls les tableaux accessibles au groupe peuvent être sélectionnés"
|
||
},
|
||
"mobileBoard": {
|
||
"label": "Tableau mobile",
|
||
"description": "Seuls les tableaux accessibles au groupe peuvent être sélectionnés"
|
||
}
|
||
},
|
||
"permission": {
|
||
"admin": {
|
||
"title": "Admin",
|
||
"item": {
|
||
"admin": {
|
||
"label": "Administrateur",
|
||
"description": "Les membres avec cette permission ont un accès complet à toutes les fonctionnalités et paramètres"
|
||
}
|
||
}
|
||
},
|
||
"app": {
|
||
"title": "Applications",
|
||
"item": {
|
||
"create": {
|
||
"label": "Créer une app",
|
||
"description": "Autoriser les membres à créer des apps"
|
||
},
|
||
"use-all": {
|
||
"label": "Utiliser toutes les apps",
|
||
"description": "Autoriser les membres à ajouter des applications à leur tableau"
|
||
},
|
||
"modify-all": {
|
||
"label": "Modifier toutes les apps",
|
||
"description": "Autoriser les membres à modifier toutes les applications"
|
||
},
|
||
"full-all": {
|
||
"label": "Accès complet à l'application",
|
||
"description": "Autoriser les membres à gérer, utiliser et supprimer n'importe quelle application"
|
||
}
|
||
}
|
||
},
|
||
"board": {
|
||
"title": "Tableaux de bord",
|
||
"item": {
|
||
"create": {
|
||
"label": "Créer des tableaux",
|
||
"description": "Autoriser les membres à créer des tableaux"
|
||
},
|
||
"view-all": {
|
||
"label": "Voir tous les tableaux",
|
||
"description": "Autoriser les membres à voir tous les tableaux"
|
||
},
|
||
"modify-all": {
|
||
"label": "Modifier tous les tableaux",
|
||
"description": "Autoriser les membres à modifier tous les tableaux (n'inclut pas le contrôle d'accès et la zone de danger)"
|
||
},
|
||
"full-all": {
|
||
"label": "Accès complet au tableau",
|
||
"description": "Autoriser les membres à visualiser, modifier et supprimer tous les tableaux (y compris le contrôle d'accès et la zone de danger)"
|
||
}
|
||
}
|
||
},
|
||
"integration": {
|
||
"title": "Intégrations",
|
||
"item": {
|
||
"create": {
|
||
"label": "Créer des intégrations",
|
||
"description": "Autoriser les membres à créer des intégrations"
|
||
},
|
||
"use-all": {
|
||
"label": "Utiliser toutes les intégrations",
|
||
"description": "Autoriser les membres à ajouter des intégrations à leurs tableaux"
|
||
},
|
||
"interact-all": {
|
||
"label": "Interagir avec n'importe quelle intégration",
|
||
"description": "Autoriser les membres à interagir avec n'importe quelle intégration"
|
||
},
|
||
"full-all": {
|
||
"label": "Accès complet à l'intégration",
|
||
"description": "Autoriser les membres à gérer, utiliser et interagir avec n'importe quelle intégration"
|
||
}
|
||
}
|
||
},
|
||
"media": {
|
||
"title": "Médias",
|
||
"item": {
|
||
"upload": {
|
||
"label": "Téléverser des médias",
|
||
"description": "Autoriser les membres à téléverser des médias"
|
||
},
|
||
"view-all": {
|
||
"label": "Voir tous les médias",
|
||
"description": "Autoriser les membres à voir tous les médias"
|
||
},
|
||
"full-all": {
|
||
"label": "Accès complet aux médias",
|
||
"description": "Autoriser les membres à gérer et supprimer les médias"
|
||
}
|
||
}
|
||
},
|
||
"other": {
|
||
"title": "Autre",
|
||
"item": {
|
||
"view-logs": {
|
||
"label": "Voir les logs",
|
||
"description": "Autoriser les membres à voir les logs"
|
||
}
|
||
}
|
||
},
|
||
"search-engine": {
|
||
"title": "Moteurs de recherche",
|
||
"item": {
|
||
"create": {
|
||
"label": "Créer des moteurs de recherche",
|
||
"description": "Autoriser les membres à créer des moteurs de recherche"
|
||
},
|
||
"modify-all": {
|
||
"label": "Modifier tous les moteurs de recherche",
|
||
"description": "Autoriser les membres à modifier tous les moteurs de recherche"
|
||
},
|
||
"full-all": {
|
||
"label": "Accès complet au moteur de recherche",
|
||
"description": "Autoriser les membres à gérer et supprimer n'importe quel moteur de recherche"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"memberNotice": {
|
||
"mixed": "Certains membres proviennent de fournisseurs externes et ne peuvent pas être gérés ici",
|
||
"external": "Tous les membres proviennent de fournisseurs externes et ne peuvent pas être gérés ici"
|
||
},
|
||
"reservedNotice": {
|
||
"message": "Ce groupe est réservé pour l'utilisation du système et restreint certaines actions. <checkoutDocs></checkoutDocs>"
|
||
},
|
||
"action": {
|
||
"create": {
|
||
"label": "Nouveau groupe",
|
||
"notification": {
|
||
"success": {
|
||
"message": "Le groupe a été créé avec succès"
|
||
},
|
||
"error": {
|
||
"message": "Le groupe n'a pas pu être créé"
|
||
}
|
||
}
|
||
},
|
||
"transfer": {
|
||
"label": "Changer le propriétaire",
|
||
"description": "Transférer la propriété de ce groupe à un autre utilisateur.",
|
||
"confirm": "Êtes-vous sûr de vouloir transférer la propriété du groupe {name} à {username}?",
|
||
"notification": {
|
||
"success": {
|
||
"message": "Le groupe {group} a été transféré avec succès à {user}"
|
||
},
|
||
"error": {
|
||
"message": "Impossible de transférer la propriété"
|
||
}
|
||
}
|
||
},
|
||
"addMember": {
|
||
"label": "Ajouter un membre"
|
||
},
|
||
"removeMember": {
|
||
"label": "Retirer un membre",
|
||
"confirm": "Êtes-vous sûr de vouloir retirer {user} de ce groupe ?"
|
||
},
|
||
"delete": {
|
||
"label": "Supprimer le groupe",
|
||
"description": "Une fois que vous supprimez un groupe, il n'y a pas de retour en arrière possible. Soyez certain.",
|
||
"confirm": "Êtes-vous sûr de vouloir supprimer le groupe {name}?",
|
||
"notification": {
|
||
"success": {
|
||
"message": "Groupe {name} supprimé avec succès"
|
||
},
|
||
"error": {
|
||
"message": "Impossible de supprimer le groupe {name}"
|
||
}
|
||
}
|
||
},
|
||
"changePermissions": {
|
||
"notification": {
|
||
"success": {
|
||
"title": "Permissions sauvegardées",
|
||
"message": "Les permissions ont été sauvegardées avec succès"
|
||
},
|
||
"error": {
|
||
"title": "Permissions non sauvegardées",
|
||
"message": "Les permissions n'ont pas été sauvegardées"
|
||
}
|
||
}
|
||
},
|
||
"update": {
|
||
"notification": {
|
||
"success": {
|
||
"message": "Le groupe {name} a été enregistré avec succès"
|
||
},
|
||
"error": {
|
||
"message": "Impossible d'enregistrer le groupe {name}"
|
||
}
|
||
}
|
||
},
|
||
"select": {
|
||
"label": "Sélectionner un groupe",
|
||
"notFound": "Aucun groupe trouvé"
|
||
},
|
||
"settings": {
|
||
"board": {
|
||
"notification": {
|
||
"success": {
|
||
"title": "Paramètres enregistrés",
|
||
"message": "Paramètres du tableau enregistrés avec succès"
|
||
},
|
||
"error": {
|
||
"title": "Échec de l'enregistrement des paramètres",
|
||
"message": "Impossible d'enregistrer les paramètres du tableau"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"changePosition": {
|
||
"notification": {
|
||
"success": {
|
||
"message": "Position modifiée avec succès"
|
||
},
|
||
"error": {
|
||
"message": "Impossible de modifier la position"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"defaultGroup": {
|
||
"name": "Groupe par défaut",
|
||
"description": "{name} - Tous les utilisateurs connectés"
|
||
}
|
||
},
|
||
"app": {
|
||
"search": "Trouver une application",
|
||
"page": {
|
||
"list": {
|
||
"title": "Applications",
|
||
"noResults": {
|
||
"title": "Il n'y a pas encore d'apps",
|
||
"action": "Créer votre première app"
|
||
}
|
||
},
|
||
"create": {
|
||
"title": "Nouvelle app",
|
||
"notification": {
|
||
"success": {
|
||
"title": "Créé avec succès",
|
||
"message": "L'application a bien été créée"
|
||
},
|
||
"error": {
|
||
"title": "Échec de la création",
|
||
"message": "L'application n'a pas pu être créée"
|
||
}
|
||
}
|
||
},
|
||
"edit": {
|
||
"title": "Éditer l'application",
|
||
"notification": {
|
||
"success": {
|
||
"title": "Modifications appliquées avec succès",
|
||
"message": "L'application a été enregistrée avec succès"
|
||
},
|
||
"error": {
|
||
"title": "Impossible d'appliquer les changements",
|
||
"message": "L'application n'a pas pu être enregistrée"
|
||
}
|
||
}
|
||
},
|
||
"delete": {
|
||
"title": "Supprimer l'app",
|
||
"message": "Êtes-vous sûr de vouloir supprimer l'app {name}?",
|
||
"notification": {
|
||
"success": {
|
||
"title": "Suppression effectuée avec succès",
|
||
"message": "L'application a été supprimée avec succès"
|
||
},
|
||
"error": {
|
||
"title": "Échec de la suppression",
|
||
"message": "Impossible de supprimer l'application"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"field": {
|
||
"name": {
|
||
"label": "Nom"
|
||
},
|
||
"description": {
|
||
"label": "Description"
|
||
},
|
||
"url": {
|
||
"label": "Url"
|
||
},
|
||
"useDifferentUrlForPing": {
|
||
"checkbox": {
|
||
"label": "Utiliser une URL différente pour le ping",
|
||
"description": "Utile si Homarr peut accéder directement à l'aide d'un nom d'hôte ou d'un réseau internes pour éviter l'utilisation de bande passante du FAI"
|
||
}
|
||
}
|
||
},
|
||
"action": {
|
||
"select": {
|
||
"label": "Sélectionner l'app",
|
||
"notFound": "Aucune app trouvée"
|
||
}
|
||
}
|
||
},
|
||
"integration": {
|
||
"page": {
|
||
"list": {
|
||
"title": "Intégrations",
|
||
"search": "Rechercher des intégrations",
|
||
"noResults": {
|
||
"title": "Il n'y a pas encore d'intégrations"
|
||
}
|
||
},
|
||
"create": {
|
||
"title": "Nouvelle intégration {name}",
|
||
"notification": {
|
||
"success": {
|
||
"title": "Créé avec succès",
|
||
"message": "L'intégration a été créée avec succès"
|
||
},
|
||
"error": {
|
||
"title": "Échec de la création",
|
||
"message": "L'intégration n'a pas pu être créée"
|
||
}
|
||
}
|
||
},
|
||
"edit": {
|
||
"title": "Modifier l'intégration {name}",
|
||
"notification": {
|
||
"success": {
|
||
"title": "Modifications appliquées avec succès",
|
||
"message": "L'intégration a été enregistrée avec succès"
|
||
},
|
||
"error": {
|
||
"title": "Impossible d'appliquer les modifications",
|
||
"message": "L'intégration n'a pas pu être enregistrée"
|
||
}
|
||
}
|
||
},
|
||
"delete": {
|
||
"title": "Supprimer l'intégration",
|
||
"message": "Êtes-vous sûr(e) de vouloir supprimer l'intégration {name}?",
|
||
"notification": {
|
||
"success": {
|
||
"title": "Suppression réussie",
|
||
"message": "L'intégration a été supprimée avec succès"
|
||
},
|
||
"error": {
|
||
"title": "",
|
||
"message": "Impossible de supprimer l'intégration"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"field": {
|
||
"name": {
|
||
"label": "Nom"
|
||
},
|
||
"url": {
|
||
"label": "Url"
|
||
},
|
||
"attemptSearchEngineCreation": {
|
||
"label": "Créer un moteur de recherche",
|
||
"description": "L'intégration \"{kind}\" peut être utilisée avec les moteurs de recherche. Cochez ceci pour configurer automatiquement le moteur de recherche."
|
||
}
|
||
},
|
||
"action": {
|
||
"create": "Nouvelle intégration"
|
||
},
|
||
"testConnection": {
|
||
"action": {
|
||
"create": "Tester la connexion et créer",
|
||
"edit": "Tester la connexion et enregistrer"
|
||
},
|
||
"alertNotice": "Le bouton Enregistrer est activé une fois qu'une connexion est établie avec succès",
|
||
"notification": {
|
||
"success": {
|
||
"title": "Connexion réussie",
|
||
"message": "La connexion a été établie avec succès"
|
||
},
|
||
"invalidUrl": {
|
||
"title": "URL invalide",
|
||
"message": "L'URL est invalide."
|
||
},
|
||
"secretNotDefined": {
|
||
"title": "Identifiants manquants",
|
||
"message": "Les informations d'identification n'ont pas toutes été fournies"
|
||
},
|
||
"invalidCredentials": {
|
||
"title": "Informations d'identification incorrectes.",
|
||
"message": "Les informations d'identification ne sont pas valides"
|
||
},
|
||
"commonError": {
|
||
"title": "Échec de la connexion",
|
||
"message": "La connexion n'a pas pu être établie"
|
||
},
|
||
"badRequest": {
|
||
"title": "Requête incorrecte",
|
||
"message": "La requête a été mal formée"
|
||
},
|
||
"unauthorized": {
|
||
"title": "Non autorisé",
|
||
"message": "Identifiants probablement erronés"
|
||
},
|
||
"forbidden": {
|
||
"title": "Interdit",
|
||
"message": "Permissions probablement manquantes"
|
||
},
|
||
"notFound": {
|
||
"title": "Pas trouvé",
|
||
"message": "URL ou chemin d'accès probablement incorrect"
|
||
},
|
||
"internalServerError": {
|
||
"title": "Erreur interne du serveur",
|
||
"message": "Le serveur a rencontré une erreur"
|
||
},
|
||
"serviceUnavailable": {
|
||
"title": "Service indisponible",
|
||
"message": "Le serveur est actuellement indisponible"
|
||
},
|
||
"connectionAborted": {
|
||
"title": "Connexion interrompue",
|
||
"message": "La connexion a été interrompue"
|
||
},
|
||
"domainNotFound": {
|
||
"title": "Domaine introuvable",
|
||
"message": "Le domaine n'a pas pu être trouvé"
|
||
},
|
||
"connectionRefused": {
|
||
"title": "Connexion refusée",
|
||
"message": "La connexion a été refusée"
|
||
},
|
||
"invalidJson": {
|
||
"title": "JSON invalide",
|
||
"message": "La réponse n'était pas un JSON valide"
|
||
},
|
||
"wrongPath": {
|
||
"title": "Mauvais chemin d'accès",
|
||
"message": "Le chemin d'accès n'est probablement pas correct"
|
||
}
|
||
}
|
||
},
|
||
"secrets": {
|
||
"title": "Secrets",
|
||
"lastUpdated": "Dernière mise à jour {date}",
|
||
"notSet": {
|
||
"label": "Aucune valeur définie",
|
||
"tooltip": "Le secret requis n'a pas encore été défini"
|
||
},
|
||
"secureNotice": "Ce secret ne peut pas être récupéré après la création",
|
||
"reset": {
|
||
"title": "Réinitialiser le secret",
|
||
"message": "Souhaitez-vous vraiment réinitialiser ce secret ?"
|
||
},
|
||
"noSecretsRequired": {
|
||
"segmentTitle": "Aucuns secrets",
|
||
"text": "Aucun secret requis pour cette intégration"
|
||
},
|
||
"kind": {
|
||
"username": {
|
||
"label": "Nom d'utilisateur",
|
||
"newLabel": "Nouveau nom d'utilisateur"
|
||
},
|
||
"apiKey": {
|
||
"label": "Clé API",
|
||
"newLabel": "Nouvelle clé API"
|
||
},
|
||
"password": {
|
||
"label": "Mot de passe",
|
||
"newLabel": "Nouveau mot de passe"
|
||
},
|
||
"tokenId": {
|
||
"label": "ID du jeton",
|
||
"newLabel": "Nouvel ID de jeton"
|
||
},
|
||
"realm": {
|
||
"label": "Domaine",
|
||
"newLabel": "Nouveau domaine"
|
||
}
|
||
}
|
||
},
|
||
"permission": {
|
||
"use": "Sélectionner les intégrations dans les éléments",
|
||
"interact": "Interagir avec les intégrations",
|
||
"full": "Accès intégral à l'intégration"
|
||
}
|
||
},
|
||
"media": {
|
||
"plural": "Médias",
|
||
"search": "Rechercher un média",
|
||
"field": {
|
||
"name": "Nom",
|
||
"size": "Taille",
|
||
"creator": "Créateur"
|
||
},
|
||
"action": {
|
||
"upload": {
|
||
"label": "Téléverser un média",
|
||
"file": "Sélectionner un fichier",
|
||
"notification": {
|
||
"success": {
|
||
"message": "Le média a été téléversé avec succès"
|
||
},
|
||
"error": {
|
||
"message": "Le média n’a pas pu être téléversé"
|
||
}
|
||
}
|
||
},
|
||
"delete": {
|
||
"label": "Supprimer le média",
|
||
"description": "Êtes-vous sûr de vouloir supprimer le média <bName></bName>?",
|
||
"notification": {
|
||
"success": {
|
||
"message": "Le média a été supprimé avec succès"
|
||
},
|
||
"error": {
|
||
"message": "Le média n'a pas pu être supprimé"
|
||
}
|
||
}
|
||
},
|
||
"copy": {
|
||
"label": "Copier l'URL"
|
||
},
|
||
"open": {
|
||
"label": "Ouvrir le média"
|
||
}
|
||
}
|
||
},
|
||
"common": {
|
||
"beta": "Bêta",
|
||
"error": "Erreur",
|
||
"action": {
|
||
"add": "Ajouter",
|
||
"apply": "Appliquer",
|
||
"backToOverview": "Retourner à l'aperçu",
|
||
"create": "Créer",
|
||
"createAnother": "Créer et recommencer",
|
||
"edit": "Modifier",
|
||
"import": "Importer",
|
||
"insert": "Insérer",
|
||
"remove": "Supprimer",
|
||
"save": "Sauvegarder",
|
||
"saveChanges": "Sauvegarder les modifications",
|
||
"cancel": "Annuler",
|
||
"delete": "Supprimer",
|
||
"discard": "Abandonner",
|
||
"confirm": "Confirmer",
|
||
"continue": "Continuer",
|
||
"previous": "Précédent",
|
||
"next": "Suivant",
|
||
"checkoutDocs": "Voir la documentation",
|
||
"checkLogs": "Vérifiez les logs pour plus de détails",
|
||
"tryAgain": "Réessayer",
|
||
"loading": "Chargement"
|
||
},
|
||
"here": "ici",
|
||
"iconPicker": {
|
||
"label": "URL de l'icône :",
|
||
"header": "Tapez le nom ou les objets pour filtrer les icônes... Homarr recherchera les icônes {countIcons} pour vous."
|
||
},
|
||
"colorScheme": {
|
||
"options": {
|
||
"light": "Clair",
|
||
"dark": "Sombre"
|
||
}
|
||
},
|
||
"information": {
|
||
"min": "Min",
|
||
"max": "Max",
|
||
"days": "Jours",
|
||
"hours": "Heures",
|
||
"minutes": "Minutes"
|
||
},
|
||
"notification": {
|
||
"create": {
|
||
"success": "Création réussie",
|
||
"error": "Échec de la création"
|
||
},
|
||
"delete": {
|
||
"success": "Suppression réussie",
|
||
"error": "Échec de la suppression"
|
||
},
|
||
"update": {
|
||
"success": "Modifications appliquées avec succès",
|
||
"error": "Impossible d'appliquer les changements"
|
||
},
|
||
"transfer": {
|
||
"success": "Transfert réussi",
|
||
"error": "Le transfert a échoué"
|
||
}
|
||
},
|
||
"multiSelect": {
|
||
"placeholder": "Choisissez une ou plusieurs valeurs"
|
||
},
|
||
"multiText": {
|
||
"placeholder": "Ajouter des valeurs supplémentaires",
|
||
"addLabel": "Ajouter {value}"
|
||
},
|
||
"select": {
|
||
"placeholder": "Choisir une valeur",
|
||
"badge": {
|
||
"recommended": "Recommandé"
|
||
}
|
||
},
|
||
"userAvatar": {
|
||
"menu": {
|
||
"switchToDarkMode": "Activer le mode sombre",
|
||
"switchToLightMode": "Activer le mode clair",
|
||
"management": "Administration",
|
||
"preferences": "Vos préférences",
|
||
"logout": "Se déconnecter",
|
||
"login": "Connexion",
|
||
"homeBoard": "Votre tableau de bord",
|
||
"loggedOut": "Déconnecté",
|
||
"updateAvailable": "Mises à jour {countUpdates} disponibles : {tag}"
|
||
}
|
||
},
|
||
"dangerZone": "Zone de danger",
|
||
"noResults": "Aucun résultat trouvé",
|
||
"unsavedChanges": "Vous avez des modifications non enregistrées !",
|
||
"preview": {
|
||
"show": "Afficher l’aperçu",
|
||
"hide": "Masquer l'aperçu"
|
||
},
|
||
"zod": {
|
||
"errors": {
|
||
"default": "Ce champ est invalide",
|
||
"required": "Ce champ est requis",
|
||
"string": {
|
||
"startsWith": "Ce champ doit commencer par {startsWith}",
|
||
"endsWith": "Ce champ doit terminer par {endsWith}",
|
||
"includes": "Ce champ doit inclure {includes}",
|
||
"invalidEmail": "Ce champ doit être une adresse e-mail valide"
|
||
},
|
||
"tooSmall": {
|
||
"string": "Ce champ doit faire au moins {minimum} caractères",
|
||
"number": "Ce champ doit être supérieur ou égal à {minimum}"
|
||
},
|
||
"tooBig": {
|
||
"string": "Ce champ doit faire au plus {maximum} caractères",
|
||
"number": "Ce champ doit être inférieur ou égal à {maximum}"
|
||
},
|
||
"custom": {
|
||
"passwordsDoNotMatch": "Les mots de passe ne correspondent pas.",
|
||
"passwordRequirements": "Le mot de passe ne respecte pas les exigences requises.",
|
||
"boardAlreadyExists": "Un tableau avec ce nom existe déjà",
|
||
"invalidFileType": "Type de fichier invalide, {expected} attendu",
|
||
"invalidFileName": "Nom de fichier invalide",
|
||
"fileTooLarge": "Le fichier est trop volumineux, la taille maximale est {maxSize}",
|
||
"invalidConfiguration": "Configuration invalide",
|
||
"groupNameTaken": "Nom de groupe déjà utilisé"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"section": {
|
||
"dynamic": {
|
||
"action": {
|
||
"create": "Nouvelle section dynamique",
|
||
"remove": "Supprimer la section dynamique"
|
||
},
|
||
"option": {
|
||
"borderColor": {
|
||
"label": "Couleur de la bordure"
|
||
}
|
||
},
|
||
"remove": {
|
||
"title": "Supprimer la section dynamique",
|
||
"message": "Êtes-vous sûr de vouloir supprimer cette section dynamique ? Les éléments seront déplacés au même emplacement dans la section parente."
|
||
}
|
||
},
|
||
"category": {
|
||
"field": {
|
||
"name": {
|
||
"label": "Nom"
|
||
}
|
||
},
|
||
"action": {
|
||
"create": "Nouvelle catégorie",
|
||
"edit": "Renommer la catégorie",
|
||
"remove": "Supprimer la catégorie",
|
||
"moveUp": "Monter",
|
||
"moveDown": "Descendre",
|
||
"createAbove": "Nouvelle catégorie au-dessus",
|
||
"createBelow": "Nouvelle catégorie en dessous",
|
||
"openAllInNewTabs": "Tout ouvrir dans des onglets"
|
||
},
|
||
"create": {
|
||
"title": "",
|
||
"submit": ""
|
||
},
|
||
"remove": {
|
||
"title": "",
|
||
"message": ""
|
||
},
|
||
"edit": {
|
||
"title": "",
|
||
"submit": ""
|
||
},
|
||
"menu": {
|
||
"label": {
|
||
"create": "",
|
||
"changePosition": "Modifier la position"
|
||
}
|
||
},
|
||
"openAllInNewTabs": {
|
||
"title": "",
|
||
"text": ""
|
||
}
|
||
}
|
||
},
|
||
"item": {
|
||
"action": {
|
||
"create": "",
|
||
"import": "",
|
||
"edit": "",
|
||
"moveResize": "",
|
||
"duplicate": "",
|
||
"remove": ""
|
||
},
|
||
"menu": {
|
||
"label": {
|
||
"settings": "Paramètres"
|
||
}
|
||
},
|
||
"create": {
|
||
"title": "",
|
||
"search": "",
|
||
"addToBoard": ""
|
||
},
|
||
"moveResize": {
|
||
"title": "",
|
||
"field": {
|
||
"width": {
|
||
"label": "Largeur"
|
||
},
|
||
"height": {
|
||
"label": "Hauteur"
|
||
},
|
||
"xOffset": {
|
||
"label": ""
|
||
},
|
||
"yOffset": {
|
||
"label": ""
|
||
}
|
||
}
|
||
},
|
||
"edit": {
|
||
"title": "",
|
||
"advancedOptions": {
|
||
"label": "",
|
||
"title": ""
|
||
},
|
||
"field": {
|
||
"integrations": {
|
||
"label": ""
|
||
},
|
||
"customCssClasses": {
|
||
"label": ""
|
||
}
|
||
}
|
||
},
|
||
"remove": {
|
||
"title": "",
|
||
"message": ""
|
||
}
|
||
},
|
||
"widget": {
|
||
"app": {
|
||
"name": "App",
|
||
"description": "",
|
||
"option": {
|
||
"appId": {
|
||
"label": ""
|
||
},
|
||
"openInNewTab": {
|
||
"label": "Ouvrir dans un nouvel onglet"
|
||
},
|
||
"showTitle": {
|
||
"label": ""
|
||
},
|
||
"showDescriptionTooltip": {
|
||
"label": ""
|
||
},
|
||
"pingEnabled": {
|
||
"label": ""
|
||
}
|
||
},
|
||
"error": {
|
||
"notFound": {
|
||
"label": "",
|
||
"tooltip": ""
|
||
}
|
||
}
|
||
},
|
||
"bookmarks": {
|
||
"name": "",
|
||
"description": "",
|
||
"option": {
|
||
"title": {
|
||
"label": ""
|
||
},
|
||
"layout": {
|
||
"label": "Mise en page",
|
||
"option": {
|
||
"row": {
|
||
"label": "Horizontale"
|
||
},
|
||
"column": {
|
||
"label": "Verticale"
|
||
},
|
||
"grid": {
|
||
"label": ""
|
||
}
|
||
}
|
||
},
|
||
"hideIcon": {
|
||
"label": ""
|
||
},
|
||
"hideHostname": {
|
||
"label": ""
|
||
},
|
||
"openNewTab": {
|
||
"label": ""
|
||
},
|
||
"items": {
|
||
"label": "",
|
||
"add": ""
|
||
}
|
||
}
|
||
},
|
||
"dnsHoleSummary": {
|
||
"name": "",
|
||
"description": "",
|
||
"option": {
|
||
"layout": {
|
||
"label": "Mise en page",
|
||
"option": {
|
||
"row": {
|
||
"label": "Horizontale"
|
||
},
|
||
"column": {
|
||
"label": "Verticale"
|
||
},
|
||
"grid": {
|
||
"label": ""
|
||
}
|
||
}
|
||
},
|
||
"usePiHoleColors": {
|
||
"label": ""
|
||
}
|
||
},
|
||
"error": {
|
||
"internalServerError": "",
|
||
"integrationsDisconnected": ""
|
||
},
|
||
"data": {
|
||
"adsBlockedToday": "Bloqué aujourd'hui",
|
||
"adsBlockedTodayPercentage": "Bloqué aujourd'hui",
|
||
"dnsQueriesToday": "Requêtes aujourd'hui",
|
||
"domainsBeingBlocked": ""
|
||
},
|
||
"domainsTooltip": ""
|
||
},
|
||
"dnsHoleControls": {
|
||
"name": "",
|
||
"description": "Contrôlez PiHole ou AdGuard depuis votre tableau de bord",
|
||
"option": {
|
||
"layout": {
|
||
"label": "Mise en page",
|
||
"option": {
|
||
"row": {
|
||
"label": "Horizontale"
|
||
},
|
||
"column": {
|
||
"label": "Verticale"
|
||
},
|
||
"grid": {
|
||
"label": ""
|
||
}
|
||
}
|
||
},
|
||
"showToggleAllButtons": {
|
||
"label": ""
|
||
}
|
||
},
|
||
"error": {
|
||
"internalServerError": ""
|
||
},
|
||
"controls": {
|
||
"enableAll": "",
|
||
"disableAll": "",
|
||
"setTimer": "",
|
||
"set": "Définir",
|
||
"enabled": "Activé",
|
||
"disabled": "Désactivé",
|
||
"processing": "",
|
||
"disconnected": "",
|
||
"hours": "Heures",
|
||
"minutes": "",
|
||
"unlimited": ""
|
||
}
|
||
},
|
||
"clock": {
|
||
"name": "",
|
||
"description": "Affiche la date et l'heure courante.",
|
||
"option": {
|
||
"customTitleToggle": {
|
||
"label": "",
|
||
"description": ""
|
||
},
|
||
"customTitle": {
|
||
"label": ""
|
||
},
|
||
"is24HourFormat": {
|
||
"label": "",
|
||
"description": ""
|
||
},
|
||
"showSeconds": {
|
||
"label": ""
|
||
},
|
||
"useCustomTimezone": {
|
||
"label": ""
|
||
},
|
||
"timezone": {
|
||
"label": "Fuseau Horaire",
|
||
"description": ""
|
||
},
|
||
"showDate": {
|
||
"label": ""
|
||
},
|
||
"dateFormat": {
|
||
"label": "",
|
||
"description": ""
|
||
},
|
||
"customTimeFormat": {
|
||
"label": "",
|
||
"description": ""
|
||
},
|
||
"customDateFormat": {
|
||
"label": "",
|
||
"description": ""
|
||
}
|
||
}
|
||
},
|
||
"minecraftServerStatus": {
|
||
"name": "",
|
||
"description": "",
|
||
"option": {
|
||
"title": {
|
||
"label": ""
|
||
},
|
||
"domain": {
|
||
"label": ""
|
||
},
|
||
"isBedrockServer": {
|
||
"label": ""
|
||
}
|
||
},
|
||
"status": {
|
||
"online": "",
|
||
"offline": ""
|
||
}
|
||
},
|
||
"notebook": {
|
||
"name": "Bloc-notes",
|
||
"description": "",
|
||
"option": {
|
||
"showToolbar": {
|
||
"label": "Afficher la barre d'outils pour vous aider à écrire du markdown"
|
||
},
|
||
"allowReadOnlyCheck": {
|
||
"label": "Autoriser la coche des cases en mode lecture"
|
||
},
|
||
"content": {
|
||
"label": "Le contenu du bloc-notes"
|
||
}
|
||
},
|
||
"controls": {
|
||
"bold": "Gras",
|
||
"italic": "Italique",
|
||
"strikethrough": "Barrer",
|
||
"underline": "Souligner",
|
||
"colorText": "Colorer le texte",
|
||
"colorHighlight": "Surligner en couleur",
|
||
"code": "",
|
||
"clear": "Effacer la mise en forme",
|
||
"heading": "Titre {level}",
|
||
"align": "Aligner le texte : {position}",
|
||
"blockquote": "Citation",
|
||
"horizontalLine": "Ligne horizontale",
|
||
"bulletList": "Liste à puces",
|
||
"orderedList": "Liste numérotée",
|
||
"checkList": "Liste à coche",
|
||
"increaseIndent": "Augmenter l'Indentation",
|
||
"decreaseIndent": "Diminuer l'indentation",
|
||
"link": "Lien",
|
||
"unlink": "Supprimer le lien",
|
||
"image": "Intégrer une image",
|
||
"addTable": "Ajouter un tableau",
|
||
"deleteTable": "Supprimer le tableau",
|
||
"colorCell": "Colorer la case",
|
||
"mergeCell": "Activer/désactiver la fusion des cases",
|
||
"addColumnLeft": "Ajouter une colonne avant",
|
||
"addColumnRight": "Ajouter une colonne après",
|
||
"deleteColumn": "Supprimer la colonne",
|
||
"addRowTop": "Ajouter une ligne avant",
|
||
"addRowBelow": "Ajouter une ligne après",
|
||
"deleteRow": "Supprimer la ligne"
|
||
},
|
||
"align": {
|
||
"left": "Gauche",
|
||
"center": "Centrer",
|
||
"right": "Droite"
|
||
},
|
||
"popover": {
|
||
"clearColor": "Enlever la couleur",
|
||
"source": "",
|
||
"widthPlaceholder": "Valeur en % ou en pixels",
|
||
"columns": "Colonnes",
|
||
"rows": "Lignes",
|
||
"width": "Largeur",
|
||
"height": "Hauteur"
|
||
}
|
||
},
|
||
"iframe": {
|
||
"name": "",
|
||
"description": "Intégrer n'importe quel contenu à partir d'Internet. Certains sites Web peuvent restreindre l'accès.",
|
||
"option": {
|
||
"embedUrl": {
|
||
"label": "URL intégrée"
|
||
},
|
||
"allowFullScreen": {
|
||
"label": "Permettre le plein écran"
|
||
},
|
||
"allowTransparency": {
|
||
"label": "Autoriser la transparence"
|
||
},
|
||
"allowScrolling": {
|
||
"label": "Autoriser le défilement"
|
||
},
|
||
"allowPayment": {
|
||
"label": "Autoriser le paiement"
|
||
},
|
||
"allowAutoPlay": {
|
||
"label": "Autoriser la lecture automatique"
|
||
},
|
||
"allowMicrophone": {
|
||
"label": "Autoriser l'utilisation du microphone"
|
||
},
|
||
"allowCamera": {
|
||
"label": "Autoriser l'utilisation de la caméra"
|
||
},
|
||
"allowGeolocation": {
|
||
"label": "Autoriser la géolocalisation"
|
||
}
|
||
},
|
||
"error": {
|
||
"noUrl": "",
|
||
"unsupportedProtocol": "",
|
||
"noBrowerSupport": "Votre navigateur internet ne prend pas en charge les iframes. Merci de le mettre à jour."
|
||
}
|
||
},
|
||
"smartHome-entityState": {
|
||
"name": "",
|
||
"description": "",
|
||
"option": {
|
||
"entityId": {
|
||
"label": "ID de l’entité"
|
||
},
|
||
"displayName": {
|
||
"label": ""
|
||
},
|
||
"entityUnit": {
|
||
"label": ""
|
||
},
|
||
"clickable": {
|
||
"label": ""
|
||
}
|
||
}
|
||
},
|
||
"smartHome-executeAutomation": {
|
||
"name": "",
|
||
"description": "",
|
||
"option": {
|
||
"displayName": {
|
||
"label": "Nom d'affichage"
|
||
},
|
||
"automationId": {
|
||
"label": "ID de l'automatisation"
|
||
}
|
||
},
|
||
"spotlightAction": {
|
||
"run": ""
|
||
}
|
||
},
|
||
"calendar": {
|
||
"name": "Calendrier",
|
||
"description": "",
|
||
"option": {
|
||
"releaseType": {
|
||
"label": "Type de sortie Radarr",
|
||
"options": {
|
||
"inCinemas": "",
|
||
"digitalRelease": "",
|
||
"physicalRelease": ""
|
||
}
|
||
},
|
||
"filterPastMonths": {
|
||
"label": ""
|
||
},
|
||
"filterFutureMonths": {
|
||
"label": ""
|
||
}
|
||
}
|
||
},
|
||
"weather": {
|
||
"name": "Météo",
|
||
"description": "Affiche la météo actuelle d'un emplacement préconfiguré.",
|
||
"option": {
|
||
"isFormatFahrenheit": {
|
||
"label": ""
|
||
},
|
||
"disableTemperatureDecimals": {
|
||
"label": ""
|
||
},
|
||
"showCurrentWindSpeed": {
|
||
"label": "",
|
||
"description": ""
|
||
},
|
||
"location": {
|
||
"label": "Lieu de la météo"
|
||
},
|
||
"showCity": {
|
||
"label": ""
|
||
},
|
||
"hasForecast": {
|
||
"label": ""
|
||
},
|
||
"forecastDayCount": {
|
||
"label": "",
|
||
"description": ""
|
||
},
|
||
"dateFormat": {
|
||
"label": "",
|
||
"description": ""
|
||
}
|
||
},
|
||
"currentWindSpeed": "",
|
||
"dailyForecast": {
|
||
"sunrise": "",
|
||
"sunset": "",
|
||
"maxWindSpeed": "",
|
||
"maxWindGusts": ""
|
||
},
|
||
"kind": {
|
||
"clear": "Clair",
|
||
"mainlyClear": "Principalement clair",
|
||
"fog": "Brouillard",
|
||
"drizzle": "Bruine",
|
||
"freezingDrizzle": "Bruine glacée",
|
||
"rain": "Pluie",
|
||
"freezingRain": "Pluie verglaçante",
|
||
"snowFall": "Chute de neige",
|
||
"snowGrains": "Neige en grains",
|
||
"rainShowers": "Averses de pluie",
|
||
"snowShowers": "Averses de neige",
|
||
"thunderstorm": "Orage",
|
||
"thunderstormWithHail": "Orage avec grêle",
|
||
"unknown": "Inconnu"
|
||
}
|
||
},
|
||
"indexerManager": {
|
||
"name": "Statut du gestionnaire d’indexeur",
|
||
"description": "",
|
||
"option": {
|
||
"openIndexerSiteInNewTab": {
|
||
"label": ""
|
||
}
|
||
},
|
||
"title": "Gestionnaire d’indexeur",
|
||
"testAll": "Tout tester",
|
||
"error": {
|
||
"internalServerError": ""
|
||
}
|
||
},
|
||
"healthMonitoring": {
|
||
"name": "Surveillance de l'état du système",
|
||
"description": "Affiche des informations sur l'état et la santé de votre (vos) système(s).",
|
||
"tab": {
|
||
"system": "",
|
||
"cluster": ""
|
||
},
|
||
"option": {
|
||
"fahrenheit": {
|
||
"label": "Température du processeur en Fahrenheit"
|
||
},
|
||
"cpu": {
|
||
"label": "Afficher les infos du processeur"
|
||
},
|
||
"memory": {
|
||
"label": "Afficher les infos de la mémoire"
|
||
},
|
||
"fileSystem": {
|
||
"label": "Afficher les infos sur le système de fichiers"
|
||
},
|
||
"defaultTab": {
|
||
"label": ""
|
||
},
|
||
"sectionIndicatorRequirement": {
|
||
"label": ""
|
||
}
|
||
},
|
||
"popover": {
|
||
"information": "",
|
||
"processor": "",
|
||
"memory": "",
|
||
"memoryAvailable": "",
|
||
"version": "",
|
||
"uptime": "",
|
||
"loadAverage": "",
|
||
"minute": "",
|
||
"minutes": "",
|
||
"used": "",
|
||
"available": "Disponible",
|
||
"lastSeen": ""
|
||
},
|
||
"memory": {},
|
||
"error": {
|
||
"internalServerError": ""
|
||
},
|
||
"cluster": {
|
||
"summary": {
|
||
"cpu": "",
|
||
"memory": ""
|
||
},
|
||
"resource": {
|
||
"node": {
|
||
"name": ""
|
||
},
|
||
"qemu": {
|
||
"name": ""
|
||
},
|
||
"lxc": {
|
||
"name": ""
|
||
},
|
||
"storage": {
|
||
"name": ""
|
||
}
|
||
},
|
||
"popover": {
|
||
"rightSection": {
|
||
"node": "",
|
||
"vmId": "",
|
||
"plugin": ""
|
||
},
|
||
"detail": {
|
||
"cpu": "",
|
||
"memory": "",
|
||
"storage": "",
|
||
"uptime": "",
|
||
"haState": "",
|
||
"storageType": {
|
||
"local": "",
|
||
"shared": ""
|
||
}
|
||
}
|
||
},
|
||
"table": {
|
||
"header": {
|
||
"name": "",
|
||
"cpu": "",
|
||
"memory": "",
|
||
"node": ""
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"common": {
|
||
"location": {
|
||
"query": "",
|
||
"latitude": "",
|
||
"longitude": "",
|
||
"disabledTooltip": "",
|
||
"unknownLocation": "",
|
||
"search": "Rechercher",
|
||
"table": {
|
||
"header": {
|
||
"city": "",
|
||
"country": "",
|
||
"coordinates": "",
|
||
"population": ""
|
||
},
|
||
"action": {
|
||
"select": ""
|
||
},
|
||
"population": {
|
||
"fallback": "Inconnu"
|
||
}
|
||
}
|
||
},
|
||
"integration": {
|
||
"noData": "",
|
||
"description": ""
|
||
},
|
||
"app": {
|
||
"noData": "",
|
||
"description": "",
|
||
"quickCreate": ""
|
||
},
|
||
"error": {
|
||
"noIntegration": "",
|
||
"noData": ""
|
||
},
|
||
"option": {}
|
||
},
|
||
"video": {
|
||
"name": "Flux vidéo",
|
||
"description": "Intégre un flux vidéo ou une vidéo provenant d'une caméra ou d'un site web",
|
||
"option": {
|
||
"feedUrl": {
|
||
"label": "URL du flux"
|
||
},
|
||
"hasAutoPlay": {
|
||
"label": "Lecture automatique",
|
||
"description": ""
|
||
},
|
||
"isMuted": {
|
||
"label": ""
|
||
},
|
||
"hasControls": {
|
||
"label": ""
|
||
}
|
||
},
|
||
"error": {
|
||
"noUrl": "",
|
||
"forYoutubeUseIframe": ""
|
||
}
|
||
},
|
||
"mediaServer": {
|
||
"name": "",
|
||
"description": "",
|
||
"option": {},
|
||
"items": {
|
||
"user": "",
|
||
"name": "",
|
||
"id": ""
|
||
}
|
||
},
|
||
"downloads": {
|
||
"name": "",
|
||
"description": "",
|
||
"option": {
|
||
"columns": {
|
||
"label": ""
|
||
},
|
||
"enableRowSorting": {
|
||
"label": ""
|
||
},
|
||
"defaultSort": {
|
||
"label": ""
|
||
},
|
||
"descendingDefaultSort": {
|
||
"label": ""
|
||
},
|
||
"showCompletedUsenet": {
|
||
"label": ""
|
||
},
|
||
"showCompletedTorrent": {
|
||
"label": ""
|
||
},
|
||
"activeTorrentThreshold": {
|
||
"label": ""
|
||
},
|
||
"categoryFilter": {
|
||
"label": ""
|
||
},
|
||
"filterIsWhitelist": {
|
||
"label": ""
|
||
},
|
||
"applyFilterToRatio": {
|
||
"label": ""
|
||
}
|
||
},
|
||
"errors": {
|
||
"noColumns": "",
|
||
"noCommunications": ""
|
||
},
|
||
"items": {
|
||
"actions": {
|
||
"columnTitle": ""
|
||
},
|
||
"added": {
|
||
"columnTitle": "",
|
||
"detailsTitle": "Date d’ajout"
|
||
},
|
||
"category": {
|
||
"columnTitle": "",
|
||
"detailsTitle": ""
|
||
},
|
||
"downSpeed": {
|
||
"columnTitle": "Descendant",
|
||
"detailsTitle": "Vitesse de téléchargement"
|
||
},
|
||
"index": {
|
||
"columnTitle": "",
|
||
"detailsTitle": ""
|
||
},
|
||
"id": {
|
||
"columnTitle": ""
|
||
},
|
||
"integration": {
|
||
"columnTitle": "Intégration"
|
||
},
|
||
"name": {
|
||
"columnTitle": ""
|
||
},
|
||
"progress": {
|
||
"columnTitle": "Progrès",
|
||
"detailsTitle": ""
|
||
},
|
||
"ratio": {
|
||
"columnTitle": "",
|
||
"detailsTitle": ""
|
||
},
|
||
"received": {
|
||
"columnTitle": "",
|
||
"detailsTitle": ""
|
||
},
|
||
"sent": {
|
||
"columnTitle": "",
|
||
"detailsTitle": ""
|
||
},
|
||
"size": {
|
||
"columnTitle": "",
|
||
"detailsTitle": ""
|
||
},
|
||
"state": {
|
||
"columnTitle": "État",
|
||
"detailsTitle": ""
|
||
},
|
||
"time": {
|
||
"columnTitle": "",
|
||
"detailsTitle": ""
|
||
},
|
||
"type": {
|
||
"columnTitle": "",
|
||
"detailsTitle": ""
|
||
},
|
||
"upSpeed": {
|
||
"columnTitle": "Montant",
|
||
"detailsTitle": ""
|
||
}
|
||
},
|
||
"states": {
|
||
"downloading": "Téléchargement en cours",
|
||
"queued": "En file d’attente",
|
||
"paused": "En pause",
|
||
"completed": "Complété",
|
||
"failed": "",
|
||
"processing": "",
|
||
"leeching": "",
|
||
"stalled": "",
|
||
"unknown": "Inconnu",
|
||
"seeding": ""
|
||
},
|
||
"actions": {
|
||
"clients": {
|
||
"modalTitle": "",
|
||
"pause": "",
|
||
"resume": ""
|
||
},
|
||
"client": {
|
||
"pause": "",
|
||
"resume": ""
|
||
},
|
||
"item": {
|
||
"pause": "",
|
||
"resume": "",
|
||
"delete": {
|
||
"title": "",
|
||
"modalTitle": "",
|
||
"entry": "",
|
||
"entryAndFiles": ""
|
||
}
|
||
}
|
||
},
|
||
"globalRatio": ""
|
||
},
|
||
"mediaRequests-requestList": {
|
||
"name": "",
|
||
"description": "Voir la liste de toutes les demandes de médias de votre instance Overseerr ou Jellyseerr",
|
||
"option": {
|
||
"linksTargetNewTab": {
|
||
"label": "Ouvrir les liens dans un nouvel onglet"
|
||
}
|
||
},
|
||
"pending": {
|
||
"approve": "",
|
||
"approving": "",
|
||
"decline": ""
|
||
},
|
||
"availability": {
|
||
"unknown": "Inconnu",
|
||
"pending": "",
|
||
"processing": "",
|
||
"partiallyAvailable": "Partiel",
|
||
"available": "Disponible"
|
||
},
|
||
"status": {
|
||
"pending": "",
|
||
"approved": "",
|
||
"declined": "",
|
||
"failed": ""
|
||
},
|
||
"toBeDetermined": ""
|
||
},
|
||
"mediaRequests-requestStats": {
|
||
"name": "",
|
||
"description": "Statistiques sur vos demandes de médias",
|
||
"option": {},
|
||
"titles": {
|
||
"stats": {
|
||
"main": "Statistiques des médias",
|
||
"approved": "Déjà approuvé",
|
||
"pending": "En attente de validation",
|
||
"processing": "",
|
||
"declined": "",
|
||
"available": "",
|
||
"tv": "Demandes de séries TV",
|
||
"movie": "Demandes de films",
|
||
"total": ""
|
||
},
|
||
"users": {
|
||
"main": "Principaux utilisateurs",
|
||
"requests": ""
|
||
}
|
||
}
|
||
},
|
||
"mediaTranscoding": {
|
||
"name": "",
|
||
"description": "",
|
||
"option": {
|
||
"defaultView": {
|
||
"label": "Affichage par défaut"
|
||
},
|
||
"queuePageSize": {
|
||
"label": ""
|
||
}
|
||
},
|
||
"tab": {
|
||
"workers": "Travailleurs",
|
||
"queue": "File d'attente",
|
||
"statistics": "Statistiques"
|
||
},
|
||
"currentIndex": "",
|
||
"healthCheck": {
|
||
"title": "",
|
||
"queued": "En file d’attente",
|
||
"status": {
|
||
"healthy": "Sain",
|
||
"unhealthy": "Dysfonctionnement"
|
||
}
|
||
},
|
||
"panel": {
|
||
"statistics": {
|
||
"empty": "Vide",
|
||
"transcodes": "Transcodeur",
|
||
"transcodesCount": "",
|
||
"healthChecksCount": "",
|
||
"filesCount": "",
|
||
"savedSpace": "",
|
||
"healthChecks": "",
|
||
"videoCodecs": "",
|
||
"videoContainers": "Conteneurs",
|
||
"videoResolutions": "Résolutions"
|
||
},
|
||
"workers": {
|
||
"empty": "Vide",
|
||
"table": {
|
||
"file": "Fichier",
|
||
"eta": "",
|
||
"progress": "Progrès",
|
||
"transcode": "Transcodeur",
|
||
"healthCheck": ""
|
||
}
|
||
},
|
||
"queue": {
|
||
"empty": "Vide",
|
||
"table": {
|
||
"file": "Fichier",
|
||
"size": "Taille",
|
||
"transcode": "Transcodeur",
|
||
"healthCheck": ""
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"rssFeed": {
|
||
"name": "",
|
||
"description": "",
|
||
"option": {
|
||
"feedUrls": {
|
||
"label": ""
|
||
},
|
||
"enableRtl": {
|
||
"label": ""
|
||
},
|
||
"textLinesClamp": {
|
||
"label": ""
|
||
},
|
||
"maximumAmountPosts": {
|
||
"label": ""
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"widgetPreview": {
|
||
"toggle": {
|
||
"enabled": "",
|
||
"disabled": ""
|
||
},
|
||
"dimensions": {
|
||
"title": ""
|
||
}
|
||
},
|
||
"board": {
|
||
"action": {
|
||
"duplicate": {
|
||
"title": "",
|
||
"message": "",
|
||
"notification": {
|
||
"success": {
|
||
"title": "",
|
||
"message": ""
|
||
},
|
||
"error": {
|
||
"title": "",
|
||
"message": ""
|
||
}
|
||
}
|
||
},
|
||
"edit": {
|
||
"notification": {
|
||
"success": {
|
||
"title": "",
|
||
"message": ""
|
||
},
|
||
"error": {
|
||
"title": "",
|
||
"message": ""
|
||
}
|
||
},
|
||
"confirmLeave": {
|
||
"title": "",
|
||
"message": ""
|
||
}
|
||
},
|
||
"oldImport": {
|
||
"label": "",
|
||
"notification": {
|
||
"success": {
|
||
"title": "",
|
||
"message": ""
|
||
},
|
||
"error": {
|
||
"title": "",
|
||
"message": ""
|
||
}
|
||
},
|
||
"form": {
|
||
"file": {
|
||
"label": "",
|
||
"invalidError": ""
|
||
},
|
||
"apps": {
|
||
"label": "Applications",
|
||
"avoidDuplicates": {
|
||
"label": "",
|
||
"description": ""
|
||
},
|
||
"onlyImportApps": {
|
||
"label": "",
|
||
"description": ""
|
||
}
|
||
},
|
||
"name": {
|
||
"label": ""
|
||
},
|
||
"screenSize": {
|
||
"label": "",
|
||
"description": "",
|
||
"option": {
|
||
"sm": "Petite",
|
||
"md": "Moyenne",
|
||
"lg": "Grande"
|
||
}
|
||
},
|
||
"sidebarBehavior": {
|
||
"label": "",
|
||
"description": "",
|
||
"option": {
|
||
"lastSection": {
|
||
"label": "",
|
||
"description": ""
|
||
},
|
||
"removeItems": {
|
||
"label": "",
|
||
"description": ""
|
||
}
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"quickCreateApp": {
|
||
"modal": {
|
||
"title": "",
|
||
"createAndUse": ""
|
||
}
|
||
}
|
||
},
|
||
"field": {
|
||
"pageTitle": {
|
||
"label": ""
|
||
},
|
||
"metaTitle": {
|
||
"label": ""
|
||
},
|
||
"logoImageUrl": {
|
||
"label": ""
|
||
},
|
||
"faviconImageUrl": {
|
||
"label": ""
|
||
},
|
||
"backgroundImageUrl": {
|
||
"label": ""
|
||
},
|
||
"backgroundImageAttachment": {
|
||
"label": "Pièce jointe de l'image d'arrière-plan",
|
||
"option": {
|
||
"fixed": {
|
||
"label": "",
|
||
"description": ""
|
||
},
|
||
"scroll": {
|
||
"label": "",
|
||
"description": ""
|
||
}
|
||
}
|
||
},
|
||
"backgroundImageRepeat": {
|
||
"label": "",
|
||
"option": {
|
||
"repeat": {
|
||
"label": "",
|
||
"description": ""
|
||
},
|
||
"no-repeat": {
|
||
"label": "",
|
||
"description": ""
|
||
},
|
||
"repeat-x": {
|
||
"label": "",
|
||
"description": ""
|
||
},
|
||
"repeat-y": {
|
||
"label": "",
|
||
"description": ""
|
||
}
|
||
}
|
||
},
|
||
"backgroundImageSize": {
|
||
"label": "Taille de l'image d'arrière-plan",
|
||
"option": {
|
||
"cover": {
|
||
"label": "",
|
||
"description": ""
|
||
},
|
||
"contain": {
|
||
"label": "",
|
||
"description": ""
|
||
}
|
||
}
|
||
},
|
||
"primaryColor": {
|
||
"label": "Couleur principale"
|
||
},
|
||
"secondaryColor": {
|
||
"label": "Couleur secondaire"
|
||
},
|
||
"opacity": {
|
||
"label": ""
|
||
},
|
||
"iconColor": {
|
||
"label": ""
|
||
},
|
||
"customCss": {
|
||
"label": "",
|
||
"description": "En outre, vous pouvez personnaliser votre tableau de bord à l'aide de CSS. Réservé aux utilisateurs expérimentés.",
|
||
"customClassesAlert": {
|
||
"title": "",
|
||
"description": ""
|
||
}
|
||
},
|
||
"disableStatus": {
|
||
"label": "",
|
||
"description": ""
|
||
},
|
||
"columnCount": {
|
||
"label": ""
|
||
},
|
||
"itemRadius": {
|
||
"label": "",
|
||
"description": "",
|
||
"option": {
|
||
"xs": "",
|
||
"sm": "",
|
||
"md": "",
|
||
"lg": "",
|
||
"xl": ""
|
||
}
|
||
},
|
||
"name": {
|
||
"label": "Nom"
|
||
},
|
||
"isPublic": {
|
||
"label": "",
|
||
"description": ""
|
||
}
|
||
},
|
||
"content": {
|
||
"metaTitle": ""
|
||
},
|
||
"setting": {
|
||
"title": "",
|
||
"section": {
|
||
"general": {
|
||
"title": "Général",
|
||
"unrecognizedLink": ""
|
||
},
|
||
"layout": {
|
||
"title": "Mise en page",
|
||
"responsive": {
|
||
"title": "",
|
||
"action": {
|
||
"add": ""
|
||
}
|
||
}
|
||
},
|
||
"background": {
|
||
"title": "Fond"
|
||
},
|
||
"appearance": {
|
||
"title": ""
|
||
},
|
||
"customCss": {
|
||
"title": ""
|
||
},
|
||
"behavior": {
|
||
"title": ""
|
||
},
|
||
"access": {
|
||
"title": "",
|
||
"permission": {
|
||
"item": {
|
||
"view": {
|
||
"label": "Voir le tableau de bord"
|
||
},
|
||
"modify": {
|
||
"label": ""
|
||
},
|
||
"full": {
|
||
"label": ""
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"dangerZone": {
|
||
"title": "Zone de danger",
|
||
"action": {
|
||
"rename": {
|
||
"label": "",
|
||
"description": "",
|
||
"button": "",
|
||
"modal": {
|
||
"title": ""
|
||
}
|
||
},
|
||
"visibility": {
|
||
"label": "",
|
||
"description": {
|
||
"public": "",
|
||
"private": ""
|
||
},
|
||
"button": {
|
||
"public": "",
|
||
"private": ""
|
||
},
|
||
"confirm": {
|
||
"public": {
|
||
"title": "",
|
||
"description": ""
|
||
},
|
||
"private": {
|
||
"title": "",
|
||
"description": ""
|
||
}
|
||
}
|
||
},
|
||
"delete": {
|
||
"label": "",
|
||
"description": "",
|
||
"button": "",
|
||
"confirm": {
|
||
"title": "Supprimer le tableau de bord",
|
||
"description": ""
|
||
}
|
||
}
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"error": {
|
||
"noBoard": {
|
||
"title": "",
|
||
"description": "",
|
||
"link": "",
|
||
"notice": ""
|
||
},
|
||
"notFound": {
|
||
"title": "",
|
||
"description": "",
|
||
"link": "",
|
||
"notice": ""
|
||
},
|
||
"homeBoard": {
|
||
"title": "",
|
||
"admin": {
|
||
"description": "",
|
||
"link": "",
|
||
"notice": ""
|
||
},
|
||
"user": {
|
||
"description": "",
|
||
"link": "",
|
||
"notice": ""
|
||
},
|
||
"anonymous": {
|
||
"description": "",
|
||
"link": "",
|
||
"notice": ""
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"layout": {
|
||
"field": {
|
||
"name": {
|
||
"label": ""
|
||
},
|
||
"columnCount": {
|
||
"label": ""
|
||
},
|
||
"breakpoint": {
|
||
"label": "",
|
||
"description": ""
|
||
}
|
||
}
|
||
},
|
||
"management": {
|
||
"metaTitle": "",
|
||
"title": {
|
||
"morning": "",
|
||
"afternoon": "",
|
||
"evening": ""
|
||
},
|
||
"notFound": {
|
||
"title": "",
|
||
"text": ""
|
||
},
|
||
"navbar": {
|
||
"items": {
|
||
"home": "Accueil",
|
||
"boards": "Tableaux de bord",
|
||
"apps": "Applications",
|
||
"integrations": "",
|
||
"searchEngies": "",
|
||
"medias": "",
|
||
"users": {
|
||
"label": "Utilisateurs",
|
||
"items": {
|
||
"manage": "Gérer",
|
||
"invites": "Invitations",
|
||
"groups": ""
|
||
}
|
||
},
|
||
"tools": {
|
||
"label": "Outils",
|
||
"items": {
|
||
"docker": "",
|
||
"logs": "",
|
||
"api": "",
|
||
"certificates": "",
|
||
"tasks": ""
|
||
}
|
||
},
|
||
"settings": "Paramètres",
|
||
"help": {
|
||
"label": "Aide",
|
||
"items": {
|
||
"documentation": "",
|
||
"submitIssue": "",
|
||
"discord": "Communauté Discord",
|
||
"sourceCode": ""
|
||
}
|
||
},
|
||
"about": "À propos"
|
||
}
|
||
},
|
||
"page": {
|
||
"home": {
|
||
"statistic": {
|
||
"board": "Tableaux de bord",
|
||
"user": "Utilisateurs",
|
||
"invite": "Invitations",
|
||
"integration": "",
|
||
"app": "Applications",
|
||
"group": ""
|
||
},
|
||
"statisticLabel": {
|
||
"boards": "Tableaux de bord",
|
||
"resources": "",
|
||
"authentication": "",
|
||
"authorization": ""
|
||
}
|
||
},
|
||
"board": {
|
||
"title": "Vos tableaux de bord",
|
||
"action": {
|
||
"new": {
|
||
"label": ""
|
||
},
|
||
"open": {
|
||
"label": ""
|
||
},
|
||
"settings": {
|
||
"label": "Paramètres"
|
||
},
|
||
"setHomeBoard": {
|
||
"label": "",
|
||
"badge": {
|
||
"label": "Accueil",
|
||
"tooltip": ""
|
||
}
|
||
},
|
||
"setMobileHomeBoard": {
|
||
"label": "",
|
||
"badge": {
|
||
"label": "",
|
||
"tooltip": ""
|
||
}
|
||
},
|
||
"duplicate": {
|
||
"label": ""
|
||
},
|
||
"delete": {
|
||
"label": "Supprimer définitivement",
|
||
"confirm": {
|
||
"title": "Supprimer le tableau de bord",
|
||
"description": ""
|
||
}
|
||
}
|
||
},
|
||
"visibility": {
|
||
"public": "",
|
||
"private": ""
|
||
},
|
||
"modal": {
|
||
"createBoard": {
|
||
"field": {
|
||
"name": {
|
||
"label": "Nom"
|
||
}
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"media": {
|
||
"includeFromAllUsers": ""
|
||
},
|
||
"user": {
|
||
"back": "",
|
||
"fieldsDisabledExternalProvider": "",
|
||
"setting": {
|
||
"general": {
|
||
"title": "Général",
|
||
"item": {
|
||
"language": "",
|
||
"board": {
|
||
"title": "",
|
||
"type": {
|
||
"general": "",
|
||
"mobile": ""
|
||
}
|
||
},
|
||
"search": "",
|
||
"firstDayOfWeek": "Premier jour de la semaine",
|
||
"accessibility": "Accessibilité"
|
||
}
|
||
},
|
||
"security": {
|
||
"title": "Sécurité"
|
||
},
|
||
"board": {
|
||
"title": "Tableaux de bord"
|
||
}
|
||
},
|
||
"list": {
|
||
"metaTitle": "Gérer les utilisateurs",
|
||
"title": "Utilisateurs"
|
||
},
|
||
"edit": {
|
||
"metaTitle": ""
|
||
},
|
||
"create": {
|
||
"metaTitle": "Créer un utilisateur",
|
||
"title": "",
|
||
"step": {
|
||
"personalInformation": {
|
||
"label": ""
|
||
},
|
||
"security": {
|
||
"label": "Sécurité"
|
||
},
|
||
"groups": {
|
||
"label": "",
|
||
"title": "",
|
||
"description": ""
|
||
},
|
||
"review": {
|
||
"label": ""
|
||
},
|
||
"completed": {
|
||
"title": ""
|
||
},
|
||
"error": {
|
||
"title": ""
|
||
}
|
||
},
|
||
"action": {
|
||
"createAnother": "",
|
||
"back": ""
|
||
}
|
||
},
|
||
"invite": {
|
||
"title": "Gérer les invitations des utilisateurs",
|
||
"action": {
|
||
"new": {
|
||
"title": "",
|
||
"description": "Après expiration, une invitation ne sera plus valide et le destinataire de cette invitation ne pourra pas créer un compte."
|
||
},
|
||
"copy": {
|
||
"title": "",
|
||
"description": "",
|
||
"link": "Lien d'invitation",
|
||
"button": ""
|
||
},
|
||
"delete": {
|
||
"title": "Supprimer une invitation",
|
||
"description": "Êtes-vous sûr de vouloir supprimer cette invitation ? Les utilisateurs avec ce lien ne pourront plus créer un compte avec ce dernier."
|
||
}
|
||
},
|
||
"field": {
|
||
"id": {
|
||
"label": ""
|
||
},
|
||
"creator": {
|
||
"label": "Créateur"
|
||
},
|
||
"expirationDate": {
|
||
"label": "Date d'expiration"
|
||
},
|
||
"token": {
|
||
"label": "Jeton"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"group": {
|
||
"back": "",
|
||
"setting": {
|
||
"general": {
|
||
"title": "Général",
|
||
"owner": "Propriétaire",
|
||
"ownerOfGroup": "",
|
||
"ownerOfGroupDeleted": ""
|
||
},
|
||
"setting": {
|
||
"title": "",
|
||
"alert": "",
|
||
"board": {
|
||
"title": ""
|
||
}
|
||
},
|
||
"members": {
|
||
"title": "",
|
||
"search": "",
|
||
"notFound": ""
|
||
},
|
||
"permissions": {
|
||
"title": "",
|
||
"form": {
|
||
"unsavedChanges": ""
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"settings": {
|
||
"title": "Paramètres",
|
||
"notification": {
|
||
"success": {
|
||
"message": ""
|
||
},
|
||
"error": {
|
||
"message": ""
|
||
}
|
||
},
|
||
"section": {
|
||
"analytics": {
|
||
"title": "",
|
||
"general": {
|
||
"title": "",
|
||
"text": ""
|
||
},
|
||
"widgetData": {
|
||
"title": "",
|
||
"text": ""
|
||
},
|
||
"integrationData": {
|
||
"title": "",
|
||
"text": ""
|
||
},
|
||
"usersData": {
|
||
"title": "",
|
||
"text": ""
|
||
}
|
||
},
|
||
"crawlingAndIndexing": {
|
||
"title": "",
|
||
"warning": "",
|
||
"noIndex": {
|
||
"title": "",
|
||
"text": ""
|
||
},
|
||
"noFollow": {
|
||
"title": "",
|
||
"text": ""
|
||
},
|
||
"noTranslate": {
|
||
"title": "",
|
||
"text": ""
|
||
},
|
||
"noSiteLinksSearchBox": {
|
||
"title": "",
|
||
"text": ""
|
||
}
|
||
},
|
||
"board": {
|
||
"title": "Tableaux de bord",
|
||
"homeBoard": {
|
||
"label": "",
|
||
"mobileLabel": "",
|
||
"description": ""
|
||
},
|
||
"status": {
|
||
"title": "",
|
||
"enableStatusByDefault": {
|
||
"label": "",
|
||
"description": ""
|
||
},
|
||
"forceDisableStatus": {
|
||
"label": "",
|
||
"description": ""
|
||
}
|
||
}
|
||
},
|
||
"search": {
|
||
"title": "",
|
||
"defaultSearchEngine": {
|
||
"label": "",
|
||
"description": ""
|
||
}
|
||
},
|
||
"appearance": {
|
||
"title": "Apparence",
|
||
"defaultColorScheme": {
|
||
"label": "",
|
||
"options": {
|
||
"light": "",
|
||
"dark": ""
|
||
}
|
||
}
|
||
},
|
||
"culture": {
|
||
"title": "",
|
||
"defaultLocale": {
|
||
"label": ""
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"tool": {
|
||
"tasks": {
|
||
"title": "",
|
||
"status": {
|
||
"idle": "",
|
||
"running": "",
|
||
"error": "Erreur"
|
||
},
|
||
"job": {
|
||
"minecraftServerStatus": {
|
||
"label": ""
|
||
},
|
||
"iconsUpdater": {
|
||
"label": ""
|
||
},
|
||
"analytics": {
|
||
"label": ""
|
||
},
|
||
"smartHomeEntityState": {
|
||
"label": ""
|
||
},
|
||
"ping": {
|
||
"label": ""
|
||
},
|
||
"mediaServer": {
|
||
"label": "Serveur multimédia"
|
||
},
|
||
"mediaOrganizer": {
|
||
"label": ""
|
||
},
|
||
"downloads": {
|
||
"label": ""
|
||
},
|
||
"mediaRequestStats": {
|
||
"label": ""
|
||
},
|
||
"mediaRequestList": {
|
||
"label": ""
|
||
},
|
||
"rssFeeds": {
|
||
"label": ""
|
||
},
|
||
"indexerManager": {
|
||
"label": ""
|
||
},
|
||
"healthMonitoring": {
|
||
"label": ""
|
||
},
|
||
"dnsHole": {
|
||
"label": ""
|
||
},
|
||
"sessionCleanup": {
|
||
"label": ""
|
||
},
|
||
"updateChecker": {
|
||
"label": ""
|
||
},
|
||
"mediaTranscoding": {
|
||
"label": ""
|
||
}
|
||
}
|
||
},
|
||
"api": {
|
||
"title": "",
|
||
"modal": {
|
||
"createApiToken": {
|
||
"title": "",
|
||
"description": "",
|
||
"button": ""
|
||
}
|
||
},
|
||
"tab": {
|
||
"documentation": {
|
||
"label": ""
|
||
},
|
||
"apiKey": {
|
||
"label": "",
|
||
"title": "",
|
||
"button": {
|
||
"createApiToken": ""
|
||
},
|
||
"modal": {
|
||
"delete": {
|
||
"title": "",
|
||
"text": ""
|
||
}
|
||
},
|
||
"table": {
|
||
"header": {
|
||
"id": "",
|
||
"createdBy": "",
|
||
"actions": ""
|
||
}
|
||
}
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"about": {
|
||
"version": "",
|
||
"text": "",
|
||
"accordion": {
|
||
"contributors": {
|
||
"title": "",
|
||
"subtitle": ""
|
||
},
|
||
"translators": {
|
||
"title": "",
|
||
"subtitle": ""
|
||
},
|
||
"libraries": {
|
||
"title": "",
|
||
"subtitle": ""
|
||
}
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"docker": {
|
||
"title": "Conteneurs",
|
||
"table": {
|
||
"updated": "",
|
||
"search": "",
|
||
"selected": ""
|
||
},
|
||
"field": {
|
||
"name": {
|
||
"label": "Nom"
|
||
},
|
||
"state": {
|
||
"label": "État",
|
||
"option": {
|
||
"created": "Créé",
|
||
"running": "",
|
||
"paused": "En pause",
|
||
"restarting": "Redémarrage en cours",
|
||
"exited": "",
|
||
"removing": "Suppression en cours",
|
||
"dead": ""
|
||
}
|
||
},
|
||
"containerImage": {
|
||
"label": ""
|
||
},
|
||
"ports": {
|
||
"label": ""
|
||
}
|
||
},
|
||
"action": {
|
||
"start": {
|
||
"label": "Début",
|
||
"notification": {
|
||
"success": {
|
||
"title": "",
|
||
"message": ""
|
||
},
|
||
"error": {
|
||
"title": "",
|
||
"message": ""
|
||
}
|
||
}
|
||
},
|
||
"stop": {
|
||
"label": "",
|
||
"notification": {
|
||
"success": {
|
||
"title": "",
|
||
"message": ""
|
||
},
|
||
"error": {
|
||
"title": "",
|
||
"message": ""
|
||
}
|
||
}
|
||
},
|
||
"restart": {
|
||
"label": "Redémarrer",
|
||
"notification": {
|
||
"success": {
|
||
"title": "",
|
||
"message": ""
|
||
},
|
||
"error": {
|
||
"title": "",
|
||
"message": ""
|
||
}
|
||
}
|
||
},
|
||
"remove": {
|
||
"label": "Supprimer",
|
||
"notification": {
|
||
"success": {
|
||
"title": "",
|
||
"message": ""
|
||
},
|
||
"error": {
|
||
"title": "",
|
||
"message": ""
|
||
}
|
||
}
|
||
},
|
||
"refresh": {
|
||
"label": "",
|
||
"notification": {
|
||
"success": {
|
||
"title": "",
|
||
"message": ""
|
||
},
|
||
"error": {
|
||
"title": "",
|
||
"message": ""
|
||
}
|
||
}
|
||
},
|
||
"addToHomarr": {
|
||
"label": "",
|
||
"notification": {
|
||
"success": {
|
||
"title": "",
|
||
"message": ""
|
||
},
|
||
"error": {
|
||
"title": "",
|
||
"message": ""
|
||
}
|
||
},
|
||
"modal": {
|
||
"title": ""
|
||
}
|
||
}
|
||
},
|
||
"error": {
|
||
"internalServerError": ""
|
||
}
|
||
},
|
||
"permission": {
|
||
"title": "",
|
||
"userSelect": {
|
||
"title": ""
|
||
},
|
||
"groupSelect": {
|
||
"title": ""
|
||
},
|
||
"tab": {
|
||
"user": "Utilisateurs",
|
||
"group": "",
|
||
"inherited": ""
|
||
},
|
||
"field": {
|
||
"user": {
|
||
"label": "Utilisateur"
|
||
},
|
||
"group": {
|
||
"label": ""
|
||
},
|
||
"permission": {
|
||
"label": ""
|
||
}
|
||
},
|
||
"action": {
|
||
"saveUser": "",
|
||
"saveGroup": ""
|
||
}
|
||
},
|
||
"navigationStructure": {
|
||
"manage": {
|
||
"label": "Gérer",
|
||
"boards": {
|
||
"label": "Tableaux de bord"
|
||
},
|
||
"integrations": {
|
||
"label": "",
|
||
"edit": {
|
||
"label": "Modifier"
|
||
},
|
||
"new": {
|
||
"label": ""
|
||
}
|
||
},
|
||
"search-engines": {
|
||
"label": "",
|
||
"new": {
|
||
"label": ""
|
||
},
|
||
"edit": {
|
||
"label": "Modifier"
|
||
}
|
||
},
|
||
"medias": {
|
||
"label": ""
|
||
},
|
||
"apps": {
|
||
"label": "Applications",
|
||
"new": {
|
||
"label": ""
|
||
},
|
||
"edit": {
|
||
"label": "Modifier"
|
||
}
|
||
},
|
||
"users": {
|
||
"label": "Utilisateurs",
|
||
"create": {
|
||
"label": "Créer"
|
||
},
|
||
"general": "Général",
|
||
"security": "Sécurité",
|
||
"board": "Tableaux de bord",
|
||
"groups": {
|
||
"label": ""
|
||
},
|
||
"invites": {
|
||
"label": "Invitations"
|
||
}
|
||
},
|
||
"tools": {
|
||
"label": "Outils",
|
||
"docker": {
|
||
"label": ""
|
||
},
|
||
"logs": {
|
||
"label": ""
|
||
},
|
||
"certificates": {
|
||
"label": ""
|
||
}
|
||
},
|
||
"settings": {
|
||
"label": "Paramètres"
|
||
},
|
||
"about": {
|
||
"label": "À propos"
|
||
}
|
||
}
|
||
},
|
||
"search": {
|
||
"placeholder": "",
|
||
"nothingFound": "",
|
||
"error": {
|
||
"fetch": ""
|
||
},
|
||
"mode": {
|
||
"appIntegrationBoard": {
|
||
"help": "",
|
||
"group": {
|
||
"app": {
|
||
"title": "Applications",
|
||
"children": {
|
||
"action": {
|
||
"open": {
|
||
"label": ""
|
||
},
|
||
"edit": {
|
||
"label": ""
|
||
}
|
||
},
|
||
"detail": {
|
||
"title": ""
|
||
}
|
||
}
|
||
},
|
||
"board": {
|
||
"title": "Tableaux de bord",
|
||
"children": {
|
||
"action": {
|
||
"open": {
|
||
"label": ""
|
||
},
|
||
"homeBoard": {
|
||
"label": ""
|
||
},
|
||
"mobileBoard": {
|
||
"label": ""
|
||
},
|
||
"settings": {
|
||
"label": ""
|
||
}
|
||
},
|
||
"detail": {
|
||
"title": ""
|
||
}
|
||
}
|
||
},
|
||
"integration": {
|
||
"title": ""
|
||
}
|
||
}
|
||
},
|
||
"command": {
|
||
"help": "",
|
||
"group": {
|
||
"localCommand": {
|
||
"title": ""
|
||
},
|
||
"globalCommand": {
|
||
"title": "",
|
||
"option": {
|
||
"colorScheme": {
|
||
"light": "Activer le mode clair",
|
||
"dark": "Activer le mode sombre"
|
||
},
|
||
"language": {
|
||
"label": "",
|
||
"children": {
|
||
"detail": {
|
||
"title": ""
|
||
}
|
||
}
|
||
},
|
||
"newBoard": {
|
||
"label": ""
|
||
},
|
||
"importBoard": {
|
||
"label": ""
|
||
},
|
||
"newApp": {
|
||
"label": ""
|
||
},
|
||
"newIntegration": {
|
||
"label": "",
|
||
"children": {
|
||
"detail": {
|
||
"title": ""
|
||
}
|
||
}
|
||
},
|
||
"newUser": {
|
||
"label": ""
|
||
},
|
||
"newInvite": {
|
||
"label": ""
|
||
},
|
||
"newGroup": {
|
||
"label": ""
|
||
}
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"media": {
|
||
"requestMovie": "",
|
||
"requestSeries": "",
|
||
"openIn": ""
|
||
},
|
||
"external": {
|
||
"help": "",
|
||
"group": {
|
||
"searchEngine": {
|
||
"title": "",
|
||
"children": {
|
||
"action": {
|
||
"search": {
|
||
"label": ""
|
||
}
|
||
},
|
||
"detail": {
|
||
"title": ""
|
||
},
|
||
"searchResults": {
|
||
"title": ""
|
||
}
|
||
},
|
||
"option": {
|
||
"google": {
|
||
"name": "",
|
||
"description": ""
|
||
},
|
||
"bing": {
|
||
"name": "",
|
||
"description": ""
|
||
},
|
||
"duckduckgo": {
|
||
"name": "",
|
||
"description": ""
|
||
},
|
||
"torrent": {
|
||
"name": "",
|
||
"description": ""
|
||
},
|
||
"youTube": {
|
||
"name": "",
|
||
"description": ""
|
||
}
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"help": {
|
||
"group": {
|
||
"mode": {
|
||
"title": ""
|
||
},
|
||
"help": {
|
||
"title": "Aide",
|
||
"option": {
|
||
"documentation": {
|
||
"label": ""
|
||
},
|
||
"submitIssue": {
|
||
"label": ""
|
||
},
|
||
"discord": {
|
||
"label": "Communauté Discord"
|
||
}
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"home": {
|
||
"group": {
|
||
"search": {
|
||
"title": "",
|
||
"option": {
|
||
"other": {
|
||
"label": ""
|
||
},
|
||
"no-default": {
|
||
"label": "",
|
||
"description": ""
|
||
},
|
||
"search": {
|
||
"label": ""
|
||
},
|
||
"from-integration": {
|
||
"description": ""
|
||
}
|
||
}
|
||
},
|
||
"local": {
|
||
"title": ""
|
||
}
|
||
}
|
||
},
|
||
"page": {
|
||
"help": "",
|
||
"group": {
|
||
"page": {
|
||
"title": "",
|
||
"option": {
|
||
"manageHome": {
|
||
"label": ""
|
||
},
|
||
"manageBoard": {
|
||
"label": ""
|
||
},
|
||
"manageApp": {
|
||
"label": ""
|
||
},
|
||
"manageIntegration": {
|
||
"label": ""
|
||
},
|
||
"manageSearchEngine": {
|
||
"label": ""
|
||
},
|
||
"manageMedia": {
|
||
"label": ""
|
||
},
|
||
"manageUser": {
|
||
"label": "Gérer les utilisateurs"
|
||
},
|
||
"manageInvite": {
|
||
"label": ""
|
||
},
|
||
"manageGroup": {
|
||
"label": ""
|
||
},
|
||
"manageDocker": {
|
||
"label": ""
|
||
},
|
||
"manageApi": {
|
||
"label": ""
|
||
},
|
||
"manageLog": {
|
||
"label": ""
|
||
},
|
||
"manageTask": {
|
||
"label": ""
|
||
},
|
||
"manageSettings": {
|
||
"label": ""
|
||
},
|
||
"about": {
|
||
"label": "À propos"
|
||
},
|
||
"homeBoard": {
|
||
"label": ""
|
||
},
|
||
"preferences": {
|
||
"label": "Vos préférences"
|
||
}
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"userGroup": {
|
||
"help": "",
|
||
"group": {
|
||
"user": {
|
||
"title": "Utilisateurs",
|
||
"children": {
|
||
"action": {
|
||
"detail": {
|
||
"label": ""
|
||
}
|
||
},
|
||
"detail": {
|
||
"title": ""
|
||
}
|
||
}
|
||
},
|
||
"group": {
|
||
"title": "",
|
||
"children": {
|
||
"action": {
|
||
"detail": {
|
||
"label": ""
|
||
},
|
||
"manageMember": {
|
||
"label": ""
|
||
},
|
||
"managePermission": {
|
||
"label": ""
|
||
}
|
||
},
|
||
"detail": {
|
||
"title": ""
|
||
}
|
||
}
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"engine": {
|
||
"search": "",
|
||
"field": {
|
||
"name": {
|
||
"label": "Nom"
|
||
},
|
||
"short": {
|
||
"label": ""
|
||
},
|
||
"urlTemplate": {
|
||
"label": ""
|
||
},
|
||
"description": {
|
||
"label": ""
|
||
}
|
||
},
|
||
"page": {
|
||
"list": {
|
||
"title": "",
|
||
"noResults": {
|
||
"title": "",
|
||
"action": ""
|
||
},
|
||
"interactive": ""
|
||
},
|
||
"create": {
|
||
"title": "",
|
||
"notification": {
|
||
"success": {
|
||
"title": "",
|
||
"message": ""
|
||
},
|
||
"error": {
|
||
"title": "",
|
||
"message": ""
|
||
}
|
||
}
|
||
},
|
||
"edit": {
|
||
"title": "",
|
||
"notification": {
|
||
"success": {
|
||
"title": "",
|
||
"message": ""
|
||
},
|
||
"error": {
|
||
"title": "",
|
||
"message": ""
|
||
}
|
||
},
|
||
"configControl": "",
|
||
"searchEngineType": {
|
||
"generic": "",
|
||
"fromIntegration": ""
|
||
}
|
||
},
|
||
"delete": {
|
||
"title": "",
|
||
"message": "",
|
||
"notification": {
|
||
"success": {
|
||
"title": "",
|
||
"message": ""
|
||
},
|
||
"error": {
|
||
"title": "",
|
||
"message": ""
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"media": {
|
||
"request": {
|
||
"modal": {
|
||
"title": "",
|
||
"table": {
|
||
"header": {
|
||
"season": "",
|
||
"episodes": ""
|
||
}
|
||
},
|
||
"button": {
|
||
"send": ""
|
||
}
|
||
}
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"certificate": {
|
||
"page": {
|
||
"list": {
|
||
"title": "",
|
||
"description": "",
|
||
"noResults": {
|
||
"title": ""
|
||
},
|
||
"expires": ""
|
||
}
|
||
},
|
||
"action": {
|
||
"create": {
|
||
"label": "",
|
||
"notification": {
|
||
"success": {
|
||
"title": "",
|
||
"message": ""
|
||
},
|
||
"error": {
|
||
"title": "",
|
||
"message": ""
|
||
}
|
||
}
|
||
},
|
||
"remove": {
|
||
"label": "",
|
||
"confirm": "",
|
||
"notification": {
|
||
"success": {
|
||
"title": "",
|
||
"message": ""
|
||
},
|
||
"error": {
|
||
"title": "",
|
||
"message": ""
|
||
}
|
||
}
|
||
}
|
||
}
|
||
}
|
||
}
|