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

12 lines
609 B
PHP
Raw Permalink 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->user->expireMaxWaring = "<p style='color:yellow'> 您的旗艦版授權將在%s天后到期為避免影響使用請及時續費。</p>";
$lang->user->featureBar['issue']['assignedTo'] = '指派給他';
$lang->user->featureBar['issue']['createdBy'] = '由他創建';
$lang->user->featureBar['issue']['closedBy'] = '由他關閉';
$lang->user->featureBar['risk']['assignedTo'] = '指派給他';
$lang->user->featureBar['risk']['createdBy'] = '由他創建';
$lang->user->featureBar['risk']['resolvedBy'] = '由他解決';
$lang->user->featureBar['risk']['closedBy'] = '由他關閉';