Skip to content

Commit

Permalink
Create fr.json (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
dx44 authored Feb 22, 2021
1 parent a47623a commit 1a489e1
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions custom_components/ezviz_cloud/translations/fr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"config": {
"abort": {
"single_instance_allowed": "Déjà configuré. Une seule configuration possible.",
"unknown": "Erreur inconnue"
},
"error": {
"cannot_connect": "Echec de connexion",
"invalid_auth": "Echec d'authentification"
},
"flow_title": "ezviz: {name}",
"step": {
"user": {
"data": {
"username": "Identifiant",
"password": "Mot de passe",
"region": "région"
},
"title": "Connexion à Ezviz Cloud"
}
}
},
"options": {
"step": {
"init": {
"data": {
"timeout": "Délais de connexion dépassé (seconds)",
"ffmpeg_arguments": "Arguments ffmpeg pour les cameras"
}
}
}
}
}

0 comments on commit 1a489e1

Please sign in to comment.