Merge pull request #1 from Sim7b/patch-1

Create fr.json
This commit is contained in:
Chris Browet 2021-05-07 11:10:24 +02:00 committed by GitHub
commit 1327205c81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

49
translations/fr.json Normal file
View file

@ -0,0 +1,49 @@
{
"config": {
"abort": {
"already_configured": "Service is already configured",
"conn_error": "Unable to connect."
},
"error": {
"cannot_connect": "Unable to connect",
"unknown": "Unknown Error"
},
"flow_title": "Jellyfin Configuration",
"step": {
"user": {
"data": {
"url": "URL Serveur",
"username": "Utilisateur",
"password": "Mot de passe",
"verify_ssl": "Vérification SSL"
},
"description": "Configuration des paramètres de connexion.",
"title": "Jellyfin"
}
}
},
"options": {
"abort": {
"already_configured": "Le serveur est déjà configuré",
"conn_error": "Impossible de se connecter."
},
"error": {
"cannot_connect": "Impossible de se connecter",
"unknown": "Erreur inconnue"
},
"flow_title": "Jellyfin Configuration",
"step": {
"user": {
"data": {
"url": "URL Serveur",
"username": "Utilisateur",
"password": "Mot de passe",
"verify_ssl": "Vérification SSL"
},
"description": "Configuration des paramètres de connexion.",
"title": "Jellyfin"
}
}
},
"title": "Jellyfin"
}