Hi,
I see two issues there.
First, on the line:
HIKASHOP_ENTER_COUPON="Enter your discount code. Press "Add" button below code."
You can't have double quotes inside the translation override. If you want to, you need to escape it.
So it should be instead:
HIKASHOP_ENTER_COUPON="Enter your discount code. Press \"Add\" button below code."
And also, on the line:
ADDITIONAL_INFORMATION="Additional Information: Thank you for your order!!! We can't wait to welcome you! Please follow & like SELF. The fun begins long before the event!
you're missing the double quote at the end.
Fix both of these and you won't have the error.