This commit is contained in:
wanghai
2026-07-03 19:34:24 +08:00
parent 52816e8704
commit bf631519c3
246 changed files with 1808 additions and 187640 deletions

View File

@@ -0,0 +1,6 @@
<?php
return [
'unsupported_currency_type' => 'Unsupported currency type',
'currency_already_exists' => 'This currency already exists',
];

View File

@@ -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',
];

View File

@@ -0,0 +1,6 @@
<?php
return [
'unsupported_currency_type' => '不支持的货币类型',
'currency_already_exists' => '该币种已存在',
];

View File

@@ -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' => '请先关闭斗门国际收银台',
];