Files
yycea/application/admin/lang/zh-cn/wdsxh/config.php
2026-03-17 09:56:06 +08:00

47 lines
2.7 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
// +----------------------------------------------------------------------
// | 麦沃德科技赋能开发者,助力商协会发展
// +----------------------------------------------------------------------
// | Copyright (c) 20172024 www.wdsxh.cn All rights reserved.
// +----------------------------------------------------------------------
// | 沃德商协会系统并不是自由软件,不加密,并不代表开源,未经许可不可自由转售和商用
// +----------------------------------------------------------------------
// | Author: MY WORLD Team <bd@maiwd.cn> www.maiwd.cn
// +----------------------------------------------------------------------
return [
'Organize' => '适用组织',
'Organize 1' => '商会',
'Organize 2' => '协会',
'Share_title' => '分享标题',
'Share_image' => '分享图片',
'Theme_colors' => '主题颜色',
'Gaode_key' => '高德key',
'Applet_appid' => '小程序Appid',
'Applet_secret' => '小程序密钥',
'Wananchi_appid' => '公众号Appid',
'Wananchi_secret' => '公众号密钥',
'Mch_id' => '商户号',
'Key' => '支付秘钥',
'Cert_path' => 'apiclient_cert.pem',
'Key_path' => 'apiclient_key.pem',
'Applet_initiation_admin' => '入会申请通知(公关/推广/市场调查)',
'Applet_initiation_audit' => '会员入会审核通知(软件/建站/技术开发)',
'Applet_initiation_success' => '入会申请成功通知(软件/建站/技术开发)',
'Applet_member_expiretime' => '会员到期提醒(软件/建站/技术开发)',
'Applet_activity_apply' => '活动报名成功通知(公关/推广/市场调查)',
'Applet_order_notification' => '订单通知(小程序)',
'Wananchi_initiation_success' => '入会申请成功通知',
'Wananchi_member_expiretime' => '会员到期(公众号)',
'Wananchi_activity_apply' => '活动报名(公众号)',
'Wananchi_order_notification' => '订单通知(公众号)',
'User_agreement' => '用户协议',
'Privacy_policy' => '隐私政策',
'Membership_agreement' => '入会协议',
'Wananchi_initiation_admin' => '入会申请通知',
'Wananchi_initiation_fail' => '入会申请失败通知',
'Jump_type 1' => '小程序客服',
'Jump_type 2' => '拨打电话',
'Jump_type 3' => '外部链接',
];