From 91fd7f4b8daec34edcddcbbd7520b6a9ad3a9248 Mon Sep 17 00:00:00 2001 From: Sim7b Date: Fri, 7 May 2021 10:41:08 +0200 Subject: [PATCH] Create fr.json --- translations/fr.json | 49 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 translations/fr.json diff --git a/translations/fr.json b/translations/fr.json new file mode 100644 index 0000000..e4dd520 --- /dev/null +++ b/translations/fr.json @@ -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" +}