Hello, @zelenotosr
We fixed this issue with translation, please check your site now.
We changed code in file wp-content/themes/xmarket/woocommerce/archive-product.php in line 86 from
<?php _e( 'No products found which match your selection.','woocommerce'); ?>
to
<?php _e( 'No products found which match your selection.',ETHEME_DOMAIN); ?>
After that we updated translation files.