From a8bbb58658b1fda6da0e2eeb1896069e1bfc00e7 Mon Sep 17 00:00:00 2001 From: monty68 <4341648+monty68@users.noreply.github.com> Date: Sun, 3 Dec 2023 20:04:11 +0000 Subject: [PATCH] Add "en" translation file --- custom_components/uniled/translations/en.json | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 custom_components/uniled/translations/en.json diff --git a/custom_components/uniled/translations/en.json b/custom_components/uniled/translations/en.json new file mode 100644 index 0000000..c08a68b --- /dev/null +++ b/custom_components/uniled/translations/en.json @@ -0,0 +1,26 @@ +{ + "config": { + "abort": { + "already_configured": "Device is already configured", + "already_in_progress": "Configuration flow is already in progress", + "no_devices_found": "No devices found on the network", + "not_supported": "Device not supported" + }, + "error": { + "cannot_connect": "Failed to connect", + "unknown": "Unexpected error" + }, + "flow_title": "{name}", + "step": { + "bluetooth_confirm": { + "description": "Do you want to set up {name}?" + }, + "user": { + "data": { + "address": "Device" + }, + "description": "Choose a device to set up" + } + } + } +} \ No newline at end of file