xxb/module/push/lang/zh-tw.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-tw 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 = '[代碼]';