mirror of
https://github.com/sudoxnym/fin-assistant.git
synced 2026-07-13 17:52:36 +00:00
Create fr.json
This commit is contained in:
parent
d9e5e3d5a2
commit
91fd7f4b8d
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