xxb/module/push/lang/zh-cn.php
2023-10-23 15:51:36 +08:00

53 lines
2.3 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
/**
* The push module zh-cn file of XXB.
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd., www.zentao.net)
* @license ZOSL (https://zpl.pub/page/zoslv1.html)
* @author
* @package push
* @version $Id:
* @link https://xuanim.com
*/
$lang->push->common = '推送';
$lang->push->admin = '推送';
$lang->push->edit = '编辑参数';
$lang->push->ios = 'iOS';
$lang->push->all = '通用';
$lang->push->android = 'Android';
$lang->push->accessId = 'ACCESS ID';
$lang->push->accessKey = 'ACCESS KEY';
$lang->push->secretKey = 'SECRET KEY';
$lang->push->goToGet = '前往获取';
$lang->push->privacyTitle = '推送方式';
$lang->push->enable = '推送';
$lang->push->openPush = '开启推送';
$lang->push->closePush = '关闭推送';
$lang->push->accessIdNote = 'TPNS系统生成的ID需要配置到客户端SDK中。';
$lang->push->accessKeyNote = 'TPNS系统生成的客户端鉴权密钥与ACCESS ID共同验证以确定调用合法。';
$lang->push->secretKeyNote = 'TPNS系统生成的服务端鉴权密钥与ACCESS ID共同验证以确定调用合法。';
$lang->push->iOSIdNote = '喧喧官网生成的ID需要配置到客户端SDK中。';
$lang->push->iOSKeyNote = '喧喧官网生成的客户端鉴权密钥与ACCESS ID共同验证以确定调用合法。';
$lang->push->accessIdEmpty = 'ACCESS ID 不能为空。';
$lang->push->accessKeyEmpty = 'ACCESS KEY 不能为空。';
$lang->push->secretKeyEmpty = 'SECRET KEY 不能为空。';
$lang->push->iosPushWaiting = 'iOS推送正在完善中敬请期待。';
$lang->push->placeholder = new stdClass();
$lang->push->placeholder->accessId = 'access ID';
$lang->push->placeholder->accessKey = 'access Key';
$lang->push->placeholder->secretKey = 'secret Key';
$lang->push->privacyLevel = array();
$lang->push->privacyLevel[0] = '显示发送人';
$lang->push->privacyLevel[1] = '不显示发送人';
$lang->push->youHaveNewMessage = '您有一条新消息。';
$lang->push->sentYouNewMessage = '%s给您发了一条新消息。';
$lang->push->sentGroupNewMessage = '%s在%s发了一条新消息。';
$lang->push->newImageMessage = '[图片]';
$lang->push->newFileMessage = '[文件]';
$lang->push->newCodeMessage = '[代码]';