diff --git a/custom_components/lunar_phase/translations/fr.json b/custom_components/lunar_phase/translations/fr.json new file mode 100644 index 0000000..703f864 --- /dev/null +++ b/custom_components/lunar_phase/translations/fr.json @@ -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, + "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" +}