core/homeassistant/components/jellyfin/translations/fr.json

21 lines
592 B
JSON
Raw Normal View History

2021-11-16 00:18:33 +00:00
{
"config": {
"abort": {
"single_instance_allowed": "D\u00e9j\u00e0 configur\u00e9. Une seule configuration possible."
},
"error": {
"cannot_connect": "\u00c9chec de connexion",
2022-03-13 00:18:58 +00:00
"invalid_auth": "Authentification non valide",
2021-11-16 00:18:33 +00:00
"unknown": "Erreur inattendue"
},
"step": {
"user": {
"data": {
"password": "Mot de passe",
"url": "URL",
"username": "Nom d'utilisateur"
}
}
}
}
}