From 360ed6cb52d72e8916634bd87edceaf4237c949e Mon Sep 17 00:00:00 2001 From: Yoanf26 <38152898+Yoanf26@users.noreply.github.com> Date: Sun, 18 May 2025 10:08:11 +0200 Subject: [PATCH] Update French Translation Update French Translation --- .../tplink_router/translations/fr.json | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/custom_components/tplink_router/translations/fr.json b/custom_components/tplink_router/translations/fr.json index 7c621dd..59fa932 100644 --- a/custom_components/tplink_router/translations/fr.json +++ b/custom_components/tplink_router/translations/fr.json @@ -26,5 +26,25 @@ } } } + }, + "services": { + "send_sms": { + "name": "Envoi SMS", + "description": "Envoi SMS", + "fields": { + "number": { + "name": "Téléphone", + "description": "Numéro de téléphone" + }, + "text": { + "name": "Message", + "description": "Text" + }, + "device": { + "name": "Router", + "description": "Select the TP-Link router to send sms" + } + } + } } } \ No newline at end of file