mirror of
https://gitee.com/ShopeX/ECShopX
synced 2026-08-11 05:35:33 +08:00
4.8.0
This commit is contained in:
6
resources/lang/en-CN/CompanysBundle/Currency.php
Normal file
6
resources/lang/en-CN/CompanysBundle/Currency.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'unsupported_currency_type' => 'Unsupported currency type',
|
||||
'currency_already_exists' => 'This currency already exists',
|
||||
];
|
||||
@@ -17,4 +17,5 @@ return [
|
||||
'cert_file_name_error' => 'Please upload apiclient_cert.pem',
|
||||
'cert_key_file_name_error' => 'Please upload apiclient_key.pem',
|
||||
'servicer_info_required' => 'Service provider APPID and merchant ID are required when enabling special merchant service provider',
|
||||
'close_doumen_intl_first' => 'Please disable Doumen International checkout first',
|
||||
];
|
||||
|
||||
6
resources/lang/zh-CN/CompanysBundle/Currency.php
Normal file
6
resources/lang/zh-CN/CompanysBundle/Currency.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'unsupported_currency_type' => '不支持的货币类型',
|
||||
'currency_already_exists' => '该币种已存在',
|
||||
];
|
||||
@@ -17,4 +17,5 @@ return [
|
||||
'cert_file_name_error' => '请上传apiclient_cert.pem',
|
||||
'cert_key_file_name_error' => '请上传apiclient_key.pem',
|
||||
'servicer_info_required' => '开启特约商户服务商APPID和服务商商户号必填!',
|
||||
'close_doumen_intl_first' => '请先关闭斗门国际收银台',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user