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