How to override translate csv files in magento2
You have to just override the en_US.csv file into your theme i18n folder.
app/design/frontend/{Vendorname}/{themename}/i18n/en_US.csv
Create a en_US.csv
file in this path.
app/design/frontend/Vendor/Theme/i18n/en_US.csv
Put your changes in this file.
Clear cache (bin/magento cache:clean
) and check your changes.