diff --git a/custom_components/olarm_sensors/translations/en.json b/custom_components/olarm_sensors/translations/en.json new file mode 100644 index 0000000..e99551e --- /dev/null +++ b/custom_components/olarm_sensors/translations/en.json @@ -0,0 +1,32 @@ +{ + "config": { + "error": { + "invalid_credentials": "The API key provided is not valid." + }, + "step": { + "user": { + "description": "This integration uses the Olarm API (https://user.olarm.co/#/api) to control your Olarm Devices. Please enter your API key to continue:", + "data": { + "api_key": "Olarm API key to connect to Olarm's API.", + "scan_period": "The interval in seconds to update the data for the sensors and areas.", + "olarm_arm_code": "The code used to authenticate the actions of the device." + } + } + } + }, + "options": { + "error": { + "invalid_credentials": "The API key provided is not valid." + }, + "step": { + "user": { + "description": "This integration uses the Olarm API (https://user.olarm.co/#/api) to control your Olarm Devices. Please enter your API key to continue:", + "data": { + "api_key": "Olarm API key to connect to Olarm's API.", + "scan_period": "The interval in seconds to update the data for the sensors and areas.", + "olarm_arm_code": "The code used to authenticate the actions of the device." + } + } + } + } +} \ No newline at end of file