Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions custom_components/lunar_phase/translations/fr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"config": {
"abort": {
"already_configured": "Appareil déjà configuré"
},
"error": {
"cannot_connect": "Impossible de se connecter",
"city_not_found": "Ville non trouvée",
"invalid_auth": "Authentification invalide",
"unknown": "Erreur inattendue"
},
"step": {
"location": {
"data": {
"city": "Ville",
"latitude": "Latitude",
"longitude": "Longitude",
"region": "Region",
"time_zone": "Fusau horaire"
}
},
"user": {
"data": {
"city": "Ville"
}
}
}
},
"entity": {
"sensor": {
"moon_phase": {
"name": "Phase de la lune",
"state": {
"first_quarter": "Premier quartier",
"full_moon": "Pleine lune",
"last_quarter": "Dernier quartier",
"new_moon": "Nouvelle lune",
"waning_crescent": "Croissante",
"waning_gibbous": "Décroissante",
"waxing_crescent": "Croissante,
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"waxing_crescent": "Croissante,
"waxing_crescent": "Croissante",

"waxing_gibbous": "Décroissante"
}
},
"next_phase": {
"state": {
"first_quarter": "Premier quartier",
"full_moon": "Pleine lune",
"last_quarter": "Dernier quartier",
"new_moon": "Nouvelle lune"
}
}
}
},
"title": "Phasede la lune"
}