homeos/lang/en/rooms.php

19 lines
650 B
PHP

<?php
return [
'subtitle' => 'All rooms at a glance.',
'empty' => 'No rooms yet.',
'no_devices' => 'No devices in this room.',
'online' => 'online',
'lights' => 'lights on',
'open' => 'open',
'add' => 'Add room',
'add_title' => 'New room',
'name' => 'Name',
'icon' => 'Icon',
'delete' => 'Delete room',
'delete_title' => 'Delete room?',
'delete_body' => 'The room is deleted. :count device(s) in it become unassigned (but are kept).',
'delete_body_empty' => 'The room is deleted. No devices are assigned.',
];