Skip to content

Commit

Permalink
Merge pull request #1357 from alray31/main
Browse files Browse the repository at this point in the history
Update fr.json
  • Loading branch information
basbruss authored Nov 2, 2023
2 parents 7267adb + dee2fa0 commit 94ab39a
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions custom_components/ui_lovelace_minimalist/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,34 @@
"config": {
"step": {
"user": {
"title": "UI Lovelace Minimalist Configuration",
"title": "Configuration de UI Lovelace Minimalist",
"description": "",
"data": {
"community_cards_enabled": "Enable the ability to configure community cards with this integrations, Does require github authentication!"
"community_cards_enabled": "Activer la possibilité de configurer des cartes communautaires avec cette intégration, nécessite une authentification github!"
}
},
"device": {
"title": "Waiting for device activation"
"title": "En attente d'activation de l'appareil"
},
"reauth_confirm": {
"title": "Reauthentication needed",
"description": "You need to reauthenticate with GitHub."
"title": "Réauthentification requise",
"description": "Vous devez vous authentifier à nouveau avec GitHub."
}
},
"abort": {
"single_instance_allowed": "Une seule instance UI Lovelace Minimalist est autorisée.",
"not_setup": "UI Lovelace Minimalist n'est pas configuré.",
"github": "Could not authenticate with GitHub, try again later.",
"reauth_successful": "Reauthentication was successful."
"github": "Impossible de s'authentifier avec GitHub, réessayez plus tard.",
"reauth_successful": "La réauthentification a réussi."
},
"progress": {
"wait_for_device": "1. Open {url} \n2.Paste the following key to authorize ULM: \n```\n{code}\n```\n"
"wait_for_device": "1. Ouvrir {url} \n2.Collez la clé suivante pour autoriser ULM: \n```\n{code}\n```\n"
}
},
"options": {
"step": {
"user": {
"title": "UI Lovelace Minimalist Configuration",
"title": "Configuration de UI Lovelace Minimalist",
"description": "",
"data": {
"language": "Langue",
Expand All @@ -42,8 +42,8 @@
"adaptive_ui_icon": "Icône du TdB adaptatif dans la barre latérale",
"theme": "Thème",
"include_other_cards": "Inclure les custom-cards dépendantes.",
"community_cards_enabled": "Enable the ability to configure community cards with this integrations, Does require github authentication!",
"community_cards": "Select Community Cards you want to enable."
"community_cards_enabled": "Activer la possibilité de configurer des cartes communautaires avec cette intégration, nécessite une authentification github!",
"community_cards": "Sélectionnez les cartes communautaires que vous souhaitez activer."
}
}
},
Expand All @@ -52,9 +52,9 @@
"not_setup": "UI Lovelace Minimalist n'est pas configuré."
},
"error": {
"github_cards": "Something went wrong when fetching cards from Github.",
"ack": "You need to acknowledge all statements.",
"gh_token": "Github Token not set. Please re-install this integration to go throught the setup procedure. (No custom configuration will be lost)"
"github_cards": "Une erreur s'est produite lors de la récupération des cartes de Github.",
"ack": "Vous devez confirmer toutes les déclarations.",
"gh_token": "Jeton Github non défini. Veuillez réinstaller cette intégration pour recommencer la procédure d'installation. (Aucune configuration personnalisée ne sera perdue)"
}
}
}

0 comments on commit 94ab39a

Please sign in to comment.