wyyl/plugins/Stripe/Lang/zh_cn/common.php

32 lines
877 B
PHP

<?php
/**
* dd.php
*
* @copyright 2022 beikeshop.com - All Rights Reserved
* @link https://beikeshop.com
* @author Edward Yang <yangjin@guangda.work>
* @created 2022-07-28 16:19:06
* @modified 2022-07-28 16:19:06
*/
return [
'publishable_key' => '公钥',
'title_info' => '卡信息',
'cardnum' => '卡号',
'expiration_date' => '截止日期',
'year' => '选择年',
'month' => '选择月',
'cvv' => '安全码',
'remenber' => '记住这张卡以便将来使用',
'btn_submit' => '提交支付',
'error_cardnum' => '请输入卡号',
'error_cvv' => '请输入安全码',
'error_year' => '请选择年',
'error_month' => '请选择月',
'capture_success' => '支付成功',
'capture_fail' => '支付失败',
];