Soft Rejection Help

Hello Guys. I need to help this rejection issue. How can i fix it. Thanks

Translate and escape all strings, JS and TGMPA included. You need to use a text domain to denote all text belonging to that theme. The text domain is a unique identifier, which makes sure WordPress can distinguish between all loaded translations. This increases portability and plays better with already existing WordPress tools. Any strings within a PHP variable requires to be translated.

https://developer.wordpress.org/themes/functionality/internationalization/#escaping-strings

check out these

esc_attr__(), esc_attr_e(), esc_html_e(), esc_html__()

avoid using __() and _e()