2023-05-16 10:50:42 +08:00

21 lines
1.0 KiB
PHP
Executable File
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
$lang->message->typeList['xuanxuan'] = '聊天';
$lang->message->sender = '禪道項目管理';
$lang->message->notifyTitle = '%s %s%d個%s';
$lang->message->notifyPassTitle = '%s 通過了%d個研發需求';
$lang->message->notifyClarifyTitle = '%s 駁回了%d個研發需求';
$lang->message->notifyRejectTitle = '%s 拒絶了%d個研發需求';
$lang->message->feedbackToBugTitle = '%s 已將%d個反饋轉至bug';
$lang->message->feedbackToTaskTitle = '%s 已將%d個反饋轉至任務';
$lang->message->feedbackToDoTitle = '%s 已將%d個反饋轉至待辦';
$lang->message->feedbackToStoryTitle = '%s 已將%d個反饋轉至研發需求';
$lang->message->mr = new stdClass();
$lang->message->mr->logTitle = '構建日誌';
$lang->message->mr->compilefail = '您提交的合併請求:%s構建任務執行失敗';
$lang->message->mr->compilepass['creator'] = '您提交的合併請求:%s構建任務執行通過';
$lang->message->mr->compilepass['reviewer'] = '您有一個合併請求 %s 待審核';