Files

154 lines
3.8 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"step": {
"user": {
"data": {
"api_url": "Server region",
"app_id": "App ID",
"app_secret": "App secret"
},
"data_description": {
"api_url": "Select the server region closest to your location",
"app_id": "The app ID obtained from the Imou cloud platform",
"app_secret": "The app secret obtained from the Imou cloud platform"
},
"title": "Log in to Imou cloud"
}
}
},
"entity": {
"button": {
"mute": {
"name": "Mute"
},
"ptz_down": {
"name": "PTZ down"
},
"ptz_left": {
"name": "PTZ left"
},
"ptz_right": {
"name": "PTZ right"
},
"ptz_up": {
"name": "PTZ up"
}
},
"camera": {
"camera_hd": {
"name": "Live view HD"
},
"camera_sd": {
"name": "Live view SD"
}
},
"select": {
"device_volume": {
"name": "Volume",
"state": {
"high": "[%key:common::state::high%]",
"low": "[%key:common::state::low%]",
"medium": "[%key:common::state::medium%]",
"mute": "Mute"
}
},
"night_vision_mode": {
"name": "Night vision mode",
"state": {
"custom": "Custom mode",
"fullcolor": "Bright color night vision",
"infrared": "Infrared night vision",
"intelligent": "Smart night vision",
"lowlight": "Low light night vision",
"off": "[%key:common::state::off%]",
"smartlowlight": "Smart low light night vision"
}
}
},
"sensor": {
"status": {
"name": "Status",
"state": {
"offline": "[%key:common::state::disconnected%]",
"online": "[%key:common::state::connected%]",
"sleep": "[%key:common::state::standby%]",
"upgrading": "Upgrading"
}
},
"storage_used": {
"name": "Storage used"
},
"switch_cnt": {
"name": "Cycles today"
},
"use_electricity": {
"name": "Energy consumption"
},
"use_time": {
"name": "Usage duration"
}
},
"switch": {
"ab_alarm_sound": {
"name": "Abnormal sound alarm"
},
"audio_encode_control": {
"name": "Audio recording"
},
"close_camera": {
"name": "Privacy mode"
},
"header_detect": {
"name": "Human detection"
},
"light": {
"name": "Indicator light"
},
"motion_detect": {
"name": "Motion detection"
},
"switch": {
"name": "Plug switch"
},
"white_light": {
"name": "White light"
}
}
},
"exceptions": {
"get_image_failed": {
"message": "Could not get a snapshot from Imou: {error}"
},
"get_stream_failed": {
"message": "Could not get the live stream URL from Imou: {error}"
},
"press_button_failed": {
"message": "Imou rejected the button press: {error}"
},
"select_option_failed": {
"message": "Imou rejected the new option: {error}"
},
"switch_operation_failed": {
"message": "Imou rejected the switch change: {error}"
}
},
"selector": {
"api_url": {
"options": {
"cn": "China",
"eu": "Europe",
"na": "North America",
"sg": "Singapore (Asia-Pacific)"
}
}
}
}