Opencart翻译模块

Opencart translate module

我在哪里可以找到翻译这句话的文件?我已经检查了所有 checkout.php 和 shipping.php

Screen

编辑估算运费和税金、国家、地区/州、Post代码文本

转到catalog/language/english(您的语言)/checkout/shipping.php(针对oc版本2.0.3.1及以下OC版本)

转到catalog/language/english(您的语言)/total/shipping.php(对于 oc 版本 2.1.x)

您可以看到将出现以下代码

$_['heading_title']        = 'Estimate Shipping & Taxes';
$_['entry_country']        = 'Country';
$_['entry_zone']           = 'Region / State';
$_['entry_postcode']       = 'Post Code';