mirror of
https://github.com/sudoxnym/fin-assistant.git
synced 2026-04-14 11:37:38 +00:00
commit
1327205c81
1 changed files with 49 additions and 0 deletions
49
translations/fr.json
Normal file
49
translations/fr.json
Normal 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"
|
||||
}
|
||||
Loading…
Reference in a new issue