export default { 'master.thing.name': 'Tên', 'master.thing.external_id': 'External ID', 'master.thing.group': 'Nhóm', 'master.thing.address': 'Địa chỉ', // Device translations 'master.devices.title': 'Quản lý thiết bị', 'master.devices.name': 'Tên', 'master.devices.name.tip': 'Tên thiết bị', 'master.devices.external_id': 'External ID', 'master.devices.external_id.tip': 'Mã định danh bên ngoài', 'master.devices.type': 'Loại', 'master.devices.type.tip': 'Loại thiết bị', 'master.devices.online': 'Trực tuyến', 'master.devices.offline': 'Ngoại tuyến', 'master.devices.table.pagination': 'thiết bị', 'master.devices.register': 'Thêm thiết bị', 'master.devices.register.title': 'Thêm thiết bị mới', 'master.devices.create.success': 'Tạo thiết bị thành công', 'master.devices.create.error': 'Tạo thiết bị lỗi', 'master.devices.groups': 'Đơn vị', 'master.devices.groups.required': 'Vui lòng chọn đơn vị', // Edit device modal 'master.devices.update.title': 'Cập nhật thiết bị', 'master.devices.ok': 'Đồng ý', 'master.devices.cancel': 'Hủy', 'master.devices.name.placeholder': 'Nhập tên thiết bị', 'master.devices.name.required': 'Vui lòng nhập tên thiết bị', 'master.devices.external_id.placeholder': 'Nhập mã định danh bên ngoài', 'master.devices.external_id.required': 'Vui lòng nhập mã định danh bên ngoài', 'master.devices.address': 'Địa chỉ', 'master.devices.address.placeholder': 'Nhập địa chỉ', 'master.devices.address.required': 'Vui lòng nhập địa chỉ', };